body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}
h1{font-family: 'Roboto', sans-serif;}
h2{font-family: 'Roboto', sans-serif;}
h3{font-family: 'Roboto', sans-serif;}
h4{font-family: 'Roboto', sans-serif;}
h5{font-family: 'Roboto', sans-serif;}
h6{font-family: 'Roboto', sans-serif;}

/* Definir la variable */
:root {
    --verde_principal: #53B487;
    --verde_secundario: #2C6249;
}

.flex {
    display: flex;
}
.flex-1 {
    flex: 1;
}
.items-center {
    align-items: center;
}
.menu {
    padding: 14px 15px;
    /*position: fixed;*/
    z-index: 3;
    width: 100%;
    transition: background-color 0.3s ease, padding 0.3s ease;
}
.menu img {
    width: 220px;
    transition: .25s all ease-in-out;
}
.menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.menu ul li {
    display: inline-block;
}
.menu ul li a {
    padding: 10px 12px;
    border-radius: 100px;
    font-size: 14px;
    color: #060606;
    cursor: pointer;
    border-radius: 100px;
    font-weight: 400;
    transition: .25s all ease-in-out;
}
.menu ul li a:hover {
    background: rgb(109 178 138 / 18%);
    text-decoration: none;
    transition: .25s all ease-in-out;
}
.menu ul li span {
    padding: 10px 12px;
    border-radius: 100px;
    font-size: 14px;
    color: #060606;
    cursor: pointer;
    border-radius: 100px;
    font-weight: 400;
    transition: .25s all ease-in-out;
}
.menu ul li span:hover {
    background: rgb(109 178 138 / 18%);
    text-decoration: none;
    transition: .25s all ease-in-out;
}
.acive_menu {
    background: rgb(109 178 138 / 18%);
    text-decoration: none;
}
.justify-end {
    justify-content: flex-end;
}
@media (min-width: 1024px){
    .desktop\:flex {
        display: flex;
    }
}
.scrolled {
    background: #fff;
    padding: 5px 0px;
    box-shadow: 0 0 16px 0 rgba(0,28,69,.15);
    transition: background-color 0.3s ease, padding 0.3s ease;
}
.scrolled img {
    width: 170px;
    transition: .25s all ease-in-out;
}
.posLinks {
    position: absolute;
    padding-top: 44px;
    min-width: 275px;
    z-index: 1;
}
.oculto {
    position: absolute;
    top: 14px;
    height: auto;
    overflow: hidden;
    left: 5px;
    border-radius: 7px;
    line-height: 25px;
    box-shadow: 0 0 16px 0 rgba(0,28,69,.15);
    padding: 24px 24px 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 275px;
    background: #fff;
    border-radius: 5px;
    padding-top: 20px;
}
.oculto svg {
    width: 18px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}
.oculto img {
    width: 23px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}
.oculto i {
    font-size: 13px;
    margin-right: 4px;
    width: 14px;
}
.oculto a {
    display: block;
    padding: 6px 0px !important;
    transition: .25s all ease-in-out;
}
.oculto a:hover {
    color: var(--verde_principal)!important;
    text-decoration: none;
    background: none !important;
    transition: .25s all ease-in-out;
}
.dentro_desp {
    font-size: 12px;
    color: #5a828b;
    margin-bottom: 5px;
}
.fw-wrapper {
    margin: 0 auto;
    max-width: 1210px;
}
.margen_serv {
    margin-top: 20px;
}
.ini_sesion {
    color: var(--verde_secundario)!important;
}
.ini_sesion:hover {
    color: var(--verde_secundario)!important;
    background:transparent!important;
    border-color:none;
    transition: .25s all ease-in-out;
}
.banner_home {
    padding: 1% 0px;
    padding-top: 0rem;
}
.cuadro_home {
    width: 100%;
    height: 500px;
    background: #DEF1E8;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.cuadro_home p {
    font-size: 40px;
    font-weight: 800;
    width: 90%;
    line-height: 49px;
}
.cuadro_home h2 {
    letter-spacing: 1px;
    color: var(--verde_secundario);
    font-size: 11px;
}
.cuadro_homep {
    font-size: 14px!important;
    font-weight: 400!important;
    width: 70%!important;
    line-height: 24px!important;
}
.boton_verde {
    background: var(--verde_principal);
    height: 37px;
    display: inline-block;
    color: #fff;
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 16px;
    border-radius: 5px;
}
.margen_explica {
    margin-top: 1rem;
    gap: 24px;
}
.num_explica {
    font-size: 24px;
    font-weight: 800;
    color: #2D6249;
    margin-bottom: 0px;
}
.la_explica {
    font-size: 10px;
    color: #2D6249;
    font-weight: 500;
}
.img_edificio {
    width: 160%;
    position: absolute;
    right: -130px;
}
.he100 {
    height: 100%;
}
.posicion_texto_banner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.cuadros_home {
    display: flex;
    gap: 16px;
    margin-top: -63px;
    z-index: 0;
    position: relative;
}
.cuadros_home a {
    width: 178px;
    text-decoration: none;
}
.cuadros_home a:hover {
    text-decoration: none;
}
.container_cuadro{
    transition: .3s ease;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    color: #000;
    display: grid;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-template: " icon text arrow"/auto 1fr auto;
    grid-template:
    " icon . ."
    " text text arrow"/auto 1fr auto;
    border: solid 1px #DFE6ED;
    position: relative;
    top: 0px;
}
.container_cuadro:hover {
    top: -5px;
}
.container_cuadro:hover .arrow svg {
    fill: var(--verde_principal);
}
.container_cuadro:hover .text_cuadro {
    opacity: 0.8;
}
.icono_cuadro {
    grid-area: icon;
    display: flex;
    align-items: center;
    position: relative;
}
.fondo_iconos {
    position: absolute;
    width: 49px!important;
    opacity: 0.5;
    left: -6px;
    margin: 0px!important;
    bottom: 9px;
}
.text_cuadro {
    grid-area: text;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    width: 70%;
}
.arrow{
    grid-area: arrow;
    display: flex;
    align-items: center;
    align-self: flex-end;
}
.arrow svg {
    transform: rotate(180deg);
    fill: #a3bdbf;
}
.icono_cuadro img {
    width: 30px;
    margin-bottom: 20px;
}
.historia {
    padding: 4% 0px 11%;
}
.historia h2 {
    font-size: 30px;
    font-weight: 800;
    width: 80%;
}
.historia p {
    font-size: 14px;
    font-weight: 400;
}
.buscador {
    background: #F6F6F6;
    padding: 4% 0px;
}
.el_buscador {
    width: 100%;
    border: solid 1px #DFE6ED;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    margin-top: -114px;
}
.int_busca {
    display: flex;
    /*padding: 16px;*/
    gap: 24px;
}
.int_busca label {
    font-size: 13px;
    font-weight: 500;
    color: #060606;
}
.tipo_busqueda {
    display: flex;
    width: auto;
    padding: 5px;
    background-color: #F6F6F6;
    border-radius: 8px;
}
.tipo_busqueda a {
    font-size: 14px;
    line-height: 19px;
    height: 33px;
    font-weight: 400;
    background-color: inherit;
    border-width: 1px;
    color: #3E3E3E;
    cursor: pointer;
    padding: calc(.5em - 1px) 1em;
    text-align: center;
    align-items: center;
    /* border: none; */
    border-radius: 8px;
    border: solid 1px transparent;
}
.separa_tipo {
    border-right: 1px solid;
    border-color: #dbdbdb;
    margin: 10px;
}
.tipo_busqueda a.active_boton {
    background: rgb(83 180 135 / 19%);
    border-color: var(--verde_principal);
    color: var(--verde_principal)!important;
}
.select_tipo {
    background-color: #F6F6F6;
    border: none;
    height: 43px;
    color: #3E3E3E;
    font-size: 14px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background: transparent; */
    background-image: url(../images/svg/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-position-x: 91%;
    background-position-y: 16px;
    background-size: 10px;
}
.int_busca button {
    background: var(--verde_principal);
    height: 43px;
    display: inline-block;
    color: #fff;
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 16px;
    border-radius: 5px;
    border: none;
    margin-top: 31px;
    width: 100%;
}
.int_busca button i {
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-right: 8px;
}
.w100 {
    width: 100%;
}
.expacia {
    gap: 10px;
}
.input_tipo {
    background-color: #F6F6F6;
    border: none;
    height: 43px;
    color: #3E3E3E;
    font-size: 14px;
    font-weight: 400;
    min-width: 96px;
}
.los_servicios {
    padding-top: 0%;
}
.card_servicios {
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 28, 69, .15);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 6rem;
}
.card_servicios ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.card_servicios ul li {
    padding: 16px 20px;
    cursor: pointer;
}
.card_servicios ul li:hover h2 {
    color: var(--verde_principal);
}
.card_servicios ul li:hover p {
    color: #282828;
}
.card_servicios ul li.active {
    background: #DEF1E8;
    border-radius: 20px;
}
.card_servicios h2 {
    font-size: 16px;
    font-weight: 800;
}
.card_servicios h3 {
    font-size: 16px;
    font-weight: 800;
}
.card_servicios p {
    font-size: 13px;
    color: #717171;
    width: 95%;
    font-weight: 400;
    margin-bottom: 0px;
}
.cuadro_homep2 {
    font-size: 40px;
    font-weight: 800;
    width: 90%;
    line-height: 49px;
}
.cuadro_homeh2 {
    letter-spacing: 1px;
    color: var(--verde_secundario);
    font-size: 11px!important;
    line-height: 0px!important;
    font-weight: 500 !important;
}
.pad01 {
    padding-top: 0%!important;
}
.card_servicios ul li.active h2 {
    color: var(--verde_principal);
}
.card_servicios ul li.active h3 {
    color: var(--verde_principal);
}
.card_servicios ul li.active p {
    color: #2C6249;
}
.content_service {
    position: relative;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.marg_pro {
    margin-bottom: 3rem;
}
.etiquetas span.alquilado {
    background: red;
    color: #fff!important;
}
.etiquetas span.reservado {
    background: orange;
    color: #fff!important;
}
.etiquetas span.venta {
    background: #2c6249;
    color: #fff!important;
}
.etiquetas span.alquiler {
    background: #54b487;
    color: #fff!important;
}
.content_service img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
}
.overlay_service {
    background: linear-gradient(179deg, #fff0 15%, #0000007a 59%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.posicion_explica_servi {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.tit_servi {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
}
.des_servi {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    width: 80%;
}
.content_service a {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 35px;
    height: 35px;
    background: rgb(255 255 255 / 39%);
    -webkit-backdrop-filter: blur(46px);
    backdrop-filter: blur(46px);
    border-radius: 100%;
    text-align: center;
    color: #fff;
    line-height: 37px;
    font-size: 17px;
}
.ultimas_propiedades {
    padding: 4% 0px;
    position: relative
}
.ultimas_propiedades h2 {
    font-size: 24px;
    font-weight: 800;
}
.filtradorProductos a {
    color: inherit;
    text-decoration: none;
    font-size: 12px;
    padding: 7px 15px;
    border: solid 1px #000;
    border-radius: 25px;
    margin-left: 5px;
    font-weight: 500;
    cursor: pointer;
}

.filtradorProductos a:hover {
    background: none;
    color: var(--verde_principal);
    border-color: var(--verde_principal);
}
.propiedades {
    margin-top: 3rem;
}
.propiedadesImg {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 200px;
    border-radius: 10px;
}
.overlay_propiedad {
    width: 100%;
    height: 100%;
    background-color: rgb(47 47 47 / 27%);
    z-index: 0;
    position: absolute;
    border-radius: 8px;
    left: 0px;
    bottom: 0px;
}
.etiquetas {
    position: absolute;
    top: 13px;
    left: 11px;
    gap: 4px;
}
.etiquetas span {
    color: inherit;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 25px;
    font-weight: 500;
    background: #fff;
    color: #000!important;
}
.liked {
    position: absolute;
    top: 13px;
    right: 11px;
    width: 28px;
    height: 28px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    line-height: 29px;
    font-size: 13px;
    color: #000;
}
.liked2 {
    top: -5px;
}
.precio_ficha {
    position: absolute;
    bottom: 8px;
    left: 13px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}
.info_casa {
    padding-top: 10px;
}
.info_casa h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 21px;
}
.info_casa h4 {
    font-size: 13px;
    color: #747474;
    font-weight: 400;
    text-align: left;
}
.refencia_home i {
    color: #B4CCC1;
}
.refencia_home {
    font-size: 11px;
    position: relative;
    top: 3px;
}
.info_peque {
    gap: 5px;
    font-size: 14px;
}
.info_peque img {
    width: 25px;
}
.info_grande {
    margin-right: 7px;
}
.espacio_btn {
    margin-top: 3rem;
}
.btn_verde_2 {
    background: var(--verde_principal);
    height: 37px;
    display: inline-block;
    color: #fff;
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 16px;
    border-radius: 5px;
}
.vientitres_home {
    background-image: url(../images/home/fondo_veintitres.jpeg);
    background-size: cover;
    padding: 70px 0px;
    overflow: hidden;
    position: relative;
    background-position: center;
}
.logo_veintitres {
    width: 123px;
}
.vientitres_home h2 {
    font-size: 30px;
    color: var(--verde_secundario);
    margin-top: 6px;
    font-weight: 400;
}
.vientitres_home p {
    font-size: 14px;
    font-weight: 400;
    width: 70%;
    color: var(--verde_secundario);
    margin-bottom: 2rem;
}
.overlay_veintitres {
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 82%);
    z-index: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.fondo_play {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 460px;
    height: 274px;
}
.ico_play {
    position: absolute;
    text-align: center;
    width: 80px;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
    opacity: 1;
    transition: .25s all ease-in-out;
}
.ico_play:hover {
    opacity: 0.7;
    transition: .25s all ease-in-out;
}
.testimonios {
    padding-top: 8%;
    padding-bottom: 4%;
    position: relative;
    overflow: hidden;
}
.testimonios h3 {
    letter-spacing: 5px;
    color: var(--verde_secundario);
    font-size: 11px;
}
.testimonios h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 3rem;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    font-size: 13px;
    font-weight: normal;
}
.slick-slide {
    margin: 10px;
}
.testimonioVende {
    height: 100%;
    padding: 20px;
    position: relative;
    border: solid 1px #DFE6ED;
    border-radius: 10px;
}
.testimonioVende h4 {
    margin-bottom: 12px;
    line-height: 1.25;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    margin-top: 22px;
}
.testimonioVende p {
    font-size: 13px;
    color: #000;
    text-align: left;
    min-height: 97px;
}
.testimonioVende h5 {
    color: #6F8193;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    margin-top: 20px;
}
.testimonioVende span {
    color: #6F8193;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 24px;
    right: 22px;
}
.testimonioVende i {
    color: var(--verde_principal);
}
.opacity_star {
    opacity: 0.3;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
    padding-bottom: 22px;
}
.testiVende::after {
    content: "";
    background: linear-gradient(270deg, #fff0 65%, #ffffffbd 86%);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
}
.testiVende::before {
    content: "";
    background: linear-gradient(88deg, #fff0 65%, #ffffffbd 86%);
    height: 100%;
    position: absolute;
    width: 100%;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.valor_vivienda {
    padding: 7% 0px;
    position: relative;
}
.valor_vivienda h3 {
    letter-spacing: 5px;
    color: var(--verde_principal);
    font-size: 11px;
}
.valor_vivienda h2 {
    font-size: 33px;
    font-weight: 800;
    width: 80%;
}
.valor_vivienda p {
    font-size: 14px;
    font-weight: 400;
    width: 70%;
    margin-bottom: 2rem;
}
.zona_valor {
    background: #F6F6F6;
    padding: 85px 54px;
}
.fondo_valor {
    background-image: url(../images/home/descarga.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    height: 100%;
}
.pleft {
    padding-left: 0px;
}
.pright {
    padding-right: 0px;
}
.radius_valor {
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
}
.blog_home {
    padding: 4% 0px;
    position: relative;
}
.blog_home h2 {
    font-size: 32px;
    font-weight: 800;
}
.blog_home h3 {
    font-size: 20px;
    font-weight: 400;
}
.btn_sin_fondo {
    height: 37px;
    display: inline-block;
    color: var(--verde_principal);
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 16px;
    border-radius: 5px;
    border: solid 1px var(--verde_principal);
}
.blog_home img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 200px;
    border-radius: 10px;
}
.margen_articles {
    margin-top: 3rem;
}
.info_blog {
    padding-top: 10px;
}
.info_blog h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 1px;
}
.info_blog a {
    color: var(--verde_principal);
    font-size: 13px;
    font-weight: 600;
    margin-top: 1.5rem;
    display: block;
}
.info_blog a i {
    font-size: 15px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.footer {
    background: #f4f8f4;
    padding: 4% 0px;
    padding-bottom: 0%;
    margin-top: 4%;
}
.footerh2 {
    color: #91a7aa;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 14px;
}
.footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer ul li {
    padding: 5px 0px;
}
.footer ul li a {
    font-size: 14px;
    color: #a3bdbf;
    font-weight: 500;
    text-decoration: none;
    transition: .25s all ease-in-out;
}
.footer ul li a:hover {
    color: #829ea0;
    transition: .25s all ease-in-out;
}
.apps {
    width: 251px;
    margin-top: 66px;
}
.zona_copy {
    border-top: solid 1px rgb(157 168 170 / 20%);
    border-bottom: solid 1px rgb(157 168 170 / 20%);
    padding: 5px 0px;
    margin-top: 30px;
}
.logo_foot {
    width: 152px;
}
.copy {
    font-size: 12px;
    color: #9aa8ab;
    font-weight: 500;
    position: relative;
    top: 14px;
    margin-left: 30px;
}
.pos_redes {
    position: relative;
    top: 10px;
}
.redes {
    font-size: 12px;
    width: 26px;
    height: 26px;
    line-height: 26px !important;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
    background: #9aa8ab;
    color: #fff;
    border-color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    transition: .25s all ease-in-out;
    transform: translateY(0px);
}
.redes:hover {
    background: #829ea0;
    transition: .25s all ease-in-out;
}
.politicas_footer {
    padding: 10px 0px;
}
.politicas_footer a {
    font-size: 12px;
    color: #9da8aa;
    font-weight: 500;
    padding: 0px 5px;
    text-decoration: none;
    transition: .25s all ease-in-out;
}
.politicas_footer a:hover {
    color: #829ea0;
    transition: .25s all ease-in-out;
}
.politicas_footer span {
    color: rgb(172 188 190 / 33%);
}
.img_edificio2 {
    width: 165%;
    position: absolute;
    right: -130px;
    bottom: -127px;
}
.publicamos {
    padding: 4% 0px;
    padding-top: 2%;
}
.publicamos h2 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1.1rem;
}
.publicamos img {
    width: 410px;
}
.porque {
    padding: 4% 0px;
    position: relative;
}
.porque h3 {
    letter-spacing: 5px;
    color: var(--verde_secundario);
    font-size: 11px;
}
.porque h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 4rem;
}
.numera_porque {
    flex: 1;
}
.items_porque {
    list-style: none;
    color: #001c45;
    margin: 0;
    padding: 0;
}
.items_li {
    display: flex;
    gap: 16px;
}
.item__process {
    display: flex;
    position: relative;
}
.item__process_index {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 24px;
    height: 24px;
    left: -12px;
    top: -3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20;
    color: var(--verde_principal);
    background: #e6fff0;
    border: 1px solid var(--verde_principal);
    border-radius: 50%;
    z-index: 2;
}
.items_porque .item__process_line {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    background: var(--verde_principal);
}
.items_porque .items_li:first-child .item__process_line {
    top: 50%;
    height: 50%;
}
.items_porque .item__content {
    padding: 14px 0;
}
.items_porque .items_li:first-child .item__content {
    padding-top: 12px;
}
.items_porque .item__content__title {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 8px;
    line-height: 28px;
    color: #383838;
}
.items_porque .item__content_description {
    color: #3c3c3c;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0px;
}
.henuevo {
    height: 58%!important;
}
.img_cesar {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 450px;
    height: 340px;
    margin-top: 3rem;
}
.cesar_imagen {
    position: relative;
}
.cesar_imagen::before {
    background-color: #F6F6F6;
    width: 450px;
    height: 340px;
    left: -1.4rem;
    bottom: -1.4rem;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 19px;
    bottom: 27px;
}
.cesar_imagen:after {
    width: 50%;
    height: 50%;
    left: -2.4rem;
    bottom: 2rem;
    background-image: url(../images/svg/puntos.svg);
    background-size: auto;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    width: 70%;
    height: 70%;
    left: -21px;
    bottom: -75px;
}
.separa_int_cifras {
    gap: 11px;
}
.separa_ext_cifras {
    gap: 10px;
    background: rgb(83 180 135 / 26%);
    border-radius: 20px;
    padding: 35px 0px;
}
.separa_cifras {
    border-right: 1px solid;
    border-color: rgb(58 97 75 / 8%);
    margin: 10px;
}
.number_cifras {
    font-size: 40px;
    font-weight: 800;
    color: var(--verde_secundario);
}
.exp_cifra {
    font-size: 14px;
    color: #444444;
    position: relative;
    top: 19px;
}
.cifras {
    padding: 4% 0px;
    position: relative;
}
.el_maximo {
    padding: 4% 0px;
    position: relative;
    padding-bottom: 8%;
}
.el_maximo h3 {
    letter-spacing: 5px;
    color: var(--verde_secundario);
    font-size: 11px;
}
.el_maximo h2 {
    font-size: 40px;
    font-weight: 800;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 4rem;
}
.icono_vende {
    width: 47px;
}
.card_consigues {
    padding: 20px;
    position: relative;
    border: solid 1px #DFE6ED;
    border-radius: 10px;
}
.card_consigues h2 {
    font-size: 18px;
    font-weight: 800;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 1rem;
}
.card_consigues p {
    font-size: 13px;
    font-weight: 400;
    min-height: 39px;
}
.fondo_iconos2 {
    position: absolute;
    width: 69px !important;
    opacity: 0.5;
    left: -10px;
    margin: 0px !important;
    bottom: -6px;
}
.espacioGap {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.espacioGap > div {
    width: calc(25% - 10px); /* Calcula el ancho de cada elemento para que haya 4 elementos por fila */
    margin-bottom: 20px; /* Espacio entre las filas */
}
.ico_play2 {
    position: absolute;
    text-align: center;
    width: 80px;
    right: 10px;
    bottom: -31px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
    opacity: 1;
    transition: .25s all ease-in-out;
}
.ico_play2:hover {
    opacity: 0.7;
    transition: .25s all ease-in-out;
}
.plan_marketing {
    padding-top: 4%;
    padding-bottom: 8%;
    position: relative;
}
.info_marketing h3 {
    letter-spacing: 5px;
    color: var(--verde_principal);
    font-size: 11px;
}
.info_marketing h2 {
    font-size: 33px;
    font-weight: 800;
    width: 80%;
}
.info_marketing p {
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    margin-bottom: 2rem;
}
.fondo_marketing {
    position: absolute;
    width: 94%;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0.4;
}
.edit_icos {
    width: 14px !important;
    top: 4px;
    position: relative;
}
.edit_icos2 {
    width: 14px !important;
}
.card_vivienda {
    width: 255px;
    background: #fff;
    padding: 10px;
    z-index: 1;
    position: absolute;
    box-shadow: 0 0 16px 0 rgba(0,28,69,.15);
    border-radius: 20px;
    right: 110px;
    bottom: 20px;
}
.card_vivienda .info_peque {
    gap: 5px;
    font-size: 12px;
}
.card_vivienda .info_casa h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1px;
}
.card_vivienda .info_casa h4 {
    font-size: 11px;
    color: #747474;
    font-weight: 400;
    text-align: left;
}
.card_vivienda2 {
    width: 255px;
    background: #fff;
    padding: 10px;
    z-index: 1;
    position: absolute;
    box-shadow: 0 0 16px 0 rgba(0,28,69,.15);
    border-radius: 20px;
    right: 250px;
    bottom: 112px;
    opacity: 0.8;
}
.card_vivienda2 .info_peque {
    gap: 5px;
    font-size: 12px;
}
.card_vivienda2 .info_casa h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1px;
}
.card_vivienda2 .info_casa h4 {
    font-size: 11px;
    color: #747474;
    font-weight: 400;
    text-align: left;
}


