/* CSS *//*NUEVOS ESTILOS*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.nav-link, .section-inicio, .busqueda-inicio, .propiedades-destacadas, .simular-credito, .servicios-inicio, .solicitar-asesoria, .reviews-inicio, .banner-acerca-nosotros {
    font-family: Roboto !important;
}

.main-wrap {
    background-color: #FFF;
}
.grecaptcha-badge, .reviews-inicio2, .breadcrumb-wrap {
    display: none;
}
button.btn.toggle-button-right {
    display: none;
}
/*********** MENÚ **********/
.main-nav {
    font-size: 18px;
}
.botonContacto {
    color: #ffffff !important;
    /*border: 3px solid #cb3234;*/
    border: none;
    background-color: #cb3234;
    border-radius: 10px;
    font-size: 16px;
    font-family: Roboto !important;
    padding: 10px 12px 10px 12px !important;
}
.botonContacto:hover {
   background-color: #33beff !important;
}
#id_option1072 {
    display: none;
}
@media (max-width: 768px) {
  #id_option1072 {
    display: block; /* mostrar en móviles */
  }
}

/*********** MENÚ MÓVIL **********/
.nav-mobile {
    background-color: #1B3C6F;
}


/*********** INICIO **********/
.elementor-10 .elementor-element.elementor-element-5f1a2d6 .houzez_section_title_wrap .houzez_section_title {
    font-size: 35px;
    font-family: Roboto !important;
    color: #cb3234;
}
.elementor-10 .elementor-element.elementor-element-5f1a2d6 .houzez_section_title_wrap .houzez_section_subtitle {
    font-size: 22px;
    font-family: Roboto !important;
    color: #000;
}
h2.houzez_section_title {
    font-size: 25px;
    font-family: Roboto !important;
    color: #1B3C6F !important;
}
.houzez_section_title_wrap.section-title-module {
    font-size: 20px;
    font-family: Roboto !important;
    color: #000;
}
.elementor-10 .elementor-element.elementor-element-61d75a7d .houzez_section_title_wrap .houzez_section_subtitle {
    color: #000;
}
.elementor-10 .elementor-element.elementor-element-3a474c0 .elementor-button {
    background-color: #3C973A;
}
.caracteristicas-activa {
    display: none;
}
.solicitar-asesoria h2, .simular-credito h2 {
    font-size: 35px;
    font-family: Roboto !important;
    color: #FFFFFF;
    /*color: #cb3234;*/
    padding: 30px;
}
.solicitar-asesoria p {
    font-size: 25px;
    font-family: Roboto !important;
    color: #FFFFFF;
    line-height: 1.5;
    padding: 35px;
}
.servicios-inicio h2 {
    font-size: 25px;
    font-family: Roboto !important;
    color: #1B3C6F;
    padding: 30px;
}
.reviews-inicio h2 {
    font-size: 25px;
    font-family: Roboto !important;
    color: #1B3C6F;
}

