*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    background-color: #000;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    color: cadetblue;
    box-sizing: border-box;
    overflow-x: hidden;
    /* font-weight: lighter; */
    /* position: relative; */
}

body * {
    /* transition: all 1s ease-in-out; */
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
    color: rgb(102, 154, 186);
}




/* width */
body::-webkit-scrollbar {
    width: 20px;
    background: linear-gradient(to bottom, #424242, #424242, #424242, #424242, #424242, #424242);
}

/* Track */
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    cursor: pointer;
}

body::-webkit-scrollbar-thumb:hover {
    background: rgb(182, 182, 182);
    border-radius: 10px;
    cursor: pointer;
}

.viewWrapper {

    padding-left: 15px;

}

.viewWrapper a:hover {
    text-decoration: none;
    color: rgb(255, 165, 0);

}

.divLineaConGradienteLeft {
    position: absolute;
    width: 5px;
    /* height: 10000px; */
    background: linear-gradient(to bottom, violet, indigo, #0000ff, green, yellow, orange, red);
    left: 0px;
    top: 0px;
    z-index: 100;
}

.divLineaConGradienteRight {
    position: absolute;
    width: 5px;
    /* height: 10000px; */
    background: linear-gradient(to bottom, violet, indigo, #0000ff, green, yellow, orange, red);
    right: 0px;
    top: 0px;
    z-index: 100;
}

.ani-background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-attachment: fixed;
}



.skyline {
    position: absolute;
    background-image: url("../img/main/skyline.jpg");
    z-index: -10;
    width: 100%;
    height: 600px;
}

.brain {
    width: 70%;
    height: auto;
}

.teamWork {
    width: 80%;
    height: auto;
}

.tree {
    width: 70%;
    height: auto;
}

.imgHireMe {
    width: 40%;
    height: auto;
    max-width: 300px;
}

.github {
    width: 40%;
    height: auto;
}


#hireme {
    padding: 0 50px 0 50px;
}


.lampost {
    overflow: hidden;
    width: 100vw;
}


.divLamppost1 {
    background-image: url("../img/main/lamppost1.png");
    background-size: auto 757px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
    transform: scaleX(-1);
    height: 757px;
    width: 100vw;
}

.divLamppost2 {
    background-image: url("../img/main/lamppost1.png");
    background-size: auto 757px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
    height: 757px;
    width: 100vw;
}

.divLamppost3 {

    background-image: url("../img/main/lamppost1.png");
    background-size: auto 457px;
    background-repeat: no-repeat;
    background-position: 150px 0;

    position: absolute;
    z-index: -2;
    overflow: hidden;
    top: 250px;
    height: 457px;
    width: 100vw;
    filter: blur(2px) brightness(0.6);
}

.divLamppost4 {
    background-image: url("../img/main/lamppost1.png");
    background-size: auto 457px;
    background-repeat: no-repeat;
    background-position: 150px 0;


    position: absolute;
    z-index: -2;
    transform: scaleX(-1);
    overflow: hidden;
    top: 250px;
    height: 457px;
    width: 100vw;
    filter: blur(2px) brightness(0.6);
}

@media (max-width: 600px) {



    .divLamppost1 {
        left: -50px;
        transform: scaleX(-1);
        visibility: none;
        display: none;
        opacity: 0;
    }

    .divLamppost2 {
        background-position: -110px 0;
    }


    .divLamppost3 {
        transform: rotateY(180deg);
        background-position: -50px 0;
        /* opacity: 0;
        visibility: none; */
    }

    .divLamppost4 {
        visibility: none;
        display: none;
        opacity: 0;
    }

    @keyframes parpadeo-1 {
        0% {
            opacity: 1;
        }

        20% {
            opacity: 0.8;
        }

        22% {
            opacity: 1;
        }

        23% {
            opacity: 0.2;
        }

        25% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        51% {
            opacity: 0.2;
        }

        52% {
            opacity: 1;
        }

        75% {
            opacity: 1;
        }

        76% {
            opacity: 0.8;
        }

        78% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes parpadeo-2 {
        0% {
            opacity: 1;
        }

        40% {
            opacity: 0.2;
        }

        42% {
            opacity: 1;
        }

        45% {
            opacity: 0.2;
        }

        47% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        60% {
            opacity: 0.2;
        }

        62% {
            opacity: 1;
        }

        65% {
            opacity: 0.2;
        }

        67% {
            opacity: 1;
        }

        70% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    .divLamppost3 {
        animation: parpadeo-1 3s linear infinite,
            parpadeo-2 6s linear infinite;
    }

    .people2_1 {
        position: absolute;
        z-index: 2;
        left: 230px;
        top: 470px;
        width: auto;
        height: 156px;
        filter: blur(1.3px) brightness(0.8);
        opacity: 0;
        display: none;
        transition: opacity 0.5s ease;
    }

}




@media (max-width: 1000px) {

    .people1_1 {
        position: absolute;
        z-index: 3;
        right: 100px;
        top: 400px;
        width: auto;
        filter: blur(0.2px);
        transition: opacity 0.8s ease;
        opacity: 0;
        visibility: 0;
    }

    .people1_2 {
        position: absolute;
        z-index: 3;
        left: 70px;
        top: 400px;
        width: auto;
        filter: blur(0.5px);
        transition: opacity 0.8s ease;
        opacity: 0;
        visibility: 0;
    }


}

@media (max-width: 1299px) {

    .people1_1 {
        position: absolute;
        z-index: 3;
        right: 100px;
        top: 400px;
        width: auto;
        filter: blur(0.2px);
        transition: opacity 0.8s ease;
        opacity: 0;
        visibility: 0;
    }

    .people1_2 {
        position: absolute;
        z-index: 3;
        left: 70px;
        top: 400px;
        width: auto;
        filter: blur(0.5px);
        transition: opacity 0.8s ease;
        opacity: 0;
        visibility: 0;
    }


    .people2_1 {
        position: absolute;
        z-index: 2;
        left: 230px;
        top: 470px;
        width: auto;
        height: 156px;
        filter: blur(1px) brightness(0.8);
        transition: opacity 0.8s ease;
        opacity: 0;
        visibility: 0;
    }

    .people2_2 {
        position: absolute;
        z-index: 2;
        right: 350px;
        top: 450px;
        width: auto;
        filter: blur(1px) brightness(0.8);
        transition: opacity 0.8s ease;
        opacity: 0;
        visibility: 0;
    }
}

@media (min-width: 1000px) {

    .people1_1 {
        position: absolute;
        z-index: 3;
        right: 100px;
        top: 400px;
        width: auto;
        filter: blur(0.2px);
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .people1_2 {
        position: absolute;
        z-index: 3;
        left: 70px;
        top: 400px;
        width: auto;
        filter: blur(0.5px);
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .people2_1 {
        position: absolute;
        z-index: 2;
        left: 230px;
        top: 470px;
        width: auto;
        height: 156px;
        filter: blur(1.3px) brightness(0.8);
        opacity: 1;
        display: block;
        transition: opacity 0.5s ease;
    }

    @keyframes parpadeo-1 {
        0% {
            opacity: 1;
        }

        20% {
            opacity: 0.8;
        }

        22% {
            opacity: 1;
        }

        23% {
            opacity: 0.2;
        }

        25% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        51% {
            opacity: 0.2;
        }

        52% {
            opacity: 1;
        }

        75% {
            opacity: 1;
        }

        76% {
            opacity: 0.8;
        }

        78% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes parpadeo-2 {
        0% {
            opacity: 1;
        }

        40% {
            opacity: 0.2;
        }

        42% {
            opacity: 1;
        }

        45% {
            opacity: 0.2;
        }

        47% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        60% {
            opacity: 0.2;
        }

        62% {
            opacity: 1;
        }

        65% {
            opacity: 0.2;
        }

        67% {
            opacity: 1;
        }

        70% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    .divLamppost3 {
        animation: parpadeo-1 3s linear infinite,
            parpadeo-2 6s linear infinite;
    }

}


@media (min-width: 1300px) {


    .people2_1 {
        position: absolute;
        z-index: 2;
        left: 230px;
        top: 470px;
        width: auto;
        height: 156px;
        filter: blur(1.3px) brightness(0.8);
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .people2_2 {
        position: absolute;
        z-index: 2;
        right: 350px;
        top: 450px;
        width: auto;
        filter: blur(1px) brightness(0.8);
        opacity: 1;
        transition: opacity 0.5s ease;
    }
}


@media (min-width: 1920px) {

    .divLamppost1 {

        background-position: 350px 0;
        transition: opacity 0.5s ease;
    }

    .divLamppost2 {

        background-position: 350px 0;
        transition: opacity 0.5s ease;
    }

    .divLamppost3 {


        background-position: 450px 0;
        transition: opacity 0.5s ease;

    }

    .divLamppost4 {

        background-position: 450px 0;
        transition: opacity 0.5s ease;

    }

    .people1_1 {

        right: 100px;
        transition: opacity 0.5s ease;

    }

    .people1_2 {

        left: 70px;
        transition: opacity 0.5s ease;

    }

    .people2_1 {
        left: 530px;
        transition: opacity 0.5s ease;
    }

    .people2_2 {
        right: 350px;
        transition: opacity 0.5s ease;
    }

}



.skyline1 {
    position: absolute;
    left: 0;
    z-index: -10;
    overflow: hidden;
}


.circles {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 600px;
    overflow: hidden;
    color: #9b9b9b;
    font-size: 1.5rem;
    z-index: -9;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -170px;
    border-radius: 50%;
    box-shadow: 0 0 10px 5px #00cfda;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    background-image: url("../img/main/coding.gif");
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
    background-image: url("../img/main/coding.gif");
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    background-image: url("../img/main/coding.gif");
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
    background-image: url("../img/main/coding.gif");
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    background-image: url("../img/main/coding.gif");
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
    background-image: url("../img/main/coding.gif");
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
    background-image: url("../img/main/coding.gif");
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
    background-image: url("../img/main/coding.gif");
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
    background-image: url("../img/main/coding.gif");
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
    background-image: url("../img/main/coding.gif");
}



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1400px) rotate(200deg);
        opacity: 0;
        border-radius: 50%;
    }

}





.particles {
    background-color: black;
    z-index: -290;
    background-attachment: fixed;
}

#simulation {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;

}

a:hover,
a:active {
    cursor: hand;
    text-decoration: none;
    outline: none;
    border: 0 none;
    box-shadow: none;
    color: rgb(255, 165, 0);
}

.bgBlackOblique1 {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 100%;
    height: 1200px;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 50%, transparent 50%);
    color: #000000;
    z-index: 4;
    overflow: hidden;
}



.bgBlackOblique2 {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 100%;
    height: 1200px;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 50%, transparent 50%);
    color: #000000;
    z-index: 4;
}

.bgBlackOblique1.fade-out {
    opacity: 0;
    transition: opacity 0.6s;
}

.bgBlackOblique2.fade-out {
    opacity: 0;
    transition: opacity 0.6s;
}


.bgWhiteOblique1 {
    visibility: hidden;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 1200px;
    /* background-image: linear-gradient(45deg, rgb(255, 255, 255) 50%, transparent 50%); */
    color: #000000;
    z-index: 8;
}

.bgWhiteOblique2 {
    visibility: hidden;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 1200px;
    /* background-image: linear-gradient(-45deg, rgb(255, 255, 255) 50%, transparent 50%); */
    color: #000000;
    z-index: 8;
}

.bgViolet2 {
    /*fondo blanco para menú 2*/
    visibility: hidden;
    position: fixed;
    top: 0px;
    left: 0;
    max-width: 100%;
    height: 550px;
    background-color: #000000;
    z-index: 7;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../img/main/skyline.jpg");
    background-repeat: no-repeat;
    box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 1);


}

