:root {
    --bs-border-radius: 6px;
    --text-color: #495057;
    --text-color-secondary: #6c757d;
    --primary-color: var(--s-color-brand-primary);
    --primary-color-soft: #E3F2FD;
    --primary-color-text: #ffffff;
    --s-color-brand-primary: #3aa4d2;
    --s-color-brand-primary-hsl-hue: 198;
    --s-color-brand-primary-hsl-saturation: 63%;
    --s-color-brand-primary-hsl-light: 53%;
    --s-color-brand-primary-red: 58;
    --s-color-brand-primary-green: 164;
    --s-color-brand-primary-blue: 210;
}



/*-------------------------------------------------------
1. Elementos genéricos
-------------------------------------------------------*/

main.compositor {
    color: #393939;
    font-size: 14px;
    line-height: 1.4;
    font-family: Raleway, sans-serif;
    font-weight: 400
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-30 {
    z-index: 30
}

.z-99 {
    z-index: 99;
}

.display-5 {
    line-height: 1.1 !important;
}

.fs-12 {
    font-size: 12px !important;
}

.btn {
    border-radius: 4rem;
}

.form-icon-start {
    --bs-border-width: 1px;
    padding-left: calc(1rem + var(--bs-border-width) + 1rem + .375rem);
}

/* Columnas especiales */
@media (min-width: 768px) {
    .col-md-1especial {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 10%;
    }

    .col-md-3especial {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1especial {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 10%;
    }

    .col-xl-3especial {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 22.49999%;
    }
}

/*-------------------------------------------------------
2. Backgrounds y Colores genéricos
-------------------------------------------------------*/

/* 2.1 bg-color */
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgb(220, 53, 69) !important;
}

.bg-ayuda {
    --bs-bg-opacity: 1;
    background-color: rgb(189, 165, 91) !important;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(245, 247, 250, 1) !important;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgb(213, 247, 208) !important;
}

.bg-success-contacto {
    background-color: rgb(25, 135, 84) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgb(255, 237, 224) !important;
}

.bg-warning-contacto {
    background-color: rgb(179, 151, 52) !important;
}

.bg-success-contacto {
    background-color: rgb(19, 102, 113) !important;
}

.bg-escribimos {
    --bs-bg-opacity: 1;
    background-color: rgb(214, 233, 236) !important;
}

.bg-llamanos {
    --bs-bg-opacity: 1;
    background-color: rgb(220, 214, 234) !important;
}

.bg-success-llamanos {
    background-color: rgb(122, 87, 200) !important;
}

.bg-primary-subtle {
    background-color: rgb(254, 238, 240) !important;
}

.bg-primary-subtle-1 {
    background-color: rgb(255, 233, 213) !important;
}

.bg-primary-subtle-2 {
    background-color: rgb(232, 244, 253) !important;
}

.bg-primary-subtle-3 {
    background-color: rgb(174, 241, 194) !important;
}

/* 2.2 text-color */
.text-dark {
    --bs-text-opacity: 1;
    color: rgb(33, 37, 41) !important;
}

.text-dark-1 {
    color: #333 !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgb(25, 135, 84) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgb(179, 151, 52) !important;
}

.text-secondary-emphasis {
    --bs-secondary-text-emphasis: #2a2e31 !important;
    color: var(--bs-secondary-text-emphasis) !important;
}

.text-escribimos {
    --bs-text-opacity: 1;
    color: rgb(19, 102, 113) !important;
}

.text-llamanos {
    --bs-text-opacity: 1;
    color: rgb(122, 87, 200) !important;
}

/* 2.3 border-color */
.border-escribimos {
    border-color: #fff !important;
    border-width: 3px !important;
    box-shadow: none !Important;
}

.border-warning {
    border-color: #b39734 !important;
}

/*-------------------------------------------------------
3. Sección HERO con buscador
-------------------------------------------------------*/

/* 2.1 Sección HERO */
.hero-img {
    position: relative;
}

.hero-carousel,
.hero-carousel .carousel-item {
    min-height: 230px;
}

.hero-carousel .carousel-item {
    background-size: cover;
    background-position: center;
}

.hero-carousel {
    animation: fadeInUp 1s ease both;
}

.hero-content {
    top: 1rem;
}

/* Dark overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 9;
}

.text-shadow-viajes {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 6px 12px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(1px);
    padding: 0.5rem 0rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.tabs-wrapper {
    position: relative;
    width: 100%;
    z-index: 4;
}

/* 2.2 Disposición del buscador y de la Seeción HERO en función de los dispositivos (manejo de orden y flex-direction) */
.hero-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.tabs-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

/* Tabs */
.wrapped-Travel-tabs {
    padding: 0rem;

}

#travelTabs {
    border-bottom: 1px solid #e3e3e3 !important;
    justify-content: space-between;
}

.nav-tabs .nav-link {
    color: #606164;
    border: none;
    border-radius: 0.575rem 0.575rem 0 0;
}

.nav-tabs .nav-link.active {
    color: var(--s-color-brand-primary);
    background-color: #fff;
    border: none;
}


.tab-icon {
    font-size: 16px;
    padding: 0;
    transition: all .4s ease 0s;
}

.service-tab .nav-link {
    white-space: nowrap;
    padding: 1.25rem 1rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #707070;
    text-transform: none;
    white-space: nowrap;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 100%;
    justify-content: center;
}

.service-tab .nav-link:hover {
    color: var(--s-color-brand-primary);
}

.border-top-1-none {
    border-radius: 0 0.575rem 0.575rem 0.575rem !Important;
}

@media (min-width: 768px) {

    .search-card .nav-link::before {
        content: none;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        width: 100%;
        border-radius: 40px;
        background-color: #3aa4d2 !important;
        background-color: var(--s-color-brand-primary);
        pointer-events: none;
    }

}


.search-card .nav-link:not(.active) {
    transition: all 0.3s ease;
}

/* Show underline only for active tab */
.search-card .nav-link.active::before {
    content: '';
}

.search-card ul li {
    position: relative;
    width: 100%;
}

.btn.btn-primary.btn-md-search {
    color: #fff !important;
    border: 1px solid #2d99c8 !important;
    background-color: var(--s-color-brand-primary) !important;
    min-height: 42px;
    width: 100%;
    border-radius: 4px !important;
    font-size: 14px !important;
    padding: 0px !important;
}

