body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* Títulos principales */
h1,
h2,
h3,
.titulo-principal,
.section-title,
.card-title {
    font-family: 'Amaranth', 'Montserrat', sans-serif;
    font-weight: 700;
    /* negritas */
}

/* Ajusta tamaños aproximados */
h1 {
    font-size: 30px;
    /* o el que te guste */
}

h2 {
    font-size: 24px;
    /* “aprox 24” como te pidieron */
}

h3 {
    font-size: 20px;
    /* un poco más pequeño que h2 */
}

/* Subtítulos */
.subtitulo {
    font-family: 'Amaranth', 'Montserrat', sans-serif;
    font-weight: 700;
    /* negritas */
    font-size: 18px;
    /* más pequeño que el título principal */
    margin-bottom: .5rem;
}


.floatEolica {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 45%;
    right: 2%;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
}

.floatEolica:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
}

.my-floatEolica {
    margin-top: 16px;
}

.floatEolica2 {
    position: fixed;
    width: 340px;
    height: 340px;
    bottom: 60%;
    right: .5%;
    background-color: #FF7F32;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
}

.floatEolica2:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000042;
}

.my-floatEolica2 {
    margin-top: 45px;
}


.swal2-container {
    zoom: 1;
}

.swal2-popup {
    font-size: 1.6rem !important;
}


/* .ventana{
    background-color:aqua;
    width:300px;
    padding: 10px 20px;
    margin: 20% auto;
    position: relative;
  }
  .modal{
    background-color: rgba(0,0,0,.8);
    position:fixed;
    top:-250px;
    right:0;
    bottom:0;
    left:0;
    opacity:0;
    pointer-events:none;
    transition: all 1s;
  }
  #IrVentanaFlotante:target{
    opacity:1;
    pointer-events:auto;
  } */

/* 1. Altura Personalizada para el Layout*/
.h-layout-custom {
    height: calc(100vh - 220px);
    padding-top: 5px;
}

/* 2. Ajustes visuales para la tarjeta Bootstrap */
.card-property {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

/* Efecto de ZOOM y elevación al pasar el ratón (Hover) */
.card-property:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* 3. Estilo de la imagen de la tarjeta */
.property-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.property-thumb {
    position: relative;
    overflow: hidden;
}

/* 4. Estilo del Título/Dirección */
.card-property .card-title {
    color: #000042 !important;
    line-height: 1.35;
}

/* 5. Estilo del Botón Personalizado */
.card-footer .btn-warning.btn-block {
    background-color: #FF7F32;
    border-color: #FF7F32;
    color: #FFFFFF;
    border-radius: 10px !important;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
}

/* .form-group {
    margin-bottom: 5px;
} */

.card-icons i {
    color: #FF7F32;
    cursor: pointer;
    font-size: 1.2em;
}

.card-icons .icon-x-svg {
    /* Propiedades de visualización y espaciado para igualar a los iconos i */
    display: inline-block;
    cursor: pointer;
    color: #FF7F32;
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.125em;
}

/* Regla para el SVG interno para que tome el color y tamaño del span */
.card-icons .icon-x-svg svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    margin-top: -4px;
}

.favorite-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    cursor: pointer;
    background-color: #888888;
    border-radius: 8px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    color: white;
    transition: background-color 0.3s, color 0.3s;
}

/* .favorite-icon:hover {
    background-color: #FF7F32; 
    color: #5B50A4; 
}

.favorite-icon.is-favorite {
    background-color: #FF7F32;
    color: #5B50A4; 
} */

.btn-pi {
    background-color: #FF7F32 !important;
    color: #FFFFFF !important;
    /* Color del borde: Igual al fondo */
    border-color: #FF7F32 !important;
    border-radius: 10px !important;
}


.btn-filtro-blanco {
    background-color: #FFFFFF !important;
    border: 1px solid #e0e0e0 !important;
    color: #979ea3 !important;
    font-size: 1rem;
    font-weight: 100;
}