/*Servicios*/
.card-container {
    perspective: 1000px;
    margin-bottom: 30px;
}
.card {
    width: 100%;
    height: 320px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.08s ease;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
/* Hover (solo desktop) */
@media (hover: hover) and (pointer: fine) {
    .card-container:hover .card {
    transform: rotateY(180deg);
    }
}
/* Flip en móviles (agregado con JS) */
.card.is-flipped {
    transform: rotateY(180deg);
}
.card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
}
/* --- Tarjeta 1 (normal) --- */
.card-front img {
    width: 100%;
    height: 70%;
    object-fit: cover;
}
.card-front h3 {
    margin: 0;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-family: Roboto !important;
    text-align: center;
}
/* --- Tarjetas 2 a 5 (imagen de fondo + título centrado) --- */
.card-front.bg-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
.card-front.bg-image h3 {
    font-size: 20px;
    font-family: Roboto !important;
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 10px 20px;
    border-radius: 10px;
}
.card-back {
    background: #f8f9fa;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}
/* Tarjeta estática */
.card-static {
    width: 100%;
    height: 320px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-family: Roboto !important;
    font-weight: bold;
    color: #cb3234;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.solicitar-asesoria {
    background: url(https://sistema.siga-broker.com/storage/d58072be2820e8682c0a27c0518e805e/banco_archivos_sitios_web/1000_necesita-asesoria.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

/*Simular Crédito Hipotecario*/
.simular-credito {
    background: url(https://sistema.siga-broker.com/storage/d58072be2820e8682c0a27c0518e805e/banco_archivos_sitios_web/1000_tipo_propiedad.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}
.btn-simular, .btn_solicitar_asesoria  {
    background-color: #cb3234 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-family: Roboto !important;
    transition: background-color 0.3s ease !important;
}
.btn-simular:hover, .btn_solicitar_asesoria:hover  {
  background-color: #00aeff !important;
}
.check-list-pure-inicio { 
    list-style: none; 
    margin: 0; 
    padding: 30px; 
    font-size: 20px;
    color: #FFFFFF;
}
.check-list-pure-inicio li { 
    position: relative; 
    padding-left: 28px; 
    margin: 8px 0; 
}
.check-list-pure-inicio li:before {
    content: "\2713" !important; /* ✓ */
    position: absolute; left: 0; top: 0; line-height: 1 !important; 
    transform: translateY(2px) !important;
    font-weight: 700 !important;
    color: #cb3234 !important;
}
.card-simulador {
    border: 2px solid #fff;
    background: transparent;
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    color: #fff;
    max-width: 300px;
    margin: 50px auto;
    transition: box-shadow .3s ease, transform .3s ease;
}
.card-simulador h3 {
    margin: 10px 0 14px;
    font-weight: 600;
    font-size: 18px;
    font-family: Roboto !important;
    line-height: 1.3;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
}
.card-simulador .icono {
    font-size: 30px;
    color: #fff;
}
.card-simulador .btn-simular {
    border-radius: 999px;
    padding: 6px 16px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-family: Roboto !important;
    transition: background .25s ease, color .25s ease;
}
.card-simulador .btn-simular:hover,
.card-simulador .btn-simular:focus {
    background: #fff;
    color: #0f172a;
    text-decoration: none;
}
.card-simulador:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,.3);
    transform: translateY(-2px);
}
/*Reviews*/
.review-slider {
    margin: 50px auto;
    max-width: 1100px;
}
.review-text {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.review-text h3 {
    font-size: 25px;
    font-family: Roboto !important;
    font-weight: bold;
    color: #cb3234;
    margin-bottom: 20px;
}
.review-text h4 {
    font-size: 20px;
    font-family: Roboto !important;
    margin: 10px 0 5px;
    font-weight: bold;
}
.review-text h5 {
    font-size: 16px;
    font-family: Roboto !important;
    margin: 0 0 15px;
    color: #777;
}
.review-text p {
    font-size: 18px;
    font-family: Roboto !important;
    line-height: 1.6;
    color: #444;
}
.review-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-img img {
    border-radius: 20px;
    width: auto;
    height: 350px;
    /*object-fit: cover;*/
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
/* Indicadores alineados */
.carousel-indicators {
    bottom: -40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
}
.carousel-indicators li {
    background-color: #ccc !important;
    border: none !important;
    width: 12px !important;
    height: 12px !important;
    margin: 5px !important;
    border-radius: 50% !important;
}
.carousel-indicators .active {
    background-color: #cb3234 !important;
}
/* Transición suave */
.carousel .item {
    transition: opacity 1.2s ease-in-out;
    opacity: 0;
}
.carousel .active {
    opacity: 1;
}
/* Flechas centradas */
.nav-arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 40px !important;
    color: #cb3234 !important;
    cursor: pointer !important;
    opacity: 0.7 !important;
    height: 100% !important;
}
.nav-arrow:hover {
    opacity: 1 !important;
    color: #a02122 !important;
}
/* Hacemos que el row se comporte como flex para alinear todo */
.carousel .row {
    display: flex !important;
    align-items: center !important;
}

h2.titulo-rev-slider {
    color: #cb3234 !important;
    font-size: 30px !important;
    font-family: Roboto !important;
}

/*********** ACERCA DE NOSOTROS **********/
.elementor-element.elementor-element-5b81e21 > .elementor-background-overlay {
    opacity: 1;
    transition: background 1s, border-radius 1s, opacity 1s;
}
.elementor-element.elementor-element-5b81e21 > .elementor-background-overlay
 {
    opacity: inherit;
}
.acerca-de-nosotros, .mision-acerca-nosotros, .vision-acerca-nosotros, .valores-acerca-nosotros {
    padding: 30px;
}
.banner-acerca-nosotros h1, .banner-credito-hipotecario h1 {
    color: #1B3C6F !important;
    font-family: Roboto !important;
}
.acerca-de-nosotros h2, .calculadora-credito-hipotecario h2 {
    font-size: 25px;
    font-family: Roboto !important;
}
.acerca-de-nosotros h3, .mision-acerca-nosotros h3, .vision-acerca-nosotros h3, .valores-acerca-nosotros h3 {
    font-size: 20px;
    font-family: Roboto !important;
}
.acerca-de-nosotros p, .mision-acerca-nosotros p, .vision-acerca-nosotros p, .valores-acerca-nosotros p, .calculadora-credito-hipotecario p {
    font-size: 16px;
    font-family: Roboto !important;
    line-height: 1.5;
}
.acerca-de-nosotros img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: none;
}
.acerca-de-nosotros img {
    margin-top: 30px;
    width: auto !important;
    height: 200px !important;
    display: block !important;
    margin-bottom: 1rem;
    border-radius: 10px !important;
    text-align: center !important;
}
.mision-acerca-nosotros img, .vision-acerca-nosotros img, .valores-acerca-nosotros img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.mision-acerca-nosotros, .valores-acerca-nosotros {
    background: rgb(243, 249, 252);
}
.check-list-pure { 
    list-style: none; 
    margin: 0; 
    padding: 0; 
}
.check-list-pure li { 
    position: relative; 
    padding-left: 28px; 
    margin: 8px 0; 
}
.check-list-pure li:before {
    content: "\2713" !important; /* ✓ */
    position: absolute; left: 0; top: 0; line-height: 1 !important; 
    transform: translateY(2px) !important;
    font-weight: 700 !important;
    color: #3c763d !important;
}

#vision-nosotros-img {
    order: 1;
}
#vision-nosotros-descripcion {
    order: 2;
}
@media (max-width: 425px) {
    #vision-nosotros-img  {
        order: 2;
    }
    #vision-nosotros-descripcion {
        order: 1;
    }
}

