@font-face {
  font-family: 'My Font';
  src: url('../font/Agrandir-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
*{
    margin: 0;
    border: 0;
    padding: 0;
    font-family: 'My Font', serif;
    scroll-behavior: smooth;
}
html {
  -webkit-text-size-adjust: 100%;
}
/*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;
}
.grid{
    width: 90%;
    height: auto;
    /* background-color: yellowgreen; */
}
/*PAGINA WEB*/
.bg-prn{
    width: 100%;
    min-height: 100vh;
    /* background-color: yellowgreen; */
}
/*WSP*/
.wsp-dt{
    width: auto;
    height: auto;
    position: fixed;
    top: 85vh;
    left: 90%;
    z-index: 3;
}
.wsp-dt a{
    background-color: #25d366;
    padding: .75vw;
    border-radius: 100%;
    transition: all ease .3s;
}
.wsp-dt a:hover{
    background-color: #128c7e;
    transform:scale(110%);
}
.wsp-dt a i{
    color: white;
    font-size: 2.5rem;
}
/*MENU*/
.mn-dt{
    width: 100%;
    height: 12.5vh;
    background-color: white;
    position: fixed;
    z-index: 4;
}
.mn-dt .grid{
    width: 95%;
}
.mn-lg{
    width: 15%;
    height: 10vh;
    /* background-color: violet; */
}
.mn-lg img{
    height: 7.5vh;
    object-fit: contain;
    transition: all ease .3s;
}
.mn-lg img:hover{
    cursor: pointer;
    transform: scale(110%);
}
.mn-nlc{
    width: 50%;
    height: 10vh;
    font-size: 1.2rem;
    font-weight: 550;
    color: #415247;
    /* background-color: turquoise; */
}
.act{
    color: #b6bda1;
}
.mn-rd{
    width: 20%;
    height: 10vh;
    /* background-color: slateblue; */
}
.mn-rd a{
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 100%;
    background-color: #415247;
    color: white;
    transition: all ease .3s;
}
.mn-rd a:hover{
    background-color: #b6bda1;
}
/*MINI-MENU*/
.br-mn{
    width: 100%;
    height: 12.5vh;
    background-color: white;
    position: static;
    z-index: 6;
    display: none;
}
.br-lg{
    width: 90%;
    height: auto;
}
.br-lg img{
    width: auto;
    height: 7.5vh;
}
.br-icn{
    width: 17.5%;
    height: 12.5vh;
    position: absolute;
    left: 80%;
    /* background-color: yellowgreen; */
}
.br-icn i{
    font-size: 2.5rem;
    color: #415247;
}
.br-sbmn{
    width: 100%;
    height: auto;
    top: 12.5vh;
    position: absolute;
    background-color: #415247;
    transform: translateY(-150%);
    transition: all ease .3s;
    z-index: 4;
}
.br-sbmn a{
    width: 100%;
    height: auto;
}
.sbmn-txt{
    width: 100%;
    height: 10vh;
    box-shadow: inset 0 .1vw 0 0 white;
    background-color: #415247;
}
.sbmn-txt p{
    padding-left: 5%;
    color: white;
    font-weight: 700;
}
.activo{
    background-color: #b6bda1;
}
/*PORTADA*/
.prt-dt{
    margin-top: 12.5vh;
    width: 100%;
    height: 87.5vh;
    position: relative;
    /* background-color: violet; */
}
.prt-dt img{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.ea-bx{
    position: absolute;
    /* background-color: white; */
    width: 7.5%;
    height: auto;
    left: 2.5%;
}
.ea-bx img{
    width: 100%;
    height: auto;
}
.g4-bx{
    position: absolute;
    width: 5%;
    height: auto;
    top: 77.5vh;
    left: 92.5%;
    /* background-color: yellowgreen; */
}
.g4-bx img{
    width: 100%;
    height: auto;
}
/*BANNER*/
.pry-dt{
    margin-top: 2.5vh;
    width: 100%;
    height: auto;
    /* background-color: steelblue; */
}
.pry-img{
    width: 100%;
    height: 70vh;
    background-color: rgba(65, 82, 71, 0.7);
    background-image: url('../img/proyecto/proyecto.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    background-attachment: fixed;
}
.pry-img.mayo{
    background-image: url('../img/mayorazgo/principal.jpg');
    background-size: cover;
    background-position: top;
    /* background-repeat: no-repeat; */
}
.pry-hr{
    width: 60%;
    height: 10vh;
    font-size: 3rem;
    color: white;
    padding: 1vw;
    /* background-color: yellow; */
}
.pry-hr .edt{
    font-size: 2.7rem;
}
.pry-hr h2{
    font-family: "League Spartan", sans-serif;
    font-size: 5rem;
}
.pry-btn{
    width: 30%;
    height: 10vh;
    /* background-color: tomato; */
}
.pry-btn a{
    background-color: #b6bda1;
    color: white;
    padding: 1vw 3vw;
    border-radius: .5vw;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
}
.pry-inf{
    width: 80%;
    height: auto;
    border-radius: 1vw;
    background-color: white;
}
.inf-dt{
    width: 22.5%;
    height: 10vh;   
    gap: .5vw;
    /* background-color: violet; */
}
.inf-dt i{
    font-size: 1.3rem;
    color: #b6bda1;
}
.inf-dt p{
    color: #415247;
    font-weight: 600;
    font-size: 1.2rem;
}
.exm{
    position: relative;
    display: inline-block;
}
.exm::after{
    content: "m²";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: .6rem;
    transform: translate(-50%, -50%);
}
.ry{
    width: .25%;
    height: 5vh;
    background-color: #b6bda1;
}
/*ESPECIFICACIONES*/
.crt-pry{
    width: 100%;
    height: 80vh;
    background-color: white;
}
.crt-img{
    width: 30%;
    height: 70vh;
    /* background-color: yellow; */
}
.crt-img img{
    width: 100%;
    height: 70vh;
    object-fit: contain;
    /* background-color: violet; */
}
.crt-dt{
    width: 70%;
    height: 70vh;
    gap: 1vw;
    /* background-color: turquoise; */
}
.crt-tit{
    height: auto;
    color: #415247;
    /* background-color: tomato; */
}
.crt-txt{
    width: 80%;
    height: auto;
    /* background-color: steelblue; */
}
.crt-txt p{
    padding: .5vw;
    line-height: 200%;
}
.crt-icn{
    width: 100%;
    height: auto;
    /* background-color: steelblue; */
}
.icn-dt{
    width: 20%;
    height: auto;
    gap: 1vw;
    text-align: center;
    font-size: .9rem;
    /* background-color: violet; */
}
.icn-dt img{
    height: 7.5vh;
}
.crt-btn{
    width: 40%;
    height: auto;
    /* background-color: yellow; */
}
.crt-btn a{
    padding: 1vw 2.5vw;
    background-color: #415247;
    color: white;
    border-radius: .5vw;
    gap: .5vw;
    transition: all ease .3s;
}
.crt-btn a:hover{
    background-color: #292d28;
}
/*ECO*/
.eco-pry{
    width: 100%;
    height: 80vh;
    margin: 1vw 0;
    position: relative;
}
.eco-pry img{
    width: 100%;
    height: 100%;
    object-fit: cover ;
}
.eco-bx{
    position: absolute;
    width: 7.5%;
    height: auto;
    top: 5vh;
    left: 90%;
    /* background-color: yellowgreen; */
}
.eco-bx img{
    width: 100%;
    height: auto;
}
/*DEPARTAMENTOS*/
.dep-dt{
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    gap: 5vw;
    padding: 1vw 0;
    background-color: white;
}
.dep-dt a{
    width: 22.5%;
    height: auto;
    margin: 1vw 0;
    transition: all ease .3s;
    /* background-color: seagreen; */
}
.dep-dt a:hover{
    background-color: #b6bda1;
}
.dep-cnt{
    width: 90%;
    height: auto;
    /* background-color: yellow; */
}
.dep-tit h3{
    font-size: 1.3rem;
    padding: 1vw;
    color: #292d28;
}
.dep-img{
   width: 90%; 
   height: 25vh;
   position: relative;
   /* background-color: violet; */
}
.dep-img img{
    width: 47.5%;
    height: 100%;
    padding: .5vw 0;
    object-fit: contain;
}
.dep-img img:only-child {
  width: 70%;
}
.dep-img img:not(:only-child) {
  width: 47.5%;
}
.dep-imp{
    position: absolute;
}
.dep-imp h4{
    font-family: "League Spartan", sans-serif;
    font-size: 2.7rem;
    transform: rotate(-45deg);
    opacity: .5;
}
.dep-imp .rj{
    color: red;
}
.dep-imp .yw{
    color: yellow;
}
.dep-imp .vd{
    color: green;
}
.dep-inf{
    width: 100%;
    height: auto;
    border-radius: 1vw 1vw 0 0 ;
    background-color: #415247;
}
.inf-txt{
    width: 100%;
    height: auto;
    gap: .5vw;
}
.inf-dep{
    width: 100%;
    min-height: 12.5vh;
    color: white;
    /* background-color: thistle; */
}
.inf-dep button{
    padding: .5vw 2vw;
    border-radius: 1vw;
    background-color: #b6bda1;
    color: white;
    margin: .5vw 0;
}
.dep-med{
    width: 90%;
    min-height: 25vh;
    /* background-color: yellowgreen; */
}
.med-txt{
    width: 90%;
    height: auto;
    /* background-color: yellowgreen; */
}
.med-txt i{
    padding: .5vw 0;
}
.med-txt p{
    padding: .5vw 0;
}
.dep-txt p{
    padding: .5vw 0;
    font-size: 1rem;
    text-align: center;
}
.dep-txt i{
    font-size: 1.5rem;
    padding: .5vw 0;
}
/*CONTACTO*/
.cnt-dt{
    width: 100%;
    height: auto;
    background-color: rgba(65, 82, 71, 0.7);
    background-image: url('../img/edificio/ESCALERA.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    position: relative;
}
.mdl-frm{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    display: none;
    transition: all ease 3s;
    z-index: 3;
}
.mdl-txt{
    width: 60%;
    height: 90%;
    border-radius: .5vw ;
    gap: 1vw;
    background-color: white;
}
.mdl-txt textarea{
    width: 100%;
    height: 80%;
    resize: none;
    background-color: white;
}
.mdl-txt i{
    font-size: 2.5rem;
    color: #415247;
    transition: all ease .3s;
}
.mdl-txt i:hover{
    cursor: pointer;
    transform: rotate(90deg);
}
.ter-mdl{
    display: none;
}
.cnt-hbt{
    width: 70%;
    height: auto; 
    gap: 1vw;
    margin: 1vw 0;
    align-self: flex-end;
    /* background-color: yellow; */
}
.cnt-hbt a{
    padding: 1vw 2vw;
    /* background-color: black; */
    border-radius: 2vw;
    box-shadow: inset 0 0 0 .1vw #b6bda1;
    color: white;
    font-weight: 600;
    margin-left: 4%;
    transition: all ease .3s;
}
.cnt-hbt a:hover{
    cursor: pointer;
    box-shadow: none;
    background-color: #b6bda1;
}
.chs{
    box-shadow: none !important;
    background-color: #b6bda1;
}
.cnt-bx{
    /* background-color: #128c7e; */
    margin: 1vw 0;
}
.cnt-frm{
    width: 32.5%;
    height: 70vh;
    padding: 1vw 0;
    /* background-color: yellow; */
}
.frm-tit{
    width: 90%;
    height: auto;
    /* background-color: steelblue; */
}
.frm-tit h2{
    padding: .5vw;
    color: #b6bda1;
}
.frm-dt{
    width: 100%;
    height: auto;
    /* background-color: thistle; */
}
.frm-dt form{
    width: 100%;
    height: auto;
    gap: 1vw;
    /* background-color: slateblue; */
}
.bx-frm{
    width: 90%;
    height: auto;
    /* background-color: royalblue; */
}
.bx-frm select{
    width: 100%;
    padding: 1vw;
    border-radius: .5vw;
    background-color: #415247;
    color: white;
}
.bx-frm select::placeholder{
    color: white;
}
.bx-frm input{
    width: 100%;
    padding: 1vw;
    border-radius: .5vw;
    background-color: #415247;
    color: white;
}
.bx-frm input::placeholder{
    color: white;
}
.bx-frm textarea{
    width: 100%;
    padding: 1vw;
    border-radius: .5vw;
    background-color: #415247;
    color: white;
    resize: none;
}
.bx-frm textarea::placeholder{
    color: white;
}
.bx-frm:last-child input{
    width: auto;
    padding: .75vw 2vw;
    background-color: #b6bda1;
    border-radius: .5vw;
    color: white;
    margin: 1vw 0;
}
.bx-frm .chkbx{
    margin: .5vw;
    width: auto;
}
.bx-frm p a{
    color: #b6bda1;
    cursor: pointer;
    font-size: .9rem;
}
.cnt-slc{
    width: 72.5%;
    height: 70vh;
    border-radius: 1vw;
    padding: 1vw 0;
    background-color: white;
}
.slc-img{
    width: 70%;
    height: 70vh;
    gap: 1vw;
    padding: 1vw 0;
    /* background-color: steelblue; */
}
.slc-cnt{
    width: 100%;
    height: auto;
    /* background-color: turquoise; */
}
.slc-tit{
    width: 30%;
    height: auto;
    /* background-color: springgreen; */
}
.slc-tit h3{
    font-size: 1.5rem;
}
.slc-lg{
    width: 20%;
    height: 5vh;
    /* background-color: seagreen; */
}
.slc-lg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slc-dpt{
    width: 100%;
    height: 65vh;
    /* background-color: blueviolet; */
}
.dpt-ubi{
    width: 20%;
    height: auto;
    padding: 1.5vw 0;
    /* background-color: salmon; */
}
.dpt-ubi img{
    width: 60%;
    height: 100%;
    object-fit: contain;
}
.dpt-pln{
    width: 60%;
    height: 65vh;
    /* background-color: royalblue; */
}
.dpt-pln img{
    width: 50%;
    height: 65vh;
    padding: .5vw;
    object-fit: contain;
}
.dpt-pln img:only-child{
    width: 80%;
}
.dpt-lg{
    width: 20%;
    height: auto;
    padding: 1.5vw 0;
    /* background-color: turquoise; */
}
.dpt-lg img{
    width: 70%;
    height: 100%;
    padding: 1vw;
    object-fit: contain;
}
.dpt-cnt{
    width: 30%;
    height: 70vh;
    padding: 1vw 0;
    gap: 1.5vw;
    border-radius: 1vw 0 1vw 0;
    background-color: #415247;
    color: white;
}
.dpt-tit{
    width: 90%;
    height: auto;
    box-shadow: inset 0 -.1vw 0  #b6bda1;
    /* background-color: yellowgreen; */
}
.dpt-tit h3{
    padding: 1vw;
}
.dpt-crt{
    width: 90%;
    height: auto;   
    gap: 1.75vw;
    /* background-color: #128c7e; */
}
.dpt-are{
    width: 90%;
    height: auto;
    /* background-color: yellowgreen; */
}
.dpt-ico{
    width: 90%;
    height: auto;
    padding: .5vw;
    box-shadow: inset 0 -.1vw 0 0 #b6bda1;
}
.dpt-ico:last-child{
    box-shadow: none;
}
.ico-i{
    width: 50%;
    height: auto;
}
.ico-i i{
    font-size: 2rem;
}
.ico-dt{
    width: 50%;
    height: auto;
}
/*UBICACION*/
.ubi-dt{
    width: 100%;
    height: auto;
    padding: 1vw 0;
    padding-top: 17.5vh;
    background-color: #cec9bf;
}
.ubi-prn{
    width: 90%;
    height: auto;
    padding: .5vw 0;
    gap: 2.5vw;
}
.ubi-prn button{
    padding: 1vw 2vw;
    background-color: #415247;
    border-radius: 1vw;
    color: white;
    font-size: 1.2rem;
}
.prn-gps{
    width: 20%;
    height: auto;
    padding: 1vw;
    border-radius: .5vw;
    gap: 1vw;
    /* background-color: thistle; */
}
.ubi-prn a{
    width: 20%;
}
.ubi-prn a:hover .prn-ico{
    background-color: #b6bda1;
}
.prn-ico{
    width: 100%;
    height: auto;
    padding: .5vw;
    border-radius: .5vw;
    gap: 2.5vw;
    background-color: whitesmoke;
    transition: all ease .3s;
}
.prn-ico img{
    width: auto;
    height: 4vh;
    object-fit: contain;
}
.lcl-dt{
    width: 90%;
    height: auto;
    gap: 2.5vw;
    padding: 1vw 0;
    /* background-color: turquoise; */
}
.lcl-ubi{
    width: 25%;
    height: auto;
    gap: 2vw;
    padding: 1vw 0;
    border-radius: .5vw;
    background-color: #415247;
    color: white;
}
.ubi-tit{
    width: 60%;
    height: auto;
    text-align: center;
}
.ubi-tit span{
    color: #b6bda1;
}
.ubi-btn{
    width: 100%;
    height: auto;
    gap: 1.5vw;
}
.celVrs{
    display: none;
}
.webVrs{
    display: flex;
}
.btn-ico{
    width: 90%;
    height: auto;
    padding: .5vw .25vw;
    border-radius: 1vw;
    gap: 1vw;
    background-color: white;
    color: black;
    transition: all ease .3s;
}
.btn-ico:hover{
    background-color: #415247;
    box-shadow: inset 0 0 0 .1vw white;
    color: white;
    cursor: pointer;
}
.btn-ico p{
    transition: all ease .3s;
}
.btn-ico i{
    background-color: #b6bda1;
    padding: .75vw;
    border-radius: 100%;
    margin-left: 5vw;
    color: white;
}
.slcMap{
    background-color: #415247;
    box-shadow: inset 0 0 0 .1vw white;
    color: white;
}
.lcl-img{
    width: 65%;
    height: auto;
}
.lcl-img img{
    width: 100%;
    height: 100%;
    border-radius: 1vw;
    object-fit: contain;
}
/*PIE*/
.pie-dt{
    width: 100%;
    height: auto;
    background-color: white;
    color: white;
}
.pie-inf{
    width: 100%;
    height: auto;
    /* background-color: violet; */
}
.sbm-dt{
    width: 70%;
    height: auto;
}
.pie-sbm{
    width: 30%;
    height: auto;
    gap: .5vw;
    padding: 1vw 0;
    /* background-color: wheat; */
}
.sbm-tit{
    width: 90%;
    height: auto;
    color: #292d28;
    font-size: 1.3rem;
    /* background-color: slategrey; */
}
.atr-ico{
    gap: 1vw;
    color: #292d28;
}
.atr-ico a{
    width: auto;
    height: auto;
    cursor: pointer;
    transition: all ease .3s;
}
.atr-ico a:hover{
    color: #b6bda1;
}
.sbm-atr{
    width: 90%;
    height: auto;
    gap: 1vw;
    /* background-color: teal; */
}
.sbm-atr a{
    color: #292d28;
}
.sbm-lg{
    width: 30%;
    height: auto;
    gap: 1vw;
}
.lg-img{
    width: 90%;
    height: 10vh;
}
.lg-img img{
    width: 90%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    transition: all ease .3s;
}
.lg-img img:hover{
    transform: scale(110%);
}
.lg-rds{
    width: 90%;
    height: auto;
    gap: 1vw;
}
.lg-rds i{
    padding: .5vw;
    border-radius: 100%;
    color: white;
    background-color: #415247;
}
.pie-ftr{
    width: 100%;
    height: auto;
    background-color: white;
    color: #292d28;
}
.ftr-dt{
    width: 50%;
    height: auto;
    padding: 1vw 0;
    gap: 1vw;
}
/*APARTAMENTO*/
.clm-banner {
    width: 100%;
    min-height: 65vh;
    position: relative;
    margin-top: 12.5vh;
    box-sizing: border-box;
    /* background-color: yellowgreen; */
}
.clm-banner img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.d1 img, .d2 img{
    object-position: bottom;
}
.clm-info {
    margin-top: 2.5vh;
    z-index: 1;
}
.clm-title {
    font-size: 3.5rem;
    color: white;
    font-weight: 700;
    text-shadow: .1vw .1vw black;
}
.clm-title h1{
    font-family: "League Spartan", sans-serif;
}
.clm-subtitle {
    font-size: 2.5rem;
    font-weight: 700;
    color:white;
    text-shadow: .1vw .1vw grey;
}
.clm-const-btn {
    margin: 2vh 0 1vh 0;
    background: #415247;
    color: white;
    padding: 1.3vw 6vw;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.5rem;
    cursor: pointer;
}
.clm-data-bar {
    background: white;
    border-radius: 1vw;
    box-shadow: 0 2px 18px rgba(0,0,0,0.06);
    padding: 1.3vh 2vw;
    margin-top: 2vh;
    gap: 2vw;
}
.clm-data-item {
    gap: 0.3vw;
    color: #415247;
    font-size: 1rem;
    font-weight: 500;
}
.clm-data-item i {
    font-size: 1.2rem;
    color: #415247;
}
.clm-data-item p{
    color: black;
}
/* BENEFICIOS */
.clm-benefits {
    background: white;
    width: 100%;
    padding: 5vh 0;
    gap: 2vw;
}
.clm-benefit-item {
    width: 26vw;
    text-align: center;
    gap: 1vw;
    color: #415247;
}
.clm-benefit-item i {
    font-size: 2.2rem;
    color: #415247;
    margin-bottom: 1vh;
}
.clm-benef-title {
    font-weight: 600;
    font-size: 1.1rem;
}
.clm-benef-desc {
    font-size: 1rem;
    color: #415247;
}
/*LIBRO*/
.lbr-dt{
    width: 100%;
    height: auto;
    margin-top: 12.5vh;
    padding: 2.5vw 0;
    /* background-color: yellowgreen; */
}
.lbr-mdl{
    width: 90%;
    height: auto;
    background-color: white;
}
.frm-lbr{
    width: 90%;
    height: auto;
    /* background-color: yellowgreen; */
}
.bx-lbr{
    width: 100%;
    padding: .5vw;
    gap: 1vw;
    font-size: 1.5rem;
    /* background-color: yellow; */
}
.bx-dbl{
    width: 100%;
}
.bx-dbl .bx-lbr{
    width: 45%;
}
.bx-lbr p{
    color: #b6bda1;
    font-size: .9rem;
}
.bx-lbr select{
    padding: 1vw 5vw;
    border-radius: 1vw;
    background-color: whitesmoke;
}
.bx-lbr input{
    padding: 1vw 5vw;
    border-radius: 1vw;
    background-color: whitesmoke;
}
.bx-lbr button{
    padding: 1vw 5vw;
    border-radius: 1vw;
    background-color: whitesmoke;
}
.bx-lbr textarea{
    padding: 1vw 5vw;
    min-height: 15vh;
    border-radius: 1vw;
    resize: none;
    background-color: whitesmoke;
}
.opt-bx{
    gap: 1vw;
    /* background-color: wheat; */
}
.lbr-opt{
    gap: 1vw;
    /* background-color: violet; */
}
.lbr-opt h4{
    color: #292d28;
}
.btnEnviar{
    cursor: pointer;
    transition: all ease .3s;
    background-color: #b6bda1;
}
.btnEnviar:hover{
    background-color: #415247;
    color: white;
}
/*FOTOS*/
.fto-dt{
    width: 100%;
    height: auto;
    /* background-color: yellow; */
}
.tit-fto{
    width: 100%;
    height: auto;
}
.tit-fto h2{
    padding: 2vw 0;
    color: #415247;
    font-family: "League Spartan", sans-serif;
    font-size: 3.5rem;
    /* background-color: violet; */
}
.crs-fto{
    width: 100%;
    height: 75vh;
    position: relative;
    background-color: black;
}
.crs-fto img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#imgAmbiente{
    opacity: 1;
    transition: all ease .3s;
}
#imgAmbiente.fade-out {
    opacity: 0;
}
.crs-tit{
    width: auto;
    height: auto;
    position: absolute;
    top: 55vh;
    left: 7.5vh;
    /* background-color: turquoise; */
}
.crs-tit h4{
    font-size: 2.5rem;
    padding: 1vw;
    color: white;
    font-family: "League Spartan", sans-serif;
}
.crs-lg{
    position: absolute;
    left: 90%;
    /* background-color: yellowgreen; */
}
.crs-lg img{
    width: 100%;
    height: 15vh;
    object-fit: cover;
}
.crs-arw{
    width: 95%;
    height: auto;
    left: 2.5%;
    top: 30vh;
    position: absolute;
    /* background-color: tomato; */
}
.crs-arw i{
    color: black;
    font-size: 1.5rem;
    padding: .5vw;
    border-radius: 50%;
    background-color: white;
    transition: all ease .3s;
}
.crs-arw i:hover{
    transform: scale(150%);
    cursor: pointer;
}
/*VIDEO*/
.vdo-dt{
    width: 100%;
    height: auto;
    /* background-color: yellow; */
}
.tit-vdo{
    width: 100%;
    height: auto;
}
.tit-vdo h2{
    padding: 2vw 0;
    color: #415247;
    font-family: "League Spartan", sans-serif;
    font-size: 3.5rem;
    /* background-color: violet; */
}
.rco-vdo{
    width: 100%;
    height: 75vh;
    position: relative;
}
.vdo-bck{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #415247;
    background-color: rgba(65, 82, 71, 0.7);
    cursor: pointer; 
}
.rco-tit{
    width: auto;
    height: auto;
    position: absolute;
    top: 35%;
    left: 7.5vh;
    background-color: #415247;
}
.rco-tit h4{
    font-size: 2.5rem;
    padding: 1vw;
    color: white;
    font-family: "League Spartan", sans-serif;
}
.rco-lg{
    position: absolute;
    left: 90%;
}
.rco-lg img{
    width: 60%;
}
/*NOSOTROS*/
.pcl-dt{
    width: 100%;
    height: auto;
    margin-top: 15vh;
    /* background-color: yellowgreen; */
}
.pcl-img{
    width: 100%;
    height: 80vh;
    margin-bottom: 5vh;
    position: relative;
}
.pcl-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;      
    background-color: rgba(65, 82, 71, 0.7);
}
.pcl-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.pcl-tit{
    position: absolute;
    top: 75%;
    left: 5%;
    color: white;
    z-index: 1;
    font-size: 1.5rem;
    padding: 1vw 0;
    box-shadow: inset 0 -.3vw 0  white;
    line-height: 180%;
}
.pcl-tit h1{
    font-family: "League Spartan", sans-serif;
}
/*LOGROS*/
.log-dt,.log-tit,.log-cnt{
    width: 100%;
    height: auto;
}
.log-tit{
    padding: 2.5vw 0;
    /* font-size: 3rem; */
}
.log-tit h2{
    font-family: "League Spartan", sans-serif;
    color: #415247;
    font-size: 3rem;
}
.log-cnt{
    gap: 5vw;
}
.blk-log{
    width: 35vw;
    height: 25vw;
    border-radius: 1vw;
    gap: 1.5vw;
    padding: 1vw;
    background-color: #b6bda1;
}
.blk-tit{
    width: 90%;
    height: auto;
    /* gap: 1vw; */
    /* background-color: yellowgreen; */
}
.blk-tit h3{
    font-size: 1.5rem;
    font-family: "League Spartan", sans-serif;
    color: #415247;
}
.blk-tit p{
    font-size: 1.1rem;
}
.blk-div{
    width: 90%;
    height: auto;
    align-items: stretch;
    gap: 1vw;
    /* background-color: yellow; */
}
.blk-sep{
    width: 45%;
    flex: 1;
    /* background-color: tomato; */
}
.blk-ico{
    width: 100%;
    height: auto;
    gap: .5vw;
    /* background-color: violet; */
}
.blk-sbt{
    width: 100%;
    height: auto;
    font-size: 1.5rem;
}
.blk-sbt h4{
    font-family: "League Spartan", sans-serif;
    color: #415247;
}
.blk-txt{
    width: 100%;
    height: auto;
}
.blk-txt img{
    height: 5vh;
    width: auto;
    object-fit: cover;
}
.blk-txt p{
    padding: 0 1vw;
    font-size: .9rem;
}
.blk-txt p span{
    font-weight: 700;
}
.blk-img{
    width: 55%;
    height: auto;
    position: relative;
    /* background-color: turquoise; */
}
.blk-img img{
    width: 100%;
    height: 37.5vh;
    object-fit: cover;
    border-radius: 1vw;
}
.blk-imp{
    position: absolute;
}
.blk-imp h5{
    font-family: "League Spartan", sans-serif;
    transform: rotate(-45deg);
    /* font-size: 1.5rem; */
}
.en{
    color: #128c7e;
    font-size: 2.5rem;
}
.ec{
    color: #cec9bf;
    font-size: 2rem;
    white-space: nowrap;
}
/*HISTORIA*/
.hst-dt{
    width: 100%;
    height: auto;
    position: relative;
    background-color: white;
    margin: 2.5vw 0;
}
.hst-img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.hst-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;      
    background-color: rgba(65, 82, 71, 0.7);
}
.hst-img img{
    width: 100%;
    height: 90vh;
    object-fit: cover;
    object-position: center;
    transform: scale(175%);
}
.hst-txt{
    height: 50%;
    position: absolute;
    top: 15%;
    padding: 1vw;
    /* background-color: yellow; */
}
.hst-tit{
    width: 80%;
    height: auto;
    color: white;
}
.hst-tit h2{
    padding: 2vw 0;
    font-size: 3rem;
    font-family: "League Spartan", sans-serif;
}
.hst-cnt{
    width: 80%;
    height: auto;
    /* background-color: turquoise;  */
}
.hst-prf{
    height: 100%;
    width: 30%;
    /* background-color: violet; */
}
.hst-prf p{
    font-size: 1.7rem;
    line-height: 100%;
    color: white;
    text-align: justify;
    padding: 0 1vw;
}
#izq{
    box-shadow: inset -.3vw 0 0  white;
}
#der{
    box-shadow: inset .3vw 0 0 0 white;
}
/*MISION*/
.msn-dt{
    width: 100%;
    height: auto;
    padding: 5vw 0;
}
.msn-cnt{
    width: 90%;
    height: auto;
    /* background-color: tomato; */
}
.mst-blk{
    width: 45%;
    height: auto;
    gap: 2vw;
    /* background-color: yellowgreen; */
}
.msn-atr{
    gap: 1vw;
    width: 90%;
    height: auto;
    padding: 1vw;
}
.msn-ico{
    height: auto;
}
.msn-ico img{
    width: auto;
    height: 7.5vh;
    object-fit: contain;
}
.msn-tit h2{
    font-size: 3rem;
    font-family: "League Spartan", sans-serif;
    color: #415247;
}
.msn-txt{
    width: 90%;
}
.msn-txt p{
    font-size: 1.7rem;
    text-align: justify;
    line-height: 150%;
}
/*DIFERENCIADORES*/
.dif-dt{
    width: 100%;
    height: auto;
    padding: 5vw 0;
    gap: 1.5vw;
    background-color: white;
}
.dif-tit{
    width: 100%;
    height: auto;
    /* background-color: yellowgreen; */
}
.dif-tit h2{
    font-family: "League Spartan", sans-serif;
    font-size: 3rem;
    color: #415247;
}
.dif-cnt{
    width: 80%;
    height: auto;
    gap: 1vw;
    /* background-color: yellow; */
}
.dif-blk{
    width: 30vw;
    height: 25vw;
    border-radius: 1vw;
    color: white;
    background-color: #b6bda1;
}
.dif-sbt{
    height: 20%;
    /* padding: 1vw 0; */
    text-align: center;
    /* background-color: violet; */
}
.dif-sbt h3{
    font-family: "League Spartan", sans-serif;
    font-size: 1.5rem;
}
.dif-txt{
    padding: .5vw;
    height: 40%;
    line-height: 150%;
    font-size: 1.3rem;
    /* background-color: turquoise; */
}
.dif-txt p{
    width: 90%;
    text-align: justify;
}
.dif-ico{
    height: auto;
    /* background-color: tomato; */
}
.dif-ico img{
    height: 15vh;
    object-fit: contain;
}
/*VALORES*/
.val-dt{
    width: 100%;
    height: auto;
    /* gap: 2.5vw; */
    background-color: #415247;
    color: white;
    padding: 5vw 0;
}
.val-tit{
    /* font-size: 2.5rem; */
    width: 90%;
    height: auto;
    padding: 1vw 0;
}
.val-tit h2{
    font-family: "League Spartan", sans-serif;
    font-size: 3rem;
}
.atr-blk{
    width: 80%;
    height: auto;
    gap: 2vw;
    padding: 2vw 0;
}
.val-atr{
    height: 20vw;
    width: 25%;
    gap: 1vw;
    border-radius: 1vw;
    padding: 1vw 0 ;
    background-color: white;
    color: #415247;
}
.atr-tit{
    font-size: 1.5rem;
    /* padding: .5vw 0; */
    /* background-color: yellowgreen; */
}
.atr-tit h3{
    font-family: "League Spartan", sans-serif;
}
.atr-txt{
    width: 90%;
    font-size: 1.3rem;
    line-height: 120%;
    /* background-color: yellow; */
}
.atr-txt p{
    width: 90%;
    text-align: justify;
}
/*GALERIA-MAYORAZGO*/
.glr-dt{
    width: 100%;
    height: auto;
    background-color: #415247;
    color: white;
    padding: 2.5vw 0;
}
.glr-tit{
    font-size: 2rem;
    padding: .5vw 0;
    /* background-color: yellow; */
}
.glr-tit h2{
    font-family: "League Spartan", sans-serif;
}
.glr-cnt{
    width: 90%;
    height: auto;
    position: relative;
    padding: 1vw 0;
    /* background-color: yellowgreen; */
}
.glr-fts{
    width: 90%;
    height: auto;
    padding: 2.5vw 0;
    gap: 1vw;
    /* background-color: yellow; */
}
.glr-blk{
    width: 30vw;
    height: 15vw;
    border-radius: 1vw;
    background-color: white;
}
.glr-blk img{
    height: 100%;
    width: 100%;
    border-radius: 1vw;
    object-fit: cover;
}
.principal{
    width: 40vw;
    height: 25vw;
}
.glr-arw{
    position: absolute;
    width: 100%;
    height: auto;
    /* background-color: turquoise; */
    z-index: 1;
}
.glr-arw i{
    padding: 1vw;
    border-radius: 50%;
    font-size: .5rem;
    background-color: #b6bda1;
    transition: all ease .3s;
}
.glr-arw i:hover{
    cursor: pointer;
    background-color: #292d28;
}
.glr-pnt{
    position: absolute;
    width: 50%;
    height: auto;
    top: 95%;
    font-size: 1rem;
    z-index: 1;
    gap: 1vw;
    /* background-color: tomato; */
}
.glr-pnt i{
    cursor: pointer;
    transition: all ease .3s;
}
.glr-pnt i:hover{
    color: #b6bda1;
}
.uno{
    color: #b6bda1 !important;
}
/*REFIERE*/
.ref-dt{
    width: 100%;
    height: auto;
    padding-top: 12.5vh;
}
.ref-img{
    width: 65%;
    height: 90vh;
    position: relative;
    background-color: yellowgreen;
}
.ref-img img{
    width: 100%;
    height: 100%;
    object-fit: cover   ;
}
.ref-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;      
    background-color: rgba(65, 82, 71, 0.7);
    z-index: 0;
}
.ref-cnt{
    position: absolute;
    top: 20%;
    z-index: 1;
}
.ref-tit{
    /* background-color: violet; */
    padding: 1vw;
    font-size: 2rem;
    color: white;
}
.ref-tit h1{
    font-family: "League Spartan", sans-serif;
}
.ref-tit h1 span{
    color: #b6bda1;
    font-family: "League Spartan", sans-serif;
}
.ref-sbt{
    /* background-color: tomato; */
    padding: 1vw;
    color: white;
}
.ref-btn{
    padding: 1vw;
}
.ref-btn button{
    padding: 1vw 2.5vw;
    border-radius: 1vw;
    background-color: #415247;
    color: white;
    font-size: 1rem;
    transition: all ease .3s;
}
.ref-btn button:hover{
    cursor: pointer;
    background-color: #b6bda1;
}
.ref-frm{
    width: 45%;
    height: 90vh;
    background-color: white;
}
.ref-frm form{
    height: auto;
}
.ref-blk{
    /* background-color: violet; */
    padding: .4vw 1vw;
    gap: .5vw;
}
.ref-blk input, .ref-blk select{
    padding: .75vw .5vw;
    border-radius: .5vw;
    flex: 1;
    background-color: whitesmoke;
}
.ref-blk h3{
    color: #415247;
}
.ref-blk h4{
    color: #b6bda1;
}
.ref-blk input[type="submit"]{
    background-color: #415247;
    color: white;
}
.trm-dt{
    cursor: pointer;
    color: #b6bda1;
    transition: all ease .3s;
}
.plt-dt{
    cursor: pointer;
    color: #b6bda1;
    transition: all ease .3s;
}
.pss-dt{
    width: 100%;
    height: auto;
    padding: 5vw 0;
}
.pss-tit{
    width: 90%;
    height: auto;
    padding: 2.5vw 0;
    font-size: 1.5rem;
}
.pss-tit h2{
    font-family: "League Spartan", sans-serif;
}
.pss-tit h2 span{
    color: #415247;
    font-family: "League Spartan", sans-serif;
}
.pss-blk{
    width: 90%;
    height: auto;
    padding: 1vw;
    gap: 1vw;
}
.pss-cnt{
    width: 20vw;
    height: 20vw;
    padding: 1vw;
    border-radius: .5vw;
    position: relative;
    background-color: white;
    box-shadow: 0 0 .5vw 0  rgba(137,137,137,0.75);
}
.pss-num{
    position: absolute;
    top: 10%;
    left: 10%;
    font-size: 2rem;
    color: #415247;
}
.pss-ico{
    font-size: 5rem;
    padding: 1vw;
}
.pss-sbt{
    padding: .5vw;
    font-size: 1.3rem;
    font-weight: 700;
}
.pss-txt{
    padding: .5vw;
    font-size: 1.2rem;
    text-align: center;
}
@media (max-width: 480px) {
  * {
    font-size: 0.98rem;
  }
  .prt-dt, .pcl-dt, .ref-dt, .pry-dt{
    margin-top: 0;
}
.ref-dt{
    padding-top: 0;
}
  /*MINI MENU*/
  .br-mn{
    display: flex;
  }
  /*WSP*/
  .wsp-dt{
    left: 80%;
  }
  /*MENU*/
  .mn-dt {
    display: none;
  }
  /*BANNER*/
  .ea-bx{
    display: none;
  }
  .g4-bx{
    display: none;
  }
  .pry-img{
    height: 20vh;
    gap: 2vw;
    background-attachment: scroll;
  }
  .pry-hr{
    height: auto;
  }
  .pry-hr h2{
    font-size: 1rem;
  }
  .pry-btn{
    height: auto;
  }
  .pry-btn a{
    padding: 1vw;
    border-radius: 1vw;
    font-size: .5rem;
  }
  .pry-inf{
    width: 95%;
  }
  .inf-dt{
    width: auto;
    height: auto;
  }
  .inf-dt i{
    font-size: .8rem;
  }
  .inf-dt p{
    font-size: .6rem;
  }
  /*ESPECIFICACIONES*/
  .crt-pry{
    height: auto;
    margin: 5vw 0;
  }
  .crt-pry .grid{
    flex-direction: column;
  }
  .crt-img{
    width: 100%;
    height: auto;
    margin: 1vw 0;
    } 
  .crt-img img{
    height: 25vh;
 }
  .crt-dt{
    width: 100%;
    height: auto;
    margin: 1vw 0;
 }
  .crt-txt{
    width: 95%;
    text-align: center;
 }
 .crt-icn{
    flex-wrap: wrap;
    gap: 2.5vw;
    padding: 1vw 0;
    /* flex-direction: column; */
 }
 .icn-dt{
    width: 40%;
 }
 /*ECO*/
 .eco-pry{
    height: auto;
    margin: 1vw 0;
 }
 .eco-bx{
    display: none;
 }
 /*DEPA*/
 .dep-dt{
    flex-direction: column;
    align-items: center;
 }
 .dep-dt a {
    width: 90%;
 }
 .dep-tit h3{
    font-size: 1rem;
 }
 .dep-img{
    height: 30vh;
    padding: 1vw 0;
 }
 .inf-dep{
    min-height: 7.5vh;
 }
 .dep-med{
    min-height: 17.5vh;
 }
 /*FORMU*/
 .cnt-hbt{
    width: 100%;
 }
 .tipo-depto{
    color: transparent !important;
    position: relative;
 }
.tipo-depto::before {
  content: attr(data-tipo); /* usa el atributo original */
  color: white;
  position: absolute;
  inset: 0; /* ocupa todo el espacio */
  display: flex;
  justify-content: center;
  align-items: center;
}
.tipo-depto[data-tipo="2-hbts"]::before {
    content: "2 D";
  }
  .tipo-depto[data-tipo="3-hbts"]::before {
    content: "3 D";
  }
  .tipo-depto[data-tipo="4-hbts"]::before {
    content: "4 D";
  }
 .cnt-bx{
    flex-direction: column-reverse;
 }
 .cnt-frm{
    width: 100%;
    height: auto;
 }
 .bx-frm p{
    font-size: .8rem;
 }
 .bx-frm p a{
    font-size: .8rem;
 }
 .cnt-slc{
    width: 97.5%;
    height: auto;
    /* flex-direction: column; */
 }
 .slc-img{
    width: 82.5%;
    height: auto;
 }
 .slc-img img{
    height: 5vh;
 }
 .slc-dpt{
    height: auto;
    margin: 1vw 0;
 }
 .slc-lg{
    height: 4vh;
 }
 .slc-tit{
    width: 50%;
 }
 .dpt-pln{
    height: auto;
 }
 .dpt-pln img{
    height: 20vh;
 }
 .dpt-cnt{
    width: 17.5%;
    height: auto;
    border-radius: 1vw 1vw 0 0;
 }
 .dpt-tit{
    display: none;
}
 .dpt-crt{
    /* flex-direction: row; */
    flex-wrap: wrap;
 }
 .dpt-are{
    align-items: center;
    width: 45%;
    gap: .5vw;
    text-align: center;
 }
 .dpt-are h4{
    font-size: .5rem;
 }
  .dpt-are p{
    font-size: .5rem;
 }
 .dpt-ico{
    width: 30%;
    box-shadow: none;
    flex-direction: column;
    gap: 1vw;
 }
 .ico-i i{
    font-size: 1rem;
 }
 .ico-dt h4{
    display: none;
 }
 .ico-dt p{
    font-size: .7rem;
 }
 /*UBICACION*/
 .ubi-dt{
    padding: 1vw 0;
 }
 .ubi-prn{
    flex-direction: column;
 }
 .prn-gps{
    width: 80%;
 }
 .ubi-prn a{
    width: 80%;
    padding: 1.5vw;
    border-radius: 1vw;
 }
 .lcl-dt{
    flex-direction: column;
 }
 .lcl-ubi{
    width: 95%;
 }
 .btn-ico{
    padding: 1.5vw .75vw;
 }
 .lcl-img{
    width: 95%;
 }
 .lcl-img img{
    width: 100%;
    height: 42.5vh;
    object-fit: cover;
 }
 .webVrs{
    display: none;
 }
 .celVrs{
    display: flex;
 }
 /*PIE*/
 .pie-dt{
    background-color: #415247;
 }
 .pie-inf{
    flex-direction: column;
 }
 .sbm-dt{
    flex-direction: column;
    align-items: center;
    width: 90%;
 }
 .pie-sbm{
    width: 90%;
    padding: 5vw 0;
 }
.sbm-tit{
    justify-content: flex-start;
 }
 .sbm-tit h4, .sbm-atr a{
    color: white;
 }
 .sbm-atr{
    align-items: flex-start;
 }
 .atr-ico i{
    color: white;
 }
 .pie-ftr{
    flex-direction: column;
 }
 .ftr-dt{
    width: 100%;
    padding: 2vw 0;
 }
 .ftr-dt p{
    font-size: .9rem;
 }
 .lg-img img {
  content: url("../img/4cverde.png");
}
 .lg-rds{
    padding: 4vw 0;
    gap: 6vw;
 }
 .lg-rds i{
    background-color: white;
    color: #415247;
    padding: 2vw;
    font-size: 1.3rem;
 }
 /*DEPA*/
 .clm-banner{
    min-height: 35vh;
    margin-top: 0;
 }
 .clm-title h1{
    font-size: 4rem;
 }
  .clm-subtitle h3{
    font-size: 2rem;
 }
 .clm-data-item p{
    font-size: .6rem;
 }
  /*BENEFICIOS*/
  .clm-benefit-item{
    width: 30%;
  }
  .clm-benef-title{
    font-size: .6rem;
  }
  /*FOTOS*/
  .crs-fto{
    height: 40vh;
  }
  .crs-tit{
    top: 30vh;
  }
  .crs-tit h4{
    font-size: 2rem;
  }
  .tit-fto h2{
    font-size: 1.5rem;
  }
  .crs-arw{
    top: 17.5vh;
    width: 90%;
    left: 5%;
  }
  .crs-lg{
    left: 80%;
  }
  .crs-lg img{
    height: 7.5vh;
  }
  /*VIDEO*/
  .tit-vdo h2{
    font-size: 1.5rem;
  }
 .rco-vdo{
    height: 40vh;
  }
  .rco-tit{
    top: 45%;
    left: 5%;
  }
  .rco-tit h4{
    font-size: 1rem;
  }
  .rco-lg{
    left: 80%;
  }
  .rco-lg img{
    height: 7.5vh;
    width: auto;
  }
  /*LIBRO*/
  .bx-lbr{
    padding: 2.5vw 0;
  }
    .bx-lbr h4{
        font-size: .9rem;
    }
    .bx-lbr select{
        font-size: .9rem;
    }
    .bx-lbr select option{
        font-size: .8rem;
    }
    .bx-lbr p{
        font-size: .7rem;
    }
    .bx-dbl{
        flex-direction: column;
        align-items: self-start;
    }
    /*NOSOTROS*/
    .pcl-img{
        height: 40vh;
    }
    .pcl-tit{
        top: 65%;
        right: 5%;
        width: auto;
        padding: .5vw 0;
    }
    .pcl-tit h1{
        font-size: 2rem;
        line-height: 90%;
    }
    .pcl-tit h1 br{
        display: none;
    }
    .pcl-cnt{
        flex-direction: column;
        gap: 4vw;
    }
    .log-tit h2{
        font-size: 2rem;
    }
    .cnt-nos{
        width: 100%;
        height: auto;
        padding: 2vw 0;
        /* gap: 4vw; */
    }
    .nos-tit h3{
        font-size: 1rem;
    }
    .nos-txt p{
        font-size: .9rem;
        line-height: 150%;
        text-align: center;
    }
    .dif-blk{
        flex-direction: column;
        gap: 1.5vw;
        padding: 2vw 0;
    }
    .dif-tit h2{
        font-size: 1.5rem;
    }
    .dif-sbt h3{
        font-size: 1rem;
        padding: 1vw 0;
    }
    .dif-sbt h3 br{
        display: none;
    }
    .blk-cnt{
        width: 70%;
        height: auto;
    }
    .blk-icn, .blk-tit, .blk-txt{
        justify-content: center;
        padding: 1vw 0;
    }
    .blk-icn i, .blk-tit i, .blk-txt i{
                font-size: 1.5rem;
    }
    .blk-tit p{
    font-size: .6rem;
    }
    .blk-txt p{
        text-align: center;
    }
    .blk-txt img{
        height: 2vh;
    }
    .en{
        font-size: 2rem;
    }
    .ec{
       font-size: 1.4rem; 
    }
    .try-tit h2{
        font-size: 1.5rem;
    }
    .try-nos{
        flex-direction: column;
    }
    .try-prc{
        width: 100%;
    }
    .try-num h3{
        font-size: 2rem;
    }
    .try-mxs{
        flex-direction: column;
    }
    .try-icn{
        padding: 1vw;
    }
    .try-icn i{
        font-size: 1.5rem;
    }
    .try-dbl{
        width: 100%;
    }
    .try-dbl h3{
        font-size: 2rem;
    }
    /*REFERIDOS*/
    .ref-dt{
        flex-direction: column;
    }
    .ref-img{
        width: 100%;
        height: 40vh;
    }
    .ref-img img{
        height: 40vh;
    }
    .ref-cnt{
        top: 30%;
    }
    .ref-btn{
        top: 65%;
    }
    .ref-btn button{
        font-size: .9rem;
    }
    .ref-frm{
        width: 100%;
        height: auto;
        align-items: center;
    }
    .ref-frm form{
        align-items: center;
    }
    .ref-blk{
        width: 90%;
        padding: 1vw 0;
    }
    .pss-blk{
        flex-direction: column;
        gap: 2.5vw;
        padding: 5vw 0;
    }
    .pss-cnt{
        width: 80%;
    }
    .pss-ico i{
        font-size: 3rem;
    }
    .pss-sbt h4{
        font-size: 1.1rem;
    }
    .pss-txt h3{
        font-size: .9rem;
    }
    /*EXPERIENCIA*/
    .glr-fts{
        width: 75%;
    }
    /*NOSOTROS*/
    .log-cnt{
        flex-direction: column;
    }
    .blk-log{
        width: 90%;
        height: auto;
        padding: 1vw;
    }
    .hst-img img{
        object-position: 52% center;
        transform: scale(165%);
    }
    .hst-cnt{
        flex-direction: column;
    }
    .hst-txt{
        top: 20%;
    }
     .hst-tit h2{
        font-size: 1.5rem;
    }
    .hst-prf{
        width: 90%;
        box-shadow: none !important;
    }
    .hst-prf p{
        font-size: 1rem;
        line-height: 150%;
        padding: 0;
    }
    .msn-cnt{
        flex-direction: column;
        align-items: center;
        gap: 2.5vw;
    }
    .mst-blk{
        width: 90%;
    }
    .msn-atr{
        gap: 2vw;
    }
    .msn-ico img{
        height: 2vh;
    }
    .msn-tit h2{
        font-size: 1rem;
    }
    .msn-txt p{
        font-size: 1rem;
        /* text-align: center; */
    }
    .dif-cnt{
        flex-direction: column;
        gap: 2.5vw;
    }
    .dif-blk{
        width: 90%;
        height: auto;
        padding: 1vw;
    }
    .dif-sbt{
        font-size: 1.5rem;
    }
    .dif-txt{
        font-size: 1.1rem;
        line-height: 125%;
    }
    .dif-ico img{
        height: 7.5vh;
    }
    .atr-blk{
        flex-direction: column;
    }
    .val-atr{
        width: 90%;
        height: auto;
        padding: 2vw;
    }
    .val-tit h2{
        font-size: 1.5rem;
    }
    /*EXPERIENCIA*/
    .glr-blk{
        width: 10vw;
        height: 5vh;
    }
    .principal{
        width: 60vw;
        height: 30vh;
    }
    .glr-arw i{
       font-size: 2rem; 
    }
    .glr-pnt i{
        font-size: .5rem;
    }
    /*REFIERE*/
    .ref-tit h1{
        font-size: 1.5rem;
    }
    .ref-tit h1 span{
        font-size: 1.5rem;
    }
    .ref-tit h1 br{
        display: none;
    }
    .pss-tit h2{
        font-size: .8rem;
    }
    .pss-tit h2 span{
        font-size: .8rem;
    }
    .pss-cnt{
        height: auto;
        padding: 1vw 0;
    }
    .dep-img img:only-child {
        width: 70%;
    }
    .dep-img img:not(:only-child) {
        width: 47.5%;
    }
    .dp1 img, .dp2 img, .dp3 img, .dp4 img{
        height: 20vh;
        object-fit: contain;
    }
    .f1 img, .f2 img, .f3 img, .f5 img{
        width: 80% !important;
    }
    .br-lg img{
        height: 5vh;
    }
    .clm-info{
        margin: 0;
        gap: .5vw;
    }
    .clm-title h1{
        font-size: 2.5rem;
    }
    .clm-subtitle h3{
        font-size: 1.7rem;
    }
    .clm-const-btn{
        margin: 0;
    }
    .clm-data-bar{
        margin: 0;
    }
    .slc-tit h3{
        font-size: 1.3rem;
    }
}

