@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Tilt+Warp&display=swap');
*{
    margin: 0;
    border: 0;
    padding: 0;
    font-family: "Inria Sans", serif;
    scroll-behavior: smooth;
}
/*Elementos Generales*/
.df{
    display: flex;
}
.fdcl{
    flex-direction: column;
}
.fdrw{
    flex-direction: row;
}
.jacc{
    justify-content: center;
    align-items: center;
}
.jcc{
    justify-content: center;
}
.jcsa{
    justify-content: space-around;
}
.jcsb{
    justify-content: space-between;
}
.jcfe{
    justify-content: flex-end;
}
.jcfs{
    justify-content: flex-start;
}
.aic{
    align-items: center;
}
.aife{
    align-items: flex-end;
}
.aifs{
    align-items: flex-start;
}
.lk{
    color: black;
    text-decoration: none;
}
/*Estilos*/
.pg-bd{
    width: 100%;
    height: auto;
    background-color: thistle;
}
.bd-dt{
    width: 100%;
    height: auto;
    position: relative;
    background-color: #1B262C;
}
.sld-mn{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -100vh;
    background-color: #1B262C;
    transition: all ease .5s;
    z-index: 2;
}
.ext{
    width: 95%;
    height: 10vh;
    font-size: 4rem;
    color: white;
    /* background-color: royalblue; */
}
.lks-dt{
    width: 100%;
    height: 90vh;
    /* background-color: teal; */
}
.rds{
    width: 30%;
    height: 40vh;
    display: none;
    /* background-color: plum; */
}
.rds a{
    padding: 1vw;
    height: 9vh;
    border: white .2vw solid;
    /* background-color: yellow; */
    border-radius: 50%;
    color: white;
    font-size: 4rem;
}
.mps{
    width: 30%;
    height: 40vh;
    display: none;
}
.mps a{
    padding: 1vw;
    height: 5.5vh;
    border: white .2vw solid;
    border-radius: 50%;
    color: white;
}
.mps a img{
    width: auto;
    height: 5vh;
    object-fit: contain;
}
.formu{
    width: 60%;
    height: auto;
    color: white;
    display: none;
    /* background-color: tomato; */
}
.formu h2, p{
    margin: .5vw 0;
}
.formu-dt{
    width: 100%;
    height: auto;
    margin: .5vw 0;
    /* background-color: green; */
}
.formu-dt input{
    height: 6vh;
    margin: .5vw 0;
    border-radius: .2vw;
}
.formu-dt input::placeholder{
    padding: .3vw;
}
.formu-dt textarea{
    height: 12vh;
    margin: .5vw 0;
    border-radius: .2vw;
    resize: none;
}
.formu-dt textarea::placeholder{
    padding: .3vw;
}
.mid{
    width: 49%;
}
.tele{
    width: 50%;
    height: 30vh;
    display: none;
    /* background-color: springgreen; */
}
.tele a{
    width: 50%;
    font-size: 3rem;
    color: white;
}
.up-ndx{
    position: fixed;
    top: 92.5vh;
    left: 95%;
    border-radius: .25vw;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all ease .3s;
}
.up-ndx:hover{
    transform: translateY(-10%);
}
.up-ndx a{
    font-size: 1.5rem;
    padding: .5vw;
    color: white;
}
.wsp-ndx{
    position: fixed;
    top: 92.5vh;
    left: 90%;
    border-radius: 50%;
    z-index: 1;
    background-color: #25D366;
    transition: all ease .3s;
}
.wsp-ndx a{
    width: 10%;
    height: 4vh;
    font-size: 2rem;
    padding: .5vw;
    color: white;
}
.wsp-ndx:hover{
    transform: scale(125%);
}
@media (max-width: 480px) {
    .wsp-ndx{
        left: 70%;
    }
    .up-ndx{
        left: 82.5%;
    }
}
.mn-dt{
    width: 85%;
    height: 10vh;
    /* background-color: violet; */
}
.mn-lg{
    width: 20%;
    height: 10vh;
    /* background-color: yellow; */
}
.mn-lg img{
    height: 9vh;
    object-fit: contain;
}
.mn-lnk{
    width: 15%;
    height: 10vh;
    /* background-color: steelblue; */
}
.mn-lnk a{
    padding: 1vw;
    font-size: 1.2rem;
    color: #00D1CB;
    /* background-color: darksalmon; */
}
.prt-dt{
    width: 100%;
    height: 97.5vh;
    background-image: url('/img/ai-generated-8663328_1280.png');
    background-size: cover;
}
.prt-tit{
    width: 100%;
    height: 24vh;
    font-size: 1.5rem;
    color: white;
    text-shadow: .2vw .2vw .2vw rgba(0, 0, 0, 0.5);
   /* background-color: tomato;  */
}
.prt-ln{
    width: 7.5%;
    height: 1vh;
    background-color: #00D1CB;
}
.prt-frm{
    width: 100%;
    height: 72.5vh;
    /* background-color: teal; */
}
.frm-tit{
    width: 100%;
    height: 15vh;
    color: white;
    font-size: 1.1rem;
    text-shadow: .1vw .1vw .1vw rgba(0, 0, 0, 0.5);
    /* background-color: darkgoldenrod; */
}
.frm-dt form{
    width: 100%;
}
.frm-dt form input{
    width: 80%;
    height: 6vh;
    padding-left: 1vw;
    margin: .5vw;
    border-radius: .5vw;
}
.frm-dt form textarea{
    width: 80%;
    height: 10vh;
    margin: .5vw;
    padding-top: .3vw;
    padding-left: 1vw;
    border-radius: .5vw;
    resize: none;
}
#contacto{
    background-color: #00D1CB;
    color: #1B262C;
    font-size: 1.5rem;
}
.frm-dt{
    width: 27.5%;
    height: 55vh;
    border-radius: 1vw;
    background-color: #1B262C;
}
@media (max-width: 480px) {
    .prt-tit{
        text-align: center;
    }
    .frm-dt{
        width: 92.5%;
        height: 47.5vh;
        justify-content: space-around;
    }
}
@media (max-width: 768px) {
    .prt-tit{
        text-align: center;
    }
    .frm-dt{
        width: 70%;
        height: 47.5vh;
        justify-content: space-around;
        /* background-color: yellowgreen; */
    }
    .frm-dt form input{
        width: 90%;
    }
    .frm-dt form textarea{
        width: 90%;
    }
}
@media (max-width: 1024px) {
    .frm-dt{
        width: 60%;
        height: 47.5vh;
        justify-content: space-around;
        /* background-color: yellowgreen; */
    }
    .frm-dt form input{
        width: 90%;
    }
    .frm-dt form textarea{
        width: 90%;
    }
}
.abt-dt{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #1B262C;
}
.abt-prf{
    width: 100%;
    height: 70vh;
    /* background-color: royalblue; */
}
.abt-img{
    width: 35%;
    height: 50vh;
    background-image: url('/img/man-7795548.jpg');
    background-size: cover;
    opacity: 0;
    transform: translateY(150%);
    transition: all ease .5s;
    /* background-color: pink; */
}
.abt-dsc{
    width: 45%;
    height: 50vh;
    opacity: 0;
    transform: translateY(150%);
    transition: all ease .5s;
    /* background-color: paleturquoise; */
}
.dsc-tit{
    width: 85%;
    color: white;
    /* background-color: purple; */
}
.dsc-tit h2{
    font-size: 3rem;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.dsc-tit p{
    font-size: 1.2rem;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.abt-prt{
    width: 100%;
    height: 95vh;
    /* background-color: skyblue; */
}
.abt-plx{
    width: 100%;
    height: 60vh;
    background-image: url('/img/pexels-thirdman-6503100.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /* background-color: sandybrown; */
}
.abt-hro{
    width: 100%;
    height: 35vh;
    position: relative;
    /* background-color: sienna; */
}
.hro-dt{
    width: 30%;
    height: 42.5vh;
    position: absolute;
    top: -32.5vh;
    left: 7.5%;
    background-color: #1B262C;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all ease .5s;
}
.hro-dt h2{
    font-size: 2.5rem;
    margin: 1vw;
}
.hro-dt p{
    font-size: 1.3rem;
    margin: 1vw;
}
@media (max-width: 480px) {
    .abt-prf{
        flex-direction: column;
    }
    .abt-img{
        width: 85%;
        height: 30vh;
        margin: 5vw;
    }
    .abt-dsc{
        width: 95%;
        height: 40vh; 
        text-align: center;
    }
    .dsc-tit{
        width: 100%;
        align-items: center;
    }
    .hro-dt{
        width: 85%;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .abt-prf{
        flex-direction: column;
    }
    .abt-img{
        width: 70%;
        height: 30vh;
        margin: 2.5vw;
        /* background-color: yellowgreen; */
    }
    .abt-dsc{
        width: 80%;
        height: 20vh; 
        text-align: center;
        /* background-color: yellow; */
    }
    .dsc-tit{
        width: 80%;
        align-items: center;
    }
    .dsc-tit h2{
        font-size: 2rem;
    }
    .dsc-tit p{
        font-size: 1rem;
    }
    .hro-dt{
        width: 50%;
        height: 32.5vh;
        top: -20vh;
        left: 25%;
        text-align: center;
        /* background-color: yellowgreen; */
    }
    .hro-dt h2{
        font-size: 1.5rem;
    }
    .hro-dt p{
        font-size: 1.3rem;
    }
}
@media (max-width: 1024px) {
    .hro-dt{
        top: -20vh;
        height: 32.5vh;  
    }
    .hro-dt h2{
        font-size: 1.3rem;
    }
    .hro-dt p{
        font-size: 1rem;
    }
}
.srv-dt{
    width: 100%;
    height: 80vh;
    overflow: hidden;
    transition: all ease .5s;
    /* background-color: rebeccapurple; */
}
.srv-tit{
    width: 100%;
    height: 10vh;
    font-size: 2rem;
    color: white;
    opacity: 0;
    transform: translateY(150%);
    transition: all ease .5s;
    /* background-color: thistle; */
}
.srv-opt{
    width: 100%;
    height: 50vh;
    opacity: 0;
    transform: translateY(150%);
    transition: all ease .5s;
    /* background-color: salmon; */
}
.opt-dt{
    width: 25%;
    height: 40vh;
    text-align: center;
    color: white;
    /* background-color: slateblue; */
}
.opt-img{
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    /* background-color: palevioletred; */
}
#optImg1{
    background-image: url('/img/pexels-mikhail-nilov-6894014.jpg');
    background-position: center;
    background-size: cover;
}
#optImg2{
    background-image: url('/img/pexels-artempodrez-4492129.jpg');
    background-position: center;
    background-size: cover;
}
#optImg3{
    background-image: url('/img/pexels-mizunokozuki-12911775.jpg');
    background-position: center;
    background-size: cover;
}
@media (max-width: 480px) {
    .srv-opt{
        flex-direction: column;
        height: 60vh;
    }
    .opt-dt{
        width: 85%;
        padding: 1.5vw;
    }
}
@media (max-width: 768px) {
    .srv-tit{
        font-size: 2rem;
        height: 7.5vh;
    }
    .srv-opt{
        flex-direction: column;
        height: 70vh;
    }
    .opt-dt{
        width: 55%;
        height: 20vh;
        padding: 1.5vw;
        /* background-color: yellowgreen; */
    }
    .opt-dt h3{
        font-size: 1rem;
    }
    .opt-dt p{
        font-size: .9rem;
    }
    .opt-img{
        width: 8vw;
        height: 8vw;
    }
}
.tst-dt{
    width: 100%;
    height: 110vh;
    background-color: black;
    overflow: hidden;
}
.tst-tit{
    width: 100%;
    height: 10vh;
    color: white;
    font-size: 2rem;
    margin-bottom: 2vw;
    opacity: 0;
    transform: translateY(150%);
    transition: all ease .5s;
}
.ttg-dt{
    width: 100%;
    height: 70vh;
    margin-top: 2vw;
    opacity: 0;
    transform: translateY(150%);
    transition: all ease .5s;
    /* background-color: darkcyan; */
}
.tst-ttg{
    width: 30%;
    height: 65vh;
    border-radius: .5vw;
    border: #00D1CB solid .1vw;
    background-color: #1B262C;
}
.ttg-dsc{
    width: 100%;
    height: 10vh;
    color: white;
    text-align: center;
    /* background-color: steelblue; */
}
.ttg-dsc p{
    width: 80%;
    font-size: 1.2rem;
}
.ttg-img{
    width: 80%;
    height: 30vh;
    background-color: orchid;
}
#tstImg1{
    background-image: url('/img/testimonio.jpeg');
    background-size: cover;
    background-position: center;
}
#tstImg2{
    background-image: url('/img/testimonio2.jpeg');
    background-size: cover;
    background-position: center;
}
#tstImg3{
    background-image: url('/img/testimonio3.png');
    background-size: cover;
    background-position: center;
}
.ttg-nfo{
    width: 60%;
    height: 10vh;
    color: white;
    /* background-color: tomato; */

}
.cnt-dt{
    width: 100%;
    /* height: 110vh; */
    background-color: #1B262C;
    overflow: hidden;
}
@media (max-width: 480px) {
    .tst-dt{
        justify-content: space-around;
        height: auto;
    }
    .ttg-dt{
        flex-direction: column;
        align-items: center;
        height: 150vh;
    }
    .tst-ttg{
        width: 90%;
        height: 45vh;
        margin: 1vh;
    }
    .ttg-dsc p{
        font-size: 1rem;
    }
    .ttg-img{
        width: 90%;
        height: 25vh;
    }
    .ttg-nfo{
        width: 90%;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .tst-tit{
        font-size: 1.5rem;
    }
    .tst-dt{
        justify-content: space-around;
        height: auto;
    }
    .ttg-dt{
        flex-direction: column;
        align-items: center;
        height: 150vh;
    }
    .tst-ttg{
        width: 60%;
        height: 45vh;
        margin: 1vh;
    }
    .ttg-dsc p{
        width: 50%;
        font-size: .8rem;
    }
    .ttg-img{
        width: 55%;
        height: 20vh;
    }
    .ttg-nfo{
        width: 90%;
        align-items: center;
    }
}
@media (max-width: 1024px) {
    .ttg-dsc p{
        font-size: .8rem;
    }
    .ttg-nfo{
        width: 95%;
        align-items: center;
    }
    .ttg-nfo h4{
        font-size: .9rem;
    }
    .ttg-nfo h3{
        font-size: .9rem;
    }
}
.cnt-tit{
    width: 100%;
    height: 20vh;
    color: white;
    font-size: 2rem;
    opacity: 0;
    transform: translateY(150%);
    transition: all ease .5s;
    /* background-color: mediumvioletred; */
}
.cnt-frm{
    width: 100%;
    height: 75vh;
    position: relative;
    opacity: 0;
    transform: translateY(150%);
    transition: all ease .5s;
    /* background-color: rebeccapurple; */
}
.frm-cnt{
    width: 70%;
    height: 60vh;
    position: absolute;
    border-radius: 1vw;
    background-color: black;
}
.frm-inf{
    width: 95%;
    height: 50vh;
    /* background-color: darkgreen; */
}
.inf-dt{
    width: 100%;
    height: 15vh;
    flex-wrap: wrap;
    /* background-color: salmon; */
}
.dt-blq{
    width: 50%;
    height:5vh;
    /* background-color: silver; */
}
.dt-blq h3{
    color: #636263;
}
.dt-blq p{
    color: white;
}
.blq-anx p{
    color: #00D1CB;
    padding-left: .5vw;
}
.blq-anx i{
    color: #00D1CB;
}
#horaTrabajo{
    color: white;
}
.inf-npt{
    width: 100%;
    height: 35vh;
    /* background-color: springgreen; */
}
.npt-cnt{
    width: 100%;
    height: auto;
    /* background-color: purple; */
}
.inf-npt input{
    /* width: 100%; */
    height: 6vh;
    border-radius: .25vw;
}
.inf-npt input::placeholder{
    padding-left: .5vw;
}
.inf-npt textarea{
    /* width: 100%; */
    height: 12vh;
    resize: none;
    border-radius: .25vw;
    padding-left: .5vw;
    padding-top: .5vw;
}
.npt-cnt input{
    width: 49%;
}
#enviarCorreo{
    background-color: #00D1CB;
}
.cnt-ndx{
    width: 100%;
    height: auto;
    background-color: #1B262C;
    overflow: hidden;
}
.ndx-dt{
    width: 50%;
    height: 30vh;
    
    /* background-color: navy; */
}
.ndx-pie{
    width: 70%;
    height: 20vh;
    color: white;
    opacity: 0;
    transform: translateY(150%);
    transition: all ease .5s;
    /* background-color: orchid; */
}
#webDev{
    color: #00D1CB;
    transition: all ease .3s;
}
#webDev:hover{
    color: white;
}
.ndx-mn{
    width: 70%;
    height: 10vh;
    opacity: 0;
    transform: translateY(150%);
    transition: all ease .5s;
    /* background-color: orange; */
}
.ndx-mn a{
    padding: .25vw;
    color: white;
    font-size: .9rem;
    transition: all ease .3s;
}
.ndx-mn a:hover{
    color: #00D1CB;
}
.ndx-rds{
    width: 70%;
    height: 10vh;
    opacity: 0;
    transform: translateY(150%);
    transition: all ease .5s;
    /* background-color: mediumvioletred; */
}
.ndx-rds a{
    background-color: #00D1CB;
    width: 7.5%;
    height: 5vh;
    margin: .5vw;
    border-radius: 50%;
    color: white;
}
.ndx-rds a i{
    font-size: 1.3rem;
}
@media (max-width: 480px) {
    .frm-cnt{
        width: 90%;
        height: 67.5vh;
    }
    .frm-inf{
        height: 65vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .inf-dt{
        flex-direction: column;
        flex-wrap: nowrap;
        height: 25vh;
        justify-content: space-around;
    }
    .dt-blq{
        width: 100%;
        align-items: center;
    }
    .inf-npt{
        height: 37.5vh;
    }
    .npt-cnt{
        flex-direction: column;
    }
    .npt-cnt input{
        width: 100%;
        margin: .2vw;
    }
    .cnt-ndx{
        flex-direction: column;
    }
    .ndx-dt{
        width: 100%;
        height: 15vh;
        align-items: center;
    }
    .ndx-pie{
        width: 90%;
        text-align: center;
    }
    .ndx-mn{
        width: 90%;
        justify-content: space-around;
    }
    .ndx-mn a{
        font-size: .6rem;
    }
    .ndx-rds{
        width: 50%;
        justify-content: space-around;
    }
    .ndx-rds a{
        width: 20%;
    }
}
@media (max-width: 768px) {
    .cnt-tit{
        font-size: 1.5rem;
        height: 10vh;
    }
    .frm-cnt{
        width: 60%;
        height: 67.5vh;
    }
    .frm-inf{
        height: 65vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .inf-dt{
        flex-direction: column;
        flex-wrap: nowrap;
        height: 25vh;
        justify-content: space-around;
    }
    .dt-blq{
        width: 100%;
        align-items: center;
    }
    .inf-npt{
        height: 37.5vh;
    }
    .npt-cnt{
        flex-direction: column;
    }
    .npt-cnt input{
        width: 100%;
        margin: .2vw;
    }
    .cnt-ndx{
        flex-direction: column;
    }
    .ndx-dt{
        width: 100%;
        height: 15vh;
        align-items: center;
    }
    .ndx-pie{
        width: 90%;
        text-align: center;
    }
    .ndx-mn{
        width: 90%;
        justify-content: space-around;
    }
    .ndx-mn a{
        font-size: .6rem;
    }
    .ndx-rds{
        width: 50%;
        justify-content: space-around;
    }
    .ndx-rds a{
        width: 7.5vw;
        height: 7.5vw;
    }
}
@media (max-width: 1024px) {
    .frm-inf{
        height: 55vh;
    }
    .inf-dt{
        height: 20vh;
    }
    .ndx-mn{
        width: 90%;
    }
    .ndx-mn a{
        font-size: .8rem;
    }
    .ndx-rds a{
        width: 3.5vw;
        height: 3.5vw;
    }
}
/*Estilos AOS*/
.show{
    opacity: 1;
    transform: translateY(0%);
}