.bgBlackOfBgWhiteOblique {
    visibility: hidden;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 9000px;
    z-index: 7;
    background-repeat: no-repeat;
    background-color: #000000;
}

.bgBlackOfBgWhiteOblique::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5000px;
    background-image: url("../img/main/skyline.jpg");
    background-repeat: no-repeat;
    z-index: -1;

}


.visibility-in {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.6s;
}

.visibility-out {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s;
}

.bgGrafitti {
    top: 600px;
    position: absolute;
    width: 100%;
    height: 175px;
    background-color: rgb(0, 0, 0);
    color: #000000;
    background-image: url('../img/main/grafitti.webp');
    background-position: center center;
    z-index: 5;
}

.divImgOliPortada {
    position: absolute;
    align-items: center;
    top: 725px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-image: url('../img/hands-laptop.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease-in-out;
    z-index: 8;
    transform-origin: center;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 1),
        0 0 0 2px rgba(255, 0, 0, 0.5),
        0 0 0 4px rgba(255, 165, 0, 0.5),
        0 0 0 6px rgba(255, 255, 0, 0.5),
        0 0 0 8px rgba(0, 128, 0, 0.5),
        0 0 0 10px rgba(0, 0, 255, 0.5),
        0 0 0 12px rgba(75, 0, 130, 0.5),
        0 0 0 14px rgba(238, 130, 238, 0.5);

}


.divImgOliPortada2 {
    position: relative;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-image: url('../img/main/oli-portada.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease-in-out;
    z-index: 8;
    transform-origin: center;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 1),
        0 0 0 2px rgba(255, 0, 0, 0.5),
        0 0 0 4px rgba(255, 165, 0, 0.5),
        0 0 0 6px rgba(255, 255, 0, 0.5),
        0 0 0 8px rgba(0, 128, 0, 0.5),
        0 0 0 10px rgba(0, 0, 255, 0.5),
        0 0 0 12px rgba(75, 0, 130, 0.5),
        0 0 0 14px rgba(238, 130, 238, 0.5);

}

.divImgOliPortada2:hover {
    transform: scale(1.5);
}


.rotateY-180 {
    transform: rotateY(180deg);
}


.rotate-transition {
    transition: transform 0.5s ease-in-out;
}


.divCircleOliPortada {
    position: absolute;
    align-items: center;
    transform: translate(-50%, -50%);
    top: 825px;
    left: 50%;
    z-index: 3;
    width: 225px;
    height: 225px;
    background: #363067;
    border-radius: 50%;
}



.bgWhite1 {
    position: absolute;
    top: 775px;
    left: 0;
    max-width: 1200px;
    /* height: 9320px; */
    background-color: rgb(9, 75, 101);
    z-index: 6;
    left: 0;
    right: 0;
    margin: auto;
}

.dotSign3 {

    display: inline-block;

    animation: spin 10s linear infinite;

}

/* Definir la animación de keyframes para girar */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.bgViolet {
    /*fondo negro para menú 1*/
    position: absolute;
    top: 775px;
    left: 0;
    max-width: 100%;
    height: 5500px;
    background-color: #000000;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
    /* overflow: hidden; */
}

.grecaptcha-badge {
    visibility: hidden !important;
}


.phrases {
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 628px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 5;
}

.phrases span {
    display: inline-block;
    /* Añadir este estilo */
}

.divImgOliPortada.fade-out {
    opacity: 0;
    transition: opacity 0.6s;
}




.bgWhiteOblique1.fade-out {
    opacity: 0;
    transition: opacity 0.6s;
}

.bgWhiteOblique2.fade-out {
    opacity: 0;
    transition: opacity 0.6s;
}

.lanBtns {
    position: absolute;
    left: 50%;
    width: 81px;
    height: 80px;
    /* background-color: #00cfda; */
    left: calc(50% + 150px);
    transform: translate(-50%, -50%);
    top: 270px;
    z-index: 20;
    cursor: pointer;
}



.divStick {
    /* visibility: hidden; */
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 945px;
    z-index: -1;
    display: none;
    transition: all 1s ease-in-out;
}

