@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
.container-custom{
    min-width: 320px;
    max-width: 1920px;
    margin: 0 auto;
}
/* Personalizando estilo de navbar */
.cnt_navbar{
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}
.navbar{
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    padding-top: 23px;
    padding-bottom: 23px;
}        
.navbar-shadow {
    box-shadow: 0px 2px 4px 0px #00000040;
}
.navbar-brand{
    margin-left: 9.37vw;
}
.navbar-nav{
    margin-left: auto;
    margin-right: 4.62vw;
}
.navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus,
.navbar-toggler-icon:active {
    outline: none;
    box-shadow: none;
}        
.nav-item{
    margin-left: 2.60vw;
}
.item_login{
    margin-left: 5.38vw;
}
.item_login a{
    border: 1px solid #90EE90;
    border-radius: 15px;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.item_cuenta{
    width: 170px;
    margin-left: 2.89vw;
}
.navbar .nav-link {
    font-family: "Montserrat";
    color: #46566C;
    font-size: 15px;
    font-weight: 700;
    line-height: 19.36px;
}
.btn-crear-cuenta {
    background-color: #90EE90;
    border-radius: 15px;
    color: #fff;
}
.btn-crear-cuenta:hover {
    background-color: #7ecf7e;
    color: #fff;
}
/* bloque slider propiedades genera ingreso */
.cnt_genera_ingresos{
    background-image: url(../img/fondo_genera_ingreso.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 688px;
    padding-top: 100px;
    display: flex;
    align-items: center;
}
.fondo_opaco{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.genera_ingreso{
    display: flex;
    width: 100%;
}
.genera_ingreso_left{
    width: 50%;
}
.genera_ingreso_right{
    width: 50%;
    margin: 0 auto;
}
.cnt_slick_genera_ingreso{
    width: 100%;
    margin: 0 auto;
    padding: 10px 60px;
}
.cnt_slick_card_propiedad{
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.slick_card_propiedad{
    width: 100%;
    height: 100%;
    max-width: 316px;
    max-height: 424px;
    min-width: 316px;
    min-height: 424px;
    background-color: white;
    border-radius: 41px 41px 20px 20px;
    box-shadow: 0 4px 8px rgba(70, 86, 108, 0.5);
}
.slick-prev:before,.slick-next:before {
  content: none; /* Elimina los iconos predeterminados */
}
.slick-prev, .slick-next {
  font-size: 24px;
  color: #000;
}
.slick-prev:hover, .slick-next:hover {
  color: #e1e1e1;
}
.slick-prev:focus, .slick-next:focus {
  color: #000;
}
.scp_imagen{
    height: 194px;
    width: 100%;
    border-top-left-radius: 41px; 
    border-top-right-radius: 41px;
    overflow: hidden;
}
.scp_imagen img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.progreso-container {
  width: 100%;
  background-color: #90EE90;
  overflow: hidden;
  height: 25px;
}
.progreso-bar {
  width: 0%;
  height: 100%;
  background-color: #46566C;
  text-align: center;
  line-height: 25px;
  color: white;
  border-radius: 0px 10px 10px 0px;
  transition: width 0.3s;
}
.progreso-bar-info{
    position: relative;
    margin-top: -30px;
    color:#fff;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 900;
    line-height: 19.36px;
    background-color: rgba(0, 0, 0, 0.7);
    padding-bottom: 10px;
    padding-top: 5px;
}
.scp_info_propiedad{
    min-height: 171px;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
.scp_boton_invertir{
    min-height: 33px;
}
.custom-link-invertir {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #90EE90;
    color: #46566C;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 0 0 20px 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 900;
}

.custom-link-invertir:hover {
  background-color: #7ecf7e;
  color: #fff;
}
.scp_info_propiedad p{
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}
.text-propiedad{
    font-family: "Montserrat";
    font-size: 20px!important;
    font-weight: 800!important;
    line-height: 24.2px!important;
    text-align: center;
}
.text-direccion{        
    text-align: center;
}
.text-tamanio {
    display: flex;
    flex: 1;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}
.text-tamanio span{
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 900;
    line-height: 19.36px;
}
.text-arriendo{
    display: flex;
    flex: 1;
    align-items: end;
    justify-content: start;
    flex-direction: column;
}
.text-arriendo span{
    text-align: right;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 900;
    line-height: 19.36px;
}
.text-precio{
    display: flex;
    flex: 1;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}
.text-precio span{
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 900;
    line-height: 24.2px;
}
.cnt_btn_ver{
    display: flex;
    flex: 1;
    align-items: end;
    justify-content: end;
    flex-direction: column;
}
.cnt_btn_ver p{
    font-size: 14px;
    width: 100%;
    text-align: right;
}
.btn_info_pop_pro{
    margin-top: -15px;
    margin-right: -18px;
}
.cnt_btn_ver .icon-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}  
.cnt_btn_ver .icon-button i {
    font-size: 12px; 
    color: #000;
    display: flex;
}
.cnt_btn_ver span{
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 900;
    line-height: 19.36px;
}
.popover-list {
    list-style: none;
    padding-left: 0;
}
.popover-list li {
    margin-bottom: 5px;
}
.cnt_btn_ver a{
    text-decoration: none;
    color:#46566C;
    background-color: #e1e1e1;
    padding: 5px 10px;
    border-radius: 10px;
}
.cnt_btn_ver a:hover{
    color: #6a87ad;
}
/* fin bloque slider propiedades genera ingreso */

/* bloque info genera ingreso */
.genera_ingreso_left{
    display: flex;
    flex-direction: column;
    justify-content: top;
    padding-left: 8.10vw;
    padding-top: 30px;
    color: #46566C;
}

.genera_ingreso_left h2{
    font-family: 'Montserrat';
    font-size: 64px;
    font-weight: 900;
    line-height: 77.45px;
}
.genera_ingreso_left p{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat';
    font-size: 48px;
    font-weight: 400;
    line-height: 58.09px;
}
.genera_ingreso_left p span{
    font-weight: 900;
}
.btn-registrate {
    margin-top: 70px;
    width: 266px;
    background-color: #90EE90;
    border-radius: 15px;
    color: #46566C;
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: center;
    padding: 15px 10px;
    text-decoration: none;
}
.btn-registrate:hover {
    background-color: #7ecf7e;
    color: #fff;
}
/* fin bloque info genera ingreso */

/* estilos bloque como funciona */
.cnt_como_funciona{
    padding-top: 105px;
    padding-bottom: 85px;
    background-color: #46566C;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cnt_como_funciona .slick-dots li button:before {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.1);
    width: 10px; 
    height: 10px;
}
.cnt_como_funciona .slick-dots li.slick-active button:before {
    color: #90EE90;
}
.cnt_como_funciona .slick-dots li {
    margin: 0 5px;
}
.cnt_como_funciona h2{
    font-family: 'Montserrat';
    font-size: 48px;
    font-weight: 900;
    line-height: 58.09px;
    color: #fff;
    margin-bottom: 61px;
}
.cnt_slick_como_funciona{
    width: 100%;
    margin: 0 auto;
    padding: 10px 60px;
}
.cnt_slick_card_como_funciona{
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.slick_card_como_funciona{
    width: 100%;
    height: 100%;
    max-width: 304px;
    max-height: 400px;
    min-width: 304px;
    min-height: 400px;
    background-color: white;
    border-radius: 20px;
}

/* estilo card */
.sccf_container {
    width: 304px;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.sccf_image {
    width: 100%;
    height: 305px;        
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}
.bg_registrate{
    background-image: url('../img/registrate.png');
}
.bg_explora{
    background-image: url('../img/explora.png');
}
.bg_invierte{
    background-image: url('../img/invierte.png');
}
.bg_gana{
    background-image: url('../img/gana.png');
}
.sccf_overlay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 305px;
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: top 0.5s ease;
    border-radius: 20px 20px 0px 0px;
    padding: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.sccf_overlay p {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    text-align: left;
    color: #46566C;
}
.sccf_container:hover .sccf_overlay {
    top: 0;
}
.sccf_content {
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #90EE90;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 900;
    line-height: 29.05px;
    border-radius: 0px 0px 20px 20px;
}
.sccf_content a{
    text-decoration: none;
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #90EE90;
    color: #46566C;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 900;
    line-height: 29.05px;
    border-radius: 0px 0px 20px 20px;
}
.sccf_detalle{
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 164px;
    max-height: 164px;
    background-color: #fff;        
    padding: 15px;
}
.sccf_detalle p {
    font-family: 'Montserrat';
    font-size: 12px;      
    line-height: 18px;
    font-weight: 600;
    text-align: left;
    color: #46566C;
    margin-bottom: 0px;
}
.cf_preguntas p{
    margin:0px;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.73px;
    color: white;
}
.cf_preguntas span {
    margin:0px;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
}
.cf_preguntas a {
    margin:0px;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    color :white;
}
/* fin estilos bloque como funciona */

/* bloque nuestras propiedades */
.cnt_nuestras_propiedades{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 110px;
    padding-bottom: 110px;
}
.cnt_nuestras_propiedades h2{
    font-family: 'Montserrat';
    font-size: 48px;
    font-weight: 900;
    line-height: 58.09px;
    color: #46566C;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
}
.block_nuestras_propiedades{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 120px;
    padding-right: 120px;
}
.card_np{
    padding-left: 30px;
    padding-right: 30px;
}
.btn_np_ver_mas{
    padding: 13px 50px;
    background-color: #46566C;
    border-radius: 18px;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
/* fin bloque nuestras propiedades */

/* bloque innovacion */
.cnt_innovacion{
    width: 100%;
    display: flex;
    height: 704px;
    min-height: 704px;
    max-height: 704px;
}
.left_block_inno{
    width: 100%;
    flex: 1;
    background-color: #F2F2F2;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-right: 180px;
    padding-left: 200px;
}
.left_block_inno h2{
    color: #46566C;
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 900;
    line-height: 48.41px;
    margin-bottom: 100px;
}
.left_block_inno p{
    color: #46566C;
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 400;
    line-height: 38.73px;
}
.right_block_inno {
    width: 42.88%;
    background-image: url('../img/innovacion.png');
    background-size: cover;
    background-position: center;
}
.bg_right_block_inno{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg_right_block_inno img{
    width: 100%;
    max-width: 234px;
}
/* fin bloque innovacion */

/* bloque nuestro equipo  */
.cnt_nuestro_equipo {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 100px;
    padding-right: 205px;
    padding-left: 205px;
}
.cnt_nuestro_equipo h2{
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 900;
    line-height: 48.41px;
    color: #46566C;
    margin-bottom: 40px;
}
.block_nuestro_equipo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.cnt_card_nuestro_equipo{
    width: 312px;
    height: 422px;
    min-width: 312px;
    min-height: 422px;
    max-width: 312px;
    max-height: 422px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
}
.nequip_image{
    width: 100%;
    /* height: 312px; */
    height: 310px; /* lo bajo 2px para que no se nota una linea blanca */
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    /* cursor: pointer; */
}
.nequip_image img{
    width: 100%;
}
.nequip_info{
    width: 100%;
    height: 110px;
    border-radius: 0px 0px 10px 10px;
    background-color: #46566C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 15px;
}
.nei_nombre{
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 900;
    line-height: 29px;
    color: #fff;
}
.nei_cargo{
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    color: #fff;

}
.icon_linkedin_profile{       
    width: 100%;
    display: flex;
    justify-content: right;
    z-index: 99999;
    margin-top: -55px;
    padding-right: 20px;
    padding-left: 15px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0);    
}
.icon_linkedin_profile a{
    font-size: 30px; 
    color: #f1f1f1;
    text-decoration: none;
}
.bg-card-ne{
    /* background-color: #13161b; */
    background-color: #F2F2F2; /* cambio a este color. */
}
/* fin bloque nuestro equipo  */
/* bloque beneficios */
.cnt_beneficios{
    display: flex;
    flex-direction: column;
    /* background-image: url('../img/beneficios.png'); */
    background-color: #46566C;
    background-size: cover;
    background-position: center;
    min-height: 612px;
    padding-left: 20px;
    padding-right: 20px;
}
.cnt_beneficios h2{
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 900;
    line-height: 48.41px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    padding-top: 100px;
}
.cnt_list_beneficios{
    display: flex;
    margin-top: 80px;
}
.cnt_list_beneficios > .bene-left{
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    align-items: end;
}    
.cnt_list_beneficios > .bene-right{
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}
.cnt_list_beneficios > .bene-left div, .cnt_list_beneficios > .bene-right div{
    display: flex;
    margin-bottom: 20px;
}
.cnt_list_beneficios i{
    color: #90EE90;
    margin-right: 35px;
    font-size: 16px;
    margin-top: 14px;
}
.cnt_list_beneficios p{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    max-width: 640px;
    display: inline-block;
    color: #fff;
}
.cnt_list_beneficios p span{
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
}
/* fin bloque beneficios */

/* footer */
footer{
    min-height: 321px;
    background-color: #13161b;
}
.cnt_footer{
    display: flex;
    width: 100%;
    height: 100%;
    min-height: inherit;    
    padding-left: 115px;
    padding-right: 115px;
    align-items: center;
}
.cnt_footer h5{
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}
.cnt_footer a{
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20.8px;
    color: #ffffff;
    text-decoration: none;
}
.f_logo img{
    width: 120px;
}
.f_logo{
    display: flex;
    flex-direction: column;
    width: 120px;
}
.f_div{
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: inherit;
    padding-left: 30px;
    padding-top: 80px;
}
.f_term_y_con{
    flex: 1.2;
}
.block_f{
    display: flex;
    flex-direction: column;
}
.block_f a{
    margin-bottom: 10px;
}
.block_f_siguenos{
    flex-direction: row;
    min-width: 170px;
}
.f_icon_redes{
    display: flex;
    margin-right: 20px;
}
.f_icon_redes i{
    font-size: 18px;
}
/* fin footer */

/* Responsive */
/* Estilos para Bootstrap breakpoints */
@media (max-width: 1728px) {}
@media (max-width: 1550px) {
    /* bloque slider propiedades genera ingreso */
    .cnt_genera_ingresos{
        height: 550px;
        background-position: right top;
    }
    .slick_card_propiedad{
        max-width: 250px;
        max-height: 335px;
        min-width: 250px;
        min-height: 335px;
        border-radius: 32px 32px 16px 16px;
    }
    .slick-prev, .slick-next {
        font-size: 18px;
    }
    .scp_imagen{
        height: 153px;
        border-top-left-radius: 32px; 
        border-top-right-radius: 32px;
    }
    .progreso-container {
        height: 19px;
    }
    .progreso-bar {
        line-height: 19px;
        border-radius: 0px 8px 8px 0px;
    }
    .progreso-bar-info{
        margin-top: -23px;
        font-size: 14px;
        line-height: 16px;
    }
    .scp_info_propiedad{
        min-height: 135px;
    }
    .scp_boton_invertir{
        min-height: 26px;
    }
    .custom-link-invertir {
        font-size: 14px;
    }
    .scp_info_propiedad p{
        font-size: 13px;
        line-height: 15px;
    }
    .text-propiedad{
        font-size: 15px!important;
        line-height: 18px!important;
    }
    .text-tamanio span{
        font-size: 13px;
        line-height: 15px;
    }
    .text-arriendo span{
        font-size: 13px;
        line-height: 15px;
    }
    .text-precio span{
        font-size: 15px;
        line-height: 18px;
    }
    .cnt_btn_ver p{
        font-size: 10px;
    }
    .btn_info_pop_pro{
        margin-top: -13px;
        margin-right: -18px;
    }
    .cnt_btn_ver span{
        font-size: 13px;
        line-height: 15px;
    }
    /* fin bloque slider propiedades genera ingreso */

    /* bloque info genera ingreso */
    .genera_ingreso_left{
        padding-top: 30px;
    }
    .genera_ingreso_left h2{
        font-size: 50px;
        line-height: 60px;
    }
    .genera_ingreso_left p{
        font-size: 37px;
        line-height: 45px;
    }
    .btn-registrate {
        margin-top: 55px;
        width: 210px;
        border-radius: 11px;
        font-size: 22px;
        line-height: 33px;       
        padding: 11px 8px;
    }
    /* fin bloque info genera ingreso */

    /* estilos bloque como funciona */
    .cnt_como_funciona{
        padding-top: 83px;
        padding-bottom: 57px;
    }
    .cnt_como_funciona h2{
        font-size: 37px;
        line-height: 45px;
        margin-bottom: 48px;
    }
    .slick_card_como_funciona{
        max-width: 240px;
        max-height: 316px;
        min-width: 240px;
        min-height: 316px;
        border-radius: 16px;
    }

    .sccf_container {
        width: 240px;
        height: 316px;
        border-radius: 15px;
    }
    .sccf_image {
        height: 241px;
        border-radius: 15px 15px 0px 0px;
    }
    .sccf_overlay {
        height: 241px;
        border-radius: 15px 15px 0px 0px;
        padding: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sccf_overlay p {
        font-size: 14px;      
        line-height: 18px;
    }
    .sccf_content {
        height: 75px;
        font-size: 18px;
        line-height: 22px;
        border-radius: 0px 0px 15px 15px;
    }
    .sccf_content a{
        height: 75px;
        font-size: 18px;
        line-height: 22px;
        border-radius: 0px 0px 15px 15px;
    }
    .cf_preguntas p{
        font-size: 22px;
        line-height: 27.55px;
    }
    .cf_preguntas span {
        font-size: 22px;
        line-height: 27.55px;
    }
    .cf_preguntas a {
        font-size: 22px;
        line-height: 27.55px;
    }
    /* fin estilos bloque como funciona */
    /* bloque nuestras propiedades */
    .cnt_nuestras_propiedades{
        padding-top: 86px;
        padding-bottom: 86px;
    }
    .cnt_nuestras_propiedades h2{
        font-size: 37px;
        line-height: 45px;
        margin-left: 118px;
        margin-right: 118px;
        margin-bottom: 39px;
    }
    .block_nuestras_propiedades{
        padding-left: 94px;
        padding-right: 94px;
    }
    /* fin bloque nuestras propiedades */

     /* bloque innovacion */
     .cnt_innovacion{
        height: 556px;
        min-height: 556px;
        max-height: 556px;
    }
    .left_block_inno{
        padding-right: 142px;
        padding-left: 158px;
    }
    .left_block_inno h2{
        font-size: 31px;
        line-height: 37px;
        margin-bottom: 79px;
    }
    .left_block_inno p{       
        font-size: 25px;
        line-height: 30px;
    }
    .bg_right_block_inno img{
        max-width: 184px;
    }
    /* fin bloque innovacion */

    /* bloque nuestro equipo  */
    .cnt_nuestro_equipo {
        padding-top: 94px;
        padding-bottom: 79px;
        padding-right: 162px;
        padding-left: 162px;
    }
    .cnt_nuestro_equipo h2{
        font-size: 31px;
        line-height: 37px;
        margin-bottom: 31px;
    }
    .cnt_card_nuestro_equipo{
        width: 246px;
        height: 333px;
        min-width: 246px;
        min-height: 333px;
        max-width: 246px;
        max-height: 333px;
        border-radius: 8px;
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 30px;
    }
    .nequip_image{
        /* height: 246px; */
        height: 245px; /* lo bajo 1px para que no se note una linea blanca */
        border-radius: 8px 8px 0px 0px;
    }
    .nequip_info{
        height: 86px;
        border-radius: 0px 0px 8px 8px;
        padding: 0px 11px;
    }
    .nei_nombre{
        font-size: 18px;
        line-height: 30px;
    }
    .nei_cargo{
        font-size: 15px;
        line-height: 18px;
    }
    .icon_linkedin_profile{  
        margin-top: -44px;
        padding-right: 16px;
        padding-left: 11px;
        padding-bottom: 8px;
    }
    .icon_linkedin_profile a{
        font-size: 24px;
    }
    /* fin bloque nuestro equipo  */
    /* bloque beneficios */
    .cnt_beneficios{
        min-height: 483px;
    }
    .cnt_beneficios h2{
        font-size: 31px;
        line-height: 37px;
        margin-bottom: 31px;
        padding-top: 79px;
    }
    .cnt_list_beneficios{
        margin-top: 80px;
    }
    .cnt_list_beneficios > .bene-left{
        margin-left: 40px;
    }    
    .cnt_list_beneficios > .bene-right{
        margin-left: 40px;
    }
    .cnt_list_beneficios i{
        margin-right: 27px;
        font-size: 12px;
        margin-top: 11px;
    }
    .cnt_list_beneficios p{
        font-size: 16px;
        line-height: 19px;
        max-width: 505px;
    }.cnt_list_beneficios p span{
        font-size: 25px;
        line-height: 30px;
    }
    /* fin bloque beneficios */
}
@media (max-width: 1400px) {
    .navbar .nav-link {
        font-size: 14px;
    }
}
@media (max-width: 1320px) {
    /* bloque innovacion */
    .left_block_inno{
        padding-right: 50px;
        padding-left: 50px;
    }
    .left_block_inno h2{
        margin-bottom: 49px;
    }
    /* fin bloque innovacion */
}
@media (max-width: 1200px) {
    /* Personalizando estilo de navbar */
    .navbar-brand{
        margin-left: 6.65vw;
    }
    .navbar-brand > img{
        width: 120px;
    }
    .navbar .nav-link {
        font-size: 13px;
    }
    /* bloque nuestro equipo  */
    .cnt_nuestro_equipo {
        padding-top: 80px;
        padding-bottom: 50px;
        padding-right: 50px;
        padding-left: 50px;
    }
    /* fin bloque nuestro equipo  */
}
@media (max-width: 1055px) {
    /* bloque info genera ingreso */
    .btn-registrate {
        margin-top: 10px;
    }
    /* fin bloque info genera ingreso */

    /* bloque beneficios */
    .cnt_list_beneficios{
        flex-direction: column;
        margin-top: 40px;
    }
    .cnt_list_beneficios > .bene-left, .cnt_list_beneficios > .bene-right{
        align-items: center;
        margin: 0px;
    }
    .cnt_list_beneficios > .bene-left div, .cnt_list_beneficios > .bene-right div{
        margin-bottom: 15px;
    }
    /* fin bloque beneficios */
}
@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 80px;
        right: 0;
        width: 100%;
        height: calc(100% - 80px);
        background-color: rgba(255, 255, 255, 1);
        transform: translateX(100%);
        transition: transform 0.1s ease-in-out;
        z-index: 999;
    }
    .navbar-collapse.show {
        transform: translateX(0);
    }
    .navbar-nav {
        flex-direction: column;
        align-items: center;
        height: 100%;                
        justify-content: start;
    }
    .navbar-nav li {
        text-align: center;
        width: 90%;
    }

    /* Personalizando estilo de navbar */
    .navbar{
        padding-top: 17.2px;
        padding-bottom: 17.2px;
    }        
    .navbar-brand{
        margin-left: 2.82vw;
    }
    .navbar-nav{
        margin-right: 0px;
    }
    .nav-item{
        margin-left: 0px;
    }
    .item_login{
        margin-left: 0px;
    }
    .item_cuenta{
        margin-left: 0px;
    }
    /* bloque slider propiedades genera ingreso */
    .cnt_genera_ingresos{
        background-position: right;
        padding-top: 80px;
        height: auto;
    }
    .fondo_opaco{
        background-color: rgba(255, 255, 255, 0.8);
    }
    .genera_ingreso{
        display: flex;
        flex-direction: column;
    }
    .genera_ingreso_left{
        width: 100%;
    }
    .genera_ingreso_right{
        width: 100%;
    }
    /* fin bloque slider propiedades genera ingreso */

    /* bloque info genera ingreso */
    .genera_ingreso_left{
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 60px;
        padding-bottom: 30px;
        text-align: center;
        justify-content: center;
    }
    .genera_ingreso_left h2{
        font-size: 30px;
        line-height: 35px;
    }
    .genera_ingreso_left p{
        font-size: 28px;
        line-height: 32px;
    }
    .btn-registrate {
        margin: 0 auto;
        margin-top: 30px;
        width: 178px;
        border-radius: 11px;
        font-size: 16px;
        line-height: 24px;       
        padding: 11px 8px;
    }
    /* fin bloque info genera ingreso */

    /* estilos bloque como funciona */
    .slick_card_como_funciona{
        max-height: 472px;
        min-height: 472px;
    }
    .sccf_container{
        height: 472px;
    }
    .sccf_overlay {
        display: none;
    }
    .sccf_content {
        height: 67px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 0px 0px 10px 10px;
    }
    .sccf_content a{
        height: 67px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 0px 0px 10px 10px;
    }
    .cnt_como_funciona{
        padding-top: 60px;
        padding-bottom: 44px;
    }
    .cnt_como_funciona h2{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .cnt_slick_como_funciona{
        padding: 10px;
    }
    .sccf_detalle{
        display: flex;
    }
    .cf_preguntas p{
        font-size: 14px;
        line-height: 14.55px;
    }
    .cf_preguntas span {
        font-size: 14px;
        line-height: 14.55px;
    }
    .cf_preguntas a {
        font-size: 14px;
        line-height: 14.55px;
    }
    /* fin estilos bloque como funciona */

    /* bloque nuestras propiedades */
     .cnt_nuestras_propiedades{
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .cnt_nuestras_propiedades h2{
        font-size: 30px;
        line-height: 35px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 39px;
        text-align: center;
    }
    .block_nuestras_propiedades{
        padding-left: 0px;
        padding-right: 0px;
    }
    /* fin bloque nuestras propiedades */
     /* bloque innovacion */
     .cnt_innovacion{
        height: auto;
        min-height: initial;
        max-height: initial;
        flex-direction: column;
        text-align: center;
    }
    .left_block_inno{
        width: 100%;
        height: 376px;
        min-height: 376px;
        max-height: 376px;
    }
    .right_block_inno {
        width: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .bg_right_block_inno img{
        max-width: 140px;
    }
    /* fin bloque innovacion */

     /* bloque nuestro equipo  */
     .cnt_nuestro_equipo {
        padding-right: 18px;
        padding-left: 18px;
    }
    .cnt_nuestro_equipo h2{
        text-align: center;
    }
    /* fin bloque nuestro equipo  */

    /* footer */
    .cnt_footer{
        flex-direction: column; 
        padding-left: 30px;
        padding-right: 30px;
        align-items: center;
        padding-bottom: 50px;
    }
    .cnt_footer h5{
        font-size: 18px;
        line-height: 22px;
    }
    .cnt_footer a{
        font-size: 14px;
        line-height: 16px;
    }
    .f_logo{
        margin-top: 40px;
        margin-bottom: 50px;
        width: 90px;
    }
    .f_logo img{
        width: 90px;
    }
    .f_div{
        width: 100%;
        min-height: initial;
        padding: 0px;
        align-items: start;
        justify-content: start;
        margin-top: 20px;
    }
    /* fin footer */
}
@media (max-width: 768px) {
    /* bloque slider propiedades genera ingreso */
    .cnt_slick_genera_ingreso{
        padding: 10px;
    }
    /* fin bloque slider propiedades genera ingreso */
    /* bloque innovacion */
    .left_block_inno{
        padding-right: 18px;
        padding-left: 18px;
    }
    .left_block_inno h2{
        font-family: "Montserrat";
        font-size: 28px;
        font-weight: 900;
        line-height: 34.31px;
        margin-bottom: 30px;
        text-align: left;
    }
    .left_block_inno p{       
        font-family: "Montserrat";
        font-size: 16px;
        font-weight: 400;
        line-height: 19.36px;
        margin: 0;
        text-align: justify;
    }
    /* fin bloque innovacion */

    /* bloque beneficios */
    .cnt_list_beneficios{
        margin-top: 20px;
    }
    .cnt_list_beneficios i{
        margin-right: 8px;
        font-size: 10px;
        margin-top: 11px;
    }
    .cnt_list_beneficios p{
        font-size: 15px;
        line-height: 18px;
        max-width: 505px;
    }.cnt_list_beneficios p span{
        font-size: 24px;
        line-height: 29px;
    }
    /* fin bloque beneficios */
}
@media (max-width: 576px) {
    /* bloque info genera ingreso */
    .genera_ingreso_left h2{
        font-size: 25px;
        line-height: 30px;
    }
    .genera_ingreso_left p{
        font-size: 18px;
        line-height: 22px;
    }
    /* fin bloque info genera ingreso */
}