.btn.btn-primary.btn-md-search:hover,
.btn.btn-primary.btn-md-search:active,
.btn.btn-primary.btn-md-search:focus:active {
    color: #fff !important;
    border-color: rgba(0, 0, 0, 0) !important;
    background-color: hsl(240, 1%, calc(64% - 5%)) !important;
    background-color: hsl(var(--s-color-brand-primary-hsl-hue, 240), var(--s-color-brand-primary-hsl-saturation, 1%), calc(var(--s-color-brand-primary-hsl-light, 64%) - 5%)) !important;
}

.calendar-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    cursor: pointer;
}

.btn-outline-primary {
    color: rgb(61, 58, 58);
    background-color: transparent;
    border-color: #047DC2;
}

.btn-outline-primary:hover {
    color: #fbf5f5;
    background-color: #047DC2;
    border-color: #047DC2;
}

.btn-delete-room {
    border: none !important;
    padding: 0.4rem 0rem 0rem 0rem !Important;
    background-color: transparent;
    border-radius: 0;
    color: rgb(61, 58, 58);
    font-size: 14px;
    text-decoration: underline;
    opacity: 0.8
}

.btn-delete-room:hover {
    opacity: 1 !important;
}

/* 2.3 Formulario de búsqueda */
.search-card .tab-content {
    border: none;
    border-top: none;
    border-radius: 0.575rem;
    background-color: #fff;
    padding: 1.5rem 0.5rem 0.2rem 0.5rem;
}

.search-card {
    position: relative;
    width: 100%;
}

.search-card .card-translucent {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0;
}

/* 2.3.1 Elementos del formulario de búsqueda */
#travelTabsContent label {
    font-size: 14px !important;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.input-icon {
    position: relative;
}

#travelTabsContent .form-check-input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-top: 0;
    border: 1px solid #a2a2a2;
    text-align: center;
    position: relative;
    border-radius: 50%;
    -webkit-transition: background-color .2s, color .2s, border-color .2s, -webkit-box-shadow .2s;
    transition: background-color .2s, color .2s, border-color .2s, -webkit-box-shadow .2s;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, -webkit-box-shadow .2s;
    cursor: pointer
}

#travelTabsContent .form-check-input[type="radio"]:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#travelTabsContent .form-check-input[type="radio"]:checked {
    outline: 1px solid #a2a2a2;
    background: var(--primary-color);
    color: #fff;
    border: 5px solid #fff
}

#travelTabsContent .form-check-input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 0;
    border: 1px solid #393939;
    text-align: center;
    position: relative;
    border-radius: 2px;
}

#travelTabsContent .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: transparent;
}

#travelTabsContent .form-check-input[type="checkbox"]:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#travelTabsContent label.form-check-label.fs-13 {
    font-size: 13px !important;
}

#travelTabsContent .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 42px;
    max-height: 42px;
    height: 100%;
    padding: 0 15px;
    padding-left: 15px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .2) !important;
    background: #fff;
    font-size: 14px;
    color: #393939;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    cursor: pointer;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

#travelTabsContent .form-control.fechahora {
    border: none !important;
    box-shadow: none !important;
}

.wrapped-dropdown::after {
    content: "\f078";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Font Awesome 7 Pro", sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #393939;
    pointer-events: none;
}

#travelTabsContent .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.input-icon .form-control {
    padding-left: 45px !important;
}

#travelTabsContent .form-control::placeholder {
    color: #393939;
}

#travelTabsContent .form-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #393939;
    pointer-events: none;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.wrapped-ocupacion-dinamica {
    max-width: 320px !important;
    min-width: 300px !important;
    word-wrap: normal !important;
}

.dropdown-menu {
    border-radius: 1rem;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    min-width: 380px;
    padding: 1rem 1.25rem;
    max-width: 400px
}

.room-block {
    padding: 0px 10px !important;
    border-bottom: 1px solid #e3e3e3;

}

.passengers-block {
    padding: 0px 10px !important;
}

.edadesNinosContainer {
    padding: 0px 10px !important;
    justify-content: end;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e3e3e3;
}

.counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    width: 100%;
    max-width: 130px;
    border: 1px solid #e3e3e3;
    color: #707070;
}

