/*!
 * Style Css
 * Autor: Euromundo
 */

/*
/*
@File: AndTour - Travel Agency HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

1. Common css
2. Heading Area Css
3. Button Area start
4. Home Page
5. About Page
6. Booking Confirmation Page
7. Booking History Page
8. Contact Page
9.  Dashboard Page
10. Error Page
11. Faqs Page
12. Flight-booking Page
13. Flight-booking-submission Page
14. Flight-search-result Page
15. forgot-password .about_offer_banner img
16. hotel-booking Page
17. hotel-details Page
18. hotel-search Page
19. login Page
20. my-profile Page
21. news Page
22. news-details Page
23. notification Page
24. privacy-policy Page
25. register Page
26. reset-password Page
27. room-booking Page
28. room-details Page
29. terms-service Page
30. testimonials Page
31. top-destinations Page
32. top-destinations-details Page
33. tour-booking-submission Page
34. tour-details Page
35. tour-guides Page
36. tour-search Page
37. verify-otp Page
38. wallet Page
39. Footer 
40. Preloader
*/

/*================================================
Default CSS
=================================================*/

/* Eliminar las fuentes actuales de Poppins */


@font-face {
    font-family: 'Inter';
    src: url('../fonts/subset-Inter28pt-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/subset-Inter28pt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/subset-Inter28pt-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url('../fonts/subset-Roboto-Regular.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
}

:root {
    /*--main-color: #8B3EEA; #317ac7ed*/
    --main-color: #23246c;
    --white-color: #ffffff;
    --black-color: #dd042b;
    --black-color-opacity: #2b2540c4;
    --paragraph-color: #878786;
    --bg-color: #F3F6FD;
    --OS050-gray: #F6F7F8;
    --transition: .4s all ease-in-out;
    /* Fuentes base */
    --font-base: 'Inter', 'Roboto', sans-serif;
    --font-inter: 'Inter', sans-serif;
    --font-roboto: 'Roboto', sans-serif;
    /* Variables específicas por tipo de elemento */
    --font-titulo: var(--font-roboto);
    --font-subtitulo: var(--font-roboto);
    --font-texto: var(--font-inter);
    /* Pesos de fuente para Inter */
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
}

html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: var(--font-base);
}

img {
    max-width: 100%;
    height: auto;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.mb-30 {
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: var(--main-color);
    font-family: var(--font-texto);
}

    a:hover {
        text-decoration: none;
        color: var(--black-color);
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-size: 96px;
    font-weight: 700;
    line-height: 90px;
    font-family: var(--font-titulo);
}

h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    font-family: var(--font-titulo);
}

h3 {
    font-size: 24px;
    font-weight: 300;
    font-family: var(--font-subtitulo);
}

h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font-subtitulo);
}

h5 {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-subtitulo);
}

h6 {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-subtitulo);
}

p {
    font-family: var(--font-texto);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 0;
    text-align: start;
}

    p:last-child {
        margin-bottom: 0;
    }

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
        padding: 0;
    }



/*MODIFICACIONES DEL APARTADO COTIZAR EN PRODUCTOS*/
.canvas-body {
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 99%;
}

.edad_input {
    border-bottom: 1px solid black !important;
}

#btn_rooms, #btn_paxType {
    background: none;
    border: none;
    font-size: large;
}

#canvas-head {
    background: var(--main-color);
    color: #ffffff;
}

#Header__cotizar {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.svg_div {
    width: 100%;
    height: auto;
}

    .svg_div path {
        width: 100%;
    }

.mesCotizar button {
    background: none;
    border: none;
}

.mesCotizar {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenedor__cotizacion {
    background: #ffffff;
    width: 94%;
    margin-left: 0%;
    border-radius: 5px;
    padding: 30px 20px 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.dFecha {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 0 25px 0;
}

.dFecha-A {
    margin-top: 5px;
}

#returnCoti {
    display: flex;
    border: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.contenedor__origen {
    background: #ffffff;
    height: auto;
    width: 94%;
    border-radius: 5px;
    margin-left: 0%;
    margin-bottom: 1%;
}

.origen__content {
    display: grid;
    grid-template-columns: 20% 80%;
    border-radius: 5px;
    grid-template-areas: "img select";
    justify-items: center;
    align-items: center;
}

.origen__img {
    grid-area: img;
    padding: 15px;
}

.origem__img-icon {
    width: 40px;
    height: 40px;
    background: #23246c;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    padding-top: 8px;
}

.origen__select {
    grid-area: select;
    padding-left: 15px;
    padding-right: 15px;
    border-top: none;
    width: 100%;
}

    .origen__select label {
        font-size: 16px;
        color: #878786;
        margin-top: 4px;
        margin-bottom: 3px;
    }

.origen__select-slc {
    /* font-family: Candara; */
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 20px auto;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

    .origen__select-slc::-ms-expand {
        display: none;
    }

    .origen__select-slc:hover {
        border-color: #888;
    }

    .origen__select-slc:focus {
        border-color: #aaa;
        box-shadow: 0 0 1px 3px rgba(221, 4, 43, .7);
        box-shadow: 0 0 0 3px;
        color: #222;
        outline: none;
    }

    .origen__select-slc option {
        font-weight: normal;
    }

.cotizar__btn {
    border-radius: 0px;
    margin: 0px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.cotizar__btn-content {
    padding-top: 5px;
}

#hubspot-messages-iframe-container {
    bottom: 50px !important;
}

/*FIN MODIFICACIONES DEL APARTADO COTIZAR EN PRODUCTOS*/
/**UL DE INCLUYE*/
.listaIncluye ul {
    margin-left: 6%;
}

    .listaIncluye ul li {
        padding: 0 5px;
    }


.listaNoIncluye ul {
    margin-left: 6%;
}

.listaIncluye ul li:before {
    content: "\f058"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    /*color: limegreen;*/
    color: #24A147;
    margin-left: -2em;
    width: 1.7em;
}

.listaNoIncluye ul li:before {
    content: "\f057"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    /*color: red;*/
    color: #E81313;
    margin-left: -2em;
    width: 1.7em;
}

/*HOVER de TABLAS de fechas*/
.trFechas:hover {
    background: rgba(209, 209, 209, 0.10) !important;
}

/*Fin defs hover*/

/*DISE�O NUEVO NAV*/
.main-nav__list {
    list-style: none;
}

.main-nav__item {
    display: inline-block;
    padding: 15px;
}

.main-nav__link {
    /* text-align: center; */
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden;
}

.main-nav__item a:hover {
    color: var(--main-color) !important;
}
/*nav product/*/
.navProduct {
    height: 7%;
}

/*MEDIA TITULO*/
.titleMedia {
    font-size: 25px !important;
}
/*FIN MEDIA TITULO*/
/*Search Mes*/
#searchMes {
    width: 100%;
}
/*Search Mes End*/

.colorNav {
    color: black;
}
/* --Common Style-- */
/* section {
    position: relative;
} */

.form-control {
    background-color: transparent;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #AAB4BC;
    padding: 0px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .form-control:placeholder-shown {
        color: var(--black-color);
    }

    .form-control:focus {
        color: #212529;
        background-color: transparent !important;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: none;
    }

.section_padding {
    padding: 25px 0;
}

.section_padding_top {
    padding: 50px 0 0 0;
}

.section_padding_bottom {
    padding: 25px 0;
}

#about_service_offer {
    padding: 25px 30px 25px 30px;
}

#about_offer_banner {
    padding: 25px 30px 25px 30px;
}

#about_us_top {
    padding: 25px 30px 25px 30px;
}

.aboutRight {
    padding: 0 25px 0 0;
}

.aboutusright-B {
    display: flex;
    align-items: center;
}

.aboutLeft {
    display: flex;
    align-items: flex-end;
}

.about_us_right img {
    border-radius: 15px;
}

/* --Heading Area-- */
.heading_left_area h2 {
    font-weight: 400;
    padding-bottom: 17px;
    line-height: 45px;
}

    .heading_left_area h2 span {
        display: inline-block;
        border-bottom: 1px solid var(--main-color);
        padding-bottom: 10px;
    }

.heading_left_area h5 {
    color: var(--black-color-opacity);
}

.section_heading_center {
    text-align: center;
    padding-bottom: 30px;
}

    .section_heading_center h2 {
        position: relative;
        padding-bottom: 15px;
    }

        .section_heading_center h2:after {
            content: "";
            position: absolute;
            width: 200px;
            height: 1px;
            background: var(--main-color);
            left: 50%;
            transform: translate(-50%, 50%);
            bottom: 0;
        }

.imgUser {
    grid-area: foto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -50px;
}

.img_animation {
    overflow: hidden;
}

    .img_animation img {
        transition: var(--transition);
        position: relative;
    }

    .img_animation::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--black-color);
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
    }

    .img_animation:hover::after {
        opacity: 0.5;
        visibility: visible;
    }

    .img_animation:hover img {
        transform: scale(1.2);
    }

/* --Button Area start-- */
.btn-check:focus + .btn,
.btn:focus {
    outline: none;
    box-shadow: none
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 16px;
    /*border-radius: 30px;*/
    border-radius: 5px;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
}

    .btn:hover {
        color: var(--company-text);
        background-color: var(--black-color) !important;
        border-color: var(--black-color) !important;
        /*border-radius: 30px;*/
        border-radius: 5px;
    }

.btn_theme {
    color: var(--white-color);
    background-color: var(--black-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none;
    padding: 5px 25px;
    line-height: 1.7;
}

    .btn_theme:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 937px;
        height: 550px;
        margin: auto;
        background: var(--main-color);
        border-radius: 30px;
        z-index: -1;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
        transform: translateX(-50%) translateY(-5%) scale(.4);
        transition: var(--transition);
    }

    .btn_theme:hover:before {
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        -webkit-transform: translateX(-45%) translateY(0) scale(3);
        transform: translateX(-50%) translateY(0) scale(3);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        border: none;
        border-radius: 30px;
    }

.btn_theme_white {
    color: var(--black-color);
    background-color: var(--white-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: 1px solid var(--white-color);
}

    .btn_theme_white:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 580px;
        height: 550px;
        margin: auto;
        background: var(--black-color);
        color: #fff;
        border-radius: 50%;
        z-index: -1;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
        transform: translateX(-50%) translateY(-5%) scale(.4);
        transition: var(--transition);
    }

    .btn_theme_white:hover:before {
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        -webkit-transform: translateX(-45%) translateY(0) scale(1);
        transform: translateX(-50%) translateY(0) scale(1);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        border: none;
        color: #fff;
    }

.btn_theme_transparent {
    color: var(--white-color);
    background-color: transparent;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: 1px solid var(--white-color);
}

    .btn_theme_transparent:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 580px;
        height: 550px;
        margin: auto;
        background: var(--black-color);
        border-radius: 50%;
        z-index: -1;
        transform-origin: top center;
        transform: translateX(-50%) translateY(-5%) scale(.4);
        transition: var(--transition);
    }

    .btn_theme_transparent:hover:before {
        transition: transform 1s;
        transform: translateX(-50%) translateY(0) scale(1);
        transform-origin: bottom center;
        border: none;
    }


.btn_md {
    padding: 1.5rem;
    font-size: 18px;
}

.btn_sm {
    font-size: 14px;
    padding: 5px 18px;
}

.btn_navber {
    color: #fff;
    border: 2px solid var(--main-color);
    padding: 7px 10px;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
}

    .btn_navber:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 550px;
        height: 550px;
        margin: auto;
        border-radius: 50%;
        z-index: -1;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        background: var(--main-color);
        -webkit-transform: translateX(-51%) translateY(27%) scale(.8);
        transform: translateX(-51%) translateY(27%) scale(.8);
        transition: var(--transition);
    }

    .btn_navber:hover:before {
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        -webkit-transform: translateX(-42%) translateY(-57%) scale(4);
        transform: translateX(-42%) translateY(-57%) scale(4);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
    }

.is-sticky .btn_navber {
    border: 1px solid var(--white-color);
}


.section-blue {
    background-color: var(--main-color);
    height: 30%;
}

.section-blue-b {
    background-color: var(--black-color);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-block: 3rem;
    z-index: 1;
}

    .section-blue-b img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.7;
        z-index: 0;
    }

.btn-general-v2 {
    width: 156px;
    height: 40px;
    border-radius: 5px;
    /*margin-top: 50px;*/
}

/* =========================
        Home Page
=========================*/
/* --Banner Area-- */
#home_one_banner {
    background-image: url("../img/banner/bg.png");
    padding: 370px 0 280px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_one_text {
    text-align: center;
}

    .banner_one_text h1 {
        color: var(--white-color);
    }

    .banner_one_text h3 {
        color: var(--white-color);
        padding-top: 13px;
    }

/* --Theme Search Form-- */
#theme_search_form {
    margin-top: -140px;
}

/* Nuevo form */

.theme-search-form-area-v2 {
    background: transparent;
    padding: 0px;
    position: relative;
}

.theme-search-form-conatiner-v2 {
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
    padding: 0px;
    /*overflow: hidden;*/
    border: 1px solid #EBEDEF;
}

.theme-search-form-tabbtn-v2 {
    margin-bottom: 0px;
    margin-left: 0px;
}

.nav-item-v2 {
    margin-right: 5px;
}



.nav-tabs-v2 {
    border-bottom: 0px solid #dee2e6;
    margin-left: 5px;
}



    .nav-tabs-v2 .nav-link-v2 {
        background: var(--main-color);
        color: var(--company-text);
        border: 1px solid var(--main-color);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom: 0px solid var(--main-color);
        display: flex;
        padding: 10px 20px;
        margin-bottom: -1px;
    }

        .nav-tabs-v2 .nav-item-v2.show .nav-link-v2, .nav-tabs-v2 .nav-link-v2.active {
            background: #ffffff;
            color: var(--main-color);
            border: 1px solid #ffffff;
            z-index: 5;
            margin-bottom: -6px;
        }


.nav-link-v2 i {
    margin-right: 10px;
}


.search-form-input {
    border: none;
    color: #28333E;
    background: transparent;
    height: 30px;
    font-weight: 600;
    /*font-family: 'Inter';*/
    font-family: var(--font-texto);
}

.pickerHotelVuelo {
    border-top: 0px solid !important;
    border-right: 0px solid !important;
    border-left: 0px solid !important;
    border-bottom: 1px solid #EBEDEF !important;
    color: #28333E;
    text-align: center;
    font-size: 14px;
    height: 30px;
    padding: 1px 2px;
    min-width: 100%;
}

    .pickerHotelVuelo button {
        background: transparent !important;
        border-bottom: 1px solid transparent !important;
    }

        .pickerHotelVuelo button:active, .pickerHotelVuelo button:focus, .pickerHotelVuelo button:hover {
            border-top: 0px solid !important;
            border-right: 0px solid !important;
            border-left: 0px solid !important;
            border-bottom: 1px solid #EBEDEF !important;
            background: #fff !important;
            color: #000000 !important;
            outline: thin dotted transparent !important;
            font-weight: 400;
        }

        .pickerHotelVuelo button:active {
            border-top: 0px solid !important;
            border-right: 0px solid !important;
            border-left: 0px solid !important;
            border-bottom: 1px solid #EBEDEF !important;
            background: #fff !important;
            color: #000000 !important;
            outline: thin dotted transparent !important;
            font-weight: 400;
        }

        .pickerHotelVuelo button:focus {
            border-top: 0px solid !important;
            border-right: 0px solid !important;
            border-left: 0px solid !important;
            border-bottom: 1px solid #EBEDEF !important;
            background: #fff !important;
            color: #000000 !important;
            outline: thin dotted transparent !important;
            font-weight: 400;
        }

        .pickerHotelVuelo button:hover {
            border-top: 0px solid !important;
            border-right: 0px solid !important;
            border-left: 0px solid !important;
            border-bottom: 1px solid #EBEDEF !important;
            background: #fff !important;
            color: #000000 !important;
            outline: thin dotted transparent !important;
            font-weight: 400;
        }

    .pickerHotelVuelo .dropdown-menu.show {
        /*border: 1px solid rgba(0,0,0,.15) !important;*/
        border-radius: 5px !important;
        padding: 15px;
    }


input:focus {
    border-radius: 0px;
    border-bottom: 2px solid var(--black-color);
    outline: none;
}

.search-select-location {
    border-top: 1px solid #CBD1D7;
}

.search-select-location {
}

.search-select-hotel {
}

    .search-select-hotel i {
        margin-left: 10px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

/*Form defs Productos symbol General*/
.ui-widget.ui-widget-content {
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-radius: 10px;
    /*position: relative;
    width: 40rem !important;*/
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 350px;
}

.ui-widget-content {
    border: 1px solid #a6c9e2;
    background: #fff !important;
    color: #000 !important;
    /*font-family: 'Inter', sans-serif;*/
    font-family: var(--font-texto);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize !important;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 10px !important;
}

.ui-menu .ui-menu-item i {
    color: var(--black-color) !important;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--main-color) !important;
    /*background: #6eac2c url("images/ui-bg_gloss-wave_50_6eac2c_500x100.png") 50% 50% repeat-x;*/
    background: var(--main-color) !important;
    font-weight: normal;
    color: #ffffff;
}



/* Fin Nuevo form */

.theme_search_form_area {
    /*background: #fff;*/
    border-radius: 5px;
    padding: 15px 25px;
    position: relative;
}

.side-container-v2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-block: 0;
    padding-inline: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.flight-Search-boxed-v2 {
    background: transparent;
    padding: 10px 10px 10px 10px;
    position: relative;
    min-height: 78px;
    max-height: 119px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    border-left: 1px solid #EBEDEF;
}

.side-container-v2-a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-block: 0;
    padding-inline: 0;
    /*min-height: 119px;*/
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/*Buscador Euromundo*/

.container-center {
    display: flex;
    justify-content: center;
}

.theme-search-form-conatiner-v3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
    padding: 0px;
    border: 1px solid #EBEDEF;
    /*width: 58%;*/
    width: 992px;
    gap: 20px;
}

.side-container-v3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 16px;
    padding-inline: 0;
}

.side-container-v3-a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 16px;
    padding-inline: 0;
}

.side-container-v3-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 16px;
    padding-inline: 0;
    border-radius: 0;
}

.form-search-boxed-v3 {
    background: #F8F9FA;
    padding: 4px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 350px;
    border: 1px solid #EBEDEF;
    border-radius: 5px;
}

    .form-search-boxed-v3 p {
        color: #000;
        font-size: 13px;
    }

.form-search-boxed-v3-b {
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-form-v4 {
    position: relative;
    overflow: hidden;
    background: var(--black-color);
    color: #fff;
    width: 180px;
    height: 62px;
    border: 0px solid;
    border-radius: 5px;
    font-size: 20px;
}

    .btn-form-v4:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 937px;
        height: 550px;
        margin: auto;
        background: var(--main-color);
        z-index: -1;
        transform-origin: top center;
        transform: translateX(-50%) translateY(-5%) scale(.4);
        transition: var(--transition);
    }

    .btn-form-v4:hover:before {
        transition: transform 1s;
        transform: translateX(-50%) translateY(0) scale(3);
        transform-origin: bottom center;
        border: none;
    }

    .btn-form-v4:hover {
        background: var(--main-color);
        color: #fff;
    }

/*Picker*/

.picker-container {
    width: 100%;
}

.picker-form {
    background: #F8F9FA;
    border: none;
    border-radius: 5px;
    padding: 1px 10px;
    font-size: 16px;
    color: #000000;
    text-align: start;
    height: 38px;
    min-width: 100%;
}

/* Fin Picker*/

/*Nuevo buscador*/
.search-main-conatiner {
    display: flex;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #EBEDEF;
    box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
}

.search-row-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.search-input-container {
    width: 100%;
    height: 100%;
    min-height: 75px;
    max-height: 75px;
    margin: 15px 0px;
    border: 1px solid #CBD1D7;
    border-radius: 10px;
    background-color: #F6F7F8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 15px;
    /*gap: 10px;*/
}

.search-input-container-b {
    margin: 15px 0px 35px 0px !important;
}


.rangeDates-a p {
    color: #28333E;
    font-weight: 400;
    /*font-family: 'Inter';*/
    font-family: var(--font-texto);
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.search-input-container p {
    color: #28333E;
    font-weight: 500;
    /*font-family: 'Inter';*/
    font-family: var(--font-texto);
    font-size: 0.8rem;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0;
}

.search-input-container i {
    font-size: 0.8rem;
    margin-right: 0.5rem;
}

.search-input-field {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    gap: 10px;
    font-size: 12px;
}

.search-main-button {
    width: 100%;
    height: 100%;
    min-height: 40px;
    max-height: 75px;
    margin: 15px 0;
    background: var(--main-color);
    color: var(--company-text);
    border: 1px solid var(--main-color);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

    .search-main-button:hover {
        background: var(--black-color);
        border: 1px solid var(--black-color);
        color: var(--company-text);
    }

.search-main-butto:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 937px;
    height: 550px;
    margin: auto;
    background: var(--main-color);
    z-index: -1;
    transform-origin: top center;
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition);
}

.search-main-butto:hover:before {
    transition: transform 1s;
    transform: translateX(-50%) translateY(0) scale(3);
    transform-origin: bottom center;
    border: none;
}


/*Estilos del selectpicker*/
.bootstrap-select {
    width: 100% !important;
}

/* Estilo para el select original */
.selectpicker {
    display: none;
}

/* Estilo para el select visible */
.bootstrap-select .btn {
    width: 100%;
    color: white;
    border-radius: 4px;
    border: 1px solid #007bff;
    padding: 8px 12px;
}

    /* Estilo para el select en estado de foco */
    .bootstrap-select .btn:focus {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
    /*Fin del select*/

    /*Boton*/
    /* Estilo del bot�n del selectpicker */
    .bootstrap-select .btn.dropdown-toggle {
        background-color: transparent !important;
        background: transparent !important;
        color: #28333E;
        border-radius: 4px;
        border: 1px solid #28a745;
        padding: 4px 0px;
    }

        /* Estilo del bot�n en estado de foco */
        .bootstrap-select .btn.dropdown-toggle:focus {
            background-color: transparent;
            outline: none;
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.0);
        }

        .bootstrap-select .btn.dropdown-toggle:hover {
            background-color: transparent;
            outline: none;
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.0);
        }

.dropdown-toggle {
    background: transparent;
    border-color: #EBEDEF;
    font-family: inherit;
    border-color: transparent !important;
}

/*Fin Boton*/

/*Flechita*/
/* Ocultar la flecha original */
.bootstrap-select .btn .filter-option .caret {
    display: none;
}

/* A�adir el icono de FontAwesome */
.bootstrap-select .btn::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 16px;
    color: #28333E;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    border-top: 0 solid;
}
/*Fin Flechita*/

/* Ejemplo para cambiar el fondo del men� desplegable */
.bootstrap-select .dropdown-menu {
    background-color: white;
}

    /* Ejemplo para cambiar el color del texto */
    .bootstrap-select .dropdown-menu li a {
        color: #28333E;
    }


    .bootstrap-select .dropdown-menu li {
        font-size: 14px;
    }

        .bootstrap-select .dropdown-menu li span {
            margin-right: 10px;
        }

.dropdown-item .fa-location-dot {
    color: var(--black-color);
    margin-right: 5px;
    margin-block: 10px;
}

.bootstrap-select .no-results {
    color: red;
    background: transparent;
    line-height: 1.5;
    font-size: 18px;
    margin-block: 5px 10px;
}


/* Ejemplo para cambiar el estilo del elemento seleccionado */
.bootstrap-select .dropdown-menu li.active > a {
    background-color: #007bff;
    color: #ffffff;
}

/* Estilo personalizado para la barra de b�squeda */
.bootstrap-select .bs-searchbox input {
    width: 100%;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #CBD1D7;
}

    .bootstrap-select .bs-searchbox input:focus {
        outline: none;
        box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
    }

/*Fin Estilos defs selectpicker*/

/*Fin Nuevo buscador*/

/*Buscador*/
/* Aplica estilos SOLO al dropdown generado por el select #circuitsZoneDestiny */
.bootstrap-select #circuitsZoneDestiny + .dropdown-menu {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

    /* Estilo del buscador dentro del dropdown */
    .bootstrap-select #circuitsZoneDestiny + .dropdown-menu .bs-searchbox .form-control {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 8px;
    }

    /* Contenedor de opciones */
    .bootstrap-select #circuitsZoneDestiny + .dropdown-menu .inner {
        max-height: 224px;
        overflow-y: auto;
    }

    /* Estilo para cada opci�n */
    .bootstrap-select #circuitsZoneDestiny + .dropdown-menu .dropdown-item {
        padding: 10px 15px;
        font-size: 14px;
        color: #333;
        transition: background 0.3s ease-in-out;
    }

        /* Iconos dentro de los items */
        .bootstrap-select #circuitsZoneDestiny + .dropdown-menu .dropdown-item .fa-location-dot {
            color: #ff5733; /* Color naranja para los iconos de ubicaci�n */
        }

        /* Estilo cuando pasas el mouse */
        .bootstrap-select #circuitsZoneDestiny + .dropdown-menu .dropdown-item:hover {
            background-color: #f0f0f0;
        }

        /* Opci�n seleccionada */
        .bootstrap-select #circuitsZoneDestiny + .dropdown-menu .dropdown-item.selected,
        .bootstrap-select #circuitsZoneDestiny + .dropdown-menu .dropdown-item.active {
            background-color: #007bff;
            color: white;
        }

    .bootstrap-select #circuitsZoneDestiny + .dropdown-menu li {
        margin-right: 30px;
    }


/*Fin Buscador*/




/*Fin Buscador Euromundo*/
.flight-Search-boxed-v2-a {
    background: transparent;
    padding: 10px 10px 10px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
}

.fpl-v2 {
    padding-left: 20px;
}



.side-container-v2-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 0;
    padding-inline: 0;
    border-radius: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.flight-Search-boxed-v2-b {
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}



.btn-form-v3 {
    position: relative;
    overflow: hidden;
    background: var(--black-color);
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    border: 0px solid;
    white-space: nowrap;
}

    .btn-form-v3:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 937px;
        height: 550px;
        margin: auto;
        background: var(--main-color);
        z-index: -1;
        transform-origin: top center;
        transform: translateX(-50%) translateY(-5%) scale(.4);
        transition: var(--transition);
    }

    .btn-form-v3:hover:before {
        transition: transform 1s;
        transform: translateX(-50%) translateY(0) scale(3);
        transform-origin: bottom center;
        border: none;
    }

    .btn-form-v3:hover {
        background: var(--main-color);
        color: #fff;
    }

.flight-Search-boxed-v2 p {
    color: #000;
    font-size: 13px;
}

.flight-Search-boxed-v2-a p {
    color: #000;
    font-size: 13px;
}

.flight-Search-boxed-v2 input, flight-Search-boxed-v2-a input {
    border-top: 0px solid;
    border-right: 0px solid;
    border-left: 0px solid;
    border-bottom: 1px solid #EBEDEF;
    border-radius: 5px;
    /*color: #EBEDEF;*/
    /*margin-top: 15px;*/
}

.input-group-prepend {
    margin-top: 5px;
    z-index: 150;
    display: none;
}

.btn-form-v2 {
    background: var(--black-color);
    color: #fff;
    padding: 10px 20px;
    min-width: 120px;
    max-width: 121px;
    border: 0px solid;
    border-radius: 25px;
}

    .btn-form-v2:hover, .btn-form-v2:active {
        background: var(--main-color);
        color: #fff;
        padding: 10px 20px;
        border: 0px solid;
        border-radius: 25px;
    }

.theme_search_form_tabbtn .nav-item {
    margin-right: 20px;
}

    .theme_search_form_tabbtn .nav-item:last-child {
        margin-right: 0px;
    }

.theme_search_form_tabbtn .nav-tabs {
    border-bottom: none;
}

    .theme_search_form_tabbtn .nav-tabs .nav-item.show .nav-link,
    .theme_search_form_tabbtn .nav-tabs .nav-link.active {
        color: var(--white-color);
        background-color: var(--main-color);
        border-color: none;
    }

    .theme_search_form_tabbtn .nav-tabs .nav-link {
        margin-bottom: 0;
        color: var(--black-color);
        border-radius: 6px;
        border: 1px solid var(--main-color);
    }

        .theme_search_form_tabbtn .nav-tabs .nav-link i {
            padding-right: 10px;
        }

.theme_search_form_tabbtn {
    margin-bottom: 30px;
}


.flight_Search_boxed {
    background: #EBEDEF;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    position: relative;
    min-height: 78px;
}

.plan_icon_posation {
    position: absolute;
    top: 20px;
    right: 30px;
}

    .plan_icon_posation i {
        font-size: 24px;
    }

.range_plan {
    position: absolute;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
}

    .range_plan i {
        background: #f5eefd;
        font-size: 24px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 46px;
        border-radius: 50%;
        border: 3px solid #fff;
        color: var(--main-color);
    }

.flight_Search_boxed p {
    font-size: 14px;
    max-width: 100px;
}

.flight_Search_boxed input {
    font-size: 22px;
    width: 95%;
    border: none;
    background: transparent;
    font-weight: 500;
    height: 35px;
    padding: 0;
    color: #999;
}

    .flight_Search_boxed input:focus-within {
        outline: none;
        border: none;
    }

.flight_Search_boxed span {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.date_flex_area {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.dropdown_passenger_area button {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
}

    .dropdown_passenger_area button::after {
        display: none;
    }



.dropdown_passenger_area .dropdown-menu {
    z-index: 999999;
    min-width: 270px;
    padding: 15px 20px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    font-size: 14px;
}

.pickerHotelVuelo .dropdown-menu {
    z-index: 999999;
    min-width: 350px;
    padding: 0px 0px;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    font-size: 14px;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    justify-content: space-between;
}

    .traveller-calulate-persons .passengers .passengers-types .passengers-type .text {
        align-items: center;
        display: flex;
    }

        .traveller-calulate-persons .passengers .passengers-types .passengers-type .text .count {
            margin-right: 20px;
            width: 24px;
            display: inline-block;
            font-size: 0.9rem;
            /*font-size: 1.25rem;*/
            font-weight: 600;
            color: var(--black-color)
        }

        .traveller-calulate-persons .passengers .passengers-types .passengers-type .text .type-label span {
            font-size: 12px;
            color: #4c4c4c;
        }

    .traveller-calulate-persons .passengers .passengers-types .passengers-type .button-set button {
        font-size: 12px;
        color: #fff !important;
        background: var(--black-color) !important;
        border: 1px solid var(--black-color) !important;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        margin-left: 5px;
    }

        .traveller-calulate-persons .passengers .passengers-types .passengers-type .button-set button.active {
            color: var(--black-color) !important;
            background: #fff !important;
            border: 1px solid var(--black-color) !important;
        }


        .traveller-calulate-persons .passengers .passengers-types .passengers-type .button-set button.hover {
            color: var(--black-color) !important;
            background: #fff !important;
            border: 1px solid var(--black-color) !important;
        }

/*.input-Menor-v2 {
    width: 50px;
    background: #8b3eea17 !important;
    border-radius: 10px;
    padding-left: 35%;
}*/

.input-Menor-v2 {
    min-width: 50px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    padding-left: 15px;
    font-size: 10px;
    margin-bottom: 10px !important;
    transition: border 0.2s;
    color: var(--main-color);
}

    .input-Menor-v2:focus {
        border-bottom: 2px solid var(--main-color);
        background: #fff;
    }

    .input-Menor-v2::-webkit-input-placeholder {
        color: #bbb;
    }

    .input-Menor-v2:-ms-input-placeholder {
        color: #bbb;
    }

    .input-Menor-v2::placeholder {
        color: #bbb;
    }





.traveller-calulate-persons .passengers .passengers-types {
    padding-top: 15px;
}

.traveller-calulate-persons .passengers h6 {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-color);
}

.traveller-calulate-persons .cabin-selection {
    padding-top: 10px;
    border-top: 1px solid #c7c7cc;
    margin-top: 20px;
}

.traveller-calulate-persons .label-select-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px;
}

    .traveller-calulate-persons .label-select-btn:hover {
        background: #fff;
        color: var(--black-color);
    }

    .traveller-calulate-persons .label-select-btn.active {
        /*background: var(--main-color);
        color: var(--white-color);*/
        background: #fff;
        color: var(--black-color);
    }


.traveller-calulate-persons .muiButton-label {
    font-size: 14px;
}

.traveller-calulate-persons .cabin-selection h6 {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}

.top_form_search_button {
    text-align: center;
    /*margin-top: 30px; */
    margin-top: 1.5%;
}

.flight_categories_search .nav-tabs {
    border-bottom: none;
}

    .flight_categories_search .nav-tabs .nav-item.show .nav-link,
    .flight_categories_search .nav-tabs .nav-link.active {
        color: var(--main-color);
        border-color: none;
    }

    .flight_categories_search .nav-tabs .nav-link {
        margin-bottom: 0;
        color: var(--black-color);
        border-radius: 6px;
        border: none;
        font-weight: 500;
        background: transparent;
    }

.flight_categories_search {
    position: absolute;
    right: 30px;
    top: 25px;
}

.multi_city_form {
    margin-bottom: 15px;
}


.add_multy_form {
    text-align: right;
}

    .add_multy_form button {
        color: var(--main-color);
        border: none;
        background: transparent;
    }

.multi_form_remove {
    text-align: right;
}

    .multi_form_remove button {
        color: red;
        border: none;
        background: transparent;
        padding-bottom: 10px;
    }



@media (max-width: 1399px) {

    #theme_search_form .container,
    #theme_search_form .container-lg,
    #theme_search_form .container-md,
    #theme_search_form .container-sm,
    #theme_search_form .container-xl {
        max-width: 100%;
    }
}


/* --Imagination Area-- */
.imagination_boxed {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    transition: var(--transition);
}

    .imagination_boxed img {
        position: relative;
        width: 100%;
        transition: var(--transition);
    }

    .imagination_boxed:hover img {
        transform: scale(1.2);
    }

    .imagination_boxed:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 25%;
        left: 0;
        background: #17161669;
        bottom: 0;
        z-index: 999;
        transition: all 0.5s;
        transform: translate(0%, 100%);
    }

    .imagination_boxed:hover:before {
        transform: translate(0%, 0%);
    }

    .imagination_boxed h3 {
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        z-index: 999;
        align-items: center;
        height: 25%;
    }

        .imagination_boxed h3 span {
            display: block;
            text-align: center;
        }

        .imagination_boxed h3 a {
            color: var(--white-color);
            transition: var(--transition);
        }

    .imagination_boxed:hover h3 a {
        font-weight: 500;
    }

/* --Top Destinations Area-- */
.destinations_content_box {
    position: relative;
    margin-bottom: 23px;
    border-radius: 12px;
    overflow: hidden;
}

    .destinations_content_box .btn {
        margin-top: 2px;
    }

    .destinations_content_box img {
        width: 100%;
    }

.destinations_content_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

    .destinations_content_inner h3 a {
        color: var(--white-color);
    }

        .destinations_content_inner h3 a:hover {
            color: var(--black-color);
        }

    .destinations_content_inner h2 {
        color: var(--white-color);
        padding-bottom: 20px;
    }

.destinations_big_offer h1 {
    color: var(--white-color);
    font-size: 150px;
    line-height: 109px;
    padding-bottom: 20px;
}

.destinations_big_offer {
    display: flex;
}

    .destinations_big_offer h6 {
        color: var(--white-color);
        line-height: 45px;
        padding-top: 8px;
    }

        .destinations_big_offer h6 span {
            display: block;
            font-size: 38px;
            font-weight: 500;
        }

/* -- Explore Area -- */

.theme_nav_tab {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(139, 62, 234, 0.08), 4px 14px 28px rgba(139, 148, 250, 0.07);
    border-radius: 12px;
    padding: 21px 0;
    margin-bottom: 30px;
}

.theme_nav_tab_item .nav-tabs {
    border-bottom: none;
    justify-content: center;
}

    .theme_nav_tab_item .nav-tabs .nav-item.show .nav-link,
    .theme_nav_tab_item .nav-tabs .nav-link.active {
        color: var(--white-color);
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .theme_nav_tab_item .nav-tabs .nav-link {
        margin-bottom: 0;
        background: 0 0;
        border: 1px solid var(--main-color);
        color: var(--black-color);
        padding: 8px 30px;
        border-radius: 5px;
        margin-right: 35px;
    }

        .theme_nav_tab_item .nav-tabs .nav-link:last-child {
            margin-right: 0;
        }

.theme_common_box_two {
    border-radius: 11px;
    overflow: hidden;
    border: 1px solid #d2d2d275;
    transition: var(--transition);
    margin-bottom: 30px;
    /*Anterior medida del box: height: 51vh;*/
    /*height: 20vhxx;*/
}

    .theme_common_box_two:hover {
        box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
    }

.theme_two_box_img {
    position: relative;
    overflow: hidden;
    display: flex;
}

    .theme_two_box_img a {
        display: flex;
        justify-content: center;
    }

.img_hover {
    overflow: hidden;
}

    .img_hover img {
        transition: var(--transition);
        width: 100%;
    }

    .img_hover:hover img {
        transform: scale(1.2);
    }

.theme_two_box_img img {
    /*width: 330px;*/
    /*height: 220px;
    width: 100%;
    object-position: top center;*/
    height: auto;
    width: 80%;
    object-position: center center;
    object-fit: contain;
    margin-inline: 15px;
}

.theme_two_box_img .discount_tab {
    position: absolute;
    right: 9px;
    bottom: -17px;
    background: #FFFFFF;
    box-shadow: 4px 5px 12px rgba(0, 0, 0, 0.1);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
}

.theme_two_box_img p {
    color: var(--white-color);
    position: absolute;
    bottom: 4px;
    left: 13px;
    font-size: 14px;
}

    .theme_two_box_img p i {
        padding-right: 5px;
    }

.theme_two_box_content {
    background: #fff;
    padding: 20px 15px;
}

    .theme_two_box_content h4 {
        /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
    }

        .theme_two_box_content h4 a {
            color: var(--black-color);
        }

            .theme_two_box_content h4 a:hover {
                color: var(--main-color);
            }

    .theme_two_box_content p {
        padding: 10px 0px;
        font-size: 14px;
    }

        .theme_two_box_content p .review_rating {
            color: var(--main-color);
        }

        .theme_two_box_content p .review_count {
            margin-left: 10px;
        }

    .theme_two_box_content h3 {
        font-weight: 500;
    }

    .theme_two_box_content h3 {
        font-weight: 400;
        font-size: 14px;
    }

/*Nuevo span de ofertas en rojo*/
.spanOferta {
    position: absolute;
    left: 5%;
    top: -5%;
    background: var(--black-color);
    box-shadow: 4px 5px 12px rgba(0, 0, 0, 0.5);
    width: auto;
    min-width: 90px;
    padding-inline: 15px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 15px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
}

/* --offer Area-- */
.offer_area_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    .offer_area_box img {
        width: 100%;
    }

    .offer_area_box .offer_area_content {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 30px 27px;
        z-index: 2;
    }


.offer_area_content h2 {
    color: var(--white-color);
    padding-bottom: 20px;
}

.offer_area_content p {
    color: var(--white-color);
    padding-bottom: 25px;
}

/* --Promotional Tours Area-- */
.dot_style .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
}

.dot_style.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.dot_style.owl-theme .owl-dots .owl-dot.active span,
.dot_style.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

/* --Destinations Area-- */
.tab_destinations_boxed {
    display: flex;
    align-items: center;
    border: 1px solid #d2d2d2;
    border-radius: 9px;
    overflow: hidden;
    transition: var(--transition);
    margin-bottom: 40px;
}

    .tab_destinations_boxed:hover {
        background: #FFFFFF;
        box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.08), 4px 6px 16px rgba(0, 0, 0, 0.08);
    }

.tab_destinations_conntent {
    padding-left: 20px;
}

    .tab_destinations_conntent h3 {
        font-size: 22px;
        font-weight: 400;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .tab_destinations_conntent h3 a {
            color: var(--black-color);
        }

            .tab_destinations_conntent h3 a:hover {
                color: var(--main-color);
            }

    .tab_destinations_conntent p {
        color: var(--black-color);
        font-weight: 500;
        padding-top: 5px;
    }

        .tab_destinations_conntent p span {
            color: var(--main-color);
        }

/* --News Area-- */
.home_news_item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.home_news_img {
    width: 100px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
}

.home_news_left_wrapper .home_news_item:last-child {
    margin-bottom: 0;
}

.home_news_img img {
    width: 100%;
}

.home_news_content {
    width: 68%;
    padding-left: 25px;
}

    .home_news_content h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: 27px;
    }

        .home_news_content h3 a {
            color: var(--black-color);
        }

            .home_news_content h3 a:hover {
                color: var(--main-color);
            }

    .home_news_content p {
        padding-top: 12px;
        font-size: 14px;
    }

        .home_news_content p span {
            padding-left: 10px;
        }

            .home_news_content p span i {
                padding-top: 0;
                font-size: 7px;
                padding-right: 10px;
            }

.seeall_link a i {
    padding-left: 5px;
}

.home_news_big img {
    width: 100%;
}

.home_news_big h3 {
    padding-top: 22px;
    font-size: 22px;
    font-weight: 500;
}

    .home_news_big h3 a {
        color: var(--black-color);
        padding-top: 0;
    }

    .home_news_big h3:hover a {
        color: var(--main-color);
    }

.home_news_big p {
    padding-top: 8px;
}

.home_news_big a {
    display: block;
    padding-top: 11px;
}

#our_partners .owl-carousel .owl-item img {
    width: auto !important;
    filter: opacity(0.5);
}

    #our_partners .owl-carousel .owl-item img:hover {
        filter: opacity(1);
    }

.news_home_bigest {
    overflow: hidden;
    border-radius: 12px;
}




/* Flechas de Carousel */

.card-slider .owl-prev {
    left: -1%;
}

.card-slider .owl-next {
    right: -1%;
}

.icon-carousel .owl-prev {
    left: -3%;
}

.icon-carousel .owl-next {
    right: -3%;
}

/* Fin Flechas de Carousel */


/* --Cta Area-- */
#cta_area {
    background: var(--bg-color);
    padding: 70px 0;
}

.cta_left {
    display: flex;
    align-items: center;
}

.cta_icon {
    width: 15%;
}

.cta_content {
    padding-left: 30px;
}

    .cta_content h2 {
        padding-top: 11px;
    }

/* --Footer Area-- */
#footer_area {
    padding: 100px 0px;
}

.footer_heading_area h5 {
    border-bottom: 1px solid var(--main-color);
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 500;
}

.footer_inquery_area {
    padding-top: 5px;
    border-left: 2px solid var(--main-color);
    margin-top: 25px;
    padding-left: 9px;
}

    .footer_inquery_area h3 {
        font-weight: 500;
        padding-top: 8px;
        font-size: 18px;
    }

    .footer_inquery_area h5 {
        font-size: 16px;
        font-weight: 500;
    }

.soical_icon_footer {
    display: flex;
    padding-top: 5px;
}

    .soical_icon_footer li {
        padding-right: 8px;
        margin-top: 2%;
    }

.footer_link_area {
    padding-top: 20px;
}

    .footer_link_area ul li {
        padding-bottom: 15px;
    }

        .footer_link_area ul li a {
            color: var(--black-color);
            font-size: 16px;
            font-weight: 400;
            transition: var(--transition);
        }

            .footer_link_area ul li a:hover {
                color: var(--main-color);
            }

.soical_icon_footer li a i {
    font-size: 18px;
}

.copyright_area {
    background-color: var(--bg-color);
    padding: 16px 0;
}

.copyright_left p {
    color: var(--black-color);
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.copyright_right {
    text-align: center;
}

/* ===================================
        Home Two Page
====================================*/
.banner_two_slider_item {
    min-height: 500px;
    padding: 325px 0 245px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_two_slider_item2 {
    /* padding: 325px 0 245px 0; */
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_two_slider_item_v2 {
    padding: 0px 0 100px 0;
    display: flex;
    align-items: flex-end;
    height: 600px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_two_slider_item-v3 {
    padding: 325px 0 245px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_two_text-v3 {
}

    .banner_two_text-v3 h3 {
        color: var(--white-color);
        font-weight: 400;
    }

    .banner_two_text-v3 h1 {
        color: var(--white-color);
        font-size: 136px;
        padding-top: 10px;
        font-weight: 800;
        margin-inline-start: -5px;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
        margin-top: 50px;
    }

    .banner_two_text-v3 h2 {
        color: var(--white-color);
        font-size: 60px;
        padding-top: 10px;
    }

    .banner_two_text-v3 h4 {
        color: var(--white-color);
        padding-top: 10px;
        font-weight: 300;
    }



.nav-link-v2-p {
    font-size: 14px;
}

.banner_two_text h3 {
    color: var(--white-color);
    font-weight: 400;
}

.banner_two_text h1 {
    color: var(--white-color);
    font-size: 100px;
    padding-top: 10px;
    font-weight: 800;
    margin-inline-start: -5px;
    line-height: 0.8;
    text-shadow: 1px 1px 2px black;
    margin-top: 50px;
}

.banner_two_text h2 {
    color: var(--white-color);
    font-size: 40px;
    padding-top: 10px;
    font-weight: 600;
    line-height: 0.8;
    text-shadow: 1px 1px 2px black;
    margin-left: 0px;
}

.banner_two_text h4 {
    color: var(--white-color);
    font-weight: 300;
    font-size: 20px;
    margin: 15px 0;
}

.slider-sttle-v2 {
    font-size: 90px !important;
    margin: 0 10px 0 10px !important;
}

slider-pararp-v2 {
    font-size: 70px !important;
    margin: 0 10px 0 10px !important;
}

.slider-pararp-2-v2 {
    font-size: 40px !important;
    font-weight: 400;
    line-height: 1;
    margin: 0 10px 0 10px !important;
}

.home_two_button {
    padding-top: 60px;
}

    .home_two_button a {
        margin-right: 30px;
    }

#home_two_banner {
    height: auto;
}

    #home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .title {
        -webkit-animation: 1s 1.2s fadeInLeft both;
        animation: 1s 1.2s fadeInLeft both;
    }

    #home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .slider-sttle {
        -webkit-animation: 1s 1.1s bounceInLeft both;
        animation: 1s 1.1s bounceInLeft both;
    }

    #home_two_banner .owl-item.active .banner_two_slider_item .banner_two_container {
        -webkit-animation: 1s 1.1s bounceInLeft both;
        animation: 1s 1.1s bounceInLeft both;
    }




    #home_two_banner .owl-item.active .banner_two_slider_item_v2 .banner_two_text .slider-sttle-v2 {
        -webkit-animation: 1s 1.2s fadeInLeft both;
        animation: 1s 1.2s fadeInLeft both;
    }

    #home_two_banner .owl-item.active .banner_two_slider_item_v2 .banner_two_text .slider-pararp-v2 {
        -webkit-animation: 1s 1.1s bounceInLeft both;
        animation: 1s 1.1s bounceInLeft both;
    }

    #home_two_banner .owl-item.active .banner_two_slider_item_v2 .banner_two_container {
        -webkit-animation: 1s 1.1s bounceInLeft both;
        animation: 1s 1.1s bounceInLeft both;
    }



.hotel-Detail-PrincipalName {
    font-size: 30px !important;
    line-height: 1 !important;
    width: 50%;
}

.hotel-Detail-PrincipalAddress {
    width: 50%;
    margin-bottom: 15px !important;
}

    .hotel-Detail-PrincipalAddress i {
        margin-right: 10px;
    }

.slider-sttle {
    color: #000000 !important;
    font-size: 90px;
    /*width: 700px;*/
}

.m-t-48 h1 {
    color: #000000 !important;
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .slider-pararp {
    -webkit-animation: 1s 1.5s fadeInUp both;
    animation: 1s 1.5s fadeInUp both;
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .btn-animation {
    -webkit-animation: 1s 1.2s flipInX both;
    animation: 1s 1.2s flipInX both;
}

#home_two_banner .owl-theme .owl-nav {
    position: absolute;
    bottom: 45px !important;
    right: 60px !important;
}

#home_two_banner .owl-carousel .owl-nav button.owl-next,
#home_two_banner .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    font-size: 14px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 0px;
    transition: var(--transition);
}

    #home_two_banner .owl-carousel .owl-nav button.owl-next:hover,
    #home_two_banner .owl-carousel .owl-nav button.owl-prev:hover {
        color: var(--black-color);
        border: 2px solid var(--black-color);
    }

/* --Top Service Area-- */
.top_service_boxed {
    position: relative;
    background: var(--white-color);
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 12px;
    padding: 30px 35px;
    margin-top: 30px;
    transition: var(--transition);
    text-align: center;
}

    .top_service_boxed:hover {
        transform: translateY(-10px);
    }

    .top_service_boxed img {
        transition: var(--transition);
    }

    .top_service_boxed:hover img {
        transform: translateY(5px);
    }

    .top_service_boxed h3 {
        padding-top: 35px;
        position: relative;
        padding-bottom: 10px;
        font-weight: 500;
    }

        .top_service_boxed h3::after {
            content: "";
            position: absolute;
            width: 160px;
            height: 1px;
            background: var(--main-color);
            left: 50%;
            transform: translate(-50%, 50%);
            bottom: 0;
        }

    .top_service_boxed p {
        padding-top: 20px;
    }

/* --Holiday Destinations Area-- */
.holiday_left_heading {
    background: #F3F6FD;
    border-radius: 20px;
    padding: 70px 45px;
    margin-top: 30px;
}

.holiday_small_boxed {
    /*margin-top: 30px;*/
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    max-height: 320px;
    margin-bottom: 20px;
}

    .holiday_small_boxed img {
        height: 100%;
        transition: var(--transition);
        object-fit: cover;
        border-radius: 10px;
        object-position: left top;
    }

    .holiday_small_boxed:hover img {
        transform: scale(1.1);
        background: linear-gradient(359deg, #111018 0%, rgba(217, 217, 217, 0) 70%);
    }

    .holiday_small_boxed:hover .holiday_small_box_content {
        opacity: 1;
    }

/*.holiday_small_boxed-height img{
    height: 230px;
}*/
/*.holiday_small_box_content {
    background: linear-gradient(359deg, #111018 0%, rgb(217 217 217 / 0%) 70%);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: var(--transition);
}*/

.holiday_small_boxed-b {
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

.holiday_small_box_content-b {
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}



.holiday_inner_content-b {
    background-color: #fff;
    border-radius: 50%;
}

    .holiday_inner_content-b i {
        font-size: 60px;
        color: var(--main-color);
    }

.holiday_inner_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 20px;
}

.rating_outof {
    display: flex;
    align-items: center;
}

    .rating_outof i {
        color: var(--white-color);
        font-size: 14px;
    }

    .rating_outof h5 {
        color: var(--white-color);
        padding-left: 10px;
        font-weight: 300;
    }

.holiday_inner_content h3 {
    color: var(--white-color);
    padding: 10px 0;
    font-weight: 400;
}

.holiday_inner_content h4 {
    color: var(--white-color);
    font-weight: 400;
}

.holiday_inner_content-a h4 {
    color: #FFF;
    /*font-family: Roboto;*/
    font-family: var(--font-subtitulo);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.holiday_inner_content p {
    color: var(--white-color);
    padding-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

/* --About Area-- */
.about_two_left_top h5 {
    color: var(--main-color);
    font-weight: 500;
    line-height: 2rem;
}

.about_two_left_top h2 {
    margin-bottom: 15px;
    margin-left: 0px;
    line-height: 1rem;
}

.about_two_left_top p {
    padding-top: 0px;
}

.about_two_item {
    display: flex;
    padding-top: 20px;
    transition: var(--transition);
}

    .about_two_item:hover {
        transform: translateY(-10px);
    }

.about_two_item_icon {
    width: 15%;
    padding-top: 5px;
    padding-right: 15px;
}

    .about_two_item_icon i {
        font-size: 30px !important;
        color: var(--main-color);
    }

.about_two_item_text {
    padding-left: 2px;
}

    .about_two_item_text h3 {
        font-weight: 500;
        font-size: 20px;
    }

    .about_two_item_text p {
        padding-top: 6px;
    }

/* --Partner Aarea-- */
.partner_area_bg {
    background-image: url('../img/master/home/BannerSaladeMaster3.jpg');
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: initial;
    background-position: left bottom;
    border-radius: 10px;
}



.partner_area_left {
    padding-left: 115px;
}

    .partner_area_left h5 {
        /*color: var(--main-color);*/
        color: #fff;
        font-weight: 500;
        font-size: 30px;
    }

    .partner_area_left h6 {
        color: var(--main-color);
        font-weight: 500;
        font-size: 20px;
    }

    .partner_area_left h2 {
        color: var(--black-color);
        padding-top: 15px;
        line-height: 1.5rem;
        font-size: 20px;
        margin-left: 0px;
    }

    .partner_area_left p {
        padding-top: 10px;
        color: #fff;
    }

.partner_video_area {
    padding-top: 35px;
    padding-left: 30px;
}

.video_play_area i {
    color: var(--white-color);
    position: relative;
    z-index: 2;
    font-size: 18px;
}


.video_play_area:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video_play_area:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

.local_counter_area {
    padding-top: 40px;
    display: flex;
}

.local_counter_box {
    background: var(--white-color);
    padding: 10px 25px;
    border-radius: 12px;
    margin-right: 15px;
}

    .local_counter_box h2 {
        padding-top: 0;
        font-weight: 700;
    }

    .local_counter_box h5 {
        padding-top: 4px;
        font-weight: 500;
    }




/* --Partner Aarea Mexico Travesias -- */

#partner_area-MT {
    padding-inline: 5%;
}

.partner_area_bg-MT {
    background-image: url(https://eurocdn.azureedge.net/bucket/EBE/travesias/172929video-bg-3-1.avif);
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: initial;
    border-radius: 15px;
    background-position: left top;
}

.partner_area_left-MT {
    padding-left: 115px;
}

    .partner_area_left-MT h5 {
        color: var(--main-color);
        font-weight: 500;
        /*font-family: 'Inter';*/
        font-family: var(--font-subtitulo);
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .partner_area_left-MT h2 {
        padding-top: 8px;
        font-size: 2.1em;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 30px;
    }

.partner_area_lef-MTt p {
    padding-top: 10px;
}

.partner_video_area-MT {
    padding-top: 35px;
    padding-left: 30px;
}

.video_play_area-MT i {
    color: var(--white-color);
    position: relative;
    z-index: 2;
    font-size: 18px;
}


.video_play_area-MT:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video_play_area-MT:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

.local_counter_area-MT {
    padding-top: 40px;
    display: flex;
}

.local_counter_box-MT {
    background: var(--white-color);
    padding: 10px 25px;
    border-radius: 12px;
    margin-right: 15px;
}

    .local_counter_box-MT h2 {
        /*font-family: 'Inter';*/
        font-family: var(--font-subtitulo);
        padding-top: 0;
        font-size: 1.8em;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0px;
    }

    .local_counter_box-MT h5 {
        padding-top: 4px;
        font-size: 1em;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


/* --Choose your destinations-- */
.choose_des_inner_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.choose_desti_wrapper:hover .choose_des_inner_wrap {
    transform: rotateY(180deg);
}

.choose_boxed_inner,
.flep_choose_box {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
}

.flep_choose_box {
    background-color: var(--main-color);
    transform: rotateY(180deg);
    border-radius: 12px;
}

.choose_boxed_inner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

    .choose_boxed_inner img {
        width: 100%;
    }

.choose_img_text {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

    .choose_img_text h2 {
        color: var(--white-color);
    }

    .choose_img_text h3 {
        color: var(--white-color);
        padding-top: 10px;
        font-weight: 400;
    }

.flep_choose_box_inner {
    padding: 65px 25px 0px 35px;
}

    .flep_choose_box_inner h2 {
        color: var(--white-color);
        padding-top: 15px;
    }

    .flep_choose_box_inner h3 {
        color: var(--white-color);
        padding-top: 12px;
        font-weight: 500;
    }

    .flep_choose_box_inner p {
        color: #ffffffd1;
        padding-top: 14px;
        font-weight: 300;
        line-height: 24px;
    }

    .flep_choose_box_inner a {
        color: var(--white-color);
        margin-top: 25px;
        border-bottom: 1px solid var(--white-color);
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
    }

.choose_desti_wrapper {
    margin-top: 30px;
}

/* --Client Area--*/

.client_two_area_bg {
    background-image: url('../img/master/home/SiBannerAB2ab.jpg');
    padding: 15px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    border-radius: 15px;
}

.client_two_area_bg-TM {
    background-image: url(https://eurocdn.azureedge.net/bucket/EBE/travesias/449181sibannerab2ab556-1.avif);
    background-position: top center;
    padding: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    max-height: 900px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.two_client_area_left {
    padding-left: 115px;
}

    .two_client_area_left h2 {
        color: var(--white-color);
        text-shadow: 2px 2px 5px black;
        /*font-family: 'Inter', sans-serif;*/
        font-family: var(--font-titulo);
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.sm_call_area {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.sm_call_number {
    padding-left: 15px;
}

    .sm_call_number h5 {
        /*font-family: 'Inter', sans-serif;*/
        font-family: var(--font-subtitulo);
        color: var(--white-color);
        font-size: 1em;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .sm_call_number h2 a {
        /*font-family: 'Inter', sans-serif;*/
        font-family: var(--font-titulo);
        color: var(--white-color);
        font-size: 1em;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .sm_call_number h2 a:hover {
            color: var(--main-color);
        }

.home_client_wrpper {
    background: var(--white-color);
    box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    text-align: center;
    padding: 0rem;
    position: relative;
    top: 0;
    overflow: hidden;
}

.home_client_wrpper-h4 {
    color: var(--white-color);
    /*font-family: 'Inter', sans-serif;*/
    font-family: var(--font-subtitulo);
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-shadow: 2px 2px 5px black;
}

.home_client_wrpper h2 {
    font-weight: 400;
    padding-top: 15px;
}

.home_client_wrpper-h3 {
    color: var(--white-color);
    font-size: 1.8em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px black;
}

.client_two_content {
    padding-top: 25px;
}

.home_two_client_slider {
    padding: 0 65px;
}

.client_two_content p {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 400;
    line-height: 1.3;
}

.client_two_author {
    padding-top: 15px;
}

    .client_two_author h5 {
        font-weight: 500;
    }

    .client_two_author h6 {
        padding-top: 5px;
        color: var(--main-color);
        font-weight: 600;
    }

.home-two-quote {
    position: relative;
    display: inline-block;
}

    .home-two-quote img {
        position: absolute;
        top: 15px;
        left: -22px;
    }

#hometwo_clinet_area .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
}

#hometwo_clinet_area2 {
    margin-top: 50px;
}


#hometwo_clinet_area .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #2b2540b8;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#hometwo_clinet_area .owl-theme .owl-dots .owl-dot.active span,
#hometwo_clinet_area .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}



/* --Client Area--*/

.client_two_area_bg-MT {
    background-image: url('../img/master/home/SiBannerAB2ab.jpg');
    padding: 15px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    border-radius: 15px;
}

.two_client_area_left-MT {
    padding-left: 115px;
}

    .two_client_area_left-MT h2 {
        color: var(--white-color);
        line-height: 56px;
        text-shadow: 2px 2px 5px black;
        line-height: 1;
    }

.sm_call_area-MT {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.sm_call_number-MT {
    padding-left: 15px;
}

    .sm_call_number-MT h5 {
        color: var(--white-color);
    }

    .sm_call_number-MT h2 a {
        color: var(--white-color);
    }

        .sm_call_number-MT h2 a:hover {
            color: var(--main-color);
        }

.home_client_wrpper-MT {
    background: var(--white-color);
    box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    text-align: center;
    padding: 1rem;
    position: relative;
    top: 122px;
}

    .home_client_wrpper-MT h4 {
        color: var(--paragraph-color);
        font-weight: 400;
    }

    .home_client_wrpper-MT h2 {
        font-weight: 400;
        padding-top: 15px;
    }

    .home_client_wrpper-MT h3 {
        padding-top: 35px;
        font-weight: 500;
        color: var(--main-color);
    }

.client_two_content-MT {
    padding-top: 25px;
}

.home_two_client_slider-MT {
    padding: 0 65px;
}

.client_two_content-MT p {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 400;
    line-height: 36px;
}

.client_two_author-MT {
    padding-top: 15px;
}

    .client_two_author-MT h5 {
        font-weight: 500;
    }

    .client_two_author-MT h6 {
        padding-top: 5px;
        color: var(--main-color);
        font-weight: 600;
    }

.home-two-quote-MT {
    position: relative;
    display: inline-block;
}

    .home-two-quote-MT img {
        position: absolute;
        top: 15px;
        left: -22px;
    }

#hometwo_clinet_area-MT .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
}

#hometwo_clinet_area-MT {
    margin-top: 50px;
    margin-bottom: 150px;
}

    #hometwo_clinet_area-MT .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #2b2540b8;
        display: block;
        transition: opacity .2s ease;
        border-radius: 30px;
    }

    #hometwo_clinet_area-MT .owl-theme .owl-dots .owl-dot.active span,
    #hometwo_clinet_area-MT .owl-theme .owl-dots .owl-dot:hover span {
        background: var(--main-color);
    }

/* =========================
       Visa details Page
=========================*/

.visa_holder_area .tour_details_boxed_inner h3 {
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 18px;
}

.visa_holder_area .tour_details_boxed_inner {
    padding-top: 8px;
}

/* =========================
    Visa information Page
=========================*/
.visa_info_card_sm {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.08), 4px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    text-align: center;
    padding: 25px 11px;
    margin-top: 45px;
}

    .visa_info_card_sm h3 {
        padding-top: 12px !important;
    }

    .visa_info_card_sm p {
        padding-top: 10px !important;
    }

.area_visa_info_add {
    padding-top: 30px;
}

.visa_category_item {
}

    .visa_category_item ul li {
        padding-top: 18px;
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 18px;
    }

        .visa_category_item ul li:first-child {
            padding-top: 0;
        }

        .visa_category_item ul li:last-child {
            padding-bottom: 0;
            border: none;
        }

        .visa_category_item ul li a {
            font-size: 18px;
            font-weight: 600;
            color: var(--black-color);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .visa_category_item ul li a:hover {
                color: var(--main-color);
            }

.visa_info_side_call {
    background-color: var(--main-color);
    text-align: center;
    color: var(--white-color);
    padding: 30px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .visa_info_side_call h5 {
    }

    .visa_info_side_call h2 {
        padding-top: 15px;
    }

        .visa_info_side_call h2 a {
            color: var(--white-color);
        }

            .visa_info_side_call h2 a:hover {
                color: var(--black-color);
            }

        .visa_info_side_call h2 i {
            padding-right: 15px;
        }

.visa_info_sid_padding_none {
    padding: 0 !important;
    overflow: hidden;
    position: relative;
}

.download_pdf_area_visa {
    display: flex;
    align-items: center;
    background: #EEF4F8;
    padding: 30px 20px;
}

.downloads_pdf_icon_visa {
}

.downloads_pdf_text_visa {
    padding-left: 14px;
}

    .downloads_pdf_text_visa a {
    }

        .downloads_pdf_text_visa a h3 {
            border-bottom: none;
            padding-bottom: 0;
            color: var(--black-color);
        }

        .downloads_pdf_text_visa a h5 {
            color: var(--paragraph-color);
            padding-top: 10px;
            font-size: 16px;
        }

.download_pdf_area_visa:hover .downloads_pdf_text_visa a h3 {
    color: var(--main-color);
}

.visa_request_side_form {
}

    .visa_request_side_form form .form-group {
        padding-top: 30px;
    }

.visa_request_side_form_button {
    padding-top: 30px;
}

.visa_info_side_middle img {
    width: 100%;
}

/* =========================
       Tour Search Page
=========================*/
/* --Common Banner-- */
#common_banner {
    background-image: linear-gradient(180deg, #0000008c 0%, #00000040 100%), url('../img/banner/tokioIndex2.jpg');
    padding: 300px 0 130px 0;
    background-repeat: no-repeat;
    background-size: cover;
    /*    transition: .7s;*/
}

#common_banner_searchResults {
    background-image: linear-gradient(180deg, #0000008c 0%, #00000040 100%), url('https://eurocdn.azureedge.net/bucket/EBE/Banner_busqueda.png');
    padding: 300px 0 130px 0;
    background-repeat: no-repeat;
    background-size: cover;
    /*    transition: .7s;*/
}

/* --Common Banner Confirmation-- */
#common_banner_confirmation {
    background-image: linear-gradient(180deg, #0000008c 0%, #00000040 100%), url('../img/banner/confirmacion.png');
    padding: 300px 0 130px 0;
    background-repeat: no-repeat;
    background-size: cover;
    /*    transition: .7s;*/
}

.common_bannner_text {
    text-align: center;
}

    .common_bannner_text h2 {
        color: var(--white-color);
        font-weight: 400;
    }

    .common_bannner_text ul {
        padding-top: 20px;
    }

        .common_bannner_text ul li {
            display: inline-block;
            color: var(--white-color);
            padding-left: 7px;
        }

            .common_bannner_text ul li:first-child {
                padding-left: 0px;
            }

            .common_bannner_text ul li span {
                padding-right: 5px;
            }

                .common_bannner_text ul li span i {
                    color: var(--white-color);
                    font-size: 7px;
                    position: relative;
                    top: -2px;
                    left: -3px;
                }

            .common_bannner_text ul li a {
                color: #ffffff91;
            }

            .common_bannner_text ul li a {
                color: #ffffff91;
            }

                .common_bannner_text ul li a:hover {
                    color: var(--main-color);
                }


/* --Search Form-- */
#theme_search_form_tour {
    margin-top: -100px;
    padding: 40px;
    z-index: 5;
}

.pagination_area .page-link {
    color: var(--main-color);
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 14px;
}

    .pagination_area .page-link:hover {
        z-index: 2;
        color: var(--white-color);
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .pagination_area .page-link:focus {
        z-index: 2;
        color: var(--white-color);
        background-color: var(--main-color);
        outline: none;
        box-shadow: none;
    }

.pagination_area .page-item {
    margin: 0 6px;
}

.pagination_area .pagination {
    justify-content: center;
    padding-top: 30px;
}

/********/
.left-side-search-item-v2 {
    border-bottom: 1px solid #EBEDEF;
    padding-bottom: 20px;
}

.left-side-search-item-v2-hiden {
    border-bottom: 1px solid #EBEDEF;
    padding-bottom: 20px;
    display: none;
}

.left-side-search-boxed-v2 {
    background: #FFFFFF;
    border: 1px solid #EBEDEF;
    border-radius: 20px;
    padding: 0px 0px;
    margin-bottom: 30px;
    position: sticky;
    top: 120px;
    height: auto;
    max-height: 650px;
}

.left-side-search-boxed-v4 {
    background: #FFFFFF;
    border: 1px solid #EBEDEF;
    border-radius: 20px;
    padding: 0px 0px;
    margin-bottom: 30px;
    top: 120px;
    height: auto;
}

.left-side-search-boxtitle-v2 {
    background: var(--main-color);
    border-radius: 10px 10px 0 0;
    padding: 15px 20px;
    overflow: hidden;
}

.left-side-search-boxtitle-v3 {
    background: #EBEDEF;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    margin-left: 0px;
}

.accordion-filter:not(.collapsed) {
    box-shadow: inset 0 0px 0 rgba(0,0,0,.125) !important;
}

.accordion-body-filter {
    padding-block: 10px !important;
    padding-inline: 20px !important;
}

.filter-price-v3 {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 95%;
}

.left-side-search-heading-v2 {
    padding: 16px 20px 0 20px;
}

.name-search-form-v2 {
    margin: 0px !important;
    padding: 5px 20px 5px 20px;
    display: flex;
    align-items: center;
}

.left-side-search-boxtitle-v2 h5 {
    color: var(--company-text);
    /*font-family: 'Inter', sans-serif;*/
    font-family: var(--font-subtitulo);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.left-side-search-boxtitle-v3 button {
    color: #0D2366;
    /*font-family: 'Inter', sans-serif;*/
    font-family: var(--font-texto);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #EBEDEF;
    padding: 12px 20px 8px 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.left-side-search-heading-v2 h5 {
    color: var(--black, #000);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 0px !important;
}

.filter-price-v2 {
    padding: 0px 15px;
    width: 90%;
}

.group-search-v2 {
    display: flex;
    line-height: 28px;
    align-items: center;
    position: relative;
    max-width: 100%;
    padding-left: 0;
}

.input-group-search-v2 {
    width: 100%;
    height: 32px;
    line-height: 28px;
    padding: 0;
    padding-left: 2.5rem;
    border: 2px solid transparent;
    border-radius: 10px;
    outline: none;
    background-color: #EBEDEF;
    color: #0d0c22;
    transition: .3s ease;
}

    .input-group-search-v2::placeholder {
        color: #9e9ea7;
        font-size: 14px;
    }

    .input-group-search-v2:focus, input-group-search-v2:hover {
        outline: none;
        border-color: rgba(234,76,137,0.4);
        background-color: #fff;
        box-shadow: 0 0 0 4px rgba(234, 76, 137, 0.1);
        border-radius: 10px;
    }

.icon-group-search-v2 {
    position: absolute;
    left: 1rem;
    fill: #9e9ea7;
    width: 1rem;
    height: 1rem;
    top: 0.5rem;
}

.btn-group-search-v2 {
    color: var(--company-text);
    background-color: var(--main-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    border-radius: 10px;
    border: none;
    height: 30px;
    width: 60px;
    font-size: 14px;
}

.filter-price-buttonBox-v2 {
    display: flex;
    justify-content: center;
}

.btn-group-slider-a-v2 {
    color: var(--company-text);
    background-color: var(--main-color);
    border-radius: 20px;
    border: none;
    height: 30px;
    width: 90px;
    margin-inline: 5px;
    font-size: 14px;
}

.btn-group-slider-b-v2 {
    color: var(--main-color);
    background-color: var(--white-color);
    border-radius: 20px;
    border: 1px solid var(--main-color);
    height: 30px;
    width: 90px;
    margin-inline: 5px;
    font-size: 14px;
}


.noUi-handle-v2 {
    border: .1rem solid #555555;
    border-radius: 50%;
    background: #FFF;
    cursor: default;
}

/******/
.left_side_search_boxed {
    background: #FFFFFF;
    border: 1px solid #00000030;
    border-radius: 6px;
    padding: 20px 15px;
    margin-bottom: 30px;
}



.left_side_search_heading h5 {
    border-bottom: 1px solid #00000030;
    padding-bottom: 7px;
    font-size: 13px;
    font-weight: 500;
}

.filter-price {
    padding-top: 10px;
    padding-bottom: 45px;
    margin-left: 12px;
}

.apply {
    border: none;
    background: transparent;
    padding: 0;
    color: var(--main-color);
    font-weight: 500;
}

.filter-price-text {
    padding-bottom: 20px;
}

.noUi-horizontal .noUi-tooltip {
    margin-top: 13px;
    font-size: 15px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: -4px;
    top: 4px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -13px;
    top: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
}

.noUi-connect {
    background: var(--main-color);
}

.review_star {
    padding-top: 0px;
}

    .review_star .form-check {
        margin-top: 15px;
        margin-bottom: 0;
    }

.color_theme {
    color: var(--main-color);
}

.color_asse {
    color: #DDDDDD;
}

.form-check-label {
    width: 100%;
}

    .form-check-label i {
        color: #ffc107 !important;
        font-size: 12px;
    }

.tour_search_type {
    padding-top: 9px;
    padding-bottom: 5px;
    padding-inline: 20px;
}

.form-check, .form-check-a {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.tour_search_type .form-check {
    padding-top: 15px;
}

.tour_search_type .form-check-a {
    padding-top: 6px;
    padding-bottom: 10px;
}

    .tour_search_type .form-check-a span {
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #000;
    }

.area_flex_one {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    padding-inline: 10px;
}

    .area_flex_one span {
        color: var(--black-color);
        font-weight: 500;
    }

.tour_details_right_boxed {
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 25px 20px 35px 20px;
}

.first_child_padding_none ul li:first-child {
    padding-top: 0;
}

.tour_details_right_box_heading {
    padding: 10px 15px;
}

.tour_details_right_box_content {
    border-top: 1px solid #DDE1E4;
    padding: 16px;
    align-items: center;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.tour_details_right_box_heading h3 {
    font-weight: 500;
    font-size: 22px;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
    display: inline-block;
}

.valid_date_area {
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.valid_date_area_one {
    padding-right: 40px;
}

    .valid_date_area_one h5 {
        font-weight: 500;
        padding-bottom: 5px;
    }

.tour_package_details_bar_list {
    padding-top: 20px;
}

    .tour_package_details_bar_list h5 {
        font-weight: 500;
        border-bottom: 1px solid var(--main-color);
        padding-bottom: 10px;
        display: inline-block;
    }

    .tour_package_details_bar_list ul li {
        padding-top: 15px;
        color: var(--paragraph-color);
        display: flex;
        align-items: center;
    }

        .tour_package_details_bar_list ul li i {
            color: var(--black-color);
            font-size: 6px;
            padding-right: 7px;
        }

.tour_package_details_bar_price {
    padding-top: 8%;
}

    .tour_package_details_bar_price h5 {
        font-weight: 500;
        border-bottom: 1px solid var(--main-color);
        padding-bottom: 10px;
        display: inline-block;
    }

.tour_package_bar_price {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

    .tour_package_bar_price h6 {
        font-size: 16px;
        font-weight: 500;
    }

    .tour_package_bar_price h3 {
        padding-left: 10px;
        font-size: 22px;
        font-weight: 500;
        color: var(--main-color);
    }

        .tour_package_bar_price h3 sub {
            color: var(--paragraph-color);
            font-weight: 400;
            bottom: 0;
            font-size: 14px;
        }

.tour_select_offer_bar_bottom button {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.select_offer_modal.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    /*width: 50%;*/
    width: 70%;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.travel_date_side .form-control {
    border: 1px solid var(--black-color);
    margin-top: 10px;
    border-radius: 5px;
}

.select_person_side {
    padding-top: 3px;
}

    .select_person_side h3 {
        font-size: 18px;
        font-weight: 500;
    }

.select_person_item {
    padding-top: 10px;
    border-bottom: 1px solid #00000030;
    padding-bottom: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select_person_left h6 {
    font-size: 16px;
    font-weight: 500;
}

.select_person_left p {
    font-size: 12px;
    font-weight: 500;
}

.select_person_right button {
    /*border: 1px solid #d6d6d6;
    background: transparent;*/
    font-size: 10px;
    transition: var(--transition);
    height: 20px;
    width: 20px;
    border: 1px solid var(--black-color);
    background: var(--black-color);
    border-radius: 100%;
    color: #fff;
    margin: 0 5px;
}

    .select_person_right button:hover {
        background: var(--main-color);
        color: var(--white-color);
    }

.select_person_right span {
    font-size: 14px;
    padding: 0 4px;
}

.write_spical_not {
    padding-top: 30px;
}


    .write_spical_not textarea {
        height: 100%;
        border: 1px solid var(--black-color);
        margin-top: 10px;
    }

.write_spical_check {
    padding-top: 10px;
}

.main_spical_check p {
    font-size: 14px;
}

    .main_spical_check p span {
        color: var(--main-color);
    }

.proceed_booking_btn a {
    border-radius: 0;
}

.tour_details_heading_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour_details_top_heading h5 {
    padding-top: 15px;
    font-size: 16px;
}

.tour_details_top_heading_right h4 {
    color: var(--main-color);
}

.tour_details_top_heading_right h6 {
    font-size: 16px;
    color: var(--main-color);
    padding-top: 5px;
}

.tour_details_top_heading_right p {
    padding-top: 2px;
    font-size: 14px;
}

.tour_details_top_bottom {
    margin-top: 25px;
    border-top: 1px solid #eeeaea;
    padding-top: 13px;
    border-bottom: 1px solid #eeeaea;
    padding-bottom: 13px;
    display: flex;
    justify-content: space-between;
}

.toru_details_top_bottom_item {
    display: flex;
    align-items: center;
}

.tour_details_top_bottom_icon {
    font-size: 30px;
    padding-right: 10px;
}

.tour_details_top_bottom_text h5 {
    font-weight: 500;
}

.tour_details_top_bottom_text p {
    font-size: 14px;
}

.tour_details_img_wrapper {
    display: block;
}

    .tour_details_img_wrapper .slider-nav {
        margin-top: 8px;
    }

.tour_details_boxed {
    background: #FFFFFF;
    border-radius: 10px;
}

.tour_details_boxed-v2 {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 35px 10px 35px 35px;
}

.tour_details_boxed_border {
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 30px;
}

.heading_theme {
    border-bottom: 1px solid var(--black-color);
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 24px;
}

.heading_theme-b {
    font-size: 24px;
}

.heading_theme-v2 {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 18px;
    color: var(--main-color);
}

.heading_theme-v2-v {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 18px;
    color: #24A147;
}

.heading_theme-v-r {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 18px;
    color: #E81313;
}


.tour_details_boxed_inner {
    max-height: 360px;
    overflow-y: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 12px;
}

    .tour_details_boxed_inner p {
        padding-bottom: 15px;
    }

    .tour_details_boxed_inner ul li {
        padding-bottom: 15px;
        display: flex;
        text-align: justify !important;
    }

        .tour_details_boxed_inner ul li strong {
            color: #23246c;
            font-size: 17px;
        }

        .tour_details_boxed_inner ul li i {
            color: var(--black-color);
            font-size: 6px;
            padding-right: 7px;
            padding-top: 6px;
        }

    .tour_details_boxed_inner .accordion-button {
        padding: 0;
        font-weight: 600;
        font-size: 16px;
    }

    .tour_details_boxed_inner .accordion-item {
        border: none;
        border-radius: 0;
        padding-bottom: 15px;
        width: 100%;
    }

    .tour_details_boxed_inner .accordion-button:not(.collapsed) {
        color: var(--main-color);
        background-color: #fff;
        box-shadow: none;
    }

    .tour_details_boxed_inner .accordion-button:focus {
        z-index: 3;
        border-color: #fff;
        outline: 0;
        box-shadow: none;
    }

    .tour_details_boxed_inner .accordion-body {
        padding: 0;
    }

.accordion_itinerary_list {
}

.accordion_flex_area {
    display: flex;
}

.accordion_left_side h5 {
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #4c82ff24;
    margin-right: 15px;
    font-weight: 600;
    font-size: 16px;
}

.tour_details_boxed_inner p {
    padding-bottom: 15px;
    font-size: 14px;
}

.map_area {
    width: 100%;
    border-radius: 5px;
}

    .map_area iframe {
        width: 100%;
        height: 300px;
    }

.tour_detail_right_sidebar {
    margin-bottom: 30px;
}

.write_your_review_wrapper {
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 50px;
}

.write_review_inner_boxed {
    text-align: center;
    padding-top: 20px;
}

.all_review_wrapper {
    margin-top: 60px;
}

.all_review_box {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.08), 4px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px 20px;
    position: relative;
    margin-top: 65px;
}

.all_review_date_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all_review_date h5 {
    font-size: 16px;
}

.all_review_star {
    text-align: center;
}

    .all_review_star h5 {
        font-size: 16px;
    }

.review_star_all i {
    font-size: 14px;
    color: var(--main-color);
}

.all_review_text {
    text-align: center;
    margin-top: -100px;
}

    .all_review_text img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

    .all_review_text span {
        padding-top: 5px;
        display: block;
    }

    .all_review_text h4 {
        padding-top: 20px;
    }

    .all_review_text p {
        padding-top: 15px;
    }

.all_review_small_img {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.all_review_small_img_item {
    padding-right: 11px;
}

.all_review_small_img .all_review_small_img_item:last-child {
    padding-right: 0px;
}

.all_review_small_img_item h5 {
    color: var(--main-color);
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
}

/* =========================
    Top Destinations Page
=========================*/
.payment_toggle {
    display: none;
}

#payment_checked .form-check-label {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 13px;
    cursor: pointer;
}

.payment_card,
.paypal_payment,
.payoneer_payment,
.cash_payment {
    padding-top: 15px;
}

    .payment_card .form-group {
        margin-bottom: 30px;
        cursor: pointer;
    }

#payment_checked .form-check:last-child .form-check-label {
    margin-bottom: 0;
}

.top_destinations_box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 12px;
}

.top_destinations_box_content {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 20px 20px;
    width: 100%;
}

    .top_destinations_box_content h4 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 22px;
    }

        .top_destinations_box_content h4 a {
            color: var(--white-color);
        }

            .top_destinations_box_content h4 a:hover {
                color: var(--main-color);
            }

    .top_destinations_box_content p {
        padding: 6px 0px;
        font-size: 14px;
        color: var(--white-color);
    }

        .top_destinations_box_content p .review_rating {
            color: var(--white-color);
        }

        .top_destinations_box_content p .review_count {
            margin-left: 10px;
        }

    .top_destinations_box_content h3 {
        font-weight: 500;
        color: var(--white-color);
    }

        .top_destinations_box_content h3 span {
            font-weight: 400;
            font-size: 14px;
        }

.heart_destinations {
    right: 17px;
    position: absolute;
    top: 12px;
    cursor: pointer;
    z-index: 9;
}

    .heart_destinations i {
        color: var(--white-color);
        font-size: 24px;
    }

        .heart_destinations i:hover {
            color: var(--main-color);
        }

.edit_date_form .form-control {
    border: 1px solid var(--black-color);
    margin-top: 10px;
}

.edit_date_form {
    padding-top: 20px;
}

.select_person_right h6 {
    font-size: 16px;
    font-weight: 500;
}

.edit_person {
    text-align: right;
    padding-top: 15px;
}

    .edit_person p {
        color: var(--main-color);
        cursor: pointer;
    }

/*.form-control {*/
/*  height: 20px !important;*/
/*border: 2px solid #dddddd75 !important;*/
/*padding: 10px 22px;*/
/*font-size: 12px !important;
}*/

/*bookingList*/
.table.table-striped.table-bordered.hover thead {
    background-color: var(--main-color);
    color: #fff;
}

.table.table-striped.table-bordered.hover th {
    font-size: 12px !important;
    padding: 8px !important;
}

.table.table-striped.table-bordered.hover td {
    font-size: 12px !important;
    padding: 8px !important;
}

    .table.table-striped.table-bordered.hover td button {
        width: 23px;
        height: 23px;
        padding: 0;
        margin-right: 3px;
        font-size: 12px;
    }



.dataTables_paginate.paging_simple_numbers {
    font-size: 12px !important;
}

/*table cotizar*/
.tabla__cotizar {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}

    .tabla__cotizar caption {
        font-size: 28px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 8px 0px;
    }

    .tabla__cotizar tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
    }

    .tabla__cotizar th, .table td {
        font-size: 16px;
        padding: 8px;
        /*text-align: center;*/
    }

    .tabla__cotizar thead th {
        text-transform: uppercase;
        background-color: #ddd;
    }

    .tabla__cotizar tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .tabla__cotizar tbody td:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }

/*table cotizar FIN*/


.form__cotizar {
    height: 35px !important;
    border-bottom: 2px solid var(--main-color);
    font-size: 15px !important;
}

.bg_input {
    /*background-color: #F3F6FD;*/
}



.tour_booking_form_box {
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    height: 100%;
}

#tour_bookking_form_item .form-group {
    margin-bottom: 30px;
}

#tour_bookking_form_item {
    padding-top: 25px;
}

.booking_tour_form {
    margin-bottom: 30px;
}

.booking_tour_form_submit a {
    margin-top: 15px;
}

.coupon_code_area_booking {
    padding-top: 30px;
}

.coupon_code_submit {
    padding-top: 20px;
}

.tour_booking_amount_area ul {
    padding-top: 15px;
}

    .tour_booking_amount_area ul li {
        display: flex;
        justify-content: space-between;
        padding-bottom: 6px;
        font-weight: 500;
        font-size: 16px;
    }

        .tour_booking_amount_area ul li:last-child {
            border-bottom: 1px solid #dadada
        }

.tour_bokking_subtotal_area {
    padding-top: 15px;
}

    .tour_bokking_subtotal_area h6 {
        font-size: 16px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        padding-left: 105px;
    }

.coupon_add_area {
    padding-top: 15px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
}

    .coupon_add_area h6 {
        font-size: 16px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
    }

.remove_coupon_tour {
    font-size: 14px;
    font-style: italic;
    font-weight: 400 !important;
    color: var(--main-color);
    cursor: pointer;
}

.total_subtotal_booking {
    padding-top: 15px;
    margin-bottom: 20px;
}

    .total_subtotal_booking h6 {
        font-size: 16px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
    }

/* ================================
          About Page
===================================*/
.about_us_left h5 {
    font-size: 22px;
    font-weight: 500;
}

.about_us_left h2 {
    font-size: 2rem;
    line-height: 1;
    padding-top: 20px;
    text-align: right;
}

.about_us_left p {
    padding-top: 15px;
}

.about_us_left a {
    margin-top: 25px;
}

.about_offer_banner img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 15px;
}

.about_offer_banner {
    position: relative;
    height: auto;
}

.About-Banner-Left {
    display: flex;
    justify-content: flex-end;
}

.About-Banner-Right {
    display: flex;
    justify-content: flex-start;
}



.about_offer_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .about_offer_text h3 {
        font-weight: 500;
        color: var(--white-color);
    }

        .about_offer_text h3 span {
            color: var(--main-color);
        }

    .about_offer_text h2 {
        color: var(--white-color);
        padding: 15px 0;
    }

    .about_offer_text a {
        color: var(--white-color);
        border-bottom: 1px solid var(--white-color);
    }

        .about_offer_text a:hover {
            color: var(--main-color);
            border-bottom: 1px solid var(--main-color);
        }

.about_service_boxed {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.06), 8px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 18px 18px;
}

    .about_service_boxed h5 {
        font-size: 20px;
        font-weight: 500;
        padding-top: 15px;
    }

    .about_service_boxed p {
        padding-top: 10px;
    }



#consultation_area {
    background-image: url('https://andit.co/projects/html/and-tour/demo/assets/img/common/counter_bg.png');
    padding: 150px 0 220px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.consultation_area_text {
    text-align: center;
}

    .consultation_area_text h2 {
        color: var(--white-color);
    }

    .consultation_area_text p {
        color: var(--white-color);
        padding-top: 20px;
    }

.counter_area_wrapper {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.06), 8px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.counter_item {
    text-align: center;
    border-right: 1px solid #e9e9e9;
    padding: 35px 0;
}

    .counter_item h3 {
        font-size: 35px;
        font-weight: 500;
        color: var(--main-color);
        padding-top: 6px;
        letter-spacing: 2px;
    }

    .counter_item h6 {
        font-weight: 500;
        font-size: 16px;
        padding-top: 2px;
    }

#counter_area {
    margin-top: -100px;
}

/* ==========================
    Tour Guides Page
========================== */
.guide_heading_area {
    text-align: center;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-bottom: 30px;
}

    .guide_heading_area h3 {
        font-weight: 400;
        color: var(--main-color);
    }

.tour_guides_boxed {
    position: relative;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .tour_guides_boxed img {
        width: 100%;
    }

.tour_guide_content {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: var(--transition);
    opacity: 0;
    transform: translateY(100px);
}

.tour_guides_boxed:hover .tour_guide_content {
    opacity: 1;
    transform: translateY(0px);
}

.tour_guide_content h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color);
}

.tour_guide_content p {
    padding-top: 1px;
    font-size: 14px;
    font-weight: 500;
}

.tour_guide_content ul {
    margin-bottom: 10px;
    margin-top: -25px;
}

.tour_guide_content li {
    display: inline-flex;
    background: #fff;
    width: 30px;
    text-align: center;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
    color: var(--main-color);
    margin-left: 8px;
}

    .tour_guide_content li:first-child {
        margin-left: 0;
    }

    .tour_guide_content li:hover {
        background: var(--main-color);
    }

        .tour_guide_content li:hover a {
            color: var(--white-color);
        }

/* =============================
            Faqs Page
==============================*/

.faqs_item_wrapper h3 {
    font-weight: 500;
    font-size: 28px;
}

.faqs_main_item {
    margin-top: 30px;
}

    .faqs_main_item .accordion-item {
        background-color: #fff;
        border: none;
        margin-bottom: 30px;
    }

    .faqs_main_item .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 20px;
        font-size: 16px;
        color: var(--black-color);
        text-align: left;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        /*overflow-anchor: none;*/
        font-weight: 500;
        box-shadow: none;
    }

    .faqs_main_item .accordion-header {
        border: 1px solid #e5e5e5;
    }

    .faqs_main_item button:focus {
        box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
        border: none;
    }

.faqs_item_wrapper {
    padding-top: 50px;
}

.faqs_call_area {
    background: var(--main-color);
    text-align: center;
    padding: 90px 30px;
    border-radius: 10px;
}

    .faqs_call_area h5 {
        color: var(--white-color);
        padding-top: 20px;
    }

    .faqs_call_area h3 a {
        color: var(--white-color);
    }

        .faqs_call_area h3 a:hover {
            color: var(--black-color);
        }

    .faqs_call_area h3 {
        padding-top: 20px;
        font-size: 30px;
        font-weight: 500;
    }

/* =============================
        Contact Page
================================*/

/*.contact_boxed {
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 30px 15px;
    text-align: center;
}*/

.contact_boxed {
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 30px 15px;
    text-align: center;
    /*margin-bottom: 16px;*/
}

    .contact_boxed h6 {
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 15px;
    }

    .contact_boxed h3 {
        padding-bottom: 20px;
        font-weight: 500;
    }

    .contact_boxed p {
        padding-bottom: 15px;
    }

    .contact_boxed a {
        font-weight: 600;
    }

.phone_tuch_area {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
    padding-top: 35px;
}

    .phone_tuch_area h3 {
        font-weight: 500;
        font-size: 30px;
    }

/*.contact_main_form_area {
    padding-top: 100px;
}*/

.contact_form {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.08), 4px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 35px 35px;
    margin-top: 20px;
}

#contact_form_content .form-control {
    margin-bottom: 30px;
}

#contact_form_content textarea {
    height: 100%;
}

.map_modal_content {
    text-align: center;
    padding: 80px 25px 25px 25px;
}

/* =============================
        News Page
================================*/

.blogSectionA {
    padding: 50px 0;
}

.blogCTAUser-A {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    border-radius: 25px;
}

.blogCTAUser-B {
}

.news_area_top_left {
    display: flex;
    justify-content: flex-end;
}

    .news_area_top_left a {
        width: 100%;
        max-height: 300px;
        overflow: hidden;
        border-radius: 5px;
    }



.news_area_top_right {
    margin-inline: 5%;
}

    .news_area_top_right h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0px;
        font-size: 28px;
        line-height: 1;
        font-weight: 600;
        width: 90%;
    }

        .news_area_top_right h2 a {
            color: var(--black-color);
        }

            .news_area_top_right h2 a:hover {
                color: var(--main-color);
            }

    .news_area_top_right p {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 500;
        width: 90%;
        max-height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: var(--black-color);
    }

    .news_area_top_right a {
        font-weight: 500;
    }

.blogCTAUser-A a {
    font-size: 14px;
    /* margin-bottom: 10px; */
}

.news_area_top_right a i {
    padding-left: 4px;
}

.news_author_area-A {
    display: flex;
    padding: 15px 0px 0 0px;
    align-items: flex-end;
}

.news_author_area {
    display: flex;
    padding: 10px 20px 0 20px;
    align-items: flex-end;
}

.news_author_img {
    width: 33px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

    .news_author_img img {
        width: 100%;
    }

.news_author_area_name {
    padding-left: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .news_author_area_name h4 {
        font-size: 13px;
        color: var(--main-color);
    }

    .news_author_area_name p {
        padding: 0;
        font-size: 11px;
        display: flex;
        align-items: center;
    }

        .news_author_area_name p i {
            font-size: 6px;
            padding: 0 8px;
        }

.new_main_news_box {
    border-top: 1px solid #dbdbdb;
    margin-top: 50px;
}

.news_item_boxed {
    margin-top: 45px;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    overflow: hidden;
    height: 380px;
    /*max-height: 430px;*/
}

.news_item_img {
    border-radius: 0;
    overflow: hidden;
    height: 180px;
}

    .news_item_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news_item_content {
    padding: 25px 5px 0px 0;
}

.news_item_contentBlog {
    padding: 20px 20px 0 20px;
}

.news_item_contentBlog-B {
    padding: 0px 20px 0 20px;
}

.news_item_content h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    height: 45px;
    max-height: 45px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

    .news_item_content h3 a {
    }

    .news_item_content h3 a {
        color: var(--black-color);
    }

        .news_item_content h3 a:hover {
            color: var(--main-color);
        }

.news_item_content p {
    padding-top: 13px;
    height: 84px;
    /*max-height: 115px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}


/* =============================
        News Details Page
================================*/

.news_detail_wrapper {
    padding: 3rem 2rem;
}

    .news_detail_wrapper h4 {
        color: var(--main-color);
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        padding-inline: 0.5rem;
        padding-top: 15px;
    }

.news_details_content_area h2 {
    padding-top: 30px;
    padding-inline: 2rem;
    line-height: 54px;
}

.news_details_content_area {
    display: flex;
    justify-content: center;
}

.topbar-list-a {
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .topbar-list-a li {
        position: relative;
        list-style-type: none;
        display: inline-block;
        color: var(--main-color);
        margin-right: 25px;
        font-size: 16px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }


        .topbar-list-a li::before {
            content: "";
            position: absolute;
            top: 5px;
            right: -15px;
            width: 1px;
            height: 15px;
            color: var(--black-color);
        }

        .topbar-list-a li:last-child::before {
            display: none
        }

        .topbar-list-a li:last-child {
            margin-right: 0
        }

        .topbar-list-a li a {
            color: var(--main-color);
        }

            .topbar-list-a li a:hover {
                color: var(--black-color);
            }

        .topbar-list-a li i {
            color: var(--main-color);
            padding-left: 5px;
        }

            .topbar-list-a li i:hover {
                color: var(--black-color);
                padding-left: 5px;
            }

.formularioNewsletterBlog {
    padding: 1rem 2rem;
}

    .formularioNewsletterBlog p {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
    }

.formNewsletter {
    margin-block: 15px;
}

.news_details_content_area p {
    padding-top: 1rem;
    padding-inline: 2rem;
    font-size: 14px;
}

/*.news_details_content_area h3 {
    padding-top: 20px;
    font-weight: 500;
    padding-inline: 2rem;
    font-size: 25px;
}*/

.news_details_content_area ul li {
    padding-top: 13px;
    padding-inline: 2rem;
    font-size: 16px;
    font-weight: 800;
}

    .news_details_content_area ul li i {
        font-size: 8px;
        padding-right: 15px;
        color: var(--main-color);
    }

.news_details_content_area img {
    width: 100%;
    height: 400px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}


.news_details_content_area ol {
    padding-inline: 3rem;
    margin-top: 1.5rem;
    margin-bottom: 0rem;
    font-weight: 800;
}

    .news_details_content_area ol li {
        padding-top: 13px;
        padding-inline: 2rem;
        font-size: 16px;
        font-weight: 800;
    }



.news_details_left_img {
    padding-top: 30px;
    padding-inline: 2rem;
}

.download_pdf_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EEF4F8;
    padding: 20px 20px;
    border-radius: 12px;
    margin-top: 45px;
}

.downloads_pdf_icon {
    display: flex;
    align-items: center;
}

    .downloads_pdf_icon h3 {
        padding-left: 10px;
        font-weight: 500;
    }

.comment_area {
    padding-top: 0;
    padding-inline: 0;
}

    .comment_area h3 {
        color: var(--main-color);
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        margin-bottom: 15px;
    }

.comment_area_boxed {
    display: flex;
    padding-bottom: 35px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 35px;
}

.comment_area .comment_area_boxed:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.comment_img {
    width: 17%;
}

.comment_author_name {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.comment_text {
    padding-left: 20px;
}

.comment_area_form {
    padding-top: 60px;
    padding-inline: 2rem;
}

    .comment_area_form h3 {
        font-weight: 500;
        margin-bottom: 30px;
    }

textarea {
    height: 100% !important;
}

#news_comment_form .form-froup {
    margin-bottom: 30px;
}

.news_details_right_item {
    background: #FFFFFF;
    box-shadow: -4px -4px 20px rgba(0, 0, 0, 0.08), 8px 10px 24px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 30px 20px;
    margin-bottom: 30px;
}

    .news_details_right_item h3 {
        font-weight: 500;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
    }

.recent_news_item {
    display: flex;
    padding-top: 25px;
}

.recent_news_img {
    width: 35%;
}

.recent_news_text {
    padding-left: 10px;
}

    .recent_news_text h5 {
        font-weight: 500;
        line-height: 26px;
    }

        .recent_news_text h5 a {
            color: var(--black-color);
        }

            .recent_news_text h5 a:hover {
                color: var(--main-color);
            }

    .recent_news_text p {
        padding-top: 0px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

        .recent_news_text p i {
            font-size: 6px;
            margin: 0 7px;
            color: var(--main-color);
        }

.news_tags_area {
    padding-top: 10px;
}

    .news_tags_area ul li {
        display: inline-flex;
        margin-right: 10px;
        margin-top: 15px;
    }

        .news_tags_area ul li a {
            background: #DDDDDD;
            padding: 7px 15px;
            color: var(--black-color);
            font-weight: 400;
            transition: var(--transition);
        }

            .news_tags_area ul li a:hover {
                background: var(--main-color);
                color: var(--white-color);
            }

            .news_tags_area ul li a.active {
                background: var(--main-color);
                color: var(--white-color);
            }

.share_icon_area li:first-child {
    margin-left: 0;
}

.share_icon_area {
    padding-top: 30px;
}

    .share_icon_area li {
        display: inline-flex;
        background: #fff;
        width: 40px;
        text-align: center;
        justify-content: center;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.08);
        transition: var(--transition);
        color: var(--main-color);
        margin-left: 15px;
    }

        .share_icon_area li:hover {
            background: var(--main-color);
        }

            .share_icon_area li:hover a {
                color: var(--white-color);
            }

/* ==============================
        Dashboard Page
================================*/
.dashboard_sidebar {
    background: #FFFFFF;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.dashboard_sidebar_user {
    text-align: center;
    padding: 30px 20px;
    background: #F3F6FD;
}

    .dashboard_sidebar_user img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
    }

    .dashboard_sidebar_user h3 {
        padding-top: 20px;
        font-weight: 500;
    }

    .dashboard_sidebar_user p {
        line-height: 17px;
        padding-top: 10px;
    }

        .dashboard_sidebar_user p a {
            color: var(--paragraph-color);
        }

            .dashboard_sidebar_user p a:hover {
                color: var(--main-color);
            }

.dashboard_menu_area {
    padding: 40px 20px;
}

    .dashboard_menu_area ul li {
        margin-bottom: 30px;
        font-size: 18px;
    }

        .dashboard_menu_area ul li:last-child {
            margin-bottom: 0px;
        }

        .dashboard_menu_area ul li:hover {
            color: var(--main-color);
            cursor: pointer;
        }

        .dashboard_menu_area ul li a {
            color: var(--black-color);
        }

            .dashboard_menu_area ul li a.active {
                color: var(--main-color);
            }

            .dashboard_menu_area ul li a:hover {
                color: var(--main-color);
            }

        .dashboard_menu_area ul li i {
            padding-right: 10px;
        }

.booing_sidebar_dashboard {
    padding-top: 30px;
    padding-left: 30px;
}

.dashboard_dropdown_button {
    position: relative;
}

    .dashboard_dropdown_button span {
        position: absolute;
        right: 0;
        display: block;
        top: 0;
    }

.dashboard_top_boxed {
    background: #FFFFFF;
    box-shadow: -4px -4px 14px rgba(0, 0, 0, 0.08), 8px 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 25px 40px;
    display: flex;
    align-items: center;
}

.dashboard_main_top {
    margin-bottom: 30px;
}

.dashboard_top_icon i {
    font-size: 100px;
    color: var(--paragraph-color);
}

.dashboard_top_text {
    padding-left: 20px;
}

    .dashboard_top_text h3 {
        padding-bottom: 8px;
        font-weight: 500;
        color: var(--paragraph-color);
    }

    .dashboard_top_text h1 {
        line-height: 64px;
        font-size: 70px;
        font-weight: 500;
    }

.dashboard_common_table {
    background: #F3F6FD;
    border-radius: 12px;
    padding: 25px 30px;
}

    .dashboard_common_table h3 {
        font-weight: 500;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 11px;
        position: relative;
    }

        .dashboard_common_table h3::after {
            content: "";
            width: 140px;
            height: 2px;
            background: var(--main-color);
            position: absolute;
            left: 0;
            bottom: 0;
        }

.table_common_area {
    margin-top: 40px;
}

    .table_common_area table {
        text-align: center;
        border: 1px solid #d5d5d5;
    }

    .table_common_area thead tr th {
        border: none;
        background: #fff;
        padding: 15px 0;
    }

    .table_common_area tbody tr td {
        padding: 16px 0;
    }

        .table_common_area tbody tr td.complete {
            color: #4CAF50;
            font-weight: 500;
        }

        .table_common_area tbody tr td.cancele {
            color: #C8102E;
            font-weight: 500;
        }

        .table_common_area tbody tr td i {
            cursor: pointer;
        }

/* ---My Profile Page--- */
#profile_form_area {
    padding-top: 35px;
}

    #profile_form_area .form-group {
        margin-bottom: 30px;
    }

    #profile_form_area label {
        margin-bottom: 10px;
    }

    #profile_form_area .change_password_field {
        position: relative;
    }

        #profile_form_area .change_password_field p {
            position: absolute;
            bottom: 14px;
            right: 15px;
            font-size: 12px;
            cursor: pointer;
            color: var(--main-color);
            font-weight: 500;
        }

.change_password_input_boxed h3 {
    margin-bottom: 30px;
}

.notification_top_heading {
    position: relative;
}

    .notification_top_heading p {
        color: var(--main-color);
        padding-left: 20px;
        position: absolute;
        left: 147px;
        top: 0;
        font-weight: 600;
        font-size: 12px;
    }

.notification_wrapper {
    padding-top: 30px;
}

    .notification_wrapper .accordion-item {
        background-color: transparent;
        border: 1px solid rgba(0, 0, 0, .125);
        margin-bottom: 15px;
    }

    .notification_wrapper .accordion-button {
        padding: 4px 25px;
        font-size: 16px;
        background-color: transparent;
    }

        .notification_wrapper .accordion-button.active {
            background: var(--white-color);
        }

        .notification_wrapper .accordion-button.shows {
            background: var(--white-color);
        }

        .notification_wrapper .accordion-button:focus {
            z-index: 3;
            border-color: none;
            outline: 0;
            background: #FFFFFF;
            box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
        }

        .notification_wrapper .accordion-button::after {
            display: none;
        }

.modal {
    z-index: 9999;
}

.logout_modal_content {
    text-align: center;
    padding: 80px 0px 40px 0;
}

    .logout_modal_content h3 {
        font-weight: 400;
        font-size: 35px;
        line-height: 45px;
    }

.logout_approve_button {
    display: flex;
    justify-content: space-between;
    padding: 40px 30px 0 30px;
}

    .logout_approve_button button {
        width: 46%;
    }

.btn_border {
    border: 1px solid var(--main-color);
}

    .btn_border:hover {
        background: var(--main-color);
    }

/* --wallet Page-- */
.wallet_area_boxed {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-top: 30px;
    padding: 25px 15px;
}

    .wallet_area_boxed h4 {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 11px;
        position: relative;
    }

        .wallet_area_boxed h4::after {
            content: "";
            width: 100px;
            height: 2px;
            background: var(--main-color);
            position: absolute;
            left: 0;
            bottom: 0;
        }

.wallet_blance_boxed {
    margin-top: 20px;
}

    .wallet_blance_boxed p {
        font-size: 14px;
    }

    .wallet_blance_boxed h5 {
        font-weight: 500;
        padding-top: 4px;
    }

.wallet_boxed_flex {
    display: flex;
    justify-content: space-between;
}

.dashboard_price_range {
    padding-top: 30px;
}

.main_range_price {
    height: 13px;
    width: 100%;
    background: #66666652;
    border-radius: 40px;
    font-size: 10px;
    line-height: 100%;
    position: relative;
    overflow: hidden;
}

    .main_range_price::after {
        content: "30%";
        width: 49%;
        background: var(--main-color);
        height: 13px;
        position: absolute;
        border-radius: 30px;
        text-align: right;
        color: #fff;
        padding: 0 22px;
        line-height: 12px;
    }

.price_range_blance {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .price_range_blance p {
        font-size: 12px;
        font-weight: 600;
    }

.add_balance_area {
    padding-top: 30px;
}

    .add_balance_area .input-group-text {
        padding: 0 16px;
        font-size: 20px;
        border: none;
    }

    .add_balance_area .form-control {
        height: 45px;
    }

.other_add_balance_area {
    text-align: center;
    padding-top: 7px;
}

.other_add_bal_button {
    padding-top: 5px;
    padding-bottom: 20px;
}

.btn_add_bal {
    border: 1px solid var(--main-color);
    font-size: 14px;
    margin-left: 10px;
    transition: var(--transition);
}

    .btn_add_bal:hover {
        background: var(--main-color);
    }

    .btn_add_bal.active {
        background: var(--main-color);
        color: var(--white-color);
    }

.wallet_table_top {
    padding-top: 50px;
}

.btn_modal_closed {
    position: absolute;
    right: 20px;
    top: 16px;
}

    .btn_modal_closed button {
        background: var(--white-color);
        border: 2px solid var(--main-color);
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 23px;
    }

        .btn_modal_closed button:hover {
            background: var(--main-color);
            color: var(--white-color);
            transition: var(--transition);
        }

/* ============================
        Login Page
================================ */
.common_author_boxed {
    background: #f3f6fd;
    padding: 45px 20px;
}

.common_author_heading {
    text-align: center;
}

    .common_author_heading h3 {
        font-weight: 400;
        color: var(--paragraph-color);
    }

    .common_author_heading h2 {
        padding-top: 15px;
    }

.common_author_form {
    padding: 50px 100px 0px 100px;
}

#main_author_form .form-group {
    margin-bottom: 20px;
    text-align: right;
}

    #main_author_form .form-group a {
        color: var(--paragraph-color);
        padding-top: 10px;
        display: block;
    }

        #main_author_form .form-group a:hover {
            color: var(--main-color);
        }

.common_form_submit {
    text-align: center;
}

.common_form_submit {
    padding-top: 20px;
}

.have_acount_area {
    text-align: center;
    padding-top: 20px;
}

.other_author_option ul {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

    .other_author_option ul li {
        padding-left: 10px;
        transition: var(--transition);
    }

        .other_author_option ul li:hover {
            transform: translateY(-10px);
        }

.line_or {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

    .line_or span {
        display: block;
        background: #f3f6fd;
        width: 44px;
        height: 44px;
        line-height: 44px;
        border-radius: 50%;
        color: var(--black-color);
        font-size: 20px;
        margin: 0px auto -21px auto;
    }

.otpCont {
    text-align: center;
    display: flex;
    justify-content: center;
}

.otSc {
    margin: 0;
    margin-right: 34px;
    border: 1px solid var(--main-color);
    padding: 5px 0px;
    font-size: 22px;
    text-align: center;
    width: 7%;
    outline: none;
}

    .otSc:last-child {
        margin-right: 0;
    }

/* ==============================
     Flight Search Area
================================*/

.flight_search_items {
    background: #FFFFFF;
    /*border: 1px solid #DDDDDD;*/
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 0px;
}

.flight_search_item_wrappper {
    margin-bottom: 30px;
    border: 1px solid #DDE1E4;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.flight_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .flight_logo img {
        height: 60px;
        max-width: 60px;
        min-width: 20px;
    }

    .flight_logo p {
        font-size: 0.8rem;
        ;
    }

.flight_search_left {
    display: flex;
    align-items: center;
    padding: 0 0px 0 23px;
}

.flight_search_middel {
    display: flex;
    align-items: center;
    padding-left: 47px;
}

.flight_multis_area_wrapper {
    display: flex;
    justify-content: space-between;
}

.flight_search_destination {
    /*padding-left: 33px;*/
    text-align: center;
}

    .flight_search_destination p {
        font-size: 14px;
        line-height: 16px;
    }

    .flight_search_destination h3 {
        font-weight: 500;
        padding-top: 5px;
    }

    .flight_search_destination h6 {
        padding-top: 5px;
        font-size: 12px;
        text-align: center;
        /*text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;*/
    }

    .flight_search_destination h5 {
        padding-top: 5px;
        font-size: 14px;
        text-align: center;
        /*text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;*/
    }

.flight_right_arrow {
    text-align: center;
}

    .flight_right_arrow img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.1);
    }

    .flight_right_arrow p {
        font-size: 11px;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
    }

    .flight_right_arrow h6 {
        font-size: 11px;
        font-weight: 700;
        padding-top: 10px;
    }

.flight_search_right {
    padding: 25px 16px 20px 25px;
}

    .flight_search_right h5 {
        font-size: 18px;
        font-weight: 500;
        color: var(--paragraph-color);
    }

    .flight_search_right h2 {
        padding-top: 10px;
    }

        .flight_search_right h2 sup {
            font-size: 13px;
            color: var(--main-color);
            font-weight: 600;
            top: -19px;
            padding-left: 5px;
        }

    .flight_search_right a {
        margin-top: 13px;
    }

    .flight_search_right p {
        font-size: 12px;
        padding-top: 2px;
        font-weight: 500;
        color: var(--black-color);
    }

    .flight_search_right h6 {
        font-size: 16px;
        font-weight: 500;
        padding-top: 7px;
        cursor: pointer;
    }

.load_more_flight {
    text-align: center;
    padding-top: 40px;
}

    .load_more_flight button {
        border: 1px solid var(--main-color);
    }

        .load_more_flight button:hover {
            background: var(--main-color);
        }

.flight_policy_refund {
    border: 1px solid #d7d6d6;
    border-radius: 10px;
    padding: 0px 20px;
}

.airline-details {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .airline-details .img {
        height: 24px;
        width: 24px;
        margin-right: 8px;
    }

    .airline-details .airlineName {
        margin-right: 8px;
        font-size: 11px;
        font-weight: 600;
    }

    .airline-details .flightNumber {
        font-size: .625rem;
        color: #4c4c4c;
    }

.flight_inner_show_component .flight_det_wrapper {
    /*display: flex;
    align-items: flex-start;
    width: 185px;*/
}

    .flight_inner_show_component .flight_det_wrapper .flight_det .code_time {
        font-size: 18px;
    }

        .flight_inner_show_component .flight_det_wrapper .flight_det .code_time .code {
            color: #4c4c4c;
            margin-right: 8px;
        }

        .flight_inner_show_component .flight_det_wrapper .flight_det .code_time .time {
            font-weight: 600;
        }

    .flight_inner_show_component .flight_det_wrapper .flight_det .airport {
        color: #4c4c4c;
        font-size: .75rem;
        line-height: 16px;
    }

    .flight_inner_show_component .flight_det_wrapper .flight_det .date {
        color: #4c4c4c;
        font-size: .625rem;
    }

.flight_inner_show_component .flight_duration {
    justify-content: center;
    width: 96px;
    text-align: center;
    align-items: flex-start;
    color: rgb(76, 76, 76);
    flex-wrap: wrap;
    line-height: 1;
}

    .flight_inner_show_component .flight_duration span {
        font-size: 0.625rem;
        color: rgb(76, 76, 76);
        margin-top: 8px;
        font-weight: 500;
        display: inline-block;
    }

.flight_inner_show_component .arrow_right {
    flex-basis: 88px;
    margin: 4px 1rem 0px;
    background-image: url('../img/icon/plane-right-blue.png');
    background-repeat: no-repeat;
    background-position: 50% center;
    text-align: center;
    min-height: 24px;
    min-width: 24px;
    background-size: 24px;
}

.flight_inner_show_component {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.TabPanelInner p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 16px
}

.TabPanelInner h4 {
    font-size: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #8b3eea;
    display: inline-block;
    margin-bottom: 12px;
}

.flight_show_down_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 25px;
    border-bottom: none;
    padding-inline: 30px;
}

.flight_refund_policy {
    display: flex;
    justify-content: space-between;
}

.flex_widht_less {
    width: 68%;
    padding-left: 22px;
}

.flight_info_taable h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 4px;
}

.fligth_top_search_main_form_wrapper .flight_categories_search {
    position: inherit;
    right: 30px;
    top: 0;
    margin-bottom: 20px;
}

/* ===========================
   Flight Details Page
===========================*/
.flight_sidebar_right {
    padding-top: 20px;
    display: flex;
}

.flight_right_arrow_sidebar {
    text-align: center;
    padding: 0 22px;
}

    .flight_right_arrow_sidebar img {
        width: 40px;
    }

    .flight_right_arrow_sidebar h6 {
        font-size: 10px;
    }

    .flight_right_arrow_sidebar p {
        font-size: 10px;
        line-height: 13px;
    }

.flight_search_destination_sidebar p {
    font-size: 10px;
    font-weight: 600;
    color: var(--black-color);
}

.flight_search_destination_sidebar h3 {
    font-size: 16px;
    font-weight: 500;
}

.flight_search_destination_sidebar h6 {
    font-size: 10px;
    padding-top: 3px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100px;
}

.flight_search_middel_sidebar {
    display: flex;
}

/* ===================================
        Hotel Search Page
====================================*/
.room_book_item {
    display: flex;
    border: 1px solid #DDDDDD;
    margin-top: 30px;
}


.room_booking_heading h3 {
    font-size: 20px;
    font-weight: 500;
    width: 335px;
    padding-bottom: 10px;
}

    .room_booking_heading h3 a {
        color: var(--black-color);
    }

        .room_booking_heading h3 a:hover {
            color: var(--main-color);
        }

.room_fasa_area ul {
    display: flex;
    padding-top: 10px;
}

    .room_fasa_area ul li {
        padding-right: 20px;
    }

        .room_fasa_area ul li img {
            padding-right: 8px;
            width: 28px;
        }

.room_person_select {
    padding-left: 35px;
    padding-top: 15px;
}

    .room_person_select h3 {
        font-size: 18px;
        color: var(--main-color);
        font-weight: 600;
        padding-bottom: 15px;
    }

.room_booking_right_side {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px 0 25px;
}

.room_select_area .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
    justify-content: center;
}

    .room_select_area .nav-tabs .nav-item.show .nav-link,
    .room_select_area .nav-tabs .nav-link.active {
        color: var(--white-color);
        background-color: var(--main-color);
        border-color: #dee2e6 #dee2e6 #fff;
        text-shadow: 0 0 0 white;
    }

    .room_select_area .nav-tabs .nav-link {
        /*margin-bottom: 0;
        background: #F3F6FD;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        padding: 10px 100px;
        */

        margin-bottom: 0;
        background: #ffffff;
        border: 1px solid var(--main-color);
        border-radius: 0.25rem;
        padding: 10px 100px;
        color: var(--black-color);
        width: 230px;
        margin-top: 15px;
    }


.icon-nav {
    float: right;
    margin-left: 15px;
}


.room_details_facilities {
    display: flex;
    justify-content: space-between;
}

.tour_details_boxed_inner .room_details_facilities p {
    padding-bottom: 0px;
}

/* ===================================
    Room-Booking-Confirmation Page
====================================*/

.booking_success_arae {
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.booking_success_text {
    padding-left: 30px;
}



.your_info_arae ul li {
    border-bottom: 1px solid #dfdfdf94;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
}

    .your_info_arae ul li:last-child {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: none;
    }

.name_first {
    width: 40%;
}

.last_name {
    font-weight: 600;
}

/* ===================================
    Become A Vendor Page
====================================*/
.how_it_boxed {
    text-align: center;
    padding-top: 30px;
}

    .how_it_boxed h3 {
        padding-top: 30px;
        font-weight: 500;
    }

    .how_it_boxed p {
        padding-top: 10px;
    }

.video_play_area {
    position: relative;
}

    .video_play_area img {
        width: 100%;
    }

.video_play_button {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    .video_play_button a {
        color: var(--white-color);
    }

        .video_play_button a:hover {
            color: var(--main-color);
        }

    .video_play_button h4 {
        color: var(--white-color);
        padding-top: 35px;
    }

    .video_play_button h2 {
        color: var(--white-color);
        padding-top: 10px;
        font-size: 40px;
    }

.vendor_form_heading {
    padding-bottom: 30px;
}

    .vendor_form_heading p {
        padding-top: 10px;
    }

.vendor_img img {
    width: 100%;
}

/* =========================
     Cruise Search Page
=========================*/
.item_searc_map_area iframe {
    width: 100%;
    height: 200px;
}

.name_search_form {
    margin-top: 20px;
    position: relative;
}

    .name_search_form i {
        position: absolute;
        right: 15px;
        top: 20px;
    }

.cruise_search_item {
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 20px;
}

.cruise_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .cruise_item_img img {
        width: 270px;
        height: 220px;
        object-fit: cover;
        border-radius: 15px 0 0 0px;
    }


.cruise_item_inner_content {
    padding: 15px 20px 22px 0px;
}

.cruise_content_top_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cruise_content_top_left ul li {
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    color: #727178;
    align-items: center;
}

    .cruise_content_top_left ul li i {
        font-size: 7px;
        color: #DDDDDD;
        padding-left: 7px;
        padding-right: 5px
    }

.cruise_content_top_left h4 {
    padding-top: 8px;
}

.cruise_content_top_left p {
    padding-top: 8px;
}

.cruise_content_top_right h5 {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500;
}

.cruise_content_top_right h4 {
    font-size: 16px;
    padding-top: 5px;
}

.cruise_content_middel_wrapper {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.cruise_content_middel_left h5 {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500;
    padding-bottom: 4px;
}

.cruise_content_middel_right h3 {
    font-weight: 500;
}

    .cruise_content_middel_right h3 sub {
        font-size: 14px;
    }

.cruise_content_middel_right p {
    font-size: 14px;
    padding-top: 3px;
}

.cruise_content_bottom_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 23px;
}

.cruise_content_bottom_left ul li {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    display: inline-block;
    padding: 3px 14px;
    font-size: 14px;
    color: var(--black-color);
    margin-right: 10px;
}


/* =========================
     Cruise Map Page
=========================*/
.side_map_wrapper iframe {
    width: 100%;
    height: 900px;
}





/* =========================
     Cruise Search Page
=========================*/
.item_searc_map_area iframe {
    width: 100%;
    height: 200px;
}

.name_search_form {
    margin-top: 20px;
    position: relative;
}

    .name_search_form i {
        position: absolute;
        right: 15px;
        top: 20px;
    }
/*------*/

.search-item-resultbox-v2 {
    border-radius: 5px;
    background: #EBEDEF;
    padding: 16px;
    margin-bottom: 20px;
    height: 49px;
}

.search-item-dropdown-v2 {
    border-radius: 10px;
    background: #FFF;
    padding: 8px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    height: 49px;
    border: 1px solid var(--main-color);
}

.dropdown-toggle-v2 {
    background: #FFF;
    background-color: #FFF !important;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    border-color: #FFF !important;
    background: #EBEDEF;
    border-color: transparent !important;
}

    .dropdown-toggle-v2:hover {
        background: #FFF;
        background-color: #FFF !important;
        color: #000;
        font-weight: 500;
        font-size: 14px;
        border-color: #FFF !important;
    }

.n-pa {
    padding: 0 5px;
}

.search-item-resultbox-v2 h2 {
    color: #646D74;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.search-item-dropdown-v2 button {
    color: #646D74;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.search-item-v2 {
    margin-bottom: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #EBEDEF;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.search-item-box1-v2 {
    height: auto;
    margin: 0;
    padding: 0;
}

.search-item-box2-v2 {
    margin: 0;
    padding: 0;
    border-top: 1px solid #DDE1E4;
    border-radius: 0px;
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
    min-height: 45px !important;
    height: auto;
    /*max-height: 85px !important;*/
}

.search-item-box2-accordion-item-v2 {
    background-color: #fff;
    border: 0px solid !important;
}

    .search-item-box2-accordion-item-v2:last-of-type {
        border-bottom-right-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
    }

    .search-item-box2-accordion-item-v2:first-of-type {
        border-top-left-radius: 0rem !important;
        border-top-right-radius: 0rem !important;
    }

    .search-item-box2-accordion-item-v2 H2 {
        font-size: 34px !important;
    }

.search-item-box2-accordion-icon-v2 {
    margin-right: 5px;
}

.search-item-box1-left-v2 {
    margin: 0;
    padding: 0;
    height: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.search-item-box1-rigth-v2 {
    /*margin: 10px 20px;*/
    padding: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.search-item-img-v2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .search-item-img-v2 img {
        width: 100%;
        height: 100%;
        min-height: 260px;
        max-height: 260px;
        object-fit: cover;
        border-radius: 5px 0 0 0px;
    }

.search-item-description-v2 {
    height: 100%;
    padding-block: 24px;
    padding-inline: 30px;
}

.search-item-description-a-v2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.search-item-description-c-v2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.search-item-description-icon-b {
    transform: rotate(180deg);
    margin-right: 5px;
}

.hotelList-details-flights {
    margin-left: 5px;
    margin-block: 12px;
    align-items: center;
    margin-bottom: 1rem;
}

    .hotelList-details-flights p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: italic;
        font-weight: 500 !important;
        line-height: normal;
        letter-spacing: -0.196px;
        white-space: nowrap;
        margin-bottom: 0.2rem;
    }

    .hotelList-details-flights img {
        height: 47px;
        width: 47px;
    }

.search-item-description-name {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.search-item-description-name {
    color: #000;
    /*font-family: Inter;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.search-item-description-title {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.224px;
    margin-bottom: 16px;
}

.search-item-description-title-a {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.336px;
    margin-bottom: 16px;
}

.search-item-description-title-b {
    color: var(--black-color);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.224px;
    margin-bottom: 24px;
    text-align: end;
    text-decoration: underline;
}

.search-item-description-star {
    margin-top: 10px !important;
    margin-bottom: 15px;
    font-size: 12px;
}

    .search-item-description-star span {
        color: #ffc107 !important;
    }

.search-item-description-cuarto {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
    margin-bottom: 0;
}

.search-item-description-alojamiento {
}

.search-item-description-tipo {
    color: var(--black-color);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

.search-item-description-dias {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px !important;
}

.search-item-description-dias-v2 {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.search-item-description-habitacion {
    color: #646D74;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.196px;
}

.search-item-description-icon {
    margin-right: 10px;
    font-size: 12px;
}

.search-item-description-icon-b {
    margin-right: 10px;
    font-size: 12px;
}

.search-item-description-cajadeprecio {
    display: flex;
    align-items: center;
}

.search-item-description-preciooferta {
    color: var(--colores-semnticos-red-base, #E81313);
    text-align: right;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: line-through;
}

.search-item-description-personas {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
    margin-bottom: 0;
}

.search-item-description-precio {
    color: #000;
    /*font-family: Roboto;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
}

.search-item-description-precioxpersona {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}



.search-item-description-impuestos {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.search-item-description-boton {
    width: 150px;
    height: 35px;
    flex-shrink: 0;
    background: var(--main-color) !important;
    border-radius: 20px;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
}

.search-item-description-boton-alone {
    width: 100px;
    height: 35px;
    flex-shrink: 0;
    background: var(--main-color) !important;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
}

.search-item-description-boton-2 {
    width: 130px;
    height: 35px;
    flex-shrink: 0;
    background: #fff !important;
    border: 1px solid var(--main-color) !important;
    border-radius: 20px;
    color: var(--main-color) !important;
    font-size: 13px !important;
}

    .search-item-description-boton-2:hover {
        color: #fff !important;
    }

    .search-item-description-boton-2:active {
        color: #fff !important;
    }

.search-item-description-boton-3 {
    width: 150px;
    height: 40px;
    flex-shrink: 0;
    background: var(--black-color) !important;
    border-radius: 20px;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 16px;
}

    .search-item-description-boton-3:hover {
        background: var(--main-color) !important;
        border-radius: 20px;
    }

    .search-item-description-boton-3:active {
        background: var(--main-color) !important;
        border-radius: 20px;
    }

.search-item-description-b-v2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.container-item-description-b-v2-fechavuelo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


    .container-item-description-b-v2-fechavuelo p {
        color: #646D74;
        /*font-family: Inter;*/
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 6px;
        margin-top: 6px !important;
        text-align: center;
    }

    .container-item-description-b-v2-fechavuelo i {
        margin-right: 5px;
        text-align: center;
        font-size: 10px;
    }

.container-item-description-b-v2-fechavuelo {
    color: #646D74;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 5px !important;
    text-align: center;
}

    .container-item-description-b-v2-fechavuelo i {
        margin-right: 5px;
        text-align: center;
    }

    .container-item-description-b-v2-fechavuelo a {
        text-decoration: underline;
        text-align: center;
    }

.search-item-description-b-v2-logo {
    display: flex;
    justify-content: center !important;
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
}

    .search-item-description-b-v2-logo img {
        width: 42px;
        height: 42px;
        flex-shrink: 0;
        border-radius: 30px;
    }

    .search-item-description-b-v2-logo p {
        margin-top: 0px;
        font-size: 11px;
        text-align: center;
    }

.search-item-description-b-v2-h6 {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
}

.search-item-description-b-v2-horas {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.search-item-description-b-v2-aeropuertos {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.search-item-description-b-v2-logo {
    display: flex;
}

.search-item-description-b-v2-datosduracion {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .search-item-description-b-v2-datosduracion p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 2px !important;
        margin-bottom: 0.5rem;
    }

.search-item-description-b-v2-escala {
    color: var(--black-color);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    white-space: nowrap;
    margin-left: 5px;
}

.search-item-description-b-v2-duracionvuelo {
}

.search-item-description-b-v2-contenedorGene {
    border-right: 1px solid #DDE1E4;
    padding-left: 35px !important;
    padding-block: 15px !important;
}

.search-item-description-b-v2-contenedorBoton {
    display: flex;
    align-items: center;
    padding-left: 15px;
    justify-content: center;
}

.section-hotelDetail-flights {
    background-color: #F8F9FA;
    padding-top: 40px;
    padding-bottom: 0px;
}

.container-hotelDetail-flight {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DDE1E4;
    background: #FFF;
    padding-top: 16px;
    padding-bottom: 24px;
}



.section-hotelDetail-table {
}

    .section-hotelDetail-table td, .section-hotelDetail-table th {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-block: 8px;
        height: 100%;
    }

    .section-hotelDetail-table tbody td, .section-hotelDetail-table tbody th {
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: normal;
        overflow: hidden;
        max-width: 500px;
    }

    .section-hotelDetail-table thead th {
        color: #000;
    }

.card {
    border-radius: 5px;
}

.table-scroll {
    border-radius: 5px;
}

    .table-scroll::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
    }

    .table-scroll::-webkit-scrollbar-track {
        background: #DDE1E4; /* color of the tracking area */
        margin: 0;
        padding: 0;
    }

    .table-scroll::-webkit-scrollbar-thumb {
        background-color: #AAB4BC; /* color of the scroll thumb */
        border-radius: 20px; /* roundness of the scroll thumb */
        border: 3px solid #AAB4BC; /* creates padding around scroll thumb */
    }

.section-hotelDetail-table thead {
    top: 0;
    position: sticky;
}

.hotelDetail-table-active {
    border: 3px solid #24A147;
}



.section-hotelDetail-thRoom {
}

.section-hotelDetail-divRoom {
}

.section-hotelDetail-numberRoom {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.224px;
    margin-right: 5px;
    display: inline;
}

.section-hotelDetail-nameRoom {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.224px;
    text-transform: uppercase;
    display: block;
    padding-block: 8px;
    margin-left: 10px;
}

    .section-hotelDetail-nameRoom i, .section-hotelDetail-nameRoom-a i {
        margin-right: 10px;
    }

.section-hotelDetail-nameRoom-a {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.224px;
    text-transform: capitalize;
    display: block;
    /* border-top: 1px solid #CED3D8; */
    padding-block: 8px;
    margin-left: 10px;
}

.section-hotelDetail-numberPerson {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.224px;
    padding-block: 8px;
    text-align: center;
}

.section-hotelDetail-numberPerson-a {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.224px;
    border-top: 1px solid #CED3D8;
    padding-block: 8px;
    text-align: center;
}

.section-hotelDetail-icon {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.224px;
    margin-right: 5px;
}

.section-hotelDetail-divRoom-general {
}

.section-hotelDetail-divRoom-a {
}

.section-hotelDetail-divOptions {
}

.section-hotelDetail-opciones {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.196px;
    display: block;
    margin-bottom: 8px;
    text-align: center;
}

.section-hotelDetail-politicas {
    color: var(--black-color);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.196px;
    display: block;
    margin-bottom: 8px;
    text-align: center;
}

.hotelList-button {
    width: 110px;
    height: 40px;
    flex-shrink: 0;
    background: var(--main-color) !important;
    border-radius: 20px;
    color: #fff;
}

.hotelList-button-active {
    width: auto;
    min-width: 110px;
    max-width: 200px;
    height: 40px;
    flex-shrink: 0;
    padding: 5px 15px;
    background: var(--black-color) !important;
    border-radius: 20px;
    border: 1px solid var(--black-color);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: all 0.4s ease;
}

    .hotelList-button-active:hover {
        background: #fff !important;
        border-radius: 20px;
        border: 1px solid var(--black-color);
        color: var(--black-color);
        transition: all 0.4s ease;
    }

    .hotelList-button-active:active {
        background: #fff !important;
        border-radius: 20px;
        border: 1px solid var(--black-color);
        color: var(--black-color);
        transition: all 0.4s ease;
    }


.hotelList-button-active-d {
    width: 150px;
    min-width: 40px;
    height: 40px;
    flex-shrink: 0;
    padding: 5px 15px;
    background: var(--black-color) !important;
    border-radius: 20px;
    border: 1px solid var(--black-color);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: var(--transition);
}

    .hotelList-button-active-d:hover {
        height: 40px;
        flex-shrink: 0;
        background: #fff !important;
        border-radius: 20px;
        border: 1px solid var(--main-color);
        color: var(--main-color);
    }

    .hotelList-button-active-d:active {
        height: 40px;
        flex-shrink: 0;
        background: #fff !important;
        border-radius: 20px;
        border: 1px solid var(--black-color);
        color: var(--black-color);
    }

.hotelList-button-active-transparent {
    width: auto;
    min-width: 110px;
    max-width: 200px;
    height: 40px;
    flex-shrink: 0;
    padding: 5px 15px;
    background: transparent !important;
    border-radius: 20px;
    border: 1px solid var(--black-color);
    font-size: 14px;
    font-weight: 400;
    color: var(--black-color);
    transition: all 0.4s ease;
}

    .hotelList-button-active-transparent:hover {
        background: var(--black-color) !important;
        border-radius: 20px;
        border: 1px solid var(--black-color);
        color: #fff;
        transition: all 0.4s ease;
    }

    .hotelList-button-active-transparent:active {
        background: var(--black-color) !important;
        border-radius: 20px;
        border: 1px solid var(--black-color);
        color: #fff;
        transition: all 0.4s ease;
    }

.container-hotelDetail-flight-services {
    border-radius: 5px;
    border: 1px solid #DDE1E4;
    background: #FFF;
    padding: 40px;
    padding-right: 40px !important;
    padding-left: 40px !important;
    gap: 10px;
}

.search-item-description-service {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.224px;
    padding-bottom: 16px;
}

.search-item-service-icon {
    width: 23px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 8px;
}

search-item-description-title
/*------*/
.cruise_item_inner_content {
    padding: 15px 20px 22px 0px;
}

.cruise_content_top_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cruise_content_top_left ul li {
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    color: #727178;
    align-items: center;
}

    .cruise_content_top_left ul li i {
        font-size: 7px;
        color: #DDDDDD;
        padding-left: 7px;
        padding-right: 5px
    }

.cruise_content_top_left h4 {
    padding-top: 8px;
}

.cruise_content_top_left p {
    padding-top: 8px;
}

.cruise_content_top_right h5 {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500;
}

.cruise_content_top_right h4 {
    font-size: 16px;
    padding-top: 5px;
}

.cruise_content_middel_wrapper {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.cruise_content_middel_left h5 {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500;
    padding-bottom: 4px;
}

.cruise_content_middel_right h3 {
    font-weight: 500;
}

    .cruise_content_middel_right h3 sub {
        font-size: 14px;
    }

.cruise_content_middel_right p {
    font-size: 14px;
    padding-top: 3px;
}

.cruise_content_bottom_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 23px;
}

.cruise_content_bottom_left ul li {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    display: inline-block;
    padding: 3px 14px;
    font-size: 14px;
    color: var(--black-color);
    margin-right: 10px;
}


/* =========================
     Cruise Map Page
=========================*/
.side_map_wrapper iframe {
    width: 100%;
    height: 900px;
}




/* ===================================
    Terms Of Service Page
====================================*/
.terms_item h4 {
    font-weight: 700;
}

.terms_item p {
    padding-top: 15px;
}

.terms_item {
    padding-top: 30px;
}

    .terms_item:first-child {
        padding-top: 0px;
    }

/* ===================================
       Error Page
====================================*/
.error_content h2 {
    padding-top: 30px;
}

.error_content p {
    padding-top: 10px;
}

.error_content a {
    margin-top: 30px;
}




/* --Preloader -- */

.preloader {
    background: var(--white-color);
    width: 100% !important;
    height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100000;
    text-align: center;
}

    .preloader .lds-spinner {
        display: inline-block;
        position: relative;
        width: 90px;
        height: 90px
    }

        .preloader .lds-spinner div {
            -webkit-transform-origin: 40px 40px;
            transform-origin: 40px 40px;
            -webkit-animation: lds-spinner 1.2s ease-in-out;
            animation: lds-spinner 1.2s ease-in-out;
        }
            /* animation: lds-spinner 1.2s linear infinite;*/

            .preloader .lds-spinner div::after {
                content: " ";
                display: block;
                position: absolute;
                top: 5px;
                left: 35px;
                width: 5px;
                height: 20px;
                border-radius: 20%;
                background: var(--main-color)
            }

            .preloader .lds-spinner div:nth-child(1) {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-animation-delay: -1.1s;
                animation-delay: -1.1s
            }

            .preloader .lds-spinner div:nth-child(2) {
                -webkit-transform: rotate(30deg);
                transform: rotate(30deg);
                -webkit-animation-delay: -1s;
                animation-delay: -1s
            }

            .preloader .lds-spinner div:nth-child(3) {
                -webkit-transform: rotate(60deg);
                transform: rotate(60deg);
                -webkit-animation-delay: -.9s;
                animation-delay: -.9s
            }

            .preloader .lds-spinner div:nth-child(4) {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                -webkit-animation-delay: -.8s;
                animation-delay: -.8s
            }

            .preloader .lds-spinner div:nth-child(5) {
                -webkit-transform: rotate(120deg);
                transform: rotate(120deg);
                -webkit-animation-delay: -.7s;
                animation-delay: -.7s
            }

            .preloader .lds-spinner div:nth-child(6) {
                -webkit-transform: rotate(150deg);
                transform: rotate(150deg);
                -webkit-animation-delay: -.6s;
                animation-delay: -.6s
            }

            .preloader .lds-spinner div:nth-child(7) {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                -webkit-animation-delay: -.5s;
                animation-delay: -.5s
            }

            .preloader .lds-spinner div:nth-child(8) {
                -webkit-transform: rotate(210deg);
                transform: rotate(210deg);
                -webkit-animation-delay: -.4s;
                animation-delay: -.4s
            }

            .preloader .lds-spinner div:nth-child(9) {
                -webkit-transform: rotate(240deg);
                transform: rotate(240deg);
                -webkit-animation-delay: -.3s;
                animation-delay: -.3s
            }

            .preloader .lds-spinner div:nth-child(10) {
                -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
                -webkit-animation-delay: -.2s;
                animation-delay: -.2s
            }

            .preloader .lds-spinner div:nth-child(11) {
                -webkit-transform: rotate(300deg);
                transform: rotate(300deg);
                -webkit-animation-delay: -.1s;
                animation-delay: -.1s
            }

            .preloader .lds-spinner div:nth-child(12) {
                -webkit-transform: rotate(330deg);
                transform: rotate(330deg);
                -webkit-animation-delay: 0s;
                animation-delay: 0s
            }

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

/* --Top To Bottom-- */

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: var(--company-text);
    border: 1px solid var(--company-text);
    background-color: var(--main-color);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%
}

    .go-top.active {
        top: 98%;
        -webkit-transform: translateY(-98%);
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible
    }

    .go-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: .6s;
        transition: .6s
    }

        .go-top i:last-child {
            opacity: 0;
            visibility: hidden;
            top: 60%
        }

    .go-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: var(--main-color);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .6s;
        transition: .6s;
        border-radius: 50%
    }

    .go-top:hover,
    .go-top:focus {
        color: var(--company-text);
    }

        .go-top:hover::before,
        .go-top:focus::before {
            opacity: 1;
            visibility: visible
        }

        .go-top:hover i:first-child,
        .go-top:focus i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden
        }

        .go-top:hover i:last-child,
        .go-top:focus i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%
        }



/**METODOS DE PAGO */
.tipoPago {
    padding-top: 12px;
    border: 3px solid var(--black-color);
    border-radius: 7px;
    /*  padding: 2px;*/
}

    .tipoPago:hover {
        background: var(--main-color);
        color: var(--white-color);
    }

    .tipoPago label {
        font-size: 35px;
    }

    .tipoPago img {
        float: right;
        margin-top: -9px;
        margin-right: 3px;
    }

.checkInput input {
    margin-top: 30px;
}

.fechaDias p {
    font-weight: 600;
    font-size: 1rem;
    color: var(--black-color);
}

.fechaDias h6 {
    font-weight: 600;
    font-size: 1rem;
}



.met_Pago {
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgba(0, 0, 0,0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
}

.metodoPago_contenedor {
    height: 550px;
}

.metodoPago_info {
    display: flex;
    position: relative;
    height: auto;
}

.metodo_pago {
    padding: 30px;
    background: #ffffff;
    display: flex;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /*  z-index: 100;
    position: absolute;*/
    width: 100%;
    /*height: 340px;*/
    height: auto;
    transition: height 1s;
    opacity: 1;
    visibility: visible;
}


.metodo_efectivo {
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    width: 100%;
    height: 340px;
    /*  z-index: 200;*/
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.metodo_transferencia {
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    width: 100%;
    height: 340px;
    /*  z-index: 200;*/
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.btn_apartar button {
    border: none;
    border-bottom: 1px solid #7fd7c3;
    width: 33%;
    height: 35px;
}

#tarjeta_btn {
    border-top-right-radius: 10px;
}

#internacional_btn {
    background: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.li_habitacion tex {
    font-weight: 600;
}

.li_persona {
    padding-left: 20px;
}
/*.fechaDetalle{
    margin-top:20px;
}*/
.iconFlecha {
    margin-left: 3%;
}
/**FIN METODOS DE PAGO*/




/* New CardBox carrousell main home*/

.cardbox1 {
    /*height: 254px;
      width: 190px;
    */

    height: 430px;
    width: 90%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 1em;
    box-shadow: 0 0 5px 2px #d0d0d0;
    margin: 5px;
    cursor: pointer;
}

/*Image*/
.cardbox1-image {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    border-radius: 1em;
    overflow: hidden;
}

.cardbox1-a {
    color: white;
    text-shadow: 1px 1px 2px black;
}

.carbox1-text-c1 {
    margin: 60px 20px 5px;
}

.cardbox1-image p {
    float: right;
    color: #fff;
    text-shadow: 1px 1px 2px black;
    margin-left: 15px;
    margin-top: 12px;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cardbox1-image i {
    float: right;
    color: var(--main-color);
    margin-left: 15px;
}

/*Description */
.cardbox1-description {
    display: flex;
    position: absolute;
    gap: .8em;
    flex-direction: column;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    bottom: -80%;
    border-radius: 1em;
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-bottom: 1.4rem;
    padding-top: 2rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}


/*Text*/
.cardbox1-title-h4 {
    /*font-family: 'Inter';*/
    font-size: 0.85em;
    font-weight: 700;
    color: white;
    font-style: normal;
    line-height: normal;
}


.cardbox1-title-h3 {
    /*font-family: 'Inter';*/
    font-size: 1.4em;
    font-weight: 700;
    text-align: right;
    line-height: 2%;
    margin-bottom: 5px;
}

.cardbox1-title-h3-O {
    /*font-family: 'Inter';*/
    font-size: 1em;
    font-weight: 500;
    text-align: right;
    line-height: 5%;
    color: darkgrey;
    text-decoration: line-through;
    margin-bottom: 5px;
    margin-top: -0.8rem;
}

.cardbox1-title-h3-Oa {
    /*font-family: 'Inter';*/
    font-size: 1.4em;
    font-weight: 700;
    text-align: right;
    line-height: 5%;
    color: var(--black-color);
    margin-bottom: 15px;
}

.cardbox1-title-span-Oa {
    font-size: .7em;
    color: var(--main-color);
}

.cardbox1-body {
    font-size: 1em;
    line-height: 120%;
    color: red;
}

    .cardbox1-body span {
        font-size: 1em;
        line-height: 120%;
        color: var(--black-color);
        text-shadow: 0px 0px 0px white;
    }



.cardbox1-title-span {
    font-size: .7em;
}

.cardbox1-dbl-h4 {
    /*font-family: 'Inter';*/
    font-size: .7em;
    color: darkgrey;
    margin-bottom: 15px;
    text-align: right;
    line-height: 1;
}


/* Hover states */
.cardbox1:hover .cardbox1-description {
    transform: translateY(-50%);
}

.proximos-eventos-card .fecha-card {
    position: absolute;
    /*margin-left: 10px;*/
    top: -2%;
    right: 8%;
    z-index: 2;
}

    .proximos-eventos-card .fecha-card .wrapper-card {
        background-color: var(--main-color);
        padding: 10px 15px 2px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        border-radius: 2px 2px 5px 5px;
        max-width: 140px;
    }

    .proximos-eventos-card .fecha-card h3,
    .proximos-eventos-card .fecha-card h5 {
        color: #fff;
        margin-bottom: 0;
        line-height: 1;
        font-size: 0.7rem;
        /*font-family: 'Inter';*/
    }

    .proximos-eventos-card .fecha-card h5 {
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 5px;
    }

    .proximos-eventos-card .fecha-card h3 {
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 3px;
    }

    .proximos-eventos-card .fecha-card .pie-card {
        width: 100%;
        height: 8px;
        background-image: url(../images/fecha-after.svg);
        background-size: auto 15px;
        background-position: right bottom;
    }

/* End new CardBox carrousell main home



 New CardBox carrousell main home

.cardbox1 {
    //height: 254px;
      width: 190px;
    //

    height: 380px;
    width: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 1em;
    box-shadow: 0 0 5px 2px #d0d0d0;
    margin: 5px;
}

Image
.cardbox1-image {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-size: cover;
    background-position: center;
    border-radius: 1em;
    padding: 30px;
}

    .cardbox1-image p {
        color: white;
        float: right;
    }



Description 
.cardbox1-description {
    display: flex;
    position: absolute;
    gap: .8em;
    flex-direction: column;
    background-color: #ffffff;
    height: 60%;
    width: 100%;
    bottom: 0;
    border-radius: 1em;
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-bottom: 1.4rem;
    padding-top: 1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    overflow: hidden;
}


Text
.cardbox1-title-h4 {
    font-size: 1 em;
    font-weight: 700;
    color: white;
    margin-top: 25px;
}

.cardbox1-title-h3 {
    font-size: 1.4em;
    font-weight: 700;
    text-align: right;
    line-height: 120%;
}

.cardbox1-body {
    font-size: .8em;
    line-height: 120%;
}

.cardbox1-title-span {
    font-size: .6em;
}
Hover states 
.cardbox1:hover .cardbox1-description {
    transform: translateY(100%);
}


End new CardBox carrousell main home*/




/* New Hotel Cards in Product Page */
.card-hoteles {
    /*max-width: 400px;*/
    /*margin-right: 6px;*/
    display: flex;
    height: 156px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    /*margin: 6px;*/
    box-shadow: 0 0 5px 2px #d0d0d0;
    border-radius: 1em;
    overflow: hidden;
    /*position: relative;*/
    /*flex-direction: column;*/
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    /*border-radius: .25rem;*/

    width: 90%;
}

.div-image-card-hoteles {
    padding: 0px;
}

.image-card-hoteles {
    max-width: 100%;
    height: 156px;
    object-fit: cover;
}

.body-card-hoteles {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

/* End new Hotel Cards in Product Page */
/* New Hotel Cards in Product Page */
.contenedor-incluye {
    display: flex;
    flex-flow: row wrap;
    /*justify-content: space-between;
    align-items: center;*/
}

.con-lista {
    padding: 35px;
    display: flex;
    flex-flow: row wrap;
    /*justify-content: space-between;*/
    align-items: flex-start;
    flex-direction: column;
}
/* End new Hotel Cards in Product Page */
/* End new banner product design */

/* progress bar */
.numeroColor {
    background: var(--main-color);
    color: #ffffff;
}

.progress50 {
    width: 50% !important;
    background: var(--main-color);
}

.progress100 {
    width: 100% !important;
    background: var(--main-color);
}

.btnProgress {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas:
        "atras siguiente";
}

.btnSiguiente {
    grid-area: siguiente;
}

.btnNext {
    margin-left: 80%;
    background: var(--main-color);
    color: #ffffff;
    margin-top: 30px;
}

.btnAtras {
    margin-top: 30px;
    grid-area: atras;
}
/* fin progress bar */

/* Fin Formulario Login Nuevo*/



.navPico button.active:before {
    border: 16px solid var(--main-color);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: "";
    left: 50%;
    margin-left: -16px;
    position: absolute;
    z-index: 101;
    margin-top: 19%;
    border-radius: 5px;
}

.navPico1 button.active:before {
    border: 16px solid var(--main-color);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: "";
    left: 50%;
    margin-left: -16px;
    position: absolute;
    z-index: 101;
    margin-top: 17%;
    border-radius: 5px;
}

.perfilPico button {
    width: 220px;
}

.perfilPicoIi button {
    width: 220px;
}

.perfilPicoRe button {
    width: 220px;
}

.perfilPicoFa button {
    width: 220px;
}

.perfilPico button.active:before {
    border: 16px solid var(--main-color);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: "";
    left: 10%;
    margin-left: -16px;
    position: absolute;
    z-index: 101;
    margin-top: 2.2%;
    border-radius: 5px;
}

.perfilPicoIi button.active:before {
    border: 16px solid var(--main-color);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: "";
    left: 27%;
    margin-left: -16px;
    position: absolute;
    z-index: 101;
    margin-top: 2.2%;
    border-radius: 5px;
}

.perfilPicoRe button.active:before {
    border: 16px solid var(--main-color);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: "";
    left: 44%;
    margin-left: -16px;
    position: absolute;
    z-index: 101;
    margin-top: 2.2%;
    border-radius: 5px;
}

.perfilPicoFa button.active:before {
    border: 16px solid var(--main-color);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: "";
    left: 61%;
    margin-left: -16px;
    position: absolute;
    z-index: 101;
    margin-top: 2.2%;
    border-radius: 5px;
}

.perfilPico button.active:before {
    border: 16px solid var(--main-color);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: "";
    left: 10%;
    margin-left: -16px;
    position: absolute;
    z-index: 101;
    margin-top: 2%;
    border-radius: 5px;
}

.perfilPicoMa1, .perfilPicoMa2, .perfilPicoMa3, .perfilPicoMa4, .perfilPicoMa5 a {
    width: 153px;
}

    .perfilPicoMa1 a.active:before {
        border: 16px solid var(--main-color);
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        content: "";
        left: 7.5%;
        margin-left: -16px;
        position: absolute;
        z-index: 101;
        margin-top: 2%;
        border-radius: 5px;
    }

    .perfilPicoMa2 a.active:before {
        border: 16px solid var(--main-color);
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        content: "";
        left: 20%;
        margin-left: -16px;
        position: absolute;
        z-index: 101;
        margin-top: 2%;
        border-radius: 5px;
    }

    .perfilPicoMa3 a.active:before {
        border: 16px solid var(--main-color);
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        content: "";
        left: 32%;
        margin-left: -16px;
        position: absolute;
        z-index: 101;
        margin-top: 2%;
        border-radius: 5px;
    }

    .perfilPicoMa4 a.active:before {
        border: 16px solid var(--main-color);
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        content: "";
        left: 35%;
        margin-left: -16px;
        position: absolute;
        z-index: 101;
        margin-top: 2%;
        border-radius: 5px;
    }

    .perfilPicoMa5 a.active:before {
        border: 16px solid var(--main-color);
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        content: "";
        left: 45%;
        margin-left: -16px;
        position: absolute;
        z-index: 101;
        margin-top: 2%;
        border-radius: 5px;
    }

.navPicoIndex button.active:before {
    border: 16px solid var(--main-color);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: "";
    left: 6.5%;
    margin-left: -16px;
    position: absolute;
    z-index: 101;
    margin-top: 2%;
    border-radius: 5px;
}

.picobtnIndex {
    align-items: end;
    display: flex;
    justify-content: center;
}

.svgPico {
    z-index: 50000;
    position: absolute;
}

    .svgPico svg {
        margin-bottom: -110%;
    }


.confirmationSuperior {
    /*z-index: 6000;*/
    margin-top: -8%;
}

.progressTexColorDisable {
    width: 8rem;
    height: 1rem;
    font-size: 13px;
    color: #4c4c4c;
    background: none;
    padding-top: 0px;
    border: none;
}

.progressTexColor {
    width: 8rem;
    height: 1rem;
    font-size: 13px;
    color: var(--main-color);
    background: none;
    padding-top: 0px;
    border: none;
}


/* fin progress bar */

.dropdown-toggle {
    background: #EBEDEF;
    border-color: #EBEDEF;
    font-family: inherit;
    border-color: transparent !important;
}

    .dropdown-toggle:hover {
        background: transparent;
        background-color: transparent !important;
        color: #999;
        font-weight: bold;
        border-color: transparent !important;
    }

    .dropdown-toggle:active {
        background: transparent;
        background-color: transparent !important;
        color: #999;
        font-weight: bold;
        border-color: transparent !important;
    }

    .dropdown-toggle:focus {
        outline: 0px auto -webkit-focus-ring-color !important;
    }

/* .form-control{
            background: transparent;
        }*/

.dropdown-item {
    font-family: inherit;
}

.dropdown-menu {
    z-index: 99999;
}

/* fin progress bar */

/* Estilos de Hero de Landing de Productos Old */

.headerProduct {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-areas:
        "title title info";
}

.headerProduct__title {
    grid-area: title
}


.headerProduct__info {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(3);
    border: 1px solid black;
    gap: 1px;
    /*border-radius: 10px !important;*/
    grid-template-areas:
        "price price"
        "day night"
        "location icons";
    margin-top: 10%;
}

.headerProduct__title h2 {
    color: #fff;
    font-size: 67px;
    line-height: 100%;
    margin-top: 10%;
}

.headProduct__info-price {
    grid-area: price;
    padding-top: 5%;
    text-align: center;
    height: 5rem;
    background: var(--main-color);
    opacity: 0.8;
    /*background: #dd042c8c;*/
}

.headProduct__info-day {
    grid-area: day;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    /*margin: auto auto;*/
    background: #fbfbfbda; /* #FFFF33;*/
}

.headProduct__info-night {
    grid-area: night;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    background: #fbfbfbda;
}

.headProduct__info-location {
    grid-area: location;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    background: #fbfbfbda;
    height: 7rem;
}

.headProduct__info-icons {
    grid-area: icons;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    background: #fbfbfbda;
    height: 7rem;
}

.headProduct__info-price h4 {
    color: #ffffff;
    font-size: 35px;
}

.headProduct__info-day p {
    margin-top: 10%;
    color: #000000;
    font-size: 30px
}

.headProduct__info-night p {
    margin-top: 10%;
    color: #000000;
    font-size: 30px
}

.headProduct__info-location h5 {
    margin-top: 10%;
    color: #000000;
    font-size: 30px
}

.headProduct__info-icons p {
    margin-top: 10%;
    color: #000000;
    font-size: 20px
}

/* Fin Estilos de Hero de Landing de Productos Old*/



/* Estilos de Hero de Landing de Productos 2.0 */

/*Product Title OLD*/
/*Se actualizo por header product banner*/
.headerProduct2 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-areas: "title title info";
}

.headerProduct__title2 {
    grid-area: title;
    padding-left: 10%;
    padding-right: 20%;
    padding-top: 10%;
}

    .headerProduct__title2 h2 {
        color: #fff;
        font-size: 60px;
        line-height: 100%;
    }

/*Fin Product Title OLD*/

/*Inicio Banner de Producto Banner 2.0*/
.container-product-banner2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    height: 450px;
}
/*Contenedor de Titulo Izquierdo*/
.header-product-banner2 {
    text-align: initial;
    color: #ffffff;
    padding: 10%;
}

    .header-product-banner2 h2 {
        color: #fff;
        font-size: 48px;
        line-height: 1;
    }

/*Contenedor de Card de Info Derecho*/
.card-product-banner2 {
    display: flex;
    padding: 5%;
    align-items: center;
    text-align: center;
}

/*Tabla de Informa�i�n de producto */
.headerProduct__info2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(3);
    gap: 0px;
    border-radius: .7rem !important;
    grid-template-areas:
        "price price"
        "day night"
        "location icons";
    margin-top: 15%;
    margin-right: 10%;
    background-color: rgba(255, 255, 255, 0.222);
    /*border: 2px solid rgba(255, 255, 255, 0.222);*/
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

/*Product Info Price*/
.headProduct__info-price2 {
    grid-area: price;
    padding-block: 5%;
    text-align: center;
    height: auto;
    background: var(--main-color);
    border-radius: .7rem .7rem 0 0;
    /*background: #dd042c8c;*/
}

    .headProduct__info-price2 h4 {
        color: #ffffff;
        font-size: 40px;
    }

    .headProduct__info-price2 h5, .headProduct__info-price2 span {
        color: #ffffff;
        font-size: 16px;
        margin-block: 5px;
    }




/*Product Info Day*/
.headProduct__info-day2 {
    grid-area: day;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    /*margin: auto auto;*/
    /*background: #fbfbfbda;  #FFFF33;*/
    /*background-color: rgba(255, 255, 255, 0.074);
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);*/
}

    .headProduct__info-day2 p {
        margin-top: 10%;
        color: #ffffff;
        font-size: 30px
    }

.info-day-icon {
    color: #F7DC6F;
}

/*Product Info Night*/
.headProduct__info-night2 {
    grid-area: night;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
}

    .headProduct__info-night2 p {
        margin-top: 10%;
        color: #ffffff;
        font-size: 30px
    }

.info-night-icon {
    color: #a7bed3;
}

/*Product Info Location*/
.headProduct__info-location2 {
    grid-area: location;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    height: 7rem;
    border-radius: 0 0 0 .7rem;
}

    .headProduct__info-location2 h5 {
        margin-top: 10%;
        color: #ffffff;
        font-size: 30px
    }

.info-location-icon {
    color: #ff6347;
}
/*Product Info Icons*/
.headProduct__info-icons2 {
    grid-area: icons;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    height: 7rem;
    border-radius: 0 0 .7rem 0;
}

    .headProduct__info-icons2 p {
        margin-top: 10%;
        color: #ffffff;
        font-size: 20px
    }

.info-product-icon {
    color: #d4e5f6;
}


/* Fin Estilos de Hero de Landing de Productos 2.0 */


/****************************/
/*Media Queries Responsivos*/
/****************************/
/* Extra small devices (phones, 576px and down) */

@media only screen and (max-width: 576px) {

    /* Responsive del Formulario de Login */

    .imagen-login {
        width: 35px;
        position: absolute;
        top: 20px;
        left: 47%;
    }

    .texto-imagen {
        border-radius: 10px 10px 0 0;
        position: absolute;
        top: 70%;
        text-align: center;
    }

        .texto-imagen p, i {
            font-size: 17px;
        }

    .row-formulario {
        max-width: 420px;
        width: 100%;
        height: 100%;
    }

    .formulario-login {
        padding: 15px;
        height: 100%;
    }

    /* Fin Responsive del Formulario de Login*/

    /* Responsive Banner de la landing de Producto */


    /*Inicio Banner de Producto Banner 2.0*/
    .container-product-banner2 {
        padding: 15px;
        height: 500px;
        margin-top: -60px;
        justify-content: center;
    }
    /*Contenedor de Titulo Izquierdo*/
    .header-product-banner2 {
        text-align: center;
        color: #ffffff;
        padding: 0;
        overflow: hidden;
    }

        .header-product-banner2 h2 {
            font-size: 40px;
            line-height: 1;
            margin: 0 15px 0 15px;
        }

    /*Contenedor de Card de Info Derecho*/
    .card-product-banner2 {
        padding: 0;
        align-items: center;
        text-align: center;
    }

    /*Tabla de Informa�i�n de producto */
    .headerProduct__info2 {
        margin: 5% 0 5% 0;
        width: 90vw;
    }

    /*Product Info Price*/
    .headProduct__info-price2 {
        padding: 2%;
        text-align: center;
        height: auto;
    }

        .headProduct__info-price2 h4 {
            color: #ffffff;
            font-size: 28px;
            line-height: 1;
        }

        .headProduct__info-price2 h5, .headProduct__info-price2 {
            font-size: 12px;
        }


    /*Product Info Day*/
    .headProduct__info-day2 {
        justify-content: center;
        align-items: center;
        height: 5rem;
    }

        .headProduct__info-day2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 24px
        }

    .info-day-icon {
        color: #F7DC6F;
    }

    /*Product Info Night*/
    .headProduct__info-night2 {
        justify-content: center;
        align-items: center;
        height: 5rem;
    }

        .headProduct__info-night2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 24px
        }

    .info-night-icon {
        color: #a7bed3;
    }

    /*Product Info Location*/
    .headProduct__info-location2 {
        justify-content: center;
        align-items: center;
        color: #fff !important;
        height: 7rem;
    }

        .headProduct__info-location2 h5 {
            margin-top: 10%;
            color: #ffffff;
            font-size: 24px
        }

    .info-location-icon {
        color: #ff6347;
    }
    /*Product Info Icons*/
    .headProduct__info-icons2 {
        justify-content: center;
        align-items: center;
        color: #fff !important;
        height: 7rem;
    }

        .headProduct__info-icons2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 18px
        }

    .info-product-icon {
        color: #d4e5f6;
    }

    /* Fin Responsive Banner de la landing de Producto */


}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {

    /* Fin Responsive del Formulario de Login*/

    /* Responsive Banner de la landing de Producto */


    /*Inicio Banner de Producto Banner 2.0*/
    .container-product-banner2 {
        padding: 15px;
        height: 500px;
        margin-top: -60px;
        justify-content: center;
    }
    /*Contenedor de Titulo Izquierdo*/
    .header-product-banner2 {
        text-align: center;
        color: #ffffff;
        padding: 0;
        overflow: hidden;
    }

        .header-product-banner2 h2 {
            font-size: 40px;
            line-height: 1;
            margin: 0 15px 0 15px;
        }

    /*Contenedor de Card de Info Derecho*/
    .card-product-banner2 {
        padding: 0;
        align-items: center;
        text-align: center;
    }

    /*Tabla de Informa�i�n de producto */
    .headerProduct__info2 {
        margin: 5% 0 5% 0;
        width: 90vw;
    }

    /*Product Info Price*/
    .headProduct__info-price2 {
        padding: 2%;
        text-align: center;
        height: auto;
    }

        .headProduct__info-price2 h4 {
            color: #ffffff;
            font-size: 28px;
            line-height: 1;
        }

        .headProduct__info-price2 h5, .headProduct__info-price2 span {
            font-size: 14px;
        }

    /*Product Info Day*/
    .headProduct__info-day2 {
        justify-content: center;
        align-items: center;
        height: 5rem;
    }

        .headProduct__info-day2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 24px
        }

    .info-day-icon {
        color: #F7DC6F;
    }

    /*Product Info Night*/
    .headProduct__info-night2 {
        justify-content: center;
        align-items: center;
        height: 5rem;
    }

        .headProduct__info-night2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 24px
        }

    .info-night-icon {
        color: #a7bed3;
    }

    /*Product Info Location*/
    .headProduct__info-location2 {
        justify-content: center;
        align-items: center;
        color: #fff !important;
        height: 7rem;
    }

        .headProduct__info-location2 h5 {
            margin-top: 10%;
            color: #ffffff;
            font-size: 24px
        }

    .info-location-icon {
        color: #ff6347;
    }
    /*Product Info Icons*/
    .headProduct__info-icons2 {
        justify-content: center;
        align-items: center;
        color: #fff !important;
        height: 7rem;
    }

        .headProduct__info-icons2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 18px
        }

    .info-product-icon {
        color: #d4e5f6;
    }

    /* Fin Responsive Banner de la landing de Producto */

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {



    /* Responsive Banner de la landing de Producto */


    /*Inicio Banner de Producto Banner 2.0*/
    .container-product-banner2 {
        padding: 0;
        height: 300px;
        margin-top: 10%;
        margin-bottom: -3%;
        justify-content: center;
    }
    /*Contenedor de Titulo Izquierdo*/
    .header-product-banner2 {
        text-align: initial;
        color: #ffffff;
        padding: 0;
        overflow: hidden;
    }

        .header-product-banner2 h2 {
            font-size: 48px;
            line-height: 1;
            margin: 0 15px 0 15px;
        }

    /*Contenedor de Card de Info Derecho*/
    .card-product-banner2 {
        padding: 0;
        align-items: center;
        text-align: center;
    }

    /*Tabla de Informa�i�n de producto */
    .headerProduct__info2 {
        margin: 10% 0 10% 0;
        width: 100vw;
    }

    /*Product Info Price*/
    .headProduct__info-price2 {
        padding: 5%;
        text-align: center;
        height: auto;
    }

        .headProduct__info-price2 h4 {
            color: #ffffff;
            font-size: 26px;
            line-height: 1;
        }

        .headProduct__info-price2 h5, .headProduct__info-price2 span {
            font-size: 14px;
        }


    /*Product Info Day*/
    .headProduct__info-day2 {
        justify-content: center;
        align-items: center;
        height: 5rem;
        padding: 5px;
    }

        .headProduct__info-day2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 18px
        }

    .info-day-icon {
        color: #F7DC6F;
    }

    /*Product Info Night*/
    .headProduct__info-night2 {
        justify-content: center;
        align-items: center;
        height: 5rem;
        padding: 5px;
    }

        .headProduct__info-night2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 18px
        }

    .info-night-icon {
        color: #a7bed3;
    }

    /*Product Info Location*/
    .headProduct__info-location2 {
        justify-content: center;
        align-items: center;
        color: #fff !important;
        height: 7rem;
        padding: 5px;
    }

        .headProduct__info-location2 h5 {
            margin-top: 10%;
            color: #ffffff;
            font-size: 18px
        }

    .info-location-icon {
        color: #ff6347;
    }
    /*Product Info Icons*/
    .headProduct__info-icons2 {
        justify-content: center;
        align-items: center;
        color: #fff !important;
        height: 7rem;
    }

        .headProduct__info-icons2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 16px
        }

    .info-product-icon {
        color: #d4e5f6;
    }

    /* Fin Responsive Banner de la landing de Producto */

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    /* Responsive Banner de la landing de Producto */


    /*Inicio Banner de Producto Banner 2.0*/
    .container-product-banner2 {
        padding: 0;
        height: 300px;
        margin-top: 10%;
        margin-bottom: -3%;
        justify-content: center;
    }
    /*Contenedor de Titulo Izquierdo*/
    .header-product-banner2 {
        text-align: initial;
        color: #ffffff;
        padding: 0;
        overflow: hidden;
    }

        .header-product-banner2 h2 {
            font-size: 48px;
            line-height: 1;
            margin: 0 15px 0 15px;
        }

    /*Contenedor de Card de Info Derecho*/
    .card-product-banner2 {
        padding: 0;
        align-items: center;
        text-align: center;
    }

    /*Tabla de Informa�i�n de producto */
    .headerProduct__info2 {
        margin: 10% 0 10% 0;
        width: 100vw;
    }

    /*Product Info Price*/
    .headProduct__info-price2 {
        padding: 5%;
        text-align: center;
        height: auto;
    }

        .headProduct__info-price2 h4 {
            color: #ffffff;
            font-size: 26px;
            line-height: 1;
        }

        .headProduct__info-price2 h5, .headProduct__info-price2 span {
            font-size: 15px;
        }

    /*Product Info Day*/
    .headProduct__info-day2 {
        justify-content: center;
        align-items: center;
        height: 5rem;
        padding: 5px;
    }

        .headProduct__info-day2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 20px
        }

    .info-day-icon {
        color: #F7DC6F;
    }

    /*Product Info Night*/
    .headProduct__info-night2 {
        justify-content: center;
        align-items: center;
        height: 5rem;
        padding: 5px;
    }

        .headProduct__info-night2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 20px
        }

    .info-night-icon {
        color: #a7bed3;
    }

    /*Product Info Location*/
    .headProduct__info-location2 {
        justify-content: center;
        align-items: center;
        color: #fff !important;
        height: 7rem;
        padding: 5px;
    }

        .headProduct__info-location2 h5 {
            margin-top: 10%;
            color: #ffffff;
            font-size: 20px
        }

    .info-location-icon {
        color: #ff6347;
    }
    /*Product Info Icons*/
    .headProduct__info-icons2 {
        justify-content: center;
        align-items: center;
        color: #fff !important;
        height: 7rem;
    }

        .headProduct__info-icons2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 16px
        }

    .info-product-icon {
        color: #d4e5f6;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    /* Responsive Banner de la landing de Producto */


    /*Inicio Banner de Producto Banner 2.0*/
    .container-product-banner2 {
        padding: 0;
        height: 450px;
        margin-top: 5%;
        margin-bottom: -5%;
        justify-content: center;
    }
    /*Contenedor de Titulo Izquierdo*/
    .header-product-banner2 {
        text-align: initial;
        color: #ffffff;
        padding: 0;
        overflow: hidden;
    }

        .header-product-banner2 h2 {
            font-size: 48px;
            line-height: 1;
            margin: 0 15px 0 15px;
        }

    /*Contenedor de Card de Info Derecho*/
    .card-product-banner2 {
        padding: 0;
        align-items: center;
        text-align: center;
    }

    /*Tabla de Informa�i�n de producto */
    .headerProduct__info2 {
        margin: 10% 0 10% 0;
        width: 100vw;
    }

    /*Product Info Price*/
    .headProduct__info-price2 {
        padding: 5%;
        text-align: center;
        height: auto;
    }

        .headProduct__info-price2 h4 {
            color: #ffffff;
            font-size: 32px;
            line-height: 1;
        }

        .headProduct__info-price2 h5, .headProduct__info-price2 span {
            font-size: 16px;
        }

    /*Product Info Day*/
    .headProduct__info-day2 {
        justify-content: center;
        align-items: center;
        height: 5rem;
        padding: 5px;
    }

        .headProduct__info-day2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 24px
        }


    /*Product Info Night*/
    .headProduct__info-night2 {
        justify-content: center;
        align-items: center;
        height: 5rem;
        padding: 5px;
    }

        .headProduct__info-night2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 24px
        }


    /*Product Info Location*/
    .headProduct__info-location2 {
        justify-content: center;
        align-items: center;
        color: #fff !important;
        height: 7rem;
        padding: 5px;
    }

        .headProduct__info-location2 h5 {
            margin-top: 10%;
            color: #ffffff;
            font-size: 24px
        }


    /*Product Info Icons*/
    .headProduct__info-icons2 {
        justify-content: center;
        align-items: center;
        color: #ffffff !important;
        height: 7rem;
    }

        .headProduct__info-icons2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 20px
        }

    /* Fin Estilos de Hero de Landing de Productos 2.0 */
}
/* Extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {

    /* Responsive Banner de la landing de Producto */


    /*Inicio Banner de Producto Banner 2.0*/
    .container-product-banner2 {
        padding: 0;
        height: 450px;
        margin-top: 5%;
        margin-bottom: -5%;
        justify-content: center;
    }
    /*Contenedor de Titulo Izquierdo*/
    .header-product-banner2 {
        text-align: initial;
        color: #ffffff;
        padding: 0;
        overflow: hidden;
    }

        .header-product-banner2 h2 {
            font-size: 48px;
            line-height: 1;
            margin: 0 15px 0 15px;
        }

    /*Contenedor de Card de Info Derecho*/
    .card-product-banner2 {
        padding: 0;
        align-items: center;
        text-align: center;
    }

    /*Tabla de Informa�i�n de producto */
    .headerProduct__info2 {
        margin: 10% 5% 10% 0;
        width: 100vw;
    }

    /*Product Info Price*/
    .headProduct__info-price2 {
        padding: 1%;
        text-align: center;
        height: auto;
    }

        .headProduct__info-price2 h4 {
            color: #ffffff;
            font-size: 40px;
            line-height: 1;
        }


    /*Product Info Day*/
    .headProduct__info-day2 {
        justify-content: center;
        align-items: center;
        height: 5rem;
        padding: 5px;
    }

        .headProduct__info-day2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 30px
        }


    /*Product Info Night*/
    .headProduct__info-night2 {
        justify-content: center;
        align-items: center;
        height: 5rem;
        padding: 5px;
    }

        .headProduct__info-night2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 30px
        }


    /*Product Info Location*/
    .headProduct__info-location2 {
        justify-content: center;
        align-items: center;
        color: #fff !important;
        height: 7rem;
        padding: 5px;
    }

        .headProduct__info-location2 h5 {
            margin-top: 10%;
            color: #ffffff;
            font-size: 30px
        }


    /*Product Info Icons*/
    .headProduct__info-icons2 {
        justify-content: center;
        align-items: center;
        color: #fff !important;
        height: 7rem;
    }

        .headProduct__info-icons2 p {
            margin-top: 10%;
            color: #ffffff;
            font-size: 20px
        }

    /* Fin Estilos de Hero de Landing de Productos 2.0 */

}

.feature-hotel {
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    /* padding: 20px 20px; */
    margin: 5px;
}

.formProducts {
    box-shadow: 0px 1px 4px var(--main-color);
}

    .formProducts h3 {
        display: flex;
        margin-top: -3%;
        background: #fff;
        width: 230px;
    }

/**Estilos del formulario de tarjetas*/
.bkng-tb-cntnt {
    float: left;
    width: 800px;
}

    .bkng-tb-cntnt a.button {
        color: #fff;
        float: right;
        font-size: 18px;
        padding: 5px 20px;
        width: auto;
    }

        .bkng-tb-cntnt a.button.o {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            color: #e51f04;
            border: 1px solid #e51f04;
        }

        .bkng-tb-cntnt a.button i {
            color: #fff;
        }

        .bkng-tb-cntnt a.button.o i {
            color: #e51f04;
        }

        .bkng-tb-cntnt a.button.right i {
            float: right;
            margin: 2px 0 0 10px;
        }

        .bkng-tb-cntnt a.button.left {
            float: left;
        }

        .bkng-tb-cntnt a.button.disabled.o {
            border-color: #ccc;
            color: #ccc;
        }

            .bkng-tb-cntnt a.button.disabled.o i {
                color: #ccc;
            }

.pymnts {
    /* float: left; */
    width: 800px;
}

.sctn-row {
    margin-bottom: 35px;
    /* width: 800px; */
    width: 100%;
}

.sctn-col {
    /* width: 375px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
}

    .sctn-col.l {
        width: 425px;
    }

    .sctn-col input {
        border: 1px solid #ccc;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 12px;
        width: 100%;
    }

    .sctn-col label {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-left: 5px;
        text-align: start;
    }

    .sctn-col.x3 {
        width: 300px;
    }

        .sctn-col.x3.last {
            width: 200px;
        }

        .sctn-col.x3 input {
            width: 210px;
        }

        .sctn-col.x3 a {
            float: right;
        }

.pymnts-sctn {
    width: 800px;
}

.pymnt-itm {
    margin: 0 0 3px;
    width: 100vh;
    border: none;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    /*border-radius: 1rem;*/
}

    .pymnt-itm h2 {
        /*background-color: #e9e9e9;*/
        font-size: 24px;
        line-height: 24px;
        margin: 0;
        padding: 28px 0 28px 20px;
        width: 780px;
    }

    .pymnt-itm.active h2 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

    .pymnt-itm div.pymnt-cntnt {
        display: none;
    }

    .pymnt-itm.active div.pymnt-cntnt {
        /*background-color: #f7f7f7;*/
        display: block;
        padding: 0 0 30px;
        width: 100%;
    }

.pymnt-cntnt div.sctn-row {
    margin: 20px;
    /* width: 740px;*/
}

    .pymnt-cntnt div.sctn-row div.sctn-col.half.l {
        float: left;
        /*width: 190px;*/
    }

    .pymnt-cntnt div.sctn-row div.sctn-col.cvv {
        background-image: url("/assets/img/openpay/cvv.png");
        background-position: 156px center;
        background-repeat: no-repeat;
        padding-bottom: 30px;
    }

.openpay {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    height: 60px;
    margin: 10px 30px 0 0;
    width: 100%;
}

    .openpay div.logo {
        background-image: url("/assets/img/openpay/openpay.png");
        background-position: left bottom;
        background-repeat: no-repeat;
        border-right: 1px solid #ccc;
        font-size: 12px;
        font-weight: 400;
        height: 45px;
        /*padding: 15px 20px 0 0;*/
        padding: 0px 20px 0 0;
    }

    .openpay div.shield {
        background-image: url("/assets/img/openpay/security.png");
        background-position: left bottom;
        background-repeat: no-repeat;
        font-size: 12px;
        font-weight: 400;
        margin-left: 20px;
        /*padding: 20px 0 0 40px;*/
        padding: 0 0 0 40px;
        width: 200px;
    }

.card-expl {
    float: left;
    height: 80px;
    margin: 10px 0 80px 10px;
    /*width: 800px;*/
}

    .card-expl div {
        background-position: left 45px;
        background-repeat: no-repeat;
        height: 70px;
        padding-top: 10px;
    }

        .card-expl div.debit {
            background-image: url("/assets/img/openpay/cards2.png");
            margin-left: 20px;
            width: 540px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .card-expl div.credit {
            background-image: url("/assets/img/openpay/cards1.png");
            border-right: 1px solid #ccc;
            margin-left: 30px;
            width: 209px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

    .card-expl h4 {
        font-weight: 400;
        font-size: 18px;
        margin: 0;
    }

.booking_success_text h2 {
    font-size: 24px;
    color: var(--main-color)
}

.booking_success_text h3 {
    font-weight: 400;
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.booking_success_text h6 {
    font-weight: 300;
    font-size: 16px;
    padding-left: 18px;
    margin-bottom: 10px;
}

/**Slick*/
.slick-slide {
    margin: 0px 8px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-prev,
.slick-next {
    color: black;
    z-index: 1
}

.slick-next {
    right: 25px !important;
}

.slick-prev {
    left: 25px !important;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}


.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow {
    left: -40px;
    width: 0;
    height: 0;
    border-left: 0 solid #ffffff;
    border-right: 15px solid #113463;
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
}

.next-arrow {
    right: -40px;
    width: 0;
    height: 0;
    border-right: 0 solid #ffffff;
    border-left: 15px solid #113463;
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
}

/* HotelDetail*/

.img_detail_hotel {
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.img_detail_hotel-b {
    max-height: 88px;
    object-fit: cover;
    border-radius: 5px;
}

.img_option_hotel {
    max-height: 150px;
    width: 100%;
    object-fit: cover !important;
}

.cancelation_policy {
    font-weight: 500;
    color: var(--black-color);
    font-size: 0.9rem;
}

/* Stripe elements */

.form-payment-stripe {
    margin: auto;
    /*width: 100%;*/
    min-width: 100%;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 20px;
}

.card-element-stripe {
    border-radius: 4px 4px 0 0;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}

    .card-element-stripe > input {
        border-radius: 6px;
        margin-bottom: 6px;
        padding: 12px;
        border: 1px solid rgba(50, 50, 93, 0.1);
        height: 44px;
        font-size: 16px;
        width: 100%;
        background: white;
    }

/*Estilos Form*/

.coolinput {
    display: flex;
    flex-direction: column;
    width: fit-content;
    position: static;
    max-width: 240px;
}

    .coolinput label.text {
        font-size: 0.75rem;
        color: #818CF8;
        font-weight: 700;
        position: relative;
        top: 0.5rem;
        margin: 0 0 0 7px;
        padding: 0 3px;
        background: #e8e8e8;
        width: fit-content;
    }

    .coolinput input[type=text].input {
        padding: 11px 10px;
        font-size: 0.75rem;
        border: 2px #818CF8 solid;
        border-radius: 5px;
        background: #e8e8e8;
    }

        .coolinput input[type=text].input:focus {
            outline: none;
        }





/* Estilos para Formularios el �rea de personaliza tu experiencia */
#contact_main_arae {
    margin-top: 1px;
}

.contact_main_form_area {
    padding-top: 0;
}

.section_heading_center {
    text-align: center;
}

.contact_form {
    margin-top: 30px;
}

    .contact_form .h5 {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .contact_form .form-group {
        margin-bottom: 20px;
    }

    .contact_form label {
        font-weight: bold;
    }

    .contact_form input[type="text"],
    .contact_form input[type="email"],
    .contact_form input[type="tel"],
    .contact_form input[type="date"],
    .contact_form input[type="number"],
    .contact_form input[type="password"],
    #message {
        /*background-color: #f5f5f5;*/
        border: none;
        border-radius: 5px;
        padding: 10px;
        width: 100%;
        border-bottom: 2px solid var(--main-color);
    }

    .contact_form .form-check-label {
        font-weight: normal;
        margin-left: 5px;
    }

    .contact_form .btn {
        border: none;
        border-radius: 5px;
        cursor: pointer;
        padding: 10px 20px;
        font-size: 16px;
    }

input:focus {
    border-radius: 0px;
    border-bottom: 2px solid var(--black-color);
    outline: none;
}

#message:focus {
    border-radius: 5px;
    border-bottom: 2px solid var(--black-color) !important;
    outline: none;
}

/* --Preloader V2 -- */

.loaderContainer {
    background: var(--white-color);
    width: 100% !important;
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100000;
    text-align: center;
}

.loaderEB {
    overflow: visible;
    padding: 20px;
}

.logoLoader path, .logoLoader polygon, .logoLoader rect, .logoLoader image {
    fill: transparent;
    stroke: transparent;
    stroke-width: 1px;
    stroke-dasharray: 1560;
    stroke-dashoffset: 1560;
    animation: loadMain 5s linear forwards infinite;
}

.text-EBE {
    font-weight: bolder;
    font-size: 20px;
    color: var(--black-color);
    text-align: center;
}

    .text-EBE p {
        font-weight: 400;
        font-size: 1.3rem;
        color: var(--black-color);
        text-align: center;
    }

.dot-EBE {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--black-color);
    margin: 20px 2px;
    opacity: 0;
    animation: fadeIn-EB 2s infinite;
}

    .dot-EBE:nth-child(2) {
        animation-delay: 0.5s;
    }

    .dot-EBE:nth-child(3) {
        animation-delay: 0.8s;
    }

@keyframes blinkText {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.text-EBE p {
    animation: blinkText 2s infinite;
}


@keyframes loadMain {
    0% {
        stroke-dashoffset: 1560;
        stroke: var(--black-color);
        fill: transparent;
    }

    25% {
        stroke-dashoffset: 3120;
        stroke: var(--black-color);
        fill: transparent;
    }

    50% {
        stroke-dashoffset: 3120;
        stroke: var(--black-color);
        fill: var(--main-color);
    }

    75% {
        stroke-dashoffset: 3120;
        stroke: var(--main-color);
        fill: transparent;
    }

    100% {
        stroke-dashoffset: 1560;
        stroke: var(--main-color);
        fill: transparent;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

@keyframes fadeIn-EB {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Media queries */
@media screen and (max-width: 768px) {
    .text-EBE {
        font-size: 14px;
    }

    .loaderEB {
        padding: 10px;
    }

    .logoLoader path {
        stroke-width: 1px;
    }
}


/** -- Fin Preloader V2 -- **/


/* -- Linea de Tiempo o Itinerarios0 -- */


.wrapper-LT {
    overflow-x: hidden;
    position: relative;
}

.line-SVG {
    position: absolute;
    top: 12em;
    left: 10vw;
    width: 80vw;
}

#mask0_0_1 {
    width: 0;
    fill: var(--dark-color);
}

.container-LT {
    display: flex;
    width: 300vw;
}

.section-LT .col {
    display: flex;
    gap: 3em;
}

.container-LT p {
    font-size: 0.8rem;
}

.section-LT {
    width: 100vw;
    padding: 20vw 10vw;
    margin: 0;
}

    .section-LT h1 {
        font-size: 3rem;
    }

    .section-LT p {
        font-size: 1.2rem;
        width: 50vw;
    }

    .section-LT ul {
        list-style-type: none;
        display: flex;
        gap: 3em;
        width: 100%;
        height: 300px;
        padding: 0;
    }

    .section-LT li {
        background: white;
        border-radius: 0.3em;
        flex-grow: 1;
    }


/* Estilos responsivos */
@media screen and (max-width: 768px) {
    .container-LT {
        width: 600vw;
    }

    .line-SVG {
        width: 80vw;
        left: 0;
    }

    .section-LT {
        padding: 10vw;
    }

        .section-LT h1 {
            font-size: 2rem;
        }

        .section-LT p {
            font-size: 1rem;
            width: 100%;
        }
}

@media screen and (max-width: 480px) {
}


/** -- Fin Linea de Tiempo o Itinerarios -- **/


/* -- Slider de Infromaci�n -- */

.seccion-Slider-EB {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.img-slider-EB {
    position: relative;
    width: 800px;
    height: 500px;
    margin: 10px;
}

    .img-slider-EB .slide-EB {
        z-index: 1;
        position: absolute;
        width: 100%;
        clip-path: circle(0% at 0 50%);
    }

        .img-slider-EB .slide-EB.active {
            clip-path: circle(150% at 0 50%);
            transition: 2s;
            transition-property: clip-path;
        }

        .img-slider-EB .slide-EB img {
            z-index: 1;
            width: 100%;
            border-radius: 15px;
        }

        .img-slider-EB .slide-EB .info-EB {
            position: absolute;
            top: 0;
            padding: 5%;
        }

            .img-slider-EB .slide-EB .info-EB h2 {
                color: #fff;
                font-size: 45px;
                text-transform: uppercase;
                font-weight: 800;
                letter-spacing: 2px;
                text-shadow: 1px 1px 2px black;
            }

            .img-slider-EB .slide-EB .info-EB p {
                color: #fff;
                background: rgba(0,0,0,0.2);
                font-size: 16px;
                width: 60%;
                padding: 15px;
                border-radius: 15px;
                line-height: 1.5;
                margin-top: 2%;
            }

.navigation-EB {
    z-index: 2;
    position: absolute;
    display: flex;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%);
}

.btn-EB {
    background: rgba(255,255,255,0.5);
    width: 12px;
    height: 12px;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer;
}

    .btn-EB.active {
        background: rgba(255,255,255,0.9);
        box-shadow: 0 0 2px rgba(0,0,0,0.5);
    }

@media (max-width: 820px) {
    .img-slider-EB {
        width: 600px;
        height: 375px;
    }

        .img-slider-EB .slide-EB .info-EB h2 {
            font-size: 35px;
        }

        .img-slider-EB .slide-EB .info-EB p {
            width: 70%;
            font-size: 15px;
        }

        .img-slider-EB .navigation-EB {
            bottom: 25px;
        }

    .img-slider .navigation-EB btn-EB {
        width: 10px;
        height: 10px;
        margin: 8px;
    }
}

@media (max-width: 620px) {
    .img-slider-EB {
        width: 400px;
        height: 250px;
    }

        .img-slider-EB .slide-EB .info-EB h2 {
            font-size: 30px;
        }

        .img-slider-EB .slide-EB .info-EB p {
            width: 80%;
            font-size: 13px;
        }

        .img-slider-EB .navigation-EB {
            bottom: 15%;
        }

    .btn-EB {
        width: 8px;
        height: 8px;
        margin: 6px;
    }
}

@media (max-width: 425px) {
    .img-slider-EB {
        width: 320px;
        height: 200px;
    }

        .img-slider-EB .slide-EB .info-EB h2 {
            font-size: 25px;
        }

        .img-slider-EB .slide-EB .info-EB p {
            width: 90%;
            font-size: 11px;
            margin-top: 2%;
        }

        .img-slider-EB .navigation-EB {
            bottom: 15%;
        }
}

@media (max-width: 375px) {
    .img-slider-EB {
        width: 320px;
        height: 190px;
    }

        .img-slider-EB .slide-EB {
            padding: 3px;
        }

            .img-slider-EB .slide-EB .info-EB {
                padding: 3% 5%;
            }

                .img-slider-EB .slide-EB .info-EB h2 {
                    font-size: 25px;
                }

                .img-slider-EB .slide-EB .info-EB p {
                    width: 100%;
                    font-size: 11px;
                    padding: 2% 5%;
                    margin-top: 0;
                }

        .img-slider-EB .navigation-EB {
            bottom: 15%;
        }

    .btn-EB {
        width: 8px;
        height: 8px;
        margin: 6px;
    }
}



/** -- Fin Slider de Infromaci�n -- **/



/*Font de texto de tranferencia en Metdo de pago */

.Pay-Trans-Manual {
    font-size: 0.85rem;
}

/*Fin Font de texto de tranferencia en Metdo de pago */

/*Botones generales*/

.btn_theme-G1 {
    font-size: 1rem;
    margin-left: 3%;
    white-space: normal !important;
}

.btn_theme-G2 {
    color: #fff !important;
    background: var(--black-color) !important;
    border-radius: 10px;
    margin-left: 0% !important;
    padding: 14px 31px !important;
    white-space: normal !important;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 1rem !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .btn_theme-G2:hover {
        color: #fff !important;
        background: var(--black-color) !important;
        border-radius: 10px;
        margin-left: 0% !important;
        padding: 14px 31px !important;
        white-space: normal !important;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 1rem !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.btn_theme-G3 {
    font-size: 1rem !important;
    margin-top: 15px;
    padding: 2% 4% !important;
    white-space: normal !important;
    border-radius: 5px;
}



/*Fin Botones generales*/

/*Estilos de Formular�o de Nuevo Form de contacto */

.contact-sectionB-container {
    padding-inline: 5%;
}

.contact-sectionB-left {
    display: flex;
    flex-direction: column;
    /*padding-top: 32px;*/
}

.contact-sectionB-left-subcontainer-icon i {
    width: 25px;
    height: 22px;
    /*flex-shrink: 0;*/
}

.contact-sectionB-left-subcontainer-info {
    max-width: 229px;
}

    .contact-sectionB-left-subcontainer-info h2 {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        /*font-family: Roboto;*/
        padding-block: 1px;
    }

    .contact-sectionB-left-subcontainer-info h3 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px;
        /*font-family: Roboto;*/
    }

    .contact-sectionB-left-subcontainer-info h4 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: var(--black-color);
        /*font-family: Roboto;*/
    }

    .contact-sectionB-left-subcontainer-info a:link {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: var(--black-color);
        /*font-family: Roboto;*/
    }


.contact-sectionB-rigth {
}

.contact_form-b2 {
    max-width: 752px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 56px 32px;
    margin-top: 0px;
}

    .contact_form-b2 h1 {
        color: var(--main-color);
        font-size: 24px;
        /*font-family: Roboto;*/
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 24px;
        max-width: 70%;
    }

    .contact_form-b2 h2 {
        color: var(--main-color);
        font-size: 16px;
        /*font-family: Roboto;*/
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 24px;
        max-width: 70%;
    }

.contact_form_content-b2 {
    row-gap: 26px;
}

.form-control2 {
    margin-bottom: 26px;
    /*background-color: #f5f5f5;*/
    border: none;
    border-radius: 5px !important;
    padding: 10px;
    width: 100%;
    border-bottom: 2px solid var(--main-color);
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    font-size: 16px;
    height: 45px;
}

    .form-control2:active {
        border-radius: 5px !important;
    }

.btn_md-MT {
    width: 213px;
    height: 40px;
    font-size: 16px;
    margin-top: 40px;
    padding: 0.5rem;
}


@media (max-width: 576px) {
    .contact-sectionB-left {
        padding-inline: 48px;
        padding-top: 56px;
    }
}

.lang-flag {
    height: 20px;
    margin-right: 15px;
}





#general_banner_style {
    background-position: left center
}



.whatsapp {
    position: fixed;
    width: 68px;
    height: 68px;
    bottom: 75px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 46px;
    z-index: 100;
}


    .whatsapp:hover {
        color: #FFF;
    }

.whatsapp-icon {
    margin-top: 13px;
}

.i-whats {
    font-size: 46px;
}

@media (max-width: 425px) {
    .whatsapp {
        position: fixed;
        width: 55px;
        height: 55px;
        bottom: 1%;
        left: 4%;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 35px;
        z-index: 100;
    }

    .i-whats {
        font-size: 35px;
    }
}

.img-Banner-Vuelos {
    max-height: 350px;
    margin-left: 10%;
}

@media (max-width: 992px) {
    .img-Banner-Vuelos {
        height: 300px;
        margin-left: 5%;
    }
}

@media (max-width: 768px) {
    .img-Banner-Vuelos {
        height: 200px;
        margin-inline: 5%;
    }
}

@media (max-width: 715px) {
    .img-Banner-Vuelos {
        height: 300px;
        margin-inline: 5%;
    }
}

/*Estilos de calendario Picker*/

.news_area_top_left img {
    border-radius: 5px;
}

.rangeDates {
    border: none !important;
    cursor: pointer !important;
    /*padding: 10px !important;*/
    width: 100%;
    /*background: #fff !important;*/
    display: flex;
    align-items: center;
    color: #999;
}

    .rangeDates i {
        position: absolute;
        right: 25px;
        color: var(--main-color);
    }

.rangeDates-a {
    overflow: hidden;
    text-overflow: ellipsis;
}



.rangeDates-b {
}

.daterangepicker {
    border: 1px solid #8b3eea17;
    border-radius: 15px !important;
    /*position: relative;*/
}

    .daterangepicker .drp-buttons .applyBtn {
        color: #fff;
        background-color: var(--black-color);
        border-color: var(--black-color);
    }


td.in-range {
    background-color: #8b3eea17 !important;
}

.daterangepicker td.start-date {
    background-color: var(--black-color) !important;
}

.daterangepicker td.end-date {
    background-color: var(--black-color) !important;
}

.flight_Search_boxed .dropdown {
    text-align: center;
    margin-top: 5px;
}



/*.dropdown_passenger_area .dropdown-menu.show {
    border-radius: 15px;
    border: 1px solid #EBEDEF;
    transform: translate(-56%, 25px) !important;
}*/

.dropdown_passenger_area .dropdown-menu.show {
    left: 50% !important;
    transform: translateX(-50%) !important;
    /* width: 90%; 
    max-width: 400px;  */
}

.dropdown-menu.show {
    border-radius: 15px;
    border: 1px solid #EBEDEF;
}

.dropdown_passenger_area button {
    color: #000000;
}

/*Estilos de card de descripciones*/
.banner_two_text-MT {
    padding: 5%;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    /*background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);*/
    background-color: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

    .banner_two_text-MT h2 {
        color: var(--white-color);
        font-size: 4rem;
        font-weight: 800;
        margin-inline-start: -5px;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
    }

    .banner_two_text-MT p {
        color: var(--white-color);
        font-size: 16px;
        padding-top: 10px;
        margin-top: 10px;
        line-height: 1.2;
        font-weight: 400;
        margin-bottom: 10px;
    }

@media (min-width: 1920px) {
    .banner_two_text-MT {
        margin-top: 0%;
    }

        .banner_two_text-MT h2 {
            margin-top: 5px;
            font-size: 50px;
            padding: 5px;
        }

        .banner_two_text-MT p {
            font-size: 16px;
            padding: 5px;
            margin-bottom: 0;
        }
}

@media (max-width: 1920px) {
    .banner_two_text-MT {
        margin-block: 0%;
    }

        .banner_two_text-MT h2 {
            margin-top: 5px;
            font-size: 65px;
            padding: 5px;
        }

        .banner_two_text-MT p {
            font-size: 16px;
            padding: 5px;
            margin-bottom: 0;
        }
}

@media (max-width: 1440px) {
    .banner_two_text-MT {
        margin-block: 0%;
    }

        .banner_two_text-MT h2 {
            margin-top: 5px;
            font-size: 50px;
            padding: 5px;
        }

        .banner_two_text-MT p {
            font-size: 16px;
            padding: 5px;
            margin-bottom: 0;
        }
}


@media (max-width: 1024px) {
    .banner_two_text-MT {
        margin-block: 0%;
    }

        .banner_two_text-MT h2 {
            margin-top: 5px;
            font-size: 50px;
            padding: 5px;
        }

        .banner_two_text-MT p {
            font-size: 16px;
            padding: 5px;
            margin-bottom: 0;
        }
}

@media (max-width: 780px) {
    .banner_two_text-MT {
        margin-block: 7%;
    }

        .banner_two_text-MT h2 {
            margin-top: 5px;
            font-size: 50px;
            padding: 5px;
        }

        .banner_two_text-MT p {
            font-size: 16px;
            padding: 5px;
            margin-bottom: 0;
        }
}

@media (max-width: 425px) {
    .banner_two_text-MT {
        margin-block: 7%;
    }

        .banner_two_text-MT h2 {
            margin-top: 5px;
            font-size: 50px;
            padding: 5px;
        }

        .banner_two_text-MT p {
            font-size: 16px;
            padding: 5px;
            margin-bottom: 0;
        }
}

@media (max-width: 399px) {
    .banner_two_text-MT {
        margin-block: 7%;
    }

        .banner_two_text-MT h2 {
            margin-top: 5px;
            font-size: 45px;
            padding: 5px;
        }

        .banner_two_text-MT p {
            font-size: 15px;
            padding: 5px;
            margin-bottom: 0;
        }
}

@media (max-width: 320px) {
    .banner_two_text-MT {
        margin-block: 7%;
    }

    .banner_two_slider_item2 {
    }

    .banner_two_text-MT h2 {
        margin-top: 5px;
        font-size: 40px;
        padding: 5px;
    }

    .banner_two_text-MT p {
        font-size: 14px;
        padding: 5px;
        margin-bottom: 0;
    }
}

.hotelList-details-right-box-price {
    background-color: #EBEDEF;
    border-radius: 5px;
    padding: 20px 30px;
    height: auto;
    min-height: 350px;
}

.hotelList-details-right-box-Info {
    margin-block: 0;
    padding-block: 20px;
    padding-inline: 40px;
}

.search-item-description-ref {
    color: #1F1598;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.224px;
    text-decoration-line: underline;
}

.search-item-description-main {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.224px;
}

/*Modal Detalles */

.modalDetallesBot�n {
}

.modalDetalles {
    border-radius: 10px;
    overflow: hidden;
}

.modalDetallesHeader {
    background: var(--main-color);
    padding: 18px 26px;
}

.modalDetallesHeaderTitulo {
    color: #FFF;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .modalDetallesHeaderTitulo i {
        margin-right: 10px;
    }

.modalDetallesHeaderIcono {
    color: #FFF;
    font-size: 16px;
    margin-right: 5px;
}

.modalDetallesBotonCerrar i {
    background: none;
    border: none;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

    .modalDetallesBotonCerrar i:hover {
        color: #000000;
        transform: scale(1.1);
        transition: transform 0.2s ease-in-out;
    }



.modalDetallesBotonCerrar {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #fff !important;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}


.modalDetallesBody {
}

.modalDetallesColumnaImg img {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.modalDetallesColumnaCnt {
}

.modalDetallesFooter {
}

.modalDetallesColumnaTitulo {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: -5px;
}

.modalDetallesColumnaDias {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
}

.modalDetallesColumnaIcono {
    color: #000;
    font-size: 12px;
    margin-right: 10px;
}

.modalDetallesColumnaLista {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.168px;
    margin-left: 10px;
}

.modalDetallesColumnaListaIcono {
    margin-right: 10px;
    color: #000;
    font-size: 5px !important;
    margin-top: 10px;
}

.modalDetallesColumnaHospedaje {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.168px;
    margin-top: 16px;
}

.modalDetallesColumnaHospedajeIcono {
    margin-right: 5px;
    color: #000;
    font-size: 12px;
}
/****************/

/***Seccion de Vuelos***/
/***Card de alojamiento escogido de Vuelo***/
.card-hospedaje-vuelo {
    margin-bottom: 30px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #CBD1D7;
    /*box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);*/
    overflow: hidden;
}

.card-hospedaje-derecha-info {
    padding: 24px 40px;
    height: 100%;
}

.card-hospedaje-derecha-infob {
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.card-hospedaje-derecha-titulo {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.card-hospedaje-derecha-fechas {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.card-hospedaje-derecha-icon {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.card-hospedaje-derecha-iconos {
    margin-right: 5px;
}

.card-hospedaje-derecha-pasajeros {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
    margin-top: 16px;
}

.card-hospedaje-botonModal-hospedaje {
    color: #0F71E5;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    background: #fff;
    border: 1px solid #FFF;
}

.card-hospedaje-botonModal-escala {
    color: #0B5B71;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*text-decoration-line: underline;*/
    /*background: #fff;
    border: 1px solid #FFF;*/
    white-space: nowrap;
    margin-left: 5px;
}

.card-hospedaje-derecha-text {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.modal-main-container-scale {
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #DDE1E4;
    background: #FFF;
    padding: 0;
    overflow: hidden;
}

.modal-main-container-scale-a {
    background: #FFF;
    padding: 16px 40px;
}

.modal-scale-header-title {
}

    .modal-scale-header-title p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.196px;
        text-transform: capitalize;
    }

.modal-scale-conatiner-horario {
}

    .modal-scale-conatiner-horario p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.196px;
    }

.modal-scale-conatiner-content {
    margin-bottom: 10px;
}

    .modal-scale-conatiner-content p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.196px;
    }

.modal-scale-conatiner-content-subcontainer {
    padding-block: 16px;
}

.modal-scale-conatiner-content-img {
}

    .modal-scale-conatiner-content-img img {
        width: 42px;
        height: 42px;
        flex-shrink: 0;
    }

.modal-scale-conatiner-content-text {
}

    .modal-scale-conatiner-content-text p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.196px;
        margin-bottom: 0.5rem;
    }

.modal-scale-conatiner-timer-main {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.modal-scale-conatiner-timer {
    border-radius: 5px;
    border: 1px solid #DDE1E4;
    background: #EBEDEF;
    color: #646D74;
    font-size: 16px;
    padding: 16px;
    align-content: center;
    margin: 16px 0;
    width: 85%;
}

.modal-scale-conatiner-timer-icon {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

    .modal-scale-conatiner-timer-icon i {
    }

.modal-scale-conatiner-timer-text {
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

    .modal-scale-conatiner-timer-text p {
        color: #646D74;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.196px;
        margin-bottom: 0.5rem;
    }

.modal-main-container-scale-gray {
    background: #EBEDEF;
    border-radius: 10px;
    border: 1px solid #DDE1E4;
    padding: 8px 20px;
    overflow: hidden;
    margin-block: 8px;
}

    .modal-main-container-scale-gray h2 {
        color: #646D74;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.196px;
    }

    .modal-main-container-scale-gray i {
        margin-right: 10px;
    }


.card-hospedaje-derecha-tipo {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card-hospedaje-derecha-personas {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-hospedaje-derecha-precio {
    color: #000;
    /*font-family: Roboto;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.card-hospedaje-derecha-precioxpersona {
    color: var(--black, #000);
    text-align: right;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.card-hospedaje-derecha-impuestos {
    color: var(--black, #000);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.left-side-search-item-v2-box {
    background: #EBEDEF;
    padding: 8px 20px;
}

.left-side-search-item-v2-title {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.left-side-search-item-v2-subtitle {
    color: #646D74;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/****Seccion de vuelo seleccionado****/
.section-flights {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*.section-flights-container {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DDE1E4;
    background: #FFF;
    padding: 0;
    overflow: hidden;
    margin-bottom: 25px;
}*/

.section-flight-selected {
    background-color: #FFF;
    border-radius: 0px;
    border: 3px solid #24A147;
    background: #FFF;
    padding: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
}

.section-flights-container {
    background-color: #ffffff;
    border-radius: 0px;
    /*border-top: 1px solid #DDE1E4;*/
    background: #FFF;
    overflow: hidden;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.section-flights-container-b {
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #DDE1E4;
    background: #FFF;
    overflow: hidden;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.multi_city_flight_lists {
    width: 100%;
}

.section-flights-selected-container {
    background-color: var(--main-color);
    border-radius: 20px;
    border: 2px solid var(--main-color);
    color: #fff;
    overflow: hidden;
    margin-bottom: 25px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.section-flights-selected-container-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 5px 20px;
}

    .section-flights-selected-container-title i {
        margin-right: 10px;
        font-size: 0.8rem;
    }

    .section-flights-selected-container-title p {
        font-size: 1rem;
    }

.section-flights-selected-container-b {
    background-color: #F6F7F8;
    border-radius: 20px 20px 0 0;
    border: 1px solid #CBD1D7;
    color: #28333E;
    overflow: hidden;
    margin-bottom: 25px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.section-flights-selected-container-title-b {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 5px 20px;
}

    .section-flights-selected-container-title-b i {
        margin-right: 10px;
        font-size: 0.8rem;
    }

    .section-flights-selected-container-title-b p {
        font-size: 1rem;
    }

.section-flights-container-left {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.section-flights-container-left-title {
}

    .section-flights-container-left-title p {
        color: #5D6974;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

.section-flights-container-left-aeropuertos {
    color: #646D74;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin-top: 8px;
}

    .section-flights-container-left-aeropuertos p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        text-align: center;
        margin-top: 8px;
    }

.section-flights-container-left-title i {
    margin-right: 5px;
}

.section-flights-container-left-fecha {
}

    .section-flights-container-left-fecha p {
        color: #000;
        text-align: right;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .section-flights-container-left-fecha i {
        margin-right: 5px;
    }

.selected-flight-title {
    background: #F6F7F8;
    padding: 10px 40px;
}

.selected-flight-title-nopadding {
    padding: 0px !important;
}

.pad-0 {
    display: flex;
    justify-content: flex-end;
    padding: 0px;
}

.pad-1 {
    padding: 10px 30px;
}

.marg-0 {
    margin: 15px 0 0 0;
}



.selected-flight-selected {
    padding: 20px 30px;
}

.selected-flight-selected-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .selected-flight-selected-icon i {
        font-size: 20px;
        flex-shrink: 0;
        color: #24A147;
    }

.selected-flight-selected-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*padding: 3px;
    border-radius: 25px;*/
}

    .selected-flight-selected-logo p {
        color: #646D74;
        /*font-family: Inter;*/
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        text-align: center;
        margin-top: 8px;
    }

    .selected-flight-selected-logo i {
    }

.selected-flight-selected-logo-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3px;
    padding-left: 20px !important;
}

    .selected-flight-selected-logo-2 img {
        /*width: 27px;
        height: 27px;*/
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #DDE1E4;
    }

    .selected-flight-selected-logo-2 p {
        font-size: 24px;
    }

    .selected-flight-selected-logo-2 i {
        color: var(--black-color);
    }

.selected-flight-selected-logo-a {
    transform: rotate(180deg)
}

.selected-flight-selected-logo img {
    width: 42px;
    height: 42px;
    border-radius: 25px;
    flex-shrink: 0;
}

.selected-flight-selected-logo i {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    color: var(--black-color);
}

.selected-flight-selected-datos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.selected-flight-selected-horas {
    text-align: center;
    gap: 5px;
    font-size: 12px;
}

    .selected-flight-selected-horas h5 {
        color: #000000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .selected-flight-selected-horas h6 {
        color: #000000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .selected-flight-selected-horas p {
        color: #000000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
    }

.selected-flight-selected-aeropuertos {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.selected-flight-selected-datos-duracion {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.selected-flight-selected-datos-duracion-vuelo {
    color: #000;
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.selected-flight-selected-datos-escala {
    color: #0F71E5;
    text-align: right;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.section-flights-container-right {
    border-left: 1px solid #DDE1E4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.section-flights-container-right-b {
    border-left: 1px solid var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.section-flights-badge {
    background: #24A147;
    color: #fff;
    padding: 8px 15px;
    width: 150px;
    border-radius: 0 0 0 10px;
    text-align: end
}

    .section-flights-badge p {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.168px;
    }

.section-flights-caja {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 18px;
    margin-top: 24px;
}

    .section-flights-caja button {
        margin-top: 16px;
    }

.section-flights-select-title {
    color: #000;
    text-align: right;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.section-flights-cajadeprecio {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.section-flights-select-personas {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: right;
    white-space: nowrap
}

.section-flights-select-precio {
    color: #000;
    /*font-family: Roboto;*/
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: right;
    white-space: nowrap
}

.section-flights-select-precioxpersona {
    color: #000;
    text-align: right;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.section-flights-select-impuestos {
    color: #000;
    text-align: right;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.caja-boton-mas-vuelos {
    display: flex;
    justify-content: center;
    padding: 24px;
}

.boton-mas-vuelos {
    color: #0F71E5 !important;
    text-align: right;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Estilos de card Cambio de Alojamiento en Paquetes*/

.section-alojamiento-container {
    background-color: #FFF;
    border-radius: 20px;
    border: 1px solid #DDE1E4;
    background: #FFF;
    padding: 0;
    overflow: hidden;
    margin-bottom: 25px;
}

.section-alojamiento-container-2 {
    background-color: #FFF;
    border-radius: 10px 10px 0 0;
    border: 1px solid #DDE1E4;
    background: #FFF;
    padding: 0;
    overflow: hidden;
    margin-bottom: 25px;
}

.background-cont-a {
    background-color: #FFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.serviceContainer-v2 {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.card-alojamiento-contenedor-azul {
    background-color: var(--main-color);
    color: #fff;
    height: 40px;
    padding-inline: 40px;
}



.card-alojamiento-contenedor-titulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

    .card-alojamiento-contenedor-titulo h3 {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

    .card-alojamiento-contenedor-titulo p {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.224px;
        text-decoration-line: underline;
        margin-top: 10px;
    }

.card-alojamiento-contenedor-boton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-alojamiento-contenedor-blanco {
    display: flex;
    flex-direction: row;
    height: 90px;
    margin: 0;
    padding-inline: 30px;
}

.card-alojamiento-contenedor-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

    .card-alojamiento-contenedor-info p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px;
    }

    .card-alojamiento-contenedor-info i {
        margin-right: 10px;
    }

.card-alojamiento-contenedor-blanco-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.card-alojamiento-contenedor-blanco-cont-b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.card-alojamiento-contenedor-gris {
    background-color: #EBEDEF;
    padding-inline: 30px;
}

.card-alojamiento-contenedor-gris-cont {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
}

    .card-alojamiento-contenedor-gris-cont p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.196px;
    }





.alojamiento-habitacion-precio {
}


    .alojamiento-habitacion-precio p {
        color: var(--Black, #000);
        /*font-family: Roboto;*/
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.card-alojamiento-selected {
    border: 3px solid #24A147;
    background: #FFF;
    padding: 0;
    margin: 0;
    overflow: hidden;
    padding-inline: 30px;
}

.section-alojamiento-badge {
    background: #24A147;
    color: #fff;
    padding: 8px 15px;
    width: 180px;
    border-radius: 0 0 10px 10px;
    text-align: end;
    margin-top: -35px;
    margin-bottom: 10px;
}

    .section-alojamiento-badge p {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.168px;
    }

/*Version 2*/
/*Estilos defs pagina de Hotel-Vuelo*/
/*Estilos de paquetes */
/*Estilos pagina de resultados de Paquetes*/
.card-general-a {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    overflow: hidden;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0px 15px 15px 20px;
}

.card-general-a-img {
    height: 225px;
    min-height: 255px;
    max-height: 230px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

    .card-general-a-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.card-general-a-content {
    padding: 16px;
}

.card-general-a-title {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-inline: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

    .card-general-a-title h3 {
        color: #0D2366;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.card-general-a-div-info {
    display: flex;
    flex-direction: row;
    color: #646D74;
}

.card-general-a-lugar {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #646D74;
    font-size: 12px;
    margin-top: 15px;
    /*width: 100%;*/
}

    .card-general-a-lugar p {
        font-size: 12px;
    }

.card-general-a-duracion {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #646D74;
    font-size: 12px;
}

.card-general-a-incluye {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #646D74;
    font-size: 12px;
}

    .card-general-a-incluye p {
        font-size: 12px;
    }

.card-general-a-description {
    display: flex;
    flex-direction: column;
    /*margin-top: 16px;*/
    margin-bottom: 18px;
    color: #646D74;
    font-size: 12px;
}

    .card-general-a-description p {
        font-size: 12px;
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

.card-general-a-iconos {
    display: flex;
    flex-direction: row;
    /*margin-bottom: 16px;*/
    color: #646D74;
    font-size: 16px;
}

    .card-general-a-iconos i {
        margin-right: 5px;
    }

.card-general-a-aviso {
}

    .card-general-a-aviso p {
        color: #646D74;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 8px;
        font-style: italic;
        font-weight: 500;
        line-height: normal;
    }

.card-general-a-precio-card {
    display: flex;
    flex-direction: row;
    background: #0D2366;
    padding: 24px 16px;
}

.card-general-a-precio {
    display: flex;
    flex-direction: column;
}

    .card-general-a-precio p {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .card-general-a-precio h3 {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .card-general-a-precio h2 {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.card-general-a-boton {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .card-general-a-boton button {
        width: 110px;
        height: 40px;
        flex-shrink: 0;
        border-radius: 20px;
        background: #FFF;
        font-size: 14px;
        font-weight: 400;
    }

        .card-general-a-boton button:active {
            width: 110px;
            height: 40px;
        }


/*Vista de paquete seleccionado */

.paquete-card-main {
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #DDE1E4;
    overflow: hidden;
}

.paquete-card-main-2 {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid #DDE1E4;
}

.paquete-card-main-3 {
    /*border-radius: 20px;*/
    overflow: hidden;
    padding: 0;
    /*border: 1px solid #DDE1E4;*/
    min-height: 150px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.m-top {
    margin-top: 40px;
}



.paquete-card-main-first {
    height: 260px;
    /*min-height: 220px;
    max-height: 240px;*/
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #F6F7F8;
    justify-content: space-between;
}

.paquete-card-main-img {
    overflow: hidden;
    padding: 0;
    min-height: 250px;
    height: auto;
    /*background: var(--main-color);*/
}

.paquete-card-main-img-b {
    overflow: hidden;
    padding: 0;
    max-height: 120px;
}

.paquete-card-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}

.paquete-card-main-img-a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

    .paquete-card-main-img-a img {
        height: 180px;
        width: 220px;
        object-fit: cover;
        padding: 0;
        border-radius: 10px;
    }

.paquete-card-main-description {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 24px 24px;
    border-inline: 1px solid #DDE1E4;
    border-inline: 1px solid #DDE1E4;
}

.paquete-card-main-description-title {
    color: var(--main-color);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
}

.paquete-card-main-description-title-a {
    color: var(--main-color);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 13px;
}

.paquete-container-text {
    display: flex;
    flex-direction: column;
}

.paquete-card-main-description-incluye {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.paquete-card-info-text {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
}

    .paquete-card-info-text i {
        margin-right: 10px;
        color: #5D6974;
    }

    .paquete-card-info-text p {
        margin-right: 10px;
    }

.paquete-card-main-description-nota {
    display: none;
}





.paquete-card-main-precio-dias {
    color: #28333E;
    text-align: start;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px !important;
}

.paquete-card-main-precio-dias-b {
    color: #000;
    text-align: right;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

.paquete-card-main-precio-dias-a {
    color: #000;
    text-align: left;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.paquete-card-main-precio-container-a {
    padding-inline: 20px;
    width: 100%;
}

.paquete-card-main-precio-a {
    color: #FFF;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .paquete-card-main-precio-a h3 {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .paquete-card-main-precio-a p {
        font-size: 14px;
        text-align: left;
    }

.paquete-card-main-precio-b {
    color: #28333E;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: right;
    padding-block: 10px;
}

    .paquete-card-main-precio-b p {
        font-size: 14px;
        text-align: right;
        font-weight: 400;
        margin-bottom: 1px;
        /*color: #ffffff;*/
    }

    .paquete-card-main-precio-b h3 {
        color: #28333E;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: right;
        display: inline;
    }

    .paquete-card-main-precio-b h2 {
        color: #28333E;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: right;
        margin-bottom: 5px;
    }

    .paquete-card-main-precio-b h5 {
        color: #AAB4BC;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: line-through;
    }

.paquete-card-main-precio-ba {
    color: #FFF;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: right;
    margin-bottom: 1px !important;
}

    .paquete-card-main-precio-ba p {
        text-align: right;
    }

    .paquete-card-main-precio-ba h3 {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: right;
    }

.paquete-card-main-precio-boton {
    display: flex;
    text-align: end;
    margin-block: 20px;
    justify-content: flex-end;
    padding: 0;
}

.paquete-card-main-precio-boton-a {
    margin-block: 10px;
    text-align: end;
}

.paquete-card-main-precio-dias-valido {
    color: #FFF;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    margin-top: 15px;
}

.paquete-card-main-subcontainers {
    width: 100%;
}

.paquete-card-main-subcontainers-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F6F7F8;
    height: 40px;
    padding-inline: 40px;
    color: #28333E;
    border-block: 1px solid #DDE1E4;
    margin-top: -1px;
}

    .paquete-card-main-subcontainers-title i {
        margin-right: 10px;
    }

    .paquete-card-main-subcontainers-title p {
        font-size: 16px;
        line-height: normal;
        font-weight: 500;
        margin-right: 10px;
    }

.paquete-card-main-subcontainers-title-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F6F7F8;
    height: 40px;
    color: #28333E;
    padding-inline: 40px;
}

    .paquete-card-main-subcontainers-title-a p {
        font-size: 16px;
        color: var(--main-color);
        font-weight: 400;
    }

    .paquete-card-main-subcontainers-title-a button {
        font-size: 16px;
        color: var(--main-color);
        font-weight: 400;
    }

.paquete-card-main-subcontainers-content {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 20px 20px;
}

    .paquete-card-main-subcontainers-content p {
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 6px;
        /*text-align: justify;*/
        line-height: 1.4;
        margin-left: 10px;
    }

    .paquete-card-main-subcontainers-content ul li {
        font-size: 13px;
        padding-bottom: 10px;
        margin-left: 10px;
    }

    .paquete-card-main-subcontainers-content p span {
        font-size: 14px;
    }

        .paquete-card-main-subcontainers-content p span strong {
            font-size: 14px;
            /*padding-bottom: 11px;*/
        }

    .paquete-card-main-subcontainers-content p strong {
        font-size: 14px;
        /*padding-bottom: 12px;*/
    }

        .paquete-card-main-subcontainers-content p strong span {
            font-size: 16px;
            padding-inline: 12px;
        }


    .paquete-card-main-subcontainers-content div table {
        width: 100%;
    }

        .paquete-card-main-subcontainers-content div table tbody tr td p strong span {
            font-size: 10px !important;
        }

        .paquete-card-main-subcontainers-content div table tbody tr td p {
            text-align: left !important;
        }

    .paquete-card-main-subcontainers-content div span {
        font-size: 14px;
    }

    .paquete-card-main-subcontainers-content div strong {
        font-size: 14px;
    }

.paquete-vuelos-content-subtitle {
    color: #646D74;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px !important;
}



.paquete-vuelos-subcontent-info-hora {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

.paquete-vuelos-subcontent-info-destino {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.paquete-vuelos-subcontent-info-duracion {
    color: #000;
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.paquete-vuelos-subcontent-info-directo {
    color: var(--black-color);
    text-align: right;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.paquete-vuelos-content-b {
    padding-inline: 20px;
}

    .paquete-vuelos-content-b p {
    }

.paquete-vuelos-content-c {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.text-vuelo {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--main-color);
    letter-spacing: 0.5px;
}

.icon-vuelo {
    font-size: 1.2rem;
    color: var(--main-color);
    margin-left: 2rem;
}

.text-sin_vuelo {
    color: var(--main-color);
}

.text-sin_vuelo-bold {
    font-weight: 900;
}

.paquete-vuelos-subcontent-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-left-border {
    border-right: 1px solid #DDE1E4;
}

.paquete-alojamiento-icon {
    display: flex;
    justify-content: center;
    color: #646D74;
}

    .paquete-alojamiento-icon img {
        height: 150px;
        width: 150px;
        border-radius: 10px;
        object-fit: cover;
        object-position: center;
    }


.paquete-alojamiento-hotel-title {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.paquete-alojamiento-hotel-fechas {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.paquete-alojamiento-alojamiento-habitacion {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.paquete-alojamiento-alojamiento-tipo {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*Estilos de Textos de Paquetes de Card*/
.sub-title-paquete-card {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 6px;
}

.text-paquete-card {
    color: #5D6974;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.text-paquete-cardb {
    color: #5D6974;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: 10px;
}

.text-paquete-cardAdd {
    color: #24A147;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.paquete-card-main-img-m {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

    .paquete-card-main-img-m img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 0;
    }


.paquete-card-main-precio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #F6F7F8;
    padding: 36px 24px;
}




@media (max-width: 767px) {

    .icon-vuelo {
        font-size: 1.2rem;
        color: var(--main-color);
        margin-left: 0rem;
    }

    /*Vista de paquete seleccionado */

    .hidden-md-mobile {
        display: none;
    }

    .paquete-card-main {
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
        border: 1px solid #DDE1E4;
    }

    .paquete-card-main-first {
        height: auto;
    }


    .paquete-card-main-img-m {
        /*display: none;*/
        overflow: hidden;
        padding: 0;
    }

        .paquete-card-main-img-m img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            padding: 0;
        }

    .paquete-card-main-img {
        overflow: hidden;
        padding: 0
    }

        .paquete-card-main-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            padding: 0;
        }

    .paquete-card-main-description {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 36px 24px;
        border-right: 1px solid #F6F7F8;
    }

    .paquete-card-main-description-title {
        font-size: 18px;
        text-align: start;
    }

    .paquete-card-main-description-incluye {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .paquete-card-main-description-nota {
        color: #646D74;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 20px;
    }

    .paquete-card-contenedor-precio {
        display: flex;
        /*flex-direction: column;
        align-items: flex-end;
        background: #F6F7F8;
        padding: 36px 24px;
        border-left: 1px solid #DDE1E4;*/
    }


    .paquete-card-main-precio-dias {
        text-align: center;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .paquete-card-main-precio-container-a {
        padding-inline: 0px;
    }

    .paquete-card-main-precio-a {
        text-align: center;
    }

        .paquete-card-main-precio-a p {
            font-size: 14px;
            text-align: center;
        }

        .paquete-card-main-precio-a h3 {
            color: #FFF;
            font-size: 20px;
            margin-bottom: 15px;
            text-align: center;
        }

    .paquete-card-main-precio-boton {
        display: flex;
        justify-content: center;
        margin-block: 40px 10px;
    }

    .paquete-card-main-precio-dias-valido {
        font-size: 10px;
        margin-top: 15px;
        text-align: center;
    }

    .paquete-card-main-subcontainers {
        width: 100%;
    }

    .paquete-card-main-subcontainers-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: var(--main-color);
        height: 40px;
        color: #fff;
        padding-inline: 40px;
    }

        .paquete-card-main-subcontainers-title i {
            margin-right: 10px;
        }

    .paquete-card-main-subcontainers-content {
        background: #fff;
        display: flex;
        align-items: flex-start;
        padding: 20px 20px;
    }

    .paquete-vuelos-content-subtitle {
        font-size: 10px;
        margin-bottom: 16px;
    }

    .paquete-vuelos-subcontent-logo {
        display: flex;
        color: #646D74;
        justify-content: center;
        padding: 0;
    }

    /*.paquete-vuelos-subcontent-logo img {
            width: 22px;
            height: 22px;
            flex-shrink: 0;
            margin-left: 14px;
            border-radius: 50%;
            border: 1px solid #DDE1E4;
        }*/

    .paquete-vuelos-subcontent-info {
        text-align: start;
    }

    .paquete-vuelos-subcontent-info-hora {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 8px;
    }

    .paquete-vuelos-subcontent-info-destino {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .paquete-vuelos-subcontent-info-duracion {
        color: #000;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }



    .paquete-vuelos-content-a {
    }

        .paquete-vuelos-content-a p {
            margin-top: 5px;
        }

    .paquete-vuelos-content-b {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

        .paquete-vuelos-content-b p {
            margin-top: 5px;
        }

    .paquete-vuelos-subcontent-logo img {
        margin-left: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 10px;
    }

    .paquete-vuelos-content-c {
        display: flex;
        justify-content: center;
        padding: 0 0 0 0;
        margin-top: 0;
        padding-bottom: 25px;
        border-bottom: 1px solid #DDE1E4;
    }

    .paquete-alojamiento-hotel-container {
        margin-top: 10px;
        margin-left: 0px;
        align-items: center;
    }

    .form-check-label {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .content-mobile-column {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .paquete-vuelos-subcontent-timer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .div-left-border {
        border-right: 0px solid #DDE1E4;
        padding-inline: 0;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .paquete-card-main-subcontainers-title p {
        font-size: 12px;
    }

    .paquete-alojamiento-icon {
        display: flex;
        justify-content: center;
        color: #646D74;
    }

    .paquete-card-main-subcontainers-content p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 12px;
        text-transform: capitalize;
    }

    .paquete-card-main-subcontainers-content span {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 6px;
        text-transform: capitalize;
    }

    .paquete-alojamiento-hotel-title {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .paquete-alojamiento-hotel-fechas {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .paquete-alojamiento-alojamiento-habitacion {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .paquete-alojamiento-alojamiento-tipo {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    /*Estilos de Textos de Paquetes de Card*/
    .sub-title-paquete-card {
        font-size: 12px !important;
        margin-bottom: 2px !important;
    }

    .text-paquete-card {
        font-size: 12px !important;
        margin-bottom: 3px !important;
    }

    /*Caja de vuelos de Paquetes de Card*/

    .card-paqueteVuelos-contDerecho-subcontenedor {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 18px;
        width: 100%;
        height: 160px;
        background-color: var(--main-color);
    }

    .card-alojamiento-contenedor-blanco {
        padding-inline: 10px;
        padding-block: 20px;
        height: auto;
        gap: 20px;
        border-bottom: 1px solid #DDE1E4;
    }

    .card-alojamiento-contenedor-gris {
        background-color: #EBEDEF;
        padding-inline: 15px;
        padding-block: 5px;
    }

    .section-alojamiento-badge {
        width: 170px;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .card-alojamiento-contenedor-info p {
        font-size: 12px;
        margin-bottom: 16px;
        text-align: center;
    }



    .alojamiento-habitacion-opcion p {
        font-size: 12px;
    }

    .white-general-card-button {
        height: 30px !important;
        width: 80px !important;
        font-size: 12px !important;
    }

    .alojamiento-habitacion-precio p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
    }
}

/*Caja de vuelos de Paquetes de Card*/

.card-paqueteVuelos-contDerecho {
    border-left: 1px solid #DDE1E4;
    padding: 0px;
}

.card-paqueteVuelos-contDerecho-subcontenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px;
    width: 100%;
    height: 160px;
    background-color: var(--main-color);
}

.card-paqueteVuelos-contDerecho-sub {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 18px;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
}

.card-paqueteVuelos-contDerecho-subcontenedor-cajaPrecio {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    width: 90%;
    margin-bottom: 24px;
}

.card-paqueteVuelos-contDerecho-subcontenedor-personas {
    color: #fff;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: right;
    white-space: nowrap;
    padding-right: 5px;
}

.card-paqueteVuelos-contDerecho-subcontenedor-precio {
    color: #fff;
    /*font-family: Roboto;*/
    font-size: 19px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: right;
    white-space: nowrap;
}

/*Estilos de Botones*/
/*Boton Sencillo Fondo Blanco*/
.white-general-card-button {
    color: var(--main-color);
    background-color: var(--white-color);
    border-radius: 20px;
    border: 1px solid var(--main-color);
    height: 36px;
    width: 130px;
    margin-inline: 5px;
    font-size: 14px;
    transition: var(--transition);
}

    .white-general-card-button:hover {
        color: var(--white-color);
        background-color: var(--main-color);
    }

    .white-general-card-button:active {
        color: var(--main-color);
        background-color: var(--white-color);
    }

/* Boton Sencillo Fondo Blanco color secundario*/
.white-secondary-general-card-button {
    color: var(--black-color);
    background-color: var(--white-color);
    border-radius: 20px;
    border: 1px solid var(--black-color);
    height: 36px;
    width: 130px;
    margin-inline: 5px;
    font-size: 14px;
    transition: var(--transition);
}

    .white-secondary-general-card-button:hover {
        color: var(--white-color);
        background-color: var(--black-color);
    }

    .white-secondary-general-card-button:active {
        color: var(--white-color);
        background-color: var(--black-color);
    }

/* Bot�n Sencillo Fondo Color Secundario*/
.main-general-card-button {
    color: var(--white-color);
    background-color: var(--black-color);
    border-radius: 20px;
    border: 1px solid var(--black-color);
    height: 36px;
    width: 130px;
    margin-inline: 5px;
    font-size: 14px;
    transition: var(--transition);
}

    .main-general-card-button:hover {
        color: var(--white-color);
        background-color: var(--main-color);
        border: 1px solid var(--black-color);
    }

    .main-general-card-button:active {
        color: var(--white-color);
        background-color: var(--main-color);
        border: 1px solid var(--black-color);
    }

/* Bot�n Sencillo Fondo Color Secundario*/
.main-general-card-button-black-background {
    color: var(--company-text);
    background-color: var(--black-color);
    border-radius: 5px;
    border: 1px solid var(--black-color);
    min-height: 36px;
    min-width: 140px;
    /* max-width: 161px; */
    /* margin-inline: 15px;*/
    font-size: 16px;
    text-align: center;
    transition: var(--transition);
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .main-general-card-button-black-background:hover {
        color: var(--company-text);
        background-color: var(--main-color);
        border: 1px solid var(--black-color);
    }

    .main-general-card-button-black-background:active {
        color: var(--company-text);
        background-color: var(--main-color);
        border: 1px solid var(--black-color);
    }


.containerBtns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}


/* Bot�n Sencillo Fondo Color Secundario v2*/
.main-general-card-button-black-background-v2 {
    color: var(--white-color);
    background-color: var(--black-color);
    border-radius: 5px;
    border: 1px solid var(--black-color);
    min-height: 36px;
    width: 100%;
    /*min-width: 146px;*/
    /* max-width: 161px; */
    /*margin-inline: 15px;*/
    margin-block: 15px;
    font-size: 18px;
    text-align: center;
    transition: var(--transition);
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .main-general-card-button-black-background-v2:hover {
        color: var(--main-color);
        background-color: var(--white-color);
        border: 1px solid var(--black-color);
    }

    .main-general-card-button-black-background-v2:active {
        color: var(--main-color);
        background-color: var(--white-color);
        border: 1px solid var(--black-color);
    }

/* Bot�n Sencillo Fondo Color Secundario v2*/
.main-general-card-button-black-background-v3 {
    color: #646d74;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #646d74;
    min-height: 36px;
    width: 185px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: var(--transition);
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 5px;
    text-transform: uppercase;
}


    .main-general-card-button-black-background-v3 i {
        margin-left: 10px;
    }

    .main-general-card-button-black-background-v3:hover {
        color: #646d74;
        background-color: #ebedef;
        border: 1px solid #646d74;
    }

    .main-general-card-button-black-background-v3:active {
        color: var(--white-color);
        background-color: #646d74;
        border: 1px solid #646d74;
    }



/* Bot�n Sencillo Fondo Color Secundario WhatsApp*/
.main-general-card-button-black-background-whats {
    color: #ffffff;
    background: #25D366;
    border-radius: 25px;
    border: 1px solid #25D366;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    transition: var(--transition);
    padding: 14px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

    .main-general-card-button-black-background-whats:hover {
        color: #075e54;
        background-color: #d2f2d6;
        border: 2px solid #075e54;
    }

/*Card Nueva General*/

/*Card Nueva General*/


.grid-cardbox-v2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 0 0;
    padding: 10px 20px;
    gap: 15px
}

.grid-cardbox-v3 {
    display: flex;
    margin: 0 0 0 0;
    padding: 10px 20px;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*justify-content: space-evenly;*/
}



.cardbox-v2-img {
    min-height: 130px;
    max-height: 135px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .cardbox-v2-img img {
        object-fit: cover;
        max-width: 100%;
        width: 330px;
        height: 100%;
    }

.cardbox-v2-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 8px;
    padding-inline: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    min-height: 70px;
    max-height: 70px;
}

    .cardbox-v2-title h3 {
        color: var(--main-color);
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
    }

    .cardbox-v2-title a {
        color: var(--main-color);
        text-align: center;
        /*font-family: Inter;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
    }


.cardbox-v2-content {
    display: flex;
    align-items: stretch;
    /*padding-block: 8px;*/
    padding-block: 0px;
    padding-inline: 16px;
    min-height: 100px;
    max-height: 250px;
}

.cardbox-v2-content-info {
    display: flex;
    flex-direction: row;
}

.cardbox-v2-content-info-lugar {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #646D74;
    font-size: 12px;
}

    .cardbox-v2-content-info-lugar i {
        margin-right: 5px;
    }

.cardbox-v2-content-info-lugar-b {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #646D74;
    font-size: 12px;
    margin-bottom: 8px;
}

    .cardbox-v2-content-info-lugar-b i {
        margin-right: 15px;
    }

    .cardbox-v2-content-info-lugar-b p {
        font-size: 12px;
    }

.cardbox-v2-content-info-duracion {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #646D74;
    font-size: 12px;
}

    .cardbox-v2-content-info-duracion i {
        margin-right: 15px;
    }

.cardbox-v2-content-info-duracion-b {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #646D74;
    font-size: 12px;
    margin-bottom: 8px;
}

    .cardbox-v2-content-info-duracion-b i {
        margin-right: 15px;
    }

    .cardbox-v2-content-info-duracion-b p {
        font-size: 12px;
    }


.cardbox-v2-content-info-incluye {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    margin-bottom: 18px;
    color: #000;
}

    .cardbox-v2-content-info-incluye p {
        font-size: 12px;
    }

.cardbox-v2-content-info-incluye-b {
    display: flex;
    flex-direction: row;
    /*margin-top: 16px;*/
    margin-bottom: 18px;
    color: #646D74;
}

    .cardbox-v2-content-info-incluye-b i {
        margin-right: 10px;
    }

    .cardbox-v2-content-info-incluye-b p {
        font-size: 12px;
    }

.cardbox-v2-content-info-iconos {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*margin-bottom: 16px;*/
}

    .cardbox-v2-content-info-iconos i {
        margin-right: 5px;
        font-size: 14px;
        color: #646D74;
    }

.cardbox-v2-content-info-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 16px;
}

.cardbox-v2-content-info-aviso {
}

    .cardbox-v2-content-info-aviso p {
        color: #646D74;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 9px;
        font-style: italic;
        font-weight: 500;
        line-height: normal;
    }

.cardbox-v2-content-precio-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: var(--main-color);
    padding: 12px 16px;
    height: 90px;
}

.cardbox-v2-content-precio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 16px;
}

    .cardbox-v2-content-precio h3 {
        color: var(--company-text);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .cardbox-v2-content-precio h4 {
        color: var(--company-text);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .cardbox-v2-content-precio h5 {
        color: var(--company-text);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: line-through;
    }

    .cardbox-v2-content-precio p {
        color: var(--company-text);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 9px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

.cardbox-v2-boton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/*card box dorso*/

.cardbox-v2-back {
    width: 300px;
    height: 10px;
    max-width: 310px;
    max-height: 430px;
    min-width: 310px;
    min-height: 430px;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(170deg, var(--main-color) 30.34%, var(--main-color) 64.03%, var(--black-color) 94.76%);
    padding-left: 8px;
}

.cardbox-v2-back-c1 {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cardbox-v2-back-info {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.cardbox-v2-back-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #646D74;
    font-size: 12px;
}

.cardbox-v2-back-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.cardbox-v2-back-title h5 {
    color: #FFF;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.cardbox-v2-button-card {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    background: #fff !important;
    border-radius: 30px;
    border: 1px solid;
    border-color: var(--main-color);
    color: var(--main-color);
}

    .cardbox-v2-button-card:hover {
        background: var(--black-color) !important;
        border-color: transparent;
        color: #fff;
    }

    .cardbox-v2-button-card:active {
        background: var(--black-color) !important;
        border-color: transparent;
        color: #fff;
    }

.cardbox-v2-button-backCard {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    background: #fff !important;
    border-radius: 30px;
    border-color: transparent;
    color: var(--main-color);
}

    .cardbox-v2-button-backCard:hover {
        background: var(--black-color) !important;
        border-color: transparent;
        color: #fff;
    }

    .cardbox-v2-button-backCard:active {
        background: var(--black-color) !important;
        border-color: transparent;
        color: #fff;
    }


.heroBannerExpeBarraHomeColumn {
    display: flex;
    justify-content: center;
}

.HomeMain-v2-button {
    width: 250px;
    height: 50px;
    flex-shrink: 0;
    background: var(--black-color) !important;
    border-radius: 30px;
    border-color: transparent;
    color: #fff;
    /* margin-bottom: 12px; */
}

    .HomeMain-v2-button:hover {
        background: #fff !important;
        border-color: var(--black-color);
        color: var(--black-color);
        border-radius: 30px;
    }

    .HomeMain-v2-button:active {
        background: #fff !important;
        border-color: var(--black-color);
        color: var(--black-color);
        border-radius: 30px;
    }

.cardbox-v2-back-content-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .cardbox-v2-back-content-info p {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

.cardbox-v2-back-content {
    display: flex;
    align-items: stretch;
    padding-block: 8px;
    padding-inline: 16px;
    height: auto;
}

.cardbox-v2back-content-card {
    display: flex;
    flex-direction: row;
    padding: 16px 16px;
    height: 80px;
}

.cardbox-v2-back-button {
    width: 120px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    font-size: 14px;
    font-weight: 400;
    color: var(--black-color);
    background-color: #fff;
    border-color: transparent;
}

    .cardbox-v2-back-button:active {
        border-radius: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: var(--black-color);
        border-color: transparent;
    }

    .cardbox-v2-back-button:hover {
        border-radius: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: var(--black-color);
        border-color: transparent;
    }

.cardbox-v2-back-boton {
    display: flex;
    justify-content: end;
}


/* Estilos para la tarjeta frontal */
.cardbox-v2-main-conatiner {
    width: 320px; /* Ajusta el ancho seg�n tus necesidades */
    height: 480px; /* Ajusta la altura seg�n tus necesidades */
    overflow: hidden;
}

.cards-carousel-container {
}

.cardbox-v2 {
    /*position: absolute;*/
    perspective: 1000px;
    width: 300px;
    height: 500px;
    /*height: auto;*/
    max-width: 300px;
    max-height: 500px;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #fff;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    transform: rotateY(0deg);
    backface-visibility: visible;
}



.cardbox-v3 {
    position: absolute;
}

/* Estilo para la tarjeta trasera */
.cardbox-v2-back {
    position: absolute;
    width: 100%;
    height: 100%;
    /*visibility: hidden;*/
    transform-style: preserve-3d;
    transition: transform 0.5s;
    transform: rotateY(-180deg);
    backface-visibility: hidden;
}

/* Clase para mostrar la tarjeta trasera */
.cardbox-v2.active {
    /* visibility: hidden;*/
    transform: rotateY(180deg);
    backface-visibility: hidden;
}

/* Clase para mostrar la tarjeta frontal */
.cardbox-v2-back.active {
    /*visibility: visible;*/
    transform: rotateY(0deg);
    backface-visibility: visible;
}


/*Nueva Card Lite param Carrusel*/

.cardbox-lite-v2 {
    width: 290px;
    height: 350px;
    max-width: 290px;
    max-height: 350px;
    min-width: 290px;
    min-height: 350px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cardbox-lite-v2-img {
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .cardbox-lite-v2-img img {
        object-fit: cover;
        height: 100%;
    }

.cardbox-lite-v2-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 8px;
    padding-inline: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    height: 65px;
    background: var(--main-color);
}

    .cardbox-lite-v2-title h3 {
        color: var(--company-text);
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
    }

.cardbox-lite-v2-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-around;
    padding: 0 16px 8px 16px;
    /*padding-block: 8px;
    padding-inline: 16px;*/
    height: auto;
    background: #fff;
}


.cardbox-lite-v2-content {
    min-height: 140px;
    /*min-height: 150px;*/
    height: 150px;
}

.cardbox-lite-v2-content-info {
    display: flex;
    flex-direction: row;
}

.cardbox-lite-v2-content-info-a {
    display: flex;
    flex-direction: row;
    /*width: 100%;*/
    padding-block: 10px;
}

.cardbox-lite-v2-content-text {
    max-height: 085px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

    .cardbox-lite-v2-content-text p {
        font-size: 12px;
    }

.cardbox-lite-v2-content-precio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 16px;
}

    .cardbox-lite-v2-content-precio h4 {
        color: var(--black-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .cardbox-lite-v2-content-precio h3 {
        color: var(--black-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .cardbox-lite-v2-content-precio p {
        color: var(--black-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 9px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

.cardbox-lite-v2-precio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .cardbox-lite-v2-precio h4 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .cardbox-lite-v2-precio h5 {
        color: #AAB4BC;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: line-through;
    }

    .cardbox-lite-v2-precio h3 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .cardbox-lite-v2-precio p {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 9px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }




.cardbox-lite-v2-boton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cardbox-lite-button-active {
    width: auto;
    height: 30px;
    padding: 4px 10px;
    flex-shrink: 0;
    background: var(--main-color) !important;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    border: 1px solid transparent;
}

.cardbox-oferta-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    margin-bottom: -8px;
}

.cardbox-oferta {
    position: absolute;
    background: #E81313;
    padding: 8px 10px;
    border-radius: 0 0 8px 8px;
    display: flex;
}

    .cardbox-oferta p {
        color: #fff;
        font-size: 13px;
        line-height: normal;
    }

    .cardbox-oferta i {
        color: #fff;
        font-size: 13px;
        margin-right: 8px;
    }



/* Card defs Circuitos symbol defs Info*/
.cardbox-info {
    width: 240px;
    height: 340px;
    max-width: 240px;
    max-height: 340px;
    min-width: 240px;
    min-height: 340px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cardbox-info-v2-img {
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    padding: 0;
}

    .cardbox-info-v2-img img {
        object-fit: cover;
    }

.cardbox-info-content {
    display: flex;
    align-items: stretch;
    padding-block: 8px;
    padding-inline: 16px;
}

.cardbox-info-content-info {
    display: flex;
    flex-direction: row;
}

.cardbox-info-content-info-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .cardbox-info-content-info-text h3 {
        color: #000;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 8px;
    }

    .cardbox-info-content-info-text p {
        overflow: hidden;
        color: #000;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 8px;
    }

.cardbox-info-v2-boton {
    margin-top: 5px;
}

    .cardbox-info-v2-boton a {
        color: var(--black-color) !important;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
    }



/* Contenedor general de Cards*/

.cards-carousel-container {
    overflow: hidden;
    padding-inline: 10px;
}

    .cards-carousel-container .card-slider .owl-item {
        /*display: flex;
        justify-content: center;
        padding: 16px;*/
    }

    .cards-carousel-container .owl-carousel .owl-stage-outer {
        /*display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: auto;*/
    }


.contenerdor-cards-car23 {
    display: flex;
    flex-direction: row;
    gap: 15px;
}



/*CardBox de Circuitos*/
.cardbox-circuitos {
    width: 450px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    margin-inline: 15px;
    margin-block: 25px;
    border-radius: 10px;
}

.cards-carousel-container-a {
    width: 95%;
    margin-inline: 20px;
}



.card-slider .owl-item {
    /*margin-left: 10px;*/ /* Ajusta el margen derecho si es necesario */
    display: flex;
    justify-content: center;
}

.card-slider-circuitos .owl-item {
    /*margin-left: 10px;*/ /* Ajusta el margen derecho si es necesario */
    display: flex;
    justify-content: center;
}

.card-slider-circuitos .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.card-slider-circuitos .owl-prev,
.card-slider-circuitos .owl-next {
    background-color: #ffffff;
    color: var(--main-color) !important;
    font-size: 35px !important;
    padding: 10px;
}

.card-slider-circuitos .owl-prev {
    float: left;
}

.card-slider-circuitos .owl-next {
    float: right;
}





/*Fin CardBox de Circuitos*/



/*CardBox de Testimoniales*/

.cardbox-testimonial {
    width: 290px;
    height: 250px;
    max-width: 290px;
    max-height: 250px;
    min-width: 290px;
    min-height: 250px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.cardbox-testimonial-icon {
    background-color: #EBEDEF;
    border-radius: 100%;
    padding: 6px 12px;
    margin-block: 16px;
}

.cardbox-testimonial-text {
    text-align: left;
    margin-bottom: 16px;
}

    .cardbox-testimonial-text p {
        color: #071D2E;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

.cardbox-testimonial-name {
    width: 100%;
    text-align: right;
    margin-bottom: 4px;
}

    .cardbox-testimonial-name p {
        color: #000;
        text-align: right;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.cardbox-testimonial-origin {
    width: 100%;
    text-align: right;
}

    .cardbox-testimonial-origin p {
        color: #000;
        text-align: right;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

/*Fin CardBox de Testimoniales*/

/*Slider Cards*/

/*Fin Slider Cards*/

/*New Home V1*/
.card-slider .owl-carousel {
}

.textoHome-v2 {
    margin-bottom: 16px;
}


    .textoHome-v2 h2 {
        text-align: initial;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        font-weight: bold;
        color: var(--main-color);
    }

.textoHome-v4 {
    margin-bottom: 16px;
}


    .textoHome-v4 h2 {
        text-align: initial;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 35px;
        font-weight: bold;
        color: var(--main-color);
    }

.textoHome-v2 h3 {
    display: inline;
}

    .textoHome-v2 h3:nth-of-type(1) {
        color: var(--main-color);
        /*font-family: Roboto;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 20px;
        /*display: inline;*/
    }

    .textoHome-v2 h3:nth-of-type(2) {
        color: var(--black-color);
        /*font-family: Roboto;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        /*display: inline;*/
    }

.textoHome-v2-a {
}

    .textoHome-v2-a h2 {
        text-align: center;
    }

    .textoHome-v2-a h3 {
        text-align: center;
    }

/*About us section*/

.section-aboutus-v1 {
    margin-block: 175px;
}

.section-aboutus-v3 {
    margin-block: 130px;
}

.aboutus-textoHome-v2 {
    margin-bottom: 16px;
}


    .aboutus-textoHome-v2 h2 {
        text-align: initial;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 45px;
        font-weight: bold;
        color: var(--main-color);
        margin-left: 0px;
    }

    .aboutus-textoHome-v2 h3 {
        display: inline;
    }

        .aboutus-textoHome-v2 h3:nth-of-type(1) {
            color: var(--main-color);
            /*font-family: Roboto;*/
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-left: 0px;
            /*display: inline;*/
        }

        .aboutus-textoHome-v2 h3:nth-of-type(2) {
            color: var(--black-color);
            /*font-family: Roboto;*/
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            /*display: inline;*/
        }

    .aboutus-textoHome-v2 h4 {
        text-align: initial;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-weight: bold;
        color: var(--main-color);
        margin-left: 0px;
        margin-bottom: 15px;
    }


.section-aboutus-v3 {
    margin-block: 75px;
}

.aboutus-textoHome-v2-b {
    display: flex;
}

    .aboutus-textoHome-v2-b h3 {
        display: inline;
        margin-bottom: 15px;
    }

        .aboutus-textoHome-v2-b h3:nth-of-type(1) {
            color: var(--main-color);
            /*font-family: Roboto;*/
            font-size: 25px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-right: 10px;
        }

        .aboutus-textoHome-v2-b h3:nth-of-type(2) {
            color: var(--black-color);
            /*font-family: Roboto;*/
            font-size: 25px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

.aboutus-div-Card-D-b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 32px;
    gap: 15px;
}


    .aboutus-div-Card-D-b p {
    }


.aboutus-div-Card-D {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


    .aboutus-div-Card-D p {
        text-align: justify;
        margin-bottom: 15px;
    }


.aboutus-div-Destinos {
    display: flex;
    flex-direction: row;
    align-items: center;
}


    .aboutus-div-Destinos img {
        max-height: 550px;
    }

.aboutus-div-Destinos-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    flex-shrink: 0;
    overflow: hidden;
    gap: 5%;
}

    .aboutus-div-Destinos-a img {
        /*width: 100%;*/
        height: 50%;
        object-fit: cover;
        border-radius: 10px;
        margin-top: -150px;
    }

.aboutus-div-Destinos-b {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    gap: 3%;
    align-items: center;
}

.aboutus-div-Destinos-img-a {
    object-fit: cover;
    width: 100%;
    height: 30%;
    flex-shrink: 0;
    border-radius: 10px;
}

.aboutus-div-Destinos-img-b {
    object-fit: cover;
    width: 100%;
    height: 30%;
    flex-shrink: 0;
    border-radius: 10px;
}

.aboutus-div-Destinos-img-c {
    object-fit: cover;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 10px;
}
/*Fin About us section*/




.section-v1-home {
    background-image: url(https://eurocdn.azureedge.net/bucket/EBE/ExperienciaBanner/983Rectangle%20263.png);
    background-position: center;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-radius: 15px;*/
}

.section-v1-home-sears {
    background-image: url(https://eurocdn.azureedge.net/bucket/EBE/sears/758bannerSears2.webp);
    background-position: center;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-radius: 15px;*/
}

.section-v1-banner-home {
    background-image: url(https://eurocdn.azureedge.net/bucket/EBE/Ebe-Vuelos/845Banner-Experiencias-2.webp);
    background-position: left;
    height: 450px;
    width: 100%;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-radius: 15px; */
}

.section-v1-banner-home-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 450px;
}

    .section-v1-banner-home-content h2 {
        color: #fff;
        text-shadow: 1px 1px 2px black;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: flex;
        margin-bottom: 16px;
    }

    .section-v1-banner-home-content img {
        width: 110px;
        height: auto;
        display: flex;
        margin-bottom: 16px;
    }

    .section-v1-banner-home-content p {
        color: #fff;
        text-shadow: 1px 1px 2px black;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }


.section-v1-front-banner-home {
    background: linear-gradient(90deg, var(--black-color) 45.15%, rgba(206, 109, 22, 0.00) 83.29%);
    background-position: center;
    padding: 0 0 0 10%;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-radius: 15px; */
}

.banner-v1-home {
    background: linear-gradient(90deg, var(--black-color) 45.15%, rgba(206, 109, 22, 0.00) 83.29%);
    background-position: center;
    padding: 0 0 0 10%;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-radius: 15px;*/
}

.banner-v1-home-sears {
    background: linear-gradient(90deg, var(--main-color) 45.15%, rgba(206, 109, 22, 0.00) 83.29%);
    background-position: center;
    padding: 0 0 0 10%;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-radius: 15px;*/
}

.banner-v1-home-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

    .banner-v1-home-content h3 {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 16px;
        margin-top: 25px;
    }

    .banner-v1-home-content p {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

.banner-v1-home-img {
    display: flex;
}

/*footer nuevo*/
.section-footer-home {
    background-color: #fff;
}

.section-subfooter-home {
    background-color: var(--main-color);
    color: #fff;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.section-subfooter-home-container {
    width: 90%;
}


/* Subfooter Sitio en Contruccion*/

.section-subfooter-home-a {
    height: auto;
    background-color: var(--main-color);
    color: #fff;
    height: auto;
    padding-block: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-subfooter-home-container-a {
    width: 100%;
}

.section-subfooter-home-container-b {
    width: 100%;
    margin-top: 15px;
}


.section-footer-column-a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}



.section-footer-column-title-a {
    color: #fff;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

    .section-footer-column-title-a h4 {
        color: #fff;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.section-footer-column-content-row-a {
}

    .section-footer-column-content-row-a p {
        color: #fff;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .section-footer-column-content-row-a i {
        width: 18px;
        height: auto;
        color: #fff;
        margin-right: 10px;
        font-size: 18px;
    }

    .section-footer-column-content-row-a a {
        color: #fff;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        /* text-decoration-line: underline; */
    }

.section-footer-column-title img {
    width: auto;
    height: 4rem;
    margin-top: 32px;
    margin-bottom: 32px;
}

.section-footer-column-title h4 {
    color: var(--main-color);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}

.section-footer-column-content {
    margin-bottom: 10px;
}

.section-footer-column-content-row {
    margin-bottom: 15px;
}

    .section-footer-column-content-row i {
        width: 18px;
        height: auto;
        color: var(--main-color);
        margin-right: 10px;
        font-size: 18px;
    }

    .section-footer-column-content-row p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        /*text-decoration-line: underline;*/
    }

.section-subfooter-content-a {
    display: flex;
    justify-content: flex-start;
}

.section-subfooter-content-b {
    display: flex;
    justify-content: flex-end;
}

.section-subfooter-home-text h5 {
    color: var(--company-text);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*.section-subfooter-home-text a {
    color: var(--company-text);
    font-size: 12px;
    line-height: normal;
}

.section-subfooter-home-text a:hover {
    color: var(--black-color);
    font-size: 12px;
    line-height: normal;
}*/

.section-subfooter-home-text a {
    color: var(--company-text);
    font-size: 12px;
    line-height: normal;
}

.section-subfooter-home-text i {
    margin-left: 8px;
    font-size: 22px;
    transition: transform 0.3s ease;
}

    .section-subfooter-home-text i:hover {
        transform: scale(1.1);
    }

.loader-container {
    min-height: 150px;
}

.booking_success_img img {
    height: 50px;
    width: auto;
}

.section-cardbox-v2-badge-container {
    display: flex;
    justify-content: flex-end;
    padding-inline: 15px;
}

.section-cardbox-v2-badge {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 8px 15px;
    height: 40px;
    width: 110px;
    margin-bottom: -48px;
    border-radius: 0 0 10px 10px;
    text-align: end;
    z-index: 45;
}

.section-cardbox-v2-badge-green {
    background: #24A147;
}

.section-cardbox-v2-badge-red {
    /*background: #E81313;*/
}

.section-cardbox-v2-badge p {
    color: #FFF;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.168px;
    margin-bottom: 5px;
}

.section-cardbox-v2-badge-b {
    color: #FFF;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.168px;
}


.section-cardbox-v2-offline-container {
    display: flex;
    justify-content: flex-start;
    padding-inline: 0;
}

.section-cardbox-v2-offline {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    color: #fff;
    padding: 4px 6px;
    height: 40px;
    width: 100px;
    margin-bottom: -48px;
    border-radius: 0 0 10px 0;
    text-align: end;
    z-index: 45;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.section-cardbox-v2-offline-a {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
}

.section-cardbox-v2-offline-b {
    color: #FFF;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

/*Nuevas Cards*/
.card-v2_h1,
.card-v2_p,
.card-v2_a,
.card-v2_span {
    color: #fff;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.card-v2_h1,
.card-v2_p,
.card-v2_a {
    padding-left: 40px;
}

.card-v2_h1 {
    font-size: 2.5em;
}

.card-v2_p {
    font-size: 1.5em;
    line-height: 25px;
}

.card-v2_button {
    border: 0;
    border-radius: 26px;
    padding-bottom: 2px;
}

.card-v2_span {
    font-size: 1.6em;
}

.card-v2_container,
.card-v2_flip-box,
.card-v2_front,
.card-v2_back {
    width: 380px;
    height: 350px;
}

.card-v2_container,
.card-v2_flip_box {
    position: relative;
}

.card-v2_front,
.card-v2_back {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-v2_container {
    -moz-transform: perspective(1200px);
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.card-v2_flip_box {
    transition: all 0.5s ease-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card-v2_front {
    background-color: #024395;
    background-image: url('https://img-fotki.yandex.ru/get/194550/29644339.5/0_d6c5f_c9f15850_orig');
}

.card-v2_f_title {
    padding-top: 30px;
}

.card-v2_f_subline {
    padding-top: 205px;
    color: #B1D4E8;
}

.card-v2_f_headline {
    line-height: 23px;
}

.card-v2_back {
    background-color: #D21849;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.card-v2_b_headline {
    padding-top: 50px;
}

.card-v2_b_text {
    font-size: 1.4em;
    line-height: 28px;
    padding-top: 10px;
    opacity: 0.85;
}

.card-v2_b_button {
    position: absolute;
    left: 36px;
    bottom: 38px;
    width: 150px;
    height: 52px;
    background-color: #C30C3D;
    transition: all 0.3s;
}

    .card-v2_b_button:hover {
        background-color: #E30143;
    }

.card-v2_flipped {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card-v2_r_wrap {
    position: absolute;
    right: 40px;
    bottom: 38px;
}

.card-v2_b_round,
.card-v2_s_round {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #D21849;
    transition: all 0.2s linear;
}

.card-v2_b_round {
    opacity: 0;
    background-color: #D21849;
}

.card-v2_b_round_hover {
    transform: scale(1.37);
    opacity: 0.4;
}

.card-v2_b_round_back_hover {
    background-color: #F60044;
}

.card-v2_s_round_click {
    transform: scale(1.7);
}

.card-v2_s_round_back {
    background-color: #C30C3D;
}

.card-v2_s_arrow {
    width: 52px;
    height: 52px;
    background-image: url('https://img-fotki.yandex.ru/get/194549/29644339.5/0_d6c60_1d7815f0_orig');
    background-color: transparent;
    transition: all 0.35s linear;
}

.card-v2_s_arrow_rotate {
    transform: rotate(-180deg);
}



.heroBanner-product-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 700px;
    margin-bottom: 90px;
    background-repeat: no-repeat;
    background-size: cover;
}

.heroBanner-product-main {
    display: flex;
}

.bottom-bar-MT-b {
    bottom: 3% !important;
    width: 80%;
}


@media (max-width: 600px) {

    .heroBanner-product-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 530px;
        margin-bottom: 50px;
        justify-content: flex-start;
    }

    .bottom-bar-MT-b {
        bottom: 2% !important;
    }
}

@media (max-width: 768px) {

    .heroBanner-product-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 600px;
        margin-bottom: 50px;
        justify-content: flex-start;
    }

    .bottom-bar-MT-b {
        bottom: 2% !important;
    }
}

@media (max-width: 1399px) {

    .heroBanner-product-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 700px;
        margin-bottom: 80px;
        justify-content: center;
    }

    .bottom-bar-MT-b {
        bottom: 2% !important;
    }
}

@media (min-width: 1440px) {



    .bottom-bar-MT-b {
        left: 50%;
        right: 50%;
        bottom: 2% !important;
        width: 90%;
    }
}



/* Estilos para la lista de pasos */
#progress {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

    #progress li {
        width: 30px;
        height: 30px;
        background-color: #ddd;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
    }

        #progress li.active {
            background-color: #4CAF50;
        }

/* Resto de estilos, como los estilos para los botones, se mantienen igual */


/*Formulario por Pasos*/

.form-cotizador-container {
    background: #fff;
    color: #000;
    position: relative;
}

.cotizador-data-info {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-cotizador-wrapper {
    width: 1114px;
    height: 728px;
    flex-shrink: 0;
    max-width: 100%;
    background: #fff;
    margin: 26px auto 0;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #DDE1E4;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);
}

    .form-cotizador-wrapper .form-cotizador-header {
        margin-bottom: 35px;
        display: flex;
        justify-content: center;
    }

        .form-cotizador-wrapper .form-cotizador-header ul {
            display: flex;
        }

            .form-cotizador-wrapper .form-cotizador-header ul li {
                margin-right: 50px;
                position: relative;
            }

                .form-cotizador-wrapper .form-cotizador-header ul li:last-child {
                    margin-right: 0;
                }

                .form-cotizador-wrapper .form-cotizador-header ul li:before {
                    content: "";
                    position: absolute;
                    top: 40%;
                    transform: translateY(-50%);
                    left: 55px;
                    width: 100%;
                    height: 2px;
                    background: var(--main-color);
                }

                .form-cotizador-wrapper .form-cotizador-header ul li:last-child:before {
                    display: none;
                }

                .form-cotizador-wrapper .form-cotizador-header ul li div {
                    padding: 5px;
                    border-radius: 50%;
                }

                .form-cotizador-wrapper .form-cotizador-header ul li p {
                    width: 50px;
                    height: 50px;
                    background: var(--main-color);
                    color: #fff;
                    text-align: center;
                    line-height: 50px;
                    border-radius: 50%;
                }

                .form-cotizador-wrapper .form-cotizador-header ul li.active:before {
                    background: var(--black-color);
                }

                .form-cotizador-wrapper .form-cotizador-header ul li.active p {
                    background: var(--black-color);
                }

    .form-cotizador-wrapper .forms-cotizador-wrap {
        margin-bottom: 35px;
    }

        .form-cotizador-wrapper .forms-cotizador-wrap h2 {
            color: var(--main-color );
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .form-cotizador-wrapper .forms-cotizador-wrap .forms-cotizador-input_wrap {
            width: 350px;
            max-width: 100%;
            margin: 0 auto 20px;
        }

            .form-cotizador-wrapper.forms-cotizador-wrap .forms-cotizador-input_wrap:last-child {
                margin-bottom: 0;
            }

            .form-cotizador-wrapper .forms-cotizador-wrap .forms-cotizador-input_wrap label {
                display: block;
                margin-bottom: 5px;
            }

            .form-cotizador-wrapper .forms-cotizador-wrap .forms-cotizador-input_wrap .cotizador-input {
                border: 2px solid var(--black-color);
                border-radius: 3px;
                padding: 10px;
                display: block;
                width: 100%;
                font-size: 16px;
                transition: 0.5s ease;
            }

                .form-cotizador-wrapper .forms-cotizador-wrap .forms-cotizador-input_wrap .cotizador-input:focus {
                    border-color: var(--main-color);
                }

    .form-cotizador-wrapper .btns-cotizador-wrap {
        width: 350px;
        max-width: 100%;
        margin: 90px auto 0 auto;
    }

        .form-cotizador-wrapper .btns-cotizador-wrap .cotizador-common_btns {
            display: flex;
            justify-content: space-between;
        }

            .form-cotizador-wrapper .btns-cotizador-wrap .cotizador-common_btns.cotizador-form_1_btns {
                justify-content: flex-end;
            }

            .form-cotizador-wrapper .btns-cotizador-wrap .cotizador-common_btns button {
                border: 0;
                padding: 12px 15px;
                background: var(--main-color);
                color: #fff;
                width: 135px;
                justify-content: center;
                display: flex;
                align-items: center;
                font-size: 16px;
                border-radius: 3px;
                transition: 0.5s ease;
                cursor: pointer;
            }

                .form-cotizador-wrapper .btns-cotizador-wrap .cotizador-common_btns button.cotizador-btn_back {
                    background: var(--main-color);
                }

                .form-cotizador-wrapper .btns-cotizador-wrap .cotizador-common_btns button.cotizador-btn_next .cotizador-btn-icon {
                    display: flex;
                    margin-left: 10px;
                }

                .form-cotizador-wrapper .btns-cotizador-wrap .cotizador-common_btns button.cotizador-btn_back .cotizador-btn-icon {
                    display: flex;
                    margin-right: 10px;
                }

                .form-cotizador-wrapper .btns-cotizador-wrap .cotizador-common_btns button.cotizador-btn_next:hover,
                .form-cotizador-wrapper .btns-cotizador-wrap .cotizador-common_btns button.btn_done:hover {
                    background: #8b8c8c;
                }

                .form-cotizador-wrapper .btns-cotizador-wrap .cotizador-common_btns button.cotizador-btn_back:hover {
                    background: #8b8c8c;
                }

.form-cotizador-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

    .form-cotizador-modal-wrapper .cotizador-shadow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        transition: 0.2s ease;
    }

    .form-cotizador-modal-wrapper .cotizador-success_wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-800px);
        background: #fff;
        padding: 5%;
        display: flex;
        align-items: center;
        border-radius: 5px;
        transition: 0.5s ease;
        min-width: 250px;
        width: 250px;
        max-height: 120px;
        height: 110px;
    }

        .form-cotizador-modal-wrapper .cotizador-success_wrap .cotizador-modal_icon {
            /*margin-right: 20px;*/
            width: 50px;
            height: 50px;
            background: var(--main-color);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            font-weight: 700;
        }

    .form-cotizador-modal-wrapper.active {
        visibility: visible;
    }

        .form-cotizador-modal-wrapper.active .cotizador-shadow {
            opacity: 1;
        }

        .form-cotizador-modal-wrapper.active .cotizador-success_wrap {
            transform: translate(-50%,-50%);
        }

.cotizador-success_wrap p {
    margin-left: 20px;
}




/* Home neuvo de m�ster*/

.initialHeroBannerHome {
    height: 500px;
}

.banner_two_container {
    border-radius: 5px;
    background: rgba(13, 35, 102, 0.75);
    padding: 30px 15px 30px 15px !important;
}

/* Estilos espec�ficos para el carrusel de rese�as en la p�gina de inicio */
.containerSliderReview {
    gap: 24px;
    justify-content: center;
    padding: 12px;
}

.review-home-slider-main {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #FFF;
    padding: 0 10%;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);
}

.review-home-slider {
    width: 100%;
    height: auto;
    max-height: 250px;
}

.review-home-slider-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    padding: 16px;
}

    .review-home-slider-container h4 {
        overflow: hidden;
        color: #000;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 16px;
    }

        .review-home-slider-container h4 i {
            flex-shrink: 0;
            color: var(--black-color);
            margin-inline: 6px;
        }

    .review-home-slider-container p {
        overflow: hidden;
        color: #000;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 24px;
    }

    .review-home-slider-container h5 {
        color: #000;
        text-align: right;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.review-home-cta {
    border-radius: 10px;
    background: #F9ECE3;
    display: flex;
    align-items: center;
}

.review-home-cta-main {
    padding: 16px 16px 16px 16px;
}



.review-home-cta-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .review-home-cta-left h4 {
        color: #000;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.224px;
        margin-bottom: 8px;
    }

    .review-home-cta-left p {
        color: #000;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.21px;
        margin-bottom: 16px;
    }

    .review-home-cta-left button {
    }

.review-home-cta-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .review-home-cta-right img {
        width: auto;
        height: 150px;
        flex-shrink: 0;
    }


.review-home-cta-v2 {
    display: flex;
    align-items: stretch;
    /*justify-content: flex-end;*/
    justify-content: space-around;
    padding: 0;
    height: 119px;
}

.review-home-cta-main-v2 {
    border-radius: 10px;
    background: #F9ECE3;
    padding: 0px;
    width: 100%;
}

.review-home-cta-center-v2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 0px 0px 35px;
    margin-bottom: -15px;
}

    .review-home-cta-center-v2 h4 {
        color: #000;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.224px;
        margin-bottom: 8px;
    }

    .review-home-cta-center-v2 p {
        color: #000;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.21px;
        margin-bottom: 16px;
    }

.review-home-cta-left-v2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

    .review-home-cta-left-v2 h4 {
        color: #000;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.224px;
        margin-bottom: 13px;
    }

    .review-home-cta-left-v2 p {
        color: #000;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.21px;
        margin-bottom: 16px;
    }

    .review-home-cta-left-v2 button {
    }

.review-home-cta-right-v2 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0px;
}

    .review-home-cta-right-v2 img {
        width: 100%;
        height: auto;
        flex-shrink: 0;
    }





.review-home-slider .owl-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.review-home-slider .owl-prev, .review-home-slider .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.review-home-slider .owl-prev {
    left: -40px;
    /* Estilos para la flecha izquierda (anterior) del carrusel "review-home-slider" */
}

    .review-home-slider .owl-prev span {
        font-size: 2.5rem;
        color: var(--black-color);
        font-weight: 600;
        /* Estilos para la flecha izquierda (anterior) del carrusel "review-home-slider" */
    }

.review-home-slider .owl-next {
    right: -40px;
    /* Estilos para la flecha derecha (siguiente) del carrusel "review-home-slider" */
}

    .review-home-slider .owl-next span {
        font-size: 2.5rem;
        color: var(--black-color);
        font-weight: 600;
        /* Estilos para la flecha derecha (siguiente) del carrusel "review-home-slider" */
    }

.review-home-slider .owl-dots {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    border: none;
    z-index: 100;
}

.review-home-slider .owl-dot {
    position: absolute;
    height: 50px;
    border: none;
    z-index: 100;
}

    .review-home-slider .owl-dot span {
        color: var(--black-color);
    }

        .review-home-slider .owl-dot span:active {
            color: #F9ECE3;
        }

/* Otros estilos espec�ficos para este carrusel */



.div-Card-D {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 32px;
}

    .div-Card-D p {
        margin-left: 20px;
    }




.div-Destinos {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.div-Destinos-a {
    display: flex;
    height: 315px;
    flex-shrink: 0;
    overflow: hidden;
}

    .div-Destinos-a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.div-Destinos-b {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    gap: 5%;
}

.div-Destinos-img-a {
    object-fit: cover;
    width: 100%;
    height: 150px;
    flex-shrink: 0;
    border-radius: 10px;
}

.div-Destinos-img-b {
    object-fit: cover;
    width: 100%;
    height: 150px;
    flex-shrink: 0;
    border-radius: 10px;
}

.container-icon-home {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.section-color-bg {
    display: flex;
    background: #F8F9FA;
    /*height: 160px;*/
}

.section-color-bg-a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 10px;
    text-align: center;
}

.box-icon-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 40px 24px 40px;
}

    .box-icon-home p {
        margin-top: 16px;
        color: var(--main-color);
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.box-icon-home-a p {
    font-size: 14px;
}

.videos-section-home-a {
    display: flex;
    align-items: flex-start;
    padding: 18px 8px;
}

.videos-section-home-b {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 76px 56px;
}

.textoHome-v2-b {
    text-align: start;
}

    .textoHome-v2-b h3 {
        /*font-family: Roboto;*/
        font-size: 20px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .textoHome-v2-b p {
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        margin-top: 24px;
        margin-left: 20px;
        line-height: 1.5;
    }

    /* Estilos de los Slider de Cards */




    /* Estilos de Cards Principales de Destacados*/

    .textoHome-v2-b li {
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        margin-top: 8px;
        /*margin-left: 20px;*/
        line-height: 1.5;
    }

    .textoHome-v2-b i {
        font-size: 16px;
        margin-left: 20px;
        margin-right: 10px;
        line-height: 1.2;
        color: var(--black-color);
    }

.textoHome-v2-b-icon {
    display: flex;
}

.card-slider {
    width: 90%;
    margin: 0 auto;
}

    .card-slider .owl-item {
        display: flex;
        justify-content: center;
        padding: 16px;
    }

    .card-slider .owl-nav {
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
    }

@media (max-width: 576px) {
    .card-slider .owl-nav {
        left: 30px;
        right: 30px;
    }
}

@media (max-width: 768px) {
    .card-slider .owl-nav {
        left: 0px;
        right: 0px;
    }
}

@media (max-width: 992px) {
    .card-slider .owl-nav {
        left: -25px;
        right: -25px;
    }
}

@media (min-width: 993px) {
    .card-slider .owl-nav {
        left: -50px;
        right: -50px;
    }
}

.card-slider .owl-prev, .card-slider .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

    .card-slider .owl-prev span, .card-slider .owl-next span {
        font-size: 2.5rem;
        color: var(--black-color);
        font-weight: 600;
    }



/* Fin de Estilos de Cards Principales de Destacados*/

/* Estilos de Cards Principales de Destinos*/

.card-slider-destino {
    width: 90%;
    margin: 0 auto;
}

    .card-slider-destino .owl-item {
        display: flex;
        justify-content: center;
        padding: 16px;
    }

    .card-slider-destino .owl-nav {
        position: absolute;
        top: 35%;
        left: 0px;
        right: 0px;
    }

@media (max-width: 576px) {
    .card-slider-destino .owl-nav {
        left: 30px;
        right: 30px;
    }
}

@media (max-width: 768px) {
    .card-slider-destino .owl-nav {
        left: 0px;
        right: 0px;
    }
}

@media (max-width: 992px) {
    .card-slider-destino .owl-nav {
        left: -25px;
        right: -25px;
    }
}

@media (min-width: 993px) {
    .card-slider-destino .owl-nav {
        left: -50px;
        right: -50px;
    }
}

.card-slider-destino .owl-prev, .card-slider-destino .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

    .card-slider-destino .owl-prev span, .card-slider-destino .owl-next span {
        font-size: 2.5rem;
        color: var(--black-color);
        font-weight: 600;
    }

.card-slider-destino .owl-prev {
    left: 0px;
    /*left: -40px;*/
}

.card-slider-destino .owl-next {
    right: 0px;
    /*right: -40px;*/
}

/* Fin de Estilos de Cards Principales de Destinos*/

/* Estilos de Cards Principales de Testimoniales*/

.card-slider-testimoniales {
    width: 90%;
    margin: 0 auto;
}

    .card-slider-testimoniales .owl-item {
        display: flex;
        justify-content: center;
        padding: 16px;
    }

    .card-slider-testimoniales .owl-nav {
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
    }

@media (max-width: 576px) {
    .card-slider-testimoniales .owl-nav {
        left: 30px;
        right: 30px;
    }
}

@media (max-width: 768px) {
    .card-slider-testimoniales .owl-nav {
        left: 0px;
        right: 0px;
    }
}

@media (max-width: 992px) {
    .card-slider-testimoniales .owl-nav {
        left: -25px;
        right: -25px;
    }
}

@media (min-width: 993px) {
    .card-slider-testimoniales .owl-nav {
        left: -50px;
        right: -50px;
    }
}

.card-slider-testimoniales .owl-prev, .card-slider-testimoniales .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

    .card-slider-testimoniales .owl-prev span, .card-slider-testimoniales .owl-next span {
        font-size: 2.5rem;
        color: var(--black-color);
        font-weight: 600;
    }

.card-slider-testimoniales .owl-prev {
    left: 0px;
    /*left: -40px;*/
}

.card-slider-testimoniales .owl-next {
    right: 0px;
    /*right: -40px;*/
}

/* Fin de Estilos de Cards Principales de Testimoniales*/






.heroBannerExpeBarraHomeSection {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.heroBannerExpeBarraHome {
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 100px;
}

.homeLogo {
    /*height: 150px;*/
    width: 75%;
    margin-bottom: 80px;
    margin-left: 20px;
}


/*Nueva Contact Page*/

.section-contact-area {
    padding-block: 75px;
    padding-inline: 0px;
}

.container-contact-area {
}

.row-contact-area {
}

.left-sidebar-contact-area {
}

    .left-sidebar-contact-area h2 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 0px;
        margin-bottom: 24px;
    }

.right-sidebar-contact-area {
    padding-top: 0;
}

    .right-sidebar-contact-area h2 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 0px;
        margin-bottom: 24px;
    }

.container-left-contact-area {
}

.container-right-contact-area {
    padding: 0;
}

.row-right-contact-area {
}

.map-right-contact-area {
}

.info-right-contact-area {
    padding: 40px 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);
}

.div-info-right-contact-area {
    margin-bottom: 12px;
}

.subdiv-info-right-contact-area-a2-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

.subdiv-info-right-contact-area-a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subdiv-info-right-contact-area-a2 {
    display: flex;
    justify-content: center;
    align-items: start;
}

.subdiv-info-right-contact-area-b {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

    .subdiv-info-right-contact-area-b h3 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-block: 12px;
    }

    .subdiv-info-right-contact-area-b h4 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 3px;
    }

    .subdiv-info-right-contact-area-b h5 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 10px;
    }

    .subdiv-info-right-contact-area-b a {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .subdiv-info-right-contact-area-b a:hover {
            color: var(--black-color);
        }

.icon-info-right-contact-area {
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 25px;
    color: #fff;
}

    .icon-info-right-contact-area:hover {
        border: 1px solid var(--main-color);
        background-color: #fff;
        color: var(--main-color);
    }

    .icon-info-right-contact-area:active {
        border: 1px solid var(--main-color);
        background-color: #fff;
        color: var(--main-color);
    }

.subdiv-info-right-contact-area-b p {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.container-form-contact-area {
    margin-top: 40px;
}

.card-form-contact-area {
    padding: 80px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);
}

.contact-suc-class {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

    .contact-suc-class h4 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-block: 18px;
    }

    .contact-suc-class h3 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 12px;
    }

    .contact-suc-class a {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 8px;
        margin-left: 5px;
    }

        .contact-suc-class a:hover {
            color: var(--main-color) !important;
            /*font-family: 'Inter', sans-serif;*/
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

        .contact-suc-class a:active {
            color: var(--main-color) !important;
            /*font-family: 'Inter', sans-serif;*/
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }



.contact-form-group {
}

.contact-form-label {
    display: block !important;
    font-weight: 600;
    color: var(--black-color);
    font-size: 16px;
}

.label-form-contact {
}

    .label-form-contact label {
        /*display: block;*/
        margin-bottom: 10px;
        font-size: 16px;
    }

    .label-form-contact input[type="checkbox"] {
        margin-right: 5px;
    }

    .label-form-contact a {
        font-weight: bold;
        text-decoration: underline;
    }


.newsletter-contact-form {
}

/*Seccion de Revistas*/
.section-magazine-grid {
    padding-block: 80px;
    min-height: 400px;
}

    .section-magazine-grid h2 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.container-magazine-grid {
    margin-bottom: 24px;
}

.row-magazine-grid {
    margin-block: 24px;
}

.card-magazine-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

    .card-magazine-grid img {
        height: 450px;
        width: 300px;
        box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.45);
    }

    .card-magazine-grid h4 {
        color: var(--main-color);
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-top: 12px;
    }

    .card-magazine-grid p {
        color: #808A93;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 3px;
    }

.cont-button-magazine {
    display: block;
    margin-top: 15px;
}

.cont-button-announcements {
    display: block;
    margin-top: 15px;
    padding: 0px 10px;
}

.cont-button {
    display: block;
    margin-top: 15px;
}

.col-button-magazine {
    display: flex;
}

    .col-button-magazine button {
        width: 100%;
        background: var(--main-color);
        color: #fff;
        border: 1px solid var(--main-color);
    }

    .col-button-magazine i {
        margin-right: 2px;
        color: #fff;
    }

    .col-button-magazine button {
        width: 100%;
        background: var(--main-color);
        color: #fff;
        border: 1px solid var(--main-color);
    }

.col-button-magazine-b {
    display: flex;
}

    .col-button-magazine-b button {
        width: 100%;
        background: #fff;
        color: var(--main-color);
        border: 1px solid var(--main-color);
    }

    .col-button-magazine-b i {
        margin-right: 2px;
        color: var(--main-color);
    }

.col-button-product {
    display: flex;
    justify-content: center;
}

    .col-button-product button {
        width: 100%;
        background: var(--main-color);
        color: #fff;
        border: 1px solid var(--main-color);
    }

    .col-button-product i {
        margin-right: 10px;
        color: #fff;
    }

.pagination-magazine {
    display: flex;
    justify-content: center;
    margin-block: 70px;
}

.pagination-magazine-button {
    display: flex;
    align-content: center;
    align-items: center;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    background: #fff;
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
}

    .pagination-magazine-button i {
        margin-inline: 10px;
    }

    .pagination-magazine-button:hover {
        color: #fff;
        border: 1px solid var(--main-color);
        background: var(--main-color);
        padding: 5px 15px;
        border-radius: 3px 0 0 3px;
    }

    .pagination-magazine-button p {
        display: flex;
    }



.pagination-magazine-button-b {
    display: flex;
    align-content: center;
    align-items: center;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    background: #fff;
    padding: 5px 15px;
    border-radius: 0 3px 3px 0;
}

    .pagination-magazine-button-b i {
        margin-left: 5px;
    }

    .pagination-magazine-button-b:hover {
        color: #fff;
        border: 1px solid var(--main-color);
        background: var(--main-color);
        padding: 5px 15px;
        border-radius: 0 3px 3px 0;
    }

    .pagination-magazine-button-b p {
        display: flex;
    }


.pagination-link-magazine {
    display: flex;
    align-content: center;
    align-items: center;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    background: #fff;
    padding: 5px;
    width: 40px;
    display: flex;
    justify-content: center;
}

    .pagination-link-magazine:hover {
        color: #fff;
        border: 1px solid var(--main-color);
        background: var(--main-color);
        padding: 5px;
        width: 40px;
        display: flex;
        justify-content: center;
    }

    .pagination-link-magazine:active {
        color: #fff;
        border: 1px solid var(--main-color);
        background: var(--main-color);
        padding: 5px;
        width: 40px;
        display: flex;
        justify-content: center;
    }

    .pagination-link-magazine::after {
        color: #fff;
        border: 1px solid var(--main-color);
        background: var(--main-color);
        padding: 5px;
        width: 40px;
        display: flex;
        justify-content: center;
    }


/*.pagination-link.active {
    background-color: var(--main-color); 
    color: #fff; 
}*/


.magazine-state-desktop {
    display: block;
}

.magazine-state-mobile {
    display: none;
}

.section-newsletter-contact {
    background-color: rgba(231, 0, 51, 0.13);
    padding-block: 80px;
    background-image: url(https://eurocdn.azureedge.net/bucket/EBE/sears/646avionPuntitos_VSearsw.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-euromundo-contact {
    background-color: rgba(42, 44, 103, 0.1);
    padding-block: 120px 0;
    background-image: url(https://eurocdn.azureedge.net/bucket/EBE/euro/232FondoCTAEuro-a.avif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.imagecard-producto {
    text-align: center;
}

    .imagecard-producto img {
        /* height: 500px; */
        height: auto;
        max-height: 700px;
    }

.imagecard-producto-texto {
    text-align: center;
}


.imagecard-producto-incluye {
    text-align: center;
}

    .imagecard-producto-incluye img {
        /* height: 500px; */
        height: auto;
        max-height: 700px;
    }

.profile-search-nofound-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.profile-search-image {
}

.profile-search-nofound {
    font-size: 16px;
    font-weight: 500;
}

.profile-search-button {
    background: var(--black-color);
    border: 1px solid var(--black-color);
    padding: 5px 15px;
    border-radius: 25px;
    color: #fff;
}

.container-profile-search-form {
    padding: 0px 0px;
    margin-bottom: 25px;
    /*background: #EBEDEF;*/
    /*border: 1px solid #dee2e6;*/
}

.cont-profile-search-form {
    width: 50%;
}

.input-profile-search {
    margin-right: 15px;
}

.input-group-profile-search {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    flex-direction: row;
}

.btn-profile-secondary {
    background: #95A1AC;
    color: #fff;
}

.input-group-append btn {
    background: #95A1AC;
    color: #fff;
}

.container-newsletter-contact {
}

.col-newsletter-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 3% 15% 0 35px;
}

    .col-newsletter-contact h3 {
        color: var(--main-color);
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 100%;
        margin-bottom: 25px;
    }

    .col-newsletter-contact p {
        color: #000;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 100%;
        margin-bottom: 10px;
    }

.div-Marcas-Euro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.form-newsletter-contact {
    padding: 30px 30px 15px 35px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);
}



/*#profileCotizacion th:nth-child(2), #profileCotizacion td:nth-child(2) {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

/* Mostrar el texto completo en hover */
/*#profileCotizacion th:hover,
#profileCotizacion td:hover {
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
}
*/


/*Fin Seccion de Revistas*/
/*Fin Nueva Contact Page*/

.container-login-backoffice-main {
    margin-block: 75px;
    margin-right: 15px;
    padding: 0 0 0 0;
    margin-inline: 0;
}



.btn_theme-profile {
    color: var(--main-color);
    background-color: transparent;
    transition: var(--transition);
    overflow: hidden;
    border: none;
    font-size: 16px;
}

    .btn_theme-profile i {
        margin-right: 5px;
        font-size: 16px;
    }


/*.lastRowTable .page-item .page-link {
    color: #fff !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    border: none;*/ /* Quita el borde */
/*}

.lastRowTable .page-item.active .page-link {
    z-index: 3;
    color: var(--main-color) !important;
    background-color: #fff !important;
    border-color: #fff !important;
}*/
.download-factura-profile-container {
    gap: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
}

.download-factura-profile-xml {
    background: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 14px;
}

.download-factura-profile-pdf {
    background: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 14px;
}


.cont-profile-search-form-b {
    width: 100%;
}

.container-profile-search-form-b {
    padding: 15px 30px;
    margin-bottom: 35px;
    background: #EBEDEF;
    border: 1px solid #dee2e6;
}

/* =============================
Contact Page
================================*/
.contact_cards_area {
    /* margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;*/
    padding-block: 0px 150px;
}


.contact_cards_title {
    font-size: 20px;
    font-weight: 600;
}


.contact_card_address {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.contact_card {
    border: 0px solid #DDE1E4;
    border-radius: 10px;
    padding: 40px 30px 40px 30px;
    margin-top: 14px;
    /*box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.08), 0px 1px 1px rgba(0, 0, 0, 0.08);*/
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);
    min-height: 500px;
}

.contact_card_Map {
    margin: -40px -30px 0 -30px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.contact_card_name {
    margin-bottom: 24px;
}

    .contact_card_name p {
        font-size: 16px;
        font-weight: 600;
        color: #000000;
    }


.contact_card_inContact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.contact_card_content_form {
    row-gap: 24px;
    font-size: 16px;
}

.contact_card_content_address {
    font-size: 16px;
    font-weight: 400;
    row-gap: 0px;
    padding: 5px;
}


.c_card_content_location p {
    width: auto;
    display: flex;
    padding-bottom: 16px;
}

    .c_card_content_location p:before {
        font-family: FontAwesome;
        content: "\f5a0";
        padding-right: 15px;
    }

.c_card_content_phone a {
    color: var(--main-color);
}

    .c_card_content_phone a:hover {
        color: var(--black-color);
    }

.c_card_content_phone p {
    width: auto;
    display: flex;
}

    .c_card_content_phone p:before {
        font-family: FontAwesome;
        content: "\f095";
        padding-right: 15px;
    }

.c_card_content_wa p {
    width: auto;
    display: flex;
}

    .c_card_content_wa p:before {
        font-family: FontAwesome;
        content: "\f232";
        padding-right: 15px;
    }



.c_contact_form_input {
    height: 40px;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    border-bottom: 2px solid var(--main-color);
    background-color: transparent;
    margin-bottom: 24px;
    font-weight: 300;
}


.c_contact_form_input_msj {
    height: 150px;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    border-bottom: 2px solid var(--main-color);
    background-color: transparent;
    margin-bottom: 24px;
    font-weight: 300;
}

.c_contact_form_btn {
    margin-bottom: 20px;
}

.data-policy-section {
    height: 100%;
    display: flex;
    align-items: center;
}

    .data-policy-section label {
        font-size: 12px;
        margin-left: 10px;
    }

    .data-policy-section a {
        color: var(--black-color);
    }

        .data-policy-section a:hover {
            color: var(--main-color);
        }

.image-container-home-mdv {
    position: fixed;
    left: -100px; /* Coloca la imagen fuera de la pantalla en la posici�n inicial */
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.5s;
    z-index: 99;
}

    .image-container-home-mdv img {
        max-width: 100%;
        height: 200px;
    }






/* =============================
       ABOUT US Page
================================*/

.about_us_section {
    padding: 25px 30px 25px 30px;
}


.aboutus_fistsec_txt {
    margin-bottom: 16px;
}

    .aboutus_fistsec_txt p {
        font-size: 18px;
        font-weight: 300;
    }

    .aboutus_fistsec_txt span {
        font-weight: 500;
    }




.about_us_secondSectionBG {
    background-color: #F9EBE0;
}


.about_us_sec_textContain {
    padding: 25px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}


    .about_us_sec_textContain h5 {
        font-weight: 500;
        font-size: 24px;
    }





.about_contain_img {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}





.about_us_leftSecond {
    display: flex;
    align-items: center;
}


.about_us_right_picture img {
    border-radius: 15px;
}

.about_us_left_circle {
    display: inline-block;
    position: relative;
    width: 500px;
    height: auto;
    overflow: hidden;
    border-radius: 50%;
}


    .about_us_left_circle img {
        width: auto;
        height: 100%;
        display: flex;
        /*margin-left: -50px; */
    }


.iconchex i {
    width: 40px;
    height: 40px;
    font-weight: bold;
    color: white;
    padding: 13px;
    border-radius: 50%;
    background: #CE6D16;
    margin-right: 10px;
}


.iconchex {
    margin-bottom: 16px;
}

    .iconchex p {
        width: auto;
        display: flex;
        font-size: 18px;
        font-weight: 300;
    }
/* _________________________ 
             GALERIA
     _________________________ */



.section-gallery {
    padding-top: 40px;
}

    .section-gallery .fotorama-thumbs {
        display: none;
    }

.img-grid-gallery {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1840px;
    margin: 0 auto;
}


/*.img_screen_item a {*/
/*display: grid;*/
/*position: relative;
    font: normal normal normal 14px/1 FontAwesome;*/
/*font-size: 24px;*/
/*text-rendering: auto;
    -webkit-font-smoothing: antialiased;*/
/*-moz-osx-font-smoothing: grayscale;
        text-decoration: none;*/
/*}

    .img_screen_item a::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(216, 216, 216, 0.65);*/
/* -webkit-transition: opacity 0.2s ease;*/
/*transition: opacity 0.2s ease;
        content: " ";
        display: block;
        opacity: 0;
        z-index: 1;
    }

    .img_screen_item a::after {
        content: "\f00e";
        color: #1d1d1b;
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    .img_screen_item a:hover::after,
    .img_screen_item a:hover::before {
        opacity: 1;
    }*/

/*@media only screen and (min-width: 768px) {
    .img_screen_item a {
        font-size: 48px;
    }
}*/


/*.fotorama--fullscreen,
.fotorama-overlay {
    background-color: rgba(29, 29, 27, 0.9);
}

    .fullscreen,
    .fotorama--fullscreen .fotorama__stage,
    .fotorama--fullscreen .fotorama__nav {
        background-color: transparent;
    }*/
/* straight �close� icon instead of �cancel fullscreen� */

/*.fotorama--fullscreen .fotorama__fullscreen-icon {
        background-position: -64px 0;
    }


.gallery-tstsize {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.gallery-algo {
    height: 522px;
    width: 100%;
    object-fit: cover;
}*/


/* _________________________ 
             GALERIA 
     _________________________ */

/*.card-img {
    width: 100%;
    height: 425px;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}*/

/* medium and up screens */
/*@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 46%
    }


    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}


.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}
*/





/* _________________________ */


.img_screen_item_a {
    max-height: 250px;
    height: 250px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

    .img_screen_item_a img {
        height: 100% !important;
        min-height: 250px;
        max-height: 250px;
        width: 100% !important;
        object-fit: cover;
        border-radius: 10px !important;
    }

.img_screen_item_b {
    max-height: 522px;
    height: 522px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

    .img_screen_item_b img {
        height: 100% !important;
        max-height: 522px;
        width: 100% !important;
        object-fit: cover;
        border-radius: 10px !important;
    }

.img_screen_item_c {
    max-height: 522px;
    height: 522px;
    width: 100%;
    margin-bottom: 20px;
}

    .img_screen_item_c img {
        height: 100% !important;
        max-height: 522px;
        width: 100% !important;
        object-fit: cover;
        border-radius: 10px !important;
    }

.eb-museum-video-container {
    position: relative;
    padding-bottom: 56.25%; /* Establece el aspect ratio 16:9 (540/960) */
    padding-top: 30px; /* A�ade un espacio superior opcional */
    height: 0;
    overflow: hidden;
}

    .eb-museum-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



.inline-photo {
    margin: 4em auto 1em auto;
    opacity: 0;
    transform: translateX(-4em) rotateZ(-5deg);
    transition: transform 3s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out;
    max-width: 180px;
    width: 90%;
    will-change: transform, opacity;
    position: absolute;
    left: 2%;
}

    .inline-photo.is-visible {
        opacity: 1;
        transform: rotateZ(-2deg);
    }

.inline-photo-2 {
    margin: -10em auto 1em -9em;
    opacity: 0;
    transform: translateX(-4em) rotateZ(-5deg);
    transition: transform 3s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out;
    max-width: 150px;
    width: 90%;
    will-change: transform, opacity;
    z-index: 25;
    position: absolute;
    left: 10%;
}

    .inline-photo-2.is-visible {
        opacity: 1;
        transform: rotateZ(-2deg);
    }


.inline-photo-3 {
    margin: 30em auto 0 6em;
    opacity: 0;
    transform: translateX(-4em) rotateZ(-5deg);
    transition: transform 3s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out;
    max-width: 200px;
    width: 90%;
    will-change: transform, opacity;
    position: absolute;
    left: 2%;
}

    .inline-photo-3.is-visible {
        opacity: 1;
        transform: rotateZ(-10deg);
    }

.inline-photo-4 {
    margin: 7em 20em 0 auto;
    opacity: 0;
    transform: translateX(4em) rotateZ(-5deg);
    transition: transform 3s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out;
    max-width: 170px;
    width: 90%;
    will-change: transform, opacity;
    position: absolute;
    right: -15%;
}

    .inline-photo-4.is-visible {
        opacity: 1;
        transform: rotateZ(-2deg);
    }

.inline-photo-5 {
    margin: 6em auto 0em 2em;
    opacity: 0;
    transform: translateY(-4em) rotateZ(-5deg);
    transition: transform 3s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out;
    max-width: 200px;
    width: 90%;
    will-change: transform, opacity;
    position: absolute;
    left: 2%;
}

    .inline-photo-5.is-visible {
        opacity: 1;
        transform: rotateZ(-2deg);
    }

.inline-photo-6 {
    margin: -1em auto -10em auto;
    opacity: 0;
    transform: translateX(-4em) rotateZ(-5deg);
    transition: transform 3s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out;
    max-width: 170px;
    width: 90%;
    will-change: transform, opacity;
}

    .inline-photo-6.is-visible {
        opacity: 1;
        transform: rotateZ(-4deg);
    }

.home-mdv-hugo1 {
}

.home-mdv-hugo2 {
}

.home-mdv-hugo3 {
}

.home-mdv-hugo4 {
    display: flex;
}

.home-mdv-hugo5 {
}

.home-mdv-hugo6 {
}

.section-margin-home {
    margin-top: 30px;
    margin-bottom: 30px;
    position: static;
    min-height: 250px;
}

.section-margin-home-a {
    margin-top: 15px;
    margin-bottom: 150px;
}

.section-margin-home-b {
    margin-top: 30px;
    margin-bottom: 200px;
}

.section-margin-home-c {
    margin-top: 30px;
    margin-bottom: 300px;
}

.section-margin-home-d {
    padding-block: 50px;
    margin-top: 50px;
    margin-bottom: 90px;
}

.section-margin-home-e {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-margin-home-f {
    margin-top: 30px;
    margin-bottom: 30px;
}

.faq-profile-blanc {
}
/*Vista de cuenta*/
.login-backoffice {
    width: 100%;
    padding: 15px;
}

/* .login-backoffice-container {
    display: flex;
    flex-direction: row;
    width: 95%;
    border-right: 1px solid #DDE1E4;
    border-top: 1px solid #DDE1E4;
    gap: 5px;
} */

/* .login-backoffice-tab {
    color: #CBD1D7;
    text-align: right;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: auto;
    border-radius: 20px;
    border: 1px solid #CBD1D7 !important;
    text-transform: capitalize;
}

    .login-backoffice-tab:hover {
        background-color: var(--main-color) !important;
        border: 1px solid var(--main-color) !important;
        color: #fff;
    }

    .login-backoffice-tab.active {
        background-color: var(--main-color) !important;
        border: 1px solid var(--main-color) !important;
        color: #fff;
    } */

.tab-content-profile {
    border: 1px solid #CBD1D7 !important;
    border-radius: 20px;
}

.faq-profile {
    width: 95%;
}

.nav-tabs-profile {
    display: flex;
    flex-direction: row;
}

/*Nueva vista de producto*/
.product-nav-index {
    color: var(--main-color) !important;
    text-align: right;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-radius: 20px !important;
    border: 1px solid var(--main-color) !important;
    text-align: center !important;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

    .product-nav-index:hover {
        background-color: var(--main-color) !important;
        color: #fff !important;
        font-size: 16px;
    }

    /*.product-nav-index:active {
        background-color: var(--main-color) !important;
        color: #fff !important;
        font-size: 16px;
        width: auto;
    }*/

    .product-nav-index.active {
        background-color: var(--main-color) !important;
        color: #fff !important;
        font-size: 16px;
        width: auto;
    }

.texto-largo-v2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.pickerHotelVuelo {
    border-top: 0px solid !important;
    border-right: 0px solid !important;
    border-left: 0px solid !important;
    border-bottom: 0px solid #EBEDEF !important;
    color: #000000;
    /*margin-top: 15px;*/
    /*background: #fff !important;*/
    /*width: 100% !important;*/
    text-align: center;
    font-size: 14px;
    height: 38px;
    padding: 8px 2px;
    min-width: 100%;
}


    .pickerHotelVuelo input {
        color: #000000;
    }

    .pickerHotelVuelo button {
        background: transparent !important;
        border-bottom: 1px solid transparent !important;
        width: 80%;
    }

        .pickerHotelVuelo button:active, .pickerHotelVuelo button:focus, .pickerHotelVuelo button:hover {
            border-top: 0px solid !important;
            border-right: 0px solid !important;
            border-left: 0px solid !important;
            border-bottom: 1px solid #EBEDEF !important;
            background: transparent !important;
            color: #000000 !important;
            outline: thin dotted transparent !important;
            font-weight: 400;
        }

        .pickerHotelVuelo button:active {
            border-top: 0px solid !important;
            border-right: 0px solid !important;
            border-left: 0px solid !important;
            border-bottom: 1px solid #EBEDEF !important;
            background: transparent !important;
            color: #000000 !important;
            outline: thin dotted transparent !important;
            font-weight: 400;
        }

        .pickerHotelVuelo button:focus {
            border-top: 0px solid !important;
            border-right: 0px solid !important;
            border-left: 0px solid !important;
            border-bottom: 1px solid #EBEDEF !important;
            background: transparent !important;
            color: #000000 !important;
            outline: thin dotted transparent !important;
            font-weight: 400;
        }

        .pickerHotelVuelo button:hover {
            border-top: 0px solid !important;
            border-right: 0px solid !important;
            border-left: 0px solid !important;
            border-bottom: 1px solid #EBEDEF !important;
            background: transparent !important;
            color: #000000 !important;
            outline: thin dotted transparent !important;
            font-weight: 400;
        }

    .pickerHotelVuelo .dropdown-menu.show {
        /*border: 1px solid rgba(0,0,0,.15) !important;*/
        border-radius: 5px !important;
        padding: 15px;
    }

.bootstrap-select .dropdown-toggle:focus, bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}

.pickerHotelVuelo button:active, .pickerHotelVuelo button:focus, .pickerHotelVuelo button:hover {
}

.pickerHotelVuelo-v2 {
    border-top: 0px solid !important;
    border-right: 0px solid !important;
    border-left: 0px solid !important;
    border-bottom: 1px solid #EBEDEF !important;
    color: #000000;
    margin-top: 5px;
    background: #fff !important;
    width: 100% !important;
    text-align: center;
    font-size: 14px;
    height: 30px;
    padding: 1px 2px;
}


    .pickerHotelVuelo-v2 input {
        color: #000000;
    }

    .pickerHotelVuelo-v2 button {
        background: #fff !important;
    }

        .pickerHotelVuelo-v2 button:active, .pickerHotelVuelo-v2 button:focus, .pickerHotelVuelo-v2 button:hover {
            border-top: 0px solid !important;
            border-right: 0px solid !important;
            border-left: 0px solid !important;
            border-bottom: 1px solid #EBEDEF !important;
            background: #fff !important;
            color: #000000 !important;
            outline: thin dotted transparent !important;
        }

    .pickerHotelVuelo-v2 .dropdown-menu.show {
        /*border: 1px solid rgba(0,0,0,.15) !important;*/
        border-radius: 5px !important;
    }



.testimonialHomeM-v2 {
    height: 100% !important;
    width: auto !important;
    border-radius: 5px;
    /*margin-block: 5px;*/
}

.dateForm-v2 {
    display: flex;
    align-items: flex-end;
}

.card-hoteles-v2 {
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 255px;
    max-height: 260px;
}

    .card-hoteles-v2 img {
        width: 200px;
        height: 140px;
        border-radius: 10px;
    }

.card-hoteles-description-v2 {
    padding: 10px;
}

    .card-hoteles-description-v2 h5 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 8px;
    }

    .card-hoteles-description-v2 p {
        font-size: 14px;
        margin-bottom: 8px;
    }

.card-hoteles-location-v2 {
    font-size: 12px;
}

.paquete-card-main-4 {
    border-radius: 0;
    overflow: hidden;
    padding: 40px 0 0 0;
    border-top: 0;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #DDE1E4;
    /* border: 1px solid #DDE1E4; */
}

.flight-Search-boxed-v2 input {
    font-size: 14px;
    margin-bottom: 5px;
    height: 38px;
    text-align: center;
    width: 100%;
    /*margin-right: 5px;*/
}

.flight-Search-boxed-v2-a input {
    font-size: 14px;
}

.campo-edad-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.campo-edad-botones-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Form defs Productos symbol General*/

.section-blue-v2 {
    background-color: var(--main-color);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* height: 15%;
    min-height: 330px;
    padding-bottom: 30px;*/
    height: 190px;
    padding-bottom: 50px;
}

    .section-blue-v2 .mainTopForm-v2 {
        background-color: transparent;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0);
    }

.section-blue-v3 {
    background-color: var(--main-color);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 5%;
    /*min-height: 330px;
        padding-bottom: 30px;*/
}

.mainTopForm-v2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px;
    z-index: 1;
}

.mainTopFormDesktop-v2 {
    /* background-color: #ffffff;*/
    display: block;
    width: 100%;
}

.section-blue-v2 .mainTopForm-v3 {
    background-color: transparent;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0);
}

.mainTopForm-v3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    /*padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.122);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);*/
}

.mainTopFormDesktop-v3 {
    display: block;
    width: 100%;
}

.containerButtonCollapseMainForm-v2 {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.buttonCollapseMainForm-v2 {
    background: #fff;
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.50);
    z-index: 5;
}

.btnCollapMainContainer {
    width: 100%;
    /*margin-right: calc(var(--bs-gutter-x) * 0.5);
        margin-left: calc(var(--bs-gutter-x) * 0.5);*/
}

.btnCollapMainCont-a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.btnCollapMainSubCont-a {
    display: flex;
    width: 90%;
}

.btnCollapMainText-a {
    display: flex;
    flex-direction: row;
}

.btnCollapMainText-b {
    display: flex;
    flex-direction: row;
}

.btnCollapMainSubCont-a h5 {
    color: #071D2E;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.btnCollapMainText-c {
    display: flex;
    flex-direction: row;
}



.btnCollapMainSubCont-b {
}

.btnCollapMainCont-b {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

    .btnCollapMainCont-b i {
        font-size: 14px;
    }


.containerCollapseMainForm-v2 {
    margin-top: -5px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--main-color) !important;
}


/* Card de producto Nueva */

.productCardMain-v2 {
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #DDE1E4;
}

.productCardMainServices-v2 {
    margin-top: 24px;
}

.paquete-card-main-precio-bac {
    text-align: right;
    display: inline;
    font-size: 20px !important;
    margin-bottom: 5px !important;
}



.containerExtraServiciosMain {
    padding: 25px 50px 10px 50px;
}

.containerExtraServiciosText {
    margin-bottom: 30px;
}

    .containerExtraServiciosText h3 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 5px;
    }

    .containerExtraServiciosText h4 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.containerExtraServiciosMainBox {
    padding-left: 25px;
}

.containerExtraServiciosBox {
    border-radius: 3px;
    background: #EBEDEF;
    margin-bottom: 15px;
    height: 64px;
    width: 90%;
}

.containerExtraServiciosBoxSelect {
    border-radius: 3px;
    background: #DFEFE5;
    margin-bottom: 15px;
    height: 64px;
    width: 90%;
}

.form-check-inputSelect {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    /*color-adjust: exact;*/
}

    .form-check-inputSelect:checked {
        background-color: #24A147;
        border-color: #24A147;
    }

        .form-check-inputSelect:checked[type=radio] {
            /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);*/
        }

    .form-check-inputSelect[type=radio] {
        border-radius: 50%;
    }

.containerExtraServiciosBox h4 {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.containerExtraServiciosBox h5 {
    color: #000;
    text-align: right;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.containerExtraServiciosBox h6 {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.containerExtraServiciosBox p {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.containerExtraServiciosBoxSelect h4 {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.containerExtraServiciosBoxSelect h5 {
    color: #000;
    text-align: right;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.containerExtraServiciosBoxSelect h6 {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.containerExtraServiciosBoxSelect p {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.containerExtraServCheck {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.containerExtraServInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.containerExtraServPrecio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 25px;
}

/*.pickerHotelVuelo button {
    text-align: center;
    flex-direction: column;
}*/

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: center !important;
}

.mainBannerForm {
    display: flex;
    min-height: 200px;
    max-height: 550px;
    padding: 0 0 3% 0;
    background-color: var(--black-color);
    background-size: cover;
    background-position: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

/* Media Queries */
@media (max-width: 991px) {
    .mainBannerFormContainer {
        width: 90%;
        margin: 0 auto -2% auto;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .mainBannerFormContainer {
        width: 95%;
        margin: 0 auto -2% auto;
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .mainBannerFormContainer {
        width: 98%;
        margin: 0 auto -2% auto;
        padding: 10px;
    }
}

@media (max-width: 426px) {
    .mainBannerFormContainer {
        width: 100%;
        margin: 0 auto -2% auto;
        padding: 10px;
    }
}

.mainBannerForm-Full {
    background-color: var(--main-color);
    display: flex;
    height: 100vh;
    padding: 0;
    background-size: cover;
    background-position: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.mainBannerFormContainer {
    /*width: 50%;*/
    width: 88%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 5% -2% 5%;
    /*gap: 8px;*/
    padding: 30px;
    /* From https://css.glass */
    /*background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);*/
}

.slider-pararp-v2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 1px 1px 2px black;
    margin-left: 2px;
    margin-bottom: 15px;
    line-height: 1;
    margin-top: 10px;
}

.slider-pararp-v2-full {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-shadow: 1px 1px 2px black;
    margin-left: 0;
    line-height: 1;
    margin-bottom: 0px;
}

.pararp-v2 {
    /*display: none;*/
    text-align: start;
    color: #fff;
    margin-left: 2px;
    margin-bottom: 20px !important;
    line-height: 1.3;
    /*text-shadow: 2px 2px 3px rgba(0,0,0,.3);*/
    font-size: 15px;
}

.navbar-area {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-area-v2-display {
    background-color: rgba(0, 0, 0, 0.2);
    /*background-color: var(--black-color);*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 14px;
    gap: 5px;
    padding-block: 5px;
    /*margin-top: 10px;*/
    height: auto;
}

.navbar-area-v3-display {
    background-color: #fff;
    /*background-color: var(--black-color);*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: var(--main-color);
    font-size: 14px;
    gap: 5px;
    padding-block: 5px;
    /*margin-top: 10px;*/
    height: auto;
    z-index: 103;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

.navbar-area-v2-display a {
    color: #fff;
}

.navbar-area-v3-display a {
    color: var(--main-color);
}

.navbar-area-v2-display-button {
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
    margin-bottom: -5px;
}

.navbar-area-v3-display-button {
    color: var(--main-color);
    font-size: 16px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ffffff3d;
    padding: 15px 0;
    margin-bottom: -5px;
    cursor: pointer;
}

.navbar-area-v2-display-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px 10px;
    gap: 10px;
}

.navbar-area-v3-display-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px 10px;
    gap: 10px;
}

.navbar-item-v2-label {
    font-size: 14px;
}

.navbar-item-v3-label {
    font-size: 14px;
}

.navbar-area-v2 {
    background-color: rgba(0, 0, 0, 0.2);
    /*background-color: var(--black-color);*/
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    gap: 45px;
    padding-block: 5px;
    margin-top: 10px;
    height: auto;
}

.navbar-area-v3 {
    background-color: #fff;
    /*background-color: var(--black-color);*/
    display: flex;
    justify-content: center;
    color: var(--main-color);
    font-size: 15px;
    gap: 45px;
    padding-block: 5px;
    margin-top: 10px;
    height: auto;
}

.navbar-area-v2 a {
    color: #fff;
}

.navbar-area-v3 a {
    color: #000000;
}

.main-navbar .navbar {
    display: flex;
    align-items: center;
}

.main-responsive-menu {
    display: flex;
    align-items: flex-start;
}

.main-responsive-nav .mean-container .mean-bar {
    /*display: flex;
    align-items: center;*/
}

.navbar-area-v2 .icon {
    display: none;
}

.navbar-area-v3 .icon {
    display: none;
}

.navbar-area-v2 a:hover, .navbar-area-v2 a:active {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0px 10px 0px 10px;
    border-bottom: 1px solid #fff;
}

.navbar-area-v3 a:hover, .navbar-area-v3 a:active {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0px 10px 0px 10px;
    border-bottom: 1px solid #fff;
}

.mean-container .mean-bar {
    /* float: left; */
    width: 100%;
    position: absolute;
    /*background: var(--main-color);*/
    padding: 20px 0 20px 0 !important;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    height: auto;
    /* top: 20%; */
    /* margin-top: 80px; */
    border-radius: 0px;
    /* overflow: hidden;*/
}

.mainWhastappButtonHome {
    margin-right: 10%;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 3%;
    display: flex;
    align-items: center;
}

.mainWhastappButton {
    width: 125px;
    height: 39px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #25D366;
    flex-shrink: 0;
    color: #fff;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .mainWhastappButton:hover, .mainWhastappButton:active {
        color: #075e54;
        background-color: #d2f2d6;
        border: 1px solid #075e54;
    }

    .mainWhastappButton i {
        margin-right: 10px;
        font-size: 22px;
    }

    .mainWhastappButton i {
        margin-right: 10px;
        font-size: 18px;
        /*color: #fff;*/
    }

        .mainWhastappButton i:hover, .mainWhastappButton i:active {
            margin-right: 10px;
            font-size: 18px;
            /*color: #075e54 !important;*/
        }

    .mainWhastappButton p {
        font-size: 12px;
        /*color: #fff !important;*/
    }

        .mainWhastappButton p:hover, .mainWhastappButton p:active {
            font-size: 12px;
            /*color: #075e54 !important;*/
        }



.mainWhastappButtonHomeMobile {
    position: absolute;
    top: 25%;
    right: 15%;
    z-index: 999;
}

.mainWhastappButtonMobile {
    width: auto;
    height: 28px;
    padding-inline: 10px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #25D366;
    flex-shrink: 0;
    color: #FFF;
    /*font-family: 'Inter', sans-serif;*/
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border: 1px solid #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mainWhastappButtonMobile p {
        display: block;
        font-size: 12px;
    }

    .mainWhastappButtonMobile i {
        margin-right: 10px;
        font-size: 18px;
        color: #fff;
    }

        .mainWhastappButtonMobile i:hover, .mainWhastappButtonMobile i:active {
            margin-right: 10px;
            font-size: 18px;
            color: #fff !important;
        }

    .mainWhastappButtonMobile a {
        color: #fff;
    }

        .mainWhastappButtonMobile a:hover, .mainWhastappButtonMobile a:active {
            color: #fff !important;
        }





    .mainWhastappButtonMobile:active, .mainWhastappButtonMobile:hover {
        width: auto;
        height: 38px;
        padding-inline: 10px;
        flex-shrink: 0;
        border-radius: 20px;
        background: #25D366;
        flex-shrink: 0;
        /*font-family: 'Inter', sans-serif;*/
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.hotelSectionProductMain {
    margin-block: 0px;
}

.hotelSectionProductA {
    margin-bottom: 15px;
}

    .hotelSectionProductA h3 {
        color: var(--black-color);
        text-align: left;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

.hotelSectionProductContainer {
}



.section-blue-d {
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url(https://eurocdn.azureedge.net/bucket/EBE/770PXC1.jpg);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 350px;
    height: 500px;
    padding-bottom: 8%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .section-blue-d h2 {
        color: #fff;
        font-size: 60px;
        line-height: 1;
        text-shadow: 1px 1px 2px black;
        font-weight: 600;
    }

.section-blue-f {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 250px;
    /*min-height: 400px;*/
    /*height: 500px;*/
    padding-bottom: 4%;
}



    .section-blue-f h2 {
        color: #fff;
        font-size: 40px;
        line-height: 1;
        letter-spacing: 1px;
        /*text-shadow: 1px 1px 2px black;*/
        font-weight: 700;
        width: 70%;
        /*text-transform: uppercase;*/
        margin-left: 0;
        margin-bottom: 10px;
    }

.blog-title {
    padding-inline: 4rem;
}

    .blog-title h2 {
        color: #fff;
        font-size: 38px;
        line-height: 1;
        letter-spacing: 1px;
        /*text-shadow: 1px 1px 2px black;*/
        font-weight: 700;
        width: 70%;
        /*text-transform: uppercase;*/
        margin-left: 0;
        margin-bottom: 20px;
    }

.section-blue-f-sections {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 400px;
    /*height: 500px;*/
    padding-bottom: 7%;
}

    .section-blue-f-sections h2 {
        color: #fff;
        font-size: 40px;
        line-height: 1;
        letter-spacing: 1px;
        font-weight: 700;
        width: 70%;
        margin-left: 0;
        margin-bottom: 10px;
    }

.section-blue-f h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

.infoBannerBlog-b {
    display: flex;
    flex-direction: row;
}

    .infoBannerBlog-b h5 {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
    }

    .infoBannerBlog-b i {
        color: #fff;
        font-size: 16px;
        margin-left: 15px;
        margin-right: 5px;
    }

.newAboutUs {
    padding-top: 50px;
    /*padding-bottom: 70px;*/
}

.newAboutUsContainer {
}

    .newAboutUsContainer h2 {
        margin-bottom: 70px;
        margin-left: 0px;
        font-size: 30px;
        line-height: 1;
        font-weight: 600;
    }

.newAboutUsContainer-A {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px;
}

    .newAboutUsContainer-A a {
        /*margin-top: 20px;*/
        padding: 15px 20px;
        display: flex;
        align-items: center;
    }

    .newAboutUsContainer-A p {
        font-size: 16px;
    }

.newAboutUsContainer-B {
}


.newsletterButton {
    background: var(--main-color);
    height: 48px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    border: 1px solid var(--main-color);
}

    .newsletterButton:focus {
        background: var(--black-color);
        height: 48px;
        width: 100%;
        border-radius: 5px;
        font-size: 16px;
        color: #fff;
        margin-top: 15px;
        border: 1px solid var(--black-color);
    }

    .newsletterButton::selection {
        background: var(--black-color);
        height: 48px;
        width: 100%;
        border-radius: 5px;
        font-size: 16px;
        color: #fff;
        margin-top: 15px;
        border: 1px solid var(--black-color);
    }

.formularioNewsletterBlog .notice span {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    line-height: 1;
}

/*New input*/
.regularInput {
    width: 100%;
    height: 48px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #AAB4BC;
    background: #fff;
    font-size: 16px;
    color: #0F121F;
    padding-inline: 15px;
}

    .regularInput:focus {
        outline: 1px solid var(--black-color);
        border-radius: 5px;
        background: #fff;
    }

    .regularInput::selection {
        outline: 1px solid var(--black-color);
        border-radius: 5px;
    }


.textoModalEB {
    margin-block: 10px;
    margin-inline: 10px;
    font-size: 14px;
}

/*Nuevo CheckOut*/

/*PopUp de Selecci�n */

.selectCheckoutMain {
    max-width: 900px;
    max-height: 600px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.selectCheckoutMainImg {
    width: 100%;
}

    .selectCheckoutMainImg img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        object-position: center;
    }

.selectCheckoutMainOption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}

    .selectCheckoutMainOption h3 {
        color: #000;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: 30px;
    }

.selectCheckoutMainOptionText {
    color: #000;
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 0;
}

.selectCheckoutMainOptionContainer {
    height: 150px;
    width: 180px;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid var(--black-color);
    background: #EBEDEF;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

    .selectCheckoutMainOptionContainer i {
        font-size: 56px;
        color: var(--black-color);
    }

.selectCheckoutMainOptionButton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 15px;
    background: var(--black-color);
    color: var(--company-text);
    width: 100%;
    border-radius: 0px;
    margin-top: 25px;
    height: 48px;
}

    .selectCheckoutMainOptionButton i {
        font-size: 14px;
        color: #fff;
        margin-left: 5px;
    }


/*Contenedores de Pagos*/
.container-checkout-payment {
    height: auto;
    margin-block: 30px;
}

.container-checkout-payment-a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

    .container-checkout-payment-a h3 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

    .container-checkout-payment-a p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.container-checkout-payment-b {
}

.container-checkout-payment-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

    .container-checkout-payment-options h4 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .container-checkout-payment-options h5 {
        color: #E81313;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.checkout-payment-option {
    width: 100%;
    height: 48px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #AAB4BC;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.checkout-payment-option-select {
    width: 100%;
    height: 48px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #24A147;
    background: #D3ECDA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
}

.checkout-payment-option-check {
}

    .checkout-payment-option-check input {
    }

.checkout-payment-option-tittle {
}

    .checkout-payment-option-tittle h5 {
        color: #000;
        text-align: start;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 21px */
        letter-spacing: -0.154px;
    }

.checkout-payment-option-price {
}

    .checkout-payment-option-price h5 {
        color: #000;
        text-align: left;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 21px */
        letter-spacing: -0.154px;
    }


.checkout-payment-form {
    width: 100%;
}

.checkout-payment-disclaimer {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 10px 0 30px 0;
}

.checkout-payment-disclaimer-a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}

.checkout-payment-disclaimer-b {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.checkout-payment-disclaimer {
}

    .checkout-payment-disclaimer p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .checkout-payment-disclaimer a {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
    }

.container-checkout-oxxo {
}

.checkout-payment-oxxo {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding-block: 25px;
    border-top: 1px solid #DDE1E4;
}

.container-checkout-oxxo-a {
}

.container-checkout-oxxo-a-p1 {
    margin-bottom: 8px;
}

    .container-checkout-oxxo-a-p1 p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.container-checkout-oxxo-a-p2 {
    margin-bottom: 8px;
}

    .container-checkout-oxxo-a-p2 p {
        color: var(--black-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.container-checkout-oxxo-b {
    padding: 0;
}

.container-checkout-oxxo-description {
    padding: 16px;
    border: 1px solid #DDE1E4;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .container-checkout-oxxo-description p {
        color: #E81313;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .container-checkout-oxxo-description img {
        width: 86px;
        height: auto;
        flex-shrink: 0;
    }

.container-checkout-oxxo-description-a {
}

    .container-checkout-oxxo-description-a p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.container-checkout-oxxo-description-b {
    padding: 0;
}

    .container-checkout-oxxo-description-b p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.container-checkout-notes {
    height: 120px;
    background: #EBEDEF;
    border: 1px solid #DDE1E4;
    border-radius: 3px;
    padding: 16px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.container-checkout-notes-a {
    display: flex;
}

    .container-checkout-notes-a p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }


    .container-checkout-notes-a i {
        color: var(--black-color);
        margin-right: 10px;
    }

.container-checkout-final {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 60px 0;
}

    .container-checkout-final h2 {
        color: #24A147;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .container-checkout-final img {
        width: 300px;
        height: auto;
        flex-shrink: 0;
    }

    .container-checkout-final h3 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .container-checkout-final p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }
/*Fin Contenedores de Pagos*/
/*Circulos checkout */
.container-checkout-steps {
    width: 100%;
}



    .container-checkout-steps .steps-checkout-steps {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

.steps-checkout-steps .circle-checkout-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    color: #999;
    font-size: 22px;
    font-weight: 500;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #e0e0e0;
    transition: all 200ms ease;
    transition-delay: 0s;
}

    .steps-checkout-steps .circle-checkout-steps .active-checkout-steps {
        transition-delay: 100ms;
        border-color: #4070f4;
        color: #4070f4;
    }

.steps-checkout-steps .progress-bar-checkout-steps {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #e0e0e0;
    z-index: -1;
}

.progress-bar-checkout-steps .indicator-checkout-steps {
    position: absolute;
    height: 100%;
    width: 0%;
    background: #4070f4;
    transition: all 300ms ease;
}

.container-checkout-steps .buttons-checkout-steps {
    display: flex;
    gap: 20px;
}

.buttons-checkout-steps button {
    padding: 8px 25px;
    background: #4070f4;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    transition: all 200ms linear;
}

    .buttons-checkout-steps button:active {
        transform: scale(0.97);
    }

    .buttons-checkout-steps button:disabled {
        background: #87a5f8;
        cursor: not-allowed;
    }




/*Fin Circulos checkout */


/*Formulario en pasos*/

::selection {
    color: #fff;
    background: var(--main-color);
}

.container-checkout-main {
    /*padding-inline: 5%;
    padding-left: 5%;*/
    padding-bottom: 40px;
}

.container-checkout-sesion {
    border-radius: 5px;
    background: #D3ECDA;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

    .container-checkout-sesion h4 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .container-checkout-sesion a {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration-line: underline !important;
        text-transform: uppercase;
    }

.container-checkout-main-steps {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0 0px 12px;
    /*overflow: hidden;*/
}


.form-input .paymentMethod .amountPayment {
    width: 75% !important;
    text-align: center;
    border-radius: 4px;
    /* border: 1px; */
    border: 1px solid #24A147;
}

.checkout-payment-option-price input {
    width: 75% !important;
    text-align: center;
    border-radius: 4px;
    /* border: 1px; */
    border: 1px solid #24A147;
}

.container-checkout-steps {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*gap: 40px;*/
    /*width: 800px;*/
    /*border-radius: 5px;*/
    /*padding: 50px 35px 10px 35px;*/
    /*max-width: 800px;*/
}

.container-timer-steps {
    display: flex;
    border-radius: 5px;
    background: #ebedef;
    justify-content: center;
    align-items: center;
    width: 35%;
    padding: 10px 20px;
}

.container-timer {
    font-weight: 600;
    font-style: normal;
    line-height: normal;
}

.container-timer-title {
    font-size: 13px;
}

.container-timer-time {
    font-size: 20px;
}

.row-container-checkout-steps {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0;
}

.container-checkout-steps-main {
    overflow: hidden;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.container-checkout-steps-bullet {
    align-items: center !important;
}

.container-checkout-border {
    border-radius: 5px;
    border: 1px solid #DDE1E4;
    padding: 35px 50px 0 50px;
    width: 100%;
    /*height: 600px;*/
}

.container-checkout-border-b {
    border-radius: 5px;
    border: 1px solid #DDE1E4;
    padding: 35px 50px 0 50px;
    width: 100%;
    /*height: 600px;*/
}


.container-checkout-border-c {
    border-radius: 5px;
    border: 1px solid #DDE1E4;
    width: 100%;
    /*height: 600px;*/
}

.container-checkout-padding {
    padding: 35px 50px 0 50px;
    border-bottom: 1px solid #DDE1E4;
}

.container-checkout-padding-meeting-points {
    padding: 35px 50px 50px 50px;
    border-bottom: 1px solid #DDE1E4;
}

.container-checkout-pad {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.container-checkout-steps header {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

/*.container-checkout-steps .form-outer-checkout-steps {
        width: 100%;
        overflow: hidden;
    }*/



/*.container-checkout-steps .form-outer-checkout-steps form*/
.container-checkout-steps .form-outer-checkout-steps {
    display: flex;
    width: 400%;
}

/*.form-outer-checkout-steps form .page-checkout-steps*/
.form-outer-checkout-steps .page-checkout-steps {
    width: 25%;
    transition: margin-left 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    /*.form-outer-checkout-steps form .page-checkout-steps .title-checkout-steps*/
    .form-outer-checkout-steps .page-checkout-steps .title-checkout-steps {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #DDE1E4;
    }

        /*.form-outer-checkout-steps form .page-checkout-steps .title-checkout-steps h3*/
        .form-outer-checkout-steps .page-checkout-steps .title-checkout-steps h3 {
            color: var(--main-color);
            /*font-family: 'Inter', sans-serif;*/
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }

/*.form-outer-checkout-steps form .page-checkout-steps .title-checkout-steps h4 */ p
.form-outer-checkout-steps .page-checkout-steps .title-checkout-steps p {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.form-outer-checkout-steps .page-checkout-steps .title-checkout-steps h5 {
    color: #000;
    /*font-family: Inter;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    text-align: left;
}

/*.form-outer-checkout-steps form .page-checkout-steps .title-checkout-steps */
.form-outer-checkout-steps .page-checkout-steps .title-checkout-steps p {
    color: #000;
    /*font-family: Inter;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 5px;
    /*margin-left: 5px;*/
}

.container-checkout-button-step {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/*.form-outer-checkout-steps form .page-checkout-steps .field-checkout-steps*/
/*.form-outer-checkout-steps .page-checkout-steps*/
.field-checkout-steps {
    width: 100%;
    height: auto;
    min-height: 70px;
    margin: 22px 0;
    display: flex;
    position: relative;
    flex-direction: column;
    padding-inline: 5px;
}

.field-checkout-steps-button {
    flex-direction: row !important;
    min-height: 45px !important;
}

/*form .page-checkout-steps .field-checkout-steps .label-checkout-steps*/
.page-checkout-steps .field-checkout-steps .label-checkout-steps {
    position: absolute;
    top: -30px;
    font-weight: 500;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    /*form .page-checkout-steps .field-checkout-steps .label-checkout-steps error*/
    .page-checkout-steps .field-checkout-steps .label-checkout-steps error {
        margin-block: 10px;
        color: crimson;
    }

.iti {
    height: 45px;
}

/*form .page-checkout-steps .field-checkout-steps input*/
.page-checkout-steps .field-checkout-steps input {
    height: 100%;
    min-height: 45px;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px;
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*form .page-checkout-steps .field-checkout-steps textarea*/
.page-checkout-steps .field-checkout-steps textarea {
    min-height: 60px;
    height: 100%;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

/*form .page-checkout-steps .field-checkout-steps textarea */
.page-checkout-steps .field-checkout-steps textarea {
    min-height: 60px;
    height: 100%;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

/*form .page-checkout-steps .field-checkout-steps select*/
.page-checkout-steps .field-checkout-steps select {
    min-height: 45px;
    /*height: 100%;*/
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 15px;
}

.error {
    color: crimson;
    margin: 5px 0 5px 0;
    line-height: 1;
    font-size: 12px;
}
/*form .page-checkout-steps .field-checkout-steps select:after*/
.page-checkout-steps .field-checkout-steps select:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: var(--black-color);
}


/*form .page-checkout-steps .field-checkout-steps button*/
.page-checkout-steps .field-checkout-steps button {
    width: 100%;
    height: calc(100% + 5px);
    border: none;
    background: var(--black-color);
    margin-top: -20px;
    border-radius: 5px;
    color: var(--company-text);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
}

    /*form .page-checkout-steps .field-checkout-steps button:hover*/
    .page-checkout-steps .field-checkout-steps button:hover {
        background: var(--main-color);
    }

/*form .page-checkout-steps .btns-checkout-steps button*/
.page-checkout-steps .btns-checkout-steps button {
    margin-top: -20px !important;
}

    /*form .page-checkout-steps .btns-checkout-steps button.prev-checkout-steps*/
    .page-checkout-steps .btns-checkout-steps button.prev-checkout-steps {
        margin-right: 3px;
        font-size: 13px;
    }

    /*form .page-checkout-steps .btns-checkout-steps button.next-checkout-steps*/
    .page-checkout-steps .btns-checkout-steps button.next-checkout-steps {
        margin-left: 3px;
    }

.container-checkout-steps .progress-bar-checkout-steps {
    display: flex;
    margin: 40px 0;
    user-select: none;
    width: 70%;
}

    .container-checkout-steps .progress-bar-checkout-steps .step-checkout-steps {
        text-align: center;
        width: 100%;
        position: relative;
    }

        .container-checkout-steps .progress-bar-checkout-steps .step-checkout-steps p {
            font-weight: 500;
            font-size: 14px;
            color: #000;
            margin-bottom: 8px;
            text-align: center;
        }

#formPrincipal {
    width: 100%;
}

/*progress bar 1*/
.progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps {
    height: 40px;
    width: 40px;
    border: 2px solid #DDE1E4;
    background: #DDE1E4;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 37px;
    z-index: 1;
}

    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps.active-checkout-steps {
        border-color: #24A147;
        background: #D3ECDA;
        z-index: 1;
    }

    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
    }

    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps.active-checkout-steps span {
        display: none;
    }

    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps:before,
    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps:after {
        position: absolute;
        content: '';
        /*bottom: 11px;
        right: -51px;
        height: 3px;
        width: 44px;*/
        bottom: 17px;
        right: -205px;
        height: 2px;
        width: 205px;
        background: #DDE1E4;
        z-index: 0;
    }

    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps.active-checkout-steps:after {
        background: #24A147;
        transform: scaleX(0);
        transform-origin: left;
        animation: animate 0.3s linear forwards;
    }

@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}

.progress-bar-checkout-steps .step-checkout-steps:last-child .bullet-checkout-steps:before,
.progress-bar-checkout-steps .step-checkout-steps:last-child .bullet-checkout-steps:after {
    display: none;
}

/*fin progress bar 1*/

/*progress bar 2*/
.progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps-a {
    height: 40px;
    width: 40px;
    border: 2px solid #DDE1E4;
    background: #DDE1E4;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 37px;
}

    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps-a.active-checkout-steps {
        border-color: #24A147;
        background: #D3ECDA;
        z-index: 1;
    }

    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps-a span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
    }

    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps-a.active-checkout-steps span {
        display: none;
    }

    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps-a:before,
    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps-a:after {
        position: absolute;
        content: '';
        /*bottom: 11px;
        right: -51px;
        height: 3px;
        width: 44px;*/
        bottom: 17px;
        right: -460px;
        height: 2px;
        width: 450px;
        background: #DDE1E4;
        z-index: 0;
    }

    .progress-bar-checkout-steps .step-checkout-steps .bullet-checkout-steps-a.active-checkout-steps:after {
        background: #24A147;
        transform: scaleX(0);
        transform-origin: left;
        animation: animate 0.3s linear forwards;
    }

@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}

.progress-bar-checkout-steps .step-checkout-steps:last-child .bullet-checkout-steps-a:before,
.progress-bar-checkout-steps .step-checkout-steps:last-child .bullet-checkout-steps-a:after {
    display: none;
}
/*fin progress bar 2*/

.progress-bar-checkout-steps .step-checkout-steps p.active-checkout-steps {
    color: #24A147;
    transition: 0.2s linear;
}

.progress-bar-checkout-steps .step-checkout-steps .check-checkout-steps {
    position: absolute;
    left: 50%;
    /*top: 70%;*/
    top: 25%;
    font-size: 17px;
    transform: translate(-50%, -50%);
    display: none;
}

    .progress-bar-checkout-steps .step-checkout-steps .check-checkout-steps.active-checkout-steps {
        display: block;
        color: #24A147;
        z-index: 1;
    }

.accordion-checkout-steps {
    margin-block: 25px;
    width: 100%;
}

.accordion-item-checkout-steps {
    background-color: #DDE1E4;
    border: 0px solid rgba(0,0,0,0);
}

.accordion-header-checkout-steps {
}

.accordion-button::after {
    fill: var(--black-color);
}

.accordion-button:not(.collapsed) {
    fill: black !important;
}

.accordion-button-checkout-steps {
    background-color: transparent;
    padding: 1rem;
    margin-top: 0px;
    margin-bottom: 0px;
    border-color: transparent;
}

    .accordion-button-checkout-steps h4 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 20px;
    }

    .accordion-button-checkout-steps:not(.collapsed) {
        box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
    }

.accordion-collapse-checkout-steps {
    background: #fff;
}

.accordion-body-checkout-steps {
    padding: 0.5rem 0rem !important;
}

.container-checkout-steps-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    /* max-width: 800px; */
    width: 100%;
    /* width: 800px; */
    background: #fff;
    text-align: center;
    /* border-radius: 5px; */
    padding: 0px;
}

.field-checkout-steps-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    height: 45px;
    margin: 12px 0;
    display: flex;
    position: relative;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .field-checkout-steps-title h4 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.box-center-checkout {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.field-checkout-steps-tittle {
}

/* The switch - the box around the slider */
.container-checkout-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-left: 20px;
}

    /* Hide default HTML checkbox */
    .container-checkout-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.container-checkout-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .container-checkout-slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .container-checkout-slider {
    background-color: var(--black-color);
}

input:focus + .container-checkout-slider {
    box-shadow: 0 0 1px var(--black-color);
}

input:checked + .container-checkout-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.container-checkout-slider.container-checkout-round {
    border-radius: 34px;
}

    .container-checkout-slider.container-checkout-round:before {
        border-radius: 50%;
    }

.row-checkout {
    width: 100%;
}

/*Fin Formulario en pasos*/
.nav-tabs-payment-checkout {
}

.nav-links-payment-checkout {
}


.nav-tabs-payment-checkout .nav-item.show .nav-links-payment-checkout, .nav-tabs-payment-checkout .nav-links-payment-checkout.active {
    color: #fff;
    background-color: var(--black-color);
    border-color: #dee2e6 #dee2e6 #dee2e6;
}


.nav-tabs-payment-checkout .nav-links-payment-checkout {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #dee2e6;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #dee2e6;
    margin-right: 10px;
}

.nav-tabs-profile-container {
    display: flex;
    gap: 5px;
    border: none;
    border-bottom: none !important;
}

.nav-links-profile {
    background: #fff;
    border-radius: 20px 20px !important;
    border: 1px solid var(--main-color) !important;
    color: var(--main-color) !important;
    transition: all 0.3s ease;
    font-size: 12px !important;
    padding: 5px 10px !important;
}

    .nav-links-profile:hover {
        background: var(--main-color) !important;
        color: #fff !important;
        border-color: var(--main-color);
    }

    .nav-links-profile.active {
        background: var(--main-color) !important;
        color: #fff !important;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    }

/*SideBar del CheckOut*/
.container-info-checkout-main {
    /*padding-right: 5%;*/
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container-info-checkout-reserve {
    border: 1px solid #DDE1E4;
    border-radius: 5px;
    padding: 0;
}

.container-info-checkout-reserve-description {
    background: #EBEDEF;
    padding: 16px 20px;
}

    .container-info-checkout-reserve-description h3 {
        color: var(--Black, #000);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 16px;
    }




.container-info-checkout-conditions h3 {
    color: var(--Black, #000);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.container-info-checkout-reserve-description h4 {
    color: var(--Black, #000);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 8px;
}

.container-info-checkout-reserve-description h5 {
    color: var(--Black, #000);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}

.container-info-checkout-reserve-description p {
    color: var(--Black, #000);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container-info-checkout-reserve-description-a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .container-info-checkout-reserve-description-a i {
        color: var(--Black, #000);
        font-size: 14px;
        margin-right: 10px;
    }


.container-info-checkout-reserve-services {
    padding: 16px 20px;
}

.container-info-checkout-reserve-services-a {
    margin-bottom: 8px;
    border-bottom: 1px solid #DDE1E4;
    padding-block: 8px;
}

    .container-info-checkout-reserve-services-a h5 {
        color: var(--Black, #000);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

    .container-info-checkout-reserve-services-a p {
        color: var(--Black, #000);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 10px;
        margin-top: 5px;
    }

    .container-info-checkout-reserve-services-a i {
        margin-right: 15px;
    }

.container-info-checkout-reserve-services-ab {
    margin-bottom: 8px;
    border-bottom: 1px solid #DDE1E4;
    padding-block: 8px;
}

    .container-info-checkout-reserve-services-ab h5 {
        color: var(--Black, #000);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

    .container-info-checkout-reserve-services-ab p {
        color: var(--Black, #000);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 10px;
        margin-top: 5px;
    }

    .container-info-checkout-reserve-services-ab i {
        margin-right: 15px;
    }

.green-text {
    color: #24A147 !important;
}

.red-text {
    color: #E81313 !important;
}

.container-info-checkout-reserve-price {
    /* background: #EBEDEF; */
    padding: 16px 50px;
    gap: 5px;
}

    .container-info-checkout-reserve-price h2 {
        color: var(--Black, #000);
        /*font-family: Inter;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }


    .container-info-checkout-reserve-price h3 {
        color: var(--Black, #000);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: end;
    }

    .container-info-checkout-reserve-price h4 {
        color: var(--Black, #000);
        /*font-family: Inter;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 10px;
    }

    .container-info-checkout-reserve-price h5 {
        color: var(--Black, #000);
        /*font-family: Inter;*/
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 10px;
        text-align: end;
    }

.container-info-checkout-conditions {
    border: 1px solid #DDE1E4;
    border-radius: 5px;
    background: #EBEDEF;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.container-info-checkout-paytime {
    border: 1px solid #DDE1E4;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

    .container-info-checkout-paytime h2 {
        font-size: 1rem;
        line-height: 1.1;
        font-weight: 600;
        margin-left: 0px;
        margin-bottom: 0;
    }

    .container-info-checkout-paytime h3 {
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 0px;
    }


.promoContainerA {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 25px;
}

#promoCode {
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding-left: 10px;
    height: 42px;
}

.btn_Promo {
    min-width: 100px;
    width: 100px;
    padding-inline: 15px;
    height: 42px;
}

.col-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}

.col-flex-B {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
}

.col-flex p {
    font-size: 14px;
}

.container-info-checkout-fligths {
    border: 1px solid #DDE1E4;
    border-radius: 5px;
}

.container-info-checkout-fligths-title {
    background: #EBEDEF;
    padding: 5px 20px;
}

    .container-info-checkout-fligths-title p {
        color: var(--Black, #000);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .container-info-checkout-fligths-title i {
        margin-right: 15px;
    }

.container-info-checkout-fligths-info {
    padding: 16px 20px;
    border-bottom: 1px solid #DDE1E4;
}

    .container-info-checkout-fligths-info h4 {
        color: var(--Black, #000);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.196px;
        text-transform: uppercase;
        text-align: center;
    }

    .container-info-checkout-fligths-info img {
        margin-right: 10px;
        margin-block: 12px;
        height: 35px;
    }

.checkout-payment-disclaimer-b a {
    color: var(--main-color) !important;
    text-decoration: underline !important;
}

    .checkout-payment-disclaimer-b a:hover {
        color: var(--black-color);
        text-decoration: none;
    }

.container-info-checkout-fligths-info p {
    color: var(--Black, #000);
    /*font-family: Inter;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.196px;
    text-transform: uppercase;
    text-align: center;
}

.container-info-checkout-fligths-info h5 {
    color: var(--gray-osos-800, #646D74);
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container-info-checkout-fligths-info h6 {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.196px;
    text-align: center;
}

.container-info-checkout-fligths-info-a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-info-checkout-fligths-info-abc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-info-checkout-Hotels {
    border: 1px solid #DDE1E4;
    border-radius: 5px;
}

.container-info-checkout-carrier {
    border: 1px solid #DDE1E4;
    border-radius: 5px;
}

.container-info-checkout-service {
    border: 1px solid #DDE1E4;
    border-radius: 5px;
}


.container-accordion-checkout-main {
    margin: 20px 0 0 0;
    padding: 0;
    overflow: hidden;
    border-top: 1px solid #DDE1E4;
}

.container-accordion-checkout-item {
    background-color: #fff;
    border: 1px solid transparent;
}

.container-accordion-checkout-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 transparent;
}

.container-accordion-checkout-header {
    margin: 0px;
    padding: 0;
}

.container-accordion-checkout-button {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    color: var(--black-color);
    padding: 0;
    margin: 0;
}

    .container-accordion-checkout-button::after {
        margin-left: 40%;
    }

.container-accordion-checkout-body {
    padding: 5px 20px !important;
}

.container-accordion-checkout-body-a {
}

    .container-accordion-checkout-body-a h5 {
        color: var(--Black, #000);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 5px;
    }

.container-accordion-checkout-button:not(.collapsed)::after {
    fill: var(--black-color);
}

.container-checkout-info-blue {
    border-radius: 3px;
    border: 1px solid #6EB0FF;
    background: #CFE3FE;
    height: 64px;
    flex-shrink: 0;
    margin: 30px 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

    .container-checkout-info-blue p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.container-checkout-info-red {
    border-radius: 3px;
    border: 1px solid #FE706F;
    background: #FFD8D9;
    height: 64px;
    flex-shrink: 0;
    margin: 15px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

    .container-checkout-info-red p {
        color: #E81313;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


/*Notas Formulario*/

.container-checkout-notes-login {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 48px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border-top: 1px solid #AAB4BC;
    margin-top: 48px;
}

.container-checkout-notes-login-a {
    display: flex;
}

.container-checkout-notes-login h3 {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container-checkout-notes-login-a p {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.container-checkout-notes-login-a i {
    color: #24A147;
    margin-right: 10px;
}

.btn-login-principal {
    border-radius: 30px;
    border: 1px solid var(--black-color );
    background: #fff;
    width: 233px;
    height: 40px;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.containerModalReserve {
    gap: 0;
}

.containerModalReserveButton {
    display: flex;
    justify-content: center;
}

.container-check-select {
    padding: 0 15px;
}

.container-check-field-cont {
    padding: 0;
}



/*================================================
     CARDS - DESTACADOS [Master Viaje] EBE
=================================================*/
.space-test-v4 {
    position: absolute;
    margin: 200px;
}

/*----------------*/

.card-img-high-v4 {
    height: 200px;
    border-radius: 9px 9px 0px 0px;
}

/*----------------*/

.card-product-type-v4 {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #ffffff;
    padding: 10px;
    background-color: rgba(40,43,48,.50);
    backdrop-filter: blur(10px);
    border-radius: 9px 0px 10px 0px;
}

    .card-product-type-v4 i {
        width: 11px;
        margin-right: 7px;
    }

    .card-product-type-v4 p {
        font-size: 0.8rem;
        font-weight: 500;
    }

/*----------------*/

.card-highlight-title-v4 p {
    /*font-family: 'Inter', sans-serif;*/
    font-weight: 500;
    color: white;
    text-align: center;
    padding: 8px;
    height: 56px;
    background-color: #0000FF;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.card-high-long-title-v4 p {
    /*font-family: 'Inter', sans-serif;*/
    font-weight: 500;
    font-size: 0.8rem !important;
    color: white;
    text-align: center;
    padding: 5px;
    height: 56px;
    background-color: #0000FF;
}

/*----------------*/

.btn-c-high-v4 {
    background-color: #0000FF;
    color: white;
    margin-bottom: 16px;
    border-radius: 59px;
    font-size: 12px;
    width: 106px;
    height: 32px;
    justify-content: center;
}

/*----------------*/

.card-highlight-body-v4 {
    margin: 8px 0px 8px 0px;
}

.card-data-site-v4 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /*overflow: hidden;*/
    height: 22px;
}

    .card-data-site-v4 i {
        padding: 2px 0px 5px 0px;
    }

.card-day-v4 {
    margin-right: 10px;
}

    .card-day-v4 p {
        font-size: 11px;
    }

    .card-day-v4 i {
        margin-right: 5px;
        font-size: 11px;
    }

.card-text-v4 p {
    font-size: 11px;
}

.card-text-v4 i {
    font-size: 11px;
    margin-right: 5px;
    color: red;
}

.card-highlight-date-v4 {
    text-align: center;
    margin-bottom: 8px;
}


/*================================================
                --------------
=================================================*/
.section-main-guest {
    display: flex;
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container-reserve-form {
    width: auto;
    height: 392px;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    display: flex;
    overflow: hidden;
}

.container-reserve-form-a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 50px;
}

    .container-reserve-form-a h3 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 40px;
    }

.container-reserve-form-b {
    background: var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 50px;
}

    .container-reserve-form-b h3 {
        color: var(--company-text);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 40px;
    }

.container-reserve-form-cont {
    display: flex;
    flex-direction: column;
}

.container-reserve-form-cont-a {
    margin-bottom: 16px;
}

    .container-reserve-form-cont-a i {
        color: var(--company-text);
    }

    .container-reserve-form-cont-a p {
        color: var(--company-text);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


/*Secciones de guest*/

.section-bookingDetails {
    /*margin-top: 50px;*/
}

.button-container-Guest-v1 {
    margin-block: 40px;
}

.container container-Guest-v1 {
    margin-block: 25px 40px;
}

.navigation-Guest-v1-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #0F71E5;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .navigation-Guest-v1-left i {
        margin-right: 15px;
    }

.navigation-Guest-v1-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: #0F71E5;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .navigation-Guest-v1-right i {
        margin-left: 15px;
    }

.notice-Guest-v1 {
    height: 72px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #FCCE15;
    background: #FFF7A0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-Guest-v1-a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.notice-Guest-v1-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice-Guest-v1-icon {
    color: #FCCE15;
    font-size: 40px;
}

.notice-Guest-v1-text {
}

    .notice-Guest-v1-text p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }



.info-notice-Guest-v1 {
    height: 72px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #AAB4BC;
    background: #EBEDEF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-notice-Guest-v1-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #AAB4BC;
    font-size: 40px;
}

.info-notice-Guest-v1-text {
}


    .info-notice-Guest-v1-text p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }



.cancel-notice-Guest-v1 {
    height: 72px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #E81313;
    background: #FFD8D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cancel-notice-Guest-v1-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E81313;
    font-size: 40px;
}

.cancel-notice-Guest-v1-text {
}


    .cancel-notice-Guest-v1-text p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }



.reserve-notice-Guest-v1 {
    height: 72px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #AAB4BC;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reserve-notice-Guest-v1-text {
}

    .reserve-notice-Guest-v1-text h4 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .reserve-notice-Guest-v1-text h5 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.224px;
    }

    .reserve-notice-Guest-v1-text p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.224px;
    }


/*Nuevo conteenedor para pagar*/

.info-container-Guest-v1-d {
    height: auto;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #DDE1E4;
    background: #FFF;
    padding: 16px 30px;
}

    .info-container-Guest-v1-d h5 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 15px;
    }


/* Finn nuevo conteenedor para pagar*/


.info-container-Guest-v1-a {
    height: 90px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #DDE1E4;
    background: #FFF;
    padding: 16px 30px;
}



.data-container-Guest-v1-a {
}

    .data-container-Guest-v1-a h5 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.224px;
    }

    .data-container-Guest-v1-a p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.224px;
    }

.data-container-Guest-v1-b {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .data-container-Guest-v1-b h5 {
        color: #24A147;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.224px;
    }

    .data-container-Guest-v1-b p {
        color: #24A147;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.224px;
    }

.data-container-Guest-v1-c {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .data-container-Guest-v1-c h5 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.224px;
    }

    .data-container-Guest-v1-c p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.224px;
    }


.info-container-Guest-v1-c {
    height: auto;
    border-radius: 3px;
    border: 1px solid #DDE1E4;
    background: #FFF;
    padding: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.row-info-container-Guest-v1-a {
    height: 90px;
    border-bottom: 1px solid #DDE1E4;
    background: #FFF;
    padding: 16px 30px;
}



.info-container-Guest-v1-b {
    min-height: 80px;
    height: auto;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #DDE1E4;
    background: #FFF;
    padding: 16px 30px;
}

    .info-container-Guest-v1-b h5 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

.card-general-a-lugar-Guest {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    color: var(--Black, #000);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.info-Guest-v1-b {
    min-height: 80px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #DDE1E4;
    background: #FFF;
    padding: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.prueba2 {
    display: flex;
}

.cont-info-title-guest-v1-a {
    background: var(--main-color);
    width: 100%;
    padding: 16px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.info-title-guest-v1-a {
    display: flex;
}

    .info-title-guest-v1-a h3 {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.cont-info-title-guest-v1-a h3 {
    color: #FFF;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.info-title-guest-v1-b {
    display: flex;
}

    .info-title-guest-v1-b h5 {
        color: #FFF;
        text-align: right;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.cont-service-title-guest-v1-a {
    background: var(--main-color);
    width: 100%;
    padding: 16px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

    .cont-service-title-guest-v1-a h3 {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .cont-service-title-guest-v1-a i {
        color: #FFF;
        margin-right: 15px;
    }

.cont-info-title-guest-v1-b {
    padding: 16px 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-service-title-guest-a {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info-service-title-guest-b {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .info-service-title-guest-b p {
        font-size: 15px;
    }

.info-service-title-guest-c {
    color: #000;
    text-align: right;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .info-service-title-guest-c p {
        text-align: end
    }

.cont-service-title-guest-v1-d {
    background: var(--main-color);
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    min-height: 90px;
}

    .cont-service-title-guest-v1-d h3 {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .cont-service-title-guest-v1-d i {
        color: #FFF;
        margin-right: 15px;
    }

.row-cont-service-title-guest-v1-d {
    padding: 0;
    margin: 0;
}

.cont-payment-title-guest-v1 {
    /*border: 1px solid #DDE1E4;*/
    background: #EBEDEF;
    padding: 8px 30px;
}

.cont-payment-title-guest-a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .cont-payment-title-guest-a p {
        color: #000;
        text-align: right;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.cont-payment-title-guest-b {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .cont-payment-title-guest-b p {
        color: #000;
        text-align: right;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.cont-pendingpayment-title-guest-v1 {
    /*border: 1px solid #DDE1E4;*/
    background: #3B3F44;
    padding: 8px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cont-pendingpayment-title-guest-a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .cont-pendingpayment-title-guest-a p {
        color: #FFF;
        text-align: right;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.cont-pendingpayment-title-guest-b {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .cont-pendingpayment-title-guest-b p {
        color: #FFF;
        text-align: right;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }


.cont-buttonpayment-title-guest-v1 {
    padding: 16px 30px;
    display: flex;
    justify-content: flex-end;
}

.infoServices-Guest-v1 {
}



.cont-guest-fechaVuelo-v1-a {
    /*border-right: 1px solid #DDE1E4;*/
    padding: 16px 30px;
}

.cont-guest-fechaVuelo-v1-b {
    padding: 16px 30px;
}

.gray-guest-title {
    background: #EBEDEF;
    display: flex;
    justify-content: center;
    padding: 10px 30px;
}

.white-guest-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 65px;
    padding: 10px 20px;
    gap: 10px;
}

.card-general-a-Guest-p {
    margin-right: 5px;
}

.cont-guest-container-v1-a {
    border-right: 1px solid #DDE1E4;
    border-bottom: 1px solid #DDE1E4;
    padding: 0px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.cont-guest-container-v1-b {
    padding: 0px;
    border-bottom: 1px solid #DDE1E4;
}

.cont-guest-row-v2 {
    margin-right: 0;
    margin-left: 0;
}

.cont-guest-cont-v2 {
    padding: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.card-general-a-Guest {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    color: var(--Black, #000);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .card-general-a-Guest p {
        font-size: 14px;
        display: flex;
        flex-direction: row;
        margin-right: 5px;
    }

    .card-general-a-Guest i {
        font-size: 14px;
        margin-right: 3px;
    }

.cont-last-Guest-v1 {
}

.cont-last-row-Guest-v1 {
}

.condiciones-Guest-v1-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 25px;
}

.condiciones-Guest-v1-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .condiciones-Guest-v1-logo i {
        color: var(--black-color);
        font-size: 40px;
    }

.condiciones-Guest-v1-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .condiciones-Guest-v1-text h5 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .condiciones-Guest-v1-text p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.condiciones-Guest-v1-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .condiciones-Guest-v1-button button {
    }

.cancelaciones-Guest-v1-a {
}

.row-cancel-Guest-v1-a {
    border: 0.5px solid #AAB4BC;
    background: var(--White, #FFF);
    border-radius: 5px;
    padding: 0;
    margin: 0;
}

.cancel-Guest-v1-a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-cancel-Guest-v1-a {
}

    .info-cancel-Guest-v1-a h3 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.info-cancel-container-Guest-v1-a {
    margin-block: 40px;
}

    .info-cancel-container-Guest-v1-a p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .info-cancel-container-Guest-v1-a i {
        color: var(--black-color);
        font-size: 16px;
        margin-right: 10px;
    }


.cancel-Guest-v1-b {
    padding: 0;
}

    .cancel-Guest-v1-b img {
        width: 100%;
        object-fit: cover;
    }

#circuitsZoneDestinyDiv {
    width: 100%;
}

#packageZoneDestinyDiv {
    width: 100%;
}

/*Seccion de Bono*/

.contact-container-guest-v2 {
    margin: 0;
    margin-left: 0;
}

    .contact-container-guest-v2 button {
        background-color: #EBEDEF;
        padding-block: 8px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-top: 8px;
        padding-bottom: 8px;
    }

.data-container-Guest-v1-d {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px 40px 20px 30px;
    gap: 15px;
}

    .data-container-Guest-v1-d p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .data-container-Guest-v1-d h5 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .data-container-Guest-v1-d i {
        font-size: 10px;
        margin-right: 5px;
    }

.card-general-a-div-info-a {
    display: flex;
    flex-direction: row;
    color: #646D74;
}


.data-container-Guest-v1-da {
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: var(--main-color);
}

    .data-container-Guest-v1-da p {
        color: #fff;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .data-container-Guest-v1-da h5 {
        color: #fff;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .data-container-Guest-v1-da h4 {
        color: #fff;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 15px;
    }


.data-container-Guest-v1-da {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px 40px 20px 30px !important;
}

.row-info-container-Guest-v1-d {
    height: auto;
    border-bottom: 1px solid #DDE1E4;
    background: #FFF;
    /*padding: 30px 30px;*/
}

.border-left-guest {
    border-left: 1px solid #DDE1E4;
}

.border-right-guest {
    border-right: 1px solid #DDE1E4;
}

.container-gray-guest {
    background: #EBEDEF;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #AAB4BC;
    width: 95%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

    .container-gray-guest li {
        font-size: 14px;
    }

    .container-gray-guest i {
        font-size: 7px;
        margin-right: 5px;
    }


    .container-gray-guest p {
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: 400;
        margin-bottom: 0;
        text-align: start;
    }


.container-blue-guest {
    border: 1px solid #0F71E5;
    background: #CFE3FE;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-red-guest {
    border: 1px solid #E81313;
    background: #FFD8D9;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-general-a-div-info-b {
    display: flex;
    flex-direction: row;
    color: var(--main-color);
    align-items: center;
    gap: 4rem;
}

.info-Guest-v1-c {
    min-height: 80px;
    height: auto;
    flex-shrink: 0;
    border-radius: 3px;
    background: #FFF;
    padding: 16px 30px;
}

    .info-Guest-v1-c h5 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

#panelsStayOpen-contact-container-guest-f {
    display: flex;
    justify-content: center;
}


/*Tabs defs Bono*/
.guest-nav-link {
    width: 100% !important;
    background-color: #AAB4BC !important;
    color: #fff;
}

    .guest-nav-link.active {
        background-color: var(--black-color) !important;
        color: #fff !important;
    }

    .guest-nav-link:hover {
        background-color: var(--main-color) !important;
        color: #fff !important;
    }


    .guest-nav-link i {
        margin-right: 10px;
    }

.container-guest-group {
    border: 1px solid #DDE1E4;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

#guest-vuelo h4 {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-block: 24px;
}

    #guest-vuelo h4 i {
        color: #000;
        margin-right: 10px;
    }

#guest-alojamiento h4 {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-block: 24px;
}

#guest-alojamiento i {
    color: #000;
    margin-right: 10px;
}

.img-gene-guest {
    /*width: 100%;*/
    /*height: 150px;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 132px;
}

    .img-gene-guest img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.text-gene-guest {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#guest-traslado h4 {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-block: 24px;
}

    #guest-traslado h4 i {
        color: #000;
        margin-right: 10px;
    }

#guest-servicio h4 {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-block: 24px;
}

    #guest-servicio h4 i {
        color: #000;
        margin-right: 10px;
    }

#guest-itinerario h4 {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-block: 24px;
}

    #guest-itinerario h4 i {
        color: #000;
        margin-right: 10px;
    }


.container-custompdf-main {
    padding: 40px 35px;
}

.container-custompdf-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    /*padding: 10px;*/
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
    width: auto;
    /*margin-bottom: 35px;*/
}

    .container-custompdf-img img {
        width: 400px;
        max-width: 400px;
    }

.container-custompdf-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px
}

    .container-custompdf-text h3 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
    }

.custompdf-form-h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}


/************************************************************* FOOTER **********************************************************************/
/*Landing Sitio center Construccion*/
.mainSectionConstruccion {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainSitioConstruccion {
    height: 100%;
    width: 100%;
    /*background-image: url("../img/banner/bg.png");*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mainSitioConstruccion-col-a {
    display: flex;
    justify-content: center;
}

    .mainSitioConstruccion-col-a img {
        height: 60%;
        width: auto;
    }

.mainSitioConstruccion-col-b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

    .mainSitioConstruccion-col-b img {
        width: 363px;
        margin-bottom: 25px;
        background-color: #fff;
        border-radius: 30px;
        padding: 20px 20px;
    }

    .mainSitioConstruccion-col-b h2 {
        color: #fff;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        text-align: start;
        margin-bottom: 10px;
        margin-left: 0px;
        width: 80%;
        text-align: center;
    }

    .mainSitioConstruccion-col-b h3 {
        color: #fff;
        font-size: 42px;
        text-align: center;
        margin-left: 0px;
        line-height: 1;
        width: 65%;
        font-family: Inter;
        font-weight: 500;
    }

    .mainSitioConstruccion-col-b h4 {
        color: #fff;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        text-align: start;
        margin-bottom: 20px;
        margin-left: 0px;
        width: 65%;
        text-align: center;
    }


.btn_theme-a {
    color: var(--company-text);
    background-color: var(--main-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none;
    padding: 5px 15px;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
}

    .btn_theme-a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 937px;
        height: 550px;
        margin: auto;
        background: var(--black-color);
        border-radius: 30px;
        z-index: -1;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
        transform: translateX(-50%) translateY(-5%) scale(.4);
        transition: var(--transition);
        color: var(--company-text) !important;
    }

    .btn_theme-a:hover:before {
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        -webkit-transform: translateX(-45%) translateY(0) scale(3);
        transform: translateX(-50%) translateY(0) scale(3);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        border: none;
        border-radius: 30px;
        color: var(--company-text) !important;
    }

.p-Animatable .p-CardBrandIcons-item:last-child {
    display: none !important;
}

.section-carrusel-2 {
    margin: 0 0 0 0;
}

.carousel-item-home-ab {
}


/* Contenedor de header del footer */
.section-subfooter-home-container-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.container-btn-whatsapp {
    align-items: center;
    justify-content: end;
}

/* Footer logo en header */
.footer-logo-container {
    text-align: left;
}

.footer-logo {
    max-height: 60px;
    width: auto;
    max-width: 100%;
}

/* Botón de WhatsApp en footer */
.whatsapp-footer-button {
    text-align: right;
}

.whatsapp-footer-btn {
    display: inline-flex;
    align-items: center;
    background-color: #25D366;
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
}

    .whatsapp-footer-btn:hover {
        background-color: #1ebe5a;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
        color: white;
        text-decoration: none;
    }

    .whatsapp-footer-btn i {
        font-size: 18px;
        margin-right: 8px;
    }

    .whatsapp-footer-btn span {
        font-size: 14px;
    }

/* Mejoras para el footer */
.section-subfooter-home-a {
    background-color: #fff;
    padding: 40px 0 0 0;
}

.section-footer-column-title-a h4 {
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}

.section-footer-column-content-row-a p {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.section-footer-column-content-row-a a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .section-footer-column-content-row-a a:hover {
        color: var(--main-color);
    }

.section-footer-column-content-row-a i {
    margin-right: 8px;
    color: var(--main-color);
    width: 16px;
}

.section-subfooter-home-container-b {
    background-color: #E1241B;
}

/* Scroll to Top Button */
.scroll-to-top-btn {
    background-color: transparent;
    align-items: center;
    width: 25px;
    height: 25px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .scroll-to-top-btn:hover {
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
        border-color: rgba(255, 255, 255, 0.3);
    }

    .scroll-to-top-btn i {
        font-size: 12px;
        margin-left: 0;
    }

/*********************************************************** END FOOTER ************************************************************************/


/*Vista de Perfiles*/

#v-pills-login-backoffice-a {
}

/* #v-pills-login-backoffice-a h3 {
        color: var(--main-color);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 24px;
    } */


.container-profile-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border-radius: 5px;*/
    overflow: hidden;
    padding: 10px 15px;
    /*border: 1px solid #DDE1E4;*/
    /*margin-top: 50px;*/
    /* height: 600px; */
}

    .container-profile-main h3 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .container-profile-main p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 10px;
        width: 100%;
        text-align: start;
    }

.container-profile-main-a {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    padding: 30px 75px;
    /* border: 1px solid #DDE1E4; */
    margin-top: 50px;
    /* height: 600px; */
}

.container-profile-main-b {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #DDE1E4;
    margin-top: 50px;
    /* height: 600px; */
}

.container-profile-main-c {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #DDE1E4;
    margin-top: 25px;
    height: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    /* height: 600px; */
}

#v-pills-login-backoffice-b {
}

    #v-pills-login-backoffice-b h3 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 24px;
    }

#v-pills-login-backoffice-c {
}

    #v-pills-login-backoffice-c h3 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 24px;
    }

#v-pills-login-backoffice-d {
}

    #v-pills-login-backoffice-d h3 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 24px;
    }


.faq-profile {
    padding-left: 0;
}

.faq-profile-i {
    display: flex;
    justify-content: center;
}

    .faq-profile-i i {
        font-size: 10px;
        margin-top: 5px;
    }

.faq-profile-text {
}

    .faq-profile-text h4 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 10px;
    }

    .faq-profile-text p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 24px;
    }

.faq-profile-blanc {
    border: 1px solid #DDE1E4;
    border-radius: 3px;
    background-color: #F8F9FA;
    padding: 22px 20px;
    height: 200px;
}

    .faq-profile-blanc h4 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 8px;
    }

    .faq-profile-blanc i {
        color: var(--main-color);
        font-size: 14px;
    }

    .faq-profile-blanc p {
        font-size: 14px;
    }

.faq-profile-icons {
}

    .faq-profile-icons h5 {
        margin-top: 25px;
    }

    .faq-profile-icons i {
        font-size: 20px;
    }

.faq-profile-text-cont {
    margin-bottom: 20px;
}

.divTablasBackoffice {
    max-width: 1200px
}

.cgptcb-body .cgptcb-chat-circle, .cgptcb-body .cgptcb-chat-box-toggle {
    bottom: 4rem !important;
}



/* Estilos para hacer el contenedor del video responsive */
.video-circuito-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Proporci�n de aspecto 16:9 (9/16 * 100) */
}

    .video-circuito-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.download-info-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #DDE1E4;
    margin-top: 0px;
    padding-top: 25px;
    /*width: 100%;*/
    padding-right: 30px;
    text-align: end;
}

    .download-info-container h2 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 0px;
        margin-bottom: 15px;
        text-align: end;
    }


.download-suc-class {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
    margin-left: 5px;
}

    .download-suc-class:hover {
        color: var(--black-color);
        font-weight: 600;
    }

    .download-suc-class i {
        margin-left: 5px;
    }

.product-c-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
}

.product-c-container-b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.form-customizepdf-input {
    height: 37px;
    border-radius: 3px;
    border: 1px solid #AAB4BC;
    margin-bottom: 10px;
    font-size: 13px;
    color: #303030;
    width: 100%;
    padding: 0 5px;
}

.form-customizepdf-input-a {
    height: 37px;
    border-radius: 3px;
    border: 1px solid #AAB4BC;
    margin-bottom: 20px;
    font-size: 14px;
    color: #AAB4BC;
    width: 100%;
}

.btn-return {
    background: #ffffff;
    border: none;
    color: var(--main-color);
    margin: 25px 0 0 25px;
}

    .btn-return i {
        margin-right: 10px;
    }


.form-customizepdf-button {
    color: #fff;
    background: var(--main-color);
    height: 37px;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 25px;
}

.form-customizepdf-button-a {
    color: #fff;
    background: var(--main-color);
    height: 37px;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 12px;
    margin-top: 3px;
}

.form-customizepdf-button-b {
    color: #fff;
    background: var(--main-color);
    height: 37px;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 14px;
    width: 100%;
}

.download-info-container-a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #DDE1E4;
    margin-top: 0px;
    padding-top: 20px;
    width: 100%;
    padding-right: 30px;
    text-align: start;
}


    .download-info-container-a h2 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 0px;
        margin-bottom: 15px;
        text-align: start;
    }

.form-customizepdf-input::file-selector-button {
    background-color: var(--main-color);
    color: white;
    padding: 5px 20px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin-left: -5px;
    height: 37px;
}


.product-c-boton-compartir {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 5px;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 5px;
    text-decoration-line: overline;
}

    .product-c-boton-compartir:hover {
        background-color: var(--black-color);
        color: #fff;
    }

.product-c-boton-personalizar {
    display: inline-block;
    height: 35px;
    margin: 5px;
    color: var(--black-color);
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    text-decoration: none;
}

    .product-c-boton-personalizar:hover {
        color: var(--main-color);
    }


.cards-home-a {
    justify-content: center;
}


.row-desktop {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.row-mobile {
    display: none;
}

.col-pdf-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

#visualizarPDF {
    height: 100%;
    max-height: 300px;
    max-width: 230px;
    border-radius: 5px;
    /*box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);*/
}

.pdf-preview-box {
    display: flex;
    align-items: center;
    justify-content: center;
}


.section-footer-column-content-row-b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    /*margin-bottom: 15px;*/
}

    .section-footer-column-content-row-b i {
        width: 18px;
        height: auto;
        color: var(--main-color);
        margin-right: 10px;
        font-size: 13px;
    }

    .section-footer-column-content-row-b p {
        text-align: start;
        font-size: 13px;
    }

.cert-footer-img-a {
    height: 80px;
    margin-top: 10px;
}

.cert-footer-img-b {
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}



/* Nuevos dise�os de EuroMundo*/

.main-section-banner {
}


.section-footer-home-euro {
    background: var(--main-color);
    /*margin-top: 30px;*/
}

.container-footer-home {
    padding: 25px 25px 10px 25px;
}

.footer-cont-a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .footer-cont-a img {
        width: 160px;
        height: auto;
    }

.footer-cont-b {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.line-border-footer {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 15px;
}

.footer-column-section {
    padding-block: 20px;
}

.footer-column-section-title {
}

    .footer-column-section-title h4 {
        color: #fff;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 10px;
    }

.footer-column-section-content {
}

.footer-column-section-content-div {
    margin-bottom: 10px;
}

    .footer-column-section-content-div p {
        color: #fff;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.5;
        /* text-decoration-line: underline; */
        margin-bottom: 10px;
    }

    .footer-column-section-content-div a {
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out 0.1s;
        transition: all 0.3s ease-in-out 0.1s;
        outline: 0 !important;
        color: var(--white-color);
    }

    .footer-column-section-content-div i {
        margin-right: 8px;
    }

.section-subfooter-home-euro {
    background-color: var(--main-color);
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 24px 46px 24px;
}

.section-subfooter-text-euro {
}

    .section-subfooter-text-euro h5 {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .section-subfooter-text-euro p {
        color: #FFF;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .section-subfooter-text-euro i {
        margin-left: 8px;
        font-size: 16px;
        color: white;
    }

.section-subfooter-text-euro-a {
    display: flex;
    justify-content: flex-start;
}

.section-subfooter-text-euro-b {
    display: flex;
    justify-content: flex-end;
}

.section-euro-main {
    margin-block: 60px;
    padding-inline: 30px;
}

.container-euro-main {
}

.container-euro-title {
    padding-bottom: 30px;
}

    .container-euro-title h3 {
        color: var(--main-color);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.container-euro-title {
    padding-bottom: 30px;
    text-align: center;
}

    .container-euro-title h4 {
        color: var(--main-color);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .container-euro-title h5 {
        color: var(--main-color);
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

.container-euro-carousel {
    padding-block: 10px;
}

.euro-card-slider {
}


.euro-cardbox {
    width: 90%;
    height: 450px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 10px;
    max-width: 400px;
}

.euro-cardbox-img {
    height: 160px;
    overflow: hidden;
}

    .euro-cardbox-img img {
        object-fit: cover;
        object-position: bottom center;
        height: 100%;
    }


.euro-cardbox-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 8px;
    padding-inline: 16px;
    height: 40px;
    background: var(--main-color);
}

    .euro-cardbox-title h3 {
        color: #fff;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
    }

.euro-cardbox-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    padding: 0 16px 8px 16px;
    height: 250px;
    background: #fff;
}

.euro-cardbox-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 190px;
    margin-block: 5px;
}

    .euro-cardbox-info p {
        /*font-family: 'Inter', sans-serif;*/
        font-size: 13px;
        font-style: normal;
        line-height: normal;
        font-weight: 400;
    }

.euro-cardbox-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.btn-theme-euro {
    color: var(--white-color);
    background-color: var(--main-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 5px 20px;
    line-height: 1;
    border-radius: 25px;
    width: 120px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-theme-euro:hover {
        border-radius: 25px;
    }

.btn-theme-euro-a {
    color: var(--white-color);
    background-color: var(--black-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 5px 20px;
    line-height: 1;
    border-radius: 25px;
    width: 120px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

    .btn-theme-euro-a:hover {
        border-radius: 25px;
        background-color: var(--main-color);
    }



.euro-card-container {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    /*max-width: 400px;*/
}

.card-producto-euro {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

    .card-producto-euro img {
        position: absolute;
    }

.card-producto-euro-a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-producto-euro-b {
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    object-fit: contain;
    border-radius: 50% 0 0 50%;
}

.card-producto-euro-c {
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: auto;
    object-fit: contain;
}

.description-Jun-prod {
    border-bottom: 1px solid #DDE1E4;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 8px 0;
}

.icon-product-list {
    margin-right: 5px;
}


/* Seccion de Review de M�ster */
.master-review-card {
    position: relative;
    /*width: 11.875em;
    height: 16.5em;*/
    width: 16.875em;
    height: 22.5em;
    box-shadow: 0px 4px 13px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: all 120ms;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0.5em;
    padding-bottom: 3.4em;
    margin-block: 10px;
    z-index: 9;
}

    .master-review-card::after {
        content: "Ver video Reel";
        padding-top: 1.25em;
        padding-left: 4.25em;
        position: absolute;
        left: 0;
        bottom: -60px;
        background: var(--main-color);
        color: #fff;
        height: 4em;
        width: 100%;
        transition: all 80ms;
        font-weight: 600;
        text-transform: uppercase;
        opacity: 0;
    }

    .master-review-card .master-review-title {
        font-size: 0.9em;
        position: absolute;
        left: 0.625em;
        bottom: 1.875em;
        font-weight: 400;
        color: #000;
    }

    .master-review-card .master-review-price {
        font-size: 0.9em;
        position: absolute;
        left: 0.625em;
        bottom: 0.625em;
        color: #000;
    }

    .master-review-card:hover::after {
        bottom: 0;
        opacity: 1;
    }

    .master-review-card:active {
        transform: scale(0.98);
    }

/*.master-review-card:active::after {
            content: "Added !";
            height: 3.125em;
        }*/

.master-review-text {
    max-width: 55px;
}

.master-review-image {
    background: rgb(241, 241, 241);
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}



/* Estilos de la galer�a */
.master-review-gallery-container {
    margin: 20px;
}

.master-review-gallery {
    display: flex;
    flex-wrap: wrap;
}

.master-review-gallery-item {
    flex: 1 0 400px;
    margin: 5px;
}

    .master-review-gallery-item img {
        width: 100%;
        height: auto;
        display: block;
    }

/* Estilos del Lightbox */
.master-review-lightbox {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    text-align: center;
}

    .master-review-lightbox img {
        margin: auto;
        display: block;
        max-width: 90%;
        max-height: 80%;
    }

.master-review-lightbox-close {
    color: white;
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

    .master-review-lightbox-close:hover,
    .master-review-lightbox-close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }


.master-review-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.master-review-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.master-review-carousel .owl-prev,
.master-review-carousel .owl-next {
    background-color: #ffffff;
    color: var(--main-color) !important;
    font-size: 35px !important;
    padding: 10px;
}

.master-review-carousel .owl-prev {
    float: left;
    margin-left: -20px;
}

.master-review-carousel .owl-next {
    float: right;
    margin-right: -20px;
}

/* Fin de Seccion de Review de M�ster */

/*Pagina de promociones */

.mainBannerForm-a {
    display: flex;
    height: 200px;
    padding: 0 0 2% 0;
    background-size: cover;
    background-position: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.mainBannerFormContainer-a {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 10% -2% 10%;
    padding: 30px 0px;
}

.slider-pararp-v3 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-shadow: 1px 1px 2px black;
    margin-left: 2px;
    margin-bottom: 20px;
    line-height: 1;
    /*margin-top: 170px;*/
}


.sectionMainEuro {
    padding-block: 80px;
}

.sectionMainEuro-a {
    padding-block: 30px 0px;
}

.euroTabs-accordionItem {
    border: none;
}


.euroTabs-accordionHeader {
    margin-left: 0px;
}

    .euroTabs-accordionHeader .accordion-button {
        background-color: var(--main-color);
        border: none;
        color: white;
        padding: 0 1.25rem;
        border-radius: 0 !important;
        margin-top: 0;
        margin-bottom: 0;
    }

        .euroTabs-accordionHeader .accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

        .euroTabs-accordionHeader .accordion-button.collapsed::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }


.euroTabs-accordionCollapse {
}

    .euroTabs-accordionCollapse .accordion-body {
        padding: 0 0;
        padding: 0 0;
    }

.euroTabs-custom .nav-link {
    color: #3B3F44;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

    .euroTabs-custom .nav-link.active {
        color: #000;
        background-color: #DDE1E4;
        border-radius: 0;
    }

    .euroTabs-custom .nav-link i {
        margin-left: 10px;
    }

.euro-border-btn {
    border-top: 1px solid #DDE1E4 !important;
}

.containerListConditions {
    padding: 30px 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}

.euro-list-conditions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    border-top: 1px solid #BDC4CB;
    height: 57px;
    padding: 10px 20px;
    margin: 5px 0;
}

    .euro-list-conditions i {
        color: #3B3F44;
        font-size: 18px;
    }

    .euro-list-conditions p {
        color: #3B3F44;
        font-size: 14px;
        line-height: 1;
    }

.col-button-condition a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    width: 100%;
    background: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 10px 15px;
}

.col-button-condition p {
    font-size: 12px;
    color: var(--main-color);
}

.col-button-condition i {
    margin-right: 10px;
    font-size: 12px;
    color: var(--main-color);
}

.euroTabs-home {
    background-color: lightblue;
}


.euroTabs-profile {
    background-color: lightgreen;
}

.euroTabs-messages {
    background-color: lightyellow;
}

.euroTabs-settings, .euroTabs-settings1, .euroTabs-settings2 {
    background-color: lightgrey;
}

.euroTabs-tabContent {
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.row-euro-desktop {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
    flex-direction: column;
}

.row-euro-mobile {
    display: none;
}

.euro-info-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #DDE1E4;
    margin-top: 20px;
    padding-top: 25px;
    /* width: 100%; */
    padding-right: 30px;
    text-align: end;
}

    .euro-info-container h2 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 0px;
        margin-bottom: 15px;
        text-align: end;
    }


.containerCardsPromo {
    padding: 30px 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.cardboxPromo {
    width: 450px;
    border: 1px solid #DDE1E4;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    overflow: hidden;
}

.cardboxPromo-img {
}

    .cardboxPromo-img a {
    }

        .cardboxPromo-img a img {
            object-fit: cover;
        }

.cardboxPromo-title {
    background: var(--main-color);
    color: #fff;
    padding: 16px;
}

    .cardboxPromo-title h5 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .cardboxPromo-title p {
        font-size: 16px;
    }

    .cardboxPromo-title i {
        font-size: 14px;
        margin-right: 10px;
    }

.cardboxPromo-info {
    padding: 16px;
}

    .cardboxPromo-info p {
        font-size: 14px;
        margin-bottom: 10px;
    }

        .cardboxPromo-info p b {
            margin-right: 10px;
        }

.cardboxPromo-links {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 0px 16px 16px 16px;
}

    .cardboxPromo-links a {
        background: #ffffff;
        color: var(--main-color) !important;
        border: 1px solid var(--main-color);
        border-radius: 5px;
        padding: 8px 12px;
        font-size: 10px;
        width: 6rem;
    }

        .cardboxPromo-links a:hover, .cardboxPromo-links a:active {
            background: var(--black-color);
            color: #ffffff !important;
            border: 1px solid var(--black-color);
            border-radius: 5px;
            padding: 8px 12px;
            font-size: 10px;
            cursor: pointer;
        }


.login-btn:hover {
    background-color: var(--company-text);
}

/*Pagina de Nosotros*/
.section-aboutusEuro {
    margin-top: 80px;
}

.section-aboutusEuro-a {
    margin-bottom: 80px;
}

.containerTextEuro {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .containerTextEuro h3 {
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: 500;
        margin-bottom: 16px;
        text-align: start;
        color: var(--main-color);
    }

    .containerTextEuro p {
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: 400;
        margin-bottom: 16px;
        text-align: start;
        color: #000;
    }

    .containerTextEuro i {
        color: var(--main-color);
        font-size: 10px;
        line-height: normal;
        margin-right: 10px;
    }

.div-Destinos-Euro-a {
    display: flex;
    height: 440px;
    flex-shrink: 0;
    overflow: hidden;
}

    .div-Destinos-Euro-a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

.div-Destinos-Euro-b {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    gap: 5%;
}

.div-Destinos-Euro-img-a {
    object-fit: cover;
    width: 100%;
    height: 210px;
    flex-shrink: 0;
    border-radius: 5px;
}

.div-Destinos-Euro-img-b {
    object-fit: cover;
    width: 100%;
    height: 210px;
    flex-shrink: 0;
    border-radius: 5px;
}

.div-Destinos-Euro-c {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 440px;
    flex-shrink: 0;
    overflow: hidden;
}

    .div-Destinos-Euro-c img {
        width: 100%;
        /*height: 330px;*/
        object-fit: cover;
        border-radius: 5px;
    }

.section-aboutUsGrayEuro {
    background-color: #eaeaf0;
    padding: 50px 0;
    margin-block: 40px;
}

.containerTitletEuro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    text-align: center;
}

    .containerTitletEuro h2 {
        color: var(--main-color);
        text-align: initial;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-left: 0;
        text-align: initial;
    }

    .containerTitletEuro h3 {
        color: var(--main-color);
        text-align: initial;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        font-weight: 400;
        text-align: initial;
        margin-bottom: 15px;
    }

    .containerTitletEuro p {
        color: #000;
        text-align: initial;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        margin-block: 40px;
        width: 100%;
    }

    .containerTitletEuro h4 {
        color: var(--main-color);
        text-align: initial;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 5px;
        margin-left: 0;
    }

    .containerTitletEuro h5 {
        color: #000;
        text-align: initial;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        margin-block: 20px;
        width: 100%;
    }

.containerIconCardEuro {
    background-color: var(--main-color);
    border-radius: 10px;
    padding: 25px 30px;
}

.iconCardEuro {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px 0;
}

    .iconCardEuro i {
        font-size: 48px;
        color: #fff;
    }

.viggCardEuro {
    padding: 16px 0;
    gap: 10px;
}

    .viggCardEuro p {
        color: #fff;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .viggCardEuro i {
        color: #fff;
        font-size: 10px;
        margin-right: 10px;
    }

.div-Marcas-Euro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .div-Marcas-Euro img {
        margin-bottom: 25px;
    }

    .div-Marcas-Euro p {
        color: var(--main-color);
        text-align: initial;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        margin-block: 15px;
    }

/*Fin Pagina de promociones */

/*Pagina de Afiliate */

.col-newsletter-contact img {
}

.affiliatteInfoCard {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #AAB4BC;
    border-radius: 15px;
    padding: 45px 60px;
    margin-bottom: 50px;
}

    .affiliatteInfoCard h3 {
        color: var(--main-color);
        text-align: initial;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 15px;
    }

.affiliatteInfoCardContainer {
    display: flex;
    flex-direction: row;
    margin-block: 20px 5px;
}

.affiliatteInfoCardNumber {
    display: flex;
    flex-direction: row;
    padding: 0 20px;
    align-items: flex-start;
    justify-content: center;
}

    .affiliatteInfoCardNumber h4 {
        /*font-family: 'Inter', sans-serif;*/
        font-size: 37px;
        font-style: normal;
        line-height: normal;
        font-weight: 600;
        margin-bottom: 5px;
        text-align: start;
        color: #000;
    }

.affiliatteInfoCardText {
}

    .affiliatteInfoCardText h5 {
        /*font-family: 'Inter', sans-serif;*/
        font-size: 15px;
        font-style: normal;
        line-height: normal;
        font-weight: 600;
        margin-bottom: 8px;
        text-align: start;
        color: #000;
    }


    .affiliatteInfoCardText p {
        /*font-family: 'Inter', sans-serif;*/
        font-size: 15px;
        font-style: normal;
        line-height: normal;
        font-weight: 400;
        margin-bottom: 15px;
        text-align: start;
        color: #000;
    }

.infoContainerProductEuro {
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 25px;
    border: 1px solid #DDE1E4;
}

.infoMainImageProductEuroContainer {
    padding: 0;
    overflow: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
}

    .infoMainImageProductEuroContainer img {
        object-fit: cover;
    }



.infoMainImageProductEuro {
    position: absolute;
    width: 100%;
    height: 100%;
}

.infoMainImageProductEuro-b {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
    object-fit: contain;
}

.infoTextProductEuro {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    height: 320px;
}

.containerTextTitletEuro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

.infoTextProductEuro h4 {
}

.infoTextProductEuro p {
}

.infoTextProductEuro i {
}

.infoImageProductEuro {
    padding: 0;
    overflow: auto;
    display: flex;
    justify-content: flex-end;
    height: 320px;
}

    .infoImageProductEuro img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

/*Fin Pagina de promociones */

/*Pagina de Material Publicitario */

.card-material-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    width: 300px;
}

    .card-material-grid a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card-material-grid img {
        height: 250px;
        width: 250px;
        object-fit: cover;
        object-position: top left;
        box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.45);
    }

    .card-material-grid p {
        color: #808A93;
        text-align: center;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 20px;
        margin-bottom: 10px;
    }

.cont-button-material {
    display: block;
    margin-top: 15px;
}

.col-button-material {
    display: flex;
    padding: 0 5px 0 5px;
}

    .col-button-material button {
        width: 100%;
        background: var(--main-color);
        color: #fff;
        border: 1px solid var(--main-color);
    }

    .col-button-material i {
        margin-right: 5px;
        color: #fff;
    }

.col-button-material-b {
    display: flex;
    padding: 0 5px 0 5px;
}

    .col-button-material-b button {
        width: 100%;
        background: #fff;
        color: var(--main-color);
        border: 1px solid var(--main-color);
    }

    .col-button-material-b i {
        margin-right: 5px;
        color: var(--main-color);
    }
/*FIn Pagina de Material Publicitario */

/*Pagina de Comunicados */
.euro-card-release-main-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 30px;
}

/*ya revisaste*/
.euro-imgReleaseBox {
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.45);
}

    .euro-imgReleaseBox img {
    }

.euro-releaseBox h3 {
    color: var(--main-color);
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 12px;
}

.euro-releaseBox p {
    color: #808A93;
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3px;
}
/*ya revisaste*/

/* Card Slider     */
.euro-card-release-container {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    margin-inline: 30px;
    margin-block: 15px;
}

.euro-card-release-container-b {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    margin-inline: 0px;
    margin-block: 10px;
}

.euro-release-imgReleaseBox {
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.45);
}

    .euro-release-imgReleaseBox img {
        height: 250px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 5px;
    }

    .euro-release-imgReleaseBox .video-wrapper {
        height: 250px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 5px;
    }

        .euro-release-imgReleaseBox .video-wrapper iframe {
            height: 100%;
            width: 100%;
            object-fit: cover;
            overflow: hidden;
        }

.euro-release-cont {
    height: 40px;
}

.euro-release-box h3 {
    color: var(--main-color);
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 12px;
}

.euro-release-box p {
    color: #808A93;
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3px;
}
/* Fin Card Slider     */

/* Card de Paginaci�n */
.euro-card-release-container-b {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    margin-inline: 0px;
    margin-block: 20px 30px;
}

.euro-release-box-a {
}

.euro-release-card-a {
}

.euro-release-imgReleaseBox-a {
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.45);
}

    .euro-release-imgReleaseBox-a img {
        width: 450px !important;
        object-fit: cover;
        overflow: hidden;
        border-radius: 5px;
    }

    .euro-release-imgReleaseBox-a .video-wrapper {
        height: 200px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 5px;
    }

        .euro-release-imgReleaseBox-a .video-wrapper iframe {
            height: 100%;
            width: 100%;
            object-fit: cover;
            overflow: hidden;
        }

.euro-release-box-a h3 {
    color: var(--main-color);
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 12px;
}

.euro-release-box-a p {
    color: #808A93;
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3px;
}
/* Fin Card de Paginaci�n */




.containerTitletEuro-info {
    margin-bottom: 8px;
    padding-left: 20px;
    color: #808A93;
    font-size: 20px;
}

    .containerTitletEuro-info i {
        margin-right: 10px;
    }


/*Otra card*/
.euro-imgReleaseBox-a {
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.45);
    width: 350px;
}

    .euro-imgReleaseBox-a img {
    }

.euro-releaseBox-a h3 {
    color: var(--main-color);
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 12px;
}

.euro-releaseBox-a p {
    color: #808A93;
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3px;
}

.euro-release-imgReleaseBox-a {
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.45);
}

    .euro-release-imgReleaseBox-a img {
        width: 350px !important;
    }

.euro-release-box-a h3 {
    color: var(--main-color);
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 12px;
}

.euro-release-box-a p {
    color: #808A93;
    text-align: center;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3px;
}

.containerTitletEuro-info-a {
    margin-bottom: 8px;
    padding-left: 20px;
    color: #808A93;
    font-size: 20px;
}

    .containerTitletEuro-info-a i {
        margin-right: 10px;
    }
/*Fin otra card*/



.col-button-product a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 16px;
    /* border-radius: 30px; */
    border-radius: 5px;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    width: 100%;
    font-size: 12px;
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    padding-block: 8px;
    width: 70%;
}
/* Estilos b�sicos para el lightbox */
/* Estilos b�sicos para el lightbox */
#euro-release-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    #euro-release-lightbox span {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 30px;
        color: white;
        cursor: pointer;
    }

    #euro-release-lightbox img,
    #euro-release-lightbox iframe,
    #euro-release-lightbox video {
        width: auto;
        height: auto;
        max-height: 90%;
        /* max-width: 80%;
        max-height: 80%;*/
    }

#euro-release-lightboxVideo {
    display: block; /* Asegura que el video est� visible */
    max-width: 80%; /* Dimensiones m�ximas */
    max-height: 80%; /* Dimensiones m�ximas */
    background-color: black; /* Fondo para detectar si est� renderizando */
}

@media (max-width: 600px) {
    #euro-release-lightbox img,
    #euro-release-lightbox iframe,
    #euro-release-lightbox video {
        width: auto;
        height: auto;
        /*max-width: 90%;
        max-height: 60%;*/
        max-width: 95%;
    }
}



#euro-release-lightbox button {
    position: absolute;
    top: 20px;
    right: 30px;
    background: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1001;
}

/* Fin Estilos b�sicos para el lightbox */


/* Fin Pagina de comunicados */



.tripAdvisorContainer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

/* IndexEuroMundo */
.card-producto-euro {
    transition: transform 0.3s ease; /* Transici�n suave */
}

    .card-producto-euro:hover {
        transform: scale(1.05); /* Efecto de zoom */
    }

/*.hide-youtube-logo {
    pointer-events: none;
}

    .hide-youtube-logo::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0.1;
    }*/
/*.infoMainImageProductEuro img {
    display: block;*/ /* Asegura que las im�genes sean elementos de bloque */
/*width: 100%;*/ /* Ajusta el ancho de las im�genes */
/*margin-bottom: 10px;*/ /* Espacio entre las im�genes */
/*}*/

/* Ajustes adicionales para centrar el lightbox en dispositivos m�viles */
/*.lightboxOverlay {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.lb-image {
    max-width: 90%;
    max-height: 90%;
}

@media (max-width: 600px) {
    .lb-dataContainer {
        width: 90% !important;
    }
}*/
.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Cambiar el color a transparente */
}
/*Pagina defs Ayuda */
.helpContainer {
    display: flex;
    flex-direction: column;
    padding: 10px 0 70px 0;
}

.helpMainContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 25px;
}


.helpCardContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F8F9FA;
    border-radius: 10px;
    padding: 40px 30px;
    width: 430px;
    height: 350px;
}

.iconHelpContainer {
    margin-bottom: 15px;
}

    .iconHelpContainer img {
    }

.infoHelpContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 0 0;
    gap: 10px;
}

    .infoHelpContainer h3 {
        color: var(--main-color);
        /*font-family: 'Inter', sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 24px;
        text-align: center;
    }

    .infoHelpContainer p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
    }

    .infoHelpContainer a {
        text-decoration-line: underline;
    }




/*nav slider*/
.euro-card-slider .owl-item {
    /*display: flex;
    justify-content: center;*/
    margin: 0 auto;
}


.euro-card-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.euro-card-slider .owl-prev,
.euro-card-slider .owl-next {
    border: 1px solid #DDE1E4 !important;
    border-radius: 50px;
    background-color: #ffffff !important;
    color: var(--main-color) !important;
    font-size: 35px !important;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    padding: 0 0 2px 0;
}

.euro-card-slider .owl-prev {
    float: left;
    margin-left: -5px;
}

.euro-card-slider .owl-next {
    float: right;
    margin-right: -5px;
}




.notFoundElements {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 20px 50px 20px;
}

    .notFoundElements img {
        height: 300px;
    }

    .notFoundElements h4 {
        font-size: 1.2rem;
        margin-bottom: 5px;
        color: var(--main-color);
    }

    .notFoundElements h5 {
        font-size: 1.5rem;
        margin-bottom: 5px;
        color: var(--main-color);
    }

.colInputSize {
    padding-right: 5px;
    padding-left: 5px;
}

    .colInputSize input {
        font-size: 12px;
    }


/*Estilos de Blog*/
.blogTextContainer {
    max-width: 80%;
}



.blogParagraphContainer {
    display: flex;
}

.blogTextParagraph {
    text-align: justify;
}

    .blogTextParagraph h3 {
        font-size: 22px;
        font-style: normal;
        line-height: normal;
        font-weight: 600;
        text-align: start;
        margin-top: 45px;
        padding-inline: 2rem;
    }


    .blogTextParagraph p {
        font-size: 1rem;
    }

    .blogTextParagraph a {
        color: var(--black-color);
    }

.blogTextImage {
    display: flex;
    justify-content: center;
    margin-block: 25px
}

    .blogTextImage img {
    }

.blogTextTitle {
}

.blogTextSubtitle {
}

.blogTextParagraph ul li {
    padding-top: 13px !important;
    padding-inline: 3rem !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.blogTextParagraph ol li {
    padding-top: 13px !important;
    padding-inline: 3rem !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.textLi {
    padding-inline: 3.5rem !important;
}

/*Estilos de Blog*/

.paquete-alojamiento-alojamiento-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 1px solid #CBD1D7;
    border-radius: 20px
}

    .paquete-alojamiento-alojamiento-container p {
        font-size: 13px;
        margin-top: 0px;
        margin-bottom: 6px;
        text-align: justify;
        line-height: 1.4;
        margin-left: 10px;
    }


/*Estilos defs nuevo header defs producto*/
.paquete-card-main-azul {
    padding-right: 0;
    padding-left: 0;
}
/*Fin Estilos defs nuevo header defs producto*/

/*Estilos nuevos hoteles*/
.paquete-alojamiento-alojamiento-container {
    padding: 20px;
    border: 1px solid #CBD1D7;
    border-radius: 20px
}

    .paquete-alojamiento-alojamiento-container p {
        font-size: 13px;
        margin-top: 0px;
        margin-bottom: 6px;
        text-align: justify;
        line-height: 1.4;
        margin-left: 0px;
    }

.paquete-alojamiento-hotel-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
    margin-top: -8px;
    margin-left: 5px;
}

    .paquete-alojamiento-hotel-container p {
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 6px;
        line-height: 1.4;
        margin-left: 0px;
    }

    .paquete-alojamiento-hotel-container b {
        font-size: 12px;
    }

    .paquete-alojamiento-hotel-container span {
        color: var(--black-color);
        text-decoration: underline;
        font-size: 12px;
        line-height: 1;
        margin-bottom: 8px;
        padding-bottom: 0px;
        cursor: pointer;
    }
/*Estilos nuevos hoteles*/

/*Estilos nuevos vuelos*/
.paquete-vuelos-contenedor-dia {
}

.paquete-vuelos-fecha {
}

.paquete-vuelos-contenedor {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    border-right: 1px solid #CBD1D7;
}

.paquete-vuelos-subcontent-logo {
    display: flex;
    color: #646D74;
    justify-content: center;
}

.paquete-vuelos-info {
    margin-bottom: 6px;
}

    .paquete-vuelos-info p {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
    }

paquete-vuelos-info div span {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.paquete-alojamiento-alojamiento {
}

    .paquete-alojamiento-alojamiento p {
        font-size: 13px;
        margin-top: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
        color: #5D6974;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        text-align: start;
    }

/*Estilos nuevos vuelos*/
/*Estilos nuevos Servicios*/
.paquete-card-main-subcontainers-content-b {
    background: #fff;
    display: flex;
    align-items: flex-start;
    padding: 20px 20px;
}

.sub-title-paquete-card-b {
    color: #000;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.text-paquete-card-b {
    color: #5D6974;
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.text-paquete-card-c {
    padding: 6px 0 6px 0;
    font-size: 12px;
}



    .text-paquete-card-c p {
        color: #000000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        text-transform: capitalize;
        margin-bottom: 4px;
    }

    .text-paquete-card-c span {
        color: #000000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        text-transform: capitalize;
        margin-bottom: 4px;
    }

    .text-paquete-card-c strong {
        color: #000000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        text-transform: capitalize;
        margin-bottom: 4px;
    }

/*Estilos nuevos Servicios*/
/*Bot�n sencillo fondo blanco*/
.main-general-card-button-black-background-v4 {
    color: var(--main-color);
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    font-size: 14px;
    text-align: center;
    transition: var(--transition);
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

    .main-general-card-button-black-background-v4:hover {
        color: #ffffff;
        background-color: var(--main-color);
        border: 2px solid var(--main-color);
    }
/*Fin bot�n sencillo fondo blanco*/


/*Seccion defs cambios defs hoteles*/
.section-card-cambio-hospedaje {
    background: #FFFFFF;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section-card-cambio-hospedaje-b {
    background: #F6F7F8;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section-card-hotel-comparative {
    background: #FFFFFF;
    padding: 25px 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card-cambio-hospedaje {
    border: 1px solid #CBD1D7;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}

.card-cambio-hospedaje-a {
    overflow: hidden;
    margin-bottom: 5px;
}

.paquete-card-main-info {
    padding: 20px 10px;
    overflow: hidden;
}

    .paquete-card-main-info h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        color: #28333E;
    }

    .paquete-card-main-info p {
        color: #5D6974;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 15px;
    }

    .paquete-card-main-info i {
        color: #5D6974;
        font-size: 12px;
        line-height: 1;
    }

.paquete-card-main-info-2 {
    padding: 20px;
    overflow: hidden;
    border-left: 1px solid #CBD1D7;
}

    .paquete-card-main-info-2 h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
    }

    .paquete-card-main-info-2 p {
        color: #28333E;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
    }

    .paquete-card-main-info-2 i {
        color: #28333E;
        font-size: 12px;
        line-height: 1;
    }

.card-hospedaje-boton span {
    color: var(--black-color);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    background: transparent;
    margin-block: 8px 16px;
}

.paquete-alojamiento {
    width: 60%;
}

.paquete-alojamiento-precios {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px;
}

    .paquete-alojamiento-precios p {
        color: #28333E;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 20px;
    }

.paquete-alojamiento-precios-contenedor {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .paquete-alojamiento-precios-contenedor p {
        color: #28333E;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 5px;
    }

    .paquete-alojamiento-precios-contenedor h3 {
        color: #28333E;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 5px;
    }

    .paquete-alojamiento-precios-contenedor h4 {
        color: #5D6974;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0px;
    }

    .paquete-alojamiento-precios-contenedor h5 {
        color: #5D6974;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 40px;
    }

.card-alojamiento-habitacion {
    border: 1px solid #CBD1D7;
    border-radius: 20px;
    overflow: hidden;
    /*margin-bottom: 25px;*/
    width: 90%;
}

.card-container-comparative {
    border-top: 1px solid #CBD1D7;
    width: 100%;
    padding-block: 25px;
}

.card-container-comparative-flight {
    padding: 25px;
}

.card-box-comparative {
    margin-top: 30px;
}



.alojamiento-habitacion-texto {
    padding: 20px;
}

    .alojamiento-habitacion-texto h4 {
        color: #000000;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        /*letter-spacing: -0.224px;*/
        margin-bottom: 8px;
    }

    .alojamiento-habitacion-texto p {
        color: #5D6974;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .alojamiento-habitacion-texto p:first-of-type {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .alojamiento-habitacion-texto p:nth-of-type(2) {
            font-size: 14px;
        }


    .alojamiento-habitacion-texto i {
        /*color: #5D6974;*/
        font-size: 16px;
        margin-right: 10px;
    }

.alojamiento-habitacion-opcion {
    border-left: 1px solid #CBD1D7;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .alojamiento-habitacion-opcion p {
        color: #000000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.224px;
    }

    .alojamiento-habitacion-opcion h3 {
        color: #28333E;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.224px;
    }

    .alojamiento-habitacion-opcion h4 {
        color: #28333E;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.224px;
    }

    .alojamiento-habitacion-opcion h5 {
        color: #28333E;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.224px;
    }

    .alojamiento-habitacion-opcion h6 {
        color: #5D6974;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.224px;
        margin-bottom: 16px;
    }

.card-cambio-hospedaje-seleccionado {
    border: 3px solid var(--black-color);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}

.paquete-card-main-info-seleccionado {
    background: var(--black-color);
    padding: 10px 10px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paquete-card-main-info-container-seleccionado {
    padding: 0 !important;
}




.paquete-card-main-info-seleccionado p {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}


.paquete-card-main-info-seleccionado i {
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
}

.paquete-card-main-info-seleccionado-b {
    margin: 20px 20px;
}

/*Fin seccion defs cambios de hoteles*/

/*seccion defs cambios de vuelos*/

.content-mobile-column {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.paquete-vuelos-subcontent-logo img {
    width: 42px;
    height: 42px;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 50%;
    border: 1px solid #DDE1E4;
}





/*Vuelos otra opcion*/

.paquete-vuelo-individual {
}

    .paquete-vuelo-individual h5 {
        font-size: 14px;
        margin-bottom: 6px;
        text-align: center;
        font-weight: 500;
    }

    .paquete-vuelo-individual h6 {
        font-size: 18px;
        margin-bottom: 6px;
        text-align: center;
        font-weight: 600;
    }

    .paquete-vuelo-individual p {
        font-size: 12px;
        margin-bottom: 6px;
        text-align: center;
        font-weight: 400;
    }

    .paquete-vuelo-individual i {
        font-size: 24px;
        color: var(--black-color);
    }




/*Fin seccion defs cambios de vuelos*/


#hotelDiv {
    min-height: 500px !important;
}

#HotelFlightAnchor {
    min-height: 500px !important;
}

/*Estilos de Blog*/


#hotelBtnNext {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-block: 50px
}

.hotelList-button-active-b {
    width: auto;
    /* min-width: 40px; */
    height: auto;
    flex-shrink: 0;
    padding: 7px 20px;
    background: var(--black-color) !important;
    border-radius: 20px;
    border: 1px solid var(--black-color);
    font-size: 18px;
    border: 1px solid var(--black-color);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: var(--transition);
}

    .hotelList-button-active-b:hover {
        width: auto;
        /*min-width: 40px;*/
        height: auto;
        flex-shrink: 0;
        background: #fff !important;
        border-radius: 20px;
        border: 1px solid var(--main-color);
        color: var(--main-color);
    }

    .hotelList-button-active-b:active {
        width: auto;
        /*min-width: 40px;*/
        height: auto;
        flex-shrink: 0;
        background: #fff !important;
        border-radius: 20px;
        border: 1px solid var(--black-color);
        color: var(--black-color);
    }

.accordion-button-b {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #DDE1E4;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    margin-top: 7px;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 5px;
    height: 40px;
}


#carouselHomePrincipal {
    /*border-radius: 20px;*/
    overflow: hidden;
    /*max-height: 500px;
    min-height: 500px;
    object-position: bottom;*/
}

.custom-select {
    border: 1px solid #ccc;
    border-radius: 0px;
}

    .custom-select:focus {
        border-color: var(--black-color);
        box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
    }

    .custom-select .dropdown-menu {
        border: 1px solid var(--main-color);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 0px;
        padding: 5px;
    }

.filtro-center {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.texto-Advertencia {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 0px 0px;
}

    .texto-Advertencia h5 {
        font-size: 0.9rem;
        text-align: center;
    }

    .texto-Advertencia b {
        color: var(--black-color)
    }

/*form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}*/

#logoUrlSection {
    margin-bottom: 10px;
}

.form-switch {
    /*margin-bottom: 5px;*/
    height: auto;
    min-height: auto;
}

.form-check-input {
    width: 20px;
    height: 20px;
    border-color: #AAB4BC !important;
}

    .form-check-input:checked {
        background-color: #28a745;
        border-color: #28a745 !important;
    }

    .form-check-input:focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
        border: 1px solid #AAB4BC !important;
        border-bottom: 1px solid #AAB4BC !important;
    }

/*.form-check-input:checked::after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 12px;
        height: 12px;
        background-color: #fff;
        border-radius: 2px;
    }*/

.form-check .form-check-input {
    float: none !important;
    margin-left: -1rem !important;
}

.form-check-input {
    margin-top: 0em !important;
}

.form-check-label {
    font-size: 13px;
}

.section-bottom-iconWhats {
    display: flex;
    justify-content: space-between;
}


.title-header-3 {
    width: 100%;
    padding: 5px 5px 15px 5px;
}

    .title-header-3 h3 {
        font-size: 16px;
        font-weight: 700;
        text-align: start;
    }

.field-checkout-steps-no {
    padding-inline: 0px;
}

.row-checkout-pad {
    padding-inline: 5px;
}

.row-checkout-bot {
    margin-bottom: 15px;
}


.member-Service-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.member-Service-Border {
    border-right: 1px solid #ddd;
    padding-right: 0 !important;
    height: 100%;
}

.member-Service-card-img {
    object-fit: cover;
    object-position: center;
    min-height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

.member-Service-Options {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 10px 20px 10px;
    overflow: hidden;
}

.member-Service-card-header {
    background-color: var(--main-color);
    padding: 10px;
    color: #fff;
}

.member-Service-card-title {
    margin: 0;
    text-align: center;
}

.member-Service-card-body {
    padding: 15px;
}

.member-Service-image {
    height: 100%;
    border-radius: 8px;
}

.member-Service-list {
    list-style: none;
    padding: 20px 5px 0 5px;
}

.member-Service-list-p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.member-Service-list li {
    font-size: 0.9rem;
    line-height: 1;
}

.member-Service-list i {
    font-size: 0.5rem;
}

.member-Service-note {
    margin-top: 15px;
    color: #555;
    background: #f6f7f9;
    border-radius: 5px;
    padding: 12px;
}

    .member-Service-note p {
        font-size: 0.8em;
        background: #f6f7f9;
    }

        .member-Service-note p strong {
            font-size: 0.9em;
            font-weight: 600;
            background: #f6f7f9;
        }

.member-Service-dates, .member-Service-personas {
    margin-top: 10px;
}

    .member-Service-dates label,
    .member-Service-personas label {
        font-weight: bold;
        color: var(--main-color);
    }

.member-Service-dates {
    /*margin-bottom: 10px;*/
}

    .member-Service-dates h6, .member-Service-personas h6 {
        display: block;
        margin-bottom: 5px;
        font-size: 1em;
        font-weight: 600;
        color: var(--main-color);
    }

    .member-Service-personas p, .member-Service-dates p {
        font-size: 0.9rem;
        font-style: normal;
        line-height: normal;
        font-weight: 400;
        margin-bottom: 15px;
        text-align: start;
    }

    .member-Service-dates label {
        display: block;
        font-size: 0.9em;
        font-weight: 400;
        color: var(--main-color);
    }


.member-Service-checkboxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 10px;
}

.member-Service-form-check {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9em;
    border: 1px solid var(--main-color);
    padding: 5px;
    border-radius: 5px;
    width: 90px;
    height: 40px;
}

.member-Service-form-check-input {
    width: 18px;
    height: 18px;
    accent-color: var(--black-color);
    cursor: pointer;
}

    .member-Service-form-check-input:active {
        accent-color: var(--black-color);
    }

    .member-Service-form-check-input:hover {
        accent-color: var(--black-color);
    }

.member-Service-form-check-label {
    color: #6b7280; /* Color gris similar al de la imagen */
    cursor: pointer;
}

.member-Service-personas {
    display: flex;
    flex-direction: column;
}

.member-Service-form-group {
    width: 80%;
}

.member-Service-form-control {
    width: 100%;
    height: 40px;
    padding: 8px;
    font-size: 0.9em;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    color: #374151;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding-right: 30px;*/
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUwxNCAxTDcgOE0xMyAxTDggNU0xMyAxTDggNVY1VjVNNyA1TDcgNVY1VjVNNyA1TDcgNSIgZmlsbD0iIzY2NiIvPjwvc3ZnPg=='); /* SVG de la flecha */
}

.member-Service-price-border {
    border-top: 1px solid #ddd;
    padding: 10px 20px 20px 20px;
}

.member-Service-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.member-Service-price {
    text-align: center;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .member-Service-price p {
        font-size: 0.9rem;
        font-style: normal;
        line-height: normal;
        font-weight: 400;
        margin-bottom: 5px;
        text-align: start;
    }

.member-Service-price-amount {
    font-size: 1.3em;
    color: var(--black-color);
    font-weight: bold;
}

.member-Service-btn {
    width: 100%;
    margin-top: 10px;
}

.member-Service-price-col {
    display: flex;
    justify-content: center;
}

.member-Service-btn-primary {
    background-color: #ffffff;
    color: var(--black-color);
    border: 2px solid var(--black-color);
    padding: 8px 16px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 60%;
    text-align: center;
}

    .member-Service-btn-primary:hover {
        background-color: var(--black-color);
        color: #ffffff;
    }

.member-Service-Container {
    padding: 0 15px;
}


.member-Service-Choose-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
}

.member-Service-Choose-item {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    border: 2px solid #00b359;
    border-radius: 25px;
    font-size: 1rem;
    color: #333;
    background-color: white;
}

    .member-Service-Choose-item i.fa-check {
        margin-right: 5px;
        color: var(--main-color);
    }


.iti__country-list {
    max-height: 120px !important;
}


/*Nueva card */
.cardHotelsOption-container {
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.cardHotelsOption-header {
    background-color: var(--main-color);
    color: white;
    padding: 16px;
    text-align: center;
    font-size: 2rem;
}

    .cardHotelsOption-header h3 {
        font-size: 18px;
    }

.cardHotelsOption-textIcon {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
}

.cardHotelsOption-info {
    width: 100%;
    padding: 16px;
}

    .cardHotelsOption-info i {
        margin-right: 10px;
    }

.cardHotelsOption-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cardHotelsOption-info p {
    margin: 4px 0;
    color: #5D6974;
}

.cardHotelsOption-pricing {
    margin-top: 16px;
    text-align: center;
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cardHotelsOption-price {
    font-size: 24px;
    font-weight: bold;
    color: var(--main-color);
    margin: 8px 0;
}

.cardHotelsOption-taxes {
    font-size: 12px;
    color: #888;
}

.cardHotelsOption-footer {
    background-color: #fff;
    padding: 16px;
    text-align: end;
}

.cardHotelsOption-button {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

    .cardHotelsOption-button:hover {
        background-color: var(--black-color);
    }



/*Book Prices*/
.divider-reserve-price {
    border-top: 1px solid #DDE1E4;
    margin-top: 15px;
    padding-top: 15px;
}
/*Fin Book Prices*/


.fullPayment-conatiner {
    margin: 40px 20px 0px 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

    .fullPayment-conatiner h4 {
        color: #000;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }


/* Estilos generales del modal */
.cancelation-policy-dialog {
    max-width: 600px;
    border-radius: 8px;
}

.cancelation-policy-content {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cancelation-policy-header {
    background-color: var(--main-color);
    color: #ffffff !important;
    padding: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.cancelation-policy-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffffff !important;
}

.cancelation-policy-close {
    color: #ffffff !important;
    font-size: 1.25rem;
    border: none;
    background: transparent;
    cursor: pointer;
}

.cancelation-policy-body {
    padding: 20px !important;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.5;
    max-height: 350px;
    overflow-y: auto;
}

.cancelation-policy-service-name {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
    color: var(--main-color);
}

.cancelation-policy-text {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 15px !important;
}

.cancelation-policy-footer {
    padding: 12px;
    text-align: right;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cancelation-policy-close-btn {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .cancelation-policy-close-btn:hover {
        background-color: #5a6268;
    }



/* Estilos generales */
.modal-internal-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bag-select-modal-content {
    border-radius: 8px;
    overflow: hidden;
    padding: 1rem;
}

.bag-select-modal-header {
}

.bag-select-modal-body {
}
/* Estilos para las tarjetas */
.bag-select-card {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px !important;
    height: 365px;
}

.bag-select-card-body {
    padding: 0 !important;
    overflow: hidden;
    border-radius: 10px !important;
}

.bag-select-card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffffff;
    background-color: var(--main-color);
    padding: 0.5rem 1rem;
    border-radius: 0;
}

.bag-list-container {
    min-height: 250px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.bag-select-card .list-unstyled {
    margin: 1rem;
    padding: 0;
    list-style: none;
}



    .bag-select-card .list-unstyled li {
        font-size: 0.9rem;
        color: #4a4a4a;
        margin-bottom: 0.5rem;
    }

/* Precio de la tarjeta */
.bag-select-card .text-end {
    font-size: 1rem;
    color: var(--black-color);
    font-weight: bold;
    margin: 1rem;
}

/* Estilos para el accordion */
.bag-select-accordion {
    border: none;
}

.bag-select-accordion-item {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 1rem;
}

.bag-select-accordion-header {
    font-size: 1.25rem;
    font-weight: bold;
}

.bag-select-accordion-button {
    background-color: #004225; /* Ajusta el color seg�n el dise�o */
    color: #ffffff;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
}

    .bag-select-accordion-button:focus {
        box-shadow: none;
    }

    .bag-select-accordion-button.collapsed {
        background-color: #ffffff;
        color: #004225;
    }

.bag-select-accordion-collapse .bag-select-accordion-body {
    padding: 1rem;
    background-color: #f8f9fa; /* Fondo claro para el contenido */
    border-top: 1px solid #e7e7e7;
}

/* Estilo del texto del contenido del accordion */
.bag-select-accordion-body ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

    .bag-select-accordion-body ul li {
        font-size: 0.9rem;
        color: #4a4a4a;
        margin-bottom: 0.5rem;
    }

.bag-select-accordion-body .text-end {
    font-size: 1rem;
    color: #007f3f; /* Ajusta el color seg�n el dise�o */
    font-weight: bold;
}

.modal-politicas {
    top: 25% !important;
    left: 0;
}


.modal-dialog-politicas .modal-content-politicas {
    min-height: 100% !important;
}

.btn-secondary-politicas {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.container-search-item-fechavuelo {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 10px;
}

    .container-search-item-fechavuelo p {
        /*font-family: 'Inter', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        line-height: normal;
        font-weight: 500;
        margin-bottom: 0;
        text-align: start;
        margin-bottom: 0px;
    }

.container-search-item-time {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .container-search-item-time p {
        color: #646D74;
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-weight: 500;
        margin-bottom: 0;
        text-align: start;
        margin-bottom: 0px;
    }

.search-item-description-b-v2-datos {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .search-item-description-b-v2-datos h6 {
        /*font-family: 'Inter', sans-serif;*/
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: start;
        margin-bottom: 0.5rem;
    }

    .search-item-description-b-v2-datos p {
        /*font-family: 'Inter', sans-serif;*/
        color: #000;
        font-size: 13px;
        text-align: center;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 5px;
    }

        .search-item-description-b-v2-datos p:last-child {
            font-size: 12px;
            font-weight: 400;
        }

.custom-baggage-container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 10px;
    margin-top: 0 !important;
}

    .custom-baggage-container p {
        /*font-family: 'Inter', sans-serif;*/
        font-size: 12px !important;
        font-style: normal;
        line-height: normal;
        font-weight: 300 !important;
        margin-bottom: 0;
        text-align: start;
        color: #333333;
    }

    .custom-baggage-container i {
        margin-bottom: 0;
        margin-right: 10px;
        font-size: 12px;
        color: #333333;
    }

.container-item-description-infoVuelos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.search-item-description-b-v2-fechavuelo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 15px !important;
    margin-bottom: 0px;
}

.search-item-description-b-v2-equipaje {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 8px;
    padding-inline: 5px;
}

search-item-description-b-v2-equipaje i {
    font-size: 10px !important;
}

.search-item-description-b-v2-equipaje-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding-inline: 5px;
    margin-bottom: 0.5rem;
}

    .search-item-description-b-v2-equipaje-a i {
        font-size: 12px !important;
    }

    .search-item-description-b-v2-equipaje-a p {
        font-size: 12px !important;
        margin-top: 0 !important;
        margin-bottom: 0;
        text-align: center;
    }

.search-input-container-radio-group {
    display: flex;
    gap: 10px;
    margin-top: -20px !important;
    margin-bottom: 10px;
    margin-left: 30px;
}

.search-input-container-radio-option {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #5A5A5A;
}

    .search-input-container-radio-option input[type="radio"] {
        margin-right: 8px;
        accent-color: var(--main-color);
        width: 13px;
        height: 13px;
    }

        .search-input-container-radio-option input[type="radio"]:checked {
            accent-color: var(--black-color);
        }

/* Media Queries para móviles */
@media (max-width: 576px) {
    .search-input-container-radio-group {
        flex-direction: row;
        gap: 10px;
        margin-top: -13px !important;
        margin-left: 5px;
    }

    .search-input-container-radio-option {
        font-size: 10px;
    }

        .search-input-container-radio-option input[type="radio"] {
            width: 11px;
            height: 11px;
            margin-right: 4px;
        }
}

.search-transfer-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.search-transfer-card-row {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.search-transfer-header {
    background-color: #d4b353;
    padding: 10px;
    color: white;
    text-align: left;
}

    .search-transfer-header h3 {
        margin: 0;
        font-size: 16px;
    }

    .search-transfer-header i {
        margin-right: 10px;
        font-size: 14px;
    }


    .search-transfer-header p {
        margin-top: 5px;
        margin-left: 30px;
        font-size: 14px;
    }

.search-transfer-body {
    display: flex;
    padding: 10px;
}

.search-transfer-image img {
    width: 150px;
    height: auto;
    border-radius: 8px;
}

.search-transfer-info {
    flex-grow: 1;
    margin-left: 15px;
}

.search-transfer-details {
    margin-bottom: 15px;
}

    .search-transfer-details h6 {
        margin: 10px 0;
        font-size: 16px;
    }

    .search-transfer-details i {
        margin-right: 10px;
        margin-left: -10px;
        font-size: 14px;
    }

    .search-transfer-details p {
        margin: 5px 0;
        font-size: 14px;
    }

.search-transfer-price {
    font-size: 1.2em;
    color: #333;
}

.search-transfer-button {
    text-align: right;
}

    .search-transfer-button button {
        background-color: #00676d;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

        .search-transfer-button button:hover {
            background-color: #004d53;
        }

.search-transfer-container {
    height: 50%;
    display: flex;
    align-items: center;
    padding-inline: 20px;
}

.search-transport-container {
    padding: 40px 20px 40px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.search-item-img-v4 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .search-item-img-v4 img {
        width: 100%;
        height: 100%;
        min-height: 165px;
        max-height: 200px;
        object-fit: cover;
        border-radius: 5px 0 0 0px;
    }

.search-item-description-personas2 {
    color: #000;
    /*font-family: Inter;*/
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
}

.search-item-description-precio2 {
    color: #000;
    /*font-family: Roboto;*/
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.search-item-description-precioxpersona2 {
    color: #000;
    /*font-family: Inter;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0.5rem;
}

.search-item-description-boton4 {
    width: 150px;
    height: 35px;
    flex-shrink: 0;
    background: var(--main-color) !important;
    border-radius: 5px !important;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
}




/* Header Styles */
.heade-v3-header {
    background-color: #333;
    color: white;
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

    .heade-v3-header.sticky {
        background-color: #000;
    }

.heade-v3-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.heade-v3-nav {
    display: flex;
}

.heade-v3-nav-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

    .heade-v3-nav-list li {
        margin-left: 20px;
    }

        .heade-v3-nav-list li a {
            color: white;
            text-decoration: none;
        }

.heade-v3-actions {
    display: flex;
    align-items: center;
}

.heade-v3-hamburger {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

/* Drawer Menu */
.heade-v3-drawer {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 200;
    transition: left 0.3s ease;
}

    .heade-v3-drawer ul {
        list-style: none;
        padding: 0;
        margin-top: 100px;
        text-align: center;
    }

        .heade-v3-drawer ul li {
            margin: 20px 0;
        }

            .heade-v3-drawer ul li a {
                color: white;
                text-decoration: none;
                font-size: 24px;
            }

    .heade-v3-drawer.open {
        left: 0;
    }

/* Icon Menu */
.heade-v3-icon-menu {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    background-color: #f1f1f1;
}

.heade-v3-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

    .heade-v3-icon img {
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

.heade-v3-tooltip {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 60px;
    width: 120px;
    opacity: 0;
    transition: opacity 0.3s;
}

.heade-v3-icon:hover .heade-v3-tooltip {
    visibility: visible;
    opacity: 1;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .heade-v3-nav {
        display: none;
    }

    .heade-v3-hamburger {
        display: block;
    }

    .heade-v3-icon-menu {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow-x: auto;
    }

    .heade-v3-icon img {
        width: 30px;
        height: 30px;
    }
}


.noContainer {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.download-title {
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .download-title label {
        margin-bottom: 0px;
        padding-bottom: 0;
        font-size: 22px;
        font-weight: 500;
        color: var(--main-color);
    }

    .download-title p {
        margin-bottom: 0px;
        padding-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        color: #808A93;
    }

.download-container {
}

.download-container-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    align-items: center;
}

.download-container-row-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .download-container-row-title p {
        color: var(--main-color);
        font-size: 16px;
    }

    .download-container-row-title i {
        margin-right: 10px;
        font-size: 14px;
        color: var(--main-color);
    }

.container-custompdf-text2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}

.container-custompdf-text3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 35px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.download-container-row-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

    .download-container-row-button a {
        color: var(--black-color);
        font-size: 16px;
    }

    .download-container-row-button i {
        margin-left: 10px;
        margin-right: 10px;
    }

.download-all-container-row-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 20px;
}

.accordion-body {
    padding: 0 !important;
}

.search-item-description-b-v2-datos {
    padding-right: 5px;
    padding-left: 5px;
}

.container-search-item-time span {
    color: var(--black-color);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    background: #fff;
    border: 1px solid #FFF;
    white-space: nowrap;
}

.col-repeat {
    display: flex;
    flex-direction: row;
}

.tour-cont-flight {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1.5rem;
}

.hotelList-details-flights-img span {
    background-color: transparent;
    text-decoration: underline;
}

.flight-information {
    text-align: start;
}


.form-group p {
    /*font-family: 'Inter', sans-serif;*/
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 10px;
    width: 100%;
    text-align: start;
}

.login-backoffice h4 {
    color: var(--main-color);
    /*font-family: 'Inter', sans-serif;*/
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
    /*margin-top: 25px;*/
}

.disclaimer-section {
    padding: 2rem 3rem;
    background: #F6F7F8;
}

.disclaimer-container {
    margin-bottom: 15px;
}

    .disclaimer-container p {
        font-weight: 400;
        /*font-family: 'Inter';*/
        font-size: 10px;
        font-style: normal;
        line-height: normal;
        color: #33475B;
    }

    .disclaimer-container b {
        font-weight: 600;
        /*font-family: 'Inter';*/
        font-size: 10px;
        font-style: normal;
        line-height: normal;
    }


/* Estilo General de la Tabla */
.euroCompare-tabla {
    margin: 20px auto;
    width: 100%;
    border-spacing: 0;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

    .euroCompare-tabla table {
        width: 100%;
        border-collapse: collapse;
        background-color: #fff;
    }

    .euroCompare-tabla thead th {
        background-color: var(--main-color);
        color: #fff;
        text-align: start;
        padding: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

        .euroCompare-tabla thead th i {
            margin-right: 10px;
            font-size: 1.2rem;
        }

    .euroCompare-tabla tbody {
        border: 1px solid #ddd;
    }

        .euroCompare-tabla tbody td {
            text-align: center;
            padding: 15px 10px;
            border-inline: 0.5px solid #ddd;
            font-size: 14px;
            width: 220px;
            height: 100%;
            vertical-align: top;
        }

        .euroCompare-tabla tbody tr {
            border-bottom: 1px solid #ddd;
        }

            .euroCompare-tabla tbody tr:nth-child(even) {
                background-color: #F6F7F8;
            }

            .euroCompare-tabla tbody tr:last-child td:first-child {
                border-bottom-left-radius: 15px;
            }

            .euroCompare-tabla tbody tr:last-child td:last-child {
                border-bottom-right-radius: 15px;
            }

/* T�tulos y Encabezados */

.euroCompare-h1 {
    font-weight: 600;
    /*font-family: 'Inter';*/
    font-size: 14px;
    text-align: end;
    line-height: normal;
    margin-top: 10px;
}

.euroCompare-h2 {
    font-weight: 600;
    /*font-family: 'Inter';*/
    font-size: 14px;
    text-align: center;
    line-height: normal;
}

.euroCompare-p {
    font-weight: 400;
    /*font-family: 'Inter';*/
    font-size: 14px;
    text-align: center;
    line-height: normal;
}

.euroCompare-seccion__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: auto;
}

    .euroCompare-seccion__info p {
        font-weight: 400;
        /*font-family: 'Inter';*/
        font-size: 12px;
        text-align: center;
        line-height: normal;
    }

.euroCompare-seccion__info-b {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
}

    .euroCompare-seccion__info-b p {
        font-weight: 400;
        /*font-family: 'Inter';*/
        font-size: 12px;
        text-align: start;
        line-height: normal;
    }

.euroCompare-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 12rem;
}

.euroCompare-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .euroCompare-title h3 {
        font-weight: 600;
        /*font-family: 'Inter';*/
        font-size: 20px;
        font-style: normal;
        line-height: normal;
        margin-bottom: 20px;
    }

.euroCompare-tabla tbody td p {
    font-weight: 500;
    /*font-family: 'Inter';*/
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-align: center;
}

.euroCompare-tabla tbody td h3 {
    font-weight: 500;
    /*font-family: 'Inter';*/
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: var(--black-color);
    margin-block: 10px;
}



.euroCompare-tabla tbody td h4 {
    font-weight: 400;
    /*font-family: 'Inter';*/
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-align: start;
    margin-top: 5px;
}

.euroCompare-tabla tbody td h3 {
    font-weight: 500;
    /*font-family: 'Inter';*/
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    text-align: start;
    margin-top: 15px;
}

.euroCompare-tabla tbody td h6 {
    font-weight: 400;
    /*font-family: 'Inter';*/
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    margin-top: 7px;
}

.euroCompare-tabla tbody td h5 {
    font-weight: 400;
    /*font-family: 'Inter';*/
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #E81313;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Botones */
.euroCompare-reserva-btn {
    background-color: var(--black-color);
    color: #fff;
    border: 1px solid var(--black-color);
    padding: 5px 10px;
    margin-top: 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 110px;
}

    .euroCompare-reserva-btn:hover {
        background-color: transparent;
        color: var(--main-color);
        border: 1px solid var(--main-color);
    }

.euroCompare-accordion-btn {
    background-color: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 5px 10px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 0.9rem;
}

    .euroCompare-accordion-btn:hover {
        background-color: transparent;
        color: var(--black-color);
        border: 1px solid var(--black-color);
    }


.euroCompare-container-btn-red {
    min-width: 35px;
}

.euroCompare-accordion-btn-red {
    background-color: var(--black-color);
    color: #fff;
    border: 1px solid var(--black-color);
    padding: 5px 10px;
    margin-top: 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 110px;
    display: none;
    justify-content: center;
}

    .euroCompare-accordion-btn-red:hover {
        background-color: transparent;
        color: var(--main-color);
        border: 1px solid var(--main-color);
    }


.euroCompare-accordion-btnWhite {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 0.9rem;
}

    .euroCompare-accordion-btnWhite:hover {
        background-color: #ffffff;
        color: var(--black-color);
        border: 1px solid var(--black-color);
    }

.section-selected__button {
    background-color: #ffffff;
    color: #233b8e;
    font-size: 0.9rem;
    font-weight: bold;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

    .section-selected__button:hover {
        background-color: #c0c7e4;
        color: #233b8e;
        transform: scale(1.05);
    }

/* Contenido del Accordion */
.euroCompare-accordion-content {
    display: none;
    /* margin-top: 10px;*/
    padding: 10px;
    text-align: left;
    /* background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;*/
    font-size: 14px;
    color: #333;
}

    /* Mostrar contenido cuando el acorde�n est� activo */
    .euroCompare-accordion-content.active {
        display: block;
    }

.no--line--padding {
    padding: 15px 0px !important;
}

.center--section--container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.border-bottom-section {
    border-bottom: 0.5px solid #ddd;
    margin-bottom: 30px;
}

.euroCompare-content-round {
    text-align: left;
    padding: 0 15px;
}

    .euroCompare-content-round h6 {
        text-align: left !important;
    }

    .euroCompare-content-round p {
        text-align: left !important;
    }

/* Contenedor de Informaci�n */
.euroCompare-title-info {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

    .euroCompare-title-info p {
        font-weight: 500;
        /*font-family: 'Inter';*/
        font-size: 14px;
    }

    .euroCompare-title-info b {
        /*font-family: 'Inter';*/
        font-size: 16px;
        font-style: normal;
        line-height: normal;
    }

    .euroCompare-title-info i {
        font-size: 16px;
        margin-right: 5px;
    }

.euroCompare-accordion-content h3 {
    font-weight: 500;
    /*font-family: 'Inter';*/
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    /*color: #E81313;*/
    margin-top: 10px;
}

.euroCompare-accordion-content h4 {
    font-weight: 400;
    /*font-family: 'Inter';*/
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    /*color: #E81313;*/
    margin-top: 10px;
}

/* Estilo del enlace interactivo */
.euroCompare-link-container {
    text-align: center;
    margin-top: 20px;
    display: none;
    min-width: auto;
    height: auto !important;
    max-height: 35px;
    min-height: auto !important;
}

.euroCompare-link-hotel {
    /*font-family: 'Inter', sans-serif;*/
    font-weight: 500;
    font-size: 12px;
    text-decoration: underline;
    color: var(--main-color);
    cursor: pointer;
    transition: color 0.3s ease;
    display: none;
}

.euroCompare-link-flight {
    /*font-family: 'Inter', sans-serif;*/
    font-weight: 500;
    font-size: 12px;
    text-decoration: underline;
    color: var(--main-color);
    cursor: pointer;
    transition: color 0.3s ease;
    display: none
}

.euroCompare-link-flight-return {
    /*font-family: 'Inter', sans-serif;*/
    font-weight: 500;
    font-size: 12px;
    text-decoration: underline;
    color: var(--main-color);
    cursor: pointer;
    transition: color 0.3s ease;
    display: none
}

.euroCompare-link-hotel:hover {
    color: var(--hover-color);
    text-decoration: none;
}

.euroCompare-link-flight:hover {
    color: var(--hover-color);
    text-decoration: none;
}

.euroCompare-link-flight-return:hover {
    color: var(--hover-color);
    text-decoration: none;
}

.day-hide {
    display: block;
}



/* RESPONSIVIDAD: Dise�o tipo Tarjetas */
@media screen and (max-width: 768px) {
    .euroCompare-tabla {
        box-shadow: none;
    }

        .euroCompare-tabla table {
            display: block;
            width: 100%;
        }

        .euroCompare-tabla thead {
            /*display: none;*/
        }

        .euroCompare-tabla tbody {
            border: none;
        }

            .euroCompare-tabla tbody tr {
                display: flex;
                flex-direction: column;
                margin-bottom: 20px;
                border: 1px solid #ddd;
                /*border-radius: 10px;*/
                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 {
                    content: attr(data-label);
                    font-weight: bold;
                    color: var(--main-color);
                    flex: 0 0 50%;
                }

                .euroCompare-tabla tbody td:nth-of-type(1)::before {
                    color: #fff;
                }

            .euroCompare-tabla tbody tr:last-child td:first-child {
                border-bottom-left-radius: 0px;
            }

    .euroCompare-reserva-btn {
        align-self: center;
        margin-top: 10px;
        width: 100%;
    }

    .euroCompare-accordion-btn {
        align-self: center;
        margin-top: 10px;
        width: 100%;
    }

    .euroCompare-accordion-btn-red {
        width: 100%;
    }

    .euroCompare-accordion-content {
        padding: 15px;
        font-size: 14px;
        line-height: 1.5;
    }

    .euroCompare-title-info p,
    .euroCompare-title-info b {
        text-align: left;
    }

    td[data-label="Concepto"] {
        background-color: var(--black-color);
        color: #fff !important;
        font-weight: bold;
        text-align: center;
        padding: 5px;
    }

    td[data-label="Fecha"] {
        background-color: var(--black-color);
        color: #fff !important;
        font-weight: bold;
        text-align: center;
        padding: 5px;
    }



    .euroCompare-h2 {
        font-size: 14px;
        text-align: start;
    }

    .euroCompare-seccion-none {
        display: none !important;
    }

    .day-hide {
        display: none;
    }

    .euroCompare-container-btn-red {
        width: 100%;
        display: none;
    }

    .euroContainer-compare {
        display: flex;
        width: 100%;
    }

    .euroContainer-search {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        gap: 10px !important;
        width: 100%;
    }

    .euroContainer-search__compare {
        color: #fff;
        border: 1px solid #fff !important;
        padding: 10px 10px;
        border-radius: 20px;
        font-size: 0.8rem;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-top: 10px !important;
        display: none;
    }

        .euroContainer-search__compare:hover {
            background-color: #fff;
            color: var(--main-color);
            border: 1px solid var(--main-color);
        }
}

.euroCompare-reserva-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

    .euroCompare-reserva-container form {
        width: 100%;
    }

.euroCompare-precio-container {
    padding: 30px 0px 15px 0px;
}

.euroCompare-title-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    height: 36px;
}

    .euroCompare-title-container p {
    }

    .euroCompare-title-container i {
        font-size: 0.7rem;
    }

.icon-refresh-reserve-button {
    background: transparent;
    border: 1px solid var(--main-color);
    border-radius: 25px;
    padding: 0px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container--delete i {
    font-size: 0.7rem;
}

.euroCompare-seccion-none {
    display: none;
}


.euroCompare-seccion-flex {
    display: flex; /* Ocultamos los encabezados de la tabla */
}

.nav-space {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
}

#slider-values {
    margin-top: 15px;
}


.card-botones-multimedia {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.card-botones-multimedia-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .card-botones-multimedia-text p {
        /*font-family: 'Inter';*/
        font-size: 11px;
        font-style: normal;
        line-height: normal;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }

.multi-images {
}

    .multi-images i {
        color: var(--main-color);
    }

.multi-docs {
}

    .multi-docs i {
        color: var(--main-color);
    }

.multi-video {
}

    .multi-video i {
        color: var(--black-color);
    }

/* Estilos generales para los enlaces */
.card-botones-multimedia a {
    position: relative;
    text-decoration: none;
}

    .card-botones-multimedia a::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 120%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 5px 8px;
        border-radius: 5px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease-in-out;
        z-index: 1000;
    }

    .card-botones-multimedia a:hover::after {
        opacity: 1;
    }

#material-video-lightbox {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

#material-video-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
}

#material-video-lightbox-video {
    max-width: 80%;
    max-height: 80%;
    border: none;
}


.material-pub-form-group {
    margin-bottom: 1rem;
}

.material-pub-form-label {
    display: block;
    font-weight: 400;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    color: var(--main-color);
}

.material-pub-form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 0.75rem;
    font-size: 0.85rem;
    border: 1px solid #CBD1D7;
    border-radius: 5px;
    background-color: #F6F7F8 !important;
    color: #33475B;
    cursor: pointer;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%234a5d3f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right 0.5rem center;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 1rem;
    color: #4a5d3f;
}

    .material-pub-form-control:hover {
        border-color: var(--main-color);
    }

    .material-pub-form-control:focus {
        outline: none;
        border-color: var(--black-color);
        box-shadow: 0 0 5px rgba(217, 83, 79, 0.5);
    }

.material-pub-form-group {
    margin-bottom: 1rem;
}

    .material-pub-form-group h3 {
        color: var(--main-color);
        /*font-family: 'Inter';*/
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: normal;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.material-pub-btn {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    font-size: 0.85rem;
    border: none;
    border-radius: 4px;
    background-color: var(--black-color);
    color: white;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    width: 100%;
    margin-top: 15px;
}

    .material-pub-btn:hover {
        background-color: var(--main-color);
    }


#btnSearchId {
    background: transparent;
    border: none;
    color: var(--main-color);
    cursor: pointer;
    min-width: 150px;
    padding: 10px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    #btnSearchId:hover {
        color: var(--black-color);
    }

    #btnSearchId:active {
        color: var(--black-color);
    }

    #btnSearchId i {
        margin-right: 8px;
    }


.green-option {
    color: #4FC700;
    background: #E7FBDA;
    border: none;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 1rem;
}

.red-option {
    color: #FF1010;
    background: #F9E6E4;
    border: none;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 1rem;
}

#btn-compare-package {
    padding: 5px 10px;
    width: 130px;
    min-width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    background: var(--black-color);
    border: 1px solid #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

    #btn-compare-package i {
        margin-right: 10px;
    }

    #btn-compare-package:hover {
        background: var(--main-color);
        color: #fff;
        border-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    #btn-compare-package:active {
        background: var(--main-color);
        border-color: #fff;
        color: #fff;
        transform: scale(0.95);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

.button-compare {
    padding: 5px 15px;
    width: 128px;
    min-width: 40px;
    height: 35px;
    border-radius: 20px;
    border: 1px solid var(--main-color);
    font-size: 13px;
    color: var(--main-color);
    background: #fff;
    transition: all 0.3s ease;
    align-items: center;
}

    .button-compare i {
        margin-right: 5px;
    }

    .button-compare:hover {
        background: var(--main-color);
        color: #fff;
        border-color: var(--main-color);
    }

    .button-compare:active {
        background: #004d40;
        color: #e0f7fa;
        transform: scale(0.95);
    }

/*.compare-pleca-card {
    display: flex;
    width: 100%;
    background: var(--black-color);
    color: white;
    text-align: center;
    padding: 15px 20px;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    margin-top: -10px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    min-height: 61px;
}

.compare-pleca {
    display: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 61px;
}

.compare-card-delete {
    display: flex;
}

.compare-text {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
}

.compare-subtext {
    display: none;
    margin: 5px 0 0;
    font-size: 10px;
}

    .compare-subtext a {
        color: #fff;
        text-decoration: underline;
        font-weight: bold;
    }

        .compare-subtext a:hover {
            text-decoration: none;
        }

.compare-delete {
    
    margin: 5px 0 0;
    font-size: 10px;
}

.compare-delete a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

    .compare-delete a:hover {
        text-decoration: none;
    }*/

.compare-pleca {
    display: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    min-height: 61px;
    background: var(--black-color);
    color: white;
    width: 100%;
    padding: 15px 20px;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    margin-top: -10px;
    min-height: 61px;
}

.compare-pleca-card {
    display: flex;
    text-align: start;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.compare-text {
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
}

.compare-subtext {
    display: none;
    margin: 5px 0 0;
    font-size: 10px;
}

    .compare-subtext a {
        color: #fff;
        text-decoration: underline;
        font-weight: bold;
    }

        .compare-subtext a:hover {
            text-decoration: none;
        }

.compare-card-delete {
    display: none;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}

.compare-delete {
    margin: 5px 0 0;
    font-size: 10px;
}

    .compare-delete a {
        text-decoration: underline;
        font-weight: bold;
        cursor: pointer;
    }

        .compare-delete a:hover {
            text-decoration: none;
            /*color: #FF4D4D;*/
        }

#btn-compare-package:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}


.compare-count-display {
    background: var(--main-color);
    border-radius: 20px;
    color: #fff;
    margin-left: -5px;
    border: 1px solid #fff;
    height: 25px;
    min-width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.euroCompare-Alert {
    background: var(--main-color);
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    display: none;
    gap: 5px;
    flex-direction: column;
}

    .euroCompare-Alert p {
        /*font-family: 'Inter';*/
        font-size: 9px !important;
        font-style: normal;
        line-height: normal;
        font-weight: 400 !important;
    }



.container--search {
}

.container--search--label {
}

.container--search--select {
}


.container--search {
    margin-bottom: 1rem;
}

.container--search--label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
    text-align: start;
}


.container--search select {
    position: relative;
    padding-right: 2rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="CURRENTCOLOR" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right 0.5rem center;
    color: var(--main-color);
    background-size: 1rem;
    appearance: none;
    border-radius: 20px;
    font-size: 0.8rem;
}

    .container--search select:not(:disabled):focus,
    .container--search select:not(:disabled):active {
        border-color: var(--black-color);
        outline: none;
        box-shadow: 0 0 0 2px rgba(229, 72, 136, 0.3);
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="CURRENTCOLOR" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right 0.5rem center;
        color: var(--main-color);
    }



.euroCompare-download__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.container--delete {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    width: 100%;
    gap: 10px;
}

.btn--container--delete {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 400;
    color: var(--main-color);
    background-color: transparent;
    border: none;
    border-radius: 0px;
    cursor: pointer;
}


    .btn--container--delete i {
        font-size: 12px;
    }


    .btn--container--delete:hover {
        background-color: transparent;
        color: var(--black-color);
    }


        .btn--container--delete:hover i {
            color: var(--black-color);
        }


    .btn--container--delete:active {
        transform: scale(0.95);
    }

/* Breadcrumbs */
.section-breadcumbs {
    display: flex;
    padding: 50px 0 50px;
}

.euroCompare-breadcrumbs {
    font-size: 14px;
    margin-bottom: 15px;
}

.euroCompare-breadcrumbs__link {
    color: #212529;
    text-decoration: none;
}

    .euroCompare-breadcrumbs__link:hover {
        text-decoration: underline;
        color: var(--black-color);
    }

.euroCompare-breadcrumbs__current {
    color: var(--black-color);
}

/* Bot�n dentro del t�tulo */
.euroCompare-search__button {
    background-color: var(--black-color);
    color: white;
    border: none;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

    .euroCompare-search__button:hover {
        background-color: var(--main-color);
    }

/* Formulario Desplegable */

.euroCompare-search__form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
    justify-content: center;
    padding: 25px;
}

    /* Por defecto, el formulario estar� oculto */
    .euroCompare-search__form.hidden {
        display: none;
    }

/* Estilo de filas */
.euroCompare-search__row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Estilo del contenedor de input e icono */
.euroCompare-input-container {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #CBD1D7;
    border-radius: 20px;
    padding: 8px 10px;
    background: #F6F7F8;
    width: 350px;
    height: 50px;
}

    /* Iconos dentro del input */
    .euroCompare-input-container i {
        color: var(--main-color);
        font-size: 16px;
    }

    /* Inputs */
    .euroCompare-input-container input {
        border: none;
        outline: none;
        flex: 1; /* Que ocupe todo el espacio disponible */
        font-size: 16px;
        padding: 5px;
    }

/* Bot�n buscar */
.euroCompare-search__submit {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background-color: var(--black-color);
    color: #ffffff;
    border-radius: 20px;
    font-size: 16px;
    height: 50px;
    width: 200px;
}

    .euroCompare-search__submit i {
        margin-right: 15px;
    }

.euroCompare-search__row label {
    color: #28333E;
    font-weight: 500;
    /*font-family: 'Inter';*/
    font-size: 10px;
}

.euroContainer-search {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}

.euroContainer-search__compare {
    background-color: #6F911E;
    color: #fff;
    border: 1px solid #6F911E;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
    display: none;
}

    .euroContainer-search__compare:hover {
        background-color: #ffffff;
        color: #6F911E;
        border: 1px solid #6F911E;
    }

    .euroContainer-search__compare:active {
        background-color: #ffffff;
        color: #6F911E;
        border: 1px solid #6F911E;
    }

/* Versi�n horizontal en pantallas grandes */
@media (min-width: 768px) {
    .euroCompare-search__form {
        flex-direction: row;
    }

    .euroCompare-search__row {
        flex-direction: column;
        align-items: flex-start;
    }

        .euroCompare-search__row label {
            margin-right: 10px;
        }
}


/* Animaci�n de despliegue */
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/****************/
/*Nuevos estilos*/
/****************/

.container-euro {
    width: 100vw;
    padding: 0 40px;
}

.euro-pleca {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    padding: 10px 10px;
    font-weight: bold;
    position: relative;
    border-radius: 0;
    margin: 50px 0;
    height: 70px;
    width: 300px;
}

.euro-pleca-xl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    padding: 10px 10px;
    font-weight: bold;
    position: relative;
    border-radius: 0;
    margin: 50px 0;
    height: 70px;
    width: 480px;
}

.euro-pleca::after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 150px;
    height: 100%;
    background-color: var(--main-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(--main-color);
    border-radius: 0 20px 10px 0;
    transform: skewX(-35deg);
    transform-origin: bottom right;
}

.euro-pleca__title {
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 28px;
    color: #ffffff;
}

.euro-pleca__title-xl {
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #ffffff;
}

.card-container-comparative__info {
    display: flex;
}

.card-container-comparative__text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/*Seccion Sort de filtrado*/

.section-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f3f4f6;
    padding: 10px 25px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.section-sort-container {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.section-sort-container__results {
    color: #6b7280;
    font-size: 14px;
}

.section-sort__count {
}

.section-sort__total {
    color: var(--main-color);
    font-weight: 500;
}

.section-sort__clear-filters {
    color: var(--main-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

    .section-sort__clear-filters:hover {
        text-decoration: underline;
    }

.section-sort__order {
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-sort__label {
    font-size: 14px;
    color: var(--main-color);
}

.section-sort__select {
    padding: 5px 12px;
    width: 200px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 14px;
    color: var(--main-color);
    cursor: pointer;
    background-color: #f3f4f6;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23374151" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .section-sort__select:focus {
        outline: 2px solid #4f46e5;
    }


.euro-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
    color: #333;
    margin-block: 25px 45px;
}

.euro-pagination__info {
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
}

.euro-pagination__controls {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
}

.euro-pagination__button {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border: none;
    background-color: #f0f0f0;
    cursor: pointer;
    font-size: 14px;
    color: #555;
}

.euro-pagination__button--prev {
    border-radius: 20px 0 0 20px;
}

    .euro-pagination__button--prev i {
        margin-right: 10px;
    }

.euro-pagination__button--next {
    border-radius: 0 20px 20px 0;
}

    .euro-pagination__button--next i {
        margin-left: 10px;
    }

.euro-pagination__button:disabled {
    color: #aaa;
    cursor: not-allowed;
}

.euro-pagination__pages {
    display: flex;
}

.euro-pagination__page {
    padding: 8px 12px;
    border: none;
    background-color: #f0f0f0;
    cursor: pointer;
    font-size: 14px;
    color: #555;
}

.euro-pagination__page--active {
    background-color: #2c2c63;
    color: white;
    font-weight: bold;
}

.euro-pagination__page:hover, .euro-pagination__button:not(:disabled):hover {
    background-color: #e0e0e0;
}


/*Texto de alerta defs notas center dolares*/
.euro-note {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 12px 5%;
}

.euro-note__text {
    font-size: 14px;
    color: #33475B;
    line-height: 1.5;
    font-weight: 400;
    text-align: end;
}

.euro-note__textPrice {
    font-size: 11px;
    color: #000000;
    line-height: 1.2;
    font-weight: 400;
    text-align: start;
    margin-top: 15px;
}

.euro-note__highlight {
    font-weight: 500;
}

.euro-note__strong {
    font-weight: 600;
}


.header-card-container {
    border: 1px solid #DDE1E4;
    border-radius: 20px;
    overflow: hidden;
}

.card-container-comparative__card .card {
    background: #ffffff;
    border: 1px solid #CBD1D7;
    border-radius: 10px;
    height: 215px;
    overflow: hidden;
    /*transition: transform 0.3s ease, box-shadow 0.3s ease;*/
}

/*.card-container-comparative__card .card:hover {
        transform: scale(1.05);
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    }
*/
.card-container-comparative__pleca {
    display: flex;
    background: #F6F7F8;
    border-bottom: 1px solid #CBD1D7;
    padding: 5px 15px;
}

    .card-container-comparative__pleca p {
        font-size: 0.9rem;
        font-weight: 400;
    }

.card-container-comparative__title {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 110px;
    border-bottom: 1px solid #CBD1D7;
    width: 100%;
    flex-direction: column;
}

    .card-container-comparative__title h3 {
        font-size: 0.8rem;
        font-weight: bold;
        color: var(--main-color);
    }

    .card-container-comparative__title p {
        font-size: 12px;
        color: #5D6974;
    }

    .card-container-comparative__title b {
        font-weight: 600;
    }



.card-container-comparative__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 15px;
    height: 100%;
    width: 100%;
}

.card-container-comparative__price {
    font-size: 1.4rem;
    color: var(--main-color);
    font-weight: 600;
    text-align: end;
}

    .card-container-comparative__price span {
        font-size: 1rem;
        color: var(--main-color);
    }

.card-container-comparative__total {
    font-size: 11px;
    text-align: end;
}

.card-container-comparative__taxes {
    font-size: 11px;
    text-align: end;
}

.section-selected {
    background-color: var(--main-color);
    color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    padding: 15px 20px;
}

.section-selected__info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.section-selected__icon {
    display: flex;
    color: white;
    align-items: center;
    gap: 10px;
}

.section-selected__title p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.section-selected__hotelInfo {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.section-selected__details {
    font-size: 10px;
    margin: 0;
    color: #c0c7e4;
}


/*Modal*/

.euro-modal__container {
    border-radius: 0px;
}

.euro-modal__header {
    border-bottom: none;
    margin: 20px 40px 0 40px;
}

.euro-modal__title {
    color: var(--black-color);
    /*font-family: 'Inter';*/
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
}

.euro-modal__close-btn {
    cursor: pointer;
}

.euro-modal__content {
    border: 1px solid #CBD1D7;
    margin: 20px 40px 20px 40px;
    border-radius: 8px;
    padding: 0;
    background: #E5E8EB;
    overflow: hidden;
}

.euro-modal__package-title {
    text-align: center;
    color: var(--black-color);
    /*font-family: 'Inter';*/
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 10px;
}

.euro-modal__date {
    text-align: center;
    color: var(--black-color);
    /*font-family: 'Inter';*/
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.euro-modal__passengers {
    text-align: center;
    color: var(--black-color);
    /*font-family: 'Inter';*/
    font-size: 12px;
    font-weight: 500;
}

.euro-modal__details {
    margin-top: 15px;
    padding: 15px 40px;
    background: #ffffff;
}

    .euro-modal__details p {
        /*font-family: 'Inter';*/
        font-size: 14px;
        font-weight: 400;
    }

.euro-modal__price {
    font-size: 1.2rem;
    font-weight: bold;
    margin-block: 5px 15px;
    margin-inline: 15px;
    padding-bottom: 10px;
}

.euro-modal__sub-amount {
    font-size: 1.2rem;
    font-weight: 500;
    margin-block: 5px 5px;
}

.euro-modal__offer-amount {
    font-size: 1.2rem;
    font-weight: 500;
    margin-block: 5px 5px;
}

.euro-modal__total {
    background: var(--black-color);
    color: var(--main-color);
    padding: 20px 40px 1px 40px;
}

    .euro-modal__total p {
        /*font-family: 'Inter';*/
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }

.euro-modal__total-amount {
    /*font-family: 'Inter';*/
    font-size: 24px;
    font-weight: 500;
}

.euro-modal__actions {
    display: flex;
    justify-content: space-evenly;
    border-top: none;
}

.euro-modal__cancel-btn {
    border: 1px solid #ccc;
    border-radius: 25px;
}

.euro-modal__confirm-btn {
    background-color: var(--black-color);
    border-color: var(--black-color);
    border-radius: 25px;
    color: #ffffff;
}

.euro-no-disponibilidad {
    padding: 30px 20px;
    border: 1px solid #DDE1E4;
    border-radius: 20px;
    width: 50%;
}

.euro-no-disponibilidad__titulo {
    font-size: 20px;
    font-weight: 500;
    color: #808A93;
    text-align: center;
    line-height: 1;
}

.euro-no-disponibilidad__subtitulo {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.euro-no-disponibilidad__imagenes {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    max-width: 100%;
    flex-wrap: wrap;
}

.euro-no-disponibilidad__imagen {
    width: auto;
    height: 12rem;
}


@media (max-width: 768px) {
    .euro-no-disponibilidad__imagenes {
        flex-direction: column;
        align-items: center;
    }

    .euro-no-disponibilidad__imagen {
        width: 90%;
        max-width: 90%;
        height: auto;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

    .pagination a, .pagination span {
        margin: 0 5px;
        padding: 8px 12px;
        text-decoration: none;
        color: var(--main-color);
        border: 1px solid var(--main-color);
        border-radius: 4px;
        cursor: pointer;
    }

        .pagination a:hover {
            background-color: var(--main-color);
            color: white;
        }

        .pagination a.active {
            background-color: var(--main-color);
            color: white;
            pointer-events: none;
        }


.euroCompare-noDispo-container {
    background: var(--black-color);
    padding: 15px;
    margin-block: 10px;
}

    .euroCompare-noDispo-container p {
        color: #ffffff;
        font-size: 10px !important;
        line-height: 1.2 !important;
    }

.title-disable {
    color: #BFBDBD !important;
    font-weight: 600;
}

.price-line-through {
    text-decoration: line-through;
    color: #BFBDBD !important;
}

/*Paginado*/

.euroPagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

    .euroPagination a, .euroPagination span {
        margin: 0 5px;
        padding: 8px 12px;
        text-decoration: none;
        color: var(--main-color);
        border: 1px solid #ddd;
        border-radius: 0px;
        cursor: pointer;
        background-color: transparent;
    }

        .euroPagination a:hover {
            background-color: var(--main-color);
        }

        .euroPagination a.active {
            background-color: var(--main-color);
            color: white;
            pointer-events: none;
        }

.mainErrorPage {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 40px;
}

.errorElements {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 20px 5px 20px;
    max-width: 600px;
}

    .errorElements img {
        height: 100%;
        object-fit: contain;
        margin-bottom: 2rem;
    }

    .errorElements h4 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #808A93;
        text-align: center;
    }

    .errorElements h5 {
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 2rem;
        color: var(--main-color);
        text-align: center;
    }

    .errorElements h6 {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 2rem;
        color: var(--main-color);
        text-align: center;
    }

.btn-theme-euro-a {
    background-color: var(--black-color);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 150px;
}

    .btn-theme-euro-a:hover {
        background-color: #c82333;
        color: white;
    }

@media (max-width: 576px) {
    .errorElements img {
        height: 18rem;
    }

    .errorElements h4 {
        font-size: 1.2rem;
    }

    .errorElements h5 {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .errorElements img {
        height: 15rem;
    }
}


/* Estilos de tabla de Gran Deal */

.granDeal-table {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 20px 0;
}

.granDeal-table-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 700px;
    height: auto;
    background-color: #ffffff;
    border: 2px solid var(--black-color);
    border-radius: 10px;
    overflow: hidden;
}

.granDeal-table-title {
    padding: 10px 40px;
}

    .granDeal-table-title p {
        font-size: 12px;
        font-weight: 400;
        color: var(--main-color);
        text-align: center;
    }

.granDeal-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.granDeal-table th {
    background-color: var(--main-color);
    color: white;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    border: none;
}

.granDeal-table td,
.granDeal-table th {
    border: 1px solid var(--black-color);
    /*padding: 12px;*/
}

.granDeal-table td {
    color: var(--main-color);
}

    .granDeal-table td:first-child {
        font-weight: bold;
        text-align: center;
        color: var(--main-color);
        width: 30%;
    }

    .granDeal-table td:last-child {
        text-align: center;
    }

.granDeal-table tr:hover {
    background-color: #f8f8f8;
}

/* Media Queries */
@media screen and (max-width: 1200px) {
    .granDeal-table-container {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .granDeal-table-container {
        width: 85%;
    }

    .granDeal-table th {
        font-size: 16px;
        padding: 10px;
    }

    .granDeal-table td {
        padding: 8px;
    }
}

@media screen and (max-width: 480px) {
    .granDeal-table-container {
        width: 95%;
        margin: 10px;
    }

    .granDeal-table th {
        font-size: 14px;
        padding: 8px;
    }

    .granDeal-table td {
        padding: 6px;
        font-size: 13px;
    }

    .granDeal-table-title p {
        font-size: 11px;
        padding: 0 10px;
    }

    .granDeal-table td:first-child {
        width: 40%;
    }
}

@media screen and (max-width: 320px) {
    .granDeal-table-container {
        width: 100%;
        margin: 5px;
        border-radius: 5px;
    }

    .granDeal-table th {
        font-size: 13px;
        padding: 6px;
    }

    .granDeal-table td {
        padding: 4px;
        font-size: 12px;
    }
}

/* Fin estilos de tabla de Gran Deal */





.euroCompare-dropdown {
    position: relative;
    display: inline-block;
}

.euroCompare-dropdown-btn {
    background-color: transparent;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--main-color);
    font-size: 12px;
}

.euroCompare-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    z-index: 1;
    border-radius: 14px;
}

.euroCompare-dropdown:hover .euroCompare-dropdown-content {
    display: block;
}

.euroCompare-dropdown-item {
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--main-color);
    font-size: 12px;
}

    .euroCompare-dropdown-item:hover {
        background-color: #f8f9fa;
        text-decoration: none;
    }

/* Galeria con botones */

.gallery-MT {
    padding: 2em;
    min-height: 120vh;
}





.btn-clicked {
    background-color: var(--black-color);
    color: #fff;
}






/* Carrusel Nav Style */

.nav_style-mt .owl-nav {
    top: 40% !important;
    margin-top: 0px !important;
}

    .nav_style-mt .owl-nav .owl-prev {
        /*left: -38px !important;*/
    }

    .nav_style-mt .owl-nav .owl-next {
        /*right: -38px !important;*/
    }

/* Estilos para el slider de Siente */
.sliderSiente {
    position: relative;
    width: 100%;
    height: 500px; /* Altura fija en el contenedor principal */
    overflow: hidden;
}

.sliderSiente__carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.sliderSiente__inner {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Aseguramos que carousel-item mantenga la altura */
.sliderSiente .carousel-item {
    height: 500px;
}

    /* Aseguramos que las imágenes mantengan altura fija */
    .sliderSiente .carousel-item img,
    .sliderSiente .carousel-item picture,
    .sliderSiente .carousel-item a {
        height: 500px !important;
        width: 100%;
        object-fit: cover;
        display: block;
    }

.sliderSiente__item {
    position: relative;
    width: 100%;
    height: 100%; /* Cambiado a 100% para heredar del padre */
    transition: all 0.3s ease;
}

.sliderSiente__item--active {
    opacity: 1;
}

.sliderSiente__link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.sliderSiente__picture {
    width: 100%;
    height: 100%;
    display: block;
    position: relative; /* Añadido */
}

.sliderSiente__source {
    position: absolute; /* Añadido */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sliderSiente__image {
    position: absolute; /* Añadido */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sliderSiente__control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex; /* Añadido */
    align-items: center; /* Añadido */
    justify-content: center; /* Añadido */
}

    .sliderSiente__control:hover {
        background: rgba(255, 255, 255, 1);
    }

.sliderSiente__control--prev {
    left: 20px;
}

.sliderSiente__control--next {
    right: 20px;
}

.sliderSiente__control-icon {
    color: #ffffff;
    font-size: 24px;
    width: 24px; /* Añadido */
    height: 24px; /* Añadido */
}

    .sliderSiente__control-icon:hover {
        color: #000000;
    }

/* Estilos para la sección de formulario de Siente */
.formSiente-section {
    width: 100%;
    margin-top: -40px;
    z-index: 20;
}

/* Media Queries */
@media (max-width: 768px) {
    .sliderSiente {
        height: 400px; /* Altura fija en móvil */
    }

        /* Actualizamos para mantener consistencia en móvil */
        .sliderSiente .carousel-item,
        .sliderSiente .carousel-item img,
        .sliderSiente .carousel-item picture,
        .sliderSiente .carousel-item a {
            height: 400px !important;
        }

        .sliderSiente .carousel-item {
            height: 400px !important;
        }

    .sliderSiente__item {
        height: 400px; /* Cambiado de 400px a 600px */
    }

    .sliderSiente__control {
        width: 40px;
        height: 40px;
    }

    .sliderSiente__control--prev {
        left: 10px;
    }

    .sliderSiente__control--next {
        right: 10px;
    }

    .sliderSiente__control-icon {
        font-size: 20px;
        width: 20px;
        height: 20px;
    }

    .formSiente-section {
        margin-top: -30px;
        padding: 30px 0;
    }
}

@media (max-width: 576px) {
    .sliderSiente__control {
        width: 35px;
        height: 35px;
    }

    .sliderSiente__control-icon {
        font-size: 18px;
        width: 18px;
        height: 18px;
    }
}


/* Estilos para la sección de Instagram */
.instagram-feed-section {
    margin: 0;
    padding: 0;
}

/* Estilos del encabezado del perfil */
.instagram-header {
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
}

.instagram-profile {
    display: flex;
    align-items: center;
}

.instagram-profile-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 30px;
}

    .instagram-profile-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.instagram-profile-info {
    flex-grow: 1;
}

.instagram-profile-name {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

.instagram-profile-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 15px;
}

.instagram-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.instagram-stat-count {
    font-weight: 600;
    font-size: 18px;
}

.instagram-stat-label {
    color: #8e8e8e;
    font-size: 14px;
}

/* Estilos para la galería de imágenes */
.instagram-gallery-wrapper {
    width: 100%;
    overflow: hidden;
}

.instagram-gallery {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2px;
    width: 100%;
}

.instagram-item {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.instagram-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.instagram-link {
    display: block;
    width: 100%;
    height: 100%;
}

.instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instagram-item:hover .instagram-overlay {
    opacity: 1;
}

.instagram-item:hover .instagram-image {
    transform: scale(1.05);
}

.instagram-info {
    color: white;
    display: flex;
    gap: 20px;
}

    .instagram-info .instagram-stat {
        flex-direction: row;
        gap: 5px;
    }

.btn-instagram {
    background: #0095f6;
    color: white;
    border: none;
    padding: 6px 16px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.3s ease;
}

    .btn-instagram:hover {
        background: #0074cc;
        color: white;
    }

/* Media queries para responsividad */
@media (max-width: 992px) {
    .instagram-gallery {
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .instagram-profile {
        flex-direction: column;
        text-align: center;
    }

    .instagram-profile-image {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .instagram-profile-stats {
        justify-content: center;
    }

    .instagram-gallery {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .instagram-gallery {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, 1fr);
    }

    .instagram-profile-stats {
        gap: 20px;
    }
}


/*Plecas de Ebe*/
.euro-pleca {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black-color);
    padding: 10px 10px;
    font-weight: bold;
    position: relative;
    border-radius: 0;
    margin: 0 0 50px 0;
    height: 70px;
    width: 300px;
}

.euro-pleca-xl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black-color);
    padding: 10px 10px;
    font-weight: bold;
    position: relative;
    border-radius: 0;
    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: -10px;
    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-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 1;
}

.euro-pleca__description {
    font-size: 12px;
    color: #ffffff;
}

.euro-pleca__title {
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 24px;
    color: #ffffff;
}

.euro-pleca__title-xl {
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #ffffff;
}

/* Variantes blancas de Plecas de Ebe */
.euro-pleca--white {
    background-color: #ffffff;
    border-bottom: 4px solid var(--black-color);
    margin: -15px 0 -55px 0;
    z-index: 1;
}

    .euro-pleca--white h2 {
        font-size: 16px;
        font-weight: 400;
    }

    .euro-pleca--white i {
        margin-left: 10px;
    }

    .euro-pleca--white::after {
        background-color: #ffffff;
        border-bottom: 4px solid var(--black-color);
        border-right: 4px solid var(--black-color);
        height: 106%;
    }

    .euro-pleca--white .euro-pleca__title {
        color: var(--main-color);
    }

.euro-pleca-xl--white {
    background-color: #ffffff;
    border-bottom: 4px solid var(--black-color);
}

    .euro-pleca-xl--white::after {
        background-color: #ffffff;
    }

.euro-pleca-xl::after

.euro-pleca-xl--white .euro-pleca__title-xl {
    color: var(--main-color);
}

/*Fin Plecas de Ebe*/

#partialContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 0 !important;
}

/* --- Textos generales --- */
.blog__text {
    font-size: 11pt;
}

.blog__text--justify {
    text-align: justify;
}

.blog__text--center {
    text-align: center;
}

/* --- Títulos e intros --- */
.blog__intro-title {
    margin-bottom: 1rem;
}

.blog__highlight {
    color: var(--black-color);
    font-size: 22px;
}

.blog__subtitle {
    font-size: 12px;
    font-weight: bold;
    margin-top: 1.5rem;
}

/* --- Secciones de blog --- */
.blog__section {
    margin-bottom: 1.5rem;
}

/* --- Listas --- */
.blog__list {
    margin: 1rem 0;
    padding-left: 1.2rem;
    list-style-type: disc;
}

.blog__list-item {
    margin-bottom: 0.75rem;
    font-size: 11px;
}

.blog__image {
    margin: 3.5rem 0;
    text-align: center;
}

    .blog__image img {
        max-width: 80%;
        height: auto;
        max-height: 500px;
        border-radius: 0.5rem;
    }


.masonry-grid {
    display: block;
    padding: 10px;
    overflow: hidden;
}

/* Por defecto, 3 columnas */
.masonry-item {
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 0;
}

    .masonry-item img {
        width: 100%;
        display: block;
        border-radius: 8px;
    }

/* 2 columnas en pantallas medianas */
@media (max-width: 900px) {
    .masonry-item {
        width: 50%;
    }
}

/* 1 columna en móviles */
@media (max-width: 600px) {
    .masonry-item {
        width: 100%;
    }
}

.lightbox-MT {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    transition: background 0.3s;
}

    .nav-button:hover {
        background: rgba(255, 255, 255, 0.5);
    }

.prev-button {
    left: 20px;
}

.next-button {
    right: 20px;
}

#lightbox-image-MT {
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
}

.close-MT {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}





/* === Estilos de la galería de imágenes === */
.gallery-masonry-grid {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    /*visibility: hidden;*/
    column-count: 4;
    column-gap: 1rem;
}

.hidden-item {
    display: none !important;
}

.gallery-masonry-item {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    position: relative;
    min-height: 200px;
    min-width: 200px;
    overflow: hidden;
}

.skeleton-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.2s infinite;
    z-index: 1;
}

.gallery-masonry-item img {
    width: 100%;
    height: auto;
    border-radius: 0.2em;
    transition: transform 0.3s ease;
    cursor: pointer;
    display: block;
    opacity: 0;
    position: relative;
    z-index: 2;
}

    .gallery-masonry-item img.loaded {
        opacity: 1;
    }

        .gallery-masonry-item img.loaded + .skeleton-placeholder {
            display: none;
        }

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.gallery-masonry-item img:hover {
    transform: scale(1.02);
}

/* Media queries para la galería */
@media (max-width: 1024px) {
    .gallery-masonry-item {
        width: calc(33.333% - 20px); /* 3 columnas */
    }

    .gallery-masonry-grid {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .gallery-masonry-item {
        width: calc(50% - 20px); /* 2 columnas */
    }

    .gallery-masonry-grid {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .gallery-masonry-item {
        width: 100%; /* 1 columna */
    }

    .gallery-masonry-grid {
        column-count: 1;
    }
}

/* === Estilos del lightbox === */
.lightbox-MT {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

    .lightbox-MT img {
        max-width: 90%;
        max-height: 90%;
        margin-top: 5%;
    }

    .lightbox-MT .close-MT {
        position: absolute;
        top: 1em;
        right: 1em;
        color: #fff;
        font-size: 2em;
        cursor: pointer;
    }

/* === Estilos de los botones === */
.buttons-MT {
    padding: 0em 0 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.gallery-button-MT {
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    color: white;
    background: var(--black-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .gallery-button-MT:hover, .gallery-button-MT.btn-clicked {
        background: var(--main-color);
        color: white;
    }

/* Estilos para los botones de navegación del lightbox */
.lightbox-MT__nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--black-color);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .lightbox-MT__nav-button:hover {
        background: var(--main-color);
    }

.lightbox-MT__nav-button--prev {
    left: 20px;
}

.lightbox-MT__nav-button--next {
    right: 20px;
}

/* Media queries para los botones */
@media (max-width: 768px) {
    .lightbox-MT__nav-button {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

/* === Estilos adicionales === */
.btn_theme-G4 {
    font-size: 1.1rem !important;
    margin-left: 0 !important;
    padding: 5px 20px !important;
    white-space: normal !important;
    border-radius: 5px;
    margin-top: 30px;
}

/* Login Backoffice */
.login-backoffice__tabs--horizontal {
    padding-inline: 2%;
    gap: 10px;
    margin-bottom: -1px;
}

.login-backoffice__tab {
    color: var(--main-color);
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    width: 150px;
    height: 40px;
    border-radius: 20px 20px 0 0 !important;
    border: 1px solid #CBD1D7 !important;
}

    .login-backoffice__tab:hover {
        background-color: var(--black-color) !important;
        border: 1px solid var(--black-color) !important;
        color: #fff;
    }

    .login-backoffice__tab.active {
        background-color: var(--main-color) !important;
        border: 1px solid var(--main-color) !important;
        color: #fff;
    }

.login-backoffice__content {
    padding: 3rem 4rem 1rem 4rem;
    border: 1px solid #CBD1D7;
    border-radius: 10px;
    overflow: hidden;
}

/* Tablets (768px a 1024px) */
@media (max-width: 1024px) {
    .login-backoffice__content {
        padding: 2.5rem 3rem 1rem 3rem;
    }
}

/* Móviles (hasta 767px) */
@media (max-width: 767px) {
    .login-backoffice__content {
        padding: 2rem 1.5rem 1rem 1.5rem;
        border-radius: 8px;
    }
}


.login-backoffice__tab-content {
}

.login-backoffice__panel {
}

/* .login-backoffice__input {
    margin-bottom: 26px;
    border: 1px solid #8B96A2;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #28333E;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

.login-backoffice__input {
    margin-bottom: 26px;
    border: 1px solid #8B96A2;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #28333E;
    background-color: #F6F7F8;
    background-clip: padding-box;
    transition: all 0.25s ease-in-out;
    display: block;
    height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 20px;
}

    /* Hover - Cambia el borde redondeado y color */
    .login-backoffice__input:hover {
        border-color: var(--black-color);
        border-radius: 20px;
    }

    .login-backoffice__input:focus {
        outline: none;
        border-color: var(--black-color);
        border-radius: 20px;
        box-shadow: 0 0 0 3px rgba(63, 81, 181, 0.3), 0 0 10px 5px rgba(63, 81, 181, 0.1);
    }

    .login-backoffice__input:active {
        border-color: var(--black-color);
        box-shadow: 0 0 0 3px rgba(48, 63, 159, 0.4);
    }

    .login-backoffice__input:disabled {
        background-color: #F0F0F0;
        color: #A0A0A0;
        border-color: #D1D5DB;
        cursor: not-allowed;
        opacity: 1;
        box-shadow: none;
    }

/* Tablets (hasta 1024px) */
@media (max-width: 1024px) {
    .login-backoffice__input {
        margin-bottom: 20px;
    }
}

/* Móviles (hasta 767px) */
@media (max-width: 767px) {
    .login-backoffice__input {
        margin-bottom: 10px;
    }

    .profile-booking-nav__list {
        justify-content: center;
    }

    .profile-booking-nav__item {
        font-size: 12px;
        min-width: 110px;
        height: 33px;
    }

    .container-profile-main-a {
        padding: 10px 15px;
        /* border: 1px solid #DDE1E4; */
        margin-top: 50px;
        /* height: 600px; */
    }
}

.profile-search {
    padding: 0px 0px;
    margin-bottom: 25px;
}

.profile-search__container {
    width: 100%;
}

.profile-search__input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex-direction: row;
    gap: 15px;
}

/* Tablets (hasta 1024px) */
@media (max-width: 1024px) {
    .profile-search__input-group {
        gap: 10px;
        flex-wrap: wrap;
    }
}

/* Móviles (hasta 767px) */
@media (max-width: 767px) {
    .profile-search__input-group {
        flex-direction: column;
        gap: 10px;
        flex-wrap: wrap;
    }
}

.profile-search__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
    border: 1px solid var(--main-color) !important;
    height: 38px;
}

    .profile-search__btn i {
        margin-right: 10px;
    }

    .profile-search__btn:hover {
        background-color: #fff !important;
        color: var(--main-color) !important;
        border: 1px solid var(--main-color) !important;
        border-radius: 20px !important;
    }

.profile-booking-nav {
}

.profile-booking-nav__list {
    border-bottom: none !important;
    gap: 15px;
}

.profile-booking-nav__item {
    background: #fff !important;
    color: var(--main-color) !important;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    font-weight: 600;
    padding: 5px 20px;
    font-size: 14px;
    min-width: 140px;
    height: 33px;
}

    .profile-booking-nav__item:hover {
        background-color: var(--main-color) !important;
        color: #fff !important;
        border: 1px solid var(--main-color) !important;
    }

    .profile-booking-nav__item.active {
        background-color: var(--main-color) !important;
        color: #fff !important;
        border: 1px solid var(--main-color) !important;
    }

#profileCotizacion-RES thead, #profileCotizacion-SOL thead, #profileCotizacion-COT thead, #profileFactura thead {
    background: #EBEDEF;
    color: #000;
}

    #profileCotizacion-RES thead tr th, #profileCotizacion-SOL thead tr th, #profileCotizacion-COT thead tr th, #profileFactura thead tr th {
        font-weight: 600;
        font-size: 16px;
        text-align: center !important;
        vertical-align: middle !important;
    }

#profileCotizacion-RES tbody tr td, #profileCotizacion-SOL tbody tr td, #profileCotizacion-COT tbody tr td, #profileFactura tbody tr td {
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle !important;
}

.centered-table {
    text-align: center !important;
    vertical-align: middle !important;
    min-width: 150px;
}

/*Estilos de las tablas de  Reservas*/

.profileCotizacion-RES-wrapp, .profileCotizacion-SOL-wrapp, .profileCotizacion-COT-wrapp, .profileFactura-wrapp {
}

.lastRowTable {
    background: var(--main-color);
    color: #fff;
    align-items: center;
    margin-top: -6px;
}

    .lastRowTable .dataTables_info {
        color: #fff !important;
        font-size: 14px !important;
        margin-left: 25px;
        padding-top: 0 !important;
    }

    .lastRowTable .dataTables_paginate .paging_simple_numbers {
    }

        .lastRowTable .dataTables_paginate .paging_simple_numbers .pagination {
        }

.profileCotizacion-RES-wrapp #profileCotizacion-RES_paginate,
.profileCotizacion-SOL-wrapp #profileCotizacion-SOL_paginate,
.profileCotizacion-COT-wrapp #profileCotizacion-COT_paginate,
.profileFactura-wrapp #profileFactura_paginate {
    margin-right: 25px !important
}

.profileCotizacion-RES-wrapp .dataTables_paginate .paginate_button,
.profileCotizacion-SOL-wrapp .dataTables_paginate .paginate_button,
.profileCotizacion-COT-wrapp .dataTables_paginate .paginate_button,
.profileFactura-wrapp .dataTables_paginate .paginate_button {
    /*padding: 0.5em 0 !important;
    margin-left: 0 !important;*/
}

.profileCotizacion-RES-wrapp #profileCotizacion-RES_previous .page-link,
.profileCotizacion-RES-wrapp #profileCotizacion-RES_next .page-link {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border: none;
}

.profileCotizacion-SOL-wrapp #profileCotizacion-SOL_previous .page-link,
.profileCotizacion-SOL-wrapp #profileCotizacion-SOL_next .page-link {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border: none;
}

.profileCotizacion-COT-wrapp #profileCotizacion-COT_previous .page-link,
.profileCotizacion-COT-wrapp #profileCotizacion-COT_next .page-link {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border: none;
}

.profileFactura-wrapp #profileFactura_previous .page-link,
.profileFactura-wrapp #profileFactura_next .page-link {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border: none;
}

#profileCotizacion-RES_wrapper,
#profileCotizacion-SOL_wrapper,
#profileCotizacion-COT_wrapper,
#profileFactura_wrapper {
    background: #EBEDEF;
}

    #profileCotizacion-RES tbody,
    #profileCotizacion-SOL_wrapper tbody,
    #profileCotizacion-COT_wrapper tbody,
    #profileFactura_wrapper tbody {
        background: #fff;
    }


    #profileCotizacion-RES_wrapper #profileCotizacion-RES_info,
    #profileCotizacion-SOL_wrapper #profileCotizacion-SOL_info,
    #profileCotizacion-COT_wrapper #profileCotizacion-COT_info,
    #profileFactura_wrapper #profileFactura_info {
        color: var(--main-color);
        text-align: center;
        font-weight: 600;
        font-size: 14px;
    }


    #profileCotizacion-RES_wrapper #profileCotizacion-RES_paginate,
    #profileCotizacion-SOL_wrapper #profileCotizacion-SOL_paginate,
    #profileCotizacion-COT_wrapper #profileCotizacion-COT_paginate,
    #profileFactura_wrapper #profileFactura_paginate {
        color: var(--main-color);
        text-align: center;
        margin: 20px 0 20px 0;
        padding: 0;
    }

        #profileCotizacion-RES_wrapper #profileCotizacion-RES_paginate .paginate_button .previous,
        #profileCotizacion-SOL_wrapper #profileCotizacion-SOL_paginate .paginate_button .previous,
        #profileCotizacion-COT_wrapper #profileCotizacion-COT_paginate .paginate_button .previous,
        #profileFactura_wrapper #profileFactura_paginate .paginate_button .previous {
            color: #fff;
            border: none;
            padding-inline: 10px;
        }

    #profileCotizacion-RES_wrapper .dataTables_paginate .paginate_button.current, #profileCotizacion-RES_wrapper .dataTables_paginate .paginate_button.current:hover,
    #profileCotizacion-SOL_wrapper .dataTables_paginate .paginate_button.current, #profileCotizacion-SOL_wrapper .dataTables_paginate .paginate_button.current:hover,
    #profileCotizacion-COT_wrapper .dataTables_paginate .paginate_button.current, #profileCotizacion-COT_wrapper .dataTables_paginate .paginate_button.current:hover,
    #profileFactura_wrapper .dataTables_paginate .paginate_button.current, #profileFactura_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: transparent;
        border: 1px solid transparent;
        color: var(--main-color) !important;
        font-weight: 600;
        font-size: 14px;
    }

    #profileCotizacion-RES_wrapper .dataTables_paginate .paginate_button,
    #profileCotizacion-RES_wrapper .dataTables_paginate .paginate_button:hover {
    }

        #profileCotizacion-RES_wrapper .dataTables_paginate .paginate_button.disabled, #profileCotizacion-RES_wrapper .dataTables_paginate .paginate_button.disabled:hover, #profileCotizacion-RES_wrapper .dataTables_paginate .paginate_button.disabled:active,
        #profileCotizacion-SOL_wrapper .dataTables_paginate .paginate_button.disabled, #profileCotizacion-SOL_wrapper .dataTables_paginate .paginate_button.disabled:hover, #profileCotizacion-SOL_wrapper .dataTables_paginate .paginate_button.disabled:active,
        #profileCotizacion-COT_wrapper .dataTables_paginate .paginate_button.disabled, #profileCotizacion-COT_wrapper .dataTables_paginate .paginate_button.disabled:hover, #profileCotizacion-COT_wrapper .dataTables_paginate .paginate_button.disabled:active,
        #profileFactura_wrapper .dataTables_paginate .paginate_button.disabled, #profileFactura_wrapper .dataTables_paginate .paginate_button.disabled:hover, #profileFactura_wrapper .dataTables_paginate .paginate_button.disabled:active {
            cursor: default;
            color: var(--main-color) !important;
            font-weight: 600;
            border: 1px solid transparent;
            border-bottom: 1px solid var(--main-color);
            background: transparent;
            box-shadow: none;
            margin-inline: 10px;
            font-size: 14px;
        }

.profileCotizacion-RES_paginate span {
    color: var(--main-color);
}

.dataTables_info {
    font-size: 14px !important;
    font-weight: 600;
}

.odd {
    background: #fff
}

/* Estilos para tabla responsive de detalles de hotel */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}

.section-hotelDetail-table {
    width: 100%;
    margin-bottom: 0;
}

    .section-hotelDetail-table .table-header {
        background-color: #EBEDEF;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .section-hotelDetail-table th,
    .section-hotelDetail-table td {
        white-space: nowrap;
        padding: 0.75rem;
        vertical-align: middle;
    }

@media (max-width: 768px) {
    .section-hotelDetail-table th,
    .section-hotelDetail-table td {
        min-width: 120px;
    }

        .section-hotelDetail-table th:first-child,
        .section-hotelDetail-table td:first-child {
            position: sticky;
            left: 0;
            background-color: #fff;
            z-index: 2;
        }

    .section-hotelDetail-nameRoom {
        font-size: 14px;
    }

        .section-hotelDetail-nameRoom i {
            font-size: 12px;
            margin-right: 5px;
        }

    .section-hotelDetail-nameRoom-a {
        font-size: 14px;
    }

        .section-hotelDetail-nameRoom-a i {
            font-size: 12px;
            margin-right: 5px;
        }
}

.scroll-hint-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1rem;
    color: #888;
    margin-bottom: 8px;
    margin-right: 10px;
    gap: 8px;
    animation: hint-move 1.5s infinite alternate;
}

@keyframes hint-move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
    }
}

@media (min-width: 768px) {
    .scroll-hint-mobile {
        display: none !important;
    }
}

.swal-title-bold {
    font-weight: 600;
    font-size: 18px;
}

.swal-popup-rounded {
    border-radius: 8px;
}

.swal-confirm-button {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 15px;
}
