.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;
    text-decoration: underline !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-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; }
    .text-magenta { color: #d63384 !important; }
    .btn-magenta { background-color: #d63384; color: white; border: none; transition: all 0.3s ease; }
    .btn-magenta:hover { background-color: #25d366; color: white; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
    .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; }
    .btn-magenta { background-color: #d63384; color: white; border: none; }
    .btn-magenta:hover { background-color: #25d366; color: white; transform: translateY(-2px); }
    .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;
    }
}