@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@300;400;500;700;900&display=swap');
*{
    border: 0;
    padding: 0;
    margin: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Sofia Sans', sans-serif;
    width: 100%;
    height: auto;
    overflow-x: hidden;
}
body a{
    text-decoration: none;
}
/*CONTENIDO ESPACIADO*/
.fs{
    display: flex;
    justify-content: space-around;
}
.fa{
    display: flex;
    justify-content: flex-start;
}
.fd{
    display: flex;
    justify-content: flex-end;
}
/*CONTENIDO CENTRAL*/
.fc{
    display: flex;
    align-items: center;
}
/*CONTENIDO CENTRADO*/
.fcc{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*CONTENIDO CENTRADO DISTRIBUIDO*/
.fsc{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.fbc{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*CONTENIDO VERTICAL CENTRAL*/
.fccl{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*CONTENIDO VERTICAL*/
.fcl{
    display: flex;
    flex-direction: column;
}
/*CONTENIDO VERTICAL CENTRADO*/
.fccc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*CONTENIDO VERTICAL CENTRADO DISTRIBUIDO*/
.fcsc{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
/*CONTENIDO VERTICAL DISTRIBUIDO*/
.fcs{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.fcb{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fcbc{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.b-cnt{
    width: 100%;
    height: auto;
    background-color: white;
}
/*INFORMACION*/
.c-top{
    width: 100%;
    height: 7.5vh;
    box-shadow: inset 0 -.1vw 0  #B6B6B6;
    position: fixed;
    z-index: 2;
    background-color: white;
    transition: all ease .5s;
}
.c-inf{
    width: 90%;
    height: 6vh;
    /* background-color: yellowgreen; */
}
.inf-dir{
    width:60%;
    height: 6vh;
    /* background-color: violet; */
}
.dir-dt{
   width: 45%;
   height: 6vh;
   /* background-color: tomato;  */
}
.dir-icn{
    width: 15%;
    height: 6vh;
    font-size: 1.7vw;
    color: #1672BE;
    /* background-color: teal; */
}
.dir-prf{
    width: 85%;
    height: 6vh;
    /* background-color: violet; */
}
.dir-prf h3{
    color: #5A5A5A;
}
.dir-prf p{
    color: #858585;
    font-size: .8vw;
}
.inf-url{
    width: 15%;
    height: 6vh;
    /* background-color: yellow; */
}
.dir-red{
    width: 100%;
    height: 6vh;
    font-size: 1.5vw;
    text-decoration: none;
    /* background-color: violet; */
}
.dir-red a{
    color: #1672BE;
    transition: all ease .3s;
}
.up{
    top: -7.5vh;
}
.dir-red a:hover{
    color: #FF0000;
    transform: translateY(-25%);
}
@media (max-width: 480px) {
    .c-top{
        display: none;
    }
}
/*MENU*/
.c-mn{
    width: 100%;
    height: 10vh;
    position: fixed;
    top: 7.5vh;
    z-index: 3;
    background-color: white;
    box-shadow: 2px 5px 14px 0px rgba(184,184,184,0.75);
    transition: all ease .5s;
}
.mn-dt{
    width: 90%;
    height: 10vh;
}
.mn-lg{
    width: 20%;
    height: 10vh;
    /* background-color: thistle; */
}
.mn-lg img{
    width: 70%;
    /* height: 7.5vh; */
    object-fit: contain;
    /* background-color: yellowgreen; */
}
.mn-lnk{
    width: 40%;
    height: 10vh;
    /* background-color: seashell; */
}
.mn-lnk a{
    text-decoration: none;
    font-size: 1.2vw;
    color: black;
    transition: all ease .3s;
}
.mn-lnk a:hover{
    color: #FF0000;
}
.mn-btn{
    width: 20%;
    height: 10vh;
    align-items: center;
    /* background-color: pink; */
}
.mn-btn a{
    width: 65%;
    height: 6vh;
    background-color: #25D366;
    border-radius: .5vw;
    font-weight: 600;
    transition: all ease .5s;
}
.mn-btn a:hover{
    background-color: #128C7E;
}
.btn-dt{
    width: 100%;
    height: 6vh;
    color: white;
}
.btn-dt i{
    font-size: 1.7vw;
}
.btn-dt p{
    font-size: 1.3vw;
}
.upping{
    top: 0vh;
}
.mn-sub{
    display: none;
}
@media (max-width: 480px) {
    .c-mn{
        top: 0vh;
    }
    .mn-lg img{
        width: 150%;
    }
    .mn-lnk{
        display: none;
    }
    .mn-btn{
        width: 35%;
    }
    .mn-btn a{
        width: 100%;
        height: 6vh;
    }
    .btn-dt{
        width: 85%;
        height: 4vh;
    }
    .btn-dt i{
        font-size: 4vw;
    }
    .btn-dt p{
        font-size: 3vw;
    }
    .mn-sub{
        display: flex;
        font-size: 8vw;
        color: #FF0000;
    }
}
/*SUBMENU*/
.c-smn{
    display: none;
}
@media (max-width: 480px) {
    .c-smn{
        display: flex;
        width: 100%;
        height: 40vh;
        background-color: #069BC9;
        position: fixed;
        top: 10vh;
        z-index: 2;
        transform: translateY(-150%);
        opacity: 0;
        transition: all ease .5s;
    }
    .smn-dt{
        width: 80%;
        height: 40vh;
        font-size: 5vw;
        /* background-color: yellowgreen; */
    }
    .smn-dt a{
        color: white;
    }
    .showBar{
        opacity: 1;
        transform: translateY(0%);
    }
}
/*PORTADA*/
.c-prt{
    width: 100%;
    height: 82.5vh;
    margin-top: 17.5vh;
    position: relative;
    /* background-color: yellowgreen; */
}
.prt-img{
    width: 100%;
    height: 70vh;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    /* background-color: violet; */
}
.prt-img img{
    position: absolute;
    width: 100%;
    height: 70vh;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.prt-img img.active{
    opacity: 1;
}
.prt-dt{
    width: 25%;
    height: 35vh;
    position: absolute;
    left: 5%;
    top: 45vh;
    overflow: hidden;
    opacity: 1;
    z-index: 1;
    transition: all ease .3s;
}
.hidden{
    opacity: 0;
}
.c-tit{
    width: 100%;
    height: auto;
    z-index: 1;
    /* background-color: white; */
}
.dt-tit{
    width: 80%;
    height: 7.5vh;
    background-color: white;
    transform: translateX(-100%);
    transition: all ease 1s;
}
.dt-tit h2{
    font-weight: 400;
    color: #069BC9;
    opacity: 0;
    font-size: 1.2vw;
    transition: opacity ease 1s;
}
.left{
    transform: translateX(0%);
}
.dt-tit h2.show{
    opacity: 1.3;
}
.dt-sb{
    width: 100%;
    height: 27.5vh;
    /* background-color: white; */
    overflow: hidden;
}
.sb-wt{
    width: 100%;
    height: 27.5vh;
    background-color: white;
    transform: translateY(-150%);
    transition: all ease 2.3s;
}
.sb-bck{
    width: 100%;
    height: 27.5vh;
    background-color: #069BC9;
    transform: translateY(-170%);
    transition: all ease 2.5s;
}
.down{
    transform: translateY(0%);
}
.sb-bck p{
    color: white;
    width: 75%;
    font-size: 1.1vw;
}
.dt-arw{
    width: 10%;
    height: 7.5vh;
    left: 80%;
    top: 72.5vh;
    background-color: #069BC9;
    position: relative;
}
.arw-icn{
    width: 50%;
    height: 7.5vh;
    background-color: #069BC9;
    transition: all ease .3s;
}
.arw-icn i{
    font-size: 2vw;
    color: white;
}
.arw-icn:hover{
    cursor: pointer;
    background-color: #FF0000;
}
@media (max-width: 480px) {
    .c-prt{
        margin-top: 10vh;
    }
    .prt-img{
        /* background-color: steelblue; */
        height: 30vh;
    }
    .prt-img img{
        height: auto;
        object-fit: contain;
    }
    .prt-dt{
        width: 60%;
        top: 25vh;
    }
    .dt-tit{
        height: 5vh;
    }
    .dt-tit h2{
        font-size: 3vw;
    }
    .dt-sb{
        height: 15vh;
    }
    .sb-bck{
        height: 15vh;
    }
    .sb-bck p{
        font-size: 3vw;
    }
    .sb-wt{
        height: 15vh;
    }
    .dt-arw{
        top: 60vh;
        width: 40%;
        left: 50%;
    }
    .arw-icn i{
        font-size: 7vw;
    }
    .arw-icn:hover{
        background-color: #069BC9;
    }
}
/*ABOUT*/
.c-abt{
    width: 100%;
    height: 100vh;
    background-color: white;
}
.abt-dt{
    width: 90%;
    height: 90vh;
    margin-top: 10vh;
    /* background-color: tomato; */
}
.abt-rsm{
    width: 100%;
    height: 45vh;
    overflow: hidden;
    /* background-color: yellowgreen; */
}
.abt-img{
    width: 42.5%;
    height: 45vh;
    /* background-color: thistle; */
}
.abt-img img{
    width: 100%;
    height: 45vh;
    object-fit:cover;
    border-radius: 1vw;
}
.abt-prf{
    width: 55%;
    height: 45vh;
    opacity: 0;
    transform: translateY(100%);
    transition: all ease 1s;
    /* background-color: slateblue; */
}
.abt-prf h3{
    font-size: 1.1vw;
    color: #FF0000;
}
.abt-prf h4{
    font-size: 1vw;
    color: #FF0000;
}
.abt-prf p{
    font-size: 1vw;
    color: #5A5A5A;
}
.abt-prf ul{
    padding-left: 2.5%;
    font-size: 1vw;
    color: #5A5A5A;
}
.abt-qst{
    width: 100%;
    height: 40vh;
    overflow: hidden;
    /* background-color: violet; */
}
.qst-tit{
    width: 100%;
    height: 5vh;
    font-size: 1.3vw;
    opacity: 0;
    transform: translateY(100%);
    transition: all ease 1s;
    /* background-color: teal; */
}
.qst-val{
    width: 100%;
    height: 35vh;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(100%);
    transition: all ease 1s;
    /* background-color: springgreen; */
}
.val-dt{
    width: 33%;
    height: 17.5vh;
    /* background-color: seagreen; */
}
.val-tit{
    width: 100%;
    height: 5vh;
    /* background-color: tan; */
}
.val-tit i{
    font-size: 1.5vw;
    margin-right: 1.5%;
    color: #1672BE;
}
.val-tit h3{
    font-size: 1.1vw;
}
.val-txt{
    width: 100%;
    height: 15vh;
    /* background-color: salmon; */
}
.val-txt p{
    color: #5A5A5A;
    font-size: 1vw;
    line-height: 125%;
}
.sldUp{
    transform: translateY(0%);
    opacity: 1;
}
@media (max-width: 480px) {
    .abt-rsm{
        flex-direction: column;
        height: 45vh;
        /* background-color: yellow; */
    }
    .abt-img{
        width: 95%;
        height: 15vh;
        /* background-color: turquoise; */
    }
    .abt-img img{
        height: 15vh;
    }
    .abt-prf{
        width: 95%;
        height: 30vh;
        /* background-color:steelblue; */
    }
    .abt-prf h3{
        font-size: 3vw;
    }
    .abt-prf h4{
        font-size: 2.5vw;
    }
    .abt-prf p{
        font-size: 2vw;
    }
    .abt-prf ul{
        font-size: 2vw;
    }
    .abt-qst{
        height: 37.5vh;
    }
    .qst-tit{
        height: 2.5vh;
        font-size: 2.5vw;
    }
    .qst-val{
        flex-direction: column;
        flex-wrap: nowrap;
        height: 32.5vh;
    }
    .val-dt{
        width: 100%;
        height: 7.5vh;
    }
    .val-tit{
        height: 2vh;
    }
    .val-tit i{
        font-size: 3vw;
    }
    .val-tit h3{
        font-size: 2vw;
    }
    .val-txt{
        height: 4vh;
    }
    .val-txt p{
        font-size: 2vw;
    }
}
/*CLIENTES*/
.c-cli{
    width: 100%;
    height: 50vh;
}
.cli-dt{
    width: 90%;
    height: 40vh;
    background-color: #069BC9;
    margin-top: 10vh;
    border-radius: 1vw;
}
.cli-tit{
    width: 100%;
    height: 5vh;
    font-size: 1.5vw;
    color: white;
    /* background-color: steelblue; */
}
.cli-brd{
    width: 100%;
    height: 30vh;
    /* background-color: slateblue; */
}
.brd-img{
    width: 15%;
    height: 25vh;
    opacity: 0;
    transform: scale(0%);
    transition: all ease 1s;
    /* background-color: yellowgreen; */
}
.brd-img img{
    width: auto;
    height: 25vh;
    object-fit: cover;
    border-radius: .5vw;
}
.zoomIn{
    opacity: 1;
    transform: scale(100%);
}
@media (max-width: 480px) {
    .c-cli{
        height: 25vh;
    }
    .cli-dt{
        height: 20vh;
    }
    .cli-tit{
        height: 2.5vh;
        font-size: 2vw;
    }
    .cli-brd{
        height: 15vh;
    }
    .brd-img{
        height: 15vh;
    }
    .brd-img img{
        height: 7.5vh;
    }
}
/*SERVICIOS*/
.c-srv{
    width: 100%;
    height: 100vh;
    background-color: #F5F5F5;
}
.srv-dt{
    width: 90%;
    height: 90vh;
    margin-top: 10vh;
    /* background-color: yellowgreen; */
}
.srv-txt{
    width: 100%;
    height: 15vh;
    flex-wrap: wrap;
    /* background-color: violet; */
}
.srv-lnk{
    width: 20%;
    height: 5vh;
    background-color: #1672BE;
    color: white;
    margin: 0% 4.5%;
    border-radius: .5vw;
    transition: all ease .3s;
}
.srv-lnk:hover{
    background-color: #FF0000;
    cursor: pointer;
}
.srv-lnk i{
    font-size: 1.3vw;
    padding-right: 7.5%;
}
.srv-lnk p{
    font-size: 1.1vw;
}
.srv-info{
    width: 100%;
    height: 75vh;
    overflow: hidden;
    /* background-color: turquoise; */
}
.srv-img{
    width: 50%;
    height: 70vh;
    overflow: hidden;
    /* background-color: seagreen; */
}
.imgServicio{
    width: 100%;
    height: 60vh;   
    object-fit: cover;
    border-radius: 1vw;
    opacity: 0;
    transform: translateX(-100%);
    transition: all ease .8s;
}
.srv-rsm{
    width: 50%;
    height: 70vh;
    opacity: 0;
    transform: translateX(100%);
    transition: all ease .7s;
    /* background-color: teal; */
}
.rsm-tit{
    width: 80%;
    height: 5vh;
    font-size: 1.8vw;
    /* background-color: yellow; */
}
.rsm-txt{
    width: 80%;
    height: 50vh;
    font-size: 1.5vw;
    line-height: 150%;
    color: #5A5A5A;
    /* background-color: tomato; */
}
.srv-lnk.activo{
    background-color: #FF0000;
}
.srv-prf{
    display: none;
}
.srv-image{
    display: none;
}
.slide-in{
    transform: translateX(0%);
    opacity: 1;
}
@media (max-width: 480px) {
    .srv-txt{
        height: 25vh;
        justify-content: space-around;
    }
    .srv-lnk{
        width: 40%;
        height: 5vh;
    }
    .srv-lnk i{
        font-size: 3vw;
    }
    .srv-lnk p{
        font-size: 2.5vw;
    }
    .srv-info{
        flex-direction: column;
        height: 50vh;
        justify-content: space-around;
    }
    .srv-img{
        width: 90%;
        height: 20vh;
    }
    .imgServicio{
        height: 20vh;
    }
    .srv-rsm{
        width: 90%;
        height: 20vh;
    }
    .rsm-tit{
        font-size: 3vw;
        width: 90%;
    }
    .rsm-txt{
        width: 90%;
        height: 15vh;
        font-size: 2.5vw;
    }
}
/*PRODUCTOS*/
.c-prd{
    width: 100%;
    height: auto;
    background-color: #1672BE;
}
.prd-dt{
    width: 100%;
    height: auto;
    margin-top: 10vh;
    /* background-color: yellowgreen; */
}
.prd-tit{
    width: 90%;
    height: 10vh;
    color: white;
    font-size: 1.5vw;
    /* background-color: springgreen; */
}
.prd-art{
    width: 90%;
    height: auto;
    flex-wrap: wrap;
    overflow: hidden;
    /* background-color: turquoise; */
}
.art-img{
    width: 17.5%;
    height: 30vh;
    margin: 1%;
    border-radius: .5vw;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: white;
    opacity: 0;
    transition: all ease 1s;
}
.bck-img{
    width: 100%;
    height: 30vh;
    border-radius: .5vw;
    position: absolute;
    font-size: 1.3vw;
    color: white;
    transform: translateY(100%);
    background-color: #069BC9;
    transition: all ease .3s;
}
.bck-img h3{
    margin-bottom: 5%;
    text-align: center;
    width: 80%;
}
.bck-img a{
    text-decoration: none;
    padding: 2.5% 10%;
    background-color: #FF0000;
    color: white;
    border-radius: .5vw;
    transition: all ease .3s;
}
.bck-img a:hover{
    background-color: #25D366;
}
.art-img img{
    width: 55%;
    object-fit: contain;
}
.art-img:hover .bck-img{
    transform: translateY(0%);
}
.showIn{
    opacity: 1;
}
@media (max-width: 480px) {
    .prd-tit{
        font-size: 3vw;
    }
    .art-img{
        width: 45%;
        height: 20vh;
        align-items: flex-start;
    }
    .bck-img{
        height: 5vh;
        transform: translateY(0%);
        top: 15vh;
        font-size: 2vw;
    }
    .bck-img h3{
        width: 100%;
        margin-bottom: 2.5%;
    }
    .art-img img{
        width: 90%;
        height: 10vh;
        padding-top:10%;
    }
}
/*CONTACTO*/
.c-cnt{
    width: 100%;
    height: 100vh;
    background-color: white;
}
.cnt-dt{
    width: 100%;
    height: 90vh;
    margin-top: 10vh;
    /* background-color: yellowgreen; */
}
.inf-dt{
    width: 90%;
    height: 47.5vh;
    /* background-color: violet; */
}
.inf-ct{
    width: 60%;
    height: 45vh;
    /* background-color: springgreen; */
}
.inf-img{
    width: 45%;
    height: 45vh;
    overflow: hidden;
    border-radius: 1vw;
    /* background-color: thistle; */
}
.inf-img img{
    width: 100%;
    object-fit: contain;
    border-radius: 1vw;
}
.inf-txt{
    width: 50%;
    height: 45vh;
    /* background-color: steelblue; */
}
.txt-h3{
    width: 100%;
    height: 5vh;
    font-size: 1.5vw;
    /* background-color: slateblue; */
}
.txt-wrd{
    width: 100%;
    height: 17.5vh;
    /* background-color: seagreen; */
}
.wrd-icn{
    width: 100%;
    height: 5vh;
    color: #525252;
    font-size: 1.2vw;
    /* background-color: royalblue; */
}
.wrd-icn i{
    color: #FF0000;
    font-size: 1.5vw;
    padding-right: 5%;
}
.dt-tm{
    width: 100%;
    height: 20vh;
    /* background-color: tomato; */
}
.tm-h3{
    width: 100%;
    height: 5vh;
    font-size: 1.2vw;
    /* background-color: thistle; */
}
.tm-p{
    width: 100%;
    height: 20vh;
    color: #525252;
    font-size: 1.3vw;
    justify-content: space-around;
    /* background-color: saddlebrown; */
}
.inf-ctz{
    width: 27.5%;
    height: 45vh;
    /* background-color: wheat; */
}
.ctz-h3{
    width: 100%;
    height: 5vh;
    font-size: 1.3vw;
    /* background-color: sandybrown; */
}
.inf-ctz form{
    width: 100%;
    height: 40vh;
    /* background-color: rosybrown; */
}
.inf-ctz form input{
    height: 5vh;
    border-radius: .3vw;
    box-shadow: inset 0 0 0 .2vw #1672BE;
}
.inf-ctz form input::placeholder{
    padding-left: 5%;
    font-size: 1vw;
    color: black;
    font-weight: 600;
    font-family: 'Sofia Sans', sans-serif;
}
.inf-ctz form select{
    height: 5vh;
    border-radius: .3vw;
    padding-left: 5%;
    font-weight: 600;
    font-size: 1vw;
    font-family: 'Sofia Sans', sans-serif;
    box-shadow: inset 0 0 0 .2vw #1672BE;
}
.inf-ctz form textarea{
    height: 10vh;
    resize: none;
    border-radius: .3vw;
    padding-left: 5%;
    padding-top: 2.5%;
    font-family: 'Sofia Sans', sans-serif;
    font-size: 1vw;
    box-shadow: inset 0 0 0 .2vw #1672BE;
}
.inf-ctz form .btn-ctz{
    width: 30%;
    height: 5vh;
    margin-left: auto;
    border-radius: .3vw;
    font-size: 1.3vw;
    color: #1672BE;
    background-color: transparent;
    transition: all ease .3s;
}
.inf-ctz form .btn-ctz:hover{
    background-color: #FF0000;
    box-shadow: none;
    color: white;
    cursor: pointer;
}
.inf-brr{
    width: 90%;
    height: 15vh;
    /* background-color: #069BC9; */
}
.brr-bx{
    width: 100%;
    height: 12.5vh;
    border-radius: .5vw;
    background-color: #1672BE;
}
.brr-ct{
    width: 30%;
    height: 10vh;
    /* background-color: yellow; */
}
.ct-icn{
    width: 20%;
    height: 10vh;
    font-size: 3vw;
    color: white;
    /* background-color: violet; */
}
.ct-dt{
    width: 80%;
    height: 10vh;
    color: white;
    /* background-color: teal; */
}
.ct-dt h4{
    font-size: 1.3vw;
}
.ct-dt p{
    font-size: 1.1vw;
}
.inf-pie{
    width: 90%;
    height: 27.5vh;
    /* background-color: salmon; */
}
.pie-ct{
    width: 30%;
    height: 25vh;
    /* background-color: yellowgreen; */
}
.ct-img{
    width: 100%;
    height: 7.5vh;
    /* background-color: turquoise; */
}
.ct-img img{
    width: 45%;
    object-fit: contain;
}
.ct-p{
    width: 100%;
    height: 12.5vh;
    /* background-color: tomato; */
}
.ct-p p{
    padding: 5%;
    line-height: 125%;
    font-size: .8vw;
}
.ct-lnk{
    width: 100%;
    height: 7.5vh;
    /* background-color: thistle; */
}
.ct-lnk a{
    text-decoration: none;
    color: #FF0000;
    font-size: 2vw;
    height: 5vh;
    transition: all ease .3s;
    /* background-color: yellowgreen; */
}
.ct-lnk a:hover{
    color: #069BC9;
    transform: translateY(-25%);
}
.pie-sb{
    width: 50%;
    height: 25vh;
    /* background-color: violet; */
}
.sb-txt{
    width: 15%;
    height: 25vh;
    /* background-color: yellow; */
}
.sb-txt h4{
    font-size: 1.3vw;
    padding-bottom: 5%;
}
.sb-txt p{
    font-size: 1vw;
    padding-bottom: 2.5%;
}
@media (max-width: 480px) {
    .inf-dt{
        flex-direction: column;
        height: 82.5vh;
        /* background-color: yellowgreen; */
    }
    .inf-ct{
        width: 100%;
        height: 25vh;
    }
    .inf-img{
        display: none;
    }
    .inf-txt{
        width: 100%;
        height: 22.5vh;
        /* background-color: violet; */
    }
    .txt-h3{
        display: none;
    }
    .txt-wrd{
        height: 12.5vh;
        /* background-color: teal; */
    }
    .wrd-icn{
        font-size: 3vw;
    }
    .wrd-icn i{
        font-size: 4vw;
    }
    .dt-tm{
        height: 7.5vh;
        /* background-color: slateblue; */
    }
    .tm-h3{
        font-size: 3vw;
        height: auto;
    }
    .tm-p{
        font-size: 3vw;
        height: 5vh;
    }
    .inf-ctz{
        width: 100%;
        height: 55vh;
        /* background-color: turquoise; */
    }
    .inf-ctz form{
        height: 50vh;
    }
    .ctz-h3{
        font-size: 3vw;
    }
    .inf-ctz form input::placeholder{
        font-size: 3vw;
    }
    .inf-ctz form select{
        font-size: 3vw;
    }
    .inf-ctz form textarea{
        font-size: 3vw;
    }
    .inf-ctz form .btn-ctz{
        font-size: 3vw;
    }
    .inf-brr{
        display: none;
    }
    .ct-img{
        display: none;
    }
    .ct-p{
        display: none;
    }
    .inf-pie{
        height: 7.5vh;
        justify-content: center;
    }
    .pie-ct{
        width: 100%;
        height: 7.5vh;
        flex-direction: row;
    }
    .ct-lnk a{
        font-size: 5vw;
    }
    .pie-sb{
        display: none;
    }
}
/*Queja*/
.c-qja{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.75);
    position: fixed;
    z-index: 3;
    display: none;
    opacity: 0;
    transition: all ease .5s;
}
.qja-ads{
    width: 40%;
    height: 70vh;
    background-color: white;
}
.ads-tit{
    font-size: 2vw;
    color: #FF0000;
}
.ads-txt{
    width: 90%;
    font-size: 1.3vw;
    line-height: 125%;
    /* background-color: yellow; */
}
.ads-btn button{
    font-size: 1.5vw;
    padding: 15%;
    border-radius: .5vw;
    background-color: #069BC9;
    color: white;
    transition: all ease .5s;
}
.ads-btn button:hover{
    background-color: #1672BE;
    cursor: pointer;
}
@media (max-width: 480px) {
    .qja-ads{
        width: 90%;
        height: 35vh;
    }
    .ads-tit{
        font-size: 5vw;
    }
    .ads-txt{
        font-size: 3vw;
    }
    .ads-btn button{
        font-size: 3vw;
        border-radius: 1vw;
    }
}
/*Tecware*/
.hr-dsg{
    width: 100%;
    height: 7.5vh;
    background-color: black;
}
.dsg-tcw{
    width: 92.5%;
    height: 7.5vh;
    color: white;
    /* background-color: violet; */
}
.dsg-tcw h3{
    padding-left: 4%;
}
.linked{
    text-decoration: none;
    color: white;
    transition: all ease .3s;
}
.linked:hover{
    color: #9A8DF2;
}
.link{
    text-decoration: none;
    color: white;
    font-size: 2.5vw;
    padding-right: 4%;
    transition: all ease .3s;
}
.link:hover{
    transform: translateY(-25%);
    color: #268790;
    cursor: pointer;
}
@media (max-width: 480px) {
    .linked{
        color: #9A8DF2;
    }
    .link{
        font-size: 6vw;
    }
}