@font-face {
    font-family: 'Lexend Giga';
    src: url('../font/LexendGiga-Light.woff2') format('woff2'),
        url('../font/LexendGiga-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lexend Giga';
    src: url('../font/LexendGiga-SemiBold.woff2') format('woff2'),
        url('../font/LexendGiga-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*{
    font-family: Lexend Giga;
}
a{
   text-decoration: none;
   color: #232323;
   
   transition: color 0.3s ease;
 }
 a:hover
 {
   color: #BD9B60;
 }
 #menuToggle
 {
   display: block;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 999;
   -webkit-user-select: none;
   user-select: none;
 }
 
 #menuToggle input
 {
   display: block;
   width: 60px;
    height: 55px;
   position: absolute;
   top: -7px;
   left: -5px;
   cursor: pointer;
   opacity: 0; 
   z-index: 2;
   -webkit-touch-callout: none;
 }
 #menuToggle span
 {
   display: block;
   width: 33px;
   height: 4px;
   margin-bottom: 5px;
   position: relative;
   background: #cdcdcd;
   border-radius: 3px;
   z-index: 1;
   transform-origin: 4px 0px;
   transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
               background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
               opacity 0.55s ease;
 }
 
 #menuToggle span:first-child
 {
   transform-origin: 0% 0%;
 }
 
 #menuToggle span:nth-last-child(2)
 {
   transform-origin: 0% 100%;
 }
 #menuToggle input:checked ~ span
 {
   opacity: 1;
   transform: rotate(45deg) translate(-2px, -1px);
   background: #232323;
 }
 #menuToggle input:checked ~ span:nth-last-child(3)
 {
   opacity: 0;
   transform: rotate(0deg) scale(0.2, 0.2);
 }
 #menuToggle input:checked ~ span:nth-last-child(2)
 {
   opacity: 1;
   transform: rotate(-45deg) translate(0, -1px);
 }
 #menu
 {
   position: absolute;
   width: 300px;
   margin: -100px 0 0 0;
   padding: 50px;
   padding-top: 125px;
   left: -30px;
   background: #ededed;
   list-style-type: none;
   -webkit-font-smoothing: antialiased;
   transform-origin: 0% 0%;
   transform: translate(-100%, 0);
   transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
 }
 
 #menu li
 {
   padding: 10px 0;
   font-size: 22px;
 }
 
 /*
  * And let's fade it in from the left
  */
 #menuToggle input:checked ~ ul
 {
   transform: none;
   opacity: 1;
 }
 
 @media screen and (max-width: 768px) {
   #menu {
     transform: none;
     opacity: 0;
 
     transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
   }
 }

/*End Menu*/
::-webkit-scrollbar {
    width: 10px;
  }
::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
::-webkit-scrollbar-thumb {
    background: #888;
  }
::-webkit-scrollbar-thumb:hover {
    background: #555;
  }  
.w100{
    width: 100%;
}
.cycle-pager{
    position: absolute;
    margin-top: -60px;
    z-index: 999;
    text-align: center;
    color: white;
    font-size: 2rem;
    width: 100%;
}
.cycle-pager span{
    cursor: pointer;
}
.cycle-pager-active{
    color: #BD9B60;
}
.vive_en_tecla_sec{
    background-image: url("../img/f_proyecto.jpg");
    padding: 5% 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.map_sec{
    padding: 5% 0;
}
.nuestras_amenidades_sec{
    padding: 0 0 5% 0;
}
.box_ame{
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: ease-in-out .3s all;
    cursor: pointer;
}
.txtame{
    background-color: #BD9B60;
    opacity: 0;
    width: 100%;
    height: 250px;
    transition: ease-in-out .3s all;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: none;
    padding: 45px;
}
.tit_ame, .txt_ame{
    color: white;
    font-weight: bold;
}
.box_ame:hover{
    transition: ease-in-out .3s all;
    background-size: 110%;
}
.box_ame:hover .txtame{
    opacity: .8;
    display: flex;
    flex-direction: row;
}
.box_ame:hover .log_ame{
    transition: ease-in-out .3s all;
    display: none;
    opacity: 0;
}
.non_sp{
    --bs-gutter-x: 0rem !important;
}
.apartamentos_sec{
    padding: 0 0 5% 0;
}
.img_render{
    border-radius: 15px;
}
.textyc{
    color:#BD9B60;
}
.title{
    font-weight: bold;
    padding-left: 15px;
    font-size: 2rem;
}
.textwc{
    color: white;
}
.textdc{
    color: #BD9B60;
}
.title_smv{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: -10px;
}
.title_con{
    font-size: 1.3rem;
    font-weight: bold;
}
.text_cont{
    font-size: 0.9rem;
}
.pt10{
    padding-top: 10px;
}
.c_pos{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pb30{
    padding-bottom: 30px;
}
.fcent_title{
    display: flex;
    flex-direction: column;
    align-content: space-around;
    flex-wrap: wrap;
}
.textac{
    color: #005670;
}
.title_sm{
    font-size: 1.3rem;
    font-weight: bold;
}
.sub_title{
    font-size: 0.9rem;
}
.w40{
    width: 30%;
}
.log_ame{
    width: 100%;
    height: 250px;
    transition: ease-in-out .3s all;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.log_txt{
    color: white;
    font-weight: bold;
}
.txt_ame {
    color: white;
    text-transform: uppercase;
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
}
.tit_ame{
    color: white;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 0rem;
}
.seciones_in{
    display: none;
    transition: ease-in-out .3s all;
}
.secciones{
    transition: ease-in-out .3s all;
}
.ame_sec_txt{
    background: #f8f5f0;
}
.box-crece{
    display: block;
    max-height: 75vh;
    width: 100%;
}
.dfc{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ico_me{
    width: 20%;
    transition: color 0.7s ease;
    cursor: pointer;
}
.ico_me:hover{
    transition: color 0.7s ease;
    transform: scale3d(1.1, 1.1, 1.1);
}
.ico_bi{
    width: 20px;
    margin-right: 10px;
}
hr{
    box-shadow: 0px 2px 3px 0px black;
}
.proc_compra_sec{
    padding: 0 0 5% 0;;
}
.contacto_sec{
    background-image: url("../img/f_img_contacto.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20% 0;
}
footer{
    background-image: url("../img/f_footer.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4% 0 2% 0;
}
.w80{
    width: 80%;
}
.cont_img_une{
    background-image: url("../img/apartamentos/une_f_plano.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    min-height: 84vh;
}
.cont_img_rie{
    background-image: url("../img/apartamentos/rie_f_plano.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.cont_img_crea{
    background-image: url("../img/apartamentos/crea_f_plano.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.cont_img_vive{
    background-image: url("../img/apartamentos/vive_f_plano.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.desc{
    color:white;
    font-size: 0.7rem;
}
.brand_f{
    width: 150px;
    padding: 6% 0;
    filter: invert(1);
}
.icof{
    width: 30px;
}
.pc_img{
    width: 50%;
}
.btn-y{
    background-color: #BD9B60;
    padding: 10px 15px;
    border-radius: 25px;
    color: white;
    cursor: pointer;
    transition: ease-in-out .3s all;
    width: fit-content;
    text-align: center;
    /* position: static; */
    margin: auto;
}
.w50{
    width: 50%;
}
.btn-y:hover{
    transform: scale3d(1.1, 1.1, 1.1);
}
.txtf{
    color: white;
}
.titl_cp{
    font-size: 1.3rem;
    margin-bottom: 0rem;
}
.text_cp{
    font-size: 0.9rem;
    padding: 0 30px 0 0;
}
.bflex{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pb50{
    padding-bottom: 50px;
}
.plr{
    padding: 0 20px;
}
.ver_apt1{
    padding-bottom: 50px;
    color:white;
    cursor: pointer;
}
.img_iso{
    padding-top: 30px;
    padding-bottom: 50px;
}

.img_iso2{
    padding-top: 30px;
    padding-bottom: 0;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.md-none{
    display: none;
}
.cont_esp{
    padding: 30px 40px 30px 15px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #d1d0d0;
    font-size: 0.9rem;
}
article.cycle-slide{
    width: 100%;
}
ul{
    list-style: none;
}
.cont_txt_ape{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.arrowl{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.arrowr{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tit_apa{
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #BD9B60;
    margin-bottom: 0rem;
}
.txt_small_bt{
    margin-bottom: 0rem;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    color:#007D8A;
}
.txt_small2_bt{
    text-transform: uppercase;
    padding-bottom: 10px;
    color:#007D8A;
}
.btn_ble{
    background-color: #007D8A;
    padding: 10px 25px;
    border-radius: 25px;
    color: white;
    cursor: pointer;
    transition: ease-in-out .3s all;
    width: fit-content;
    text-align: center;
    margin: auto;
    margin-top: 30px;
}
.arr-sp{
    margin-right: 10px;
}
ul li{
    padding-bottom: 10px;
}
.tr{
    text-align: right;
}
#menuToggle{
    background-image: url("../img/f_footer.jpg");
    padding: 10px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
}
.brand_img{
    position: absolute;
    z-index: 999;
    right: 10px;
    width: 10%;
}
.img_ar,.img_al{
    cursor: pointer;
}
.ptb{
    padding: 20px 0;
}
.ico_ame{
    width: 60%;
}
.tit_ame_in{
    color: #BD9B60;
    font-weight: bold;
    font-size: 2rem;
}
.txt_ame_in{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    color: #005670;
}
.fc{
    display: flex;
    align-items: center;
}
.con_ame_in{
    font-size: 0.9rem;
    line-height: normal;
    padding: 0px 100px;
}
.sp_act{
    display: flex !important;
}
.sp1, .sp2, .sp3, .sp4, .sp5{
    display: none;
}
.modal-body{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.btn-close{
    right: 20px;
        float: right;
        position: absolute;
        z-index: 99999;
        top: 19px;
}
#prev{
    display: block;
    width: 2%;
    float: right;
}
#next{
    display: block;
    width: 2%;
    float: left;
}
#prev img, #next img{
    display: block;
    width: 100%;
}

.ctrl-center{
    display: block;
    width: 100%;
    position: absolute;
    top: 42%;
}


.act_ind{
    display: block !important;   
}
.hd-modal-ifrm {
    background: #005670;
}
.ico-ifrm-close img {
    display: block;
    width: 4%;
    float: right;
    position: relative;
    margin: 3% 0px;
}
.logo-mod {
    display: block;
    width: 15%;
    float: left;
    position: relative;
    margin: 3% 0px;
    }
    .ifrm-formpp {
    border: 0;
    margin: 0;
    width: 100%;
    min-height: 80vh;
}
.imglog{
        width: 160px;
        padding-bottom: 20px;
}