button:focus {
    outline: none;
    outline: none;
}
.cards_vendidos {
    margin-top: 1rem;
}
.botones_slider button {
    background: inherit;
    border: solid 1px #C7C7C7;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    color: #C7C7C7;
    cursor: pointer;
}
.botones_slider button:hover {
    border: solid 1px #333;
    color: #333;
}
.ultimos_vendidos {
    position: relative;
    overflow: hidden;
    padding: 4% 0px;
}
.card_vivienda3 {
    border-radius: 20px;
}
.card_vivienda3 .info_peque {
    gap: 5px;
    font-size: 12px;
}
.card_vivienda3 .info_casa h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1px;
}
.card_vivienda3 .info_casa h4 {
    font-size: 11px;
    color: #747474;
    font-weight: 400;
    text-align: left;
}
.overlay_vendido {
    width: 100%;
    height: 100%;
    background-color: rgb(44 98 73 / 56%);
    z-index: 0;
    position: absolute;
    border-radius: 8px;
    left: 0px;
    bottom: 0px;
}
.propiedadesImg2 {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 200px;
    border-radius: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.zona_alquiler {
    background-image: url(../images/alquiler/alquiler.jpeg);
    background-size: cover;
    padding: 70px 0px;
    overflow: hidden;
    position: relative;
    background-position: center;
    padding-bottom: 0px;
}
.overlay_alquiler {
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 94%);
    z-index: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.zona_alquiler h3 {
    letter-spacing: 5px;
    color: var(--verde_secundario);
    font-size: 11px;
}
.zona_alquiler h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 3rem;
    width: 50%;
    margin: 0 auto;
}
.responsable_alquiler {
    width: 400px;
    position: relative;
}
.fondo_alquiler {
    position: absolute;
    bottom: -43px;
    transform: rotate(23deg);
    left: 59px;
    width: 520px;
}
.card_responsable {
    background: #D2ECE0;
    padding: 25px;
    width: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.acompanado {
    font-size: 22px;
    font-weight: 800;
    color: var(--verde_secundario);
    margin-bottom: -4px;
}
.momento {
    font-size: 15px;
    color: #2D2F2E;
    font-weight: 500;
    margin-bottom: 15px;
}
.explica_respo {
    font-size: 14px;
    margin-bottom: 20px;
}
.persona {
    font-size: 12px;
    font-weight: 700;
}
.persona2 {
    font-size: 10px;
    font-weight: 400;
}
.pad_alquilados {
    padding: 4% 0px;
    padding-top: 8%;
}
.cabecera_blog {
    padding: 1% 0px;
    padding-top: 1rem;
}
.active_menu {
    color: var(--verde_secundario)!important;
}
.active_menu2 {
    color: #fff!important;
}
.cudro_izq {
    flex: 1;
    margin-right: 10px;
    border: solid 1px #DFE6ED;
    border-radius: 20px;
    overflow: hidden;
}
.cudro_izq img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 450px;
    border-radius: 0px 0px 20px 20px;
}
.cuadro_dere {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cuadro_dere > div {
    flex: 1;
    margin-right: 10px;
    border: solid 1px #DFE6ED;
    border-radius: 20px;
    overflow: hidden;
}
.cuadro_dere > div:not(:last-child) {
    margin-bottom: 10px; /* Espacio entre los cuadros de la parte derecha */
}
.cabecera_blog h2 {
    font-size: 19px;
    font-weight: 700;
    width: 70%;
    margin-bottom: 14px;
}
.etiquetas_blog div {
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 25px;
    display: inline-block;
    background: #F6F6F6;
    font-weight: 500;
}
.info_art {
    padding: 20px;
}
.info_art a {
    width: 30px;
    height: 30px;
    background: var(--verde_principal);
    -webkit-backdrop-filter: blur(46px);
    backdrop-filter: blur(46px);
    border-radius: 100%;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 17px;
    display: inline-block;
}
.destacado {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 25px;
    font-weight: 500;
    background: var(--verde_principal);
    position: absolute;
    top: 16px;
    left: 12px;
}
.fecha_blog {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 25px;
    font-weight: 500;
    background: rgb(255 255 255 / 34%);
    position: absolute;
    top: 16px;
    right: 12px;
}
.cuadro_dere img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 155px;
    border-radius: 0px 0px 20px 20px;
}
.form_buscador {
    position: relative;
    margin: 0px 20px;
}
.inputBusca {
    background: #F8F8F8;
    border: none;
    border-radius: 25px;
    font-size: 13px;
    padding: 0.375rem 20px;
    border: solid 1px transparent;
}
.inputBusca:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--verde_principal);
    outline: 0;
    box-shadow: inherit;
    border: solid 1px var(--verde_principal);
}
.form_buscador i {
    color: #BDBDBD;
    font-size: 13px;
    position: absolute;
    right: 13px;
    top: 12px;
}
.buscar_articulos {
    padding: 4% 0px;
    position: relative;
}
.las_categorias {
    margin-top: 30px;
}
.las_categorias div {
    color: inherit;
    text-decoration: none;
    font-size: 12px;
    padding: 7px 15px;
    border: solid 1px #000;
    border-radius: 25px;
    margin-left: 5px;
    font-weight: 500;
    cursor: pointer;
}
.las_categorias div:hover {
    background: inherit;
    color: var(--verde_principal);
    border-color: var(--verde_principal);
}
.las_categorias div.active {
    background: var(--verde_principal)!important;
    color: #fff!important;
    border-color: var(--verde_principal)!important;
}
.resto_articulos {
    padding: 4% 0px;
    position: relative;
    padding-top: 1%;
}
.resto_articulos img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 200px;
    border-radius: 10px;
}
.mg30 {
    margin-bottom: 30px;
}
.cabecera_ver_blog {
    padding: 1% 0px;
    padding-top: 2rem;
}
.breadcrumb {
    padding: 0;
    margin: 0;
    background: 0 0;
    font-size: 12px;
}
.inlineMigas {
    display: inline-flex;
}
.breadcrumb-item {
    display: flex;
    font-size: 13px;
    font-weight: 400;
}
.breadcrumb a {
    font-size: 13px;
    color: #7b7b7b;
}
.breadcrumb-item.active {
    color: #000000;
}
.cabecera_ver_blog h1 {
    font-size: 40px;
    font-weight: 800;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 1rem;
    margin-top: 10px;
}
.nube_etiquetas div {
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 25px;
    display: inline-block;
    background: var(--verde_principal);
    font-weight: 500;
    color: #fff;
}
.cuadro_color {
    background: var(--verde_principal);
    height: 190px;
    margin-top: 315px;
}
.cuadro_color img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 400px;
    margin-top: -270px;
    border-radius: 20px;
}
.fecha_dentro_blog {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
}
.img_autor {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.espacio_autor {
    gap: 10px;
}
.name_autor {
    font-size: 16px;
    color: var(--verde_principal);
    font-weight: 700;
    margin-top: 7px;
}
.cate_autor {
    font-size: 11px;
    font-weight: 400;
}
.contenido_articulo {
    padding: 4% 0px;
    padding-bottom: 0px;
}
.articulo {
    padding: 4% 0px;
    padding-bottom: 0px;
}
.articulo p {
    font-size: 16px;
}
.articulo h2 {
    font-size: 21px;
    font-weight: 700;
    color: var(--verde_principal);
}
.articulo h3 {
    font-size: 21px;
    font-weight: 700;
    color: var(--verde_principal);
}
.articulo h4 {
    font-size: 21px;
    font-weight: 700;
    color: var(--verde_principal);
}
.articulo h5 {
    font-size: 21px;
    font-weight: 700;
    color: var(--verde_principal);
}
.articulo h6 {
    font-size: 21px;
    font-weight: 700;
    color: var(--verde_principal);
}
.articulo a {
    color: var(--verde_principal);
    text-decoration: underline;
}
.articulo img {
    width: 100%;
}
.recientes {
    line-height: 150%;
    margin: 0 0 0.7rem;
    font-weight: 700;
    font-size: 16px;
    margin-top: 2rem;
}
.entra__recientes a {
    font-weight: 600;
    color: var(--verde_principal);
    font-size: 14px;
    text-decoration: none;
    line-height: 30px;
}
.navega__articulos {
    margin-top: 3rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    margin-bottom: 3rem;
}
.borde__prev {
    border-right: solid 1px #87A5B042;
}
.decoration__none {
    text-decoration: none!important;
}
.navega__articulos i {
    color: #a5a5a5;
    font-size: 23px;
    position: relative;
    top: 6px;
}
.ant__pos {
    text-transform: uppercase;
    font-size: .7em;
    color: #000;
    font-weight: 600;
}
.link__articulo {
    font-size: .7em;
    color: var(--verde_principal);
    font-weight: 600;
}
.entra__recientes {
    margin-top: 3rem;
    margin-bottom: 5rem;
}
.banne_somos {
    padding-bottom: 65px;
    width: 100%;
    position: relative;
    background: var(--verde_secundario);
    overflow: hidden;
    margin-top: -93px;
}
.fondo_persona {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
    position: absolute;
}
.menu_diferente ul li span {
    color: #fff;
}
.menu_diferente ul li a {
    color: #ffffff;
}
.menu_diferente .enlace_diferente {
    color: #000;
}
.scrolled .menu_diferente ul li span {
    color: #000;
}
.scrolled .menu_diferente ul li a {
    color: #000;
}
.barra_inferior {
    width: 100%;
    min-height: 150px;
    background: #fff;
    bottom: -70%;
    position: relative;
    background-color: rgb(255 255 255 / 19%);
    -webkit-backdrop-filter: blur(46px);
    backdrop-filter: blur(46px);
}
.div_video {
    width: 20em;
    height: 192px;
    background: #ccc;
    position: relative;
    left: 0px;
    bottom: 14px;
    margin-bottom: -28px;
}
.div_videoImg {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
}
.overlay_video {
    background: rgb(255 255 255 / 35%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.las_personas {
    padding: 20px 5px;
    width: 50em;
    position: relative;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    transition: transform 0.5s ease;
}
.las_personas::-webkit-scrollbar {
    display: none;
}
.zona_personas {
    display: flex;
}
.zona_personas button {
    background: inherit;
    border: solid 1px #fff;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px 10px;
}
.personas {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 77px;
    height: 77px;
    border-radius: 100%;
    opacity: 0.7;
}
.name_persona {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 1px;
}
.puesto_persona {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 12px;
}
.la_persona {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.gap_personas {
    gap: 47px;
}
.active_persona {
    border: solid 3px #fff;
    position: relative;
    opacity: 1;
}
.container_explicacion {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 30em;
    left: 90px;
}
#nombre_persona {
    font-size: 51px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px;
    line-height: 52px;
}
#cargo_persona{
    text-decoration: none;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 25px;
    font-weight: 500;
    background: #fff;
    display: inline-block;
    background-color: rgb(255 255 255 / 19%);
    -webkit-backdrop-filter: blur(46px);
    backdrop-filter: blur(46px);
    color: #fff;
    margin-bottom: 13px;
}
#explicacion_persona {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    width: 80%;
}
.contenido_oculto {
    display: none;
}
.container_explicacion {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}
.container_explicacion.fade-out {
    opacity: 0;
}
.img_persona {
    position: absolute;
    right: -2em;
    width: 720px;
    bottom: 230px;
}
.overlay_somos {
    background: rgb(45 98 73 / 93%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.container_completo {
    width: 1210px;
    margin: 0 auto;
    max-width: 1210px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.razones {
    padding: 4% 0px;
    position: relative;
}
.razones h2 {
    font-size: 40px;
    font-weight: 800;
}
.razones p {
    font-size: 14px;
    font-weight: 400;
}
.barra_razones {
    width: 100px;
    height: 2px;
    background: var(--verde_principal);
    margin-bottom: 8px;
}
.margen_razones {
    margin-top: 20px;
}
.las_razones {
    padding: 4% 0px;
    position: relative;
    padding-bottom: 8%;
}
.zonaRazones {
    margin-bottom: 5rem;
}
.zonaRazones h2 {
    font-size: 40px;
    font-weight: 800;
}
.zonaRazones p {
    font-size: 14px;
    width: 50%;
    margin: 0 auto;
}
.numero1 {
    font-size: 70px;
    color: #1E1E1E;
    text-align: center;
    margin-bottom: -72px;
    font-weight: 800;
    color: rgb(223 229 224 / 34%);
}
.card_razones {
    background: #F6F6F6;
    padding: 34px;
    border-radius: 10px;
    position: relative;
    min-height: 300px;
}
.card_razones h2 {
    font-size: 19px;
    font-weight: 800;
    margin-top: 15px;
}
.card_razones p {
    font-size: 14px;
}
.number_razones {
    font-size: 50px;
    font-weight: 800;
    color: rgb(83 180 135 / 35%);
    position: relative;
    top: -37px;
    position: absolute;
}
.barra_peque {
    width: 50px;
    height: 2px;
    background: var(--verde_principal);
    margin-bottom: 13px;
    margin-top: 12px;
}
.logo_google {
    width: 135px;
}
.buscas_agencia h2 {
    font-size: 23px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 3rem;
    color: var(--verde_principal);
}
.number_resenas {
    font-size: 46px;
    font-weight: 800;
    color: var(--verde_principal);
    line-height: 37px;
}
.las_estrellas i {
    color: #FFA500;
    font-size: 10px;
}
.pa_rese {
    color: var(--verde_principal);
    line-height: 27px;
    letter-spacing: 5px;
}
.gap_rese {
    gap: 51px;
}
.buscas_agencia {
    background-image: url(../images/nosotros/fondo.jpeg);
    background-size: cover;
    padding: 110px 0px;
    overflow: hidden;
    position: relative;
    background-position: center;
}
.opiniones_sobre {
    padding: 4% 0px;
    padding-top: 6%;
    position: relative;
}
.zonaOpiniones h2 {
    font-size: 40px;
    font-weight: 800;
}
.zonaOpiniones p {
    font-size: 14px;
    width: 40%;
    margin: 0 auto;
}
.txt_opi {
    font-size: 70px;
    color: #1E1E1E;
    text-align: center;
    margin-bottom: -77px;
    font-weight: 800;
    color: rgb(223 229 224 / 34%);
}
.logo_google2 {
    width: 84px;
}
.opinion {
    font-size: 17px;
    font-weight: 800;
    color: #161616;
}
.estrellas_2 {
    margin-bottom: 16px;
}
.estrellas_2 i {
    color: #FFA500;
    font-size: 17px;
}
.la_opinion p {
    font-size: 14px;
}
.zonaOpiniones {
    margin-bottom: 4rem;
}
.los_testimonios img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 55px;
    height: 55px;
    border-radius: 100%;
}
.persona_testimonio {
    font-size: 16px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 2px;
}
.persona_realizado {
    font-size: 13px;
    color: #717171;
    font-weight: 400;
    margin-bottom: 0px;
}
.eltesti {
    gap: 15px;
}
.los_testimonios ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 23em;
    line-height: 1em;
    overflow-x: hidden;
    overflow-y: scroll;
}
.los_testimonios ul::-webkit-scrollbar {
    display: none;
}
.los_testimonios ul li {
    padding: 19px;
    cursor: pointer;
}
.los_testimonios ul li.active_testimonio {
    background: #DEF1E8;
    border-radius: 20px;
}
.los_testimonios ul li.active_testimonio .persona_testimonio {
    color: var(--verde_principal);
}
.los_testimonios ul li.active_testimonio .persona_realizado {
    color: #2C6249!important;
}
.los_testimonios ul li:hover .persona_testimonio {
    color: var(--verde_principal);
}
.los_testimonios ul li:hover .persona_realizado {
    color: #282828;
}
.boton_baja {
    background: inherit;
    border: solid 1px #C7C7C7;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #C7C7C7;
    cursor: pointer; 
    font-size: 16px;
    line-height: 31px;
}
.boton_sube {
    background: inherit;
    border: solid 1px #C7C7C7;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #C7C7C7;
    cursor: pointer;
    font-size: 16px;
    line-height: 31px;
}
.posicion_botones {
    left: 12px;
    bottom: -24px;
    position: relative;
}
.disabledBoton {
    opacity: 0.5; /* Cambiar la opacidad para indicar que está desactivado */
    pointer-events: none; /* Desactivar eventos de puntero para evitar que se pueda hacer clic */
    cursor: not-allowed; /* Cambiar el cursor para indicar que está desactivado */
}
.name_persona2 {
    font-size: 20px;
    font-weight: 600;
}
#la_fecha {
    font-size: 12px;
    margin-bottom: 5px;
    color: #95a7aa;
    font-weight: 500;
}
.muestra_opinion {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}
.overlay_somos22 {
    background: rgb(73 80 87 / 93%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.cabecera_contacto {
    padding: 1% 0px;
    padding-top: 1rem;
}
.card_portada {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
}
.card_portada img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.card_contacto {
    padding: 20px;
    position: relative;
    border: solid 1px #DFE6ED;
    border-radius: 10px;
    background: #fff;
    max-width: 20em;
}
.card_contacto img {
    width: 71px;
}
.card_contacto h2 {
    font-size: 19px;
    margin-top: 12px;
    font-weight: 700;
}
.card_contacto p {
    font-size: 13px;
}
.gap_contacto {
    gap: 15px;
    margin-top: -130px;
}
.container_contacto {
    position: absolute;
    text-align: center;
    width: 75%;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.container_contacto h1 {
    color: #fff;
    font-weight: 800;
    font-size: 38px;
}
.container_contacto h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 51%;
    margin: 0 auto;
}
.overlay_contacto {
    background: linear-gradient(179deg, #fff0 1%, #0000007a 35%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.cabecera_mapa {
    padding: 4% 0px;
    position: relative;
    padding-top: 6%;
}
.cabecera_mapa h3 {
    letter-spacing: 5px;
    color: var(--verde_secundario);
    font-size: 11px;
}
.cabecera_mapa h2 {
    font-size: 40px;
    font-weight: 800;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 2rem;
}
#map {
    width: 100%;
    height: 330px;
}
.separa_mapa {
    margin-top: 3rem;
}
.capa_mapa {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.content_foto_oficina {
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.actualiza_oficina {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
}
.name_oficina {
    position: absolute;
    bottom: 16px;
    left: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.pad_info_oficina {
    padding: 13px;
}
.loca_oficina {
    font-size: 14px;
}
.icos_oficina {
    font-size: 22px;
    width: 17px;
    text-align: center;
}
.gap_info_oficina {
    gap: 9px;
    margin-bottom: 10px;
}
.formulario_contacto {
    padding: 4% 0px;
    position: relative;
}
.formulario_contacto h3 {
    letter-spacing: 5px;
    color: var(--verde_principal);
    font-size: 11px;
}
.formulario_contacto h2 {
    font-size: 33px;
    font-weight: 800;
    width: 80%;
}
.formulario_contacto p {
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    margin-bottom: 2rem;
}
.horario {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.info_horario {
    font-size: 14px;
    gap: 20px;
    margin-bottom: 2rem;
}
.las_redes a {
    font-size: 14px;
    width: 33px;
    height: 33px;
    line-height: 33px !important;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
    background: var(--verde_principal);
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    transition: .25s all ease-in-out;
    transform: translateY(0px);
}
.las_redes a:hover {
    background: var(--verde_secundario);
    transition: .25s all ease-in-out;
}
.input_contacto {
    background: #F6F6F6;
    border: none;
    font-size: 13px;
    border: solid 1px #F6F6F6;
    height: 45px;
}
.input_contacto:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--verde_principal);
    outline: 0;
    box-shadow: inherit;
    border: solid 1px var(--verde_principal);
}
.text_contacto {
    background: #F6F6F6;
    border: none;
    font-size: 13px;
    border: solid 1px #F6F6F6;
}
.text_contacto:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--verde_principal);
    outline: 0;
    box-shadow: inherit;
    border: solid 1px var(--verde_principal);
}
.labelVende {
    display: inline;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    top: -2px;
}
.labelVende a {
    text-decoration: underline;
    color: var(--verde_principal);
}
.info_politicas {
    font-size: 11px;
    width: 80%;
}
.formulario_contacto button {
    width: 57px;
    height: 35px;
    background: var(--verde_principal);
    -webkit-backdrop-filter: blur(46px);
    backdrop-filter: blur(46px);
    border-radius: 100%;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 17px;
    border: none;
    position: relative;
    top: 20px;
    cursor: pointer;
    transition: .25s all ease-in-out;
}
.formulario_contacto button:hover {
    background: var(--verde_secundario);
    transition: .25s all ease-in-out;
}
.cabecera_estilismo {
    padding: 1% 0px;
    padding-top: 0rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}
.modulo_verde {
    background: var(--verde_principal);
    width: 500px;
    position: absolute;
    right: 0px;
    height: 100vh;
}
.zona_cabecera {
    margin: 0 auto;
    max-width: 1190px;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.zona_cabecera h3 {
    letter-spacing: 5px;
    color: var(--verde_principal);
    font-size: 11px;
}
.zona_cabecera h1 {
    font-size: 58px;
    font-weight: 800;
}
.zona_cabecera h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 2rem;
    width: 95%;
}
.zona_cabecera p {
    font-size: 14px;
    font-weight: 400;
    width: 95%;
}
.barra_estilismo {
    width: 12px;
    background: var(--verde_principal);
    height: 50px;
    border-radius: 25px;
    position: relative;
    top: 5px;
    margin-right: 13px;
}
.marge_boton {
    margin-top: 40px;
}
.cabecera_estilismo img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
}
.que_hace_home {
    padding: 4% 0px;
    position: relative;
    padding-top: 8%;
}
.que_hace_home h3 {
    letter-spacing: 5px;
    color: var(--verde_secundario);
    font-size: 11px;
}
.que_hace_home h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 3rem;
}
.cont_image {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    display: flex;
    gap: 10px;
    margin-top: 41px;
}
.im_unica {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 90%;
    height: 100%;
    border-radius: 5px;
    max-height: 286px;
}
.imbajo {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: calc(45% - 5px);
    height: 100%;
    border-radius: 5px;
    max-height: 176px;
}
.gapDivi {
    gap: 10px;
}
.una_casa {
    padding: 4% 0px;
    position: relative;
}
.casa_img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
    max-height: 301px;
}
.una_casa h2 {
    font-size: 30px;
    font-weight: 400;
    color: var(--verde_secundario);
    margin-top: 30px;
}
.una_casa p {
    font-size: 14px;
    width: 90%;
    font-weight: 400;
    color: var(--verde_secundario);
}
.espacio_una_casa {
    height: 400px;
    position: relative;
}
.center_container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.fondo_una_casa {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 62%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.ventajas_staging {
    padding: 4% 0px;
    position: relative;
    padding-bottom: 8%;
}
.info_staging h3 {
    letter-spacing: 5px;
    color: var(--verde_secundario);
    font-size: 11px;
}
.info_staging h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 4rem;
}
.card_stagin {
    padding: 20px;
    position: relative;
    border: solid 1px #DFE6ED;
    border-radius: 10px;
}
.card_stagin h2 {
    font-size: 18px;
    font-weight: 800;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 1rem;
    min-height: 43px;
}
.card_stagin p {
    font-size: 13px;
    font-weight: 400;
    min-height: 97px;
}
.card_stagin i {
    font-size: 26px;
    color: var(--verde_principal);
}
.potencial_asegurado {
    position: relative;
    overflow: hidden;
    height: 500px;
}
.zona_potencial {
    height: 436px;
    position: relative;
}
.verde_potencial {
    width: 38%;
    height: 383px;
    background: #DEF1E8;
    position: absolute;
    left: 0px;
    top: 0px;
}
.potencial_asegurado h2 {
    font-size: 33px;
    font-weight: 800;
    width: 80%;
}
.potencial_asegurado h3 {
    letter-spacing: 5px;
    color: var(--verde_principal);
    font-size: 11px;
}
.potencial_asegurado p {
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    margin-bottom: 1rem;
}
.fotos_staging img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 240px;
    height: 437px;
    margin-top: 24px;
}
.fotos_staging {
    gap: 15px;
}
.la_oferta {
    position: relative;
    overflow: hidden;
    /* height: 500px; */
    /* margin-top: 8%; */
    padding-top: 10%;
}
.la_oferta h2 {
    font-size: 33px;
    font-weight: 800;
}
.la_oferta p {
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    margin-bottom: 1rem;
}
.verde_oferta {
    width: 38%;
    height: 483px;
    background: #DEF1E8;
    position: absolute;
    right: 0px;
    top: 101px;
}
.magButon {
    margin-top: 1rem;
}
.img_peque {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 240px;
    height: 190px;
    margin-top: 10px;
}
.img_grande {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 240px;
    height: 330px;
    margin-top: 10px;
}
.w40 {
    width: 240px;
}
.gap_composicion {
    gap: 10px;
    position: relative;
    top: -50px;
}
.marg_segundas {
    margin-top: 45px;
}
.puntos_stagin {
    position: absolute;
    width: 200px;
    left: -30px;
    bottom: 30px;
}
.fondo_home_staging {
    background-image: url(../images/borrar/informate.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    height: 100%;
}
.faq_staging {
    padding: 4% 0px;
    position: relative;
}
.faq_staging h2 {
    font-size: 40px;
    font-weight: 800;
}
.faqs_mias {
    margin-top: 3rem;
    border: solid 1px #C2C2C3;
    border-radius: 10px;
}
.card_faqs {
    background: inherit;
    border: none;
    /* border: solid 1px #001a4d; */
    border-radius: 0px;
    margin-bottom: 0px;
    border-bottom: solid 1px #c2c2c3;
}
.card_faqs button {
    text-decoration: none;
    color: #000;
    padding: 10px 0.75rem;
}
.card_faqs .card-header {
    padding: 9px 0px;
    border: none;
    background: inherit;
}
.card_faqs .card-header h5 {
    font-size: 14px;
    text-decoration: none;
    position: relative;
    top: 4.5px;
    position: relative;
}
.card_faqs .card-header i {
    font-size: 14px;
    text-decoration: none;
}
.card_faqs .card-body {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 0px 14px;
    padding-bottom: 25px;
}
.cabeceras_politicas {
    padding: 1% 0px;
    padding-top: 4rem;
    position: relative;
    overflow: hidden;
}
.tist_politicas h2 {
    letter-spacing: 5px;
    color: var(--verde_secundario);
    font-size: 11px;
}
.tist_politicas h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 3rem;
}
.contenido_politicas p {
    font-size: 16px;
}
.contenido_politicas h2 {
    font-size: 21px;
    font-weight: 700;
    color: var(--verde_principal);
    margin-top: 30px;
    margin-bottom: 20px;
}
.contenido_politicas h3 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-top: 30px;
    margin-bottom: 20px;
}
.contenido_politicas h4 {
    font-size: 21px;
    font-weight: 700;
    color: var(--verde_principal);
    margin-top: 30px;
    margin-bottom: 20px;
}
.contenido_politicas h5 {
    font-size: 21px;
    font-weight: 700;
    color: var(--verde_principal);
    margin-top: 30px;
    margin-bottom: 20px;
}
.contenido_politicas h6 {
    font-size: 21px;
    font-weight: 700;
    color: var(--verde_principal);
    margin-top: 30px;
    margin-bottom: 20px;
}
.contenido_politicas table {
    font-size: 14px;
}
.contenido_politicas ul {
    font-size: 14px;
}
.contenido_politicas a {
    color: var(--verde_principal);
    text-decoration: underline;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.cabecera_propidad {
    padding: 1% 0px;
    padding-top: 1rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}
.prin_propiedad h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.prin_propiedad h2 {
    font-size: 16px;
    color: #747474;
    font-weight: 400;
}
.compartir {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.compartir i {
    font-size: 15px;
    margin-right: 3px;
}
.guardar {
    font-size: 14px;
    color: #E3165B;
    font-weight: 500;
}
.guardar i {
    font-size: 15px;
    margin-right: 3px;
}
.gap_share {
    gap: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.galeria__escapada {
    padding: 0rem 0px 1rem;
}
.brk-row {
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
}
.brk-cover {
    position: relative;
    margin: 0 -4px;
    border-radius: 20px;
    overflow: hidden;
}
.brk-cover .brk--images {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 56vh;
}
.brk-cover .brk--images[data-size="5"] {
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(2,28vh);
}
.brk-cover .brk--image2 {
    position: relative;
    background-color: #f1f1f1;
    background-size: cover;
    background-position: 50%;
    box-shadow: inset 0 0 0 4px #fff;
}
.brk-main .brk-content a {
    font-weight: 600;
}
.brk-cover .brk--images[data-size="5"] .brk--image2:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
}
.brk-cover:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    box-shadow: inset 0 0 0 5px #fff;
    border-radius: 20px;
    pointer-events: none;
}
.btn__ver__gallery {
    padding: 8px 12px;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    line-height: 19px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 5%);
    position: absolute;
    right: 30px;
    bottom: 20px;
    cursor: pointer;
    border: solid 1px;
}
.btn__fav {
    padding: 6px 12px;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    line-height: 19px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 5%);
    margin-right: 5px;
    cursor: pointer;
    transition: .25s all ease-in-out;
}
.btn__fav:hover {
    transition: .25s all ease-in-out;
    background: #eaeaea;
}
.etiquetas_ver_propi {
    text-decoration: none;
    font-size: 10px;
    padding: 3px 11px;
    border-radius: 5px;
    font-weight: 500;
    background: #fff;
}
.eti_venta {
    border: solid 1px var(--verde_principal);
    color: var(--verde_principal);
}
.eti_info {
    border: solid 1px #000;
    color: #000;
}
.gapEtiquetas {
    gap: 5px;
}
.etiquetas_ver_propi i {
    color: var(--verde_principal);
}
.precio_inmueble {
    font-size: 40px;
    font-weight: 800;
    margin-top: 5px;
}
.espi_gen_vivi img {
    width: 40px;
}
.txt_gen_vivi {
    font-size: 13px;
    margin-top: 5px;
}
.pos_gen_vivi {
    gap: 33px;
    margin-top: 14px;
}
.titi_general {
    font-size: 20px;
    font-weight: 800;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.descripcion_vivi p {
    font-size: 14px;
    width: 90%;
}
.descripcion_general {
    max-height: 81px;
    overflow: hidden;
    transition: max-height 0.3s ease; /* Transición suave */
}
.mostrar_mas {
    font-size: 14px;
    color: var(--verde_secundario);
    cursor: pointer;
}
.caracteristicas img {
    width: 40px;
    margin-right: 8px;
}
.info_cara {
    font-size: 12px;
    font-weight: 400;
}
.info_cara2 {
    font-size: 14px;
    font-weight: 600;
}
.margen_iconos {
    margin-bottom: 20px;
}
.relativeV {
    width: 40px;
    position: relative;
    display: inline-block;
    top: -2px;
}
.fill-current {
    fill: currentColor;
}
.rating[data-v-518972c7]:after {
    position: absolute;
    top: 2px;
    left: 6px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    z-index: 1000;
}
.rating.A[data-v-518972c7]:after {
    content: "A";
}
.rating.A[data-v-518972c7] {
    color: #107235;
}
.rating.B[data-v-518972c7]:after {
    content: "B";
}
.rating.B[data-v-518972c7] {
    color: #1ea12f;
}
.rating.C[data-v-518972c7]:after {
    content: "C";
}
.rating.C[data-v-518972c7] {
    color: #a3c401;
}
.rating.D[data-v-518972c7]:after {
    content: "D";
}
.rating.D[data-v-518972c7] {
    color: #f4e300;
}
.rating.E[data-v-518972c7]:after {
    content: "E";
}
.rating.E[data-v-518972c7] {
    color: #f1b904;
}
.rating.F[data-v-518972c7]:after {
    content: "F";
}
.rating.F[data-v-518972c7] {
    color: #de710c;
}
.rating.G[data-v-518972c7]:after {
    content: "F";
}
.rating.G[data-v-518972c7] {
    color: #dc2322;
}
.otras_caracteristicas {
    margin-top: 1rem;
}
.otras_caracteristicas div {
    background: rgb(83 180 135 / 19%);
    height: 39px;
    padding: 0px 18px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 38px;
    display: inline-block;
    margin: 0px 1px;
    margin-bottom: 7px;
}
.titi_general2 {
    font-size: 20px;
    font-weight: 800;
    margin-top: 2rem;
    margin-bottom: 0rem;
}
.titi_general3 {
    font-size: 16px;
    color: #747474;
}
#mapaPropiedad {
    position: relative;
    overflow: hidden;
    height: 240px;
    margin-top: 1rem;
    border-radius: 20px;
}
.alerta_verde {
    background: rgb(83 180 135 / 19%);
    padding: 19px 30px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.tit_alerta {
    font-size: 16px;
    font-weight: 800;
    color: var(--verde_secundario);
}
.des_alerta {
    font-size: 14px;
    color: #000!important;
}
.alerta_verde i {
    font-size: 23px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: var(--verde_secundario);
}
.margen_alertas {
    margin-top: 2rem;
}

.alerta_verde2 {
    background: none;
    padding: 19px 30px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: solid 1px var(--verde_secundario);
}
.alerta_verde2 i {
    font-size: 23px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: var(--verde_secundario);
}
.otros_pisos {
    padding: 4% 0px;
    position: relative;
}
.otros_pisos h2 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 2rem;
}
.gap_share2 {
    gap: 20px;
    position: relative;
}
.anti_minides {
    background: #DEF1E8;
    padding: 20px;
}
.mini_des { 
    height: 0;
    /*overflow: hidden;*/
}
.parraf_mini_des {
    font-size: 11px;
    margin: 15px 0px;
}
.ref_minides {
    font-size: 12px;
    color: var(--verde_secundario);
}
.compartir2 {
    font-size: 11px;
    color: #000;
    font-weight: 500;
}
.compartir2 i {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    top: 1px;
}
.guardar2 {
    font-size: 11px;
    color: #E3165B;
    font-weight: 500;
}
.guardar2 i {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    top: 1px;
}
.mini_contact {
    padding: 20px;
}
.btn_agendar {
    height: 40px;
    background: var(--verde_principal);
    width: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    color: #fff;
}
.btn_llamar {
    height: 40px;
    background: inherit;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    border: solid 1px var(--verde_principal);
    color: var(--verde_principal);
}
.btn_llamar:hover {
    background: var(--verde_principal);
    border: solid 1px var(--verde_principal);
    color: #fff;
    text-decoration: none;
}
.posicion_agendar {
    gap: 10px;
    margin-top: 17px;
}
.dinos_cuando {
    font-size: 14px;
    font-weight: 500;
}
.la_oficina {
    padding: 20px;
    background: #F6F6F6;
}
.ofi_cercasa {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.explica_direccion {
    font-size: 14px;
    margin-bottom: 5px;
}
.explica_direccion i {
    font-size: 15px;
    position: relative;
    top: 1px;
    width: 16px;
    color: var(--verde_principal);
    text-align: center;
}
.completo_contacto {
    border: solid 1px #E9E9E9;
}
.pos_sticky {
    top: 80px;
    z-index: 1;
}
.modal_contacto {
    background: rgb(255 255 255 / 82%);
}
.centerVmodal {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.contacto_body img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 220px;
}
.espacio_modal {
    padding: 41px 37px;
    text-align: center;
}
.espacio_modal h2 {
    font-size: 28px;
    font-weight: 800;
}
.espacio_modal p {
    font-size: 16px;
    font-weight: 400;
}
.espacio_modal button {
    height: 37px;
    display: inline-block;
    background: var(--verde_principal);
    border-radius: 20px;
    font-size: 14px;
    padding: 0px 18px;
    line-height: 36px;
    color: #fff;
    margin-top: 16px;
    border: none;
    cursor: pointer;
    transition: .25s all ease-in-out;
}
.espacio_modal button:hover {
    background: var(--verde_secundario);
    text-decoration: none;
    transition: .25s all ease-in-out;
}
.espacio_modal button i {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 7px;
}
.modal_contacto .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 16px 0 rgba(0,28,69,.15);
    overflow: hidden;
}
.modal_contacto .modal-dialog {
    max-width: 450px;
}
.user_img {
    width: 17px!important;
    position: relative;
    top: -1px;
    margin-right: 4px;
}
.ini_sesion svg {
    width: 23px;
    fill: #000;
    transition: .25s all ease-in-out;
    position: relative;
    top: -1px;
    right: 7px;
}
.menu ul li a:hover svg {
    fill: var(--verde_secundario);
    transition: .25s all ease-in-out;
}
.menu_diferente ul li a svg {
    fill: #ffffff;
}
.cuenta {
    padding: 4% 0px;
}
.card_cuenta {
    padding: 20px;
    position: relative;
    border: solid 1px #DFE6ED;
    border-radius: 10px;
    min-width: 260px;
    color: #000;
    transition: .25s all ease-in-out;
}
.card_cuenta:hover {
    border: solid 1px var(--verde_principal);
    color: var(--verde_secundario);
    text-decoration: none;
    transition: .25s all ease-in-out;
}
.card_cuenta h2 {
    font-size: 18px;
    font-weight: 800;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 1rem;
}
.card_cuenta p {
    font-size: 13px;
    font-weight: 400;
}
.card_cuenta i {
    width: 50px;
    height: 50px;
    background: #DEF1E8;
    color: #333;
    text-align: center;
    font-size: 19px;
    line-height: 50px;
    border-radius: 10px;
    margin-bottom: 13px;
}
.pos_menu_cuenta {
    gap: 10px;
    margin-top: 3rem;
}
.zona_user h1 {
    font-size: 20px;
    font-weight: 800;
}
.zona_user h3 {
    font-size: 13px;
    color: #707070;
    font-weight: 400;
    margin-bottom: 17px;
}
.editar_usuario {
    background: inherit;
    height: 37px;
    display: inline-block;
    color: var(--verde_principal);
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 16px;
    border-radius: 5px;
    border: solid 1px var(--verde_principal);
    transition: .25s all ease-in-out;
}
.editar_usuario:hover {
    background: var(--verde_principal);
    color: #fff;
    border: solid 1px var(--verde_principal);
    transition: .25s all ease-in-out;
    text-decoration: none;
}
.cerrar_sesion {
    background: inherit;
    height: 37px;
    display: inline-block;
    color: #E3165B;
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 16px;
    border-radius: 5px;
    border: solid 1px #E3165B;
    transition: .25s all ease-in-out;
}
.cerrar_sesion:hover {
    background: #E3165B;
    color: #fff;
    border: solid 1px #E3165B;
    transition: .25s all ease-in-out;
    text-decoration: none;
}
.menu_usuario i {
    width: 50px;
    height: 50px;
    background: #DEF1E8;
    color: #333;
    text-align: center;
    font-size: 19px;
    line-height: 50px;
    border-radius: 10px;
    margin-bottom: 13px;
}
.tit_menu {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin-top: -5px;
}
.posi_menu_user {
    gap: 40px;
}
.menu_usuario {
    margin-top: 3rem;
    border-bottom: solid 1px #E5E5E5;
    padding-bottom: 12px;
}
.menu_usuario a {
    position: relative;
    transition: .25s all ease-in-out;
}
.menu_usuario a:hover {
    text-decoration: none;
    color: var(--verde_principal);
    transition: .25s all ease-in-out;
}
.menu_usuario a:hover .tit_menu {
    text-decoration: none;
    color: var(--verde_principal);
    transition: .25s all ease-in-out;
}
.menu_usuario .active_menu_user::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--verde_principal);
    position: absolute;
    left: 0px;
    bottom: -15px;
    border-radius: 5px;
}
.active_menu_user .tit_menu {
    color: #000!important;
}
.zona_form_datos {
    padding: 4% 0px;
}
.zona_form_datos h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 21px;
}
.zona_form_datos button {
    width: 100%;
    height: 47px;
    background: var(--verde_principal);
    border-color: var(--verde_principal);
    color: #fff;
    transition: .25s all ease-in-out;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.zona_form_datos button:hover {
    background: var(--verde_secundario);
    text-decoration: none;
    transition: .25s all ease-in-out;
    border-color: var(--verde_secundario);
    color: #fff;
}
.zona_form_datos hr {
    border-top: 1px solid #E8E8E8;
    margin: 27px 0px;
}
.zona_form_datos p {
    font-size: 14px;
}
.labelBaja {
    display: inline;
    font-size: 11px;
    font-weight: 500;
    position: relative;
    top: 11px;
    color: #525252;
    margin-left: 5px;
}
.margenPolitica2 {
    margin-bottom: 18px;
    margin-top: -7px;
}
.alert_si {
    color: #555;
    border-radius: 10px;
    font-size: 11px;
    padding: 7px 22px;
    background: #fff8c4;
    border: 1px solid #f2c779;
    margin: 0px;
    margin-bottom: 9px;
    margin-top: 20px;
}
.alert_si p {
    margin-bottom: 0px;
}
.alert_no {
    color: #555;
    border-radius: 10px;
    font-size: 11px;
    padding: 7px 22px;
    background: rgb(227 22 91 / 16%);
    border: 1px solid #E3165B;
    margin: 0px;
    margin-bottom: 9px;
    margin-top: 20px;
}
.alert_no p {
    margin-bottom: 0px;
}
.sin_preocupaciones {
    padding: 4% 0px;
    position: relative;
    padding-top: 6%;
}
.sinPpreocupacionesh3 {
    letter-spacing: 5px;
    color: var(--verde_secundario);
    font-size: 11px;
    margin-bottom: -5px;
}
.sinPpreocupacionesh2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 5rem;
}
.img_ocupamos {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 90%;
    height: 24rem;
    border-radius: 20px;
    position: relative;
}
.nos_ocupamos h3 {
    letter-spacing: 5px;
    color: var(--verde_principal);
    font-size: 11px;
}
.nos_ocupamos h2 {
    font-size: 33px;
    font-weight: 800;
    width: 80%;
    margin-bottom: 1rem;
}
.nos_ocupamos p {
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    margin-bottom: 2rem;
}
.fond_preocupaciones {
    position: absolute;
    width: 94%;
    left: 33%;
    top: 46%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0.4;
    z-index: 0;
}
.puntos_preocupaciones {
    position: absolute;
    width: 263px;
    right: -110px;
    bottom: -51%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0.4;
    z-index: 0;
}
.asesora_text {
    font-size: 18px;
}
.zona_cabecera_energetico h1 {
    font-size: 50px;
    font-weight: 800;
}
.zona_cabecera_energetico h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 2rem;
    width: 95%;
}
.zona_cabecera_energetico h3 {
    letter-spacing: 5px;
    color: var(--verde_principal);
    font-size: 11px;
}
.zona_cabecera_energetico p {
    font-size: 14px;
    font-weight: 400;
    width: 95%;
}
.zona_cabecera_energetico {
    margin: 0 auto;
    max-width: 1190px;
    width: 100%;
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    padding: 5rem 0px;
}
.las_razones h3 {
    letter-spacing: 5px;
    color: var(--verde_secundario);
    font-size: 11px;
}
.pad_ener {
    padding-top: 9rem;
}
.pad_preo {
    padding-top: 2%;
}
.zonaOptimiza h3 {
    letter-spacing: 5px;
    color: var(--verde_secundario);
    font-size: 11px;
}
.zonaOptimiza h2 {
    font-size: 40px;
    font-weight: 800;
}
.zonaOptimiza p {
    font-size: 14px;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 5rem;
}
.otimizacion {
    padding: 6% 0px;
    position: relative;
    padding-bottom: 8%;
}
.optLuz h3 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 8px;
    line-height: 28px;
    color: #383838;
}
.optLuz p {
    color: #3c3c3c;
    line-height: 24px;
    font-size: 14px;
    width: 80%;
}
.imgEner1 {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 10rem;
}
.imgEner2 {
    display: flex;
    gap: 7px;
    width: 100%;
}
.contenedor {
    width: 100%;
}
.optLuz {
    margin-top: 14px;
}

