/* 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, .agent-image, ul.agent-information.list-unstyled, .agent-link, .header-mobile-right {
    display: none;
}
.header-v4 a.nav-link {
    color: #1E4FB3;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
}
.header-v4 a.nav-link:hover {
    color: #B32611;
    background-color: transparent;
}
.header-mobile {
    background-color: transparent;
}
.header-mobile .toggle-button-left {
    color: #1E4FB3;
}
/****************************** INICIO ******************************/
section.banner-principal.elementor-section.elementor-top-section.elementor-element.elementor-element-b147f27 {
    min-height: 700px;
    background-position: center 88%;
    background-size: 100% auto;
}
.elementor-10 .elementor-element.elementor-element-b147f27 > .elementor-background-overlay {
    background-color: transparent;
}
.elementor-10 .elementor-element.elementor-element-5f1a2d6 .houzez_section_title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 42px;
    font-weight: 400;
    margin-top: -90px;
    text-shadow: 5px 4px 4px #000 !important;
}
a.nav-link.active {
    display: none;
}
h2#title-destacadas, h2#title-servicios, h2#title-services {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 35px;;
    color: #1E4FB3;
}
p#subtitle-servicios, p#subtitle-services {
     font-family: "Roboto Condensed", Sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5em;
}
.elementor-10 .elementor-element.elementor-element-6758436 .houzez_section_title {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-shadow: 5px 4px 4px #000;
}
.elementor-10 .elementor-element.elementor-element-c500625 .houzez_section_title, .elementor-10 .elementor-element.elementor-element-53c50de .elementor-heading-title, .elementor-10 .elementor-element.elementor-element-178029e .houzez_section_title,
.elementor-10 .elementor-element.elementor-element-1332eab .elementor-heading-title, .elementor-10 .elementor-element.elementor-element-000c7d3 .houzez_section_title, .elementor-10 .elementor-element.elementor-element-53c50de .elementor-heading-title,
.elementor-10 .elementor-element.elementor-element-178029e .houzez_section_title, .elementor-10 .elementor-element.elementor-element-1332eab .elementor-heading-title,.elementor-10 .elementor-element.elementor-element-000c7d3 .houzez_section_title {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4em;
    text-shadow: 5px 4px 4px #000;
}
.elementor-10 .elementor-element.elementor-element-dbd6aa6 > .elementor-background-overlay {
    background-color: #00335a75 !important;
    opacity: 0.85;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.grid-servicios{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}
.card-servicio{
    position:relative;
    background:#fff;
    padding:40px 30px;
    border-radius:24px;
    overflow:hidden;
    border:1px solid transparent;
    transition:.35s;
    box-shadow:
        0 12px 25px rgba(0,0,0,.06);
    opacity:0;
    transform:translateY(40px);
    animation:mostrar .8s forwards;
}
.card-servicio:nth-child(1){animation-delay:.1s;}
.card-servicio:nth-child(2){animation-delay:.2s;}
.card-servicio:nth-child(3){animation-delay:.3s;}
.card-servicio:nth-child(4){animation-delay:.4s;}
.card-servicio:nth-child(5){animation-delay:.5s;}
.card-servicio:nth-child(6){animation-delay:.6s;}
.card-servicio:nth-child(7){animation-delay:.7s;}
.card-servicio:nth-child(8){animation-delay:.8s;}
.card-servicio::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#B32611 !important;
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}
.card-servicio:hover{
    transform:translateY(-10px);
    border:1px solid #B32611;
    box-shadow:
        /*0 20px 45px rgba(0,0,0,.12);*/
        0 20px 45px rgba(179,38,17,.18);
}
.card-servicio:hover::before{
    transform:scaleX(1);
}
.icono{
    width:78px;
    height:78px;
    border-radius:50%;
    background:#1E4FB3;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2rem;
    margin-bottom:25px;
    transition:.35s;
}
.card-servicio:hover .icono{
    background:#B32611;
    transform:rotate(8deg) scale(1.08);
}
.card-servicio h3{
    font-family: "Roboto Condensed", Sans-serif;
    font-size:1.35rem;
    color:#000;
    margin-bottom:18px;
}
.card-servicio p{
    font-family: "Roboto Condensed", Sans-serif;
    color:#000;
    line-height:1.8;
    font-size:18px;
}
@keyframes mostrar{
    to{
        opacity:1;
        transform:translateY(0);
    }
}
/****************************** 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-servicios {
    font-family: "Roboto Condensed", sans-serif;
    color: #FFFFFF;
    font-size: 42px !important;
    font-weight: 400 !important;
    margin-top: 220px;
    margin-left: 465px;
    text-shadow: 5px 4px 4px #000 !important;
}
.nosotros-descripcion p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 23px;
    line-height: 1.5;
    margin-top: 85px;
}
section.mision-vision-nosotros.elementor-section.elementor-top-section.elementor-element.elementor-element-5b81e21 {
    padding-bottom: 80px;
}
h2#title-slogan {
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    font-size: 42px !important;
    font-weight: 400 !important;
    text-shadow: 2px 4px 4px #B32611  !important;
}
.mision-vision-nosotros {
    padding-bottom: 50px;
}
.grid-mvv{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}
.card-mvv{
    background:#fff;
    border-radius:22px;
    padding:45px 35px;
    position:relative;
    overflow:hidden;
    transition:.35s;
    border:1px solid #ececec;
    box-shadow:
    0 12px 30px rgba(0,0,0,.06);
}
.card-mvv::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:#B32611;
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}
.card-mvv:hover{
    transform:translateY(-12px);
    box-shadow:
    0 18px 40px rgba(179,38,17,.18);
    border-color:#B32611;
}
.card-mvv:hover::before{
    transform:scaleX(1);
}
.card-mvv h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size:30px;
    color:#000;
    margin-bottom:20px;
    font-weight:600;
    transition:.35s;
}
.card-mvv:hover h2{
    color:#B32611;
}
.card-mvv p {
    font-family: "Roboto Condensed", sans-serif;
    font-size:18px;
    line-height:1.9;
    text-align:justify;
    color:#000;
}
ul.lista-valores {
     font-family: "Roboto Condensed", sans-serif;
    font-size:18px;
    line-height:1.5;
    text-align:justify;
    color:#000;
}
/****************************** PROPIEDADES VENTA/RENTA ******************************/
#banner-propiedadesventa, #banner-propiedadesrenta {
    display: flex;
    flex-direction: column;   
    align-items: center;   
    min-height: 100vh;      
    padding-top: 80px;        
    box-sizing: border-box;
}
h1#title-propiedadesventa, h1#title-propiedadesrenta {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    margin-top: 150px;
    margin-left: 430px;
    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);
}
.elementor-10 .elementor-element.elementor-element-622483d .elementor-button {
    background-color: #1E4FB3;
    border-color: #1E4FB3;
}
.elementor-10 .elementor-element.elementor-element-622483d .elementor-button:hover {
    background-color: #B32611;
    border-color: #B32611;
}
.btn-primary {
    color: #fff;
    background-color: #1E4FB3;
    border-color: #1E4FB3;
}
.btn-primary:hover {
    background-color: #B32611;
    border-color: #B32611;
}
/****************************** DETALLE PROPIEDAD ******************************/
.slick-arrow {
    background-color: #1E4FB3;
}
.btn-secondary {
    background-color: #1E4FB3;
    border-color: #1E4FB3;
}
.btn-secondary:hover {
    background-color: #B32611;
    border-color: #B32611;
}
#det-prop .btn_submit_form {
    width: 100%;
}
/****************************** SERVICIOS ******************************/
section.banner-servicios.elementor-section.elementor-top-section.elementor-element.elementor-element-5b81e21 {
    min-height: 700px;
    background-position: center 88%;
    background-size: 100% auto;
}
.hero-box{
    display:flex;
    background:#ffffff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
    max-width:1100px;
    margin:auto;
}
.hero-content{
    flex:1;
    padding:50px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.btn-hero{
    background-color:#1E4FB3;
    color:#ffffff;
    padding:12px 30px;
    border-radius:8px;
    border:none;
    width:fit-content;
    transition:all .3s ease;
}
.btn-hero:hover{
    background-color:#B32611;
    transform:translateY(-2px);
}
.hero-image{
    flex:1;
}
.hero-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
h2.tituloserv {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 27px;
    font-weight: 400;
    color: #1E4FB3;
}
p.descripserv {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
}
/****************************** AGENTES ******************************/
section.advanced-search.advanced-search-nav {
    display: block;
}
section#agentes {
    background-color: #f2f2f2;
}
.advanced-search-nav {
    background-color: #fff;
}
i.fa.fa-user.fa-5x {
    color: #1E4FB3;
}
.elementor-10 .elementor-element.elementor-element-ff05969 .agent-grid-wrap .btn {
    color: #fff;
    background-color: #1E4FB3;
    border-color: #1E4FB3;
}
.elementor-10 .elementor-element.elementor-element-ff05969 .agent-grid-wrap .btn:hover {
    background-color: #B32611;
    border-color: #B32611;
}
/****************************** BLOG ******************************/
#banner-blog {
    display: flex;
    flex-direction: column;   
    align-items: center;   
    min-height: 100vh;      
    padding-top: 80px;        
    box-sizing: border-box;
}
h1#title-blog {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    margin-top: 205px;
    margin-left: 505px;
    text-shadow: 5px 4px 4px #000 !important;
}

