*{
    margin: 0%;
    padding: 0%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

svg {
    opacity: 1;
}
.contenedor-general {
    width: 595px;
    height: 842px;
    *background: linear-gradient(150deg, #0704a7, #963efa);
    background-color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    position: absolute;
    inset: 0%;
    margin: 2% 0% 0% 0% ;
    border-radius: 15px;
    z-index: -1;
}
.fondo {
    position: absolute;
    left: 4%;
    top: -0.2%;
    scale: 99.5%;
    *rotate: -5deg;
    z-index: -1;
}
.recuadro {
    width: 50%;
    height: 98%;
    position: absolute;
    left: 37%;
    top: -0.2%;
    scale: 99.5%;
    *rotate: -5deg;
    z-index: -1;
}
.meweb {
    width: 118px;
    height: 169px;
    border-radius: 8px;
    position: absolute;
    left: 8%;
    top: 1%;
    box-shadow: 0 2px 15px #dbdfe0;
    border: 3px solid rgb(111, 0, 155);
    cursor: pointer;
}
.meweb:hover {
    box-shadow: 0 2px 15px rgb(89, 0, 255);
}
.nameBrand{
    color: rgb(111, 0, 155);
    position: absolute;
    left: 8%;
    top: 36.5%;
    font-size: 40px;
}
.softwareTitled {
    text-align: center;
    font-size: 14px;
    margin: 2% 0% 2% 0%;
    color: white;
}
.softwareTitledB {
    text-align: center;
    font-size: 14px;
    margin: 2% 0% 2% 0%;
    color: rgb(111, 0, 155);
}
.softwareRelleno {
    font-size: 6px;
    color: white;
    margin-left: 6%;
}
.softwareRellenoB {
    font-size: 6px;
    color: rgb(111, 0, 155);
    margin-left: 6%;
}
.softwareRellenozB {
    font-size: 9px;
    color: rgb(111, 0, 155);
    margin-left: 6%;
}
.softwareRellenoT {
    font-size: 9px;
    color: rgb(255, 105, 105);
    margin-left: 6%;
}
.osTitled {
    text-align: center;
    font-size: 14px;
    margin: 2% 0% 2% 0%;
    color: rgb(111, 0, 155);
}
.osRelleno {
    text-align: center;
    font-size: 9px;
    color: rgb(255, 105, 105);
}
.software {
    width: 81%;
    height: 15%;
    position: absolute;
    left: 8%;
    top: 1%;
    border-radius: 10px;
    cursor: pointer;
}
.software:hover {
    box-shadow: 0 2px 15px rgb(229, 255, 253);
}
.cursosResividos {
    width: 81%;
    height: 23.7%;
    position: absolute;
    left: 8%;
    top: 16.4%;
    border-radius: 10px;
    cursor: pointer;
}
.cursosResividos:hover {
    box-shadow: 0 2px 15px rgb(229, 255, 253);
}
.habilidades {
    width: 81%;
    height: 23%;
    position: absolute;
    left: 8%;
    top: 40.5%;
    border-radius: 10px;
    cursor: pointer;
}
.habilidades:hover {
    box-shadow: 0 2px 15px rgb(229, 255, 253);
}
.referenciasF {
    width: 81%;
    height: 10%;
    position: absolute;
    left: 8%;
    top: 63.8%;
    border-radius: 10px;
    cursor: pointer;
}
.referenciasF:hover {
    box-shadow: 0 2px 15px rgb(229, 255, 253);
}
.referenciasP{
    width: 81%;
    height: 24%;
    position: absolute;
    left: 8%;
    top: 74%;
    border-radius: 10px;
    cursor: pointer;
}
.referenciasP:hover {
    box-shadow: 0 2px 15px rgb(229, 255, 253);
}
.informacionPersonal {
    width: 95%;
    height: 13%;
    position: absolute;
    left: 3%;
    top: 22%;
    border-radius: 10px;
    cursor: pointer;
}
.informacionPersonal:hover {
    width: 95%;
    height: 13%;
    position: absolute;
    left: 3%;
    top: 22%;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgb(64, 0, 138);
}
.viewCloserMenu {
    background-color: rgba(138, 138, 138, 0.2);
    border-radius: 50%;
    width: 50px; 
    height: 43px;
    position: absolute;
    right: 0%;
    top: 1%;
    z-index: 3;
    scale: 70%;
    cursor: pointer;
}
.viewCloserMenu:active {
    animation: viewCloserMen 0.5s forwards ;
}
@keyframes viewCloserMen {
    from {
        scale: 70%;
    }
    to {
        scale: 55%;
    }
}
.educaction{
    width: 73%;
    height: 16%;
    position: absolute;
    left: 3%;
    top: 48%;
    border-radius: 10px;
    cursor: pointer;
}
.educaction:hover {
    box-shadow: 0 2px 15px rgb(64, 0, 138);
}
.EXPERIENCIALABO {
    width: 81%;
    height: 18%;
    position: absolute;
    left: 3%;
    top: 64.5%;
    border-radius: 10px;
    cursor: pointer;
}
.EXPERIENCIALABO:hover {
    box-shadow: 0 2px 15px rgb(64, 0, 138);
}
.experienciaPre {
    width: 81%;
    height: 17%;
    position: absolute;
    left: 3%;
    top: 80%;
    border-radius: 10px;
    cursor: pointer;
}
.experienciaPre:hover {
    box-shadow: 0 2px 15px rgb(64, 0, 138);
}
.OS {
    width: 27%;
    min-width: 135px;
    height: 7%;
    position: absolute;
    right: 2%;
    top: 5%;
    border-radius: 10px;
    cursor: pointer;
}
.OS:hover {
    box-shadow: 0 2px 15px rgb(64, 0, 138);
}
.imgpopup {
    display: none;
    position: fixed;
    inset: 0%;
    margin: auto;
    background-color: rgba(0, 0, 0,.9);
    height: 100%;
    width: 100%;
    z-index: 3;
}
.mewebpopup {
    width: 187px;
    height: 300px;
    position: absolute;
    inset: 0%;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgb(255, 255, 255);
}
.mewebpopup:hover {
    box-shadow: 0 2px 15px rgb(111, 0, 155);
}
.nameme {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: justify;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 9);
    filter: blur(0.5%);
    position: absolute;
    font-size: 190%;
    left: 35%;
    bottom: 25%;
    z-index: 3;
}
.sowarepopup {
    display: none;
    position: fixed;
    inset: 0%;
    margin: auto;
    background-color: rgba(0, 0, 0,.9);
    height: 100%;
    width: 100%;
    z-index: 3;
}
.softwarepop {
    background-color: rgba(140, 0, 255, 0.3);
    box-shadow: 0 12px 15px rgb(140, 0, 255);
    width: 80%;
    height: 50%;
    position: absolute;
    inset: 0%;
    margin: auto;
    border-radius: 15px;
}
.textRelleno {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 18%;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}
.softwarepop h1 {
    font-size: 150%;
}
.softwarepop h2 {
    font-size: 60%;
}
.cursespopup {
    display: none;
    position: fixed;
    inset: 0%;
    margin: auto;
    background-color: rgba(0, 0, 0,.9);
    height: 100%;
    width: 100%;
    z-index: 3;
}
.cursespopup h1{
    font-size: 200%;
}
.cuadros {
    width: 100%;
    height: 55%;
    position: absolute;
    display: flex;
    flex-wrap: wrap
}
.textRelleno2{
    width: 40%;
    height: 105%;
    position: absolute;
    left: 0%;
    display: grid;
    flex-wrap: wrap;
}
.textRelleno3{
    width: 40%;
    height: 105%;
    position: absolute;
    right: 0%;
    display: grid;
    flex-wrap: wrap;
}
.habilitiespopup {
    display: none;
    position: fixed;
    inset: 0%;
    margin: auto;
    background-color: rgba(0, 0, 0,.9);
    height: 100%;
    width: 100%;
    z-index: 3;
}
.habilipop {
    background-color: rgba(140, 0, 255, 0.3);
    box-shadow: 0 12px 15px rgb(140, 0, 255);
    width: 85%;
    height: 62%;
    position: absolute;
    inset: 0%;
    margin: auto;
    border-radius: 15px;
}
.habilipop h1{
    font-size: 130%;
}
.habilipop h2 {
    width: 95%;
    text-align: justify;
    margin: 3% 0% 0% 1%;
    font-size: 55%;
}
.referenciaFPopup {
    display: none;
    position: fixed;
    inset: 0%;
    margin: auto;
    background-color: rgba(0, 0, 0,.9);
    height: 100%;
    width: 100%;
    z-index: 3;
}
.refefpop{
    background-color: rgba(140, 0, 255, 0.3);
    box-shadow: 0 12px 15px rgb(140, 0, 255);
    width: 85%;
    height: 40%;
    position: absolute;
    inset: 0%;
    margin: auto;
    border-radius: 15px;
}
.refefpop h1{
    font-size: 150%;
}
.refefpop h2{
    text-align: justify;
    margin: 5% 0% 0% 8%;
    font-size: 130%;
}
.referenciaPPopup {
    display: none;
    position: fixed;
    inset: 0%;
    margin: auto;
    background-color: rgba(0, 0, 0,.9);
    height: 100%;
    width: 100%;
    z-index: 3;
}
.referenciasPP {
    background-color: rgba(140, 0, 255, 0.3);
    box-shadow: 0 12px 15px rgb(140, 0, 255);
    width: 85%;
    height: 65%;
    position: absolute;
    inset: 0%;
    margin: auto;
    border-radius: 15px;
}
.referenciasPP h1 {
    font-size: 150%;
}
.referenciasPP h2 {
    margin: 10% 0% 0% 0%;
    font-size: 65%;
}
.refePUno { 
    width: 45%;
    height: 95%;
    position: absolute;
    left: 2%;
    display: grid;
    flex-wrap: wrap;
}
.refePDos {
    width: 42%;
    height: 95%;
    position: absolute;
    right: 2%;
    display: grid;
    flex-wrap: wrap;
}
.infoPopup {
    display: none;
    position: fixed;
    inset: 0%;
    margin: auto;
    background-color: rgba(0, 0, 0,.9);
    height: 100%;
    width: 100%;
    z-index: 3;
}
.informacionPersonalPopup {
    background-color: rgba(140, 0, 255, 0.3);
    box-shadow: 0 12px 15px rgb(140, 0, 255);
    width: 85%;
    height: 40%;
    position: absolute;
    inset: 0%;
    margin: auto;
    border-radius: 15px;
}
.informacionPersonalPopup h1{
    color: white;
    font-size: 150%;
}
.informacionPersonalPopup h2{
    color: white;
    font-size: 95%;   
}
.informacionPersonalPopup a{
    text-decoration: none;
    color: white;
    font-size: 100%;   
}
.educactionPopup {
    display: none;
    position: fixed;
    inset: 0%;
    margin: auto;
    background-color: rgba(0, 0, 0,.9);
    height: 100%;
    width: 100%;
    z-index: 3;
}
.educactionP {
    background-color: rgba(140, 0, 255, 0.3);
    box-shadow: 0 12px 15px rgb(140, 0, 255);
    width: 85%;
    height: 45%;
    position: absolute;
    inset: 0%;
    margin: auto;
    border-radius: 15px;
}
.educactionP h1{
    color: white;
    font-size: 200%;
}
.educactionP h2{
    color: white;
    font-size: 75%;   
}
.expeLaboralPopup {
    display: none;
    position: fixed;
    inset: 0%;
    margin: auto;
    background-color: rgba(0, 0, 0,.9);
    height: 100%;
    width: 100%;
    z-index: 3;
}
.EXPERIENCIALABOPOPU{
    background-color: rgba(140, 0, 255, 0.3);
    box-shadow: 0 12px 15px rgb(140, 0, 255);
    width: 85%;
    height: 50%;
    position: absolute;
    inset: 0%;
    margin: auto;
    border-radius: 15px;
}
.EXPERIENCIALABOPOPU h1{
    color: white;
    font-size: 195%;
}
.EXPERIENCIALABOPOPU h2{
    color: white;
    font-size: 65%;
}
.experienciaPrePopup {
    display: none;
    position: fixed;
    inset: 0%;
    margin: auto;
    background-color: rgba(0, 0, 0,.9);
    height: 100%;
    width: 100%;
    z-index: 3;
}
.experienciaPrePop{
    background-color: rgba(140, 0, 255, 0.3);
    box-shadow: 0 12px 15px rgb(140, 0, 255);
    width: 85%;
    height: 55%;
    position: absolute;
    inset: 0%;
    margin: auto;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.experienciaPrePop h1{
    color: white;
    font-size: 150%;
}
.experienciaPrePop h2{
    color: white;
    font-size: 85%;
}
.osPopup {
    display: none;
    position: fixed;
    inset: 0%;
    margin: auto;
    background-color: rgba(0, 0, 0,.9);
    height: 100%;
    width: 100%;
    z-index: 3;
}
.OSPop {
    background-color: rgba(140, 0, 255, 0.3);
    box-shadow: 0 12px 15px rgb(140, 0, 255);
    width: 85%;
    height: 50%;
    position: absolute;
    inset: 0%;
    margin: auto;
    border-radius: 15px;
}
.OSPop h1{
    color: white;
    font-size: 250%;
}
.OSPop h2{
    color: white;
    font-size: 150%;
    position: absolute;
    bottom: 2%;
}
.sistemas{
    width: 280px;
    height: 100px;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    gap: 15%;
    bottom: 20%;
    left: 5%;
}

.apple{
    width: 95px;
    height: 50px;
    position: absolute;
    left: -5%;
    top: 3%;
}
.linux{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 40%;
    top: 3%;
}
.windows{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 2%;
    top: 3%;
    scale: 100%;
}
.sistemas img:hover{
    animation: icons 1.5s running;
}
.socialmedia{
    width: 135px;
    height: 45px;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    right: 32%;
    bottom: 9%;
}
.socials{
    width: 40px;
    height: 39px;
    cursor: pointer;
    border-radius: 15%;
    scale: 75%;
}
.socials:hover{
    border-radius: 15%;
    box-shadow: 0 3px 3px rgb(151, 151, 151);
    animation: icons 1s running;
}
@keyframes icons {
    0% {
        scale: 75%;
    }
    50% {
        scale: 125%;
    }
    100% {
        scale: 100%;
    }
}
.ButtonDownload {
    position: fixed;
    right: 32%;
    bottom: 5%;
    width: 135px;
    color: rgb(255, 255, 255);
    background-color: rgb(111, 0, 155);
    border-radius: 15px;
    box-shadow: 0 3px 3px white;
    cursor: pointer;
}
.ButtonDownload:hover {
    animation: button 1s infinite;
}

@keyframes button {
    0% {
        box-shadow: 0 3px 9px rgb(225, 0, 255);
    }
    25% {
        box-shadow: 0 3px 9px rgb(0, 255, 34);
    }
    50% {
        box-shadow: 0 3px 9px rgb(125, 1, 141);
    }
    100% {
        box-shadow: 0 3px 9px rgb(17, 0, 255);
    }
}


@media (min-width: 700px) {
    body{
        background-color: rgb(0, 0, 0);
    }
    svg {
        opacity: 1;
    }
    .contenedor-general {
        width: 595px;
        height: 842px;
        *background: linear-gradient(150deg, #0704a7, #963efa);
        background-color: white;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        position: absolute;
        inset: 0%;
        margin: 2% 0% 0% 25% ;
        border-radius: 15px;
        z-index: -1;
    }
    .fondo {
        position: absolute;
        left: 4%;
        top: -0.2%;
        scale: 99.5%;
        *rotate: -5deg;
        z-index: -1;
    }
    .recuadro {
        width: 50%;
        height: 98%;
        position: absolute;
        left: 37%;
        top: -0.2%;
        scale: 99.5%;
        *rotate: -5deg;
        z-index: -1;
    }
    .meweb {
        width: 118px;
        height: 169px;
        border-radius: 8px;
        position: absolute;
        left: 8%;
        top: 1%;
        box-shadow: 0 2px 15px #dbdfe0;
        border: 3px solid rgb(111, 0, 155);
        cursor: pointer;
    }
    .meweb:hover {
        box-shadow: 0 2px 15px rgb(89, 0, 255);
    }
    .nameBrand{
        color: rgb(111, 0, 155);
        position: absolute;
        left: 8%;
        top: 36.5%;
        font-size: 40px;
    }
    .softwareTitled {
        text-align: center;
        font-size: 14px;
        margin: 2% 0% 2% 0%;
        color: white;
    }
    .softwareTitledB {
        text-align: center;
        font-size: 14px;
        margin: 2% 0% 2% 0%;
        color: rgb(111, 0, 155);
    }
    .softwareRelleno {
        font-size: 6px;
        color: white;
        margin-left: 6%;
    }
    .softwareRellenoB {
        font-size: 6px;
        color: rgb(111, 0, 155);
        margin-left: 6%;
    }
    .softwareRellenozB {
        font-size: 9px;
        color: rgb(111, 0, 155);
        margin-left: 6%;
    }
    .softwareRellenoT {
        font-size: 9px;
        color: rgb(255, 105, 105);
        margin-left: 6%;
    }
    .osTitled {
        text-align: center;
        font-size: 14px;
        margin: 2% 0% 2% 0%;
        color: rgb(111, 0, 155);
    }
    .osRelleno {
        text-align: center;
        font-size: 9px;
        color: rgb(255, 105, 105);
    }
    .software {
        width: 81%;
        height: 15%;
        position: absolute;
        left: 8%;
        top: 1%;
        border-radius: 10px;
        cursor: pointer;
    }
    .software:hover {
        box-shadow: 0 2px 15px rgb(229, 255, 253);
    }
    .cursosResividos {
        width: 81%;
        height: 23.7%;
        position: absolute;
        left: 8%;
        top: 16.4%;
        border-radius: 10px;
        cursor: pointer;
    }
    .cursosResividos:hover {
        box-shadow: 0 2px 15px rgb(229, 255, 253);
    }
    .habilidades {
        width: 81%;
        height: 23%;
        position: absolute;
        left: 8%;
        top: 40.5%;
        border-radius: 10px;
        cursor: pointer;
    }
    .habilidades:hover {
        box-shadow: 0 2px 15px rgb(229, 255, 253);
    }
    .referenciasF {
        width: 81%;
        height: 10%;
        position: absolute;
        left: 8%;
        top: 63.8%;
        border-radius: 10px;
        cursor: pointer;
    }
    .referenciasF:hover {
        box-shadow: 0 2px 15px rgb(229, 255, 253);
    }
    .referenciasP{
        width: 81%;
        height: 24%;
        position: absolute;
        left: 8%;
        top: 74%;
        border-radius: 10px;
        cursor: pointer;
    }
    .referenciasP:hover {
        box-shadow: 0 2px 15px rgb(229, 255, 253);
    }
    .informacionPersonal {
        width: 95%;
        height: 13%;
        position: absolute;
        left: 3%;
        top: 22%;
        border-radius: 10px;
        cursor: pointer;
    }
    .informacionPersonal:hover {
        width: 95%;
        height: 13%;
        position: absolute;
        left: 3%;
        top: 22%;
        border-radius: 10px;
        box-shadow: 0 2px 15px rgb(64, 0, 138);
    }
    .viewCloserMenu {
        background-color: rgba(138, 138, 138, 0.2);
        border-radius: 50%;
        width: 70px; 
        height: 63px;
        position: absolute;
        right: 0%;
        top: 1%;
        z-index: 3;
        scale: 70%;
        cursor: pointer;
    }
    .viewCloserMenu:active {
        animation: viewCloserMen 0.5s forwards ;
    }
    @keyframes viewCloserMen {
        from {
            scale: 70%;
        }
        to {
            scale: 55%;
        }
    }
    .educaction{
        width: 73%;
        height: 16%;
        position: absolute;
        left: 3%;
        top: 48%;
        border-radius: 10px;
        cursor: pointer;
    }
    .educaction:hover {
        box-shadow: 0 2px 15px rgb(64, 0, 138);
    }
    .EXPERIENCIALABO {
        width: 81%;
        height: 18%;
        position: absolute;
        left: 3%;
        top: 64.5%;
        border-radius: 10px;
        cursor: pointer;
    }
    .EXPERIENCIALABO:hover {
        box-shadow: 0 2px 15px rgb(64, 0, 138);
    }
    .experienciaPre {
        width: 81%;
        height: 17%;
        position: absolute;
        left: 3%;
        top: 80%;
        border-radius: 10px;
        cursor: pointer;
    }
    .experienciaPre:hover {
        box-shadow: 0 2px 15px rgb(64, 0, 138);
    }
    .OS {
        width: 27%;
        min-width: 135px;
        height: 7%;
        position: absolute;
        right: 2%;
        top: 5%;
        border-radius: 10px;
        cursor: pointer;
    }
    .OS:hover {
        box-shadow: 0 2px 15px rgb(64, 0, 138);
    }
    .imgpopup {
        display: none;
        position: fixed;
        inset: 0%;
        margin: auto;
        background-color: rgba(0, 0, 0,.9);
        height: 100%;
        width: 100%;
        z-index: 3;
    }
    .mewebpopup {
        width: 258px;
        height: 400px;
        position: absolute;
        inset: 0%;
        margin: auto;
        border-radius: 15px;
        box-shadow: 0 2px 15px rgb(255, 255, 255);
    }
    .mewebpopup:hover {
        box-shadow: 0 2px 15px rgb(111, 0, 155);
    }
    .nameme {
        background-color: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: justify;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 9);
        filter: blur(0.5%);
        position: absolute;
        font-size: 190%;
        left: 35%;
        bottom: 15%;
        z-index: 3;
    }
    .sowarepopup {
        display: none;
        position: fixed;
        inset: 0%;
        margin: auto;
        background-color: rgba(0, 0, 0,.9);
        height: 100%;
        width: 100%;
        z-index: 3;
    }
    .softwarepop {
        background-color: rgba(140, 0, 255, 0.3);
        box-shadow: 0 12px 15px rgb(140, 0, 255);
        width: 50%;
        height: 50%;
        position: absolute;
        inset: 0%;
        margin: auto;
        border-radius: 15px;
    }
    .textRelleno {
        width: 100%;
        height: 65%;
        margin: 7% 0% 0% 0%;
        position: absolute;
        display: flex;
        flex-wrap: wrap;
    }
    .softwarepop h1 {
        font-size: 350%;
    }
    .softwarepop h2 {
        font-size: 75%;
    }
    .cursespopup {
        display: none;
        position: fixed;
        inset: 0%;
        margin: auto;
        background-color: rgba(0, 0, 0,.9);
        height: 100%;
        width: 100%;
        z-index: 3;
    }
    .cursespopup h1{
        font-size: 150%;
    }
    .cuadros {
        width: 100%;
        height: 75%;
        position: absolute;
        display: flex;
        flex-wrap: wrap
    }
    .textRelleno2{
        width: 40%;
        height: 105%;
        position: absolute;
        left: 0%;
        display: grid;
        flex-wrap: wrap;
    }
    .textRelleno3{
        width: 40%;
        height: 105%;
        position: absolute;
        right: 0%;
        display: grid;
        flex-wrap: wrap;
    }
    .habilitiespopup {
        display: none;
        position: fixed;
        inset: 0%;
        margin: auto;
        background-color: rgba(0, 0, 0,.9);
        height: 100%;
        width: 100%;
        z-index: 3;
    }
    .habilipop {
        background-color: rgba(140, 0, 255, 0.3);
        box-shadow: 0 12px 15px rgb(140, 0, 255);
        width: 50%;
        height: 50%;
        position: absolute;
        inset: 0%;
        margin: auto;
        border-radius: 15px;
    }
    .habilipop h1{
        font-size: 150%;
    }
    .habilipop h2 {
        text-align: justify;
        margin: 0% 0% 0% 15%;
        font-size: 65%;
    }
    .referenciaFPopup {
        display: none;
        position: fixed;
        inset: 0%;
        margin: auto;
        background-color: rgba(0, 0, 0,.9);
        height: 100%;
        width: 100%;
        z-index: 3;
    }
    .refefpop{
        background-color: rgba(140, 0, 255, 0.3);
        box-shadow: 0 12px 15px rgb(140, 0, 255);
        width: 50%;
        height: 50%;
        position: absolute;
        inset: 0%;
        margin: auto;
        border-radius: 15px;
    }
    .refefpop h1{
        font-size: 250%;
    }
    .refefpop h2{
        text-align: justify;
        margin: 0% 0% 0% 25%;
        font-size: 200%;
    }
    .referenciaPPopup {
        display: none;
        position: fixed;
        inset: 0%;
        margin: auto;
        background-color: rgba(0, 0, 0,.9);
        height: 100%;
        width: 100%;
        z-index: 3;
    }
    .referenciasPP {
        background-color: rgba(140, 0, 255, 0.3);
        box-shadow: 0 12px 15px rgb(140, 0, 255);
        width: 50%;
        height: 50%;
        position: absolute;
        inset: 0%;
        margin: auto;
        border-radius: 15px;
    }
    .referenciasPP h1 {
        font-size: 220%;
    }
    .referenciasPP h2 {
        margin: 0% 0% 0% 0%;
        font-size: 75%;
    }
    .refePUno { 
        width: 45%;
        height: 95%;
        position: absolute;
        left: 2%;
        display: grid;
        flex-wrap: wrap;
    }
    .refePDos {
        width: 35%;
        height: 95%;
        position: absolute;
        right: 2%;
        display: grid;
        flex-wrap: wrap;
    }
    .infoPopup {
        display: none;
        position: fixed;
        inset: 0%;
        margin: auto;
        background-color: rgba(0, 0, 0,.9);
        height: 100%;
        width: 100%;
        z-index: 3;
    }
    .informacionPersonalPopup {
        background-color: rgba(140, 0, 255, 0.3);
        box-shadow: 0 12px 15px rgb(140, 0, 255);
        width: 50%;
        height: 50%;
        position: absolute;
        inset: 0%;
        margin: auto;
        border-radius: 15px;
    }
    .informacionPersonalPopup h1{
        color: white;
        font-size: 195%;
    }
    .informacionPersonalPopup h2{
        color: white;
        font-size: 95%;   
    }
    .informacionPersonalPopup a{
        text-decoration: none;
        color: white;
        font-size: 115%;   
    }
    .educactionPopup {
        display: none;
        position: fixed;
        inset: 0%;
        margin: auto;
        background-color: rgba(0, 0, 0,.9);
        height: 100%;
        width: 100%;
        z-index: 3;
    }
    .educactionP {
        background-color: rgba(140, 0, 255, 0.3);
        box-shadow: 0 12px 15px rgb(140, 0, 255);
        width: 50%;
        height: 50%;
        position: absolute;
        inset: 0%;
        margin: auto;
        border-radius: 15px;
    }
    .educactionP h1{
        color: white;
        font-size: 200%;
    }
    .educactionP h2{
        color: white;
        font-size: 85%;   
    }
    .expeLaboralPopup {
        display: none;
        position: fixed;
        inset: 0%;
        margin: auto;
        background-color: rgba(0, 0, 0,.9);
        height: 100%;
        width: 100%;
        z-index: 3;
    }
    .EXPERIENCIALABOPOPU{
        background-color: rgba(140, 0, 255, 0.3);
        box-shadow: 0 12px 15px rgb(140, 0, 255);
        width: 50%;
        height: 50%;
        position: absolute;
        inset: 0%;
        margin: auto;
        border-radius: 15px;
    }
    .EXPERIENCIALABOPOPU h1{
        color: white;
        font-size: 195%;
    }
    .EXPERIENCIALABOPOPU h2{
        color: white;
        font-size: 65%;
    }
    .experienciaPrePopup {
        display: none;
        position: fixed;
        inset: 0%;
        margin: auto;
        background-color: rgba(0, 0, 0,.9);
        height: 100%;
        width: 100%;
        z-index: 3;
    }
    .experienciaPrePop{
        background-color: rgba(140, 0, 255, 0.3);
        box-shadow: 0 12px 15px rgb(140, 0, 255);
        width: 50%;
        height: 50%;
        position: absolute;
        inset: 0%;
        margin: auto;
        border-radius: 15px;
    }
    .experienciaPrePop h1{
        color: white;
        font-size: 250%;
    }
    .experienciaPrePop h2{
        color: white;
        font-size: 85%;
    }
    .osPopup {
        display: none;
        position: fixed;
        inset: 0%;
        margin: auto;
        background-color: rgba(0, 0, 0,.9);
        height: 100%;
        width: 100%;
        z-index: 3;
    }
    .OSPop {
        background-color: rgba(140, 0, 255, 0.3);
        box-shadow: 0 12px 15px rgb(140, 0, 255);
        width: 50%;
        height: 50%;
        position: absolute;
        inset: 0%;
        margin: auto;
        border-radius: 15px;
    }
    .OSPop h1{
        color: white;
        font-size: 250%;
    }
    .OSPop h2{
        color: white;
        font-size: 150%;
        position: absolute;
        bottom: 2%;
    }
    .sistemas{
        width: 280px;
        height: 100px;
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        gap: 15%;
        bottom: 20%;
        left: 30%;
    }
    
    .apple{
        width: 95px;
        height: 50px;
        position: absolute;
        left: -5%;
        top: 3%;
    }
    .linux{
        width: 50px;
        height: 50px;
        position: absolute;
        right: 40%;
        top: 3%;
    }
    .windows{
        width: 50px;
        height: 50px;
        position: absolute;
        right: 2%;
        top: 3%;
        scale: 100%;
    }
    .sistemas img:hover{
        animation: icons 1.5s running;
    }
    .socialmedia{
        width: 135px;
        height: 45px;
        position: fixed;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        right: 32%;
        bottom: 9%;
    }
    .socials{
        width: 40px;
        height: 39px;
        cursor: pointer;
        border-radius: 15%;
        scale: 75%;
    }
    .socials:hover{
        border-radius: 15%;
        box-shadow: 0 3px 3px rgb(151, 151, 151);
        animation: icons 1s running;
    }
    @keyframes icons {
        0% {
            scale: 75%;
        }
        50% {
            scale: 125%;
        }
        100% {
            scale: 100%;
        }
    }
    .ButtonDownload {
        position: fixed;
        right: 32%;
        bottom: 5%;
        width: 135px;
        color: rgb(255, 255, 255);
        background-color: rgb(111, 0, 155);
        border-radius: 15px;
        box-shadow: 0 3px 3px white;
        cursor: pointer;
    }
    .ButtonDownload:hover {
        animation: button 1s infinite;
    }
    
    @keyframes button {
        0% {
            box-shadow: 0 3px 9px rgb(225, 0, 255);
        }
        25% {
            box-shadow: 0 3px 9px rgb(0, 255, 34);
        }
        50% {
            box-shadow: 0 3px 9px rgb(125, 1, 141);
        }
        100% {
            box-shadow: 0 3px 9px rgb(17, 0, 255);
        }
    }
    

}