.btn-cuadrado-redondo {
    border-radius: 10px !important;
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
    font-size: 0.875rem !important;
}


/* .btn-filtro-blanco {
    background-color: #FFFFFF !important; 
    border: 1px solid #e0e0e0 !important;
    color: #979ea3 95057 !important;     
} */

/* .form-control {
    background-color: #FFFFFF; 
    border: 1px solid #e0e0e0; 
    color: #979ea3 ; 
    border-radius: 10px !important;
} */

/* .form-control.btn-cuadrado-redondo, 
.btn.popover-btn {                   
    border-radius: 10px !important;
    padding-top: .375rem !important; 
    padding-bottom: .375rem !important;
    font-size: 0.875rem!important; 
} */


/* .popover-btn {
    padding: .375rem 1rem; 
} */

.btn-limpiar {
    background-color: #012169 !important;
    color: #FFFFFF !important;
    border-color: #012169 !important;
}

/*.dropdown-menu.user-dd {
    position: fixed !important; 
    z-index: 10005 !important; 
    top: 55px !important; 
    right: 15px !important; 
    left: auto !important;
}
 Mantener el z-index de los contenedores por si acaso
.topbar, .navbar {
    z-index: 10003 !important; 
}

Reducir la prioridad de la columna de cards 
#resultados {
    z-index: 10 !important; 
}*/
.float-mobile-btn {
    position: fixed;
    width: auto;
    height: 35px;
    padding: 0 18px;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    z-index: 9990;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-mobile-btn i {
    font-size: 18px;
    margin-right: 8px;
    line-height: 1;
    position: relative;
    top: -9px;
    vertical-align: middle;
}

.float-mobile-btn .btn-text {
    font-size: 14px;
    font-weight: semibold;
    line-height: 1;
}

.my-float-icon {
    margin-top: 17px;
}


#btn-mapa-mobile {
    bottom: 50px;
    right: 20px;
    background-color: #FF7F32;
}

#btn-cards-mobile {
    bottom: 50px;
    right: 20px;
    background-color: #000042;
}

/* ====== Barra móvil Filtros + Búsqueda ====== */

/* Botón "Filtros" estilo texto + iconito */
.filters-mobile-btn {
    padding: 0;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #6f6f7a;
    display: inline-flex;
    align-items: center;
}

.property-carousel .carousel-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* ====== Sección contacto (layout) ====== */