.mostrarDivStick {

    top: 830px;
}

/* .mostrarDivStick-2 {

    top: 830px;
} */


.divStick2-visible {
    opacity: 1;
}

.divStick2 {
    opacity: 0;
    position: fixed;
    top: -580px;
    z-index: 7;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    font-size: 2em;

    text-align: center;
    transition: all 0.6s ease-in-out;
}

.divStick3 {
    opacity: 0;
    position: fixed;
    bottom: 0;
    z-index: 17;
    right: -100px;
    cursor: pointer;
    font-size: 2em;

    transition: all 0.6s ease-in-out;
}

.divStick3-fijo {
    transform: translateX(-110px);
    transition: all 0.6s ease-in-out;
    opacity: 1;

    /* el elemento se vuelve visible al pasar el límite */
}

.divStick3-fijo-back {
    right: -110px;
    transition: all 0.6s ease-in-out;
}

.divHomeTop {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
}

.divHomeTopImg {
    max-width: 30px;
    height: auto;
}


.hidden {
    opacity: 0;
    visibility: hidden;
}




.imgFlowLine2 {
    transform: rotateX(180deg);
}

.divStick2-fijo {
    position: fixed;
    opacity: 1;
    z-index: 9;
    visibility: visible;
    transform: translateY(50px);
    transition: transform 0.6s ease;


}



.divStick2-fijo-back {
    top: -430px;
    transition: opacity 0.6s ease;
}


.divStickHead {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 80px;
    /* background-color: #00cfda; */
    transform: translate(-50%, -50%);
    top: 510px;
    z-index: 12;
    cursor: pointer;
}

.divStickDOWN {

    top: -80px;
    transition: top 1s ease-in-out, opacity 0.2s ease-out;
    z-index: 8;
}





.divStick2Head {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 50%;
    width: 80px;
    height: 120px;
    /* background-color: #da3700; */
    transform: translate(-50%, -50%);
    top: 30px;
    z-index: 10;
    cursor: pointer;
}

.divStick2Head-2 {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 50%;
    width: 80px;
    height: 80px;
    pointer-events: none;
    transform: translate(-50%, -50%);
    top: 480px;
    z-index: 20;
    cursor: pointer;
}

.divStick3Head {
    opacity: 1;
    position: fixed;
    right: -100px;
    width: 95px;
    height: 100px;
    bottom: 90px;
    z-index: 18;
    cursor: pointer;
    transition: all 1s ease-in-out;
}

.divStick3Head-fijo {
    opacity: 1;
    transform: translateX(-110px);
    transition: all 1s ease-in-out;


}


.divStick3Head-back {
    opacity: 1;
    transform: translateX(-100px);
    transition: all 1s ease-in-out;


}

.opacity1 {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease;
}

.divStickDOWN-2 {
    opacity: 0;
}


.divStick2HeadUP {

    position: fixed;
    z-index: 20;
    /* background-color: #fb00ff; */
    transition: all 1s ease-in-out;
}

.divStickHeadDOWN {

    position: absolute;
    /* background-color: #2f00ff; */
    left: 50%;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    top: 10px;
    z-index: 20;
    cursor: pointer;
    transition: all 1s ease-in-out;
}


.pin2-hide {
    opacity: 0;
}



.divStick.divStickUP {
    position: absolute;
    transition: all 1s ease-in-out;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 350px;
    z-index: -1;
}


@media (min-width: 1200px) {

    .divStick3 {
        opacity: 0;
        left: calc(50% + 580px);
        opacity: 0;
        position: fixed;
        bottom: 0;
        z-index: 17;
        right: -100px;
        cursor: pointer;
        font-size: 2em;
        transition: all 1s ease-in-out;

    }

    .divStick3-fijo {
        transform: translateX(-65px);
        transition: all 0.6s ease-in-out;
        opacity: 1;
    }

    .divStick3Head {
        opacity: 1;
        position: fixed;
        left: calc(50% + 600px);
        width: 95px;
        height: 100px;
        bottom: 90px;
        z-index: 18;
        cursor: pointer;
        transition: all 1s ease-in-out;
    }

    .divStick3Head-fijo {
        opacity: 1;
        transform: translateX(-65px);
        transition: all 1s ease-in-out;

    }

}


.divCat {
    display: none;
    opacity: 0;
    position: absolute;
    height: 100px;
    width: auto;
    left: calc(50% - 23px);
    transform: translate(-50%);
    top: 515px;
    z-index: 4;
    cursor: pointer;
    font-size: 0.6rem;
    text-align: center;
    transform: rotateY(180deg);

}



.particlesContainer {

    left: 0;
    right: 0;
    margin: auto;
    top: 950px;
    background-color: #ffffff;
    z-index: 6;
    max-width: 1100px;
    position: relative;
    height: 100vh;
}

.encabezado {

    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3rem;
    color: #9b9b9b;
    text-align: center;
    width: 100%;
    height: 3rem;
    margin: auto;
    z-index: 6;

}

.mainTextContainer {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 775px;
    background-color: #000;
    z-index: 6;
    max-width: 1150px;
    overflow: hidden;
    min-height: 100vh;
    /* overflow-y: auto; */

}

.mainTextContainer::-webkit-scrollbar {
    display: none;
    /* Esto oculta la scrollbar en WebKit browsers */
}

/* 
.mainTextContainer::before,
.mainTextContainer::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 8;
    width: 100px;
}

.mainTextContainer::after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.mainTextContainer::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}


.mainTextContainer .gradient-bottom {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 955px;
    z-index: 7;
    background: linear-gradient(to top, rgba(135, 206, 235, 1), rgba(135, 206, 235, 0));
} */




.textHomePage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    width: 100%;
    transition: all 1s ease-in-out;
    padding-top: 120px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);

}




/* @media (min-width: 1px) and (max-width: 440px) {

    .textHomePage {
        padding-top: 150px;
        transition: all 1s ease-in-out;
        color: #fff;
    }

}

@media (min-width: 440px) and (max-width: 600px) {

    .textHomePage {
        padding-top: 150px;
        transition: all 1s ease-in-out;
        color: #fff;
    }

}

@media (min-width: 600px) and (max-width: 850px) {

    .textHomePage {
        padding-top: 150px;
        transition: all 1s ease-in-out;
        color: #fff;
    }

}

@media (min-width: 851px) {

    .textHomePage {
        padding-top: 150px;
        transition: all 1s ease-in-out;
        color: #fff;
    }

} */


.textHomeBox0 {

    position: relative;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
    padding-left: 100px;
    padding-right: 100px;
    grid-template-rows: min-content;
    height: min-content;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 1.3
}

.sectionTitle {
    text-align: left !important;
    font-weight: 800;
    font-size: 2rem;
    color: lightskyblue;
}

.sectionTitleWebProj {
    text-align: center !important;
    font-weight: 800;
    font-size: 2rem;
    color: lightskyblue;
    margin-top: 60px;

}

.textHomeBox1 {

    position: relative;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 100%;

}

.textHomeBox1_1 {

    position: relative;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 100%;

}


.textHomeBox2 {

    position: relative;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 100%;

}

.textHomeBox3 {

    position: relative;
    font-size: 1.5rem;
    color: #fff;
    /* text-align: center; */
    width: 100%;


}


.textHomeBox4 {

    position: relative;

    font-size: 1.5rem;
    color: #000000;
    text-align: center;
    width: 100%;

}

.textHomeBox5 {

    position: relative;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 100%;


}

.textHomeBox6 {

    position: relative;
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 1.3
}

.textHomeBox7 {

    position: relative;

    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 100%;

}



.textHomeBox8 {

    position: relative;

    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 100%;

}

.textHomeBox9 {

    position: relative;

    font-size: 1.5rem;
    color: #fff;
    text-align: center;

}

.textHomeBox10 {

    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 100%;


}

.textHomeBox11 {

    position: relative;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 100%;

}