.imagen-grande {
    width: 100%; /* Ocupa todo el ancho del contenedor */
    display: block;
    margin-bottom: 10px; /* Espacio entre la imagen grande y las de abajo */
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 11rem;
    border-radius: 10px;
}

.imagenes-abajo {
    display: flex;
    gap: 10px; /* Espacio entre las imágenes pequeñas */
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 11rem;
    border-radius: 10px;
}

.imagen-pequena {
    width: calc(50% - 5px); /* Divide en dos columnas y ajusta el gap */
    height: auto;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 11rem;
    border-radius: 10px;
}
.propiedadesImg22 {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 242px;
    border-radius: 10px;
}
.pad_optimi {
    padding-top: 8%;
    padding-bottom: 8%;
    position: relative;
}
.pad4 {
    padding-top: 4%;
}
.pad4 h2 {
    font-size: 40px;
    font-weight: 800;
}
.marg_seguro {
    margin-top: 4rem;
}
.seguro_alquiler_home {
    background-image: url(../images/seguro_alquiler/fondo_alquiler_seguro.jpg);
    background-size: cover;
    padding: 70px 0px;
    overflow: hidden;
    position: relative;
    background-position: center;
}
.seguro_alquiler_home h2 {
    font-size: 30px;
    color: var(--verde_secundario);
    margin-top: 6px;
    font-weight: 400;
}
.seguro_alquiler_home p {
    font-size: 14px;
    font-weight: 400;
    width: 70%;
    color: var(--verde_secundario);
    margin-bottom: 2rem;
}
.pad8 {
    padding-bottom: 8%;
}
.fondo_seguro_alquiler {
    background-image: url(../images/seguro_alquiler/alquilar5.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    height: 100%;
}
.fondo_inquilinos {
    background-image: url(../images/inquilinos/valoracion-asesoramiento.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    height: 100%;
}
.difFont h2 {
    font-size: 31px;
}
.pabB4 {
    padding-bottom: 4%;
}
.imgFinca1 {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 36rem;
    height: 20rem;
}
.cabecera_fincas {
    padding: 1% 0px;
    padding-top: 0rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}
.imgFinca2 {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 36rem;
    height: 20rem;
    position: absolute;
    bottom: 0px;
    right: -70px;
}
.marb {
    margin-bottom: -1px!important;
}
.im_unica22 {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 90%;
    height: 100%;
    border-radius: 5px;
    max-height: 550px;
    margin-top: -29px;
}
.padcero {
    padding: 0px;
}
.bradi {
    border-radius: 20px;
    margin-bottom: 8rem;
}
.padb8 {
    padding-bottom: 8%;
}
.segP {
    font-size: 14px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 3rem;
}
.matop33 {
    margin-top: 3rem;
}
.patop{
    padding-top: 4%;
}
.number_cifras33 {
    font-size: 25px;
    font-weight: 800;
    color: var(--verde_secundario);
}
.padcero33 {
    padding: 3% 0px;
}
.espacioGap2 {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.espacioGap2 > div {
    width: calc(25% - 10px); /* Calcula el ancho de cada elemento para que haya 4 elementos por fila */
    margin-bottom: 20px; /* Espacio entre las filas */
}
.sePage h3 {
    letter-spacing: 5px;
    color: var(--verde_principal);
    font-size: 11px;
}
.sePage h2 {
    font-size: 33px;
    font-weight: 800;
    width: 80%;
    margin-bottom: 1rem;
}
.sePage p {
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    margin-bottom: 2rem;
}
.heIg {
    height: 250px;
}
.heGrI {
    height: 430px;
}
.gap_composicion33 {
    gap: 10px;
    position: relative;
    top: -10px;
    right: -23px;
}
.pad2c {
    padding-top: 1%;
    padding-bottom: 6%;
}
.marg3e {
    margin-bottom: 3rem;
}
.im_unica33 {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 90%;
    height: 100%;
    border-radius: 5px;
    height: 22rem;
}
.matop332 {
    margin-top: 2rem;
}
.mar3rt {
    margin-top: 2rem;
}
.fondo_gestoria {
    background-image: url(../images/gestoria/gestoria4.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    height: 100%;
}
.patop33 {
    padding-top: 3%;
    padding-bottom: 5%;
}
.pad2c2 {
    padding-top: 10%;
    padding-bottom: 6%;
    margin-top: 3rem;
}
.historia h3 {
    letter-spacing: 3px;
    color: var(--verde_secundario);
    font-size: 11px;
    text-transform: uppercase;
}
.porqueh2 {
    letter-spacing: 5px;
    color: var(--verde_secundario);
    font-size: 11px!important;
    line-height: 0px!important;
    margin-bottom: 13px!important;
    font-weight: 500!important;
}
.porqueh2P {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 4rem;
}
.el_maximoh3P {
    letter-spacing: 5px!important;
    color: var(--verde_secundario)!important;
    font-size: 11px!important;
    margin-bottom: 0px!important;
    font-weight: 500!important;
}
.textNuevo {
    font-size: 40px!important;
    font-weight: 800!important;
    width: 70%!important;
    margin: 0 auto!important;
    margin-bottom: 4rem!important;
    color: inherit!important;
    letter-spacing: normal!important;
}
.btn_protege {
    background: var(--verde_principal);
    height: 37px;
    display: inline-block;
    color: #fff;
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 16px;
    border-radius: 5px;
    margin-top: 12px;
}
.el_maximoh2h3 {
    font-size: 40px!important;
    font-weight: 800;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 4rem;
    color: inherit!important;
    letter-spacing: inherit!important;
}
.info_marketingh2P {
    font-size: 33px !important;
    font-weight: 800 !important;
    width: 80% !important;
    line-height: 42px !important;
    margin-bottom: 12px !important;
}
.padBt {
    padding-bottom: 9%;
}
.container_contactoh1H2 {
    color: #fff!important;
    font-weight: 800!important;
    font-size: 38px!important;
}
.container_contactoh2P {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 51%;
    margin: 0 auto;
}
.nos_ocupamosh3H2 {
    letter-spacing: 5px !important;
    color: var(--verde_principal) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 16px;
    margin-bottom: 1px ! Important;
}
.nos_ocupamosh2P {
    font-size: 33px!important;
    font-weight: 800!important;
    width: 80%!important;
    margin-bottom: 1rem!important;
    line-height: normal;
}
.margb333 {
    margin-bottom: 10px!important;
}
.el_maximoh2P {
    font-size: 40px;
    font-weight: 800;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 4rem;
    line-height: normal;
}
.valor_viviendah3P {
    letter-spacing: 5px;
    color: var(--verde_principal);
    font-size: 11px !important;
    margin-bottom: 5px !important;
}
.valor_viviendah2P {
    font-size: 30px !important;
    font-weight: 800 !important;
    width: 80% !important;
    line-height: normal;
    margin-bottom: 14px !important;
}
.zona_alquilerh2P {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 3rem;
    width: 50%;
    margin: 0 auto;
    line-height: normal;
}
.blog_homeh2H3 {
    font-size: 32px!important;
    font-weight: 800!important;
}
.blog_homeh3P {
    font-size: 20px;
    font-weight: 400;
}
.card_contactoh2P {
    font-size: 19px!important;
    margin-top: 12px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.nos_ocupamospP {
    font-size: 14px;
    font-weight: 400;
    width: 90%;
    margin-bottom: 2rem;
}
.marg_seguro55 {
    margin-top: 2rem;
}
.asesora_textP1 {
    font-size: 18px!important;
    color: inherit!important;
    font-weight: 500!important;
    margin-bottom: 0px!important;
}
.seguro_alquiler_homeh2P {
    font-size: 30px !important;
    color: var(--verde_secundario) !important;
    margin-top: 6px !important;
    font-weight: 400 !important;
    line-height: normal;
    margin-bottom: 10px !important;
}
.zonaRazonesh2P {
    font-size: 40px!important;
    font-weight: 800!important;
    line-height: normal;
    width: 100%!important;
}
.zona_cabecera_energeticoh3H2 {
    letter-spacing: 5px!important;
    color: var(--verde_principal)!important;
    font-size: 11px!important;
    margin-bottom: 5px !important;
}
.zona_cabecera_energeticoh1P {
    font-size: 50px!important;
    font-weight: 800!important;
    line-height: normal;
}
.zona_cabecera_energeticoh2P {
    font-size: 24px!important;
    font-weight: 400!important;
    margin-bottom: 2rem!important;
    width: 95%!important;
    line-height: normal;
}
.zonaRazonesh2P1 {
    font-size: 40px !important;
    font-weight: 800 !important;
    margin-bottom: 13px !important;
    line-height: normal;
    width: 100%!important;
}
.card_razonesh2P {
    font-size: 19px!important;
    font-weight: 800!important;
    margin-top: 15px!important;
    line-height: normal;
}
.info_marketingh2P {
    font-size: 33px!important;    
    font-weight: 800!important;
    width: 80%!important;
}
.sePageh2P {
    font-size: 33px!important;
    font-weight: 800!important;
    width: 80%!important;
    margin-bottom: 1rem!important;
    line-height: normal;
    margin-bottom: 10px!important;
}
.zona_cabecera_energeticoh1H2 {
    font-size: 50px!important;
    font-weight: 800!important;
    margin-bottom: 10px !important;
}
.las_razonesh3H2 {
    letter-spacing: 5px!important;
    color: var(--verde_secundario)!important;
    font-size: 11px!important;
    font-weight: 500!important;
}
.card_razonesh2H3 {
    font-size: 19px !important;
    font-weight: 800 !important;
    margin-top: 15px !important;
    letter-spacing: normal !important;
    color: inherit !important;
}
.card_razonespH3 {
    font-size: 14px!important;
    letter-spacing: normal !important;
    color: inherit !important;
    line-height: 1.5;
    font-weight: 400;
}
.que_hace_homeh3H2 {
    letter-spacing: 5px !important;
    color: var(--verde_secundario) !important;
    font-size: 11px !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
}
.que_hace_homeh2P {
    font-size: 40px!important;
    font-weight: 800!important;
    line-height: normal;
}
.valor_viviendah2P3 {
    font-size: 30px !important;
    font-weight: 800 !important;
    width: 80% !important;
    line-height: normal;
    margin-bottom: 14px !important;
    color: inherit !important;
    letter-spacing: normal !important;
}
.items_porque .item__content__title {
    letter-spacing: normal;
}
.items_porque .item__content_description {
    letter-spacing: normal;
    font-weight: 400;
}
.el_maximoh3H2 {
    letter-spacing: 5px !important;
    color: var(--verde_secundario) !important;
    font-size: 11px !important;
    margin-bottom: 6px !important;
    font-weight: 500 !important;
}
.card_consiguesh2H3 {
    font-size: 18px !important;
    font-weight: 800 !important;
    width: 100% !important;
    margin-bottom: 5px !important;
    margin-top: 1rem !important;
    letter-spacing: normal !important;
    color: inherit !important;
}
.card_consiguespH3 {
    font-size: 13px!important;
    font-weight: 400!important;
    min-height: 39px!important;
    letter-spacing: normal !important;
    color: inherit !important;
    line-height: 1.5;
}
.sePageh3H2 {
    letter-spacing: 5px !important;
    color: var(--verde_principal) !important;
    font-size: 11px !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
}
.sePageh2P {
    font-size: 33px!important;
    font-weight: 800!important;
    width: 80%!important;
    margin-bottom: 1rem!important;
}
.zona_cabecera_energeticoh3H2 {
    letter-spacing: 5px !important;
    color: var(--verde_principal) !important;
    font-size: 11px !important;
    line-height: 18px;
}
.zona_cabecera_energeticoh1P {
    font-size: 50px!important;
    font-weight: 800!important;
    margin-bottom: 10px!important;
}
.zona_cabecera_energeticoh2P {
    font-size: 24px!important;
    font-weight: 400!important;
    margin-bottom: 2rem!important;
    width: 95%!important;
}
.marg331 {
    margin-bottom: 10px;
}
.editAdminisF {
    width: 80%;
    line-height: 18px;
}
.nos_ocupamosh2P {
    font-size: 33px!important;
    font-weight: 800!important;
    width: 80%!important;
    margin-bottom: 1rem!important;
}
.que_hace_homeh3P {
    letter-spacing: 5px !important;
    color: var(--verde_secundario) !important;
    font-size: 11px !important;
    margin-bottom: 1px;
}
.que_hace_homeh2H3 {
    font-size: 40px!important;
    font-weight: 800!important;
    margin-bottom: 3rem!important;
}
.card_razonesh2H4 {
    font-size: 19px !important;
    font-weight: 800 !important;
    margin-top: 15px !important;
    letter-spacing: normal !important;
    color: inherit !important;
}
.zona_cabecera_energeticoh3P {
    letter-spacing: 5px!important;
    color: var(--verde_principal)!important;
    font-size: 11px!important;
}
.zona_cabecera_energeticoh1H23 {
    font-size: 50px !important;
    font-weight: 800 !important;
    margin-bottom: 4px !important;;
}
.zona_cabecera_energeticoh2H3 {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 2rem !important;
    width: 95% !important;
    color: inherit !important;
    letter-spacing: normal !important;
}
.zonaRazonesh2H3 {
    font-size: 40px !important;
    font-weight: 800 !important;
    color: inherit !important;
    letter-spacing: normal !important;
}
.mrbT33 {
    margin-bottom: 10px!important;
}
.zonaOptimizah3H2 {
    letter-spacing: 5px!important;
    color: var(--verde_secundario)!important;
    font-size: 11px!important;
    font-weight: 500!important;
}
.zonaOptimizah2P {
    font-size: 40px !important;
    font-weight: 800 !important;
    margin-bottom: 0px !important;
    width: 100% !important;
}
.asesora_textP {
    font-size: 18px!important;
    color: inherit!important;
    margin-bottom: 10px!important;
    font-weight: 600!important;
}
.vientitres_homeh2H3 {
    font-size: 30px!important;
    color: var(--verde_secundario)!important;
    margin-top: 6px!important;
    font-weight: 400!important;
}
.info_marketingh3P {
    letter-spacing: 5px !important;
    color: var(--verde_principal) !important;
    font-size: 11px !important;
    margin-bottom: 4px !important;
}
.equipo_expertos {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}
.zonaRazonesh2H4 {
    font-size: 40px!important;
    font-weight: 800!important;
}
.zonaOpinionesh2H3 {
    font-size: 40px;
    font-weight: 800;
}

.img_persona44 {
    margin-top: 60px;
    width: 350px;
}
.center_cont {
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.line-through {
    text-decoration-line: line-through;
}
.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.footer.no-margin {
    margin-top: 0 !important;
}
.opciones_buscador {
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
    padding: 5px 15px;
}
.pad_view_inmu {
    padding: 15px 15px;
}
.fondo_botones {
    background: var(--verde_principal);
    border-color: var(--verde_principal);
}
.fondo_botones:hover {
    background: var(--verde_secundario);
    border-color: var(--verde_secundario);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--verde_principal);
    border-color: var(--verde_principal);
    outline: none; /* 🔍 Esto quita el borde de enfoque */
    box-shadow: none; /* Esto también puede ayudar a quitar el borde de Bootstrap */
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: var(--verde_principal);
    border-color: var(--verde_principal);
}
.rounded-2xl {
    border-radius: 1rem;
}
.border {
    border-width: 1px;
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.p-6 {
    padding: 1.5rem;
}
.margen_pro {
    margin-top: 2rem;
}
.grid_my {
    display: grid;
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}
.grid_filter {
    display: grid;
    overflow-x: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}
.mb1 {
    margin-bottom: 1rem;
}
.text-principal {
    --tw-text-opacity: 1;
    color: rgb(24 36 50 / var(--tw-text-opacity, 1));
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.ver_mas {
    color: var(--verde_principal) !important;
    text-decoration: underline;
    background: transparent;
    border: none;
    margin-top: 11px;
    font-weight: 700;
    font-size: 14px;
}
.padZonaPropi {
    padding-bottom: 4rem;
    padding-right: 15px;
    padding-left: 15px;
}
.wcard_contacto {
    max-width: 33em;
}
.text_rellena {
    font-size: 24px;
    font-weight: 800;
    width: 80%;
}
.gap_contacto55 {
    gap: 15px;
    margin-top: -182px;
}
.formulario_valoracion {
    padding: 4% 0px;
    position: relative;
}
.formulario_valoracion button {
    width: 57px;
    height: 35px;
    background: var(--verde_principal);
    -webkit-backdrop-filter: blur(46px);
    backdrop-filter: blur(46px);
    border-radius: 100%;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 17px;
    border: none;
    position: relative;
    top: 20px;
    cursor: pointer;
    transition: .25s all ease-in-out;
}
.formulario_valoracion button:hover {
    background: var(--verde_secundario);
    transition: .25s all ease-in-out;
}
.modal__header {
    border-bottom: none;
    padding: 28px 50px;
    padding-bottom: 7px;
}
.modal__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #202020;
    margin-bottom: 0px;
    line-height: 20px;
}
.modal__title small {
    color: #5a6e8a;
    font-size: 13px;
}
.modal__body {
    padding: 50px;
    padding-top: 19px;
    padding-bottom: 30px;
}
.modal__body {
    padding: 50px;
    padding-top: 19px;
    padding-bottom: 30px;
}
.inputContacto {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    margin: 0;
    border-radius: 4px;
    outline: none !important;
    box-shadow: none;
    padding-left: 40px;
    border: 1px solid #5a6e8a;
}
.inputContacto:focus {
    color: var(--verde_principal);
    background-color: #fff;
    border-color: var(--verde_principal);
    outline: 0;
    box-shadow: inherit;
    font-weight: 500;
}
.formVende i {
    color: #5a6e8a !important;
    font-size: 18px;
    position: absolute;
    left: 13px;
    bottom: 15px;
    width: 19px;
    text-align: center;
}
#visita__form label {
    color: #5a6e8a;
    font-size: 13px;
}
.hr__visita {
    margin: 10px 0px 0px;
}
.btnTasacion {
    background: var(--verde_principal);
    width: 100%;
    border: inherit;
    color: #fff;
    margin-top: 20px;
    height: 47px;
    font-weight: 500;
}
#visita__form small {
    color: #5a6e8a;
    font-size: 11px;
    font-style: italic;
}
.newsletter-box {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
}

.input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--verde_principal);
    color: #fff;
    border: none;
}

.input-group .btn:hover {
    background-color: var(--verde_secundario);
}
.rss {
    font-size: 30px;
    margin-top: 18px;
    width: 87px;
    color: var(--verde_principal);
}


.menu_oculto {
    height: 100vh;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: #fff;
    -webkit-backdrop-filter: blur(46px);
    backdrop-filter: blur(46px);
    overflow: hidden;
    top: 0;
    right: 0;
    transform: translateX(100%);
    overflow-y: auto;
}
.pading_oculto {
    padding: 100px 17px;
    height: 100%;
    position: relative;
}
.lista_menu {
    padding: 0;
    margin: 0;
}
.lista_menu li {
    padding: 6px 0;
}
.lista_menu li a {
    color: #313131;
    font-size: 15px;
    font-weight: 500;
}
.lista_menu, .menu ul {
    list-style: none;
}
.activeMovil {
    color: var(--verde_principal) !important;
}
.grid-explica {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 2 columnas */
    gap: 1rem;
    text-align: center;
}
.close_oculto {
    position: absolute;
    color: #000;
    font-size: 17px;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.dentro_desp55 {
    font-size: 12px;
    color: var(--verde_secundario);
    margin-bottom: 5px;
    text-transform: uppercase;
}
.chatWhats {
    z-index: 1;
    right: 23px;
    width: 70px;
    position: fixed;
    bottom: 11px;
}
.boton_verde:hover {
    text-decoration: none;
    opacity: 0.9;
    color: white;
}
.boton_verde2:hover {
    text-decoration: none;
    opacity: 0.9;
    color: white;
}
.btn_verde_2:hover {
    text-decoration: none;
    opacity: 0.9;
    color: white;
}
.btn_protege:hover {
    text-decoration: none;
    opacity: 0.9;
    color: white;
}
.todos_btn:hover {
    text-decoration: none;
    opacity: 0.9;
    color: white;
}
.btn_agendar:hover {
    text-decoration: none;
    opacity: 0.9;
    color: white;
}
.btnTasacion:hover {
    text-decoration: none;
    opacity: 0.9;
    color: white;
}
.referencia {
    color: #54b487;
    font-weight: 600;
}

.btn_3d {
    gap: 5px; 
    cursor: pointer; 
    border: 1px solid #000; 
    padding: 5px 10px; 
    border-radius: 5px; 
    font-size: 14px; 
    font-weight: 600;
    background-color: #fff;
}
.btn_3d:hover {
    opacity: 0.5;
}



/*RESPONSIVE*/

@media (max-width: 450px) {
    .logoMenu22 {
        width: 173px;
        left: 14px;
        position: absolute;
        top: 19px;
    }
    .menuMovil {
        position: fixed;
        width: 100%;
        z-index: 999;
        padding: 11px 0;
        background: #fff;
    }
    .logoMenu {
        width: 173px;
        left: 14px;
        position: relative;
        top: 0;
    }
    .iconoAbrMenu {
        width: 40px !important;
        position: relative;
        right: 14px;
        cursor: pointer;
        top: 30%;
    }
    .cuadros_home {
        display: grid;
        gap: 7px;
    }
    .int_busca {
        display: inline;
    }
    .banner_home {
        padding-top: 5rem;
        margin-bottom: 2rem;
    }
    .cuadro_home p {
        font-size: 30px;
        line-height: 34px;
    }
    .cuadro_homep {
        width: 100% !important;
    }
    .img_edificio {
        width: 160%;
        bottom: -50px;
        z-index: 0;
        opacity: 0.3;
    }
    .posicion_texto_banner {
        z-index: 1;
    }
    .cuadros_home a {
        width: 278px;
    }
    .container_cuadro {
        display: flex;
    }
    .fondo_iconos {
        bottom: -10px;
    }
    .icono_cuadro img {
        margin-bottom: 0px;
    }
    .arrow {
        position: relative;
        top: -5px;
    }
    .historia h2 {
        font-size: 24px;
        width: 100%;
    }
    .grid-explica {
        grid-template-columns: repeat(2, 1fr);
    }
    .el_buscador {
        margin-top: -74px;
    }
    .historia {
        margin-bottom: 3rem;
    }
    .tipo_busqueda a {
        width: 100%;
    }
    .disMovil {
        display: contents !important;
    }
    .ultimas_propiedades {
        padding-top: 2rem;
    }
    .filtradorProductos {
        margin-top: 1rem;
    }
    .propiedades {
        margin-top: 2rem;
    }
    .marg_proM {
        margin-bottom: 1.5rem;
    }
    .espacio_btn {
        margin-top: 1rem;
    }
    .zona_valor {
        padding: 53px 30px;
    }
    .content_service {
        height: 16rem;
        margin-bottom: 1rem;
    }
    .card_servicios {
        margin-bottom: 4rem;
    }
    .rss {
        width: 142px;
        margin-top: 5px;
    }
    .footCenter {
        text-align: center;
        margin-bottom: 2rem;
    }
    .footer {
        padding: 13% 0px;
        padding-bottom: 1%;
    }
    .apps {
        margin-top: 26px;
    }
    .centerM {
        text-align: center;
    }
    .flexCenterMovil {
        flex-direction: column;
        align-items: center;
    }
    .ml_movil {
        margin-left: inherit !important;
        margin-top: 1rem;
    }
    .copy {
        margin-left: 0px;
    }
    .zona_copy {
        padding: 20px 0px;
    }
    .lista_menu li a {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .lista_menu li a img {
        width: 26px;
    }
    .lista_menu, .menu ul {
        padding-bottom: 5rem;
    }
    .grid_my {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .margen_pro {
        margin-top: 0rem;
        padding-top: 5rem;
        padding-bottom: 1rem;
    }
    .w100btn {
        width: 100%;
    }
    .mb-m56 {
        margin-bottom: 2rem;
    }
    .cabecera_propidad {
        padding-top: 6rem;
    }
    .brk-cover .brk--images[data-size="5"] {
        grid-template-rows: repeat(2, 16vh);
    }
    .completo_contacto {
        margin-top: 2rem;
    }
    .anti_minides {
        display: none !important;
    }
    .myDialog {
        width: 350px;
    }
    .otros_pisos h2 {
        margin-top: 1rem;
    }
    .img_edificio2 {
        width: 160%;
        bottom: -50px;
        z-index: 0;
        opacity: 0.3;
    }
    .porqueh2P {
        font-size: 24px;
        margin-bottom: 2rem;
    }
    .publicamos img {
        width: 99%;
    }
    .img_cesar {
        width: 100%;
        height: 280px;
        margin-top: 1rem;
    }
    .cesar_imagen::before {
        width: 100%;
        height: 280px;
        left: 9px;
    }
    .numera_porque {
        margin-top: 3rem;
    }
    .el_maximoh2h3 {
        font-size: 25px !important;
        width: 100%;
        margin-bottom: 2rem;
    }
    .el_maximo h2 {
        width: 100%;
        margin-bottom: 0.5rem!important;
    }
    .espacioGap > div {
        width: 100%;
        margin-bottom: 0px;
    }
    .espacioGap {
        margin-bottom: 10px;
    }
    .fondo_marketing {
        width: 94%;
        left: 0px;
        top: 0px;
        transform: inherit;
        -webkit-transform: inherit;
        position: relative;
    }
    .card_vivienda2 {
        right: 100px;
        bottom: 22px;
    }
    .card_vivienda {
        right: 22px;
        bottom: -10px;
    }
    .info_marketing {
        margin-top: 3rem;
    }
    .info_marketingh2P {
        width: 100% !important;
    }
    .info_marketing p {
        width: 100%;
    }
    .h2mov {
        font-size: 20px;
    }
    .pad01 {
        padding-top: 7% !important;
    }
    .cabecera_contacto {
        padding-top: 5rem;
    }
    .container_contacto h2 {
        width: 100%;
    }
    .container_contactoh2P {
        width: 100%;
    }
    .gap_contacto {
        display: grid!important;
        gap: 7px;
    }
    .numero1 {
        font-size: 29px;
        margin-bottom: -37px;
    }
    .sinPpreocupacionesh2 {
        font-size: 32px;
        margin-bottom: 2rem;
    }
    .img_ocupamos {
        width: 100%;
        height: 14rem;
    }
    .fond_preocupaciones {
        left: 63%;
        top: 56%;
    }
    .puntos_preocupaciones {
        width: 173px;
        right: -60px;
        bottom: -53%;
    }
    .nos_ocupamos {
        margin-top: 2rem;
    }
    .nos_ocupamos h2 {
        width: 100%;
    }
    .nos_ocupamosh2P {
        width: 100% !important;
    }
    .nos_ocupamos p {
        width: 100%;
    }
    .el_maximoh2P {
        width: 100%;
        margin-bottom: 2rem;
    }
    .sin_preocupaciones {
        overflow: hidden;
    }
    .container_contacto h1 {
        font-size: 25px;
    }
    .wcard_contacto {
        max-width: 20em;
    }
    .gap_valora{
        display: grid!important;
        gap: 7px;
    }
    .formulario_valoracion button {
        width: 40px;
    }
    .zona_alquilerh2P {
        width: 100%;
    }
    .fondo_alquiler {
        bottom: -163px;
        left: -41px;
    }
    .que_hace_home h2 {
        margin-bottom: 0rem;
    }
    .im_unica {
        width: 100%;
    }
    .imbajo {
        width: calc(50% - 5px);
    }
    .fondo_play {
        width: 100%;
        margin-top: 2rem;
    }
    .pad_ener {
        padding-top: 4rem;
    }
    .zonaRazones p {
        width: 100%;
    }
    .card_razones {
        margin-bottom: 2rem;
    }
    .modulo_verde {
        right: -480px;
    }
    .zona_cabecera_energetico {
        padding: 6rem 15px;
    }
    .imgFinca2 {
        width: 19rem;
        height: 17rem;
        bottom: -146px;
        right: 31px;
    }
    .imgFinca1 {
        width: 22rem;
        height: 13rem;
        margin-top: 1rem;
    }
    .pad2c2 {
        margin-top: 0px;
    }
    .sePageh2P {
        width: 100% !important;
    }
    .sePage p {
        width: 100%;
    }
    .cabecera_estilismo img {
        margin-top: 3rem;
        margin-bottom: -8rem;
        height: 19rem;
    }
    .zonaOptimiza p {
        width: 100%;
        margin-bottom: 2rem;
    }
    .segP {
        width: 100%;
        margin-bottom: 2rem;
    }
    .number_cifras33 {
        font-size: 17px;
        text-align: center;
        padding: 10px;
    }
    .espacioGap2 > div {
        width: 100%;
        margin-bottom: 0px;
    }
    .que_bot {
        margin-bottom: 0rem !important;
    }
    .buscas_agencia h2 {
        width: 100%;
    }
    .gap_rese {
        gap: 20px;
    }
    .logo_google {
        width: 89px;
    }
    .number_resenas {
        font-size: 29px;
        line-height: 20px;
    }
    .las_estrellas i {
        font-size: 7px;
    }
    .pa_rese {
        font-size: 10px;
    }
    .buscas_agencia {
        padding: 110px 10px;
    }
    .bradi {
        margin-bottom: 3rem;
        width: 94%;
    }
    .im_unica22 {
        width: 100%;
    }
    .que_hace_home {
        overflow: hidden;
    }
    .cabecera_blog {
        padding: 1% 0px;
        padding-top: 6rem;
    }
    .cudro_izq {
        flex: inherit;
    }
    .cudro_izq img {
        height: 260px;
    }
    .blog_movil {
        display: grid;
        gap: 7px;
    }
    .cabecera_ver_blog {
        padding-top: 5rem;
    }
    .cabecera_ver_blog h1 {
        font-size: 30px;
    }
    .movil_fuera {
        display: none;
    }
    .blog_home {
        padding-bottom: 2rem;
    }
    .blogMovmarg {
        margin-bottom: 1rem;
    }
    .cabeceras_politicas {
        padding-top: 7rem;
    }
    .las_redes {
        margin-bottom: 2rem;
    }
    .cabecera_mapa h2 {
        font-size: 24px;
        width: 100%;
    }
    .las_categorias div {
        margin-bottom: 6px;
    }
    .capa_mapa {
        margin-bottom: 1rem;
    }
    .banne_somos {
        margin-top: 0px;
        padding: 92px 0px;
        padding-bottom: 23px;
    }
    .txt_opi {
        font-size: 54px;
    }
    .zonaOpinionesh2H3 {
        font-size: 32px;
    }
    .margen_brady {
        margin-left: 12px;
    }
    .fondo_persona {
        top: 0px;
    }
    #explicacion_persona {
        display: none;
    }
    .img_persona44 {
        margin-top: -60px;
        width: 270px;
    }
    #nombre_persona {
        font-size: 34px;
    }
    .div_video {
        display: none;
    }
    .las_personas {
        width: 17.5rem;
    }
    .razones {
        padding: 11% 0px;
    }
    .muestra_opinion {
        margin-top: 4rem;
    }

    .grid_info {
        display: grid;
        overflow-x: auto;
        grid-template-columns: repeat(5, minmax(0, 1fr))!important;
        gap: 1rem;
        margin-bottom: 2rem;
    }
}

/* Small devices (landscape phones, 576px and up)
*************MOVIL HORIZONTAL*******************/
@media (min-width: 576px) and (max-width: 767px) {
    .logoMenu22 {
        width: 173px;
        left: 14px;
        position: absolute;
        top: 19px;
    }
    .menuMovil {
        position: fixed;
        width: 100%;
        z-index: 999;
        padding: 11px 0;
        background: #fff;
    }
    .logoMenu {
        width: 173px;
        left: 14px;
        position: relative;
        top: 0;
    }
    .iconoAbrMenu {
        width: 40px !important;
        position: relative;
        right: 14px;
        cursor: pointer;
        top: 30%;
    }
    .cuadros_home {
        display: grid;
        gap: 7px;
    }
    .int_busca {
        display: inline;
    }
    .banner_home {
        padding-top: 5rem;
        margin-bottom: 2rem;
    }
    .cuadro_home p {
        font-size: 30px;
        line-height: 34px;
    }
    .cuadro_homep {
        width: 100% !important;
    }
    .img_edificio {
        width: 160%;
        bottom: -50px;
        z-index: 0;
        opacity: 0.3;
    }
    .posicion_texto_banner {
        z-index: 1;
    }
    .cuadros_home a {
        width: 278px;
    }
    .container_cuadro {
        display: flex;
    }
    .fondo_iconos {
        bottom: -10px;
    }
    .icono_cuadro img {
        margin-bottom: 0px;
    }
    .arrow {
        position: relative;
        top: -5px;
    }
    .historia h2 {
        font-size: 24px;
        width: 100%;
    }
    .grid-explica {
        grid-template-columns: repeat(2, 1fr);
    }
    .el_buscador {
        margin-top: -74px;
    }
    .historia {
        margin-bottom: 3rem;
    }
    .tipo_busqueda a {
        width: 100%;
    }
    .disMovil {
        display: contents !important;
    }
    .ultimas_propiedades {
        padding-top: 2rem;
    }
    .filtradorProductos {
        margin-top: 1rem;
    }
    .propiedades {
        margin-top: 2rem;
    }
    .marg_proM {
        margin-bottom: 1.5rem;
    }
    .espacio_btn {
        margin-top: 1rem;
    }
    .zona_valor {
        padding: 53px 30px;
    }
    .content_service {
        height: 16rem;
        margin-bottom: 1rem;
    }
    .card_servicios {
        margin-bottom: 4rem;
    }
    .rss {
        width: 142px;
        margin-top: 5px;
    }
    .footCenter {
        text-align: center;
        margin-bottom: 2rem;
    }
    .footer {
        padding: 13% 0px;
        padding-bottom: 1%;
    }
    .apps {
        margin-top: 26px;
    }
    .centerM {
        text-align: center;
    }
    .flexCenterMovil {
        flex-direction: column;
        align-items: center;
    }
    .ml_movil {
        margin-left: inherit !important;
        margin-top: 1rem;
    }
    .copy {
        margin-left: 0px;
    }
    .zona_copy {
        padding: 20px 0px;
    }
    .lista_menu li a {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .lista_menu li a img {
        width: 26px;
    }
    .lista_menu, .menu ul {
        padding-bottom: 5rem;
    }
    .grid_my {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .margen_pro {
        margin-top: 0rem;
        padding-top: 5rem;
        padding-bottom: 1rem;
    }
    .w100btn {
        width: 100%;
    }
    .mb-m56 {
        margin-bottom: 2rem;
    }
    .cabecera_propidad {
        padding-top: 6rem;
    }
    .brk-cover .brk--images[data-size="5"] {
        grid-template-rows: repeat(2, 16vh);
    }
    .completo_contacto {
        margin-top: 2rem;
    }
    .anti_minides {
        display: none !important;
    }
    .myDialog {
        width: 350px;
    }
    .otros_pisos h2 {
        margin-top: 1rem;
    }
    .img_edificio2 {
        width: 160%;
        bottom: -50px;
        z-index: 0;
        opacity: 0.3;
    }
    .porqueh2P {
        font-size: 24px;
        margin-bottom: 2rem;
    }
    .publicamos img {
        width: 99%;
    }
    .img_cesar {
        width: 100%;
        height: 280px;
        margin-top: 1rem;
    }
    .cesar_imagen::before {
        width: 100%;
        height: 280px;
        left: 9px;
    }
    .numera_porque {
        margin-top: 3rem;
    }
    .el_maximoh2h3 {
        font-size: 25px !important;
        width: 100%;
        margin-bottom: 2rem;
    }
    .el_maximo h2 {
        width: 100%;
        margin-bottom: 0.5rem!important;
    }
    .espacioGap > div {
        width: 100%;
        margin-bottom: 0px;
    }
    .espacioGap {
        margin-bottom: 10px;
    }
    .fondo_marketing {
        width: 94%;
        left: 0px;
        top: 0px;
        transform: inherit;
        -webkit-transform: inherit;
        position: relative;
    }
    .card_vivienda2 {
        right: 100px;
        bottom: 22px;
    }
    .card_vivienda {
        right: 22px;
        bottom: -10px;
    }
    .info_marketing {
        margin-top: 3rem;
    }
    .info_marketingh2P {
        width: 100% !important;
    }
    .info_marketing p {
        width: 100%;
    }
    .h2mov {
        font-size: 20px;
    }
    .pad01 {
        padding-top: 7% !important;
    }
    .cabecera_contacto {
        padding-top: 5rem;
    }
    .container_contacto h2 {
        width: 100%;
    }
    .container_contactoh2P {
        width: 100%;
    }
    .gap_contacto {
        display: grid!important;
        gap: 7px;
    }
    .numero1 {
        font-size: 29px;
        margin-bottom: -37px;
    }
    .sinPpreocupacionesh2 {
        font-size: 32px;
        margin-bottom: 2rem;
    }
    .img_ocupamos {
        width: 100%;
        height: 14rem;
    }
    .fond_preocupaciones {
        left: 63%;
        top: 56%;
    }
    .puntos_preocupaciones {
        width: 173px;
        right: -60px;
        bottom: -53%;
    }
    .nos_ocupamos {
        margin-top: 2rem;
    }
    .nos_ocupamos h2 {
        width: 100%;
    }
    .nos_ocupamosh2P {
        width: 100% !important;
    }
    .nos_ocupamos p {
        width: 100%;
    }
    .el_maximoh2P {
        width: 100%;
        margin-bottom: 2rem;
    }
    .sin_preocupaciones {
        overflow: hidden;
    }
    .container_contacto h1 {
        font-size: 25px;
    }
    .wcard_contacto {
        max-width: 20em;
    }
    .gap_valora{
        display: grid!important;
        gap: 7px;
    }
    .formulario_valoracion button {
        width: 40px;
    }
    .zona_alquilerh2P {
        width: 100%;
    }
    .fondo_alquiler {
        bottom: -163px;
        left: -41px;
    }
    .que_hace_home h2 {
        margin-bottom: 0rem;
    }
    .im_unica {
        width: 100%;
    }
    .imbajo {
        width: calc(50% - 5px);
    }
    .fondo_play {
        width: 100%;
        margin-top: 2rem;
    }
    .pad_ener {
        padding-top: 4rem;
    }
    .zonaRazones p {
        width: 100%;
    }
    .card_razones {
        margin-bottom: 2rem;
    }
    .modulo_verde {
        right: -480px;
    }
    .zona_cabecera_energetico {
        padding: 6rem 15px;
    }
    .imgFinca2 {
        width: 19rem;
        height: 17rem;
        bottom: -146px;
        right: 31px;
    }
    .imgFinca1 {
        width: 22rem;
        height: 13rem;
        margin-top: 1rem;
    }
    .pad2c2 {
        margin-top: 0px;
    }
    .sePageh2P {
        width: 100% !important;
    }
    .sePage p {
        width: 100%;
    }
    .cabecera_estilismo img {
        margin-top: 3rem;
        margin-bottom: -8rem;
        height: 19rem;
    }
    .zonaOptimiza p {
        width: 100%;
        margin-bottom: 2rem;
    }
    .segP {
        width: 100%;
        margin-bottom: 2rem;
    }
    .number_cifras33 {
        font-size: 17px;
        text-align: center;
        padding: 10px;
    }
    .espacioGap2 > div {
        width: 49%;
        margin-bottom: 0px;
    }
    .que_bot {
        margin-bottom: 0rem !important;
    }
    .buscas_agencia h2 {
        width: 100%;
    }
    .gap_rese {
        gap: 20px;
    }
    .logo_google {
        width: 89px;
    }
    .number_resenas {
        font-size: 29px;
        line-height: 20px;
    }
    .las_estrellas i {
        font-size: 7px;
    }
    .pa_rese {
        font-size: 10px;
    }
    .buscas_agencia {
        padding: 110px 10px;
    }
    .bradi {
        margin-bottom: 3rem;
        width: 94%;
    }
    .im_unica22 {
        width: 100%;
    }
    .que_hace_home {
        overflow: hidden;
    }
    .cabecera_blog {
        padding: 1% 0px;
        padding-top: 6rem;
    }
    .cudro_izq {
        flex: inherit;
    }
    .cudro_izq img {
        height: 260px;
    }
    .blog_movil {
        display: grid;
        gap: 7px;
    }
    .cabecera_ver_blog {
        padding-top: 5rem;
    }
    .cabecera_ver_blog h1 {
        font-size: 30px;
    }
    .movil_fuera {
        display: none;
    }
    .blog_home {
        padding-bottom: 2rem;
    }
    .blogMovmarg {
        margin-bottom: 1rem;
    }
    .cabeceras_politicas {
        padding-top: 7rem;
    }
    .las_redes {
        margin-bottom: 2rem;
    }
    .cabecera_mapa h2 {
        font-size: 24px;
        width: 100%;
    }
    .las_categorias div {
        margin-bottom: 6px;
    }
    .capa_mapa {
        margin-bottom: 1rem;
    }
    .banne_somos {
        margin-top: 0px;
        padding: 92px 0px;
        padding-bottom: 23px;
    }
    .txt_opi {
        font-size: 54px;
    }
    .zonaOpinionesh2H3 {
        font-size: 32px;
    }
    .margen_brady {
        margin-left: 12px;
    }
    .fondo_persona {
        top: 0px;
    }
    #explicacion_persona {
        display: none;
    }
    .img_persona44 {
        margin-top: -60px;
        width: 270px;
    }
    #nombre_persona {
        font-size: 34px;
    }
    .div_video {
        display: none;
    }
    .las_personas {
        width: 17.5rem;
    }
    .razones {
        padding: 11% 0px;
    }
    .muestra_opinion {
        margin-top: 4rem;
    }
    .grid_info {
        display: grid;
        overflow-x: auto;
        grid-template-columns: repeat(5, minmax(0, 1fr))!important;
        gap: 1rem;
        margin-bottom: 2rem;
    }
}

/* Medium devices (tablets, 768px and up)
*************TABLET VERTICAL*******************/
@media (min-width: 768px) and (max-width: 1023px) {
    .logoMenu22 {
        width: 173px;
        left: 14px;
        position: absolute;
        top: 19px;
    }
    .menuMovil {
        position: fixed;
        width: 100%;
        z-index: 999;
        padding: 11px 0;
        background: #fff;
    }
    .logoMenu {
        width: 173px;
        left: 14px;
        position: relative;
        top: 0;
    }
    .iconoAbrMenu {
        width: 40px !important;
        position: relative;
        right: 14px;
        cursor: pointer;
        top: 30%;
    }
    .cuadros_home {
        display: grid;
        gap: 7px;
    }
    .int_busca {
        display: inline;
    }
    .banner_home {
        padding-top: 5rem;
        margin-bottom: 2rem;
    }
    .cuadro_home p {
        font-size: 30px;
        line-height: 34px;
    }
    .cuadro_homep {
        width: 50% !important;
    }
    .img_edificio {
        width: 89%;
        bottom: -50px;
        z-index: 0;
        opacity: 1;
    }
    .posicion_texto_banner {
        z-index: 1;
    }
    .cuadros_home a {
        width: 400px;
    }
    .container_cuadro {
        display: flex;
    }
    .fondo_iconos {
        bottom: -10px;
    }
    .icono_cuadro img {
        margin-bottom: 0px;
    }
    .arrow {
        position: relative;
        top: -5px;
    }
    .historia h2 {
        font-size: 24px;
        width: 100%;
    }
    .grid-explica {
        grid-template-columns: repeat(2, 1fr);
    }
    .el_buscador {
        margin-top: -74px;
    }
    .historia {
        margin-bottom: 3rem;
    }
    .tipo_busqueda a {
        width: 100%;
    }
    .disMovil {
        display: contents !important;
    }
    .ultimas_propiedades {
        padding-top: 2rem;
    }
    .filtradorProductos {
        margin-top: 1rem;
    }
    .propiedades {
        margin-top: 2rem;
    }
    .marg_proM {
        margin-bottom: 1.5rem;
    }
    .espacio_btn {
        margin-top: 1rem;
    }
    .zona_valor {
        padding: 53px 30px;
    }
    .content_service {
        height: 16rem;
        margin-bottom: 1rem;
    }
    .card_servicios {
        margin-bottom: 4rem;
    }
    .rss {
        width: 142px;
        margin-top: 5px;
    }
    .footCenter {
        /*text-align: center;*/
        margin-bottom: 2rem;
    }
    .footer {
        padding: 13% 0px;
        padding-bottom: 1%;
    }
    .apps {
        margin-top: 26px;
    }
    .centerM {
        text-align: center;
    }
    .flexCenterMovil {
        flex-direction: column;
        align-items: center;
    }
    .ml_movil {
        margin-left: inherit !important;
        margin-top: 1rem;
    }
    .copy {
        margin-left: 0px;
    }
    .zona_copy {
        padding: 20px 0px;
    }
    .lista_menu li a {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .lista_menu li a img {
        width: 26px;
    }
    .lista_menu, .menu ul {
        padding-bottom: 5rem;
    }
    .grid_my {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .margen_pro {
        margin-top: 0rem;
        padding-top: 5rem;
        padding-bottom: 1rem;
    }
    .w100btn {
        width: 100%;
    }
    .mb-m56 {
        margin-bottom: 2rem;
    }
    .cabecera_propidad {
        padding-top: 6rem;
    }
    .brk-cover .brk--images[data-size="5"] {
        grid-template-rows: repeat(2, 16vh);
    }
    .completo_contacto {
        margin-top: 2rem;
    }
    .anti_minides {
        display: none !important;
    }
    .myDialog {
        width: 350px;
    }
    .otros_pisos h2 {
        margin-top: 1rem;
    }
    .img_edificio2 {
        width: 100%;
        bottom: -50px;
        z-index: 0;
        opacity: 1;
    }
    .porqueh2P {
        font-size: 24px;
        margin-bottom: 2rem;
    }
    .publicamos img {
        width: 99%;
    }
    .img_cesar {
        width: 100%;
        height: 280px;
        margin-top: 1rem;
    }
    .cesar_imagen::before {
        width: 100%;
        height: 280px;
        left: 9px;
    }
    .numera_porque {
        margin-top: 3rem;
    }
    .el_maximoh2h3 {
        font-size: 25px !important;
        width: 100%;
        margin-bottom: 2rem;
    }
    .el_maximo h2 {
        width: 100%;
        margin-bottom: 0.5rem!important;
    }
    .espacioGap > div {
        width: 49%;
        margin-bottom: 0px;
    }
    .espacioGap {
        margin-bottom: 10px;
    }
    .fondo_marketing {
        width: 94%;
        left: 0px;
        top: 0px;
        transform: inherit;
        -webkit-transform: inherit;
        position: relative;
    }
    .card_vivienda2 {
        right: 100px;
        bottom: 162px;
    }
    .card_vivienda {
        right: 22px;
        bottom: 70px;
    }
    .info_marketing {
        margin-top: 3rem;
    }
    .info_marketingh2P {
        width: 100% !important;
    }
    .info_marketing p {
        width: 100%;
    }
    .h2mov {
        font-size: 20px;
    }
    .pad01 {
        padding-top: 7% !important;
    }
    .cabecera_contacto {
        padding-top: 5rem;
    }
    .card_contacto {
        padding: 10px;
        width: 33.3%;
    }
    .container_contacto h2 {
        width: 100%;
    }
    .container_contactoh2P {
        width: 100%;
    }
    .gap_contacto {
        gap: 7px;
    }
    .numero1 {
        font-size: 29px;
        margin-bottom: -37px;
    }
    .sinPpreocupacionesh2 {
        font-size: 32px;
        margin-bottom: 2rem;
    }
    .img_ocupamos {
        width: 100%;
        height: 14rem;
        position: relative;
        top: 100px;
    }
    .ipadVert {
        width: 28rem !important;
        max-width: inherit !important;
    }
    .fond_preocupaciones {
        left: 43%;
        top: 46%;
    }
    .puntos_preocupaciones {
        width: 173px;
        right: -60px;
        bottom: -53%;
    }
    .nos_ocupamos {
        margin-top: 2rem;
    }
    .nos_ocupamos h2 {
        width: 100%;
    }
    .nos_ocupamosh2P {
        width: 100% !important;
    }
    .nos_ocupamos p {
        width: 100%;
    }
    .el_maximoh2P {
        width: 100%;
        margin-bottom: 2rem;
    }
    .sin_preocupaciones {
        overflow: hidden;
    }
    .container_contacto h1 {
        font-size: 25px;
    }
    .wcard_contacto {
        max-width: 20em;
    }
    .gap_valora{
        display: grid!important;
        gap: 7px;
    }
    .formulario_valoracion button {
        width: 40px;
    }
    .zona_alquilerh2P {
        width: 100%;
    }
    .fondo_alquiler {
        bottom: -163px;
        left: -41px;
    }
    .que_hace_home h2 {
        margin-bottom: 0rem;
    }
    .im_unica {
        width: 100%;
    }
    .imbajo {
        width: calc(50% - 5px);
    }
    .fondo_play {
        width: 100%;
        margin-top: 2rem;
    }
    .pad_ener {
        padding-top: 4rem;
    }
    .zonaRazones p {
        width: 100%;
    }
    .card_razones {
        margin-bottom: 2rem;
    }
    .modulo_verde {
        right: -140px;
    }
    .zona_cabecera_energetico {
        padding: 6rem 15px;
    }
    .imgFinca2 {
        width: 19rem;
        height: 17rem;
        bottom: 54px;
        right: 31px;
    }
    .imgFinca1 {
        width: 22rem;
        height: 13rem;
        margin-top: 6rem;
    }
    .pad2c2 {
        margin-top: 0px;
    }
    .sePageh2P {
        width: 100% !important;
    }
    .sePage p {
        width: 100%;
    }
    .cabecera_estilismo img {
        margin-top: 3rem;
        margin-bottom: -8rem;
        height: 19rem;
    }
    .zonaOptimiza p {
        width: 100%;
        margin-bottom: 2rem;
    }
    .segP {
        width: 100%;
        margin-bottom: 2rem;
    }
    .number_cifras33 {
        font-size: 17px;
        text-align: center;
        padding: 10px;
    }
    .espacioGap2 > div {
        width: 49%;
        margin-bottom: 0px;
    }
    .que_bot {
        margin-bottom: 0rem !important;
    }
    .buscas_agencia h2 {
        width: 100%;
    }
    .gap_rese {
        gap: 20px;
    }
    .logo_google {
        width: 89px;
    }
    .number_resenas {
        font-size: 29px;
        line-height: 20px;
    }
    .las_estrellas i {
        font-size: 7px;
    }
    .pa_rese {
        font-size: 10px;
    }
    .buscas_agencia {
        padding: 110px 10px;
    }
    .bradi {
        margin-bottom: 3rem;
        width: 94%;
    }
    .im_unica22 {
        width: 100%;
        margin-top: 2rem;
        max-height: 70rem;
    }
    .que_hace_home {
        overflow: hidden;
    }
    .cabecera_blog {
        padding: 1% 0px;
        padding-top: 6rem;
    }
    .cudro_izq {
        flex: inherit;
    }
    .cudro_izq img {
        height: 260px;
    }
    .blog_movil {
        display: grid;
        gap: 7px;
    }
    .cabecera_ver_blog {
        padding-top: 5rem;
    }
    .cabecera_ver_blog h1 {
        font-size: 30px;
    }
    .movil_fuera {
        display: none;
    }
    .blog_home {
        padding-bottom: 2rem;
    }
    .blogMovmarg {
        margin-bottom: 1rem;
    }
    .cabeceras_politicas {
        padding-top: 7rem;
    }
    .las_redes {
        margin-bottom: 2rem;
    }
    .cabecera_mapa h2 {
        font-size: 24px;
        width: 100%;
    }
    .las_categorias div {
        margin-bottom: 6px;
    }
    .capa_mapa {
        margin-bottom: 1rem;
    }
    .banne_somos {
        margin-top: 0px;
        padding: 92px 0px;
        padding-bottom: 23px;
    }
    .txt_opi {
        font-size: 54px;
    }
    .zonaOpinionesh2H3 {
        font-size: 32px;
    }
    .margen_brady {
        margin-left: 12px;
    }
    .fondo_persona {
        top: 0px;
    }
    .img_persona44 {
        margin-top: 0px;
        width: 300px;
    }
    #nombre_persona {
        font-size: 34px;
    }
    .div_video {
        display: none;
    }
    .las_personas {
        width: 44.5rem;
    }
    .razones {
        padding: 11% 0px;
    }
    .muestra_opinion {
        margin-top: 4rem;
    }
    .grid_info {
        display: grid;
        overflow-x: auto;
        grid-template-columns: repeat(5, minmax(0, 1fr))!important;
        gap: 1rem;
        margin-bottom: 2rem;
    }
}

/* Large devices (desktops, 992px and up)
*************TABLET HORIZONTAL*******************/
@media (min-width: 1024px) and (max-width: 1199px) {
    .img_edificio {
        width: 70%;
        right: -130px;
        bottom: 0px;
    }
    .img_edificio2 {
        width: 95%;
    }
    .cuadro_home p {
        width: 51%;
    }
    .cuadro_homep {
        width: 36% !important;
    }
    .card_contacto {
        width: 33.3%;
    }
    .ipadVert {
        width: 28rem !important;
        max-width: inherit !important;
    }
    .zona_cabecera_energetico {
        padding: 5rem 26px;
    }
    .number_cifras33 {
        text-align: center;
    }
    .div_video {
        margin-left: 27px;
    }
    .bradi {
        width: 94%;
        margin-left: 2rem;
        margin-bottom: 0px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1499px) {

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1500px) and (max-width: 1900px) {

}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1901px) and (max-width: 2500px) {
  
}

/* Estilo personalizado para aumentar la separación del icono del select */
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 2.5rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center !important;
    background-size: 16px 12px !important;
}

.input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--verde_principal);
    color: #fff;
    border: none;
}

.input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}