.contact-section {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-title {
    color: #000042;
    font-weight: 700;
}

.contact-subtitle {
    color: #6f6f7a;
    font-size: 0.95rem;
}

/* CONTACTO*/
.contact-card {
    border-radius: 18px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.divider-naranja {
    height: 4px;
    max-width: 600px;
    width: 80%;
    background-color: #FF7F32;
    margin: 10px auto 40px;
    border-radius: 999px;
    border: none;
}

/* ====== Equipo Indbauten ====== */

.team-section {
    max-width: 1200px;
    margin: 0 auto 60px;
}

/* Título de cada área: MARKETING, BUSINESS DEVELOPMENT, etc. */
.team-category-title {
    color: #000042;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 30px;
    margin-bottom: 8px;
}

/* Línea gris que separa grupos de personas */
.team-row {
    border-top: 1px solid #e0e0e0;
    /* mismo gris que usas en cards */
    padding: 20px 0;
}

/* Contenedor de cada persona (avatar + textos) */
.team-member {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.team-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #012169;
    /* azul que ya usas en btn-limpiar */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.team-icon-circle i {
    color: #FF7F32;
    /* naranja de tus botones / acentos */
    font-size: 18px;
}

.team-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    /* contorno gris */
    background-color: #ffffff;
    /* fondo blanco */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.team-icon-circle i {
    color: #b3b3b3;
    /* usuario gris */
    font-size: 18px;
}

/* Base: tamaño y centrado del avatar */
.team-avatar-base {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Fondo azul + icono azul */
.team-avatar-blue-solid {
    background-color: #012169;
    /* círculo azul */
    border: none;
}

/* Color del icono dentro de ese círculo */
.team-avatar-blue-solid i {
    color: #FF7F32;
    /* icono azul también */
    font-size: 18px;
}


/* ====== Cards de equipo (propuesta tipo tarjeta) ====== */

.team-cards-row {
    margin-top: 30px;
}

.team-card {
    background-color: #ffffff;
    border-radius: 18px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
    padding: 24px 16px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 20px;
    /* 👈 aire entre tarjetas en general */
}

/* Foto / icono redondo */
.team-card-photo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.team-card-photo {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f1f1f1;
}

.team-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Si no hay foto y quieres usar un ícono */
.team-card-photo-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 3px solid #f1f1f1;
    background-color: #012169;
    /* azul de marca */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF7F32;
    /* icono naranja */
    font-size: 36px;
}

/* Textos */
.team-card-name {
    color: #000042;
    font-weight: 600;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 4px;
}

.team-card-role {
    color: #6f6f7a;
    /* mismo gris que contact-subtitle */
    font-size: 14px;
    margin-bottom: 8px;
}

.team-card-email {
    color: #606e7c;
    font-size: 0.9rem;
}

.team-card-photo {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f1f1f1;
}

.team-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ====== Hero "Acerca de Indbauten" ====== */

.hero-acerca {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 15px;
    text-align: center;
}

.hero-acerca-box {
    background: rgba(1, 33, 105, 0.85);
    border-radius: 24px;
    max-width: 1450px;
    margin: 0 auto;
    padding: 40px 60px;
    color: #ffffff;
    text-align: left;
}

/* .hero-acerca-title {
    font-size: 34px;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    text-align: center;
}

.hero-acerca-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: justify;
} */

/* .hero-acerca-text b {
    color: #FF7F32; 
}
.text-color-primary {
    color: #012169 !important; 
} */

/* Título con Amaranth y color de marca */
.iw-title {
    font-family: 'Amaranth', 'Montserrat', sans-serif;
    font-weight: 700;
    color: #012169;
}

/* Borde grande de la card (mockup) */
/* .rounded-24 {
  border-radius: 24px;
} */

/* Posición del badge NUEVO */
.badge-hero {
    position: absolute;
    top: 16px;
    left: 16px;
}


.hero-card-img {
    width: 100%;
    height: 600px;
    /* ajusta este valor al gusto */
    object-fit: flex;
    /* recorta la imagen dentro del alto fijo */
}

.hero-card-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.hero-card-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Título grande tipo mockup */
.iw-title {
    font-family: 'Amaranth', 'Montserrat', sans-serif;
    font-weight: 700;
    color: #012169;
    font-size: 3rem;
    /* más grande que antes */
    line-height: 1.1;
}

/* Párrafos un poquito más pequeños */
.iw-hero p {
    font-size: 0.95rem;
    /* antes ~1rem; baja solo un poco */
}


.div-industrial-imagen img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 18px 18px 0 0;
}

/* Separación entre cada reporte SOLO en la vista nueva*/
.div-industrial-card {
    margin-bottom: 24px;
}

/* Asegurar que el título sea blanco dentro del área azul  */
.div-industrial-titulofooter {
    color: #FFFFFF !important;
}

.div-industrial-footer {
    background-color: #012169;
    padding: 15px;
    /* Añade espacio alrededor del contenido */
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}




/* Para los encabezafos de sección en la página de propiedad y su reutilizacion */
.property-summary-header {
    background-color: #012169;
    border-radius: 18px 18px 0 0;
    color: #ffffff;
}

.property-summary-title {
    letter-spacing: .05em;
    font-weight: 700;
}

/* Barra fija cuando se activa (solo en desktop) */

.worker-sidebar-advanced.is-sticky {
    position: fixed;
    top: 90px;
    z-index: 40;
}


.fav-badge {
    position: absolute;
    top: 10px;
    right: 5px;
    background: #ff3b30;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    display: none;
    pointer-events: none;
}