.counter button {
    border: none;
    background: transparent;
    font-size: 1.2rem;
    width: 32px;
    height: 32px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.counter button:hover {
    background-color: #e9ecef;
}

.counter span {
    font-weight: 600;
    font-size: 1rem;
}

.children-ages label {
    font-size: 0.9rem;
    font-weight: 500;
}

.btn.btn-primary.btn-addroom,
.btn.btn-primary.btn-aceptar {
    color: var(--s-color-brand-primary);
    border: 1px solid #2d99c8 !important;
    background-color: #fff !important;
    min-height: 40px;
    border-radius: 4px !important;
    padding: 0 12px;
    font-size: 14px;
    max-height: 40px;
    min-width: 120px;
}

.btn.btn-primary.btn-aceptar {
    color: #fff !important;
    background-color: var(--s-color-brand-primary) !important;
}

.btn.btn-primary.btn-addroom:hover,
.btn.btn-primary.btn-addroom:active,
.btn.btn-primary.btn-addroom:focus,
.btn.btn-primary.btn-addroom:focus:active {
    color: #fff !important;
    border-color: rgba(0, 0, 0, 0) !important;
    background-color: hsl(240, 1%, calc(64% - 5%)) !important;
    background-color: hsl(var(--s-color-brand-primary-hsl-hue, 240), var(--s-color-brand-primary-hsl-saturation, 1%), calc(var(--s-color-brand-primary-hsl-light, 64%) - 5%)) !important;
}

.btn.btn-primary.btn-aceptar:hover,
.btn.btn-primary.btn-aceptar:active,
.btn.btn-primary.btn-aceptar:focus:active {
    color: #fff !important;
    border-color: rgba(0, 0, 0, 0) !important;
    background-color: hsl(240, 1%, calc(64% - 5%)) !important;
    background-color: hsl(var(--s-color-brand-primary-hsl-hue, 240), var(--s-color-brand-primary-hsl-saturation, 1%), calc(var(--s-color-brand-primary-hsl-light, 64%) - 5%)) !important;
}

.search-card .card-translucent .card-header.habitaciones-card-header {
    padding: 10px !important;
    background-color: #f7f7f7;
    border-color: #e3e3e3;
}

.search-card .card-translucent .card-body.habitaciones-card-body {
    padding: 15px 0px 0px 0px !important;
    text-align: right;
    border: none !important;
}

.search-card .card-translucent .card-footer.habitaciones-card-footer {
    border: none !important;
    padding: 0rem 10px 1rem 10px !important;
}

/* Estilos específicos para los select de edades de niños y pasajeros */
.children-ages .form-select,
.passengers-block .form-select,
.edadNinoInput.form-select {
    height: 42px !important;
    box-shadow: none !important;
    border: 1px solid #e3e3e3 !important;
    color: #707070 !important;
}

.children-ages .form-select:focus,
.passengers-block .form-select:focus,
.edadNinoInput.form-select:focus {
    box-shadow: none !important;
    border: 1px solid #e3e3e3 !important;
    color: #707070 !important;
}

/* RESULTADOS Búsquedas: Iconos lista en función del tipo */

.compositor .list-group-item.active.tipo-destination::before {
    font-family: "Font Awesome 7 Pro";
    content: '\f3c5';
    /* Icono de destino */
    margin-right: 10px;
    color: #495057;
}

.compositor .list-group-item.list-group-item-action.tipo-destination::before {
    font-family: "FontAwesome";
    content: '\f3c5';
    /* Icono de destino */
    margin-right: 10px;
    color: #495057;
}

.compositor .list-group-item.active.tipo-hotel::before {
    font-family: "Font Awesome 7 Pro";
    content: '\f8f7';
    /* Icono de hotel */
    margin-right: 10px;
    color: #495057;
}


.compositor .list-group-item.list-group-item-action.tipo-hotel::before {
    font-family: "Font Awesome 7 Pro";
    --fa-style: 900;
    content: '\f8f7';
    /* Icono de hotel */
    margin-right: 10px;
    color: #495057;
}

.compositor .list-group-item.active.tipo-pointofinterest::before {
    font-family: "Font Awesome 7 Pro";
    content: '\f005';
    /* Icono de estrella */
    margin-right: 10px;
    color: #495057;
}

.compositor .list-group-item.list-group-item-action.tipo-pointofinterest::before {
    font-family: "FontAwesome";
    content: '\f005';
    /* Icono de estrella */
    margin-right: 10px;
    color: #495057;
}

.compositor .list-group-item.list-group-item-action.tipo-airport::before {
    font-family: "Font Awesome 7 Pro";
    content: '\f5d0';
    /* Icono de aeropuerto */
    margin-right: 10px;
    color: #495057;
}


.compositor .list-group-item.active.tipo-transportbaseairport::before {
    font-family: "Font Awesome 7 Pro";
    content: '\f072';
    /* Icono de aeropuerto */
    margin-right: 10px;
    color: #495057;
}

.compositor .list-group-item.list-group-item-action.tipo-transportbaseairport::before {
    font-family: "FontAwesome";
    content: '\f072';
    /* Icono de aeropuerto */
    margin-right: 10px;
    color: #495057;
}

.compositor .list-group-item.active.tipo-transportbasetrain_station::before {
    font-family: "Font Awesome 7 Pro";
    content: '\f238';
    /* Icono de estación de tren */
    margin-right: 10px;
    color: #495057;
}

.compositor .list-group-item.list-group-item-action.tipo-transportbasetrain_station::before {
    font-family: "Font Awesome 7 Pro";
    content: '\f238';
    /* Icono de estación de tren */
    margin-right: 10px;
    color: #495057;
}

.compositor .list-group-item.active.tipo-transportbasebus_station::before {
    font-family: "Font Awesome 7 Pro";
    content: '\f207';
    /* Icono de estación de tren */
    margin-right: 10px;
    color: #495057;
}

.compositor .list-group-item.list-group-item-action.tipo-transportbasebus_station::before {
    font-family: "Font Awesome 7 Pro";
    content: '\f207';
    /* Icono de estación de autobús */
    margin-right: 10px;
    color: #495057;
}

.compositor .list-group-item.active.tipo-transportbaseport::before {
    font-family: "Font Awesome 7 Pro";
    content: '\f21a';
    /* Icono de puerto */
    margin-right: 10px;
    color: #495057;
}

.compositor .list-group-item.list-group-item-action.tipo-transportbaseport::before {
    font-family: "Font Awesome 7 Pro";
    content: '\f21a';
    /* Icono de puerto */
    margin-right: 10px;
    color: #495057;
}


/* 2.4 Ajustes responsivos */
@media (min-width: 350px) {
    .search-card .tab-content {
        padding: 1.5rem 1.3rem 0.2rem 1.3rem;
    }
}

@media (min-width: 370px) {
    .wrapped-ocupacion-dinamica {
        max-width: 350px !important;
        min-width: 350px !important;
    }

    .btn.btn-primary.btn-addroom,
    .btn.btn-primary.btn-aceptar {
        min-width: 140px;
    }
}

@media (min-width: 400px) {
    .wrapped-ocupacion-dinamica {
        max-width: 360px !important;
        min-width: 360px !important;
    }
}


@media only screen and (max-width: 599px) {
    #travelTabs {
        margin-top: 15px;
        padding: 5px 0px;
        border: none !important;
    }
    .fa-tab-marcas {
        font-size: 20px;
    }
    .nav-tabs .nav-link {
        border: 1px solid #707070;
        border-top-color: rgb(112, 112, 112);
        border-right-color: rgb(112, 112, 112);
        border-bottom-color: rgb(112, 112, 112);
        border-left-color: rgb(112, 112, 112);
        border-radius: 8px;
        /* padding: 12px 15px !important;
        -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
        box-shadow: 0 3px 7px rgba(0, 0, 0, .2); */

    }

    .nav-tabs .nav-link.active {
        background-color: #3aa4d2;
        background-color: var(--s-color-brand-primary);
        border-color: rgba(0, 0, 0, 0);
        color: #fff !important;
    }

    .nav-tabs .nav-link.active::after {
        content: none;
    }

    #partnersTabs.service-tab .nav-link {
        white-space: nowrap;
        font-size: 0.7rem !important;
    }
}



@media (max-width: 768px) {
    .display-4 {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    .hero-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .tabs-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .hero-carousel,
    .hero-carousel .carousel-item {
        min-height: 335px;
    }

    .hero-content {
        top: 4rem;
    }

    .btn.btn-primary.btn-addroom,
    .btn.btn-primary.btn-aceptar {
        min-width: 150px;
    }
}

@media only screen and (max-width: 992px) {
    .hero-tabs-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .search-card {
        padding: 0px
    }

    #travelTabs li:first-child {
        margin-left: 15px;
    }

    #travelTabs li:last-child {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .wrapped-Travel-tabs {
        padding: 0rem 1.5rem !important;
    }

    .hero-carousel,
    .hero-carousel .carousel-item {
        height: 635px;
        min-height: 370px;
    }

    .hero-content {
        top: 6rem;
    }

    .search-card .card-translucent {
        border: none;
        box-shadow: 0 0 40px rgba(0, 0, 0, .15) !important;
        border-radius: 10px;
        padding:0px 5px 15px 5px;
    }

    .search-card {
        position: relative;
        width: 100%;
        z-index: 20;
        margin-top: -14rem;
    }

    .search-card .card-translucent .card-body {
        padding: 0rem  !important;
    }

    .search-card .card-translucent .card-footer {
        padding: 0rem !important;
    }
}

