.envialo-simple-container iframe {
    width: 100% !important;
    border: none !important;
}
/* Estilo sutil para el enlace de WhatsApp para que resalte sin romper la armonía */
.text-success:hover {
    color: #198754 !important;
}

/* Contenedor principal del menú */
    .mobile-nav {
        background: #fff;
        border-top: 1px solid #eee;
        padding: 5px 0 15px 0;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
    }

    .nav-pills-container {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        position: relative;
    }

    .nav-item-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #666;
        flex: 1;
        transition: all 0.2s;
    }

    .nav-item-placeholder {
        visibility: hidden;
        pointer-events: none;
    }

    .nav-item-link i {
        font-size: 1.2rem;
        margin-bottom: 2px;
    }

    .nav-item-link span {
        font-size: 0.65rem;
        font-weight: 500;
        text-transform: capitalize;
    }

    .nav-item-link.active {
        color: #3483fa; /* Azul Mercado Libre */
    }

    /* Botón Central Resaltado */
    .nav-item-link.center-item {
        position: relative;
        z-index: 10;
        margin-top: -25px; /* Lo sube para que sobresalga */
    }

    .center-icon-wrapper {
        background: #E91E63;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        border: 1px solid #eee;
        margin-bottom: 4px;
        color: #ffffff;
    }

    .center-icon-wrapper i {
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    /* Ajustes para el Offcanvas */
    .offcanvas-menu .list-group-item {
        border: none;
        padding: 15px 20px;
        font-weight: 500;
        color: #333;
    }
    .menu-divider {
        height: 8px;
        background-color: #f5f5f5;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    /* OFCANVAS MENU */
    #menuvagesell .icono {
    font-size: 1.3rem;
    padding-right: 1rem;
    color: #cd096d;
}

/* Estado activo o hover */
.nav-item-link:hover, .nav-item-link.active {
    color: #E91E63;
}

/* Animación manual de latido sutil */
@keyframes latido {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.animado-latido {
  animation: latido 1.5s infinite ease-in-out;
  display: inline-block; /* Necesario para que scale funcione */
}

/* Ajuste para que el contenido de la web no quede tapado por el menú */
body {
    padding-bottom: 90px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.object-fit-cover {
    object-fit: cover;
}
.w-100 { width: 100%; }
.h-100 { height: 100%; }

.colormagenta {color: #d63384 !important}
.x-small { font-size: 0.7rem; }
.ubuntu { font-family: "Ubuntu", sans-serif; }
.voyagesell{ font-family: "Ubuntu", sans-serif; }

/* --- Informacion Util --- */
.transition-hover { transition: transform 0.3s ease, box-shadow 0.3s ease; background: #ffffff;  }
.transition-hover:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;  }
.color-texto-corporativo { color: #495057; }
/* Ajuste para que el icono de bandera doble no se vea cortado */
.icon-wrapper i { display: inline-block; padding-right: 5px; }

.hover-up { transition: all 0.3s ease; }
.hover-up:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important; }
.ls-1 { letter-spacing: 1px; }
.ls-2 { letter-spacing: 2px; }
.color-titulo-landing { color: #e91e63; }
.list-group-item a { color: #444; text-decoration: none; transition: color 0.2s ease; }
.list-group-item a:hover { color: #8BC34A; text-decoration: underline; }
.img-fluid { max-width: 100%; height: auto; }
.color-titulo-landing {
    color: #e91e63;
}
address {
    font-style: normal;
}
/* Estilos específicos para la sección - complementan los globales */
.info-util-descargas-section .list-group-item {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.info-util-descargas-section .list-group-item:last-child {
    border-bottom: none;
}
.info-util-descargas-section .list-group-item a:hover {
    color: #e91e63 !important;
}
.transition-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.transition-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
.hover-up {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-up:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12) !important;
}

/* --- Como Llegar --- */

.btn-outline-secondary:hover {
        background-color: #e91e63 !important;
        border-color: #e91e63 !important;
        color: white !important;
    }
    .list-group-item {
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .list-group-item:last-child {
        border-bottom: none;
    }

/* --- 404 No Encontrada --- */
 /* Estilo para el efecto de profundidad */
    .fw-black {
        font-weight: 900;
    }
    
    /* Animación para la carita */
    #munieco span {
        display: inline-block;
        animation: float 3s ease-in-out infinite;
    }

    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
    
    /* Efecto hover en botones */
    .btn {
        transition: all 0.3s ease;
    }
    
    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
/* --- Newsletters // Promociones  --- */
.bg-magenta { background-color: #d63384 !important; }
    .fw-black { font-weight: 900; }
    .card-promo-vG { transition: all 0.3s ease; border: 1px solid #f0f0f0 !important; }
    .card-promo-vG:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0,0,0,0.08) !important; }

    .badge-vG-tag {
        position: absolute; top: 12px; left: 12px;
        background: rgba(255, 255, 255, 0.95); color: #d63384;
        padding: 3px 10px; border-radius: 6px; font-weight: 800; font-size: 0.62rem;
        text-transform: uppercase; box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    @media (min-width: 1200px) {
        .row-cols-xl-5 > * {
            flex: 0 0 auto;
            width: 20%;
        }
    }



/* Estilo Circular para botones de contador */
    .btn-minus-asist, .btn-plus-asist {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-size: 0.8rem;
    }
    
    /* Ajustes Flatpickr dentro del Modal */
    #calendar-asistente-inline .flatpickr-calendar {
        box-shadow: none;
        border: none;
        width: 100% !important;
        background: transparent;
    }
    

    @media (min-width: 992px) {
    .modal-asistente-ancho {
        max-width: 650px; 
            }
        }

        #calendar-asistente-inline, 
        .flatpickr-calendar {
            width: 100% !important;
            max-width: 100% !important;
        }

        .modal-header .col-10 {
            display: flex;
            flex-direction: column;
            align-items: center;
        }


    .asistente-step { animation: fadeIn 0.3s ease; }
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

    @media (max-width: 767.98px) {
        .modal-body { padding: 1.5rem 1rem !important; }
        .btn-danger { letter-spacing: 0.5px; }
    }

/* --- Buscador --- */

.search-bar-container { transition: all 0.2s; }
.search-section:hover {
    background-color: #f7f7f7;
    border-radius: 50px 0 0 50px;
    padding: 7px;
}
.search-section2:hover {
    background-color: #f7f7f7;
    padding: 7px;
}

.btn-lupa-search {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border: none;
}
#txt-viajeros, #txt-fechas {font-size: 0.8rem;}
.text-nowrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* --- Paneles Base --- */
.v-hidden { display: none !important; }
.floating-panel { position: absolute; top: 72px; z-index: 2000; overflow: hidden; }

/* Panel Calendario PC */
#panel-calendario {
    left: 50%;
    transform: translateX(-50%);
    width: 680px;
    padding: 15px;
}

/* Panel Viajeros PC */
#panel-viajeros {
    right: 0;
    width: 380px;
}


/* ---- Ficha Alojamientos ---- */

.rating-group { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 2px; }
    .rating-group input { display: none; }
    .rating-group label { cursor: pointer; color: #ccc; font-size: 1.1rem; transition: 0.2s; }
    .rating-group label:hover, .rating-group label:hover ~ label,
    .rating-group input:checked ~ label { color: #ffc107; }
    .fancybox__caption {
        position: absolute !important; bottom: 40px !important; left: 50% !important;
        transform: translateX(-50%); background: rgba(0, 0, 0, 0.6) !important;
        color: #fff !important; padding: 15px 25px !important; border-radius: 10px;
        border: 1px solid rgba(255,255,255,0.2); text-align: center !important; z-index: 999;
    }

    .header-ficha h2 { color: #d63384; font-weight: 700; margin-bottom: 0; }
    .header-location { color: #727272; font-size: 0.8rem; }

    .photo-grid-main { 
        display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; grid-template-rows: repeat(2, 220px); 
        gap: 10px; border-radius: 15px; overflow: hidden; position: relative;
    }
    .photo-item { position: relative; cursor: pointer; overflow: hidden; }
    .photo-item img { width: 100%; height: 100%; object-fit: cover; transition: 0.4s; }
    .photo-item:hover img { transform: scale(1.03); }
    .photo-item-0 { grid-column: 1 / 2; grid-row: 1 / 3; }

    .badge-verificado-premium {
        position: absolute; top: 10px; left: 10px; background: #28a745; color: white;
        padding: 10px 18px; border-radius: 50px; font-size: 12px; font-weight: 800;
        display: flex; align-items: center; gap: 10px; z-index: 10;
        box-shadow: 0 4px 15px rgba(0,0,0,0.3); border: 2px solid #fff;
    }
    
    .btn-total-fotos {
        position: absolute; bottom: 20px; right: 20px; background: #fff; color: #333;
        padding: 8px 15px; border-radius: 8px; font-weight: 700; font-size: 13px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2); z-index: 10; border: none;
    }

    .clickable-row { cursor: pointer; transition: background 0.2s; }
    .clickable-row:hover { background-color: #f8f9fa !important; }

    .swiper { display: none; width: 100%; height: 380px; border-radius: 15px; margin-bottom: 20px; }

    .servicio-titulo { color: #212529; font-weight: 700; margin-bottom: 8px; border-bottom: 1px dashed #d9d9d9; padding-bottom: 5px; }
    .servicio-lista { font-weight: 300; color: #444; font-size: 0.95rem; }
    .servicio-item:not(:last-child)::after { content: " | "; color: #ccc; margin: 0 8px; font-weight: normal; }

    .grid-servicios { grid-template-columns: 1fr; gap: 10px; }

    #map { height: 400px; width: 100%; border-radius: 15px; z-index: 1; border: 1px solid #eee; }
    .map-main-icon i { font-size: 24px; color: #d63384; text-shadow: 0 0 3px #fff; }
    .map-poi-icon i { font-size: 16px; color: #333; }

    @media (max-width: 991px) {
        .photo-grid-main { display: none; }
        .swiper { display: block; }
        .swiper-pagination-bullet-active { opacity: var(--swiper-pagination-bullet-opacity, 1); background: #ffffff; }
        .swiper-button-next, .swiper-button-prev { color: #ffffff; }
    }
    
/* ---- Promociones ---- */
.banner-promo-modern {
            position: relative;
            min-height: 70px;
            display: flex;
            align-items: center;
        }

        .banner-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: url('https://a0120219.ferozo.com/assets/images/carbon-fibre.png');
            opacity: 0.15;
        }

        .badge-promo {
            background: #fff;
            color: #d63384;
            font-size: 0.65rem;
            font-weight: 800;
            padding: 1px 8px;
            border-radius: 50px;
            text-transform: uppercase;
        }

        .fw-black { font-weight: 900; }
        .x-small { font-size: 0.7rem; }

        .anim-pulse-light { animation: pulse-white 2s infinite; }

        @keyframes pulse-white {
            0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
            70% { box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); }
            100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
        }

        /* Estilos Paginación Externa */
        .swiper-pagination-promo .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            background: #d63384;
            opacity: 0.3;
            transition: all 0.3s;
        }
        .swiper-pagination-promo .swiper-pagination-bullet-active {
            opacity: 1;
            width: 20px;
            border-radius: 4px;
        }

        .swiperPromos {
            background: linear-gradient(135deg, #d63384 0%, #a21caf 100%);
            display: block !important;
            visibility: visible !important;
            height: auto !important;
        }

        @media (max-width: 767px) {
            .banner-promo-modern { min-height: 75px; }
            .fs-4 { font-size: 1.3rem !important; }
        }

/* Tenes que saber  */

.border-magenta {
        border-left-color: #d63384 !important;
    }
    .condiciones-alquiler {
        transition: all 0.3s ease;
    }



/* --- ESTILOS CALENDARIO (Optimización de Círculos) --- */
.calendar-wrapper { width: 100%; display: flex; justify-content: center; }

.flatpickr-calendar.inline {
    width: 100% !important;
    max-width: 630px !important;
    border: none !important;
    box-shadow: none !important;
}

/* Forzar Círculos Perfectos y evitar estiramiento */
.flatpickr-day {
    border: none !important;
    border-radius: 50% !important;
    margin: 2px auto; /* Centrado horizontal */
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important; /* Centrado vertical del número */
    flex-basis: 14.28%; /* 7 días exactos */
}

.flatpickr-day.today { border: none !important; color: #ff385c !important; font-weight: bold; }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
    background: #222 !important;
    color: #fff !important;
    border-radius: 50% !important; 
}

.flatpickr-day.inRange {
    background: #f7f7f7 !important;
    /* Ajuste de sombra para que el rango se vea continuo pero el día sea círculo */
    box-shadow: -15px 0 0 #f7f7f7, 15px 0 0 #f7f7f7 !important;
    border-radius: 0 !important;
    color: #222 !important;
}

.flatpickr-months { display: flex !important; align-items: center; }
.flatpickr-month { flex: 1 !important; height: 50px !important; }
.flatpickr-innerContainer { display: flex !important; }
.dayContainer { 
    min-width: 300px !important; 
    max-width: 300px !important; 
    border: none !important; 
}

/* --- AJUSTES MÓVIL (1 MES Y ANCHO TOTAL) --- */
@media (max-width: 991px) {
    .floating-panel {
        position: fixed !important;
        top: 80px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        transform: none !important;
        border-radius: 0 0 24px 24px !important;
        margin: 0 !important;
    }

    #panel-calendario { 
        padding: 10px !important; 
        width: 100% !important;
    }

    .flatpickr-calendar.inline {
        max-width: 100% !important;
    }

    .dayContainer {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

/* ==================================================
   COMPONENTES PÚBLICOS CONSOLIDADOS
   ================================================== */
.btn-map-toggle-menu {
    position: fixed;
    top: 50%;
    right: -111px;
    z-index: 2000;
    background: #222;
    color: #fff;
    padding: 8px 37px 9px 16px;
    border-radius: 50px;
    font-weight: 600;
    border: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
}

footer a { transition: color .2s ease, transform .2s ease; }
footer a:hover { color: #000 !important; transform: translateY(-2px); }
.footer-tag-tree__root {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
}
.footer-tag-tree__title {
    margin: 0 0 .3rem;
    color: #212529;
    font-size: 1.1rem;
    font-weight: 700;
}
.footer-tag-tree__description {
    margin: 0;
    color: #6c757d;
    font-size: .875rem;
}
.footer-tag-tree__tag {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}
.footer-tag-tree__tag > i {
    width: 1rem;
    color: #6c757d;
    text-align: center;
}
.footer-tag-tree__tag--promo > i { color: #b02a6f; }
.footer-social-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: .5rem;
    max-width: 500px;
    margin: 0 auto .5rem;
    padding: 0 .5rem;
}
.social-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all .2s ease;
    flex: 1;
}
.social-item i { font-size: 1.5rem; }
.social-item:hover { border-color: #e4405f; color: #e4405f; background: #fef0f3; }

.card-airbnb { border: 0; background: transparent; transition: transform .2s ease; padding: 5px; }
.card-airbnb:hover { transform: translateY(-5px); }
.img-container {
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
    position: relative;
}
.img-container img { width: 100%; height: 100%; object-fit: cover; }
.badge-promo {
    position: absolute;
    background: #ff385c;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 800;
    font-size: .7rem;
    z-index: 10;
    top: 10px;
    left: 10px;
}
.badge-publi {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: .6rem;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.card-banner {
    border: 1px solid #eee;
    background: #ffc107;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}
.btn-fav-card {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 15;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, .15); */
    cursor: pointer;
    border: 0px solid #e2e8f0;
    transition: transform .2s ease;
}
.btn-fav-card:hover { transform: scale(1.1); }
@keyframes blink-custom { from { opacity: .5; } to { opacity: 1; } }
@keyframes blink { 0%, 100% { opacity: .2; } 50% { opacity: 1; } }
.animacion-video { animation: blink-custom .8s infinite alternate; }
.animacion { animation: blink 1s infinite alternate; }

.btn-magenta {
    background-color: #d63384;
    color: #fff;
    border: 0;
    transition: all .3s ease;
}
.btn-magenta:hover {
    background-color: #c2185b;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(214, 51, 132, .3);
}
.btn-outline-magenta { border: 2px solid #d63384; color: #d63384; background: transparent; }
.btn-outline-magenta:hover { background-color: #d63384; color: #fff; }
.text-magenta { color: #d63384 !important; }
.text-justify { text-align: justify; line-height: 1.6; color: #4a5568; }
.descripcion-recortada { max-height: 200px; overflow: hidden; position: relative; }
.descripcion-recortada::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
}
.resena-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}
.border-end-md { border-right: 1px solid #dee2e6 !important; }
.rating-group,
.rating-group-css { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 2px; }
.rating-group input,
.rating-group-css input { display: none; }
.rating-group label,
.rating-group-css label { cursor: pointer; color: #ccc; font-size: 1.1rem; transition: .2s; }
.rating-group label:hover,
.rating-group label:hover ~ label,
.rating-group input:checked ~ label,
.rating-group-css label:hover,
.rating-group-css label:hover ~ label,
.rating-group-css input:checked ~ label { color: #ffc107; }
.upload-container { transition: .3s; border: 2px dashed #dee2e6 !important; border-radius: 15px; }
.upload-container:hover { background-color: #f1f8ff !important; border-color: #0d6efd !important; }
.cursor-pointer { cursor: pointer; }
.btn-loading { opacity: .7; pointer-events: none; }
.btn-spinner { display: none; }
.btn-loading .btn-spinner { display: inline-block !important; }
.btn-loading .btn-text { display: none; }
#codigo_v_input,
#codigo_v_input_anfitrion { letter-spacing: 10px; font-family: monospace; font-weight: 700; text-align: center; }

.header-ficha h1 { color: #1a1a1a; font-weight: 700; margin-bottom: 0; font-size: 1.8rem; }
.header-location { color: #727272; font-size: .8rem; }
.stars-container { vertical-align: middle; margin-left: 4px; }
.photo-grid-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 220px);
    gap: 10px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.photo-item { position: relative; cursor: pointer; overflow: hidden; }
.photo-item img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.photo-item:hover img { transform: scale(1.03); }
.photo-item-0 { grid-column: 1/2; grid-row: 1/3; }
.badge-verificado-premium {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #28a745;
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    border: 2px solid #fff;
    cursor: pointer;
}
.btn-total-fotos {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    color: #333;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    z-index: 10;
    border: 0;
}
.clickable-row { cursor: pointer; transition: background .2s; }
.clickable-row:hover { background-color: #f8f9fa !important; }
.swiper { display: none; width: 100%; height: 380px; border-radius: 15px; margin-bottom: 20px; }
.servicio-titulo { color: #212529; font-weight: 700; margin-bottom: 8px; border-bottom: 1px dashed #d9d9d9; padding-bottom: 5px; }
.servicio-lista { font-weight: 300; color: #444; font-size: .95rem; }
.servicio-item:not(:last-child)::after { content: " | "; color: #ccc; margin: 0 8px; font-weight: 400; }
.grid-servicios { grid-template-columns: 1fr; gap: 10px; }
#map { height: 100%; width: 100%; border-radius: 15px; z-index: 1; border: 1px solid #eee; }
.mapa-ficha #map { height: 400px; }
.map-main-icon i { font-size: 24px; color: #d63384; text-shadow: 0 0 3px #fff; }
.map-poi-icon i { font-size: 16px; color: #333; }
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev { display: none !important; }
.mySwiper .swiper-pagination-bullet { background: #fff !important; opacity: .75; }
.mySwiper .swiper-pagination-bullet-active { background: #fff !important; opacity: 1; }
.fancybox__caption {
    position: absolute !important;
    bottom: 40px !important;
    left: 50% !important;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .6) !important;
    color: #fff !important;
    padding: 15px 25px !important;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    text-align: center !important;
    z-index: 999;
}

.ficha-trust-line {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: .35rem 1rem;
    margin-top: .45rem;
    color: #52606d;
    font-size: .78rem;
    font-weight: 600;
}
.ficha-trust-line i { color: #198754; margin-right: .2rem; }

@media (max-width: 767.98px) {
    .ficha-trust-line.text-center {
        flex-direction: column;
        align-items: flex-start;
        gap: .35rem;
        text-align: left !important;
    }
    .ficha-trust-line > span {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.seo-landing-hero {
    background: linear-gradient(180deg, #e2e2e2 0%, #fff 100%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 30px 16px 24px;
    text-align: center;
}
.landing-hero-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: 920px;
    margin: 0 auto;
}
.landing-title-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 0;
    width: 100%;
}
.landing-title-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    background: #fff1f5;
    color: #eb0e59;
    font-size: 1rem;
}
.landing-eyebrow {
    color: #eb0e59;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}
.seo-landing-hero h1 {
    color: #1f2933;
    line-height: 1.08;
}
.seo-landing-hero h1::after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: #eb0e59;
}
.landing-copy {
    color: #5f6b76 !important;
    margin-left: auto;
    margin-right: auto;
}
.landing-hero-count {
    min-width: 116px;
    border-left: 1px solid #edf0f2;
    padding-left: 20px;
}
.landing-hero-count span { font-size: 1.9rem; line-height: 1; }
.seo-card { border: 0; background: transparent; }
.seo-card-image { aspect-ratio: 4/3; overflow: hidden; border-radius: 12px; background: #f0f0f0; }
.seo-card-image img { width: 100%; height: 100%; object-fit: cover; }
.seo-filter-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.seo-filter-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    border: 1px solid #dee2e6;
    color: #495057;
    background: #fff;
    white-space: nowrap;
}
.seo-filter-link > i {
    width: 1rem;
    text-align: center;
}
.seo-filter-link:hover,
.seo-filter-link.active { border-color: #eb0e59; color: #eb0e59; }

@media (max-width: 767px) {
    .seo-landing-hero {
        padding: 22px 14px 18px;
    }
    .landing-hero-inner {
        align-items: center;
        gap: 12px;
    }
    .landing-title-block {
        justify-content: center;
        gap: 10px;
    }
    .landing-title-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        border-radius: 8px;
        font-size: .86rem;
        margin-top: 2px;
    }
    .landing-eyebrow {
        font-size: .64rem;
    }
    .seo-landing-hero h1 {
        font-size: 1.35rem;
        line-height: 1.12;
    }
    .landing-copy {
        font-size: .86rem;
        line-height: 1.35;
    }
    .landing-hero-count {
        border-left: 0;
        padding-left: 0;
        min-width: 54px;
        text-align: right;
    }
    .landing-hero-count span {
        font-size: 1.25rem;
    }
    .landing-hero-count small {
        display: block;
        font-size: .64rem;
        line-height: 1.05;
    }
    .seo-filter-nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 8px;
        /*margin-left: -12px;
        margin-right: -12px;*/
        padding: 0 12px 10px;
        overflow-x: auto;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }
    .seo-filter-nav::-webkit-scrollbar {
        display: none;
    }
    .seo-filter-link {
        flex: 0 0 auto;
        scroll-snap-align: start;
        padding: .45rem .78rem !important;
        font-size: .78rem !important;
        line-height: 1;
        border-color: #dfe3e8;
        box-shadow: 0 1px 3px rgba(15, 23, 42, .04);
    }
    .seo-filter-link.active {
        background: #eb0e59;
        color: #fff;
        border-color: #eb0e59;
    }
}

.banner-promo-horizontal {
    background: linear-gradient(90deg, #ff385c 0%, #bd1e59 100%);
    color: #fff;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 8px 15px rgba(189, 30, 89, .1);
}
.banner-super-destacado {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 160px;
    color: #fff;
    transition: transform .3s ease;
    border: 0;
}
.overlay-super {
    background: linear-gradient(to right, rgb(38 7 94) 0%, #673ab7 100%);
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.acciones-banner { display: flex; flex-direction: column; gap: 8px; z-index: 5; align-items: flex-end; }
.btn-white-destacado { background: #fff; color: #333; font-weight: 800; padding: 8px 18px; border-radius: 50px; font-size: .75rem; text-transform: uppercase; border: 0; white-space: nowrap; }
.tarifa-tag { background: #cddc39; color: #270c57; padding: 5px 11px; border-radius: 25px; font-weight: 900; font-size: 1.2rem; }
#carouselNewsletters { border-radius: 15px; overflow: hidden; }
.timer-news { background: rgba(0, 0, 0, .2); padding: 5px 12px; border-radius: 8px; text-align: center; line-height: 1.1; border: 1px solid rgba(255, 255, 255, .2); }
.countdown-text { font-size: .9rem; font-family: monospace; color: #fff; }

#map-view { display: none; width: 100%; height: 80vh; border-radius: 20px; overflow: hidden; border: 1px solid #eee; }
.custom-div-icon { background: none; border: 0; }
.price-marker { display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #ccc; border-radius: 20px; padding: 4px 10px; font-weight: 800; font-size: 13px; box-shadow: 0 2px 6px rgba(0, 0, 0, .15); white-space: nowrap; transition: .2s; color: #222; z-index: 500; }
.marker-priority { background: #ff385c !important; color: #fff !important; transform: scale(1.1); z-index: 1000 !important; border: 0; box-shadow: 0 4px 10px rgba(255, 56, 92, .3); }
.ref-icon-bg { background: rgba(255, 255, 255, .8); border: 1px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 3px rgba(0, 0, 0, .1); color: #555; }
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large { background-color: rgba(34, 34, 34, .6); border-radius: 50%; }
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div { width: 30px; height: 30px; margin: 5px 0 0 5px; text-align: center; border-radius: 50%; font-weight: 700; font-size: 14px; background-color: #222; color: #fff; line-height: 30px; }
.map-card-pop { width: 220px; }
.img-pop { width: 100%; height: 120px; object-fit: cover; border-radius: 10px 10px 0 0; }
.leaflet-popup-content-wrapper { border-radius: 12px; padding: 0; overflow: hidden; box-shadow: 0 10px 25px rgba(0, 0, 0, .2); }
.leaflet-popup-content { margin: 0; width: 220px !important; }
.leaflet-container a.leaflet-popup-close-button { color: #222; background: #fff; border-radius: 50%; width: 22px; height: 22px; line-height: 22px; top: 6px; right: 6px; box-shadow: 0 2px 5px rgba(0, 0, 0, .2); z-index: 20; }
#modalFiltros { z-index: 9999; }
.type-aloj-card { cursor: pointer; transition: .2s; border-radius: 12px; overflow: hidden; border: 1px solid transparent; background: #fff; text-align: center; height: 100%; }
.type-aloj-card img { width: 80%; margin-top: 10px; height: auto; object-fit: contain; }
.btn-check:checked + .type-aloj-card { border-color: #222 !important; box-shadow: 0 4px 12px rgba(0, 0, 0, .1); }
.type-aloj-label { font-size: .8rem; font-weight: 700; padding: 8px 5px; text-align: center; display: block; }
.btn-outline-filter { border: 1px solid #dee2e6; color: #444; background: #fff; font-weight: 600; text-align: left; padding: 12px 15px; transition: .2s; }
.btn-check:checked + .btn-outline-filter { border-color: #222 !important; background-color: #f8f9fa !important; color: #000 !important; box-shadow: inset 0 0 0 1px #222; }
.btn-service { border: 1px solid #dee2e6; border-radius: 50px; padding: 8px 16px; font-size: .8rem; font-weight: 600; color: #444; background: #fff; transition: .2s; }
.btn-check:checked + .btn-service { background: #222 !important; color: #fff !important; border-color: #222 !important; }
.last-child-mb-0:last-child { margin-bottom: 0 !important; }

/* Utilidades que reemplazan estilos inline repetidos */
.site-preloader { position: fixed; inset: 0; background: #ffffffc2; z-index: 9999; display: flex; justify-content: center; align-items: center; }
.site-preloader-image { width: 150px; height: auto; }
.brand-logo { height: 40px; }
.avatar-cover { object-fit: cover; border-radius: 50%; }
.image-cover { object-fit: cover; }
.promo-card-image { height: 160px; object-fit: cover; }
.readonly-control { background-color: #e9ecef !important; }
.map-fill { height: 100%; width: 100%; }
.landing-copy { max-width: 820px; }
.progress-label { width: 10px; }
.review-progress { height: 4px; background-color: #eee; }
.review-progress-native { width: 100%; height: 4px; accent-color: #212529; }
.sticky-booking-card { top: 100px; z-index: 100; overflow: visible; }
.is-hidden { display: none; }
.fs-055 { font-size: .55rem; }
.fs-060 { font-size: .6rem; }
.fs-065 { font-size: .65rem; }
.fs-070 { font-size: .7rem; }
.fs-075 { font-size: .75rem; }
.fs-080 { font-size: .8rem; }
.fs-085 { font-size: .85rem; }
.fs-090 { font-size: .9rem; }
.fs-095 { font-size: .95rem; }
.fs-100 { font-size: 1rem; }
.fs-110 { font-size: 1.1rem; }
.lh-110 { line-height: 1.1; }
.lh-120 { line-height: 1.2; }
.lh-130 { line-height: 1.3; }
.ls-neg-1 { letter-spacing: -1px; }
.ls-05 { letter-spacing: .5px; }
.ls-1 { letter-spacing: 1px; }
.ls-2 { letter-spacing: 2px; }
.text-heart { color: #eb0e59 !important; }
.min-vh-70 { min-height: 70vh; }
.min-vh-75 { min-height: 75vh; }
.max-w-400 { max-width: 400px; }
.max-w-600 { max-width: 600px; }
.modal-rounded-25 { border-radius: 25px; overflow: hidden; }
.modal-rounded-20 { border-radius: 20px; }
.modal-scroll-body { max-height: 70vh; overflow-y: auto; }
.proof-preview { max-height: 70vh; width: auto; }
.honeypot-field { position: absolute; left: -9999px; }
.verification-wrap { width: 100%; max-width: 280px; }
.verification-code { font-size: 2rem; letter-spacing: 10px; padding: 15px 10px; font-family: monospace; }
.map-iframe { border: 0; }
.section-rule-sm { height: 3px; width: 60px; border-radius: 2px; }
.section-rule-md { height: 3px; width: 80px; border-radius: 2px; }
.section-rule-lg { height: 4px; width: 60px; border-radius: 2px; }
.section-rule-line { height: 2px; width: 40px; }
.circle-icon-55 { width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; }
.circle-icon-32 { width: 32px; height: 32px; }
.counter-value { min-width: 20px; text-align: center; }
.counter-button { width: 34px; height: 34px; line-height: 1; }
.counter-number { min-width: 15px; text-align: center; }
.pet-switch { width: 2.5em; height: 1.25em; cursor: pointer; }
.selector-trigger { cursor: pointer; min-height: 58px; }
.selector-overlay { min-height: 58px; }
.calendar-input-overlay { position: absolute; opacity: 0; width: 100%; height: 100%; inset: 0; cursor: pointer; z-index: 20; }
.traveler-dropdown { position: absolute; top: 105%; left: 0; background: #fff; z-index: 2000; min-width: 300px; }
.card-copy-clamp { font-size: .75rem; line-height: 1.2; height: 3.6em; overflow: hidden; }
.carousel-edge-control { width: 5%; filter: invert(1); }
.carousel-edge-icon { width: 15px; }
.footer-copyright { font-size: 11px; }
.footer-credit { font-size: 10px; }
.popup-center { text-align: center; }
.popup-shield { font-size: 5rem; margin-bottom: 10px; }
.popup-note { background: #f8f9fa; border-radius: 12px; padding: 12px; margin: 10px 0; }
.error-code-bg { font-size: 10rem; letter-spacing: -10px; opacity: .1; position: absolute; left: 50%; transform: translateX(-50%) translateY(-50px); z-index: -1; user-select: none; }
.error-face { font-size: 1.2rem; line-height: 1.2; font-weight: 700; }
.position-z-1 { z-index: 1; }
.promo-action { font-size: .65rem; z-index: 11; }
.promo-price-tag { font-size: .9rem; }
.promo-details { font-size: .7rem; line-height: 1.2; }
.card-title-sm { font-size: .85rem; font-weight: 700; }
.card-title-md { font-size: .9rem; font-weight: 700; }
.card-price { font-size: .85rem; }
.card-max-name { font-size: .85rem; max-width: 140px; }
.map-ref-icon { width: 28px; height: 28px; font-size: 16px; }
.map-full-link { border-radius: 0 0 8px 8px; }
.avatar-review { width: 48px; height: 48px; object-fit: cover; }
.terms-content { min-height: 70vh; }
.terms-card { border-radius: 15px; }
.terms-copy { font-size: .95rem; text-align: justify; }
.info-address { font-style: normal; }
.headline-rule-copy { max-width: 600px; font-size: .9rem; line-height: 1.4; }
.muted-expiry { opacity: .7; }
.result-card-copy { font-size: .75rem; line-height: 1.3; }
.confirmation-message { line-height: 1.6; }
.confirmation-success { color: #198754; font-weight: 700; }
.confirmation-danger { color: #dc3545; font-weight: 700; }
.confirmation-warning { color: #ffc107; font-weight: 700; }
.confirmation-info { color: #0dcaf0; font-weight: 700; }
.confirmation-page {
    font-family: "Segoe UI", Arial, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 20px;
}
.confirmation-card { max-width: 550px; border-radius: 25px; border: 0; box-shadow: 0 20px 40px rgba(0, 0, 0, .2); }
.confirmation-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.confirmation-icon-success { background-color: rgba(40, 167, 69, .1); color: #28a745; }
.confirmation-icon-error { background-color: rgba(220, 53, 69, .1); color: #dc3545; }
.confirmation-title-success { color: #28a745; font-weight: 700; }
.confirmation-title-error { color: #dc3545; font-weight: 700; }

/* Landing pública para anfitriones */
.publicidad-page,
.publicidad-page * { box-sizing: border-box; }
.publicidad-page {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    color: #1a1a1a;
    line-height: 1.5;
    overflow-x: hidden;
}
.publicidad-logo { height: 35px; }
.publicidad-rule { width: 50px; height: 3px; background: #d63384; border-radius: 2px; }
.publicidad-page .btn-magenta {
    background: linear-gradient(135deg, #d63384 0%, #a01a6e 100%);
    color: #fff;
    border: 0;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    transition: all .3s ease;
    box-shadow: 0 4px 12px rgba(214, 51, 132, .3);
    white-space: nowrap;
}
.publicidad-page .btn-magenta:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(214, 51, 132, .4); color: #fff; }
.publicidad-page .btn-outline-magenta {
    border: 2px solid #d63384;
    color: #d63384;
    background: transparent;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    transition: all .3s ease;
    white-space: nowrap;
}
.publicidad-page .btn-outline-magenta:hover { background: #d63384; color: #fff; transform: translateY(-2px); }
.publicidad-page .hero-section { padding: 60px 0 50px; background: linear-gradient(135deg, #fff5f5 0%, #fff 100%); }
.publicidad-page .hero-title { font-size: 2.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
.publicidad-page .hero-title span { color: #d63384; }
.publicidad-page .icon-circle {
    width: 70px;
    height: 70px;
    background: rgba(214, 51, 132, .1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.publicidad-page .benefit-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 15px;
    transition: all .3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .02);
}
.publicidad-page .benefit-card:hover { transform: translateY(-5px); box-shadow: 0 15px 25px rgba(0, 0, 0, .05); border-color: #d63384; }
.publicidad-page .step-number {
    width: 45px;
    height: 45px;
    background: #d63384;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 15px;
}
.publicidad-page .testimonial-card { background: #fff; border-radius: 20px; padding: 25px; border: 1px solid #f0f0f0; transition: all .3s ease; height: 100%; }
.publicidad-page .testimonios-grid { max-width: 1120px; margin: 0 auto; }
.publicidad-page .testimonios-swiper { max-width: 1120px; margin: 0 auto; overflow: visible !important; padding-bottom: 0; }
.publicidad-page .testimonios-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
}
.publicidad-page .testimonios-swiper .swiper-slide {
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.publicidad-page .testimonios-swiper .swiper-pagination { display: none !important; }
.publicidad-page .testimonios-fallback { max-width: 1120px; margin: 0 auto; overflow: visible !important; }
.publicidad-page .testimonios-fallback .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
}
.publicidad-page .testimonios-fallback .swiper-slide {
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.publicidad-page .testimonios-fallback .swiper-pagination { display: none !important; }
.publicidad-page .swiper-pagination-bullet-active { background-color: #d63384 !important; }
.publicidad-page .faq-item { border-bottom: 1px solid #e9ecef; padding: 18px 0; }
.publicidad-page .faq-question { font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 1rem; }
.publicidad-page .faq-answer { display: none; padding-top: 12px; color: #6c757d; line-height: 1.6; font-size: .9rem; }
.publicidad-page .faq-question i { transition: transform .3s ease; }
.publicidad-page .faq-question.active i { transform: rotate(180deg); }
.publicidad-page .cta-section { background: linear-gradient(135deg, #d63384 0%, #a01a6e 100%); border-radius: 25px; padding: 40px 25px; margin: 40px 0; }
.publicidad-page .beneficios-grid { display: flex; }
@media (max-width: 768px) {
    .publicidad-page .hero-desktop-image { display: none; }
    .publicidad-page .hero-title { font-size: 1.8rem; }
    .publicidad-page .hero-section { padding: 40px 0 30px; }
    .publicidad-page .cta-section { padding: 30px 20px; margin: 30px 0; }
    .publicidad-page .cta-section h2 { font-size: 1.6rem; }
    .publicidad-page .benefit-card { padding: 20px 12px; }
    .publicidad-page .beneficios-grid { display: none; }
    .publicidad-page .beneficios-swiper { display: block; }
}
@media (min-width: 769px) {
    .publicidad-page .hero-desktop-image { display: block; }
    .publicidad-page .beneficios-swiper { display: none; }
}
@media (max-width: 576px) {
    .publicidad-page .btn-magenta .btn-text,
    .publicidad-page .btn-outline-magenta .btn-text { display: none; }
    .publicidad-page .btn-magenta i,
    .publicidad-page .btn-outline-magenta i { margin: 0 !important; font-size: 1.2rem; }
    .publicidad-page .btn-magenta,
    .publicidad-page .btn-outline-magenta { padding: 10px 14px; }
}
.super-image-column { min-height: 120px; }
.super-actions { position: relative; z-index: 2; }
.super-copy { flex: 1; min-width: 200px; }
.primary-purple { background-color: #441df6 !important; border: 0 !important; }
.super-destacado-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mask-image: radial-gradient(circle at -70% 50%, transparent 45%, #000 26%);
    -webkit-mask-image: radial-gradient(circle at -70% 50%, transparent 45%, #000 26%);
}
.flag-card { border-radius: 12px; border-top-width: 3px !important; border-top-style: solid !important; }
.flag-icon-wrap { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; }
.flag-danger { border-top-color: #e63946 !important; }
.flag-danger .flag-icon-wrap { background: rgba(220, 53, 69, .1); }
.flag-danger .flag-symbol { color: #e63946; }
.flag-danger-dark { border-top-color: #343a40 !important; }
.flag-danger-dark .flag-icon-wrap { background: rgba(0, 0, 0, .05); }
.flag-danger-dark .flag-symbol { color: #e63946; text-shadow: 8px 0 0 #000; }
.flag-warning { border-top-color: #ffc107 !important; }
.flag-warning .flag-icon-wrap { background: rgba(255, 193, 7, .1); }
.flag-warning .flag-symbol { color: #ffc107; text-shadow: 8px 0 0 #000; }
.flag-good { border-top-color: #00aeef !important; }
.flag-good .flag-icon-wrap { background: rgba(0, 174, 239, .1); }
.flag-good .flag-symbol { color: #00aeef; }
.flag-missing { border-top-color: #adb5bd !important; }
.flag-missing .flag-icon-wrap { background: #f8f9fa; }
.flag-missing .flag-symbol { color: #fff; -webkit-text-stroke: 1.5px #212529; }
.flag-evacuate { border-top-color: #212529 !important; }
.flag-evacuate .flag-icon-wrap { background: rgba(33, 37, 41, .1); }
.flag-evacuate .flag-symbol { color: #212529; }

@media (max-width: 991px) {
    .photo-grid-main { display: none; }
    .swiper { display: block; }
    .swiper-pagination-bullet-active { opacity: var(--swiper-pagination-bullet-opacity, 1); background: #fff; }
    .swiper-button-next,
    .swiper-button-prev { color: #fff; }
    .btn-map-toggle { position: fixed; top: 50%; right: -30px; z-index: 1000; background: #222; color: #fff; padding: 8px 37px 9px 16px; border-radius: 50px; font-weight: 600; border: 0; box-shadow: 0 4px 12px rgba(0, 0, 0, .3); }
    .container-scroll-mobile { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; padding: 8px 0 16px; margin: 0; scrollbar-width: none; }
    .container-scroll-mobile::-webkit-scrollbar { display: none; }
    .card-snap { flex: 0 0 88%; scroll-snap-align: start; }
    .container-scroll-mobile > .col-12.card-snap { flex-basis: 100%; }
    .banner-super-destacado { overflow: visible; margin-bottom: 16px; }
    .banner-super-destacado .row { border-radius: 15px; }
    .super-image-column { order: -1; height: 155px; min-height: 155px; padding: 0 !important; }
    .super-destacado-image { mask-image: none; -webkit-mask-image: none; }
    .super-actions { position: absolute; top: 139px; left: 0; width: 100%; padding: 0 !important; transform: translateY(-50%); }
    .super-actions .btn { padding: 6px 14px; font-size: .75rem; }
    .super-actions > div:last-child { display: inline-block; margin: 0 0 0 6px !important; background: #fff; padding: 5px 9px; border-radius: 999px; }
    .banner-super-destacado .col-md-5 { padding: 12px 14px !important; }
    .banner-super-destacado h4 { font-size: 1rem !important; margin-bottom: 4px !important; }
    .banner-promo-horizontal { padding: 12px !important; border-radius: 12px; }
    #carouselNewsletters,
    #carouselNewsletters .carousel-inner,
    #carouselNewsletters .carousel-item { height: auto !important; min-height: 0; }
    #carouselNewsletters .banner-promo-horizontal { height: auto; min-height: 0; }
    .banner-promo-horizontal .super-copy h4 { font-size: 1rem; }
    .banner-promo-horizontal .acciones-banner { flex-direction: row; align-items: center; justify-content: center; width: 100%; margin-top: 8px; gap: 6px; }
    footer .d-flex { flex-direction: column; gap: .75rem !important; }
    .footer-social-grid { max-width: 100%; margin-bottom: .75rem; }
}
@media (min-width: 992px) {
    .container-scroll-mobile { display: flex; flex-wrap: wrap; }
}
@media (max-width: 767px) {
    .row-cols-2 > .col { border-bottom: 1px solid #eee; padding: 15px 0; }

    /* Árbol de accesos rápidos del footer. */
    footer .footer-tag-tree {
        --tree-line: #d9dee5;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.25rem !important;
        row-gap: .7rem !important;
        position: relative;
        width: min(100%, 390px);
        margin: 1.25rem auto 0 !important;
        padding: 0 .25rem;
        isolation: isolate;
    }

    footer .footer-tag-tree::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 2.65rem;
        bottom: 1.1rem;
        left: 50%;
        width: 1px;
        background: var(--tree-line);
        transform: translateX(-50%);
    }

    .footer-tag-tree__root {
        grid-column: 1 / -1;
        position: relative;
        z-index: 2;
        padding: 0 .25rem .25rem;
        background: #fff;
    }

    footer .footer-tag-tree__tag {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .4rem;
        position: relative;
        z-index: 1;
        min-width: 0;
        min-height: 2.45rem;
        padding: .55rem .65rem;
        border: 1px solid #e0e4e9;
        border-radius: 999px;
        background: #fff;
        color: #59616b !important;
        font-size: .72rem !important;
        font-weight: 600;
        line-height: 1.15;
        box-shadow: 0 3px 10px rgba(33, 37, 41, .06);
    }

    footer .footer-tag-tree__tag > i {
        flex: 0 0 1rem;
        font-size: .78rem;
    }

    footer .footer-tag-tree__tag::before {
        content: "";
        position: absolute;
        top: 50%;
        width: .65rem;
        border-top: 1px solid var(--tree-line);
    }

    footer .footer-tag-tree__tag:nth-of-type(odd)::before { right: -.65rem; }
    footer .footer-tag-tree__tag:nth-of-type(even)::before { left: -.65rem; }

    footer .footer-tag-tree__tag:hover,
    footer .footer-tag-tree__tag:focus-visible {
        border-color: #adb5bd;
        background: #f8f9fa;
        color: #212529 !important;
        transform: translateY(-1px);
    }

    footer .footer-tag-tree__tag--promo {
        border-color: rgba(214, 51, 132, .28);
        background: #fff4f9;
        color: #b02a6f !important;
    }
}
@media (max-width: 576px) {
    .terms-content .text-muted { text-align: left !important; }
    .terms-content .ps-4 { padding-left: 1.5rem !important; }
}

/* Compartir anuncio en fichas de propiedades y alojamientos. */
.btn-outline-magenta {
    --bs-btn-color: #b02a6f;
    --bs-btn-border-color: #b02a6f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b02a6f;
    --bs-btn-hover-border-color: #b02a6f;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8f215a;
    --bs-btn-active-border-color: #8f215a;
    --bs-btn-focus-shadow-rgb: 176, 42, 111;
}

.share-ad-button { font-weight: 700; }

.share-ad-modal .modal-content {
    border: 0;
    border-radius: 1.25rem;
    box-shadow: 0 1.25rem 4rem rgba(0, 0, 0, .3);
}

.share-ad-modal .modal-header { padding: 2rem 2rem 1rem; }
.share-ad-modal .modal-title {
    width: 100%;
    color: #25282b;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}
.share-ad-modal .btn-close { margin-left: .75rem; }
.share-ad-modal .modal-body { padding: 1.25rem 2rem .75rem; }
.share-ad-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.share-ad-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-height: 5.5rem;
    padding: 1rem;
    border: 1.5px solid #7b838b;
    border-radius: .75rem;
    background: #fff;
    color: #68717a;
    font: inherit;
    font-size: 1.15rem;
    text-decoration: none;
    transition: background-color .2s, border-color .2s, color .2s, transform .2s;
}
.share-ad-option i { width: 2rem; font-size: 2rem; text-align: center; }
.share-ad-option:hover,
.share-ad-option:focus-visible {
    border-color: #b02a6f;
    background: #fff4f9;
    color: #b02a6f;
    transform: translateY(-1px);
}
.share-ad-option.is-copied {
    border-color: #198754;
    background: #eaf7f0;
    color: #146c43;
}
.share-ad-feedback {
    min-height: 1.5rem;
    margin: .75rem 0 0;
    color: #56606a;
    font-size: .875rem;
    text-align: center;
}
.share-ad-modal .modal-footer { padding: .5rem 2rem 2rem; }
.share-ad-close {
    min-width: 8rem;
    padding: .7rem 1.5rem;
    border-radius: .75rem;
    font-size: 1.1rem;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .share-ad-modal .modal-dialog { margin: .75rem; }
    .share-ad-modal .modal-header { padding: 1.5rem 1.25rem .75rem; }
    .share-ad-modal .modal-body { padding: 1rem 1.25rem .5rem; }
    .share-ad-grid { grid-template-columns: 1fr; gap: .75rem; }
    .share-ad-option { min-height: 4rem; justify-content: flex-start; padding-inline: 1.5rem; }
    .share-ad-option i { font-size: 1.6rem; }
    .share-ad-modal .modal-footer { padding: .5rem 1.25rem 1.5rem; }
}
