
.txtAreaEmpDina {
    text-align: left !important;
    display: inline-block;
    white-space: nowrap;
    width: 10vw;
    min-width: 10vw;
    max-width: 10vw;
}


 .country  {
     transition: fill 0.5s ease;
 }

.pais-seleccionado {
    fill: #FFCC00!important;
}

.fecha-prox-eventos-sup {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    height: 8vh !important;
    display: inline-block;
    width: auto !important;
    background-color: transparent;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.texto-prox-eventos {
    font-family: var(--font-family-Humanistist521BT-Roman);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(56, 56, 56) !important;
}

.titulo-prox-eventos {
    font-family: var(--font-family-Humanistist521BT-Bold);
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: rgb(56, 56, 56);
    text-align: end;
}

.item-prox-even-carousel.style-two.all.web.cloud.shadow-lg.shadow-3d.rounded .card:hover .cor-hover {
    display: block;
!important;
}

.item-prox-even-carousel.style-two.all.web.cloud.shadow-lg.shadow-3d.rounded .card:hover .card-body {
    opacity: 1 !important;
    background-color: white !important;
}

.item-prox-even-carousel {
    cursor: pointer;
}

/* Override para el card de info-pais - evitar que desaparezca en hover */
#info-pais .card:hover .card-body {
    opacity: 1 !important;
    background-color: white !important;
}

/* CSS para zoom/pan del mapa en móvil */
.map-container {
    position: relative;
    overflow: hidden;
    touch-action: none;
}

#map-transform-wrapper {
    cursor: grab;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
}

#map-transform-wrapper:active {
    cursor: grabbing;
}

/* Mejorar calidad del SVG al hacer zoom */
#Capa_1 {
    shape-rendering: geometricPrecision;
    text-rendering: geometricPrecision;
}

/* Adaptación del info-pais para móvil */
@media (max-width: 768px) {
    #info-pais {
        position: fixed !important;
        bottom: 5vh !important;
        left: 2vw !important;
        width: 96vw !important;
        max-height: 50vh !important;
        overflow-y: auto !important;
        z-index: 9999 !important;
        background-color: white !important;
        border-radius: 10px !important;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.3) !important;
        padding: 5px !important;
    }

    #info-pais .col-5 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /* Arreglar el label "Desde" que se cortaba */
    #info-pais label {
        white-space: nowrap !important;
    }

    /* Espacio entre header y mapa */
    .banner-one {
        top: 0 !important;
        padding-top: 9vh !important;
    }

    .map-container {
        z-index: 1 !important;
    }
}

/* ============================================= */
/* Estilos para iconos de Preguntas/Favoritos/Transporte */
/* ============================================= */

/* Desktop: Mismo ancho para todos los botones */
@media (min-width: 769px) {
    .icono-container,
    .icono-container-2,
    .carousel {
        min-width: 14.362vw !important;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .faq-icon,
    .btn-mis-favoritos .icono svg,
    .btn-necesitas-transporte .icono svg {
        width: 50px !important;
        height: 50px !important;
    }

    .faq-logo,
    .btn-mis-favoritos,
    .btn-necesitas-transporte {
        gap: 10px !important;
    }
}

/* Estilos responsive para tablet */
@media (max-width: 1024px) {
    /* Hacer los botones apilados verticalmente en tablet */
    .d-flex.align-items-center.justify-content-between.flex-wrap.gap-3 {
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
    }

    /* Botones con ancho completo y fondo blanco */
    .icono-container,
    .icono-container-2,
    .carousel {
        width: 100% !important;
        min-width: 100% !important;
        background-color: white !important;
        padding: 15px !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
        border-radius: 8px !important;
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    /* Iconos y texto más pequeños (25% reducción) */
    .faq-icon {
        width: 41px !important;
        height: 41px !important;
        border-width: 4px !important;
    }

    .signo-pregunta {
        font-size: 26px !important;
        line-height: 33px !important;
    }

    .circulo-pregunta {
        display: none !important;
    }

    .btn-mis-favoritos .icono svg,
    .btn-necesitas-transporte .icono svg {
        width: 41px !important;
        height: 41px !important;
    }

    .btn-mis-favoritos .texto,
    .btn-necesitas-transporte .texto {
        font-size: 12px !important;
    }

    /* Centrar Necesitas Transporte como Mis Favoritos */
    .carousel .collapse-icon {
        margin-left: 60px;
    }

    /* Ocultar flechas de navegación en móvil */
    .owl-prev,
    .owl-next,
    .owl-nav {
        display: none !important;
    }

    /* Sección transporte: div arriba, mapa abajo */
    .rutaTra .auto-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        min-width: 100% !important;
        padding: 0 10px !important;
    }

    .rutaTra > .auto-container > .row {
        flex-direction: column !important;
    }

    .rutaTra .col-4,
    .rutaTra .col-8 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
    }

    .rutaTra .col-4 {
        order: 1 !important;
        margin-bottom: 2vh;
    }

    .rutaTra .col-8 {
        order: 2 !important;
        height: 50vh !important;
    }

    /* Mapa OpenStreetMap ocupa todo el ancho */
    #transporte_mapa1 {
        width: 100% !important;
        height: 45vh !important;
    }

    /* Título y subtítulo ocupan todo el ancho */
    .rutaTra .col-4 > .row {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }

    .rutaTra .col-4 > .row > .col-6 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    /* Ajustar altura del scroll en móvil */
    #transporte_coche,
    #transporte_bus,
    #transporte_avion {
        height: 50vh !important;
        max-height: 50vh !important;
    }

    /* Cards de transporte en móvil - mantener estructura horizontal */
    .tama-card {
        height: auto !important;
        min-height: 15vh !important;
    }

    .tama-card .row.no-gutters {
        flex-direction: row !important;
    }

    .tama-card .col-md-4 {
        width: 35% !important;
        flex: 0 0 35% !important;
        max-width: 35% !important;
    }

    .tama-card .col-md-8 {
        width: 65% !important;
        flex: 0 0 65% !important;
        max-width: 65% !important;
    }

    .tama-card .card-img {
        height: 15vh !important;
    }

    .tama-card .card-title {
        font-size: 14px !important;
    }

    .tama-card .card-text {
        font-size: 11px !important;
    }

    .tama-card .btn {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }

    /* Ajustar iconos de transporte en móvil */
    .rutaTra .col-6 img {
        height: 4vh !important;
        margin-left: 0.5vh !important;
    }

    /* Texto de título transporte */
    .titu-transporte {
        font-size: 12px !important;
    }

    #texto-ti-transporte {
        font-size: 11px !important;
    }
}