/*********** CASAS VENTA / RENTA **********/
.elementor-field-label {
    font-size: 14px;
    font-family: Roboto !important;
    color: #FFF;
}
.elementor-10 .elementor-element.elementor-element-622483d .elementor-button {
    background-color: #3C973A;
}
.elementor-10 .elementor-element.elementor-element-622483d .elementor-button:hover {
    background-color: #3ec0ef;
}
/*Detalle propiedad*/
.col-lg-4.col-md-4.bt-sidebar-wrap.houzez_sticky, #property-detail-wrap {
    display: none;
}

/*********** AGENTES **********/
.page-title-wrap h1{
    font-size: 30px;
    font-family: Roboto !important;
}
.agentes-search {
    background-color: #FFF;
}
.btn-search {
    background-color: #3C973A;
    border-color: #3C973A;
}
#_agent_search-1 {
    display: none;
}

/*********** CONTACTO **********/
.banner-contacto h1 {
    color: #1B3C6F !important;
    font-family: Roboto !important;
}
.mb-0.padding-top.font-weight-bold {
    font-size: 18px;
    font-family: Roboto !important;
    color: #cb3234;
}
.elementor-10 .elementor-element.elementor-element-25a24dc .elementor-button {
    background-color: #cb3234;
}
.elementor-10 .elementor-element.elementor-element-25a24dc .elementor-button:hover {
    background-color: #33beff;
}

/*********** FOOTER **********/
.footer-top-wrap, .footer-bottom-wrap {
    background-color: #1B3C6F;
}
.footer-top-wrap p {
    font-size: 14px;
    font-family: Roboto !important;
}
img.logo-footer-container {
    width: 250px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {

}
/*********** UPDATE 18-NOV-25 **********/
.block-title-wrap {
    display: none;
}
div#formgroup_tmd {
    display: none;
}
/*li#contenido_totalSeguroDesgravamenResult {
    display: none;
}*/