@media (min-width: 1280px) {
    .search-card .tab-content {
        border: none;
        border-top: none;
        border-radius: 0.575rem;
        background-color: #fff;
        padding: 1rem 1.5rem 0.2rem 1.5rem;
    }

    .search-card.container {
        max-width: 1530px;
    }
}


/* DATEPICKER Tempus dominus */
.tempus-dominus-widget {
    border-radius: 0.5rem !important;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .02), 0 4px 5px 0 rgba(0, 0, 0, .014), 0 1px 10px 0 rgba(0, 0, 0, .12) !important;
}

.tempus-dominus-widget.light {
    font-size: 0.85rem !important;
    padding: 0.5rem !important;
}

/*TUNEO RESULTADOS*/
.compositor .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #047DC2;
    border-color: #047DC2;
    font-size: 0.85rem;
}

.compositor .list-group-item+.list-group-item {
    border-top-width: 0;
    font-size: 0.85rem;
}

.iconbox-card {
    background-color: #f7f7f7 !important;
    margin-bottom: 15px;
    padding: 0px;
    border-radius: 4px;
    border: none;
    height: 100%;
    transition: all 0.3s ease;
}

.iconbox-content {
    display: flex;
    flex-direction: row;
    align-items: start;
    text-align: start;
}

.entry-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
}

.iconbox-icon {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconbox-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: start;
    font-size: 12px;
}

.iconbox-icon img {
    max-width: 35px;
    height: auto;
    transition: transform 0.3s ease;
}

.iconbox-card:hover .iconbox-icon img {
    transform: scale(1.05);
}

/* Efectos hover para toda la tarjeta */
.iconbox-card:hover {
    transform: translateY(-5px);
}

/* DESKTOP: Layout horizontal (imagen izquierda, texto derecha) */
@media (min-width: 992px) {
    .text-shadow-viajes {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 6px 12px rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(1px);
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        transition: all 0.3s ease-in-out;
    }

    .iconbox-content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 20px;
    }

    .iconbox-icon {
        flex-shrink: 0;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .iconbox-text {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .entry-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 0px;
    }
}



/* === Ajuste swap origen/destino === */
@media (max-width: 767.98px) {
    #btnSwapOrigenDestino {
        position: absolute;
        display: block;
        height: 35px;
        width: 35px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15) !important;
        padding: 0px;
        background-color: #fff !important;
        color: #1a2b35;
        border: 1px solid #e3e3e3;
        right: 2%;
        top: 15%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #formBusquedaVuelos {
        position: relative;
    }
}


@media (min-width: 768px) {
    #formBusquedaVuelos {
        position: relative;
    }

    #btnSwapOrigenDestino {
        position: absolute;
        left: 50%;
        top: 18.1%;
        transform: translate(-50%, -50%);
        z-index: 10;
        height: 42px;
        width: 42px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15) !important;
        padding: 0px;
        background-color: #fff !important;
        color: #1a2b35;
        border: 1px solid #e3e3e3;
    }
}

@media (min-width: 1200px) {
    #formBusquedaVuelos {
        position: relative;
    }

    #btnSwapOrigenDestino {
        position: absolute;
        left: 50%;
        top: 27%;
        transform: translate(-50%, -50%);
        z-index: 10;
        height: 42px;
        width: 42px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15) !important;
        padding: 0px;
        background-color: #fff !important;
        color: #1a2b35;
        border: 1px solid #e3e3e3;
    }
}


#btnSwapOrigenDestino:hover {
    background-color: #f7f7f7 !important;
}

/*-------------------------------------------------------
2. SECCIÓN DE FEATURES
-------------------------------------------------------*/

.features-section {
    padding: 0px 0;
}

/* Espaciado entre las columnas */
.features-section .row {
    --bs-gutter-x: 30px;
}

.features-section-title {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0px
}

.feature-title {
    line-height: 1.25 !important;
    padding-bottom: 5px !important;
    margin: 0 !important;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.iconbox-text p {
    margin: 0 !important;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.wrapper-features {
    margin-top: 30px
}

.iconbox-feature-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border-width: 1px;
    border-style: solid;
    display: block;
    padding: 20px;
    padding-top: 20px;
    position: relative;
    border-radius: 4px;
    border-color: #e3e3e3;
    padding-top: 40px;
}

.feature-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    place-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px !important;
    height: 60px !important;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    color: var(--s-color-brand-dark);
    font-size: 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    border-color: #e3e3e3;
    top: 0;
    position: absolute;
    z-index: 3;
}

/* Animación de entrada progresiva */
.iconbox-card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.iconbox-card:nth-child(1) {
    animation-delay: 0.1s;
}

.iconbox-card:nth-child(2) {
    animation-delay: 0.2s;
}

.iconbox-card:nth-child(3) {
    animation-delay: 0.3s;
}

@media (max-width: 768px) {
    .features-section {
        padding: 20px 0;
    }

    .iconbox-card {
        padding: 2px 5px;
    }
}

/*-------------------------------------------------------
4. SECCIÓN AYUDA 
-------------------------------------------------------*/

.hero-brands-ayuda {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 2rem;
    margin-top: 1rem;
    box-shadow: 1px 1px 6px #eaeaea;
}

.hero-brands-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: left;
}

.hero-content-brands {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: white;
    padding: 0;
}

.hero-content-brands .hero-title {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0rem 0rem 0.5rem;
    font-family: var(--company-font-semibold);
}

.hero-content-brands .hero-subtitle {
    font-size: 1rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0rem 0rem 0.5rem;
}


/* Mobile */
@media (max-width: 576px) {
    .hero-brands-ayuda {
        min-height: 250px;
    }
}

@media (min-width: 576px) {
    .hero-bg-img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: 85% !important;
    }
}


/* Tablet */
@media (min-width: 768px) {

    .hero-brands-ayuda {
        min-height: 250px;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .fa-tab-marcas{
        font-size:27px !important;
    }

}


/* Desktop */
@media (min-width: 992px) {
    .hero-brands-ayuda {
        height: auto;
        min-height: 295px;
    }

    .hero-content-brands .hero-title {
        font-size: 2.5rem;
        font-weight: 800;
        line-height: 1.1;
        margin: 0 0rem 0rem 2rem;
        font-family: var(--company-font-semibold);
    }

    .hero-content-brands .hero-subtitle {
        font-size: 1.3rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.95);
        margin: 0 0rem 0rem 2rem;
    }

    .hero-bg-img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: 85% !important;
    }
}