/* ============================================= */
/* Estilos responsive del footer */
/* ============================================= */

.footer-responsive-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3vh 0 0 0;
}

.footer-col-1 {
    width: 20%;
    padding: 0 10px;
}

.footer-col-5 {
    width: 20%;
    padding: 0 10px;
}

/* Tablets y pantallas medianas */
@media (max-width: 1024px) {
    .footer-col-1, .footer-col-5 {
        width: 50%;
        margin-bottom: 3vh;
    }

    .footer-col-1 img, .footer-col-5 img {
        max-width: 100%;
        height: auto !important;
        width: auto !important;
    }

    .footer-col-1 .footer-logo img {
        width: 150px !important;
        height: auto !important;
        max-width: 150px !important;
    }

    .footer-col-1 {
        order: 1;
    }

    .footer-col-5 {
        order: 2;
    }
}

/* Móviles */
@media (max-width: 768px) {
    .footer-responsive-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-col-1, .footer-col-5 {
        width: 100%;
        text-align: center;
        margin-bottom: 3vh;
    }

    .footer-col-1 .footer-logo {
        display: flex;
        justify-content: center;
    }

    .footer-col-1 .footer-logo img {
        width: clamp(120px, 40vw, 180px) !important;
        height: auto !important;
    }

    .footer-col-5 .footer-bottom_nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-social_box {
        gap: 10px;
    }

    .footer-social_box img {
        width: clamp(35px, 10vw, 50px) !important;
        height: clamp(35px, 10vw, 50px) !important;
    }
}

.city-card {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.city-name {
    font-size: 17px;
    font-family: var(--font-family-Humanistist521BT-Bold);
    font-weight: bold;
    width: 12vw;
    background-color: #f0f0f0;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 1vh;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.destinations-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 12vw;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1;
    width: 8vw;
}

.destinations-list li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.destinations-list li:hover {
    background-color: #f0f0f0;
}

 .texto-plani-viaje-carru-foot {
     font-size: 1.6vh !important;
     font-family: var(--font-family-Humanistist521BT-Roman) !important;
     color: #3FA9F5 !important;
 }

.hotel-block_one-heading a {
    color: #3FA9F5 !important;
}

.leer-mas {
    font-size: 1.5vh !important;
    color: #3FA9F5 !important;
    opacity: .6;
}
.titulo-footer-proximos-eventos {
    font-family: var(--font-family-MadeOkineSansBold) !important;
    font-weight: bold;
    font-size: 2.1vh;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
}

.card-title {
    font-family: var(--font-family-Humanistist521BT-Bold);
    font-weight: bold;
    font-size: 17px;
    color: #000000;
}

.card-title-ida-vuelta {
    font-family: var(--font-family-Humanistist521BT-Bold);
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

.card-title-normal {
    font-family: var(--font-family-Humanistist521BT-Bold);
    font-size: 12px;
    color: #000000;
}

.desde-hasta {
    width: 62vw;
    height: 7.5vh;
    border-radius: 25px;
    padding: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
    outline: none;
    color: #383838;
    font-size: 30px;
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
}

.desde-hasta::placeholder {
    text-align: center;
}

.ciudades-prox-event a img {
    margin-right: 5px;
}

.ciudades-prox-event a {
    color: #666666 !important;
    font-size: 15px;
    font-family: var(--font-family-Humanistist521BT-Roman) !important;;
}

.titulo-ruta {
    font-family: var(--font-family-Humanistist521BT-Bold);
    font-weight: bold;
    font-size: 25px;
    letter-spacing: -1.14px;
    color: rgb(236, 104, 0);
}

.titu-transporte {
    font-family: var(--font-family-Humanistist521BT-Bold);
    font-weight: bold;
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.titulos-oferta {
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
    font-size: 17px !important;
    letter-spacing: 0.68px !important;
    color: rgb(0, 0, 0) !important;
}

.texto-oferta {
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
    font-size: 14px !important;;
    line-height: 22.81px !important;;
    color: rgb(102, 102, 102) !important;
}

.map-container {
    height: 100%;
    width: 100%;
    margin-top: 2.5vh
}

.country {
    fill: #7f7f7f;
    cursor: pointer;
}

.route-line {
    stroke: #0077cc;
    stroke-width: 2;
    fill: none;
    display: none;
}

.card-body {
    height: auto !important;
    max-height: max-content !important;
}



#city-name {
    position: relative;
}

#airport-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    z-index: 1000;
}

#airport-list li {
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}

#airport-list li:hover {
    background-color: #f0f0f0;
}

#city-name:hover #airport-list {
    display: block;
}


.header {
    background: #FFFFFF!important;
}