/****************************** 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;
}
.elementor-element.elementor-element-1bdf606 .elementor-heading-title {
    font-family: "Roboto Condensed", sans-serif;
    color: #FFFFFF;
    font-size: 42px !important;
    font-weight: 400 !important;
    margin-top: 220px;
    margin-left: 465px;
    text-shadow: 5px 4px 4px #000 !important;
}
.elementor-10 .elementor-element.elementor-element-25a24dc .elementor-button {
    background-color: #1E4FB3;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
}
.elementor-10 .elementor-element.elementor-element-25a24dc .elementor-button:hover {
    background-color: #B32611;
}
#contacto-masinfo p, label.elementor-field-label, label.gdpr-text {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
}
.adress.elementor-element.elementor-element-81258c8.elementor-widget.elementor-widget-text-editor {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
}
/***************************** FOOTER ******************************/
.footer-top-wrap {
    background-color: #02266E;
}
.footer-bottom-wrap {
    background-color: #00335A;
}
div#fixed_botton {
    display: block !important;
}
img#imgfooter {
    width: 200px;
    height: 200px;
}
.widget-title {
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
}
ul#contacto-footer, ul#menu-footer {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    line-height: 24px;
}
/****************************** RESPONSIVE ******************************/
@media (min-width: 1024px) {
    h1#title-propiedadesventa, h1#title-propiedadesrenta {
        margin-top: 145px;
        margin-left: 300px;
    }
}
@media (max-width: 991.98px) {
    .page-title-wrap .page-title h1 {
        margin-left: 15px;
    }
    .page-title-wrap .item-price-wrap .item-price {
        margin-right: 20px;
    }
    .page-title-wrap .label {
        margin-left: 15px;
    }
    .page-title-wrap .item-address {
        margin-left: 15px;
    }
}
@media(max-width:991px){
    .hero-box{
        flex-direction:column;
    }
    .hero-content{
        padding:35px;
    }
    .hero-image{
        height:280px;
    }
}
@media (max-width: 768px) {
    .nav-mobile .main-nav .nav-item a {
        font-size:16px;
    }
    h1#title-propiedadesventa, h1#title-propiedadesrenta {
        margin-top: 145px;
        margin-left: 180px;
    }
    .header-mobile .logo {
        margin-top: 34px;
    }
    h1#title-nosotros, h1#title-servicios, h1#title-contacto {
        margin-top: 220px;
        margin-left: 306px;
    }
}
@media (max-width: 425px) {
    .nav-mobile .main-nav .nav-item a {
        font-size:16px;
    }
    h1#title-propiedadesventa, h1#title-propiedadesrenta {
        margin-left: 0px;
    }
    .header-mobile .logo {
        margin-top: 34px;
    }
    h1#title-nosotros, h1#title-servicios, h1#title-contacto {
        margin-top: 220px;
        margin-left: 120px;
    }
    h1#title-blog {
        margin-top: 205px;
        margin-left: 150px;
    }
}