.collide-with-particles {
    position: absolute;
    /* background-color: rgba(255, 0, 0, 1);*/
    /* padding: 10px;
    border-radius: 5px; */
}

@media (max-width: 849px) {


    .mainTextContainer::after {
        right: 0;
        background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    }

    .mainTextContainer::before {
        left: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    }



    .brain {
        width: 70%;
        height: auto;
    }

    .teamWork {
        width: 80%;
        height: auto;
    }

    .tree {
        width: 70%;
        height: auto;
    }

    .imgHireMe {
        width: 80%;
        height: auto;
        max-width: 300px;
    }

    .github {
        width: 90%;
        height: auto;
    }


    .textHomePage {


        grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
        color: #fff;

    }

    .textHomeBox0 {


        grid-row: 1 / 2;
        grid-column: 1 / 4;
        display: flex;
        /* align-items: left; */
        justify-content: center;
        flex-direction: column;
        padding: 50px;
        text-align: left;
        height: min-content;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;


    }


    .textHomeBox1 {

        grid-row: 2 / 3;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divFlowLine1 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 2 / 3;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
    }

    .textHomeBox2 {

        grid-row: 3 / 4;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 50px;
        text-align: left;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }

    .textHomeBox3 {

        grid-row: 4 / 5;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divFlowLine3 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 2 / 3;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
        width: 100%;
        transform: rotate(180deg);
    }


    .textHomeBox4 {

        grid-row: 5 / 6;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding-right: 0;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }


    .textHomeBox5 {

        grid-row: 6 / 7;
        grid-column: 1 / 4;
        display: flex;
        align-items: left;
        justify-content: center;
        flex-direction: column;
        padding: 50px;
        text-align: left;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }

    .textHomeBox6 {

        grid-row: 7 / 8;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divFlowLine6 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 7 / 8;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
        width: 100%;
    }


    .textHomeBox7 {

        grid-row: 8 / 9;
        grid-column: 1 / 4;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 50px;
        text-align: left;
        height: min-content;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;

    }

    .textHomeBox8 {

        grid-row: 9 / 10;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }


    .divFlowLine8 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 9 / 10;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
        width: 100%;
        transform: rotate(180deg);
    }

    .textHomeBox9 {

        grid-row: 10 / 11;
        grid-column: 1 / 4;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 50px;
        text-align: left;
        height: min-content;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;
    }

    .textHomeBox10 {

        grid-row: 11 / 12;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divFlowLine10 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 11 / 12;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
        width: 100%;
    }

    .textHomeBox11 {

        grid-row: 12 / 13;
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: left;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;
        width: 100%;
    }

    .textHomeBox12 {

        grid-row: 13 / 14;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divFlowLine12 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 13 / 14;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
        transform: rotate(180deg);
        width: 100%;
    }


    .textHomeBox13 {
        grid-row: 14 / 15;
        grid-column: 1 / 4;
        justify-content: center;
        padding: 50px;
        text-align: left;
        height: min-content;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;
        font-size: 1.5rem;
    }

    .viewWrapper {
        display: flex;
        flex-direction: column;
        padding-left: 15px;

    }



    .certWrapper {
        display: flex;
        flex-direction: column;
    }

    .courseList {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
        padding-left: 10px;
        font-size: 1.3rem;
    }

    .courseWrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        /* Espacio entre los elementos dentro de cada fila */
    }

    .textCurURL {
        padding-left: 15px;
    }

    .guionView {
        display: none
    }

    .textHomeBox14 {

        grid-row: 15 / 16;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divFlowLine14 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 15 / 16;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
        width: 100%;
    }


    .textHomeBox15 {

        grid-row: 16 / 17;
        grid-column: 1 / 4;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        text-align: left;
        height: min-content;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;
        font-size: 1.5rem;
        align-items: center;
    }

    .projects {
        display: flex;
        flex-direction: column;
        gap: 60px;
        padding-left: 20px;
        width: 100%;
        padding-right: 20px;
    }

    .hrPRojects {
        width: 80%;
        color: #999;
        background-color: #999;
        height: 2px;
        margin: 20px 0;
        /* Margen superior e inferior para ajustar el espacio */
    }

    .container-form {

        width: 100%;
        grid-row: 17 / 18;
        grid-column: 1 / 4;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 50px;
        text-align: left;
        height: min-content;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;
        font-size: 1.5rem;
        align-items: center;
    }

    .Project1,
    .Project2,
    .Project3,
    .Project4,
    .Project5,
    .Project6,
    .Project7,
    .Project8 {

        display: grid;

        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto;

        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;

        width: 100%;

        text-align: center;

        overflow-y: scroll;

        border-style: solid;
        border-color: green;
        border-width: 2px;

    }

    .PROJ_1_INTRO {
        display: block;
        width: 90%;
    }

    .p1_big_screen,
    .p2_big_screen,
    .p3_big_screen,
    .p4_big_screen,
    .p5_big_screen,
    .p6_big_screen,
    .p7_big_screen,
    .p8_big_screen {
        display: none;
        visibility: hidden;
        opacity: 0;
    }


    .projShortDesc1,
    .projShortDesc2,
    .projShortDesc3,
    .projShortDesc4,
    .projShortDesc5,
    .projShortDesc6,
    .projShortDesc7,
    .projShortDesc8 {
        display: grid;
        grid-template-columns: 30% 1fr;
        grid-template-rows: auto;
        margin: auto;
        grid-row: 1/2;
        grid-column: 1/3;
        width: 100%;
        position: relative;
        line-height: 1em;
        text-align: left;
        align-items: center;
    }

    .imgPro1_short {
        grid-column: 1/2;
        text-align: center;
        margin: auto;
        height: auto;
        width: 100%;
        max-width: 100px;
        position: relative;

    }


    .linkProjShortDesc1,
    .linkProjShortDesc2,
    .linkProjShortDesc3,
    .linkProjShortDesc4,
    .linkProjShortDesc5,
    .linkProjShortDesc6,
    .linkProjShortDesc7,
    .linkProjShortDesc8 {
        grid-row: 2/3;
        grid-column: 1/3;
        width: 100%;
        text-align: center;
        z-index: 20;
    }

    .info-left {
        display: grid;
        grid-row: 3/4;
        grid-column: 1/3;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
        align-content: start
    }

    .info-right {
        display: grid;
        grid-row: 4/5;
        grid-column: 1/3;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
        align-content: start
    }



    .imgPro1,
    .imgPro2,
    .imgPro3,
    .imgPro4,
    .imgPro5,
    .imgPro6,
    .imgPro7,
    .imgPro8 {

        grid-row: 1/2;
        grid-column: 1/3;
        text-align: center;
        margin: auto;
        height: auto;
        width: 100%;
        max-width: 300px;
        position: relative;
        margin-bottom: 25px;
    }



    .imgProj {
        width: 100%;
        max-width: 200px;
    }

    .vidPro1,
    .vidPro2,
    .vidPro3,
    .vidPro4,
    .vidPro5,
    .vidPro6,
    .vidPro7,
    .vidPro8 {
        grid-row: 2/3;
        grid-column: 1/3;
        text-align: center;
        margin: auto;
        overflow: hidden;
        position: relative;
        line-height: 1.4em;
        margin-bottom: 25px;
        margin-top: 25px;
    }


    .txtPro1_pe,
    .txtPro2_pe,
    .txtPro3_pe,
    .txtPro4_pe,
    .txtPro5_pe,
    .txtPro6_pe,
    .txtPro7_pe,
    .txtPro8_pe {
        margin: auto;
        grid-row: 5/6;
        grid-column: 1/3;
        margin-top: 0px;
        text-align: left;
        padding-left: 0px;
        padding-right: 0px;
        height: 200px;
        width: 90%;
        overflow: hidden;
        position: relative;
        line-height: 1.4em;
        padding-bottom: 40px;
    }



    .txtPro1_pe.blur::after,
    .txtPro2_pe.blur::after,
    .txtPro3_pe.blur::after,
    .txtPro4_pe.blur::after,
    .txtPro5_pe.blur::after,
    .txtPro6_pe.blur::after,
    .txtPro7_pe.blur::after,
    .txtPro8_pe.blur::after {
        grid-row: 5/6;
        grid-column: 1/3;
        content: '';
        position: absolute;
        width: 100%;
        height: 60%;
        background: linear-gradient(to top, rgb(0, 0, 0), rgba(255, 255, 255, 0));
        filter: blur(0px);
        pointer-events: none;
        left: 0px;
        bottom: 0;
    }



    .txtPro1_Short,
    .txtPro2_Short,
    .txtPro3_Short,
    .txtPro4_Short,
    .txtPro5_Short,
    .txtPro6_Short,
    .txtPro7_Short,
    .txtPro8_Short {
        padding-left: 15px;
        padding-right: 10px
    }



    .txtProjSideL,
    .txtProjSideR {
        /* visibility: hidden; */
        display: none;
        margin-bottom: 25px;
    }

    .sideProjTxtTitle {
        font-weight: bold;
        color: lightskyblue;
    }

    .sideProjTxtTitleVIDEO {
        font-weight: bold;
        color: lightskyblue;
        margin-top: 20px;
    }

    .sideProjTxt {
        font-size: 1.2rem;
        color: burlywood;

    }

    .aboutMeTitle {
        text-align: left !important;
        font-weight: 800;
        font-size: 2.5rem;
    }

    .divEnlaceLeerMas1,
    .divEnlaceLeerMas2,
    .divEnlaceLeerMas3,
    .divEnlaceLeerMas4,
    .divEnlaceLeerMas5,
    .divEnlaceLeerMas6,
    .divEnlaceLeerMas7,
    .divEnlaceLeerMas8 {

        width: 100%;
        text-align: right;
        padding-top: 10px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 50px;

    }

    .divEnlaceVerMas1,
    .divEnlaceVerMas2,
    .divEnlaceVerMas3,
    .divEnlaceVerMas4,
    .divEnlaceVerMas5,
    .divEnlaceVerMas6,
    .divEnlaceVerMas7,
    .divEnlaceVerMas8 {

        width: 100%;
        text-align: right;
        padding-top: 10px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 50px;
    }


    .viewMoreExt1,
    .viewMoreExt2,
    .viewMoreExt3,
    .viewMoreExt4,
    .viewMoreExt5,
    .viewMoreExt6,
    .viewMoreExt7,
    .viewMoreExt8 {
        display: none;
        margin-top: 30px;
    }



}