/*-------------------------------------------------------
5. Nav-pills
-------------------------------------------------------*/

.nav-pills {
    --bs-nav-pills-border-radius: 50rem;
    --bs-nav-pills-link-active-color: #140303;
    ;
    --bs-nav-pills-link-active-bg: #e9e6e8;
}

.nav-pills {
    --bs-nav-pills-gap: 0.875rem 1rem;
    --bs-nav-pills-link-border-width: 1px;
    --bs-nav-pills-link-border-color: #c4c8d1;
    ;
    --bs-nav-pills-link-hover-color: #ffffff;
    --bs-nav-pills-link-hover-border-color: #6c727f;
    --bs-nav-pills-link-hover-bg-color: #6c727f;
    --bs-nav-pills-link-active-border-color: #6c727f;
    --bs-nav-pills-link-disabled-color: #c6c7ca;
    --bs-nav-pills-link-disabled-border-color: #6c727f;
    gap: 1rem;
}

.nav-pills .nav-link {
    line-height: var(--bs-nav-link-line-height);
    border: var(--bs-nav-pills-link-border-width) solid var(--bs-nav-pills-link-border-color);
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.show,
.nav-pills .nav-link:focus-visible {
    color: var(--bs-nav-pills-link-hover-color);
    border-color: var(--bs-nav-pills-link-hover-border-color);
    background-color: var(--bs-nav-pills-link-hover-bg-color);
}

.nav-pills .nav-link.active {
    border-color: var(--bs-nav-pills-link-active-border-color);
}

.nav-pills .nav-link.disabled,
.nav-pills .nav-link:disabled {
    color: var(--bs-nav-pills-link-disabled-color);
    border-color: var(--bs-nav-pills-link-disabled-border-color);
}

.nav-pills .btn-check:checked+.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
    border-color: var(--bs-nav-pills-link-active-border-color);
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color) !important;
    background-color: var(--bs-nav-pills-link-active-bg) !important;
}

/*-------------------------------------------------------
6. list-group
-------------------------------------------------------*/

.compositor .list-group {
    --bs-list-group-color: #495057;
    --bs-list-group-bg: transparent;
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: .75rem;
    --bs-list-group-item-padding-y: .625rem;
    --bs-list-group-action-color: var(--bs-component-color);
    --bs-list-group-action-hover-color: var(--bs-component-hover-color);
    --bs-list-group-action-hover-bg: var(--bs-component-hover-bg);
    --bs-list-group-action-active-color: var(--bs-component-active-color);
    --bs-list-group-action-active-bg: var(--bs-component-active-bg);
    --bs-list-group-disabled-color: var(--bs-component-disabled-color);
    --bs-list-group-disabled-bg: transparent;
    --bs-list-group-active-color: #1b0304;
    --bs-list-group-active-bg: var(--s-color-brand-primary);
    --bs-list-group-active-border-color: var(--s-color-brand-primary);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0 !important;
    background: #fff;
    border: 0 none;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12) !important;
}

.compositor .list-group {
    --bs-list-group-font-size: 14px;
    --bs-list-group-action-font-weight: 500;
    --bs-list-group-borderless-item-spacer: .1875rem;
    gap: 0;
    font-size: var(--bs-list-group-font-size);
}

.compositor .list-group-borderless {
    gap: var(--bs-list-group-borderless-item-spacer);
    border-radius: 0;
}

.compositor .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}

.compositor .list-group-item.active.disabled {
    color: #4e4e4e !important;
    background-color: #f7f7f7 !important;
    border: none !important
}

.compositor .list-group-item-action:hover,
.compositor .list-group-item-action:focus {
    z-index: 1;
    color: #fff;
    text-decoration: none;
    background-color: #38a0cd;
}

.compositor .list-group-borderless .list-group-item {
    border: 0;
    border-radius: 0 !important;
}

.compositor .list-group-borderless .list-group-item {
    border: 0;
    border-radius: 0 !important;
}

.compositor .list-group-borderless .list-group-item {
    border: none !important;
    padding: .425rem .425rem;
}

.link-buscador {
    color: white;
    text-decoration: underline;
}


/* DESKTOP: Layout horizontal (imagen izquierda, texto derecha) */
@media (min-width: 992px) {
    .iconbox-content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 20px;
        position: relative;
    }

    .iconbox-icon {
        flex-shrink: 0;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .iconbox-text {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}


/*-------------------------------------------------------
7. KEYFRAMES Y ANIMACIONES GENERALES
-------------------------------------------------------*/
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInDropdown {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*-------------------------------------------------------
8. FAQS - Preguntas Frecuentes VIAJES
-------------------------------------------------------*/

.faqs-viajes .list-group-borderless .list-group-item {
    border: none !important;
    padding: .425rem .425rem;
    border-radius: 0.4rem !important;
}

.faqs-viajes .accordion-button:focus {
    z-index: 3;
    border-color: #82bee1;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faqs-viajes .accordion-body {
    padding: 0.2rem 1rem;
    margin: 0.8rem 0rem;
}

.faqs-viajes .accordion-collapse.collapse.show .accordion-body {
    border-left: 2px solid #d4dbdf;
}

.faqs-viajes .accordion-body p {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
}


.faqs-viajes .accordion-button:not(.collapsed) {
    color: #0471af;
    background-color: #e6f2f9;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 1rem 1.25rem !important;
    font-weight: 500 !important;
}

.display-icon {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1;
}

.wrapped-time-picker {
    position: absolute !important;
    right: -5px;
}

.wrapped-time-picker select {
    min-width: 80px;
    margin: 5px;
}

.form-control:disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}

.btn.btn-secondary.btn-md-search {
    min-height: 42px;
    width: 100%;
    border-radius: 4px !important;
    font-size: 14px !important;
    padding: 0px !important;
}


/* CARDS ofertas*/

.card-brand {
  width:60% !important;
  margin:auto !important
}

.card-logo-travel{
  position: absolute !important;
  width: 35px;
  top: 10px;
  left: 10px;
}

/* Tab panels marcas */

/* .search-partners-card {
    position: relative;
    width: 100%;
    z-index: 20;
    margin-top: 0rem;
}

.search-partners-card .card-translucent {
    background-color: #fff3dc;
    border: none;
    border-radius: 1.5rem;
    border: 3px solid #fff3dc;
    box-shadow: none !important;
} */

/* Responsive adjustments */
@media (max-width: 767px) {
    .search-partners-card {
        max-width: 95%;
        padding: 0 12px;
    }
}

/* Tabs */
#partnersTabs.nav-tabs .nav-link {
    color: #606164;
    border: none;
    border-radius: 0.575rem 0.575rem 0 0;
}

