﻿/* 🌍 Estilos generales (Desktop First) */
body {
    font-size: 22px;
}

/* ✅ Pantallas ultra grandes (4K, 5K, desde 1920px en adelante) */
@media screen and (min-width: 1920px) {
    .euro-pleca-xl {
        width: 400px;
    }

    .euro-pleca__title-xl {
        font-size: 28px;
    }
}

/* ✅ Escritorios grandes (1440px - 1919px) */
@media screen and (max-width: 1919px) {
    .euro-pleca-xl {
        width: 400px;
    }

    .euro-pleca__title-xl {
        font-size: 26px;
    }
}

/* ✅ Laptops y escritorios medianos (1024px - 1439px) */
@media screen and (max-width: 1439px) {
    .euro-pleca-xl {
        width: 400px;
    }

    .euro-pleca__title-xl {
        font-size: 24px;
    }
}

/* ✅ Tablets en orientación vertical (601px - 767px) */
@media screen and (max-width: 767px) {
    .euro-pleca-xl {
        width: 400px;
    }

    .euro-pleca__title-xl {
        font-size: 20px;
    }

    .euro-search__tab-list {
        flex-wrap: nowrap;
    }

        .euro-search__tab-list .euro-search__tab-link {
            display: flex;
            padding: 6px 13px;
            margin-bottom: -1px;
        }

    .nav-link-v2-p {
        font-size: 10px;
    }


    .input-group__button {
        gap: 8px;
        height: 45px;
        font-size: 16px;
    }

    .input-group__button-icon {
        font-size: 12px;
    }

    .search-row-container {
        width: 100%
    }

    .bannerImg {
        padding-left: 1rem;
    }

    .bannerImg__text {
        font-size: 12px;
        padding-right: 3rem;
    }

    .encabezadoResultados-texts a {
        display: none;
    }
    .encabezadoResultados__label {
        display: none;
    }
}

/* ✅ Teléfonos medianos (481px - 600px) */
@media screen and (max-width: 600px) {
    .euro-pleca-xl {
        width: 350px;
    }

    .euro-pleca--white h2 {
        font-size: 16px;
        font-weight: 400;
    }

    .euro-pleca-xl::after {
        content: "";
        position: absolute;
        top: 0;
        right: -10px;
        width: 150px;
        height: 100%;
        background-color: var(--main-color);
        border-radius: 0 20px 10px 0;
        transform: skewX(-35deg);
        transform-origin: bottom right;
    }

    .card--transparent .card__badge__percent {
        color: #ffffff !important;
        font-size: 14px;
    }

    .euro-pleca--white::after {
        background-color: #ffffff;
        border-bottom: 4px solid var(--black-color);
        border-right: 4px solid var(--black-color);
        height: 106%;
    }


    .euro-search__tab-list .euro-search__tab-link {
        padding: 5px 10px;
        font-size: 12px;
    }

    .euro-search__tab-list {
        flex-wrap: nowrap;
    }

        .euro-search__tab-list .euro-search__tab-link {
            display: flex;
            padding: 6px 12px;
            margin-bottom: -1px;
        }

    .nav-link-v2-p {
        font-size: 10px;
    }


    .input-group__button {
        gap: 8px;
        height: 45px;
        font-size: 16px;
    }

    .input-group__button-icon {
        font-size: 12px;
    }

    .search-row-container {
        width: 100%
    }

    .bannerImg {
        padding-left: 1rem;
    }

    .bannerImg__text {
        font-size: 12px;
        padding-right: 3rem;
    }

    .encabezadoResultados-texts a {
        display: none;
    }
    .encabezadoResultados__label {
        display: none;
    }

    /****************************+*******+++********************** AURAVIA TRASLADO ****************************+*******+++**********************/

    .cardAuraviaTraslado__textCard-price {
        width: 95%;
        align-items: end;
        text-align: end;
    }

        .cardAuraviaTraslado__textCard-price > .cardAuraviaTraslado__textCard-peoplePrice {
            display: flex;
            flex-direction: row;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
        }

            .cardAuraviaTraslado__textCard-price > .cardAuraviaTraslado__textCard-peoplePrice h5 {
                font-size: 16px;
            }

        .cardAuraviaTraslado__textCard-price p {
            font-size: 10px;
        }

    .cardAuraviaTraslado__franjaCard strong {
        font-size: 13px;
    }

    .cardAuraviaTraslado__imgCard {
        max-width: 100%;
    }

    /****************************+*******+++********************** FIN AURAVIA TRASLADO ****************************+*******+++**********************/

    /****************************+*******+++********************** AURAVIA HOTELES ****************************+*******+++**********************/
    
    .cardAuraviaHoteles__stars {
        font-size: 10px;
        padding-left: 15px;
    }

    .cardAuraviaHoteles__footer-textPrice {
        font-size: 10px;
    }

    .cardAuraviaHoteles__footer-Price {
        font-size: 16px;
    }

    .cardAuraviaHoteles__footer-text {
        font-size: 8px;
    }

    .cardAuraviaHoteles__footer-btn {
        padding-top: .2rem !important;
        padding-bottom: .2rem !important;
        padding-right: 0.9rem !important;
        padding-left: 0.9rem !important;
        font-size: 14px;
    }

    /****************************+*******+++********************** AURAVIA HOTELES ****************************+*******+++**********************/

}

/* ✅ Teléfonos muy pequeños (hasta 320px, tipo iPhone SE) */
@media screen and (max-width: 320px) {
    .euro-pleca-xl {
        width: 250px;
    }

    .euro-pleca__title-xl {
        font-size: 14px;
    }

    /* Slider */
    .slider {
        height: 500px;
    }

    /* Newsletter Area */
    .col-newsletter-contact {
        padding: 3% 5% 0 5px;
    }

    .col-newsletter-contact h3 {
        font-size: 24px;
    }

    .form-newsletter-contact {
        padding: 20px 15px 10px 15px;
    }

    /* Footer */
    .container-footer-home {
        padding: 15px 15px 5px 15px;
    }

    .mainWhastappButtonEuroMobile {
        height: 36px;
        padding-inline: 15px;
    }

    .mainWhastappButtonEuroMobile p {
        font-size: 12px;
    }

    .euro-search__tab-list {
        flex-wrap: nowrap;
    }

    .euro-search__tab-list .euro-search__tab-link {
        display: flex;
        padding: 5px 7px;
        margin-bottom: -1px;
    }

    .nav-link-v2-p{
        font-size: 10px;
    }

    .input-group__button {
        gap: 8px;
        height: 45px;
        font-size: 16px;
    }

    .input-group__button-icon {
        font-size: 12px;
    }

    .search-row-container {
        width: 100%
    }
    .bannerImg {
        padding-left: 1rem;
    }

    .bannerImg__text {
        font-size: 12px;
        padding-right: 3rem;
    }

    .encabezadoResultados-texts a{
        display: none;
    }

    .encabezadoResultados__label {
        display: none;
    }

    .euro-note__textPrice{
        display: none;
    }
    .euro-note__textPriceMovil {
        display: block;
        font-size: 10px;
        text-align: center;
        padding: 5px;
        margin: 10px;
    }

    .encabezadoResultados select {
        width: 85%;
        margin-left: 15%;
    }
    .paginator__page-item{
        font-size: 12px;
    }

    .encabezadoResultados{
        margin-top: 10px
    }
    /****************************+*******+++********************** AURAVIA TRASLADO ****************************+*******+++**********************/
    .cardAuraviaTraslado__textCard-price {
        width: 95%;
        align-items: end;
        text-align: end;
    }

        .cardAuraviaTraslado__textCard-price > .cardAuraviaTraslado__textCard-peoplePrice {
            display: flex;
            flex-direction: row;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
        }

            .cardAuraviaTraslado__textCard-price > .cardAuraviaTraslado__textCard-peoplePrice h5 {
                font-size: 16px;
            }

    .cardAuraviaTraslado__textCard-price p {
        font-size: 10px;
    }

    .cardAuraviaTraslado__franjaCard strong {
        font-size: 13px;
    }

    .cardAuraviaTraslado__imgCard {
        max-width: 100%;
    }
    /****************************+*******+++********************** FIN AURAVIA TRASLADO ****************************+*******+++**********************/

    /****************************+*******+++********************** AURAVIA HOTELES ****************************+*******+++**********************/
    .cardAuraviaHoteles__title{
        font-size: 16px;
    }

    .cardAuraviaHoteles__stars {
        font-size: 10px;
        padding-left: 15px;
    }

    .cardAuraviaHoteles__footer-textPrice {
        font-size: 10px;
    }

    .cardAuraviaHoteles__footer-Price{
        font-size: 16px;
    }

    .cardAuraviaHoteles__footer-text {
        font-size: 8px;
    }

    .cardAuraviaHoteles__footer-btn {
        padding-top: .2rem !important;
        padding-bottom: .2rem !important;
        padding-right: 0.9rem !important;
        padding-left: 0.9rem !important;
        font-size: 14px;
    }

    /****************************+*******+++********************** AURAVIA HOTELES ****************************+*******+++**********************/


    /*************************************************************************** ABOUT US MEXICO TRAVESIAS ******************************************************************************************/

    .ebe__container {
        max-width: 100% !important;
        margin: 50px auto;
        padding: 0 0px;
    }

    .about__container-row {
        display: flex;
        align-items: center;
        padding-block: 0;
        width: 100%;
        padding: 0 0.5rem;
    }

    .about__col--image {
        display: flex;
        justify-content: flex-start;
        padding: 5% 0% 5% 0%;
    }

        .about__col--image img {
            height: 425px !important;
            width: 100%;
            object-fit: cover;
            border-radius: 15px;
        }

    .about__col--text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 5% 5% 5% 5%;
    }

        .about__col--text h1 {
            font-family: 'Inter';
            font-size: 1rem;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.16px;
        }

        .about__col--text h2 {
            background: transparent;
            font-size: 2.1rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 31px;
            margin-top: 20px;
        }

        .about__col--text p {
            font-size: 1rem;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            margin-bottom: 50px;
        }

        .about__col--text h3 {
            font-family: Inter;
            font-size: 1rem;
            font-style: italic;
            font-weight: 600;
            line-height: normal;
            letter-spacing: 0.32px;
            margin-bottom: 40px;
        }

    /***************************************************************************** END ABOUT US MEXICO TRAVESIAS ************************************************************************************/
    
    /***************************************************************** PRODUCT **********************************************************************************/
    .container__product-card {
        font-family: Inter;
    }

    .product-card {
        margin: 10px 0px;
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 0px 10px;
    }

    .product-card__header {
        display: flex;
        align-items: stretch;
        border-radius: 20px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #ccc;
    }

    .product-card__image  {
        padding: 0 !important;
    }

    .product-card__image img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 20px 0 0 20px;
        padding: 0 !important;
    }

    .product-card__description {
        padding: 15px 30px;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .product-card__title {
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--main-color);
        margin-bottom: 0.5rem;
    }

    .product-card__info {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 1rem;
        color: #333;
    }

    .product-card__days i,
    .product-card__dates i {
        margin-right: 4px;
    }

    .product-card__separator {
        margin: 0 8px;
        color: #bbb;
    }

    .product-card__short-description {
        margin-top: 15px;
        color: #333;
        font-size: 0.95rem;
    }

    .product-card__includes {
        margin-top: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .product-card__includes-label {
        font-weight: 600;
        color: #065E6C;
    }

    .product-card__price {
        padding: 30px;
        background: #f7f8fa;
        border-radius: 0 20px 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end; 
        text-align: right;     
    }

    .product-card__price-content {
        width: 100%;
    }

    .product-card__people {
        font-size: 14px;
        color: #495057;
        font-weight: 400;
    }

    .product-card__price-offer {
        font-size: 16px;
        color: #adb5bd;
        text-decoration: line-through;
        margin-right: 8px;
    }


    .product-card__price-value {
        font-size: 2rem;
        color: #28333E;
        font-weight: 700;
    }

    .product-card__currency {
        font-size: 1.2rem;
        color: #28333E;
        font-weight: 600;
    }

    .product-card__price-per-person {
        display: block;
        font-size: 1rem;
        color: #6c757d;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .product-card__price-per-person strong {
        color:rgba(93, 105, 116, 1);
        font-weight: 600;
        font-size: 14px;
    }

    .product-card__taxes {
        display: block;
        font-size: 14px;
        color: rgba(93, 105, 116, 1);
        font-weight: 400;
        margin-top: -5px;
    }

    .product-card__button-container {
        margin-top: 20px !important;
        display: flex;
        justify-content: center;
    }

    .button.button--primary {
        background: var(--black-color);
        color: #fff;
        border-radius: 25px;
        padding: 8px 32px;
        font-size: 1rem;
        font-weight: 600;
        border: none;
        transition: background 0.2s;
    }

    .button.button--primary:hover {
        background: var(--main-color);
        color: #fff;
    }

    .container__product-itinerary{
        margin: 0px !important;
    }

    .itinerary-card__hotel{
        flex-direction: column;

    }


    /* PILLS EBE AURABIA*/

    .product__nav {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    gap: 0.75rem;
    padding: 12px 0;
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
    scroll-behavior: smooth;
    border-bottom: 1px solid #eee;
}

/* Scrollbar personalizado para WebKit */
.product__nav::-webkit-scrollbar {
    height: 6px;
}
.product__nav::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 3px;
}
.product__nav::-webkit-scrollbar-track {
    background: transparent;
}