@media (min-width: 851px) {
    .textHomePage {


        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto auto auto auto auto;
        width: 100%;
        margin-top: 0px;
        grid-row-gap: 10px;
        color: #fff;




    }


    .textHomeBox0 {


        grid-row: 1 / 2;
        grid-column: 1 / 4;
        display: flex;
        /* align-items: left; */
        justify-content: center;
        flex-direction: column;
        padding: 50px;
        padding-left: 150px;
        padding-right: 150px;
        text-align: left;
        height: min-content;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;


    }


    .textHomeBox1 {

        grid-row: 2 / 3;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divFlowLine1 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 2 / 3;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
    }

    .textHomeBox2 {

        grid-row: 3 / 4;
        grid-column: 1 / 4;
        display: flex;
        /* align-items: left; */
        justify-content: center;
        flex-direction: column;
        padding: 50px;
        padding-left: 150px;
        padding-right: 150px;
        text-align: left;
        height: min-content;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;
    }

    .textHomeBox3 {

        grid-row: 4 / 5;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divFlowLine3 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 2 / 3;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
        width: 100%;
        transform: rotate(180deg);
    }


    .textHomeBox4 {

        grid-row: 5 / 6;
        grid-column: 1 / 2;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding-right: 0;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }


    .textHomeBox5 {

        grid-row: 5 / 6;
        grid-column: 2 / 4;
        display: flex;
        align-items: left;
        justify-content: center;
        flex-direction: column;
        padding: 50px;
        text-align: left;
        padding-left: 100px;
        padding-right: 0;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }

    .textHomeBox6 {

        grid-row: 6 / 7;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divFlowLine6 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 6 / 7;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
        width: 100%;
    }


    .textHomeBox7 {

        grid-row: 7 / 8;
        grid-column: 1 / 4;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 50px;
        padding-left: 150px;
        padding-right: 150px;
        text-align: left;
        height: min-content;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;

    }

    .textHomeBox8 {

        grid-row: 8 / 9;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }


    .divFlowLine8 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 8 / 9;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
        width: 100%;
        transform: rotate(180deg);
    }

    .textHomeBox9 {

        grid-row: 10 / 11;
        grid-column: 1 / 4;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 50px;
        padding-left: 150px;
        padding-right: 150px;
        text-align: left;
        height: min-content;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;
    }

    .textHomeBox10 {

        grid-row: 11 / 12;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divFlowLine10 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 11 / 12;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
        width: 100%;
    }

    .textHomeBox11 {

        grid-row: 12 / 13;
        grid-column: 1 / 4;
        display: flex;
        justify-content: left;
        flex-direction: column;
        padding: 50px;
        align-items: center;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }


    .textHomeBox12 {

        grid-row: 13 / 14;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divFlowLine12 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 13 / 14;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
        transform: rotate(180deg);
        width: 100%;
    }


    .textHomeBox13 {

        grid-row: 14 / 15;
        grid-column: 1 / 4;
        /* display: flex;
        flex-direction: column; */
        justify-content: center;
        padding: 50px;
        padding-left: 150px;
        padding-right: 150px;
        text-align: left;
        height: min-content;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;
        font-size: 1.5rem;
    }


    .textHomeBox14 {

        grid-row: 15 / 16;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divFlowLine14 {
        background-image: url("../img/main/flowLine1.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        grid-row: 15 / 16;
        grid-column: 1 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        height: 150px;
        width: 100%;
    }


    .textHomeBox15 {

        grid-row: 16 / 17;
        grid-column: 1 / 4;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 50px;
        padding-left: 150px;
        padding-right: 150px;
        text-align: left;
        height: min-content;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;
        font-size: 1.5rem;
        align-items: center;
    }

    .container-form {

        grid-row: 17 / 18;
        grid-column: 1 / 4;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 50px;
        text-align: left;
        height: min-content;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;
        font-size: 1.5rem;
        align-items: center;
    }

    .projects {

        grid-row: 12 / 13;
        grid-column: 1 / 4;
        grid-template-rows: repeat(4, 1fr);
        justify-content: left;
        flex-direction: column;
        padding: 50px;
        padding-left: 0px;
        padding-right: 0px;
        align-items: center;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;
        display: flex;
        gap: 60px;
        width: 100%;


    }

    .viewMoreExt1,
    .viewMoreExt2,
    .viewMoreExt3,
    .viewMoreExt4,
    .viewMoreExt5,
    .viewMoreExt6,
    .viewMoreExt7,
    .viewMoreExt8 {
        grid-column: 2 / 3;
    }

    .p1_small_screen,
    .p2_small_screen,
    .p3_small_screen,
    .p4_small_screen,
    .p5_small_screen,
    .p6_small_screen,
    .p7_small_screen,
    .p8_small_screen {
        display: none;
    }



    .Project1 {

        display: grid;
        grid-row: 2 / 3;
        grid-column: 1 / 1;
        width: 100%;
        grid-template-columns: 200px 58% 200px;
        grid-template-rows: auto auto;
        justify-content: left;
        flex-direction: row;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3;
        padding: 0px 0px 0px 0px;

    }

    .Project2 {

        display: grid;
        grid-row: 2 / 3;
        grid-column: 1 / 1;
        width: 100%;
        grid-template-columns: 200px 58% 200px;
        justify-content: left;
        flex-direction: row;
        align-items: left;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }

    .Project3 {

        display: grid;
        grid-row: 2 / 3;
        grid-column: 1 / 1;
        width: 100%;
        grid-template-columns: 200px 58% 200px;
        justify-content: left;
        flex-direction: row;
        align-items: left;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }

    .Project4 {

        display: grid;
        grid-row: 2 / 3;
        grid-column: 1 / 1;
        width: 100%;
        grid-template-columns: 200px 58% 200px;
        justify-content: left;
        flex-direction: row;
        align-items: left;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }

    .Project5 {

        display: grid;
        grid-row: 2 / 3;
        grid-column: 1 / 1;
        width: 100%;
        grid-template-columns: 200px 58% 200px;
        justify-content: left;
        flex-direction: row;
        align-items: left;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }

    .Project6 {

        display: grid;
        grid-row: 2 / 3;
        grid-column: 1 / 1;
        width: 100%;
        grid-template-columns: 200px 58% 200px;
        justify-content: left;
        flex-direction: row;
        align-items: left;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }

    .Project7 {

        display: grid;
        grid-row: 2 / 3;
        grid-column: 1 / 1;
        width: 100%;
        grid-template-columns: 200px 58% 200px;
        justify-content: left;
        flex-direction: row;
        align-items: left;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }

    .Project8 {

        display: grid;
        grid-row: 2 / 3;
        grid-column: 1 / 1;
        width: 100%;
        grid-template-columns: 200px 58% 200px;
        justify-content: left;
        flex-direction: row;
        align-items: left;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }


    .info-left {
        display: grid;
        grid-column: 1/2;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
        align-content: start
    }

    .info-right {
        display: grid;
        grid-column: 3/4;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
        align-content: start
    }

    .imgPro1,
    .imgPro2,
    .imgPro3,
    .imgPro4,
    .imgPro5,
    .imgPro6,
    .imgPro7,
    .imgPro8 {


        margin-top: 0px;
        text-align: left;
        padding-left: 20px;
        height: 200px;
        overflow: hidden;
        position: relative;
        line-height: 1.4em;
    }

    .imgProj {
        width: 100%;
        max-width: 300px;
    }


    .txtPro1_gra,
    .txtPro2_gra,
    .txtPro3_gra,
    .txtPro4_gra,
    .txtPro5_gra,
    .txtPro6_gra,
    .txtPro7_gra,
    .txtPro8_gra {


        margin-top: 0px;
        text-align: left;
        padding-left: 30px;
        padding-right: 10px;
        height: 200px;
        overflow: hidden;
        position: relative;
        line-height: 1.4em;
        padding-bottom: 40px;
    }

    .txtPro1_gra.blur::after,
    .txtPro2_gra.blur::after,
    .txtPro3_gra.blur::after,
    .txtPro4_gra.blur::after,
    .txtPro5_gra.blur::after,
    .txtPro6_gra.blur::after,
    .txtPro7_gra.blur::after,
    .txtPro8_gra.blur::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 60%;
        background: linear-gradient(to top, rgb(0, 0, 0), rgba(255, 255, 255, 0));
        filter: blur(0px);
        pointer-events: none;
        left: 10px;
        bottom: 0;
    }



    .vidPro1,
    .vidPro2,
    .vidPro3,
    .vidPro4,
    .vidPro5,
    .vidPro6,
    .vidPro7,
    .vidPro8 {

        margin-top: 0px;
        text-align: left;
        padding-left: 20px;
        height: 160px;
        overflow: hidden;
        position: relative;
        line-height: 1.4em;
    }

    .txtProjSideL,
    .txtProjSideR {
        display: none;
    }

    .sideProjTxtTitle {
        font-weight: bold;
        color: lightskyblue;
    }

    .sideProjTxtTitleVIDEO {
        font-weight: bold;
        color: lightskyblue;
        margin-top: 20px;
    }

    .sideProjTxt {
        font-size: 1.2rem;
        color: burlywood;

    }

    .aboutMeTitle {
        text-align: left !important;
        font-weight: 800;
        font-size: 2.5rem;
    }

    .divEnlaceLeerMas {
        display: flex;
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        width: 100%;
        text-align: right;
        padding-top: 0px;
    }

    .readMoreProj {
        padding-left: 30px;
        color: lightskyblue;
    }


}