#partnersTabs.nav-tabs .nav-link.active {
    color: #020e1a;
    background-color: #d9ecff;
    border: none;
    font-weight: 600;
}

#partnersTabs .tab-icon {
font-size: 1.2rem;
  margin-right: 0rem;
  margin-top: 0.3rem;
}

#partnersTabs.service-tab .nav-link {
    white-space: nowrap;
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 0.9em
}

#partnersTabs.service-tab .nav-link:hover {
    border: none;
    isolation: isolate;
}

.search-partners-card .tab-content {
    border: none;
    border-top: none;
    border-radius: 0.575rem;
    background-color: #d9ecff;
    padding: 1.5rem;
}

.search-partners-card .border-top-1-none {
    border-radius: 0 0.575rem 0.575rem 0.575rem !Important;
}

#partnersTabs .nav-link.active::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 0 16px #d9ecff;
    clip-path: inset(50% -1px -1px 50%);
    left: -32px;
    transform: scale(1);
}

#partnersTabs.service-tab .nav-link {
  white-space: nowrap;
  padding: 0.75rem 1rem;
}

#partnersTabs .nav-link.active::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 0 16px #d9ecff;
    clip-path: inset(-1px -1px 50% 50%);
    right: -32px;
    transform: scale(-1);
}

#partnersTabs .nav-link:not(.active) {
    background-color: rgba(217, 236, 255, 0.5);
    padding: 0.5rem 1.1rem;
    border-radius: 0.575rem;
    transition: all 0.3s ease;
}



#partnersTabs .nav-link:not(.active):hover {
    background-color: rgba(217, 236, 255, 0.8);
}

ul li {
    position: relative;
}

/* Responsive adjustments */
@media (max-width: 767px) {

    .search-partners-card {
        max-width:100%;
        padding: 0px;
    }
}

/* Logos marcas */
.brand-card{
  transition: all .2s ease-in-out;
}

.brand-card.brand-style {
  background-color: #FFF;
  border-radius: 0.5rem;
}

.text-2-lines {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 46px !important;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
    min-height: 2.8em;
}

.fs-075rem {
    font-size: 0.75rem !important;
}

.text-4-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    min-height: 5.6em;
    -webkit-box-orient: vertical;
}

.ls-05p{
  letter-spacing: 0.5px;
}


.btn.btn-outline-secondary.btn-md-search {
    min-height: 42px;
    width: 100%;
    border-radius: 4px !important;
    font-size: 14px !important;
    padding: 0px !important;
    border: 1px solid #a2a2a2;
    color: #707070;
}

.btn.btn-outline-secondary.btn-md-search:hover{
    background-color: rgba(78,78,78,.1) !important;
}

.btn.btn-outline-secondary.btn-md-search:focus{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#cochesEdad.form-control, #cochesEdadRouting.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #495057;
    background: #fff;
    padding: .5rem .5rem;
    border: 1px solid #ced4da;
    outline: 0 none;
    font-size: 1rem;
    border-radius: 4px;
    -webkit-transition: background-color .2s, color .2s, border-color .2s, -webkit-box-shadow .2s;
    transition: background-color .2s, color .2s, border-color .2s, -webkit-box-shadow .2s;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, -webkit-box-shadow .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} 

.timehour::before {
  content: " ";
  z-index: 2;
  display: block;
  width: 1px;
  height: 20px;
  top: calc(50% - 10px);
  left:100%;
  position: absolute;
  background-color: #393939;
  pointer-events: none;
}

#travelTabsContent .form-control.fechahora{
    border-radius:0px !important
}

/* Elimina el triángulo de la esquina  hoy en datepicker */
.tempus-dominus-widget .date-container-days .today::before,
.datepicker-days .today::before {
    display: none !important;
    border-bottom-color: transparent !important;
}

/* Tabs: icon above title, both centered (added from viajes/home.cfm) */
#travelTabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    white-space: normal;
    text-align: center;
    padding:20px 15px 20px;
}
#travelTabs .nav-link .tab-figure{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
}
#travelTabs .nav-link .tab-icon{
    display: inline-block;
    font-size: 1.70rem;
    line-height: 1;
    padding-bottom: 10px
}
#travelTabs .nav-link .tab-label{
    display: block;
    font-size: .875rem;
    text-wrap: nowrap;

}

.tab-oferta-badge {
  top: 0;
  background-color: #cf4343;
  border-radius: 0 0 4px 4px;
  text-align: center;
  position: absolute;
}

.tab-oferta-badge span {
  display: block;
  padding: 3px 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.input-icon .form-control:focus + .form-icon {
    color: #047DC2 !important;
}



.fa-alojamientos{
    --fa: "\f8f7";
}

.fa-coches{
--fa: "\f1b9"
}

.fa-vuelos{
--fa: "\f5b0";
}

.fa-paquetes{
--fa: "\f59f";
}

.fa-cruceros{
--fa: "\f21a";
}

.fa-experiencias{
--fa: "\f145";
}

.fa-trenbus{
--fa: "\f207";
}

.fa-otros{
--fa: "\f5d4";
}

.bg-section-afiliacion{

    background: linear-gradient( 135deg,   #171E44 0%,  #121736 45%,  #0d122c 100%);
}

.card-ofertas-bg{
background-color: transparent !important;
}

#partnersTabsContent.tab-content{
    background-color:#2a3664
}

#partnersTabs.nav-tabs .nav-link.active {
  background-color: #2a3664;
  color:white !important
}

#partnersTabs .nav-link.active::after {

    
  box-shadow: 0 0 0 16px #2a3664
}


#partnersTabs .nav-link.active::before {

  box-shadow: 0 0 0 16px #2a3664
}

#partnersTabs .nav-link:not(.active) {
  background-color: rgba(42, 54, 100, 0.59);
  padding: 0.5rem 1.1rem;
  border-radius: 0.575rem;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.77);
}

#partnersTabs .nav-link:not(.active):hover {
  background-color: rgb(42, 54, 100);
  color: rgba(255, 255, 255, 1);
}

#partnersTabs.service-tab .nav-link.active {
  white-space: nowrap;
  padding: 0.85rem 1rem;
}


/* When the first nav-item of #partnersTabs is active, change partnersTabsContent border-radius */
/* Uses :has() — modern browser support required */
.search-partners-card .border-top-1-none {
  border-radius: 0.575rem 0.575rem 0.575rem 0.575rem !important;
}