.product__button-nav {
    background: white !important;
    color: var(--black-color, #003049) !important;
    border: 2px solid #ccc !important;
    border-radius: 50px !important;
    padding: 10px 24px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.product__button-nav i {
    font-size: 13px;
    color: inherit;
    transition: transform 0.2s;
}

/* Hover effect */
.product__button-nav:hover {
    background-color: #f8f9fa !important;
    border-color: var(--gold-color, #F7B500) !important;
}

/* Active or focused state */
.product__button-nav.active,
.product__button-nav:active,
.product__button-nav:focus {
    background-color: var(--gold-color, #F7B500) !important;
    color: white !important;
    border-color: var(--gold-color, #F7B500) !important;
    box-shadow: 0 0 0 2px rgba(247, 181, 0, 0.3);
}

.product__button-nav.active i {
    transform: translateX(3px);
}


    .itinerary-card__hotel--content {
        flex-direction: column;
    }

    .itinerary-card__hotel-img{
        width: 300px;
        height: 200px;
        border-radius: 0px;
        margin-bottom: 10px;
    }

    .product__button-nav i{
        display: none;
    }

    .itinerary-card__body{
        padding: 0 !important;
    }

    .itinerary__menu {
        overflow-x: auto;
        width: 100%;
    }

    .itinerary__menu-list {
        flex-wrap: nowrap;
        min-width: max-content;
    }


    .itinerary__sidebar {
        min-width: 0; 
        flex-direction: row;
    }

    .itinerary__menu-list {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        gap: 0.5rem;
        padding-bottom: 8px;
        scrollbar-width: thin;
        scrollbar-color: #ccc #fff;
        width: 100%;
        min-width: max-content;
    }

    .itinerary__menu-list::-webkit-scrollbar {
        height: 6px;
        background: #fff;
    }
    .itinerary__menu-list::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }
    .itinerary__menu-item {
        display: inline-block;
        background-color: transparent;
        color: var(--black-color, #003049);
        border: 2px solid #ccc;
        border-radius: 20px;
        margin: 5px 0px 5px 5px;
        padding: 8px 24px;
        font-weight: 500;
        transition: background 0.2s, color 0.2s, border 0.2s;
        white-space: nowrap;
        cursor: pointer;
        min-width: max-content; 
    }

    .itinerary__downloads-item {
        display: inline-block;
        background-color: transparent;
        color: var(--black-color, #003049);
        border: 2px solid #ccc;
        border-radius: 20px;
        margin: 5px 0px 5px 5px;
        padding: 8px 24px;
        font-weight: 500;
        transition: background 0.2s, color 0.2s, border 0.2s;
        white-space: nowrap;
        cursor: pointer;
        min-width: max-content; 
    }

    .itinerary__menu-item i{
        display: none;
    }

    .itinerary__downloads-item i {
        display: none;

    }

    .itinerary__menu-item span {
        padding-right: 0rem;
    }

    .itinerary__downloads-item span {
        padding-right: 0rem;
    }

    .itinerary__menu-item--active,
    .itinerary__menu-item:active,
    .itinerary__menu-item:focus {
        background-color: var(--black-color);
        color: #fff;
        border-color: var(--main-color);
    }

    .itinerary-card__hotel-button-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

/*************************************************************** END PRODUCT ********************************************************************************/
}

/* ✅ Tablets y dispositivos medianos (768px y superiores) */
@media screen and (min-width: 768px) {
    /* Slider */
    .slider {
        height: 600px;
    }

    /* Newsletter Area */
    .col-newsletter-contact {
        padding: 3% 15% 0 35px;
    }

    /* Holiday Destinations Area */
    .holiday_small_boxed {
        margin-bottom: 0px;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

/* ✅ Ajustes para el carrusel de ofertas */
@media screen and (max-width: 767px) {
    .carousel-offers {
        padding: 20px 5%;
    }

    .carousel-offers__prev,
    .carousel-offers__next {
        display: none;
    }
}

/* ✅ Ajustes para contenedor principal */
@media screen and (max-width: 991px) {
    .container__Home {
        width: 95%;
        margin-inline: 2.5%;
    }
}

/* ✅ Dispositivos móviles pequeños (hasta 576px) */
@media screen and (max-width: 576px) {
    .section-newsletter-contact {
        padding-block: 40px;
    }

    .col-newsletter-contact {
        padding: 3% 5% 0 5px;
    }

    .col-newsletter-contact h3 {
        font-size: 24px;
    }

    .form-newsletter-contact {
        padding: 20px 15px 10px 15px;
    }

    .section-subfooter-home {
        height: auto;
        padding: 20px 0;
    }

    .section-subfooter-content-a,
    .section-subfooter-content-b {
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .section-subfooter-home-text h5{
        font-size: 10px;
    }

    .section-subfooter-home-text i{
        margin-left: 8px;
        font-size: 15px;
    }

    .holiday_left_heading {
        padding: 35px 25px;
    }

    .package-card {
        margin-top: 30px;
        height: auto !important;
    }
}

/* ✅ Tablets y móviles (hasta 767px) */
@media screen and (max-width: 767px) {
    .carousel-offers {
        padding: 20px 5%;
    }

    .carousel-offers__prev,
    .carousel-offers__next {
        display: none;
    }

    .holiday_small_boxed {
        margin-bottom: 10px;
    }

    .section-newsletter-contact {
        background-size: cover;
    }
    .package-card {
        margin-top: 30px;
         height: auto !important;
    }

}

@media (min-width: 767px) and (max-width: 1034px) {

    .sectionRevistas__col--button button, .sectionRevistas__col--button-b button {
        padding: 5px 0;
        font-size: 12px;
    }

    .sectionRevistas__col--button i, .sectionRevistas__col--button-b i {
        margin-right: 5px;
    }
}

/* ✅ Teléfonos pequeños (hasta 320px) */
@media (max-width: 320px) {

    .euroCompare-precio-container {
        padding: 0px 0px 15px 0px;
    }

    .card-container-comparative-flight {
        padding: 0px;
    }

    .euroCompare-tabla tbody td p {
        font-size: 12px;
    }

    .euroCompare-tabla tbody td::before {
        font-size: 12px;
    }

    .euroContainer-search__compare {
        font-size: 8px;
    }

    .card-box-comparative {
        margin-top: 20px;
    }

    .paquete-card-main-info p {
        line-height: 1.2;
    }

    .card-container-comparative__title {
        padding: 10px 10px;
        height: 90px;
    }

    .comparative__title p {
        font-size: 10px;
        text-align: end;
    }

    .bootstrap-select .btn::after {
        font-size: 12px;
        margin-left: 0px;
    }

    .form-control.select-custom {
        font-size: 14px;
        max-width: 250px; 
    }

        .form-control.select-custom option {
            font-size: 12px;
        }

        .form-control.select-custom::-webkit-scrollbar {
            width: 8px;
        }

        .form-control.select-custom::-webkit-scrollbar-track {
            max-height: 200px;
            overflow-y: auto;
        }

    .card-container-comparative__title p {
        text-align: end;
    }

    .section-flights-container-left-aeropuertos {
        font-size: 10px;
        
    }

    .container-item-description-infoVuelos {
        margin-top: 25px;
    }

    .section-flights-caja {
        margin-top: 0px;
    }

    .selected-flight-selected-logo {
       margin-bottom: 10px;
       margin-top: 10px;
    }

    .selected-flight-selected-logo i {
        width: auto;
        height: auto;
        font-size: 25px;
    }

    .section-flights-container-left-title p {
        font-size: 12px;
    }

    .section-flights-selected-container-title-b p {
        font-size: 14px;
        font-weight: 600;
    }

    .euroCompare-h1 {
        font-size: 12px;
        margin-top: 0px;
    }

    .euroCompare-link-flight-return {
        font-size: 10px;
    }

    .euroCompare-link-container {
        margin-top: 10px;
    }
    
    .euroCompare-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    .euroCompare-search__button {
        font-size: 14px;
        padding: 5px 20px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .euroCompare-title-info {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .euroCompare-tabla tbody tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        background-color: #fff;
        overflow: hidden;
    }

    .euroCompare-tabla tbody td {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
        text-align: left;
        min-width: auto;
        max-width: auto;
        min-height: 55px;
        width: auto;
        border-bottom: 1px solid #ddd;
        border-inline: none;
    }

        .euroCompare-tabla tbody td::before {
        font-size: 12px;
    }

    .euroCompare-tabla tbody td::before {
        content: attr(data-label);
        font-weight: bold;
        color: var(--main-color);
        flex: 0 0 50%;
    }

        .euroCompare-title-container {
        height: 0;
    }

        .day-hide {
        display: none;
    }

    .euroCompare-reserva-btn {
        align-self: center;
        margin-top: 10px;
        width: 100%;
    }

        td[data-label="Concepto"] {
        background-color: var(--black-color);
        color: #fff !important;
        font-weight: bold;
        text-align: center;
        padding: 5px;
    }

        .euroCompare-tabla tbody td:nth-of-type(1)::before {
        color: #fff;
    }

    .euroCompare-tabla tbody {
        border: none;
    }

    .euroCompare-tabla {
        box-shadow: none;
    }



    .itinerary-card__service--text{
        padding: 0;
    }

    .modal-login-size {
        max-width: 300px !important;
        width: 100%;
    }

    .login-buttom-close-a {
        left: 80%;
        top: 0;
    }

    .login-card {
        height: 650px !important;
    }

    .mainWhastappButtonHomeEuroMobile{
        z-index: 1;
    }
    /*Plecas de Ebe*/
    .euro-pleca {
        padding: 10px 10px;
        position: relative;
        margin: 25px 0;
        height: 50px;
        width: 230px;
    }

    .euro-pleca-xl {
        padding: 10px 10px;
        margin: 50px 0;
        height: 70px;
        width: 480px;
    }

    .euro-pleca::after {
        content: "";
        position: absolute;
        top: 0;
        right: -40px;
        width: 150px;
        height: 100%;
        background-color: var(--black-color);
        border-radius: 0 20px 10px 0;
        transform: skewX(-35deg);
        transform-origin: bottom right;
    }

    .euro-pleca-xl::after {
        content: "";
        position: absolute;
        top: 0;
        right: -40px;
        width: 150px;
        height: 100%;
        background-color: var(--black-color);
        border-radius: 0 20px 10px 0;
        transform: skewX(-35deg);
        transform-origin: bottom right;
    }

    .euro-pleca__title {
        font-size: 18px;
    }

    .euro-pleca__title-xl {
        font-size: 15px;
    }

    .sectionAboutus__container {
        padding: 0 10px 25px;
    }
    
    .sectionAboutus__text--h3 {
        font-size: 12px; 
        text-align:center;
        padding: 12px 10px;
    }

    .sectionAboutus__text p {
        font-size: 12px;
    }

    /**Formulario**/
    .sectionFormulario__container {
        padding: 1rem;
    }

    .sectionFormulario__Contacto-title{
        display: none;
    }

    .sectionFormulario__group {
        margin-bottom: 20px;
    }

    .sectionFormulario__label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #333;
        font-size: 14px;
    }

    .sectionFormulario__input,
    .sectionFormulario__textarea {
        width: 100%;
        padding: 10px 14px;
        border: 1px solid #8B96A2;
        border-radius: 15px;
        font-size: 14px;
        background-color: #f9f9f9;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
        color: #28333E;
    }

        .sectionFormulario__input:focus,
        .sectionFormulario__textarea:focus {
            border-color: var(--main-color, #d80027);
            box-shadow: 0 0 0 2px rgba(216, 0, 39, 0.1);
            outline: none;
            background-color: #fff;
        }

    .sectionFormulario__input {
        height: 40px;
    }

    .sectionFormulario__button {
        padding: 7px 40px;
        background-color: var(--main-color, #d80027);
        border: none;
        border-radius: 25px;
        color: white;
        font-weight: bold;
        font-size: 15px;
        transition: background-color 0.3s ease;
        margin-bottom: 20px;
        font-family: Inter;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
    }

        .sectionFormulario__button:hover {
            background-color: #a5001f;
        }

    .sectionFormulario__Contacto-text {
        font-family: Inter;
        font-weight: 400;
        font-size: 9px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: right;
        vertical-align: middle;
    }

    .responsive__container {
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .sectionFormulario__check {
        margin-top: 0px;
    }

    .sectionFormulario__label--check {
        font-family: Inter;
        font-weight: 400;
        font-size: 9px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
    }

        .sectionFormulario__label--check a {
            font-family: Inter;
            font-weight: 700;
            font-size: 9px;
            line-height: 100%;
            letter-spacing: 0%;
            vertical-align: middle;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-offset: 0%;
            text-decoration-thickness: 0%;
        }


    .itinerary-card__hotel--content-text{
        padding: 0 15px; 
    }

    .itinerary-card__services{
        padding-left: 15px !important;
    }



    .ebe-about__title {
        font-size: 2rem;
        margin-left: 1rem;
    }

    .ebe-social-title {
        margin-bottom: 1px;
        font-size: 2rem;
    }

    .ebe-social-row {
        padding: 0 1rem;
    }

     .paquete-card-main-3{
        padding: 0;
    }

    .granDeal-table-container{
        padding: 0 5rem;
    }

    .granDeal-table-list {
        border: 1px solid var(--main-color);
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 8px;
        overflow: hidden;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .granDeal-table-list th,
    .granDeal-table-list td {
        border-right: 1px solid var(--main-color);
        border-bottom: 1px solid var(--main-color);
        border-left: none;
        border-top: none;
    }

    .granDeal-table-list th:last-child,
    .granDeal-table-list td:last-child {
        border-right: none;
    }

    .granDeal-table-list tr:last-child td {
        border-bottom: none;
    }

    .granDeal-table-list th:first-child,
    .granDeal-table-list td:first-child {
        text-align: center;
    }

    /* Esquinas redondeadas específicas */
    .granDeal-table-list tr:first-child th:first-child {
        border-top-left-radius: 8px;
    }

    .granDeal-table-list tr:first-child th:last-child {
        border-top-right-radius: 8px;
    }

    .granDeal-table-list tr:last-child td:first-child {
        border-bottom-left-radius: 8px;
    }

    .granDeal-table-list tr:last-child td:last-child {
        border-bottom-right-radius: 8px;
    }

    .granDeal-table__header-text{
        font-family: Inter;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        text-align: center;
        vertical-align: middle;
        text-align: center;
    }

    .granDeal-table__header-date th{
        background-color: var(--black-color);
        color: #fff;
        font-family: Inter;
        font-weight: 900;
        font-size: 22px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        text-align: center;
    
    }

    .banner-form{
        min-height: 0px;
    }

    /*****************  AJUSTE BUSCADORES MOVIL **************************/
    .euro-search__tabs {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
         scrollbar-width: none; /* Firefox */
    }

    .euro-search__tab-list {
        margin: 0;     
        padding: 0; 
        display: flex;
        gap: 5px;
        flex-wrap: nowrap !important;
    }


    .euro-search__tab-item {
        flex: 0 0 auto;
    }

    .pleca-float {
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 20;
        width: 250px;
    }

    .euro-pleca-accordion__trigger {
        height: 40px;
    }

    .euro-pleca-accordion__decorator {
        height: 40px;
    }

    .euro-search .container__Home{
        margin: 0px;
        padding: 0px;
    }

    .container__Home-row{
        margin: 0px !important;
        padding: 0px !important;
    }

    .container__Home-col{
        margin: 0px !important;
        padding: 0px !important;
    }

    .euro-search__area {
        padding: 0px ;
    }

    .euro-search__tab-list .euro-search__tab-link {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 5px 11px ;
        margin-bottom: -2px;
    }

    .euro-search__tab-link-text {
        font-size: 10px;
    }

    .euro-search__tab-link-name {
        font-size: 10px;
    }

    .search-summary-mobile__content{
        border-radius: 15px;
        border: 1px solid #CBD1D7;
        background: var(--Gray---OS-OS050, #F6F7F8);
        padding: 10px 20px;
        font-size: 12px;
        width: 100%;
    }

    .search-summary-mobile__content span{
        margin-right: 20px;
    }

    .search-summary-mobile__content i{
        font-size: 12px;
    }

    .euro-pleca-accordion__title {
        font-size: 10px;
    }

    .boleto-reciente {
        width: 170px;
        max-width: 200px;
    }

    .boleto-reciente {
        height: 100px;
        padding: 5px;
    }

    .boleto-reciente__tipo {
        font-size: 10px;
        margin-top: 5px;
        margin-bottom: 2px;
        line-height: 0.5;
    }

    .boleto-reciente__destino {
        font-size: 12px;
    }

    .boleto-reciente__fecha, .boleto-reciente__pasajeros {
        font-size: 8px;
    }

    .boleto-reciente__fecha, .boleto-reciente__pasajeros {
        font-size: 8px;
    }

    .swiper-carrusel-boletos {
        padding: 0px 0 !important;
    }

    .containerSucursales {
        padding: 0px 10px 35px !important;
    }

    .section-magazine-grid {
        background-color: #fff;
        padding-block: 0;
    }

    .sectionSucursales__footer-group {
        margin: 20px 5%;
    }

    .sectionSucursales__footer-item {
        justify-content: left;
        text-align: left;
    }

    .sectionAboutUs {
        padding: 10px;
    }

    .cke-content p {
        font-size: 14px;
        text-align: justify;
    }

    /* sucursales */
    .containerSucursales {
        padding: 1rem !important;
    }

     /*
    Blog
    */

    .ebe-featured-article {
        margin: 1rem 0px; 
    }

    .ebe-featured-article__img {
        width: 320px;
        height: 200px;
    }

    .ebe-featured-article__content {
        margin: 20px 15px;
        gap: 10px;
    }

    .ebe-featured-article__title-link {
        font-size: 20px;
    }

    .ebe-featured-article__author-name {
        font-size: 12px;
    }

    .ebe-featured-article__description {
        font-size: 12px;
    }

    .ebe-featured-article__cta{
        font-size: 12px;
    }

    .ebe-blog-grid {
        margin: 1rem;
    }

    .ebe-blog-card__title {
        font-size: 15px;
    }

    .ebe-blog-card__content {
        gap: 10px;
        margin: 10px 0px;
    }

    .ebe-blog-card__description,
    .ebe-blog-card__author-name,
    .ebe-blog-card__description_link {
        font-size: 12px;
    }

    .ebe-blog-pagination__list{
        margin: 0px;
        padding: 0px;
    }

    .page-link--prev, 
    .page-link--next,
    .page-link-paginator{
        font-size: 12px;
            padding: 5px 10px;
    }

    .page-item__active .active .page-link{
        background: var(--main-color);
        color: #fff !important;
        border: none;
        pointer-events: none;
        font-size: 12px;
        padding: 5px 12px;
    }

    .lightbox-content-MT {
        height: 80vh;
    }

    .lightbox-image-container-MT {
        width: 70vw;
        height: 70vh;
        max-width: 800px;
        max-height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lightbox-action-btn-MT {
        position: fixed;
        /* bottom: 20px; */
        left: 50%;
        transform: translateX(-50%);
    }

    .overlay-description-MT{
        font-size: 12px;
    }

    .lightbox-info-container-MT {
        bottom: 0rem;
    }

    .lightbox-action-btn-MT {
        padding: 5px 30px;
        font-size: 12px;
    }

    .lightbox-description-MT {
        margin-bottom: 4rem;
    }

    .sectionSucursales__footer-group {
        margin: 15px 15%;
    }

    .granDeal-table-container {
        padding: 0 0.5rem;
    }

    .granDeal-table__header-text-title {
        padding: 5px 15px;
        font-size: 12px;
    }

    .granDeal-table__header-date th {
        font-size: 18px;
    }

    .granDeal-table-list th, .granDeal-table-list td {
        font-size: 12px;
    }

    /*
        PHOTOS
    */

    .lightbox-content-MT {
        height: 90vh;
    }

    .lightbox-image-container-MT {
        width: 70vw;
        height: 70vh;
        max-width: 800px;
        max-height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lightbox-action-btn-MT {
        position: fixed;
        /* bottom: 20px; */
        left: 50%;
        transform: translateX(-50%);
    }

    .overlay-description-MT{
        font-size: 14px;
    }

    .lightbox-info-container-MT {
        bottom: 0rem;
    }

    .lightbox-action-btn-MT {
        padding: 5px 30px;
        font-size: 14px;
    }

    .lightbox-description-MT {
        margin-bottom: 1rem;
    }

    /*
    Slider Cards
    */

     .section-margin-home {
        padding: 0 1rem;
    }

    .featured-slider__next {
        right: -1rem;
    }

    .featured-slider__prev {
        left: -1rem;
    }

    .euro-note__text {
        font-size: 10px;
        line-height: 1;
    }

    .search-summary-mobile {
        background: transparent;
        padding: 0rem 1rem;
    }

    #searchFormsContainer.active {
        margin-top: 10px;
    }

    .main-slider-container {
        padding: 0;
        margin: 0 10px;
    }
    .client_two_content p {
        font-size: 12px;
    }

    .package-card__price-value {
        font-size: 15px;
    }

    .package-card__button {
        font-size: 10px;
        padding: 0.5rem;
    }

    /*****************  CREAR ITINERARIO **************************/
    .itinerary-step_tm {
        padding-right: 0; 
        padding-left: 0; 
    }

    .field_tm__control{
        width: 100%;
        min-width: 200px;
        padding: 1px 10px;
    }

    .itinerary_tm__title {
        font-size: 18px;
    }

    .itinerary_tm__subtitle {
        font-size: 12px;
    }

    .itinerary_tm__meta {
        font-size: 10px;
    }

    .itinerary-step_tm:not(:last-child)::after {
        left: 15px;
        top: 25px;
    }

    .itinerary-step_tm__number {
        width: 30px;
        height: 30px;
        font-size: 12px;
        flex: 0 0 30px;
    }

    .itinerary_tm__steps {
        margin-top: 1.5rem;
    }

    .itinerary_tm__actions {
        text-align: center;
    }

    .itinerary-step_tm__city {
        font-size: 16px;
    }

    .summary__header {
        padding: 1rem 0.7rem 1rem;
    }


    .summary_tm__title {
        margin-bottom: .75rem;
        font-size: 16px;
    }

    .summary__person-icon{
        font-size: 10px;
    }

    .summary__calendar-icon{
        font-size: 12px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    #summaryRange_tm {
        margin-left: 4px;
        font-size: 11px;
    }

    .summary__people .summary__person:first-child {
        padding-right: 5px;
        margin-right: 0px;
    }

    .summary__person {
        font-size: 11px;
    }

    .summaryItem_tm__left,
    .summaryItem_tm__title,
    .summaryItem_tm__chevron  {
        font-size: 14px;
    }

    .summaryItem_tm__label {
        font-size: 12px;
        margin-left: 0rem;
    }

    .summaryItem_tm__nights {
        margin-left: auto;
        font-size: 12px;
    }
    .summary_tm__total > strong,
    .summary_tm__total span{
        font-size: 18px;
    }

    .crearItinerario__step-active,
    .crearItinerario__step,
    .crearItinerario__step-checked {
        padding: 5px 7px;
        font-size: 12px;
    }

    .crearItinerario__badge,
    .crearItinerario__ctaIcon {
        width: 18px;
        height: 18px;
    }

    .crearItinerario__connector {
        height: 2px;
        width: 20px;
    }

    .crearItinerario__cta {
        padding: 6px 8px;
    }
    
    .crearItinerario__ctaIcon i{
        font-size: 10px;
    }

    .crearItinerario__cta {
        padding: 5px 7px;
        font-size: 10px;
    }

    .crearItinerario {
        padding: 0px 10px 10px;
    }

    .builder_tm__bar {
        padding: 10px 17px;
    }

    .stepCard_tm__head {
        padding: 0 15px;
    }

    .builder_tm__meta {
        font-size: 12px;
    }

    .productCard_tm__body-hotel {
        padding: 0;
    }


    .productCard_tm__body-img-container {
        align-items: flex-start;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        justify-content: flex-start;
    }

    .productCard_tm__img img {
        max-width: 100%;
        border-radius: 0;
    }

    .productCard_tm__img {
        width: 100%;
    }

    .section-stript-add {
        padding: 1rem 0;
    }

    .productCard_tm__body-info-container {
        padding: 0rem 1rem !important;
    }

    .productCard_tm__body-icon-start{
        font-size: 12px;
    }

    .productCard_tm__body-text-nights {
        font-size: 10px !important;
    }

    .productCard_tm__body-text-address{
        font-size: 12px;
    }

    .productCard_tm__room{
        border: 1px solid #CBD1D7;
        margin: 10px !important;
        border-radius: 10px;
    }

    .productCard_tm__divider{
        display: none;
    }

    .productCard_tm__room-divider{
        background: #CBD1D7;
    }

    .btn-pill_tm,
    .activity-popover {
        width: 100%;
            justify-content: space-between;
    }

    .addDest_tm, .activity-popover__panel {
        min-width: 215px !important;
        max-width: 265px !important;
    }

    .strip_tm.strip_tm--ask {
        padding: 0.5rem .5rem;
    }

    .strip_tm.strip_tm--ask > .d-flex > svg:first-child {
        width: 18px;
        height: 18px;
        min-width: 15px;
        min-height: 15px;
        padding: 2px;
    }

    .strip-text {
        font-size: 10px;
    }

    .strip_tm__head{
        justify-content: space-around;
    }

    .field-tm__div-input-destino {
        margin-left: 0rem;
    }

    .strip-apply {
        width: 70px;
        font-size: 10px;
        padding: 5px 0px;
        height: 30px;
    }

    /* .input-group__input {
        font-size: 10px;
        height: 30px;
        padding: 0 2rem !important;
    } */

    

    .strip-summary__date strong {
        font-size: 10px;
    }

    .itinerary-card__button-mt {
        padding: 5px 10px !important;
        font-size: 10px !important;
        min-width: 120px;
    }

    .hotel-card__name{
        font-size: 14px;
    }

    .hotel-card__stars .fa-star {
        font-size: 12px;
    }

    .hotel-card__pax,
    .hotel-card__nights,
    .hotel-card__address,
    .hotel-card__room-plan,
    .hotel-card__room-pax{
        font-size: 12px;
    }

    .hotel-card__room-info > div {
        font-size: 12px;
        gap: 15px;
    }

    .hotel-card__room-title {
        font-size: 14px;
    }

    .hotel-card__room-price {
        border-left: none;
        border-top: 1px solid #ccc;
    }

    .hotel-card__img-container{
        align-items: self-start;
        justify-content: flex-start;
    }

    .hotel-card__img {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }

    .strip_flight__info-text {
        gap: 10px;
        font-size: 10px;
        flex-direction: column;
    }

    .strip_tm__icon--circle {
        gap: 5px;
        margin-left: 0;
        font-size: 10px;
    }

    .strip_tm-date {
        width: 125px;
        height: 20px;
        font-size: 8px;
    }

    .strip_tm-switch-text {
        font-size: 10px;
    }

    .productCard_tm__head {
        padding: .6rem 1rem;
        font-size: 12px;
        gap: 10px;
        display: flex;
    }

    .strip_tm.strip_tm--translate {
        padding: 1rem 1rem;
        gap: 1rem;
    }

    .strip_tm.strip_tm--translate {
        padding: 1rem 1rem;
        gap: 1rem;
        flex-direction: column;
    }

    .strip-button-translate {
        width: 160px;
        height: 30px;
        font-size: 10px;
    }

    .flight-card__text,
    .flight-card__leg-label,
    .flight-card__leg-date {
        font-size: 10px;
        max-width: 50%;
    }

    .flight-card__leg-header{
        font-size: 10px;
    }

    .flight-card__meta {
        padding: 10px .5rem;
        flex-direction: row;
    }

    .ui-widget-content{
        width: 290px !important;
        top: 997px !important;
        left: 15px !important;
    }

    .icon-search-origin{
        font-size: 10px;
    }

    .ui-menu .ui-menu-item-wrapper {
        font-size: 12px;
    }

    .strip-text-next-destination{
        width: 130px;
    }

    .strip-apply-next-destination{
        width: 110px;
    }
   
    .icon-next-destination{ 
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        border-radius: 50%;
        background: #DFE1E3;
        border: 1px solid #CBD1D7;  
    }

    .strip_tm-switch {
        width: 40px !important;
        height: 20px !important;
        flex-shrink: 0;
    }

    .switch_flight__info{
        flex-direction: column;
    }

    #div-first-transfer-header > div > div.productCard_tm.my-3 > div.productCard_tm__body > div > div.col-12.col-md-9.d-flex.align-items-center.justify-content-between.p-0 > div > div > p{
        font-size: 10px;
        margin-top: 10px;
    }

    #section-transfer-activity-details > section > div:nth-child(1) > div.productCard_tm.my-3 > div.productCard_tm__body > div > div.col-12.col-md-9.d-flex.align-items-center.justify-content-between.p-0 > div > div > div:nth-child(2) > p{
        font-size: 10px;
        margin-top: 10px;
    }

    .text-juniper-translate{
        max-width: 100%;
    }
    
    .title-juniper-translate{
        font-size: 11px;
    }

    .itinerary-card__flight {
        padding: 0 0.5rem;
        align-items: center;
    }

    .translate-text-activity {
        font-size: 8px;
    }

    .button-translate-change{
        align-items: center;
        margin-top: 1rem !important;
    }

    .activity-dropdown__field{
        margin-top: .7rem;
    }
    
    .summary_tm__subtotal,
    .summaryGroup_tm__title {
        font-size: 14px;
    }

    .summaryRow_tm {
        font-size: 12px;
    }

    .activity-card__content {
        width: 100%;
    }

    .activity-card__name {
        font-size: 12px;
    }

    .activity-card__desc-wrapper {
        padding-left: 0;
    }

    .activity-card__desc {
        font-size: 12px;
    }

    .activity-card__aside {
        width: 100%;
    }

    .addDest_tm,
    #addDestPanel {     
        left: 50%;                   
        transform: translate(-50%, 0px); 
    }
 
    .activity-card-text{
        margin-bottom: 1rem;
        font-size: 12px;
    }

    .activity-card-time{
        display: flex;
        align-items: center;
        justify-content: start;
        text-align: start;
        margin-bottom: 0.5rem;
        gap: 1rem;
        font-size: 12px;
    }

    .activity-card-button{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1rem 0 0 !important;
    }

    .itinerary-card__button-mt {
        margin-right: 0rem; 
    }

    .builder_tm__footer{ 
        padding:1rem; 
        border-top:1px 
        solid var(--tm-border); 
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .botton-footer-destino{
        margin-left: 0 !important;
         gap: 0.5rem;
    }



    .orbit-wrap {
        width: 250px;
        height: 250px;
    }

    .center img {
        width: calc(250px * .4);
        height: auto;
    }

    .logo-loader {
        width: 250px;
        height: 250px;
    }

    .icon-circle {
        width: calc(250px * .15);
        height: calc(250px * .15);
    }

    .icon-circle i {
        font-size: calc(250px * .06);
    }

    .caption {
        margin: 50px;
        font-size: 14px;
    }

    .flight-card__aside-box {
        padding: .85rem;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .flight-card__cta-Travel_vuelos,
    .flight-card__cta-Travel {
        background-color: transparent !important;
        color: var(--black-color) !important;
        font-size: 10px !important;
        justify-content: end;
        align-items: center;
    }

    .flight-card__text-cta{
        text-align: left;
    }

    .flight-card__aside-people
    {
        font-size: 12px;
    }

    .flight-card__aside-price{
        font-size: 18px;
    }
    
    .flight-card__aside-tax{
        font-size: 10px;
    }

    /*****************  END CREAR ITINERARIO **************************/
   
    /*****************  END DETAIL HOTEL **************************/
    .hotelDetail-container-diasAndPersons{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .search-item-description-tipo{
        margin: 0;
    }

    .search-item-description-a-v2 {
        margin-bottom: 20px;
    }

    .search-item-description-cajadeprecio{
        align-items: end;
            flex-direction: column;
            text-align: end;
            margin-bottom: 10px;
    }

    .hotelDetail-price-person{
        margin: 0;
    }

    .hotelResume .ratio {
        width: auto;
        height: auto;
    }

    .hotelDetail__container-disponibilidad {
        max-width: 100% !important;
    }

    .tour_details_main{
        padding: 0rem 0.5rem !important;
    }

    /*****************  END DETAIL HOTEL  **************************/

    .container-timer-steps {
        width: 100%;
    }

    .container-checkout-steps .progress-bar-checkout-steps .step-checkout-steps p {
        font-size: 10px;
    }

     .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps:before, .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps:after {
        right: -20px;
        width: 10px;
    }

    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps-a:before, .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps-a:after {
        right: -60px;
        width: 50px;
    }

    .container-checkout-steps .progress-bar-checkout-steps {
        width: 100%;
    }

    .container-checkout-border {
        padding: 15px 10px 0 10px;
    }

    .page-checkout-steps .field-checkout-steps select {
        font-size: 12px;
        padding: 0 0px;
    }

    .login-card-content-b{
        display: none;
    }

}

@media (min-width: 375px) and (max-width: 424px) {

    .hotelDetail-container-diasAndPersons {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }


    .search-item-description-a-v2 {
        margin-bottom: 20px;
    }

    .login-buttom-close-a {
        top: 10px;
        left: 80%;
    }

    .container-timer-steps {
        width: 100%;
    }

    .container-checkout-steps .progress-bar-checkout-steps .step-checkout-steps p {
        font-size: 10px;
    }

     .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps:before, .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps:after {
        right: -20px;
        width: 10px;
    }

    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps-a:before, .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps-a:after {
        right: -60px;
        width: 50px;
    }

    .container-checkout-steps .progress-bar-checkout-steps {
        width: 100%;
    }

    .container-checkout-border {
        padding: 15px 10px 0 10px;
    }

    .page-checkout-steps .field-checkout-steps select {
        font-size: 12px;
        padding: 0 0px;
    }
    
    .login-card-content-b{
        display: none;
    }


     .section-margin-home {
        padding: 0 1rem;
    }


    .itinerary-card__service--text{
        padding: 0;
    }

    .modal-login-size {
        max-width: 360px !important;
        width: 100%;
    }

    .euro-pleca {
        margin: 25px 0;
        height: 50px;
        width: 290px;
    }

    .euro-pleca-xl {
        margin: 50px 0;
        height: 70px;
        width: 480px;
    }

    .euro-pleca__title {
        font-size: 18px;
    }

    .euro-pleca__title-xl {
        font-size: 15px;
    }

    .sectionAboutus__container {
        padding: 0 15px 25px;
    }

    .sectionAboutus__text--h3 {
        font-size: 13px;
        text-align: center;
        padding: 12px 5px;
    }

    .sectionAboutus__text p {
        font-size: 12px;
    }

    .sectionFormulario__Contacto-title {
        display: none;
    }
    /***************************************************************** PRODUCT **********************************************************************************/
    .container__product-card {
        font-family: Inter;
    }

    .product-card {
        margin: 10px 0px;
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 0px 10px;
    }

    .product-card__header {
        display: flex;
        align-items: stretch;
        border-radius: 20px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #ccc;
    }

    .product-card__image  {
        padding: 0 !important;
    }

    .product-card__image img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 20px 0 0 20px;
        padding: 0 !important;
    }

    .product-card__description {
        padding: 15px 30px;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .product-card__title {
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--main-color);
        margin-bottom: 0.5rem;
    }

    .product-card__info {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 1rem;
        color: #333;
    }

    .product-card__days i,
    .product-card__dates i {
        margin-right: 4px;
    }

    .product-card__separator {
        margin: 0 8px;
        color: #bbb;
    }

    .product-card__short-description {
        margin-top: 15px;
        color: #333;
        font-size: 0.95rem;
    }

    .product-card__includes {
        margin-top: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .product-card__includes-label {
        font-weight: 600;
        color: #065E6C;
    }

    .product-card__price {
        padding: 30px;
        background: #f7f8fa;
        border-radius: 0 20px 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end; 
        text-align: right;     
    }

    .product-card__price-content {
        width: 100%;
    }

    .product-card__people {
        font-size: 14px;
        color: #495057;
        font-weight: 400;
    }

    .product-card__price-offer {
        font-size: 16px;
        color: #adb5bd;
        text-decoration: line-through;
        margin-right: 8px;
    }


    .product-card__price-value {
        font-size: 2rem;
        color: #28333E;
        font-weight: 700;
    }

    .product-card__currency {
        font-size: 1.2rem;
        color: #28333E;
        font-weight: 600;
    }

    .product-card__price-per-person {
        display: block;
        font-size: 1rem;
        color: #6c757d;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .product-card__price-per-person strong {
        color:rgba(93, 105, 116, 1);
        font-weight: 600;
        font-size: 14px;
    }

    .product-card__taxes {
        display: block;
        font-size: 14px;
        color: rgba(93, 105, 116, 1);
        font-weight: 400;
        margin-top: -5px;
    }

    .product-card__button-container {
        margin-top: 20px !important;
        display: flex;
        justify-content: center;
    }

    .button.button--primary {
        background: var(--black-color);
        color: #fff;
        border-radius: 25px;
        padding: 8px 32px;
        font-size: 1rem;
        font-weight: 600;
        border: none;
        transition: background 0.2s;
    }

    .button.button--primary:hover {
        background: var(--main-color);
        color: #fff;
    }

    .container__product-itinerary{
        margin: 0px !important;
    }

    .itinerary-card__hotel{
        flex-direction: column;

    }


    /* PILLS EBE AURABIA*/

    .product__nav {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    gap: 0.75rem;
    padding: 12px 0;
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
    scroll-behavior: smooth;
    border-bottom: 1px solid #eee;
}

/* Scrollbar personalizado para WebKit */
.product__nav::-webkit-scrollbar {
    height: 6px;
}
.product__nav::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 3px;
}
.product__nav::-webkit-scrollbar-track {
    background: transparent;
}

.product__button-nav {
    background: white !important;
    color: var(--black-color, #003049) !important;
    border: 2px solid #ccc !important;
    border-radius: 50px !important;
    padding: 10px 24px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.product__button-nav i {
    font-size: 13px;
    color: inherit;
    transition: transform 0.2s;
}

/* Hover effect */
.product__button-nav:hover {
    background-color: #f8f9fa !important;
    border-color: var(--gold-color, #F7B500) !important;
}

/* Active or focused state */
.product__button-nav.active,
.product__button-nav:active,
.product__button-nav:focus {
    background-color: var(--gold-color, #F7B500) !important;
    color: white !important;
    border-color: var(--gold-color, #F7B500) !important;
    box-shadow: 0 0 0 2px rgba(247, 181, 0, 0.3);
}

.product__button-nav.active i {
    transform: translateX(3px);
}


    .itinerary-card__hotel--content {
        flex-direction: column;
    }

    .itinerary-card__hotel-img{
        width: 350px;
        height: 200px;
        border-radius: 0px;
        margin-bottom: 10px;
    }

    .product__button-nav i{
        display: none;
    }

    .itinerary-card__body{
        padding: 0 !important;
    }

    .itinerary__menu {
        overflow-x: auto;
        width: 100%;
    }

    .itinerary__menu-list {
        flex-wrap: nowrap;
        min-width: max-content;
    }


    .itinerary__sidebar {
        min-width: 0; 
        flex-direction: row;
    }

    .itinerary__menu-list {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        gap: 0.5rem;
        padding-bottom: 8px;
        scrollbar-width: thin;
        scrollbar-color: #ccc #fff;
        width: 100%;
        min-width: max-content;
    }

    .itinerary__menu-list::-webkit-scrollbar {
        height: 6px;
        background: #fff;
    }
    .itinerary__menu-list::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }
    .itinerary__menu-item {
        display: inline-block;
        background-color: transparent;
        color: var(--black-color, #003049);
        border: 2px solid #ccc;
        border-radius: 20px;
        margin: 5px 0px 5px 5px;
        padding: 8px 24px;
        font-weight: 500;
        transition: background 0.2s, color 0.2s, border 0.2s;
        white-space: nowrap;
        cursor: pointer;
        min-width: max-content; 
    }

    .itinerary__downloads-item {
        display: inline-block;
        background-color: transparent;
        color: var(--black-color, #003049);
        border: 2px solid #ccc;
        border-radius: 20px;
        margin: 5px 0px 5px 5px;
        padding: 8px 24px;
        font-weight: 500;
        transition: background 0.2s, color 0.2s, border 0.2s;
        white-space: nowrap;
        cursor: pointer;
        min-width: max-content; 
    }

    .itinerary__menu-item i{
        display: none;
    }

    .itinerary__downloads-item i {
        display: none;

    }

    .itinerary__menu-item span {
        padding-right: 0rem;
    }

    .itinerary__downloads-item span {
        padding-right: 0rem;
    }

    .itinerary__menu-item--active,
    .itinerary__menu-item:active,
    .itinerary__menu-item:focus {
        background-color: var(--black-color);
        color: #fff;
        border-color: var(--main-color);
    }

    .itinerary-card__hotel--content-text{
        padding: 0 15px;
    }

    .itinerary-card__services{
        padding-left: 15px !important;
    }

     .itinerary-card__hotel-button-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

/*************************************************************** END PRODUCT ********************************************************************************/


    .containerModalReserve{
        gap: 20px;
        margin-top: 10px !important;
    }

    .containerModalReserveButton{
        gap: 20px;
    }

    .banner-form{
        min-height: 0px;
    }

    
    /**Formulario**/
    .sectionFormulario__container {
        padding: 1rem;
    }

    .sectionFormulario__Contacto-title{
        display: none;
    }

    .sectionFormulario__group {
        margin-bottom: 20px;
    }

    .sectionFormulario__label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #333;
        font-size: 14px;
    }

    .sectionFormulario__input,
    .sectionFormulario__textarea {
        width: 100%;
        padding: 10px 14px;
        border: 1px solid #8B96A2;
        border-radius: 15px;
        font-size: 14px;
        background-color: #f9f9f9;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
        color: #28333E;
    }

        .sectionFormulario__input:focus,
        .sectionFormulario__textarea:focus {
            border-color: var(--main-color, #d80027);
            box-shadow: 0 0 0 2px rgba(216, 0, 39, 0.1);
            outline: none;
            background-color: #fff;
        }

    .sectionFormulario__input {
        height: 40px;
    }

    .sectionFormulario__button {
        padding: 7px 40px;
        background-color: var(--main-color, #d80027);
        border: none;
        border-radius: 25px;
        color: white;
        font-weight: bold;
        font-size: 15px;
        transition: background-color 0.3s ease;
        margin-bottom: 20px;
        font-family: Inter;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
    }

        .sectionFormulario__button:hover {
            background-color: #a5001f;
        }

    .sectionFormulario__Contacto-text {
        font-family: Inter;
        font-weight: 400;
        font-size: 9px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: right;
        vertical-align: middle;
    }

    .responsive__container {
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .sectionFormulario__check {
        margin-top: 0px;
    }

    .sectionFormulario__label--check {
        font-family: Inter;
        font-weight: 400;
        font-size: 9px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
    }

        .sectionFormulario__label--check a {
            font-family: Inter;
            font-weight: 700;
            font-size: 9px;
            line-height: 100%;
            letter-spacing: 0%;
            vertical-align: middle;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-offset: 0%;
            text-decoration-thickness: 0%;
        }

        .section-magazine-grid {
        background-color: #fff;
        padding-block: 0;
    }

    /* sucursales */
    .containerSucursales {
        padding: 1rem !important;
    }

    .sectionAboutUs {
        padding: 10px;
    }

    .cke-content p {
        font-size: 14px;
        text-align: justify;
    }

    .search-summary-mobile__content {
        border-radius: 15px;
        border: 1px solid #CBD1D7;
        background: var(--Gray---OS-OS050, #F6F7F8);
        padding: 10px 20px;
        font-size: 12px;
        width: 100%;
    }

    .euro-search__area {
        padding: 0px;
    }

     /*
    Blog
    */

    .ebe-featured-article {
        margin: 1rem 0px; 
    }

    .ebe-featured-article__img {
        width: 100%;
        height: 60%;
    }

    .ebe-featured-article__content {
        margin: 20px 15px;
        gap: 10px;
    }

    .ebe-featured-article__title-link {
        font-size: 20px;
    }

    .ebe-featured-article__author-name {
        font-size: 12px;
    }

    .ebe-featured-article__description {
        font-size: 12px;
    }

    .ebe-featured-article__cta{
        font-size: 12px;
    }

    .ebe-blog-grid {
        margin: 1rem;
    }

    .ebe-blog-card__title {
        font-size: 15px;
    }

    .ebe-blog-card__content {
        gap: 10px;
        margin: 10px 0px;
    }

    .ebe-blog-card__description,
    .ebe-blog-card__author-name,
    .ebe-blog-card__description_link {
        font-size: 12px;
    }

    /*
        PHOTOS
    */

    .lightbox-content-MT {
        height: 90vh;
    }

    .lightbox-image-container-MT {
        width: 70vw;
        height: 70vh;
        max-width: 800px;
        max-height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lightbox-action-btn-MT {
        position: fixed;
        /* bottom: 20px; */
        left: 50%;
        transform: translateX(-50%);
    }

    .overlay-description-MT{
        font-size: 14px;
    }

    .lightbox-info-container-MT {
        bottom: 0rem;
    }

    .lightbox-action-btn-MT {
        padding: 5px 30px;
        font-size: 14px;
    }

    .lightbox-description-MT {
        margin-bottom: 1rem;
    }

    .lightbox-image-MT {
        max-height: 85%;
    }

    
    /*****************  CREAR ITINERARIO **************************/
    .itinerary-step_tm {
        padding-right: 0; 
        padding-left: 0; 
    }

    .field_tm__control{
        width: 100%;
        min-width: 200px;
        padding: 1px 10px;
    }

    .itinerary_tm__title {
        font-size: 18px;
    }

    .itinerary_tm__subtitle {
        font-size: 12px;
    }

    .itinerary_tm__meta {
        font-size: 10px;
    }

    .itinerary-step_tm:not(:last-child)::after {
        left: 15px;
        top: 25px;
    }

    .itinerary-step_tm__number {
        width: 30px;
        height: 30px;
        font-size: 12px;
        flex: 0 0 30px;
    }

    .itinerary_tm__steps {
        margin-top: 1.5rem;
    }

    .itinerary_tm__actions {
        text-align: center;
    }

    .itinerary-step_tm__city {
        font-size: 16px;
    }

    .summary__header {
        padding: 1rem 0.7rem 1rem;
    }


    .summary_tm__title {
        margin-bottom: .75rem;
        font-size: 16px;
    }

    .summary__person-icon{
        font-size: 10px;
    }

    .summary__calendar-icon{
        font-size: 12px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    #summaryRange_tm {
        margin-left: 4px;
        font-size: 11px;
    }

    .summary__people .summary__person:first-child {
        padding-right: 5px;
        margin-right: 0px;
    }

    .summary__person {
        font-size: 11px;
    }

    .summaryItem_tm__left,
    .summaryItem_tm__title,
    .summaryItem_tm__chevron  {
        font-size: 14px;
    }

    .summaryItem_tm__label {
        font-size: 12px;
        margin-left: 0rem;
    }

    .summaryItem_tm__nights {
        margin-left: auto;
        font-size: 12px;
    }
    .summary_tm__total > strong,
    .summary_tm__total span{
        font-size: 18px;
    }

    .crearItinerario__step-active,
    .crearItinerario__step,
    .crearItinerario__step-checked {
        padding: 5px 7px;
        font-size: 12px;
    }

    .crearItinerario__badge,
    .crearItinerario__ctaIcon {
        width: 18px;
        height: 18px;
    }

    .crearItinerario__connector {
        height: 2px;
        width: 20px;
    }

    .crearItinerario__cta {
        padding: 6px 8px;
    }
    
    .crearItinerario__ctaIcon i{
        font-size: 10px;
    }

    .crearItinerario__cta {
        padding: 5px 7px;
        font-size: 10px;
    }

    .crearItinerario {
        padding: 0px 10px 10px;
    }

    .builder_tm__bar {
        padding: 10px 17px;
    }

    .stepCard_tm__head {
        padding: 0 15px;
    }

    .builder_tm__meta {
        font-size: 12px;
    }

    .productCard_tm__body-hotel {
        padding: 0;
    }


    .productCard_tm__body-img-container {
        align-items: flex-start;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        justify-content: flex-start;
    }

    .productCard_tm__img img {
        max-width: 100%;
        border-radius: 0;
    }

    .productCard_tm__img {
        width: 100%;
    }

    .section-stript-add {
        padding: 1rem 0;
    }

    .productCard_tm__body-info-container {
        padding: 0rem 1rem !important;
    }

    .productCard_tm__body-icon-start{
        font-size: 12px;
    }

    .productCard_tm__body-text-nights {
        font-size: 10px !important;
    }

    .productCard_tm__body-text-address{
        font-size: 12px;
    }

    .productCard_tm__room{
        border: 1px solid #CBD1D7;
        margin: 10px !important;
        border-radius: 10px;
    }

    .productCard_tm__divider{
        display: none;
    }

    .productCard_tm__room-divider{
        background: #CBD1D7;
    }

    .btn-pill_tm,
    .activity-popover {
        width: 100%;
            justify-content: space-between;
    }

    .addDest_tm, .activity-popover__panel {
        min-width: 215px !important;
        max-width: 265px !important;
    }

    .strip_tm.strip_tm--ask {
        padding: 0.5rem .5rem;
    }

    .strip_tm.strip_tm--ask > .d-flex > svg:first-child {
        width: 18px;
        height: 18px;
        min-width: 15px;
        min-height: 15px;
        padding: 2px;
    }

    .strip-text {
        font-size: 10px;
    }

    .strip_tm__head{
        justify-content: space-around;
    }

    .field-tm__div-input-destino {
        margin-left: 0rem;
    }

    .strip-apply {
        width: 70px;
        font-size: 10px;
        padding: 5px 0px;
        height: 30px;
    }

    /* .input-group__input {
        font-size: 10px;
        height: 30px;
        padding: 0 2rem !important;
    } */

    

    .strip-summary__date strong {
        font-size: 10px;
    }

    .itinerary-card__button-mt {
        padding: 5px 10px !important;
        font-size: 10px !important;
        min-width: 120px;
    }

    .hotel-card__name{
        font-size: 14px;
    }

    .hotel-card__stars .fa-star {
        font-size: 12px;
    }

    .hotel-card__pax,
    .hotel-card__nights,
    .hotel-card__address,
    .hotel-card__room-plan,
    .hotel-card__room-pax{
        font-size: 12px;
    }

    .hotel-card__room-info > div {
        font-size: 12px;
        gap: 15px;
    }

    .hotel-card__room-title {
        font-size: 14px;
    }

    .hotel-card__room-price {
        border-left: none;
        border-top: 1px solid #ccc;
    }

    .hotel-card__img-container{
        align-items: self-start;
        justify-content: flex-start;
    }

    .hotel-card__img {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }

    .strip_flight__info-text {
        gap: 10px;
        font-size: 10px;
        flex-direction: column;
    }

    .strip_tm__icon--circle {
        gap: 5px;
        margin-left: 0;
        font-size: 10px;
    }

    .strip_tm-date {
        width: 125px;
        height: 20px;
        font-size: 8px;
    }

    .strip_tm-switch-text {
        font-size: 10px;
    }

    .productCard_tm__head {
        padding: .6rem 1rem;
        font-size: 12px;
        gap: 10px;
        display: flex;
    }

    .strip_tm.strip_tm--translate {
        padding: 1rem 1rem;
        gap: 1rem;
    }

    .strip_tm.strip_tm--translate {
        padding: 1rem 1rem;
        gap: 1rem;
        flex-direction: column;
    }

    .strip-button-translate {
        width: 160px;
        height: 30px;
        font-size: 10px;
    }

    .flight-card__text,
    .flight-card__leg-label,
    .flight-card__leg-date {
        font-size: 10px;
        max-width: 60%;
    }

    .flight-card__leg-header{
        font-size: 10px;
    }

    .flight-card__meta {
        padding: 10px .5rem;
        flex-direction: row;
    }

    .ui-widget-content{
        width: 290px !important;
        top: 997px !important;
        left: 15px !important;
    }

    .icon-search-origin{
        font-size: 10px;
    }

    .ui-menu .ui-menu-item-wrapper {
        font-size: 12px;
    }

    .strip-text-next-destination{
        width: 130px;
    }

    .strip-apply-next-destination{
        width: 110px;
    }
   
    .icon-next-destination{ 
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        border-radius: 50%;
        background: #DFE1E3;
        border: 1px solid #CBD1D7;  
    }

    .strip_tm-switch {
        width: 40px !important;
        height: 20px !important;
        flex-shrink: 0;
    }

    .switch_flight__info{
        flex-direction: column;
    }

    #div-first-transfer-header > div > div.productCard_tm.my-3 > div.productCard_tm__body > div > div.col-12.col-md-9.d-flex.align-items-center.justify-content-between.p-0 > div > div > p{
        font-size: 10px;
        margin-top: 10px;
    }

    #section-transfer-activity-details > section > div:nth-child(1) > div.productCard_tm.my-3 > div.productCard_tm__body > div > div.col-12.col-md-9.d-flex.align-items-center.justify-content-between.p-0 > div > div > div:nth-child(2) > p{
        font-size: 10px;
        margin-top: 10px;
    }

    .text-juniper-translate{
        max-width: 100%;
    }
    
    .title-juniper-translate{
        font-size: 11px;
    }

    .itinerary-card__flight {
        padding: 0 0.5rem;
        align-items: center;
    }

    .translate-text-activity {
        font-size: 8px;
    }

    .button-translate-change{
        align-items: center;
        margin-top: 1rem !important;
    }

    .activity-dropdown__field{
        margin-top: .7rem;
    }
    
    .summary_tm__subtotal,
    .summaryGroup_tm__title {
        font-size: 14px;
    }

    .summaryRow_tm {
        font-size: 12px;
    }

    .activity-card__content {
        width: 100%;
    }

    .activity-card__name {
        font-size: 12px;
    }

    .activity-card__desc-wrapper {
        padding-left: 0;
    }

    .activity-card__desc {
        font-size: 12px;
    }

    .activity-card__aside {
        width: 100%;
    }

    .addDest_tm,
    #addDestPanel {     
        left: 50%;                   
        transform: translate(-50%, 0px); 
    }
 
    .activity-card-text{
        margin-bottom: 1rem;
        font-size: 12px;
    }

    .activity-card-time{
        display: flex;
        align-items: center;
        justify-content: start;
        text-align: start;
        margin-bottom: 0.5rem;
        gap: 1rem;
        font-size: 12px;
    }

    .activity-card-button{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1rem 0 0 !important;
    }

    .itinerary-card__button-mt {
        margin-right: 0rem; 
    }

    .builder_tm__footer{ 
        padding:1rem; 
        border-top:1px 
        solid var(--tm-border); 
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .botton-footer-destino{
        margin-left: 0 !important;
         gap: 0.5rem;
    }



    .orbit-wrap {
        width: 250px;
        height: 250px;
    }

    .center img {
        width: calc(250px * .4);
        height: auto;
    }

    .logo-loader {
        width: 250px;
        height: 250px;
    }

    .icon-circle {
        width: calc(250px * .15);
        height: calc(250px * .15);
    }

    .icon-circle i {
        font-size: calc(250px * .06);
    }

    .caption {
        margin: 50px;
        font-size: 14px;
    }

    .flight-card__aside-box {
        padding: .85rem;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .flight-card__cta-Travel_vuelos,
    .flight-card__cta-Travel {
        background-color: transparent !important;
        color: var(--black-color) !important;
        font-size: 10px !important;
        justify-content: end;
        align-items: center;
    }

    .flight-card__text-cta{
        text-align: left;
    }

    .flight-card__aside-people
    {
        font-size: 12px;
    }

    .flight-card__aside-price{
        font-size: 18px;
    }
    
    .flight-card__aside-tax{
        font-size: 10px;
    }

    /*****************  END CREAR ITINERARIO **************************/

}

@media (min-width: 425px) and (max-width: 768px) {
        .search-item-description-a-v2 {
        margin-bottom: 20px;
    }

    .hotelDetail-container-diasAndPersons {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }


    .login-buttom-close-a {
        top: 10px;
        left: 80%;
    }

    .container-timer-steps {
        width: 100%;
    }

    .container-checkout-steps .progress-bar-checkout-steps .step-checkout-steps p {
        font-size: 10px;
    }

     .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps:before, .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps:after {
        right: -20px;
        width: 10px;
    }

    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps-a:before, .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps-a:after {
        right: -60px;
        width: 50px;
    }

    .container-checkout-steps .progress-bar-checkout-steps {
        width: 100%;
    }

    .container-checkout-border {
        padding: 15px 10px 0 10px;
    }

    .page-checkout-steps .field-checkout-steps select {
        font-size: 12px;
        padding: 0 0px;
    }
    
    .login-card-content-b{
        display: none;
    }


     .section-margin-home {
        padding: 0 1rem;
    }

    .itinerary-card__service--text{
        padding: 0;
    }

    .euro-pleca {
        margin: 25px 0;
        height: 50px;
        width: 290px;
    }

    .euro-pleca-xl {
        margin: 50px 0;
        height: 70px;
        width: 480px;
    }

    .euro-pleca__title {
        font-size: 18px;
    }

    .euro-pleca__title-xl {
        font-size: 15px;
    }

    .sectionAboutus__container {
        padding: 0 10px 25px;
    }

    .sectionAboutus__text--h3 {
        font-size: 12px;
        text-align: center;
        padding: 12px 15px;
    }

    .sectionAboutus__text p {
        font-size: 12px;
    }

    /***************************************************************** PRODUCT **********************************************************************************/
    .container__product-card {
        font-family: Inter;
    }

    .product-card {
        margin: 10px 0px;
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 0px 10px;
    }

    .product-card__header {
        display: flex;
        align-items: stretch;
        border-radius: 20px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #ccc;
    }

    .product-card__image  {
        padding: 0 !important;
    }

    .product-card__image img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 20px 0 0 20px;
        padding: 0 !important;
    }

    .product-card__description {
        padding: 15px 30px;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .product-card__title {
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--main-color);
        margin-bottom: 0.5rem;
    }

    .product-card__info {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 1rem;
        color: #333;
    }

    .product-card__days i,
    .product-card__dates i {
        margin-right: 4px;
    }

    .product-card__separator {
        margin: 0 8px;
        color: #bbb;
    }

    .product-card__short-description {
        margin-top: 15px;
        color: #333;
        font-size: 0.95rem;
    }

    .product-card__includes {
        margin-top: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .product-card__includes-label {
        font-weight: 600;
        color: #065E6C;
    }

    .product-card__price {
        padding: 30px;
        background: #f7f8fa;
        border-radius: 0 20px 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end; 
        text-align: right;     
    }

    .product-card__price-content {
        width: 100%;
    }

    .product-card__people {
        font-size: 14px;
        color: #495057;
        font-weight: 400;
    }

    .product-card__price-offer {
        font-size: 16px;
        color: #adb5bd;
        text-decoration: line-through;
        margin-right: 8px;
    }


    .product-card__price-value {
        font-size: 2rem;
        color: #28333E;
        font-weight: 700;
    }

    .product-card__currency {
        font-size: 1.2rem;
        color: #28333E;
        font-weight: 600;
    }

    .product-card__price-per-person {
        display: block;
        font-size: 1rem;
        color: #6c757d;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .product-card__price-per-person strong {
        color:rgba(93, 105, 116, 1);
        font-weight: 600;
        font-size: 14px;
    }

    .product-card__taxes {
        display: block;
        font-size: 14px;
        color: rgba(93, 105, 116, 1);
        font-weight: 400;
        margin-top: -5px;
    }

    .product-card__button-container {
        margin-top: 20px !important;
        display: flex;
        justify-content: center;
    }

    .button.button--primary {
        background: var(--black-color);
        color: #fff;
        border-radius: 25px;
        padding: 8px 32px;
        font-size: 1rem;
        font-weight: 600;
        border: none;
        transition: background 0.2s;
    }

    .button.button--primary:hover {
        background: var(--main-color);
        color: #fff;
    }

    .container__product-itinerary{
        margin: 0px !important;
    }

    .itinerary-card__hotel{
        flex-direction: column;

    }


    /* PILLS EBE AURABIA*/

    .product__nav {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    gap: 0.75rem;
    padding: 12px 0;
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
    scroll-behavior: smooth;
    border-bottom: 1px solid #eee;
}

/* Scrollbar personalizado para WebKit */
.product__nav::-webkit-scrollbar {
    height: 6px;
}
.product__nav::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 3px;
}
.product__nav::-webkit-scrollbar-track {
    background: transparent;
}

.product__button-nav {
    background: white !important;
    color: var(--black-color, #003049) !important;
    border: 2px solid #ccc !important;
    border-radius: 50px !important;
    padding: 10px 24px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.product__button-nav i {
    font-size: 13px;
    color: inherit;
    transition: transform 0.2s;
}

/* Hover effect */
.product__button-nav:hover {
    background-color: #f8f9fa !important;
    border-color: var(--gold-color, #F7B500) !important;
}

/* Active or focused state */
.product__button-nav.active,
.product__button-nav:active,
.product__button-nav:focus {
    background-color: var(--gold-color, #F7B500) !important;
    color: white !important;
    border-color: var(--gold-color, #F7B500) !important;
    box-shadow: 0 0 0 2px rgba(247, 181, 0, 0.3);
}

.product__button-nav.active i {
    transform: translateX(3px);
}


    .itinerary-card__hotel--content {
        flex-direction: column;
    }

    .itinerary-card__hotel-img{
        width: 400px;
        height: 250px;
        border-radius: 0px;
        margin-bottom: 10px;
    }

    .product__button-nav i{
        display: none;
    }

    .itinerary-card__body{
        padding: 0 !important;
    }

    .itinerary__menu {
        overflow-x: auto;
        width: 100%;
    }

    .itinerary__menu-list {
        flex-wrap: nowrap;
        min-width: max-content;
    }


    .itinerary__sidebar {
        min-width: 0; 
        flex-direction: row;
    }

    .itinerary__menu-list {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        gap: 0.5rem;
        padding-bottom: 8px;
        scrollbar-width: thin;
        scrollbar-color: #ccc #fff;
        width: 100%;
        min-width: max-content;
    }

    .itinerary__menu-list::-webkit-scrollbar {
        height: 6px;
        background: #fff;
    }
    .itinerary__menu-list::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }
    .itinerary__menu-item {
        display: inline-block;
        background-color: transparent;
        color: var(--black-color, #003049);
        border: 2px solid #ccc;
        border-radius: 20px;
        margin: 5px 0px 5px 5px;
        padding: 8px 24px;
        font-weight: 500;
        transition: background 0.2s, color 0.2s, border 0.2s;
        white-space: nowrap;
        cursor: pointer;
        min-width: max-content; 
    }

    .itinerary__downloads-item {
        display: inline-block;
        background-color: transparent;
        color: var(--black-color, #003049);
        border: 2px solid #ccc;
        border-radius: 20px;
        margin: 5px 0px 5px 5px;
        padding: 8px 24px;
        font-weight: 500;
        transition: background 0.2s, color 0.2s, border 0.2s;
        white-space: nowrap;
        cursor: pointer;
        min-width: max-content; 
    }

    .itinerary__menu-item i{
        display: none;
    }

    .itinerary__downloads-item i {
        display: none;

    }

    .itinerary__menu-item span {
        padding-right: 0rem;
    }

    .itinerary__downloads-item span {
        padding-right: 0rem;
    }

    .itinerary__menu-item--active,
    .itinerary__menu-item:active,
    .itinerary__menu-item:focus {
        background-color: var(--black-color);
        color: #fff;
        border-color: var(--main-color);
    }

    .itinerary-card__hotel--content-text{
        padding: 0 15px;
    }

    .itinerary-card__services{
        padding-left: 15px !important;
    }

    .itinerary-card__hotel-button-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

/*************************************************************** END PRODUCT ********************************************************************************/

    .containerModalReserve{
        gap: 20px;
        margin-top: 10px !important;
    }

    .containerModalReserveButton{
        gap: 20px;
    }

    .banner-form{
        min-height: 0px;
    }

    .section-magazine-grid {
        background-color: #fff;
        padding-block: 0;
    }

    .sectionFormulario__container {
    padding: 1rem;
}
    /* sucursales */
    .containerSucursales {
        padding: 1rem !important;
    }

    .sectionAboutUs {
        padding: 10px;
    }

    .cke-content p {
        font-size: 14px;
        text-align: justify;
    }

    .search-summary-mobile__content {
        border-radius: 15px;
        border: 1px solid #CBD1D7;
        background: var(--Gray---OS-OS050, #F6F7F8);
        padding: 10px 20px;
        font-size: 12px;
        width: 100%;
    }

    .euro-search__area {
        padding: 0px;
    }

     /*
        Blog
    */
    .ebe-featured-article,
    .ebe-blog-grid {
        margin: 1rem;
    }

    .ebe-featured-article__title-link{
        font-size: 25px;
    }

    .ebe-featured-article__content {
        margin: 40px 25px;
        gap: 15px;
    }

    .ebe-featured-article__img{
        height: 300px;
    }

    .ebe-featured-article__author-name,
    .ebe-featured-article__description,
    .ebe-featured-article__cta,
    .ebe-blog-card__description,
    .ebe-blog-card__author-name,
    .ebe-blog-card__description_link{
        font-size: 12px;
    }

    .ebe-blog-card__content {
        gap: 10px;
        margin: 15px 0px;
    }

    .ebe-blog-card__title {
        font-size: 15px;
    }

    .sectionSucursales__footer-group {
        margin: 15px 15%;
    }
    
    .sectionFormulario__container {
        padding: 1rem;
    }

    /*
        PHOTOS
    */

    .lightbox-content-MT {
        height: 90vh;
    }

    .lightbox-image-container-MT {
        width: 70vw;
        height: 70vh;
        max-width: 800px;
        max-height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lightbox-action-btn-MT {
        position: fixed;
        /* bottom: 20px; */
        left: 50%;
        transform: translateX(-50%);
    }

    .overlay-description-MT{
        font-size: 14px;
    }

    .lightbox-info-container-MT {
        bottom: 0rem;
    }

    .lightbox-action-btn-MT {
        padding: 5px 30px;
        font-size: 14px;
    }

    .lightbox-description-MT {
        margin-bottom: 1rem;
    }

    .lightbox-image-MT {
        max-height: 85%;
    }
    
    /*****************  CREAR ITINERARIO **************************/
    .itinerary-step_tm {
        padding-right: 0; 
        padding-left: 0; 
    }

    .field_tm__control{
        width: 100%;
        min-width: 200px;
        padding: 1px 10px;
    }

    .itinerary_tm__title {
        font-size: 18px;
    }

    .itinerary_tm__subtitle {
        font-size: 12px;
    }

    .itinerary_tm__meta {
        font-size: 10px;
    }

    .itinerary-step_tm:not(:last-child)::after {
        left: 15px;
        top: 25px;
    }

    .itinerary-step_tm__number {
        width: 30px;
        height: 30px;
        font-size: 12px;
        flex: 0 0 30px;
    }

    .itinerary_tm__steps {
        margin-top: 1.5rem;
    }

    .itinerary_tm__actions {
        text-align: center;
    }

    .itinerary-step_tm__city {
        font-size: 16px;
    }

    .summary__header {
        padding: 1rem 0.7rem 1rem;
    }


    .summary_tm__title {
        margin-bottom: .75rem;
        font-size: 16px;
    }

    .summary__person-icon{
        font-size: 10px;
    }

    .summary__calendar-icon{
        font-size: 12px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    #summaryRange_tm {
        margin-left: 4px;
        font-size: 11px;
    }

    .summary__people .summary__person:first-child {
        padding-right: 5px;
        margin-right: 0px;
    }

    .summary__person {
        font-size: 11px;
    }

    .summaryItem_tm__left,
    .summaryItem_tm__title,
    .summaryItem_tm__chevron  {
        font-size: 14px;
    }

    .summaryItem_tm__label {
        font-size: 12px;
        margin-left: 0rem;
    }

    .summaryItem_tm__nights {
        margin-left: auto;
        font-size: 12px;
    }
    .summary_tm__total > strong,
    .summary_tm__total span{
        font-size: 18px;
    }

    .crearItinerario__step-active,
    .crearItinerario__step,
    .crearItinerario__step-checked {
        padding: 5px 7px;
        font-size: 12px;
    }

    .crearItinerario__badge,
    .crearItinerario__ctaIcon {
        width: 18px;
        height: 18px;
    }

    .crearItinerario__connector {
        height: 2px;
        width: 20px;
    }

    .crearItinerario__cta {
        padding: 6px 8px;
    }
    
    .crearItinerario__ctaIcon i{
        font-size: 10px;
    }

    .crearItinerario__cta {
        padding: 5px 7px;
        font-size: 10px;
    }

    .crearItinerario {
        padding: 0px 10px 10px;
    }

    .builder_tm__bar {
        padding: 10px 17px;
    }

    .stepCard_tm__head {
        padding: 0 15px;
    }

    .builder_tm__meta {
        font-size: 12px;
    }

    .productCard_tm__body-hotel {
        padding: 0;
    }


    .productCard_tm__body-img-container {
        align-items: flex-start;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        justify-content: flex-start;
    }

    .productCard_tm__img img {
        max-width: 100%;
        border-radius: 0;
    }

    .productCard_tm__img {
        width: 100%;
    }

    .section-stript-add {
        padding: 1rem 0;
    }

    .productCard_tm__body-info-container {
        padding: 0rem 1rem !important;
    }

    .productCard_tm__body-icon-start{
        font-size: 12px;
    }

    .productCard_tm__body-text-nights {
        font-size: 10px !important;
    }

    .productCard_tm__body-text-address{
        font-size: 12px;
    }

    .productCard_tm__room{
        border: 1px solid #CBD1D7;
        margin: 10px !important;
        border-radius: 10px;
    }

    .productCard_tm__divider{
        display: none;
    }

    .productCard_tm__room-divider{
        background: #CBD1D7;
    }

    .btn-pill_tm,
    .activity-popover {
        width: 100%;
            justify-content: space-between;
    }

    .addDest_tm, .activity-popover__panel {
        min-width: 215px !important;
        max-width: 265px !important;
    }

    .strip_tm.strip_tm--ask {
        padding: 0.5rem .5rem;
    }

    .strip_tm.strip_tm--ask > .d-flex > svg:first-child {
        width: 18px;
        height: 18px;
        min-width: 15px;
        min-height: 15px;
        padding: 2px;
    }

    .strip-text {
        font-size: 10px;
    }

    .strip_tm__head{
        justify-content: space-around;
    }

    .field-tm__div-input-destino {
        margin-left: 0rem;
    }

    .strip-apply {
        width: 70px;
        font-size: 10px;
        padding: 5px 0px;
        height: 30px;
    }
/* 
    .input-group__input {
        font-size: 10px;
        height: 30px;
        padding: 0 2rem !important;
    } */

    

    .strip-summary__date strong {
        font-size: 10px;
    }

    .itinerary-card__button-mt {
        padding: 5px 10px !important;
        font-size: 10px !important;
        min-width: 120px;
    }

    .hotel-card__name{
        font-size: 14px;
    }

    .hotel-card__stars .fa-star {
        font-size: 12px;
    }

    .hotel-card__pax,
    .hotel-card__nights,
    .hotel-card__address,
    .hotel-card__room-plan,
    .hotel-card__room-pax{
        font-size: 12px;
    }

    .hotel-card__room-info > div {
        font-size: 12px;
        gap: 15px;
    }

    .hotel-card__room-title {
        font-size: 14px;
    }

    .hotel-card__room-price {
        border-left: none;
        border-top: 1px solid #ccc;
    }

    .hotel-card__img-container{
        align-items: self-start;
        justify-content: flex-start;
    }

    .hotel-card__img {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }

    .strip_flight__info-text {
        gap: 10px;
        font-size: 10px;
        flex-direction: column;
    }

    .strip_tm__icon--circle {
        gap: 5px;
        margin-left: 0;
        font-size: 10px;
    }

    .strip_tm-date {
        width: 125px;
        height: 20px;
        font-size: 8px;
    }

    .strip_tm-switch-text {
        font-size: 10px;
    }

    .productCard_tm__head {
        padding: .6rem 1rem;
        font-size: 12px;
        gap: 10px;
        display: flex;
    }

    .strip_tm.strip_tm--translate {
        padding: 1rem 1rem;
        gap: 1rem;
    }

    .strip_tm.strip_tm--translate {
        padding: 1rem 1rem;
        gap: 1rem;
        flex-direction: column;
    }

    .strip-button-translate {
        width: 160px;
        height: 30px;
        font-size: 10px;
    }

    .flight-card__text,
    .flight-card__leg-label,
    .flight-card__leg-date {
        font-size: 10px;
        max-width: 60%;
    }

    .flight-card__leg-header{
        font-size: 10px;
    }

    .flight-card__meta {
        padding: 10px .5rem;
        flex-direction: row;
    }

    .ui-widget-content{
        width: 290px !important;
        top: 997px !important;
        left: 15px !important;
    }

    .icon-search-origin{
        font-size: 10px;
    }

    .ui-menu .ui-menu-item-wrapper {
        font-size: 12px;
    }

    .strip-text-next-destination{
        width: 130px;
    }

    .strip-apply-next-destination{
        width: 110px;
    }
   
    .icon-next-destination{ 
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        border-radius: 50%;
        background: #DFE1E3;
        border: 1px solid #CBD1D7;  
    }

    .strip_tm-switch {
        width: 40px !important;
        height: 20px !important;
        flex-shrink: 0;
    }

    .switch_flight__info{
        flex-direction: column;
    }

    #div-first-transfer-header > div > div.productCard_tm.my-3 > div.productCard_tm__body > div > div.col-12.col-md-9.d-flex.align-items-center.justify-content-between.p-0 > div > div > p{
        font-size: 10px;
        margin-top: 10px;
    }

    #section-transfer-activity-details > section > div:nth-child(1) > div.productCard_tm.my-3 > div.productCard_tm__body > div > div.col-12.col-md-9.d-flex.align-items-center.justify-content-between.p-0 > div > div > div:nth-child(2) > p{
        font-size: 10px;
        margin-top: 10px;
    }

    .text-juniper-translate{
        max-width: 100%;
    }
    
    .title-juniper-translate{
        font-size: 11px;
    }

    .itinerary-card__flight {
        padding: 0 0.5rem;
        align-items: center;
    }

    .translate-text-activity {
        font-size: 8px;
    }

    .button-translate-change{
        align-items: center;
        margin-top: 1rem !important;
    }

    .activity-dropdown__field{
        margin-top: .7rem;
    }
    
    .summary_tm__subtotal,
    .summaryGroup_tm__title {
        font-size: 14px;
    }

    .summaryRow_tm {
        font-size: 12px;
    }

    .activity-card__content {
        width: 100%;
    }

    .activity-card__name {
        font-size: 12px;
    }

    .activity-card__desc-wrapper {
        padding-left: 0;
    }

    .activity-card__desc {
        font-size: 12px;
    }

    .activity-card__aside {
        width: 100%;
    }

    .addDest_tm,
    #addDestPanel {     
        left: 50%;                   
        transform: translate(-50%, 0px); 
    }
 
    .activity-card-text{
        margin-bottom: 1rem;
        font-size: 12px;
    }

    .activity-card-time{
        display: flex;
        align-items: center;
        justify-content: start;
        text-align: start;
        margin-bottom: 0.5rem;
        gap: 1rem;
        font-size: 12px;
    }

    .activity-card-button{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1rem 0 0 !important;
    }

    .itinerary-card__button-mt {
        margin-right: 0rem; 
    }

    .builder_tm__footer{ 
        padding:1rem; 
        border-top:1px 
        solid var(--tm-border); 
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .botton-footer-destino{
        margin-left: 0 !important;
         gap: 0.5rem;
    }



    .orbit-wrap {
        width: 250px;
        height: 250px;
    }

    .center img {
        width: calc(250px * .4);
        height: auto;
    }

    .logo-loader {
        width: 250px;
        height: 250px;
    }

    .icon-circle {
        width: calc(250px * .15);
        height: calc(250px * .15);
    }

    .icon-circle i {
        font-size: calc(250px * .06);
    }

    .caption {
        margin: 50px;
        font-size: 14px;
    }

    .flight-card__aside-box {
        padding: .85rem;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .flight-card__cta-Travel_vuelos,
    .flight-card__cta-Travel {
        background-color: transparent !important;
        color: var(--black-color) !important;
        font-size: 10px !important;
        justify-content: end;
        align-items: center;
    }

    .flight-card__text-cta{
        text-align: left;
    }

    .flight-card__aside-people
    {
        font-size: 12px;
    }

    .flight-card__aside-price{
        font-size: 18px;
    }
    
    .flight-card__aside-tax{
        font-size: 10px;
    }

    .btnGroup_tm {
        flex-wrap: nowrap;
    }

    .btn-pill_tm {
        padding: 5px 5px;
        font-size: 12px;
        gap: 5px;
    }

    .btn-pill_tm p{
        font-size: 12px;
    }

    .stepCard_tm__actions {
        width: 100%;
        justify-content: flex-start;
    }

    .btn-pill_tm__icon {
        flex: 0 0 25px;
    }

    /*****************  END CREAR ITINERARIO **************************/
}

@media (min-width: 768px) and (max-width: 1023px) {
 .hotelDetail-container-diasAndPersons {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .tour_details_main {
    padding: 3rem 1rem 0rem !important;
}

    .search-item-description-b-v2 {
        padding: 0 !important;
    }

    .btn-hotelDetail-reservar {
    padding: 5px 20px !important;
}
.search-item-description-dias {
    font-size: 12px;
    align-items: flex-start;
}

.hotelDetail-container-diasAndPersons {
    flex-direction: column;
}

.hotelDetail-diasAndPersons {
    font-size: 14px;
}

.hotelDetail-price-person {
    font-size: 10px;
}

.search-item-description-b-v2 {
    padding: 0 !important;
}

.btn-hotelDetail-reservar {
    padding: 5px 30px !important;
    margin: 10px 0;
}

.hotelResume .ratio {
    width: 100%;
    height: auto;
}

    .room-availability__btn {
        width: 80px;
        height: 25px;
        min-width: 80px;
    }

    .search-item-description-b-v2 {
    padding: 0 !important;
}

.hotelDetail__container-disponibilidad {
    max-width: 100% !important;
}
    .room-availability__price-block {
        gap: 2rem;
    }

    .room-availability__pax {
    font-size: 10px;
}

.room-availability__price {
    font-size: 18px;
}

.room-availability__price-note,
.room-availability__inpuestos {
    font-size: 10px;
}

}

@media (min-width: 1024px) and (max-width: 1439px){
    
.hotelDetail__container-disponibilidad {
    max-width: 90% !important;
}
    .room-availability__price-block {
        gap: 2rem;
    }

    .room-availability__pax {
    font-size: 10px;
}

.room-availability__price {
    font-size: 18px;
}

.room-availability__price-note,
.room-availability__inpuestos {
    font-size: 10px;
}




    .btn-hotelDetail-reservar {
    padding: 5px 20px !important;
}
.search-item-description-dias {
    font-size: 12px;
    align-items: flex-start;
}

.hotelDetail-container-diasAndPersons {
    flex-direction: column;
}

.hotelDetail-diasAndPersons {
    font-size: 14px;
}

.hotelDetail-price-person {
    font-size: 10px;
}

.search-item-description-b-v2 {
    padding: 0 !important;
}

.btn-hotelDetail-reservar {
    padding: 5px 30px !important;
    margin: 10px 0;
}

.hotelResume .ratio {
    width: 100%;
    height: auto;
}

    .room-availability__btn {
        width: 80px;
        height: 25px;
        min-width: 80px;
    }

   

}


@media (min-width: 1440px) and (max-width: 1540px){
 .euro-header__user-company {
        text-align: end !important;
    }
}

@media (min-width: 768px){
    .responsive__container {
        flex-direction: column;
    }

    .banner-form{
        min-height: 0px;
    }

    .search-summary-mobile,
    #mobileSearchForms {
        display: none !important;
    }
    

}

@media (max-width: 767px) {
    #searchFormsContainer {
        display: none;
    }
    #searchFormsContainer.active {
        display: block;
    }
}

/* ✅ Medias Hotel + Vuelos */
@media (max-width: 768px) {

    .vuelo-etiqueta-movil {
        display: inline;
    }


    .accordionFl .row {
        flex-direction: column;
    }

    .search-item-description-b-v2-contenedorGene {
        width: 100% !important;
        padding: 1rem;
        border-bottom: 1px solid #e0e0e0;
        border-right: none !important;
    }

    .search-item-description-b-v2-datos,
    .custom-baggage-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
    }

    .container-search-item-fechavuelo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-inline: 10px;
        font-size: 0.85rem;
        font-weight: 500;
        color: #555;
        margin-bottom: 0.25rem;
    }

        .container-search-item-fechavuelo p {
            margin: 0;
            font-weight: 600;
            font-size: 0.6rem;
            color: #555;
        }

    .container-search-item-time {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 8px;
        padding-inline: 10px;
        margin-bottom: 0.75rem;
    }

        .container-search-item-time .search-item-description-b-v2-escala {
            text-decoration: underline;
            color: #0066b3;
            font-weight: 500;
            font-size: 0.85rem;
        }

        .container-search-item-time .search-item-description-b-v2-duracionvuelo {
            font-size: 0.85rem;
            margin: 0;
            color: #333;
        }

    .search-item-description-b-v2-datos img {
        margin-bottom: 0.5rem;
        width: 50px;
    }

    .custom-baggage-container h6 {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .custom-baggage-container p {
        font-size: 0.85rem;
        margin: 2px 0;
        text-align: center;
    }

    .search-item-description-b-v2-contenedorBoton {
        width: 100% !important;
        text-align: center;
        padding: 1rem 0;
    }

    .search-item-description-boton-2 {
        width: 100%;
    }

    .container-search-item-time {
        display: none !important;
    }

    .search-item-description-b-v2-contenedorGene {
        padding-left: 10px !important;
    }

    .accordion-button-b {
        font-size: .7rem;
    }

    .search-item-description-b-v2-contenedorBoton {
        width: 100% !important;
        padding: 1rem 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .search-item-description-b-v2 {
        display: flex;
        flex-direction: column;
        text-align: right;
        align-items: flex-end;
        position: relative;
    }

        .search-item-description-b-v2 form {
            width: 100%;
            display: flex;
            justify-content: center;
        }


        
     .euro-header__logo {
        margin-right: 0px; 
    }

    .euro-header__nav {
        font-size: 10px;
        justify-content: center;
        align-items: center;
        margin: 0 1rem;
    }

    .euro-header__exchange-rate {
        font-size: 10px;
    }

    .euro-header__exchange-rate span {
        font-size: 10px;
    }

    .euro-header__button {
        width: 76px !important;
        height: 25px !important;
        font-size: 8px !important;
        padding: 10px 0px !important;
    }

    .euro-header__container {
        padding: 1rem;
    }
}

/* ✅ Tablets y dispositivos medianos (768px y superiores) */
@media screen and (min-width: 768px) {
    .slider {
        height: 600px;
    }

    .section-subfooter-home {
        height: 80px;
    }

    .holiday_small_boxed {
        margin-bottom: 0px;
    }
}

/* ESTILOS DE CKEDITOR EN MOVIL */ 
@media (max-width: 767px) {
    .cke-content {
        font-size: 1rem;
        padding: 0 8px;
    }
    .cke-content img {
        max-width: 100%;
        height: auto;
        margin: 0.7em 0;
    }
    .cke-content h1, .cke-content h2, .cke-content h3, .cke-content h4 {
        font-size: 1.2em;
    }
    .cke-content ul, .cke-content ol {
        margin-left: 1.2em;
    }

    .cke-content {
        font-size: 0.98rem !important;
        padding-left: 8px;
        padding-right: 8px;
    }
    .cke-content h1, .cke-content h2, .cke-content h3, .cke-content h4 {
        font-size: 1.1em !important;
    }
}

/* ✅ Tablets y dispositivos hasta 991px */
@media screen and (max-width: 991px) {
    .container__Home {
        width: 95%;
        margin-inline: 2.5%;
    }

    .holiday_left_heading {
        margin-top: 15px;
    }
    .package-card {
        margin-top: 30px;
         height: auto !important;
    }
}

/* ✅ Escritorios medianos (992px y superiores) */
@media screen and (min-width: 992px) {
    .container__Home {
        width: 92%;
        margin-inline: 3%;
    }

    .holiday_left_heading {
        margin-top: 30px;
    }
}

/* ✅ Tablets en orientación horizontal y pantallas medianas (768px - 1023px) */
@media screen and (max-width: 1023px) {
    .euro-pleca-xl {
        width: 400px;
    }

    .euro-pleca__title-xl {
        font-size: 22px;
    }

    
        /* .euro-search__tab-list .euro-search__tab-link {
            display: flex;
            padding: 5px 7px;
            margin-bottom: -1px;
        } */

    .nav-link-v2-p {
        font-size: 10px;
    }


    .input-group__button {
        gap: 8px;
        height: 45px;
        font-size: 16px;
    }

    .input-group__button-icon {
        font-size: 12px;
    }

    .search-row-container {
        width: 100%
    }

    
        /* .euro-search__tab-list .euro-search__tab-link {
            display: flex;
            padding: 7px 18px;
            margin-bottom: -1px;
        } */

    .nav-link-v2-p {
        font-size: 15px;
    }


    .input-group__button {
        gap: 8px;
        height: 45px;
        font-size: 16px;
    }

    .input-group__button-icon {
        font-size: 12px;
    }

    .search-row-container {
        width: 100%
    }

    .bannerImg {
        padding-left: 1rem;
    }

    .bannerImg__text {
        font-size: 12px;
        padding-right: 3rem;
    }

    .encabezadoResultados-texts a {
        display: none;
    }
    .encabezadoResultados__label {
        display: none;
    }

     .euro-header__logo {
        margin-right: 0px; 
    }

    .euro-header__nav {
        font-size: 10px;
        justify-content: center;
        align-items: center;
        margin: 0 1rem;
    }

    .euro-header__exchange-rate {
        font-size: 10px;
    }

    .euro-header__exchange-rate span {
        font-size: 10px;
    }

    .euro-header__button {
        width: 90px;
        height: 25px;
        font-size: 10px !important;;
    }

    .euro-header__container {
        padding: 0.5rem;
    }
}

@media screen and (max-width: 1190px){
    .euro-header__logo {
        margin-right: 1rem;
    }

    .itinerary-card__service--text {
        padding-right: 0rem;
    }

    .euro-header__user {
        border-right: 1px solid #ffffff;
        padding-right: 10px;
    }

    .euro-header__user-company {
        text-align: right;
    }
}

/* ✅ Escritorios grandes (1200px y superiores) */
@media screen and (min-width: 1200px) {
    .carousel-offers__prev {
        left: -50px;
    }

    .carousel-offers__next {
        right: -50px;
    }
}

 /* ===== Responsivo ===== */
@media (max-width: 991.98px) {
    .flight-card__aside {
        border-left: none;
        border-top: 1px solid #CBD1D7;
    }

    .flight-card__leg-date {
        min-width: auto;
    }
}

@media (max-width: 575.98px) {
    .flight-card__leg-header {
        padding: .6rem .75rem;
    }

    .flight-card__itinerary {
        padding: .5rem .75rem;
    }

    .flight-card__aside-box {
        padding: .85rem;
    }
}

