.experience_intro {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    color: lightskyblue;
}


.portfolioLink {
    color: #00cfda;
    font-weight: bold;
    text-align: left;
}

.repoLink {
    color: #00cfda;
    font-weight: bold;
    text-align: center;
    padding: 0 30px 0 30px;
}

.homeTextTitle {
    font-weight: bold;
    font-size: 2rem;
    text-align: left;
    color: lightskyblue
}

.homeTextTitleCentered {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    color: lightskyblue
}

.textStep4 {
    display: none;
    position: absolute;
    height: 100px;
    width: auto;
    transition: all 1s ease-in-out;
    left: 50%;
    transform: translate(-50%);
    top: 499px;
    z-index: 4;
    cursor: pointer;
    font-size: 0.5rem;

    text-align: center;
}

.bajoZindex {
    z-index: 1;
}

.divSteps {
    display: none;
    opacity: 0;
    position: absolute;
    height: 100px;
    width: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 565px;
    z-index: 0;
    cursor: pointer;
}


.imgSteps {
    width: 370px;
    height: auto;
}

.divLaptop {
    display: none;
    opacity: 0;
    position: absolute;
    height: 39px;
    width: 50px;
    left: calc(50% - 114px);
    transform: translate(-50%, -50%);
    top: 560px;
    z-index: 5;
}

.imgLaptop {
    width: 50px;
    height: auto;
}

.divPerson1 {
    display: none;
    opacity: 0;
    position: absolute;
    height: 100px;
    width: 55px;
    left: calc(50% - -14px);
    transform: translate(-50%, -50%);
    transform: rotate(40deg);
    top: 674px;
    z-index: 6;
    cursor: auto;
}

.imgPerson1 {
    width: 115px;
    height: auto;
}

@media (min-width: 645px) {

    .divBtnLanContainer {
        display: flex;
        position: absolute;
        z-index: 20;
        top: 500px;
        left: calc(50% + 132px);
        transition: all 0.6s ease-in-out;

    }

}



@media (max-width: 645px) {

    .divBtnLanContainer {
        display: flex;
        position: absolute;
        z-index: 20;
        top: 500px;
        left: calc(50% + 132px);
        transition: all 0.6s ease-in-out;

    }

    .divPerson1 {
        display: none;
        position: absolute;
        height: 100px;
        width: 55px;
        left: calc(50% - -14px);
        transform: translate(-50%, -50%);
        transform: rotate(40deg);
        top: 674px;
        z-index: 6;
        cursor: pointer;
    }

    .textStep1 {
        opacity: 0;
        position: absolute;
        height: 100px;
        width: auto;
        left: calc(50% - 60px);
        transform: translate(-50%);
        top: 582px;
        z-index: 4;
        cursor: pointer;
        font-size: 0.8rem;

        text-align: center;
    }

}

@media (max-width: 475px) {

    .divPerson1 {
        display: none;
        position: absolute;
        height: 100px;
        width: 55px;
        left: calc(50% - -14px);
        transform: translate(-50%, -50%);
        transform: rotate(40deg);
        top: 674px;
        z-index: 6;
        cursor: pointer;
    }

    .divBtnLanContainer {
        display: flex;
        position: absolute;
        z-index: 20;
        top: 500px;
        left: calc(50% + 113px);
        transition: all 0.6s ease-in-out;


    }

    .textStep1 {
        opacity: 0;
        display: none;
        visibility: hidden;
    }


    .divCat {
        opacity: 0;
        display: none;
        position: absolute;
        height: 100px;
        width: auto;
        left: calc(50% - 39px);
        transform: translate(-50%);
        top: 515px;
        z-index: 4;
        cursor: pointer;
        font-size: 0.6rem;
        text-align: center;
        transform: rotateY(180deg);

    }

}


.divVideo {
    display: none;
    position: fixed;
    white-space: nowrap;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: -2;
    cursor: pointer;

}

