/* CSS *//*NUEVOS ESTILOS*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sen:wght@400..800&display=swap');
/****************************** GENERAL ******************************/
.grecaptcha-badge, a.nav-link.active, label.elementor-field-label, .header-mobile-right, .agent-listings-count, p.agent-list-position, .agent-profile-buttons {
    display: none;
}
.banner-principal, .banner-contacto, .banner-nosotros, .banner-casasventa, .banner-casasrenta, .banner-proyectos {
    position:relative;
    background:#fff;
    overflow:hidden;
}
.banner-principal::after, .banner-contacto::after, .banner-nosotros::after, .banner-casasventa::after, .banner-casasrenta::after, .banner-proyectos::after {
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:130px;
    background:linear-gradient(
        to bottom,
        rgba(222,75,40,0) 0%,
        rgba(253,253,253,0.4) 40%,
        rgba(255,255,255,0.7) 75%,
        #ffffff 110%
    );
    pointer-events:none;
}
/****************************** HEADER ******************************/
.header-v4 a.nav-link {
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
}
.header-v4 a.nav-link:hover {
    background-color: transparent;
    color: #F0C892;
}
.header-mobile {
    background-color: transparent;
}
.header-mobile .toggle-button-left {
    color: black;
}
.nav-mobile .main-nav .nav-item a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    color: black;
    border-bottom: 2px solid #dce0e0;
}
/****************************** INICIO ******************************/
section.banner-principal.elementor-section.elementor-top-section.elementor-element.elementor-element-b147f27 {
    min-height: 700px;
    background-position: center 92%;
    background-size: 100% auto;
}
.elementor-10 .elementor-element.elementor-element-b147f27 > .elementor-background-overlay {
    background-color: transparent;
}
.elementor-10 .elementor-element.elementor-element-61d75a7d .houzez_section_title_wrap .houzez_section_title, .elementor-10 .elementor-element.elementor-element-efcc126 .houzez_section_title_wrap .houzez_section_title,
.elementor-10 .elementor-element.elementor-element-6758436 .houzez_section_title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 35px;
}
.elementor-10 .elementor-element.elementor-element-efcc126 .houzez_section_title_wrap .houzez_section_subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    line-height: 1.5;
}
.elementor-10 .elementor-element.elementor-element-dbd6aa6 > .elementor-background-overlay {
    background-color: #090909d6;
    opacity: 0.85;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-10 .elementor-element.elementor-element-c500625 .houzez_section_title, .elementor-10 .elementor-element.elementor-element-178029e .houzez_section_title, .elementor-10 .elementor-element.elementor-element-000c7d3 .houzez_section_title {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 23px;
    line-height: 1.5;
}
.elementor-10 .elementor-element.elementor-element-c500625 .houzez_section_subtitle, .elementor-10 .elementor-element.elementor-element-178029e .houzez_section_subtitle, .elementor-10 .elementor-element.elementor-element-000c7d3 .houzez_section_subtitle {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 18px;
    line-height: 1.5;
}
/****************************** NOSOTROS ******************************/
section.banner-nosotros.elementor-section.elementor-top-section.elementor-element.elementor-element-5b81e21 {
    min-height: 700px;
    background-position: center 88%;
    background-size: 100% auto;
}
h1#title-nosotros, h1#title-contacto {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 42px;
    font-weight: 400;
    margin-top: 270px;
    margin-left: 460px;
    text-shadow: 5px 4px 4px #000 !important;
}
.nosotros-descripcion p, p.mb-0 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 1.5;
}
.bloque-texto{
    background:#000;
    display:flex;
    align-items:center;
    padding:60px 50px;
    min-height:420px;
}
.contenido{
    max-width:500px;
}
.contenido h2, .card-valor h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size:35px;
    font-weight:300;
    color:#fff;
    margin-bottom:25px;
}
.contenido p{
    font-family: "Roboto Condensed", sans-serif;
    font-size:20px;
    line-height:1.8;
    color:#fff;
}
.bloque-imagen{
    width: 600px;
    height: auto;
    min-height:420px;
    overflow:hidden;
}
.bloque-imagen img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.grid-valores{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}
.card-valor{
    position:relative;
    background:#fff;
    padding:45px 30px;
    border-radius:24px;
    text-align:center;
    overflow:hidden;
    box-shadow:
        0 8px 25px rgba(0,0,0,.08);
    transition:
        transform .4s ease,
        box-shadow .4s ease;
}
.card-valor::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#000;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .4s ease;
}
.card-valor:hover{
    transform:translateY(-10px);
    box-shadow:
        0 20px 35px rgba(0,0,0,.12);
}
.card-valor:hover::before{
    transform:scaleX(1);
}
h2#title-valores {
    font-family: "Roboto Condensed", sans-serif;
    font-size:35px;
    font-weight:300;
    color:#000;
    margin-bottom:25px;
}
.card-valor h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size:25px;
    font-weight:300;
    color:#000;
    margin-bottom:25px;
}
.icono{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:rgba(53,89,168,.08);
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:25px;
    transition:all .4s ease;
}
.icono i{
    font-size:2.4rem;
    color:#000;
    transition:all .4s ease;
}
.card-valor:hover .icono{
    background:#000;
}
.card-valor:hover .icono i{
    color:#fff;
    transform:scale(1.15);
}
.card-valor{
    opacity:0;
    transform:translateY(40px);
    animation:fadeUp .8s forwards;
}
.card-valor:nth-child(1){animation-delay:.1s;}
.card-valor:nth-child(2){animation-delay:.2s;}
.card-valor:nth-child(3){animation-delay:.3s;}
.card-valor:nth-child(4){animation-delay:.4s;}
.card-valor:nth-child(5){animation-delay:.5s;}
@keyframes fadeUp{
    to{
        opacity:1;
        transform:translateY(0);
    }
}
#svg-honestidad, #svg-compromiso, #svg-transparencia, #svg-responsabilidad, #svg-innovacion {
    width:50px;
    height: 50px;
}
#svg-honestidad:hover, #svg-compromiso:hover, #svg-transparencia:hover, #svg-responsabilidad:hover, #svg-innovacion:hover {
    fill:#fff;
}
/****************************** PROYECTOS - PROPIEDADES EN VENTA / RENTA ******************************/
#banner-casasventa, #banner-casasrenta, #banner-proyectos {
    display: flex;
    flex-direction: column;   
    justify-content: center;
    align-items: center;   
    min-height: 100vh;      
    padding-top: 80px;        
    box-sizing: border-box;
}
.banner-casasventa, .banner-casasrenta, .banner-proyectos {
    min-height: 600px;
    background-position: center 88%;
    background-size: 100% auto;
}
h1#title-casasventa, h1#title-casasrenta, h1#title-proyectos {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    margin-top: -130px;
    margin-left: 400px;
    text-shadow: 5px 4px 4px #000 !important;
}
h1#title-proyectos {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    margin-top: -162px;
    margin-left: 470px;
    text-shadow: 5px 4px 4px #000 !important;
}
.search-card{
    max-width:1400px;
    margin:auto;
    background:#fff;
    border-radius:12px;
    padding:30px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}
