*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
body{
    background-color: #141C26;
    color: #ffffff;
    font-size: 1vw;
    overflow-x: hidden;
}
*::selection{
    background-color: #55CBE6;
}
header, main, footer{
    width: 75em;
    margin: auto;
}
.navbar{
    background-color: inherit;
    height: 20vh;
}
.navbar div div{
    display: flex;
    flex-direction: column;
}
.navbar .navbar-toggler{
    background-color: #d9e046;
}
.navbar div div ul{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    gap: 2em;
}
.navbar div div ul li a{
    width: 7em;
    padding:  0.625em;
    text-align: center;
    letter-spacing: 0.07em;
    background-color: #55CBE6;
    border-radius: 0.625em;
    font-size: 1.875em;
    font-weight: 600;
    color: inherit;
}
header div{
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arreglitoH2{
    width: 68em;
    margin: 0 auto;
}
header div h1{
    font-size: 8.125em;
    text-align: center;
    text-shadow: 0 0 1.563em#26C6DA;
    font-weight: 900;
}
header div h2{
    font-size: 4.3em;
    text-align: center;
    text-shadow: 0 0 1.563em#26C6DA;
    font-weight: 600;
}
.leScaleXIn span { animation-name: leScaleXIn;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}
@keyframes leScaleXIn {
    from {
        transform: perspective(25em) rotateX(90deg);
        opacity: 0;
    }
    50% { opacity: 1 }
}
header .iconos{
    height: 20vh;
    display: flex;
    position: relative;
}
header .iconos .fondo{
    position: absolute;
    width: 35em;
    left: -15em;
    bottom: 1.8em;
    z-index: -1;
}
.iconos .logos{
    display: flex;
    gap: 1.800em;
    overflow: hidden;
    height: 9.375em;
}
.iconos .logos a img{
    width: 4em;
}
main{
    margin-top: 6.25em;
}
main div h3{
    text-align: center;
    font-size: 3.75em;
    font-weight: 900;
    padding: 1em 0 0 0;
}
.perfil{
    display: flex;
    margin: 3.125em 0;
    gap: 2.5em;
    align-items: center;
}
.perfil img{
    width: 36.25em;
}
.perfil .perfilTexto{
    width: 36.25em;
    font-size: 1.5em;
}
.perfil .perfilTexto span{
    background-color: #55cbe6a1;
    opacity: 1;
    padding: 0 0.3em;
    border-radius: 0.5em;
}
.formacion{
    display: flex;
    justify-content: space-between;
    margin: 12.5em 0;
    position: relative;
}
.formacion .duplas{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 9.375em;
    width: 100%;
}
.formacion .duplas div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.formacion img{
    width: 25em;
    position: absolute;
    left: 25em;
    top:-6.15em;
    z-index: -1;
}
.formacion .mobile{
    display: none;
}
.formacion .marca1{
    position: absolute;
    width: 9.375em;
    top: 8em;
    left: 28em;
}
.formacion .marca2{
    position: absolute;
    width: 9.375em;
    top: 8em;
    left: 37.5em;
}
.formacion .marca3{
    position: absolute;
    width: 9.375em;
    top: 38em;
    left: 28em;
}
.formacion .marca4{
    position: absolute;
    width: 9.375em;
    top: 38em;
    left: 37.5em;
}
.formacion .marca5{
    position: absolute;
    width: 9.375em;
    top: 65em;
    left: 28em;
}
.formacion .marca6{
    position: absolute;
    width: 9.375em;
    top: 65em;
    left: 37.5em;
}
.formacion .marca7{
    position: absolute;
    width: 9.375em;
    top: 92em;
    left: 28em;
}
.formacion .marca8{
    position: absolute;
    width: 9.375em;
    top: 92em;
    left: 37.5em;
}
.formacion .mobileV2, .mobileV3, .mobileV4, .mobileV5, .mobileV6, .mobileV7, .mobileV8, .mobileV9{
    display: none;
}
.box{
    background-color: #065F63;
    padding: 1.875em;
    border-radius: 1.25em;
    border: solid 0.063em #ffffff;
    position: relative;
    cursor: default;
    overflow: hidden;
    font-weight: 400;
}
.box span{
    font-weight: 600;
}
.box .bold{
    font-weight: 600;
}
.box .italic{
    font-style: italic;
    font-weight: 400;
}
.enCurso{
    background-color: #d9e046;
    color: #141C26;
}
.enCurso .enCursoV2{    
    font-weight: 900;
    padding: 0 0.3em;
    background-color: #26C6DA;
    border-radius: 0.5em
}
.italic.enCursoV2{
    font-weight: 600;
    padding: 0 0.3em;
    background-color: #26C6DA;
    border-radius: 0.5em
}
.boxA{
    width: 25em;
}
.boxB{
    width: 18.75em;
}
.boxC{
    width: 50em;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: left;
}
.box p{
    font-size: 1.46em;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    font-weight: 400;
}
.box .circle{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #AA3419;
    transition: 0.1s;
    transform: translate(-50%, -50%);
    mix-blend-mode:difference;
    pointer-events: none;
}
.box:hover .circle{
    width: 9.375em;
    height: 9.375em;
}
.conocimientosYHabilidades{
    background-color: #26C6DA;
}
.conocimientosYHabilidades h4{
    font-size: 1.875em;
    text-align: center;
    color: #141C26;
    padding: 1.5em 0 0 0;
    font-weight: 900;
    letter-spacing: 0.1em;
}
.conocimientosYHabilidades .imgCYH{
    display: flex;
    justify-content: center;
    margin: 0.625em 0;
}
.conocimientosYHabilidades .imgCYH img{
    width: 50em;
}
.conocimientosYHabilidades .cardsCYH{
    display: flex;
    justify-content: space-evenly;
}
.conocimientosYHabilidades .cardsCYH div p{
    text-align: center;
}
.conocimientosYHabilidades .cardsCYH div p strong{
    font-weight: 900;
}
.section{
    position: relative;
    width: 100%;
    height: 31.25em;
    overflow: hidden;
    background: #26C6DA;
    margin-bottom:1.875em;
}
.section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    pointer-events: none;
}
.section .scroll{
    width: calc(100% + 25em);
    left: -25em;
    display: flex;
    box-shadow: 0 0.938em 0.625em rgba(240, 216, 216, 0.5);
    transform: rotate(calc(var(--d) * 1deg)) translateY(calc(var(--y) * 0.063em));
}
.section .scroll div{
    background: #141C26;
    color: inherit;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    white-space: nowrap;
    animation: animate 60s linear infinite;
    animation-delay: -60s;
}
.section .scroll div:nth-child(2){
    animation: animate-2 60s linear infinite;
    animation-delay: -30s;
}
@keyframes animate{
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(-100%);
    }
}
@keyframes animate-2{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-200%);
    }
}
.experiencia > div{
    display: flex;
    flex-direction: column;
    gap: 3.125em;
    align-items: center;
    margin: 2.5em 0;
}
.experiencia > div .box > div{
    width: 21.875em;
    gap: 6.25em;
}
.experiencia > div .box > div h4{
    font-size: 1.8em;
}
.experiencia > div .box div{
    width: 21.875em;
}
.experiencia > div .box div > p{
    text-align: left;
}
.proyectos > .proyects{
    display: flex;
    flex-direction: column;
    gap: 2.5em;
    margin: 2.5em 0;
    align-items: center;
}
.proyectos > .proyects div{
    display: flex;
    gap: 2.5em;
}
.proyectos > .proyects div > a img{
    width: 48.75em;
}
.proyectos > .proyects div > a .imgB{
    width: 23.75em;
}
.proyectos > .proyects div > div{
    display: flex;
    flex-direction: column;
    gap: 2.5em;
}
.proyectos > .proyectsMobile{
    display: none;
}
.proyectos .repo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
    padding: 1em 0 2em 0;
}
.proyectos .repo p{
    font-size: 2em;
}
.proyectos .repo a img{
    width: 5em;
}
.mailing{
    background-color: #26C6DA;
    padding: 2.5em 0;
    margin-bottom: 2.5em;
}
.mailing h4{
    font-size: 1.875em;
    text-align: center;
    color: #141C26;
    padding: 1.5em 0 0 0;
    font-weight: 900;
    letter-spacing: 0.1em;
}
.mailing > div{
    display: flex;
    flex-direction: column;
    gap: 2.5em;
    margin: 2.5em 0;
}
.mailing > .mails div{
    display: flex;
    justify-content: space-evenly;
}
.mailing > div div a img{
    width: 16.875em;
}
.mailing .mailsCarousel{
    display: none;
}
#carouselExampleIndicators{
    margin: auto;
}
footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.625em;
    text-align: center;
}
#contador-visitas {
    color: #26C6DA;
    text-align: center;
    margin-top: 1.25em;
    font-size: 2em;
    font-weight: 900;
}
#ghostText{
    color: #26C6DA;
    font-size: 2em;
    font-weight: 900;
    padding: 0.625em;
}
footer{
    position: relative;
}
footer .final{
    cursor: default;
}
footer .final span{
    transition: 1.5s;
    text-shadow: 0 0 1.563em#26C6DA;
}
footer .final:hover span{
    filter: blur(1.25em);
    opacity: 0;
    transform: scale(2) translateY(-50%);
}
@media (max-width: 575.98px){
    body{
        width: 100%;
    }
    body .fondoFooter1{
        display: none;
    }
    body .fondoHeader{
        display: none;
    }
    header, main, footer{
        width: 100%;
    }
    main, footer{
        padding: 0 4em;
    }
    main div h3{
        font-size: 8em;
    }
    .navbar{
        height: 10vh;
        --bs-navbar-height:100vh;
    }
    .navbar>.container-fluid{
        align-items: start;
        padding-top: 5em;
    }
    .navbar-collapse,.navbar div div ul{
        background-color: #0DCAF0;
        z-index: 99;
        align-items: center;
    }
    .navbar div div{
        margin-top: 1.25em;
    }
    .navbar div div ul{
        align-items: center;
        width: 100%;
        padding: 0.625em 0;
        margin-top: 2em;
        gap: 3em;
    }
    .navbar div div ul li a{
        font-size: 3.5em;
        background-color: #065F63;
    }
    header div{
        height: 40vh;
    }
    header div h1{
        font-size: 20em;
    }
    .arreglitoH2{
        height: 30vh;
    }
    header div h2{
        font-size: 4.4em;
    }
    header .iconos{
        height: 20vh;
        align-items: start;
    }
    .iconos .logos{
        height: 20em;
        align-items: start;
    }
    .iconos .logos a img{
        width: 12em;
    }
    header .iconos .fondo{
        width: 110em;
        top: -8em;
    }
    .perfil img{
        display: none;
    }
    .perfil .perfilTexto{
        width: 100%;
        font-size: 5em;
    }
    /* formacion */
    .formacion .duplas{
        gap: 10em;
        padding-left: 5em;
    }
    .formacion .duplas div {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 10em;
        width: 60em;
    }
    .box p{
        font-size: 2.9em;
        text-align: left;
        line-height: 1.5;
        margin: 0;
    }
    .box .pMobile{
        font-size: 2.7em;
    }
    .formacion img{
        display: none;
    }
    .formacion .mobile{
        position: absolute;
        display: block;
        width: 35em;
        top: -25em;
        left: 60em;
    }
    .formacion .mobileV2{
        position: absolute;
        display: block;
        width: 85em;
        top: -1em;
        left: -2em;
    }
    .formacion .mobileV3{
        position: absolute;
        display: block;
        width: 85em;
        top: 37em;
        left: -2em;
    }
    .formacion .mobileV4{
        position: absolute;
        display: block;
        width: 85em;
        top: 73em;
        left: -2em;
    }
    .formacion .mobileV5{
        position: absolute;
        display: block;
        width: 85em;
        top: 109em;
        left: -2em;
    }
    .formacion .mobileV6{
        position: absolute;
        display: block;
        width: 85em;
        top: 144em;
        left: -2em;
    }
    .formacion .mobileV7{
        position: absolute;
        display: block;
        width: 85em;
        top: 182em;
        left: -2em;
    }
    .formacion .mobileV8{
        position: absolute;
        display: block;
        width: 85em;
        top: 220em;
        left: -2em;
    }
    .formacion .mobileV9{
        position: absolute;
        display: block;
        width: 85em;
        top: 250em;
        left: -2em;
    }
    .boxB {
        width: 25em;
    }
    .boxC {
        width: 80em;
    }
    .conocimientosYHabilidades h4, .mailing h4{
        font-size: 5em;
    }
    .conocimientosYHabilidades .imgCYH img {
        width: 60em;
    }
    .section .scroll div{
        font-size: 3.5em;
    }
    .experiencia > div .box > div h4{
        font-size: 2.5em;
        font-weight: 800;
    }
    .experiencia > div .box > div{
        width: 30em;
        text-align: end;
    }
    .proyectos .repo a img {
        width: 12em;
    }
    .proyectos .repo p {
        font-size: 3.5em;
    }
    .proyectos > div .imgMobile{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .proyectos > .proyects{
        display: none;
    }
    .proyectos .proyectsMobile{
        display: block;
        padding-bottom: 6em;
    }
    .mailing > .mails{
        display: none;
    }
    .mailing .mailsCarousel{
        display: block;
    }
    #contador-visitas{
        font-size: 3.5em;
    }
    #ghostText{
        font-size: 3.5em;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    body .fondoHeader, body footer .fondoFooter1{
        display: none;
    }
    header, main, footer {
        width: 75em;
        margin: auto;
    }
}