video {
    object-fit: cover;
}


.dotSign1 {
    display: inline-block;
    transform: rotate(135deg);
}

.dotSign2 {
    display: inline-block;
    transform: rotate(60deg);
}

.dotSign3 {
    display: inline-block;
    transform: rotate(280deg);
}

.dotSign4 {
    display: inline-block;
    transform: rotate(180deg);
}

.divLapScreen {
    display: none;
    opacity: 0;
    position: absolute;
    width: 32px;
    height: 20px;
    transform: translate(-50%, -50%);
    left: calc(50% - 115px);
    top: 554px;
    z-index: 6;
    cursor: pointer;
    background-image: url("../img/main/coding.gif");
    background-size: 100%;
    box-shadow: 0px 0px 30px 10px rgb(0, 191, 255);
}

.divBotonMenu {
    position: absolute;
    width: 32px;
    height: 20px;
    /* background-color: rgb(0, 191, 255); */
    transform: translate(-50%, -50%);
    left: calc(50% + 82px);
    top: 250px;
    z-index: 7;
    cursor: pointer;


}

a.enlaceIntro {

    color: #00d9ff;
    text-decoration: none;
}

a.enlaceIntro2 {

    color: #ff00e1;
    text-decoration: none;
}



.flipped {
    transform: rotateY(180deg);
}

.flip-card-1 {
    background-color: transparent;
    perspective: 1000px;

}

.flip-card-2 {
    background-color: transparent;
    perspective: 1000px;
}



.soy {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 60px;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.soy.fade-out {
    opacity: 0;
    transition: opacity 0.6s;
}

.person1.fade-out {
    opacity: 0;
}

.ocultar {

    display: none;
}

.mostrar {

    display: block;
}

button {
    background-color: transparent;
}


select {
    appearance: none;
    background-color: white;
    border: none;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #0063a4;
    cursor: pointer;
}

select:hover,
select:focus {
    outline: none;
    border-color: #999;
}

select option {
    font-size: 16px;
    padding: 5px 10px;
}




#btn-cambiar-idioma {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#btn-cambiar-idioma select {
    margin-top: 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;

}

.language-selector {
    position: relative;
    display: inline-block;
}


.language-selector-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    min-width: 160px;
    padding: 8px 0;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.language-selector-list.show {
    display: block;
}

.language-selector-list select {
    width: 100%;
    padding: 8px 16px;
    border: none;
    font-size: 16px;
    color: #333;
    background-color: #f1f1f1;
}

.language-selector-list select:focus {
    outline: none;
    background-color: #ddd;
}


.divBtnLan {
    position: absolute;
    z-index: 7;
    top: 10px;
    right: 20px;
    transition: all 0.6s ease-in-out;


}

.divBtnLan img {

    height: 16px;
    margin: 0 10px;
}

.banderas {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.divBtnLan img {

    height: 16px;
    margin: 0 10px;
}

.divBtnLan.divBtnLanDOWN {

    transition: all 0.6s ease-in-out;
}



button {
    font-family: system-ui, sans-serif;
    font-weight: bold;
    font-size: 1.0rem;
    cursor: pointer;
    border: none;
    margin: .1em;
}


.intro1,
.intro2 {
    transition: all 0.6s ease-in-out;
    opacity: 1;
    visibility: visible;
    text-align: center;
    vertical-align: middle;
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    height: 4rem;
    width: 18rem;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(3, 3, 3, 0.4)) padding-box,
        linear-gradient(to bottom, rgba(31, 0, 145, 0.4), rgba(0, 0, 0, 0.4)) border-box;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.5);

}


.intro3 {
    position: absolute;
    bottom: 0rem;
    background-color: rgb(0, 0, 0);
    color: white;
    transform: rotateY(180deg);
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    height: 4rem;
    width: 18rem;
    cursor: pointer;
    box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.5);

}

.intro4 {
    position: absolute;
    bottom: 0rem;
    background-color: rgb(255, 255, 255);
    color: white;
    transform: rotateY(180deg);
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    height: 4rem;
    width: 18rem;
    cursor: pointer;
    box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro3:after {
    content: ' \2026';
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
    font-size: 1.5rem;
    color: white;
}

.intro4:after {
    content: ' \2026';
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
    font-size: 1.5rem;
    color: white;
}


.Project1::-webkit-scrollbar,
.Project2::-webkit-scrollbar,
.Project3::-webkit-scrollbar,
.Project4::-webkit-scrollbar,
.Project5::-webkit-scrollbar,
.Project6::-webkit-scrollbar,
.Project7::-webkit-scrollbar,
.Project8::-webkit-scrollbar {
    background-color: green;
    width: 20px;
}

.Project1::-webkit-scrollbar-track,
.Project2::-webkit-scrollbar-track,
.Project3::-webkit-scrollbar-track,
.Project4::-webkit-scrollbar-track,
.Project5::-webkit-scrollbar-track,
.Project6::-webkit-scrollbar-track,
.Project7::-webkit-scrollbar-track,
.Project8::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(42, 175, 9);
    border-radius: 10px;
}

.Project1::-webkit-scrollbar-thumb,
.Project2::-webkit-scrollbar-thumb,
.Project3::-webkit-scrollbar-thumb,
.Project4::-webkit-scrollbar-thumb,
.Project5::-webkit-scrollbar-thumb,
.Project6::-webkit-scrollbar-thumb,
.Project7::-webkit-scrollbar-thumb,
.Project8::-webkit-scrollbar-thumb {
    background: rgb(58, 255, 61);
    border-radius: 10px;
    cursor: pointer;
}

.Project1::-webkit-scrollbar-thumb:hover,
.Project2::-webkit-scrollbar-thumb:hover,
.Project3::-webkit-scrollbar-thumb:hover,
.Project4::-webkit-scrollbar-thumb:hover,
.Project5::-webkit-scrollbar-thumb:hover,
.Project6::-webkit-scrollbar-thumb:hover,
.Project7::-webkit-scrollbar-thumb:hover,
.Project8::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255);
}


.intro1,
.intro2,
.intro4,
.intro3 {

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2rem;


}