.filtros-busqueda.page-title-wrap, .filtros-busqueda-renta.page-title-wrap {
    margin-top: 55px;
}
a.btn.btn-primary.btn-item, .btn-secondary, .slick-arrow, #filtros-busqueda .btn_buscar_filtros_cat_prop_v3, #filtros-busqueda-renta .btn_buscar_filtros_cat_prop_v3 {
    background-color: #000;
    border-color: #000;
}
.btn-primary-outlined {
    color: black;
    background-color: transparent;
    border-color: black;
}
.btn-primary-outlined:hover, a.btn.btn-primary.btn-item:hover, .btn-secondary:hover, .slick-arrow:hover, #filtros-busqueda .btn_buscar_filtros_cat_prop_v3:hover, #filtros-busqueda-renta .btn_buscar_filtros_cat_prop_v3:hover {
    color: #fff;
    background-color: #F0B76A;
    border-color: #F0B76A;
}
#modal-ampliado button {
    font-size: 15px ! IMPORTANT;
    background: #F0B76A !important;
    border-radius: 100px;
}
div#modal-ampliado img {
    box-shadow: none !important;
}
/****************************** AGENTES ******************************/
section.advanced-search.advanced-search-nav {
    display: block;
    background-color: #f2f2f2;
}
.advanced-search-nav {
    background-color: #fff;
}
h1#title-agentes {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 35px;
    color: #fff;
    text-shadow: 4px 1px 5px #000 !important;
}
i.fa.fa-user.fa-5x {
    color: #000;
}
.elementor-10 .elementor-element.elementor-element-ff05969 .agent-grid-wrap .btn, button.btn.btn-search.btn-secondary.btn-full-width {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.elementor-10 .elementor-element.elementor-element-ff05969 .agent-grid-wrap .btn:hover, button.btn.btn-search.btn-secondary.btn-full-width:hover {
    background-color: #F0B76A;
    border-color: #F0B76A;
    color: #fff;
}
/****************************** CONTACTO ******************************/
section.banner-contacto.elementor-section.elementor-top-section.elementor-element.elementor-element-125aa3d {
    min-height: 700px;
    background-position: center 88%;
    background-size: 100% auto;
}
p.mb-0.padding-top.font-weight-bold {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
}
button#btn-formcontacto {
    background-color: black;
    border-color: black;
}
button#btn-formcontacto:hover {
    background-color: #F0B76A;
    border-color: #F0B76A;
}
input#input-name, input#input-firstname, input#input-email, textarea#input-message {
    width:100%;
    border:none;
    border-bottom:2px solid #d6d6d6;
    background:transparent;
    padding:12px 0;
    font-size:16px;
    color:#333;
    outline:none;
    resize:none;
    transition:border-color .3s ease;
}
input#input-name:focus, input#input-firstname:focus, input#input-email:focus, textarea#input-message:focus {
    border-bottom-color:#000;
}
/****************************** FOOTER ******************************/
.footer-top-wrap, .footer-bottom-wrap {
    background-color: black;
}
img.img-logo-footer {
    width: 120px;
    height: auto;
}
div#fixed_botton {
    display: block !important;
}
.btn-primary {
    color: #fff;
    background-color: #F0C892;
    border-color: #F0C892;
}
.btn-primary:hover {
    background-color: #F0B76A;
    border-color: #F0B76A;
}
.widget-body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
/****************************** RESPONSIVE ******************************/
@media(max-width:1200px){
    .grid-valores{
        grid-template-columns:repeat(3,1fr);
    }
}
@media(max-width:1024px){
    .grid-valores{
        grid-template-columns:repeat(3,1fr);
    }
     h1#title-nosotros, h1#title-contacto {
        font-size: 35px;
        margin-top: 332px;
        margin-left: 270px;
    }
    h1#title-casasventa, h1#title-casasrenta {
        font-size: 35px;
        margin-left: 220px;
    }
     h1#title-proyectos {
        font-size: 35px;
        margin-top: -162px;
        margin-left: 300px;
        text-shadow: 5px 4px 4px #000 !important;
    }
    .elementor-10 .elementor-element.elementor-element-61d75a7d .houzez_section_title_wrap .houzez_section_title, .elementor-10 .elementor-element.elementor-element-efcc126 .houzez_section_title_wrap .houzez_section_title, .elementor-10 .elementor-element.elementor-element-6758436 .houzez_section_title {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 28px;
        margin-top: -35px;
    }
    .elementor-10 .elementor-element.elementor-element-efcc126 .houzez_section_title_wrap .houzez_section_subtitle {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 18px;
        line-height: 1.5;
    }
    .nosotros-misionvision {
        margin-left: 0px;
    }
}
@media screen and (width: 430px) and (height: 932px) {
    .grid-valores{
        grid-template-columns:repeat(3,1fr);
    }
     h1#title-nosotros, h1#title-contacto {
        font-size: 35px;
        margin-top: 332px;
        margin-left: 130px;
    }
    h1#title-casasventa, h1#title-casasrenta {
        font-size: 35px;
        margin-left: 80px;
    }
    h1#title-proyectos {
        font-size: 35px;
        margin-top: -162px;
        margin-left: 470px;
    }
    h1.text-break.text-wrap {
        margin-left: 10px;
    }
    li.item-price {
        font-size: 20px !important;
        margin-right: 30px;
    }
    .property-labels-wrap {
        margin: 10px 12px 12px;
    }
    .page-title-wrap .item-address {
        margin-left: 10px;
    }
    .nosotros-misionvision {
        margin-left: 10px;
    }
}
@media(max-width:768px){
    .titulo-seccion h2{
        font-size:2.3rem;
    }
    .grid-valores{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }
}
@media(max-width:576px){
    .valores{
        padding:70px 20px;
    }
    .grid-valores{
        grid-template-columns:1fr;
    }
    .titulo-seccion h2{
        font-size:2rem;
    }
    .card-valor{
        padding:35px 25px;
    }
    .search-card{
        padding:20px;
    }
}
@media(max-width:425px){
    h1#title-nosotros, h1#title-contacto {
        font-size: 35px;
        margin-top: 332px;
        margin-left: 130px;
    }
    h1#title-casasventa, h1#title-casasrenta {
        font-size: 35px;
        margin-left: 50px;
    }
     h1#title-proyectos {
        margin-top: -162px;
        margin-left: 110px;
    }
    h1.text-break.text-wrap {
        margin-left: 10px;
    }
    li.item-price {
        font-size: 20px !important;
        margin-right: 30px;
    }
    .property-labels-wrap {
        margin: 10px 12px 12px;
    }
    .page-title-wrap .item-address {
        margin-left: 10px;
    }
    .proyecto-info.col-lg-8.col-md-8.bt-content-wrap-alt.pb-5 {
        margin-top: -270px;
    }
   /*#proyecto-info div#property-description-wrap {
        margin-top: 260px;
    }*/
    #proyecto-info .block-wrap {
        margin-top: 880px;
    }
    div#property-features-wrap {
        margin-top: -820px;
    }
    .detalle-propiedad.col-lg-8.col-md-8.bt-content-wrap-alt.pb-5 {
        margin-top: -260px;
    }
    .block-wrap {
        margin-top: 600px;
    }
    div#property-description-wrap {
        margin-top: -560px;
    }
    div#property-address-wrap, div#property-detail-wrap {
        margin-top: -540px;
    }
}