#partnersTabs:has(li:first-child .nav-link.active) + #partnersTabsContent {
    border-radius: 0rem 0.575rem 0.575rem 0.575rem !important;
}


#partnersTabs.service-tab .nav-link {
    transition: none !important;
    -webkit-transition: none !important;
}





/* Didáctica web */

/* ICONOS SUPERIORES */
.steps-icons {
  margin: 0 auto;
}

.step-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  z-index: 2;
  position: relative;
}

.bg-orange {
  background: #ff7a45;
}

.bg-teal {
  background: #38b2ac;
}

.bg-purple {
  background: #805ad5;
}

/* LÍNEAS PUNTEADAS */
.step-line {
  position: absolute;
  top: 50%;
  width: 33%;
  border-top: 2px dashed #f0a36b;
  z-index: 1;
}

.step-line.left {
  left: 16.5%;
}

.step-line.right {
  right: 16.5%;
}

/* Flechas al inicio y al final de cada línea */
.step-line::before,
.step-line::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #f0a36b;
    font-size: 0.95rem;
    line-height: 1;
    pointer-events: none;
    display: inline-block;
    font-family: "FontAwesome"; /* caret icons */
    font-weight: 900; /* solid style */
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.step-line::before{ left: 21px; content: '\f0d9'; }
.step-line::after{ right: 21px; content: '\f0da'; }

/* CARDS */
.step-card {
  border-radius: 20px;
  position: relative;
  overflow: visible;
  border:none !important;
}

.step-number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  opacity: 0.25;
}

.step-1 {
 background: linear-gradient(135deg, #218ecc, #035380);
}

.step-1 .feature-icon{ 
    background: linear-gradient(135deg, #218ecc, #035380);
    border:3px solid white;
    color: white
}

.step-2 {
  background: linear-gradient(135deg, #218ecc, #035380);
}

.step-2 .feature-icon{ 
    background: linear-gradient(135deg, #218ecc, #035380);
    border:3px solid white;
    color: white
}

.step-3 {
  background: linear-gradient(135deg, #218ecc, #035380);
}

.step-3 .feature-icon{ 
    background: linear-gradient(135deg, #218ecc, #035380);
    border:3px solid white;
    color: white
}

/* MOBILE */
@media (max-width: 768px) {
  .step-line {
    display: none;
  }
}


.oferta-agencia{
    padding:15px 10px 10px 10px !important;
}

.logo-agencia {
  top: -65px;
  position: absolute;
  right: 0px;
  background-color: white;
  padding: 15px 30px 50px 30px;
  border-radius: 14px;
}
.logo-agencia img {
    width: 140px;
    height: auto;
}


/* Badge */

.badges p{
    margin-top: 10px;
  margin-bottom: 10px;
}

.firstLine {
  font-size: 24px;
  font-weight: 300;
}
.secondLine {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
.thirdLine {
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
}
.fourthLine {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  top: 0px;
}

.badges {
  position: relative;
  margin: 140px auto;
  width: 200px;
  height: 200px;
  background: #754fc8;
  border-radius: 100%;
  color: #fff;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  -webkit-animation: 3s ease-in-out 0s normal none infinite running swing;
  -moz-animation: 3s ease-in-out 0s normal none infinite running swing;
  -o-animation: 3s ease-in-out 0s normal none infinite running swing;
  animation: 3s ease-in-out 0s normal none infinite running swing;

  -webkit-transform-origin: 100px -71px;
  -moz-transform-origin: 100px -71px;
  -o-transform-origin: 100px -71px;
  transform-origin: 100px -71px;
}
.badges:before {
  content: "";
  position: absolute;
  top: 90px;
  left: 90px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-box-shadow: 0px -82px 0px -2px #fff, 0px -100px #754fc8,
    20px -98px #754fc8, 39px -94px #754fc8, 56px -85px #754fc8,
    71px -72px #754fc8, 83px -57px #754fc8, 93px -40px #754fc8,
    98px -20px #754fc8, 100px 0px #754fc8, -20px -98px #754fc8,
    -39px -94px #754fc8, -71px -72px #754fc8, -56px -85px #754fc8,
    -83px -57px #754fc8, -93px -40px #754fc8, -98px -20px #754fc8,
    -100px 0px #754fc8, 0px 100px #754fc8, -20px 98px #754fc8,
    -39px 94px #754fc8, -56px 85px #754fc8, -71px 72px #754fc8,
    -83px 57px #754fc8, -93px -40px #754fc8, -98px 20px #754fc8,
    -93px 40px #754fc8, 20px 98px #754fc8, 39px 94px #754fc8, 56px 85px #754fc8,
    71px 72px #754fc8, 83px 57px #754fc8, 93px 40px #754fc8, 98px 20px #754fc8;

  -moz-box-shadow: 0px -82px 0px -2px #fff, 0px -100px #754fc8,
    20px -98px #754fc8, 39px -94px #754fc8, 56px -85px #754fc8,
    71px -72px #754fc8, 83px -57px #754fc8, 93px -40px #754fc8,
    98px -20px #754fc8, 100px 0px #754fc8, -20px -98px #754fc8,
    -39px -94px #754fc8, -71px -72px #754fc8, -56px -85px #754fc8,
    -83px -57px #754fc8, -93px -40px #754fc8, -98px -20px #754fc8,
    -100px 0px #754fc8, 0px 100px #754fc8, -20px 98px #754fc8,
    -39px 94px #754fc8, -56px 85px #754fc8, -71px 72px #754fc8,
    -83px 57px #754fc8, -93px -40px #754fc8, -98px 20px #754fc8,
    -93px 40px #754fc8, 20px 98px #754fc8, 39px 94px #754fc8, 56px 85px #754fc8,
    71px 72px #754fc8, 83px 57px #754fc8, 93px 40px #754fc8, 98px 20px #754fc8;

  -o-box-shadow: 0px -82px 0px -2px #fff, 0px -100px #754fc8, 20px -98px #754fc8,
    39px -94px #754fc8, 56px -85px #754fc8, 71px -72px #754fc8,
    83px -57px #754fc8, 93px -40px #754fc8, 98px -20px #754fc8,
    100px 0px #754fc8, -20px -98px #754fc8, -39px -94px #754fc8,
    -71px -72px #754fc8, -56px -85px #754fc8, -83px -57px #754fc8,
    -93px -40px #754fc8, -98px -20px #754fc8, -100px 0px #754fc8,
    0px 100px #754fc8, -20px 98px #754fc8, -39px 94px #754fc8,
    -56px 85px #754fc8, -71px 72px #754fc8, -83px 57px #754fc8,
    -93px -40px #754fc8, -98px 20px #754fc8, -93px 40px #754fc8,
    20px 98px #754fc8, 39px 94px #754fc8, 56px 85px #754fc8, 71px 72px #754fc8,
    83px 57px #754fc8, 93px 40px #754fc8, 98px 20px #754fc8;

  box-shadow: 0px -82px 0px -2px #fff, 0px -100px #754fc8, 20px -98px #754fc8,
    39px -94px #754fc8, 56px -85px #754fc8, 71px -72px #754fc8,
    83px -57px #754fc8, 93px -40px #754fc8, 98px -20px #754fc8,
    100px 0px #754fc8, -20px -98px #754fc8, -39px -94px #754fc8,
    -71px -72px #754fc8, -56px -85px #754fc8, -83px -57px #754fc8,
    -93px -40px #754fc8, -98px -20px #754fc8, -100px 0px #754fc8,
    0px 100px #754fc8, -20px 98px #754fc8, -39px 94px #754fc8,
    -56px 85px #754fc8, -71px 72px #754fc8, -83px 57px #754fc8,
    -93px -40px #754fc8, -98px 20px #754fc8, -93px 40px #754fc8,
    20px 98px #754fc8, 39px 94px #754fc8, 56px 85px #754fc8, 71px 72px #754fc8,
    83px 57px #754fc8, 93px 40px #754fc8, 98px 20px #754fc8;
}
.badges:after {
  content: "";
  position: absolute;
  top: -70px;
  left: 99px;
  width: 2px;
  height: 81px;
  border-radius: 0%;
  background: #754fc8;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
  }
}
@-moz-keyframes swing {
  0% {
    -moz-transform: rotate(5deg);
  }
  50% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(5deg);
  }
}
@-o-keyframes swing {
  0% {
    -o-transform: rotate(5deg);
  }
  50% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(5deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}

/* carrusel didáctica */
/* #modalCarruselViajes .modal-dialog {
	max-width: 800px;
} */


/* Apaños REsponsive*/
@media (max-width: 576px) {
    #travelTabs {
        margin-top: 15px;
        padding: 10px 0px;
        border: none !important;
    }
    .tab-oferta-badge {
        top: -10px;
        background-color: #cf4343;
        border-radius: 4px;
        text-align: center;
        position: absolute;
    }

    .search-card .tab-content {
        padding: 1.5rem 1rem 0.2rem 1rem;
    }
    .oferta-agencia {
        padding: 10px 5px 10px 5px !important;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .logo-agencia-oferta img{
        padding: 0px 0px 0px 5px;
    }

    .entry-title {
        line-height: 1.4;
        font-size:11px
    }

    #travelTabs .nav-link .tab-icon {
        padding-bottom: 5px;
        font-size: 1.20rem;
    }

    #travelTabs .nav-link {
        padding: 8px 10px 8px;
    }

    #travelTabs .nav-link .tab-label {
        font-size: .775rem;
    }

    #partnersTabs .nav-link:not(.active) {
        padding: 0.5rem 0.6rem;
    }

    #partnersTabs.service-tab .nav-link.active {
        padding: 0.85rem 0.6rem;
    }

    .search-partners-card .tab-content {
        padding: 1rem 0.6rem;
    }
    
    .logo-agencia {
        left: unset;
        top: -20px !important;
        position: absolute;
        right: 5px !important;
        background-color: transparent !important;
        padding: 0 !important;
        border-radius: 0;
    }
    .logo-agencia img {
        width: 70px;
        height: auto;
    }

}

@media (min-width: 576px) and (max-width: 991.98px) { 

    .oferta-agencia {
        padding: 10px 5px 10px 5px !important;
        display: flex;
        flex-direction: column !important;
        width: 100%;
    }

    .entry-title {
        line-height: 1.4;
    }

    .logo-agencia {
        left: unset;
        top: -20px !important;
        position: absolute;
        right: 5px !important;
        background-color: transparent !important;
        padding: 0 !important;
        border-radius: 0;
    }
    .logo-agencia img {
        width: 70px;
        height: auto;
    }

    .logo-agencia-oferta img {
        padding: 5px;
        margin-left: 5px;
    }
    .logo-agencia-oferta {
        padding: 2px 5px 2px 2px;
    }
}


/* Didáctica */
#modalCarruselViajes  .modal-dialog {
  max-width: 550px;
}