.menuPresentacion_portfolio,
.menuPorfolio_portfolio,
.menuEstudios_portfolio,
.menuContratame_portfolio {
    visibility: hidden;
    transition: all 0.6s ease-in-out;
    text-align: center;
    vertical-align: middle;
    position: relative;
    right: 0;
    left: 0;
    white-space: nowrap;
    margin: auto;
    height: 4rem;
    width: 15rem;
    background-image: url("../img/main/cristal.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid;
    color: white;
    border-color: #ffffff;
    border-radius: 2rem;
    cursor: pointer;
}




.menuPresentacion_portfolio3,
.menuPorfolio_portfolio3,
.menuEstudios_portfolio3 {
    visibility: hidden;
    transition: all 0.6s ease-in-out;
    text-align: center;
    vertical-align: middle;
    position: relative;
    right: 0;
    left: 0;
    white-space: nowrap;
    margin: auto;
    height: 2rem;
    width: 15rem;
    background-image: url("../img/main/cristal.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid;
    border-color: #ffffff;
    color: white;
    border-radius: 2rem;
    cursor: pointer;
}

.menuContratame_portfolio3 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    text-align: center;
    vertical-align: middle;
    position: relative;
    right: 0;
    left: 0;
    white-space: nowrap;
    margin: auto;
    height: 2rem;
    width: 15rem;
    background-image: url("../img/main/cristal-verde.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid;
    color: white;
    border-color: #00cfda;
    border-radius: 2rem;
    cursor: pointer;

}

.menuPresentacion2_portfolio,
.menuPorfolio2_portfolio,
.menuEstudios2_portfolio,
.menuContratame2_portfolio {
    transition: all 0.6s ease-in-out;
    text-align: center;
    vertical-align: middle;
    position: relative;
    right: 0;
    left: 0;
    white-space: nowrap;
    margin: auto;
    height: 2rem;
    width: 15rem;
    background-image: url("../img/main/cristal.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid;
    color: white;
    border-color: #ffffff;
    border-radius: 2rem;
    cursor: pointer;
}


.menuPresentacion2_portfolio3,
.menuPorfolio2_portfolio3,
.menuEstudios2_portfolio3 {
    transition: all 0.6s ease-in-out;
    text-align: center;
    vertical-align: middle;
    position: relative;
    right: 0;
    left: 0;
    white-space: nowrap;
    margin: auto;
    height: 2rem;
    width: 15rem;
    background-image: url("../img/main/cristal.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid;
    border-color: #ffffff;
    color: white;
    border-radius: 2rem;
    cursor: pointer;
}

.menuContratame2_portfolio3 {
    transition: all 0.6s ease-in-out;
    text-align: center;
    vertical-align: middle;
    position: relative;
    right: 0;
    left: 0;
    white-space: nowrap;
    margin: auto;
    height: 2rem;
    width: 15rem;
    background-image: url("../img/main/cristal-verde.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid;
    color: white;
    border-color: #00cfda;
    border-radius: 2rem;
    cursor: pointer;

}




.intro1:after {
    content: ' \2026';
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
    font-size: 1.5rem;
    color: white;
}

.intro2:after {
    content: ' \2026';
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
    font-size: 1.5rem;
    color: white;
}

.spark {
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}




.menuPresentacion_portfolio:hover,
.menuPorfolio_portfolio:hover,
.menuEstudios_portfolio:hover,
.menuContratame_portfolio:hover {
    background-image: url("../img/main/cristal-verde.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: greenyellow;
}

.menuPresentacion_portfolio3:hover,
.menuPorfolio_portfolio3:hover,
.menuEstudios_portfolio3:hover {
    background-image: url("../img/main/cristal-verde.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: greenyellow;
}

.menuContratame_portfolio3:hover {
    background-image: url("../img/main/cristal-violeta.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: greenyellow;
}


.menuPresentacion2_portfolio:hover,
.menuPorfolio2_portfolio:hover,
.menuEstudios2_portfolio:hover,
.menuContratame2_portfolio:hover {
    background-image: url("../img/main/cristal-verde.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: greenyellow;
}

.menuPresentacion2_portfolio3:hover,
.menuPorfolio2_portfolio3:hover,
.menuEstudios2_portfolio3:hover {
    background-image: url("../img/main/cristal-verde.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: greenyellow;
}

.menuContratame2_portfolio3:hover {
    background-image: url("../img/main/cristal-violeta.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: greenyellow;
}

.parrafo-presentacion,
.parrafo-proyectos,
.parrafo-estudios,
.parrafo-contacto {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    font-size: 1.3rem;
}

.parrafo-presentacion2,
.parrafo-proyectos2,
.parrafo-contacto2,
.parrafo-estudios2 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    font-size: 1.3rem;
}

.menuPresentacion_portfolio {

    transform: rotate3d(0, 0, 1, 3deg);
}

.menuPresentacion_portfolio3 {

    transform: rotate3d(0, 0, 1, -2deg);
}


.menuPorfolio_portfolio3 {

    transform: rotate3d(0, 0, 1, 1deg);
}


.menuPorfolio_portfolio {

    transform: rotate3d(0, 0, 1, -5deg);
}

.menuEstudios_portfolio {

    transform: rotate3d(0, 0, 1, 2deg);
}

.menuEstudios_portfolio3 {

    transform: rotate3d(0, 0, 1, -3deg);
}

.menuContratame_portfolio {

    transform: rotate3d(0, 0, 1, 2deg);
}

.menuContratame_portfolio3 {

    transform: rotate3d(0, 0, 1, 0deg);
}



/**/

.menuPresentacion2_portfolio {

    transform: rotate3d(0, 0, 1, 3deg);
}

.menuPresentacion2_portfolio3 {

    transform: rotate3d(0, 0, 1, -2deg);
}


.menuPorfolio2_portfolio3 {

    transform: rotate3d(0, 0, 1, 1deg);
}


.menuPorfolio2_portfolio {

    transform: rotate3d(0, 0, 1, -5deg);
}

.menuEstudios2_portfolio {

    transform: rotate3d(0, 0, 1, 2deg);
}

.menuEstudios2_portfolio3 {

    transform: rotate3d(0, 0, 1, -3deg);
}

.menuContratame2_portfolio {

    transform: rotate3d(0, 0, 1, 2deg);
}

.menuContratame2_portfolio3 {

    transform: rotate3d(0, 0, 1, 0deg);
}



.km {
    color: #9b9b9b;
    font-size: 1.2rem;
}

.km2 {
    color: #9b9b9b;
    font-size: 1.2rem;
}


.menu {
    display: grid;
    gap: 10px;
    z-index: 10;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 9% 9% 9% 9% 9% 9% 9% 9% 9% 9%;
    justify-content: center;
    align-content: center;
    width: 70%;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 245px !important;
    transform: translate(-50%, -50%);
}

.nav {
    display: flex;
    grid-column: 1 / 2;
    grid-row: 5 / 6;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: rgb(255, 255, 255);
    gap: 2rem;
    cursor: pointer;
    z-index: 10;
    width: 100;
    align-self: center;
    height: 100%;
}

.menuInicio {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;


}

.botonInicio {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    margin-top: 5px;

}

.parrafo_inicio_portfolio {
    font-size: 1.5rem;
    margin: 0;

}

.intro1 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    position: absolute;
    bottom: 0;


}

.intro2 {
    grid-column: 1 / 2;
    grid-row: 6 / 7;

}

.menu2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 9.2% 9.2% 9.2% 9.2% 9.2% 9.2% 9.2% 9.2%;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    width: 70%;
    height: 500px;
    position: fixed;
    right: 0;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    top: 260px;
}

.menu2-fijo {
    z-index: 8;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease;

    /* el elemento se vuelve visible al pasar el límite */
}

.menuPresentacion2_portfolio {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.menuPresentacion2_portfolio3 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.menuEstudios2_portfolio {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.menuEstudios2_portfolio3 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}

.menuPorfolio2_portfolio {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
}

.menuPorfolio2_portfolio3 {
    grid-column: 1 / 2;
    grid-row: 6 / 7;
}

.menuContratame2_portfolio {
    grid-column: 1 / 2;
    grid-row: 7 / 8;
}

.menuContratame2_portfolio3 {
    grid-column: 1 / 2;
    grid-row: 8 / 9;
}




.parrafo-intro1,
.parrafo-intro2 {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    padding: 0.5rem;
    font-weight: thin;
    line-height: 1.5rem;
    color: white;
}

.star {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
    animation: twinkling 1s infinite;
}

.twinkle {
    animation: twinkling-fast 0.5s infinite;
}

#stars1 .star {
    animation: twinkling-fast 1.5s infinite;
}

#stars1 .twinkle {
    animation: twinkling 1s infinite;
}

#stars2 .star {
    animation: twinkling-fast 0.3s infinite;
}

#stars2 .twinkle {
    animation: twinkling 0.2s infinite;
}

@keyframes twinkling {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes twinkling-fast {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}


@keyframes discoFlash1 {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes discoFlash2 {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.danceLamppost1 {
    animation: discoFlash1 0.2s linear infinite;
}

.danceLamppost2 {
    animation: discoFlash2 0.2s linear infinite;
}


@media (max-width: 768px) {

    .circles li {
        animation: none;
    }

}

.certName {
    color: lightskyblue;
}

.certViewCourses {
    color: lightskyblue;
    font-size: 1.3rem
}

.certViewCert {
    color: lightskyblue;
    font-size: 1.3rem
}

.courseList {

    gap: 15px;
    margin-top: 20px;
    padding-left: 15px;
    font-size: 1.3rem;

}

.courseWrapper {
    margin-bottom: 15px;
}


.certExp {
    padding-left: 15px;
}

.pie {
    text-align: center;
}