#modalCarruselViajes .modal-content {
    max-height: 100% !important;
    background-color: transparent;
    box-shadow: 1px 2px 7px #0000009c;
    border: none;
    border-radius: 1rem;
}

#carouselDestinos .carousel-inner{
    border-radius:1rem
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 8.5rem);
  }
}


@media (min-width: 1200px) {
 #modalCarruselViajes h1, #modalCarruselViajes .h1 {
    font-size: 2.5rem;
    line-height: 1;
  }
}



.modal-header .btn-close {
    background-color: black;
    border-radius: 50%;
    opacity: 1;
    color: white;
    position: absolute;
    top: -0.01rem;
    right: -0.01rem;
    border: 2px solid #ffffff;
  }


 .btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
      background-color: transparent;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    z-index:99
  }

.carousel-caption {
  position: absolute;
  right: 5%;
  top: 0.25rem;
  left: 5%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}


@media screen and (max-width: 575px) {
    .carousel-caption .h1, .carousel-caption h1{
        font-size:1.35rem
    }

        .carousel-caption .h4, .carousel-caption h4{
        font-size:1rem;
        font-weight:normal;
        line-height: 1;
    }

    .carousel-caption p{
        font-weight: normal;
        line-height: 1;
    }
}




  @media screen and (min-width: 768px) {
    .modal-header .btn-close {
        top: -0.3rem;
        right: -0.3rem;
        border: 3px solid #ffffff;
        width: 1.3em;
        height: 1.3em;
    }
    .carousel-caption {
        position: absolute;
        right: 10%;
        top: 1.25rem;
        left: 10%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }
}

.fw-thin {
    font-weight: 300 !important;
}

#capaAppMobile{ display: none !important; }

@media screen and (max-width: 768px) {
    #inbenta-chatbot-sdk{ display: none !important; }
}






/* tooltips */
.tooltip-inner {
    max-width: 350px !important; 
    white-space: normal;
}


.badge-counter {
position: absolute !important;
  top: 10px !important;
  right: 5px !important;
  background-color: #3481ac !important;
  font-size: 0.65rem !important;
  font-weight: normal !important;
  line-height: 1 !important;
  padding: 0.034em 0.35em 0.35em 0.35em !important;
  color: white;
  min-width: 20px !important;
}

