﻿
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-family: Montserrat, sans-serif !important;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#header {
    background: #00544e !important;
}

.header .header-nav .nav > li > a {
    font-weight: 400 !important;
    font-size: 15px !important;
}

    .header .header-nav .nav > li > a:hover {
        color: #79cec6 !important;
    }

.search {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: calc(100vh-630px);
}

.footer {
    grid-row-start: 2;
    box-shadow: inset 0 100px 80px -80px #67b0a7;
    padding: 10px 0;
}

body {
    background: #dee2e600 !important;
}

/*.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 2px solid #1DC2FF;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 4px;
        top: 4px;
        border: 2px solid #67b0a7;
        width: 12px;
        height: 12px;
      */  border-radius: 50%;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.flight {
    padding: 15px;
}

.top-nav {
    background-color: #33605d !important;
    color: #fff !important;
    height: 35px !important;
    border-color: #fff !important;
}

    .top-nav .nav > li > a {
        color: #fff;
        line-height: 1 !important;
        font-size: 18px;
    }

    .top-nav .navbar-end > li > span {
        color: #fff;
        font-size: 12px;
        margin-right: 20px;
        display: inline-block;
    }

        .top-nav .navbar-end > li > span i {
            margin-right: .462em;
        }



.header .header-logo img {
    max-height: max-content !important;
    max-width: 520px !important;
}

.header .header-nav:last-child {
    width: auto !important;
}

.list-inline {
    display: inline;
}

.copyright {
    width: 100%;
    line-height: 0;
}

#footer {
    background-color: #67b0a7;
    color: #000;
}

.p-m-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.link_1 {
    text-decoration: none;
    color: #20252a;
}

    .link_1:hover {
        color: #00acac;
    }

.link_footer_2 {
    color: #ededa8;
}

#footer-copyright {
    background: #00544e;
    color: #fff;
}

.btn-primary {
    background-color: rgb(0 173 239 / var(--tw-bg-opacity, 1)) !important;
    color: #fff !important;
    transition: background-color .5s;
    /*background: #33605d !important;
    border: 1px #33605d !important;
}*/

    .btn-primary:hover {
        background-color: #67b0a7 !important;
        border: 1px #67b0a7 !important;
    }

.btn-outline-primary {
    color: rgb(0 173 239 / var(--tw-bg-opacity, 1)) !important;
    border: 1px rgb(0 173 239 / var(--tw-bg-opacity, 1)) solid !important;
    transition: background-color .5s;
}

.header .dropdown-menu {
    border-top: 0px solid #1DC2FF !important;
    min-width: 200px !important;
}

.input-search, .input-search:focus, .is-valid, is-invalid  {
    background: #ffffff !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    border-radius: 5px !important;
    border: 1px #bababa solid !important;
}

.form-check-input {
    border-radius: 100% !important;
}

.form-check-input.is-valid:checked {
    background: #00acac !important;
}

    .input-search::placeholder {
        color: #9d9d9d;
    }

/* Estado de validación limpio: borde de color + mensaje, sin ícono dentro del input.
   (Las reglas anteriores usaban calc() inválido -sin espacios- y data-URIs SVG rotos,
   lo que colocaba el ícono en la esquina superior izquierda encima del texto.) */
/* Válido: borde verde para todos los campos */
.form-control.is-valid, .form-select.is-valid, .was-validated .form-control:valid, .was-validated .form-select:valid {
    border-color: #00acac !important;
}

/* Check pequeño a la derecha (solo inputs/textarea; en selects chocaría con la flecha) */
.form-control.is-valid:not(select), .was-validated .form-control:valid:not(select) {
    padding-right: 2.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300acac' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 14px 14px !important;
}

.form-control.is-invalid, .form-select.is-invalid, .was-validated .form-control:invalid, .was-validated .form-select:invalid {
    background-image: none !important;
    padding-right: 0.75rem !important;
    border-color: #ff5b57 !important;
}

/* Mensaje de validación que genera jQuery Validate (<label class="is-invalid">) */
label.is-invalid {
    color: #ff5b57;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-top: 4px;
    border: 0 !important;
    background: transparent !important;
}

body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .monthselect, body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .yearselect {
    background: var(--app-component-dropdown-bg);
    color: var(--app-component-color);
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border-color: var(--app-component-dropdown-border-color);
}

h2 {
    font-size: 1.846em;
    font-weight: 400;
    margin: 0 0 10px;
}

.panel {
    border: 1px #bababa solid;
    background: #FFF;
    box-shadow: 0;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
}

.panel-title {
    font-weight: 300;
}

.meta {
    list-style: none;
    font-size: .923em;
    color: #777;
}

.form-check-input {
    width: 1em !important;
    height: 1em !important;
}

.primary {
    color: #33605d !important;
}

.footer-copyright .copyright {
    line-height: 23px !important;
}

.header-container {
    justify-content: space-between;
}

.header .dropdown .arrow.top:after, .header .dropdown .arrow.top:before {
    border-bottom-color: #33605d;
}

.bg-white {
    background-color: #f1efef00 !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 720px;
    position: absolute;
    z-index: 1000;
    cursor: default;
    margin-top: 2px;
    list-style: none;
    background-color: #FFF;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    padding: 0;
}

.ui-autocomplete-loading {
    background: #FFF url(https://inspire.ec.europa.eu/validator/img/loading.gif) right center no-repeat;
    background-size: 16px;
}

.w-90px {
    width: 90px !important;
}

.showLoadPasserger {
    width: 160px;
}

.loadPassenger {
    margin-left: 10px;
}

.numberType {
    margin: 0 5px;
}

:root {
    --gray-1: #333;
    --cta-blue: #1367E2;
    --light-gray-bg: #EFEFEF;
}

.underline {
    text-decoration: underline;
}

.bt-basic {
    border-radius: 12px;
    display: flex;
    text-align: center;
    background: var(--CTA-Blue,#1DC2FF);
    outline: none;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 15px 21px;
}

.content-header {
    display: flex;
    height: 56px;
    justify-content: center;
    box-shadow: 5px 5px 5px #ece9e9;
    padding: 0 40px;
}

.content-header-nav {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    max-height: 1570px;
}

.content-header-nav-one-img-logo {
    width: 110px;
    height: 29px;
}

.content-header-nav-two {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.content-header-nav-link {
    color: var(--Gray-1,#333);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 14px;
}

    .content-header-nav-link.active {
        color: var(--CTA-Blue,#1367E2);
        font-weight: 700;
    }

.content-header-nav-one, .content-header-nav-three {
    display: flex;
    width: 230px;
}

.content-header-nav-drop {
    display: flex;
    position: relative;
}

    .content-header-nav-drop:hover .content-header-nav-drop-vector {
        transform: rotateZ(180deg);
    }

.content-header-nav-drop-item {
    display: flex;
    height: 24px;
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
    transition: all ease .3s;
    padding: 10px 14px;
}

.content-header-nav-drop-selected {
    font-weight: 500;
    color: var(--Gray-1,#333);
    padding: 0 8px;
}

.content-header-nav-drop-vector {
    transition: all ease .3s;
}

.content-header-nav-drop-child {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    flex-direction: column;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid var(--Light-Gray-Bg,#EFEFEF);
}

    .content-header-nav-drop-child .content-header-nav-drop-item:hover .content-header-nav-drop-selected {
        color: var(--CTA-Blue,#1DC2FF);
        font-weight: 700;
    }

.content-comments {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 45px 0 45px 40px;
}

.content-comments-container {
    max-width: 1920px;
    display: flex;
}

.content-comments-left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 84px;
}

.content-comments-bar-separer {
    display: block;
    width: 32px;
    height: 5px;
    background: var(--CTA-Blue,#1DC2FF);
}

.content-comments-right {
    display: flex;
    flex-wrap: wrap;
}

app-comment {
    margin: 0 40px 45px 0;
}

.content-comments-left-text {
    color: var(--Lidotel-dark,#3B3D43);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 103.209%;
    letter-spacing: .5px;
}

.content-comment {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 2px solid var(--Gray-5,#E0E0E0);
    background: #FFF;
    width: 369px;
    max-width: 369px;
    padding: 38px 27px;
}

.content-comment-stars {
    display: flex;
    flex: 1;
}

.content-comment-top-right svg:last-child {
    margin-left: 14px;
}

.content-comment-center {
    margin-top: 39px;
    margin-bottom: 33px;
}

.content-comment-botton {
    color: var(--Lidotel-dark,#3B3D43);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.content-discovery {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 40px;
}

.content-discover-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.content-discover-overlay {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1920px;
}

.content-discover-item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    height: 313px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 1;
    margin-right: 12px;
}

    .content-discover-item:last-child {
        margin-right: 0;
    }

.content-discover-item--big {
    flex: 2;
}

.content-discover-item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-discover-item-highlight {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--CTA-Blue,#1DC2FF);
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 6px 18px;
}

.content-discover-item-title {
    font-size: 36px;
    font-weight: 600;
    z-index: 1;
    color: #fff;
    text-align: center;
    margin: 12px 0;
}

.content-discover-item-break {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    z-index: 1;
    text-align: center;
}

.content-banner {
    display: flex;
    width: 100%;
    align-items: center;
}

    .content-banner.inverter .content-banner-left {
        order: 2;
        text-align: left;
        align-items: flex-start;
        padding-right: 0;
        padding-left: 30px;
    }

    .content-banner.inverter .content-banner-right {
        order: 1;
    }

.content-banner-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 30px;
    text-align: right;
}

.content-banner-sub-title {
    font-size: 14px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 4px;
}

.content-banner-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: normal;
}

.content-banner-description {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 28px;
}

.content-banner-right-img {
    border-radius: 12px;
}

.container-br {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 94px;
}

.container-br--no-pt {
    padding-top: 0 !important;
}

.container-br .content-banner {
    max-width: 1120px;
}

.container-forme {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 100px 0;
}

.content-forme {
    display: flex;
    width: 100%;
    max-width: 1248px;
}

.content-forme-left {
    display: flex;
    margin-right: 16px;
    flex: 1;
}

.content-forme-right {
    display: flex;
    flex: 1;
    max-width: 421px;
    flex-direction: column;
}

.content-forme-one-img {
    width: 162px;
    height: 152px;
    border-radius: 12px;
    border: .5px solid rgba(121,116,126,0.25);
    overflow: hidden;
}

    .content-forme-one-img img {
        width: 100%;
        height: 100%;
    }

.content-forme-left-one {
    margin-right: 12px;
    display: flex;
    align-items: center;
}

.content-forme-left-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-forme-left-two-title {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.content-forme-left-two-description {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.content-forme-input {
    display: flex;
    border-radius: 12px;
    border: 1px solid #79747E;
    align-items: center;
}

.content-forme-left-two-bottom input {
    background-color: transparent;
    flex: 1;
    border: none;
    height: 50px;
    outline: none;
    font-size: 14px;
    width: 100%;
}

    .content-forme-left-two-bottom input::placeholder {
        color: #1A1919;
    }

.content-forme-input-left, .content-forme-input-right {
    display: flex;
    align-items: center;
    margin: 0 12px;
}

.content-forme-left-two-bottom .bt-basic {
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.content-forme-right-one {
    display: flex;
    height: 92px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.content-forme-right-one-center {
    display: flex;
    color: #000;
    flex-direction: column;
}

.content-forme-right-one-center-title {
    font-size: 14px;
    font-weight: 600;
}

.content-forme-right-one-center-description {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.content-forme-right-one-right {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.content-forme-right-one-left {
    border-radius: 12px;
    background: rgba(31,105,224,0.15);
    width: 68px;
    height: 68px;
    display: flex;
    margin-right: 16px;
    align-items: center;
    justify-content: center;
}

.container-footer {
    display: flex;
    width: 100%;
    background: linear-gradient(180deg,#1367E20%,#002146100%);
    color: #fff;
    justify-content: center;
    padding: 83px 40px;
}

.content-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1620px;
}

.content-footer-bottom {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top: 68px;
    justify-content: space-between;
}

.content-footer-top-left {
    display: flex;
    margin-right: 80px;
}

    .content-footer-top-left img {
        width: 264px;
        height: 69px;
    }

.content-footer-top-right {
    display: flex;
    flex: 3;
    flex-wrap: wrap;
}

    .content-footer-top-right ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin-right: 32px;
        margin-bottom: 32px;
        flex: 1;
    }

        .content-footer-top-right ul li {
            line-height: 28px;
        }

            .content-footer-top-right ul li.content-footer-list-title {
                color: #FFF;
                font-size: 14px;
                font-weight: 800;
                line-height: 28px;
                margin-bottom: 24px;
            }

            .content-footer-top-right ul li a {
                color: #FFF;
                font-size: 14px;
                font-weight: 500;
                line-height: 28px;
                text-decoration: none;
            }

.content-footer-list-item-img {
    border-radius: 50%;
    border: 1px solid var(--Logo-Colors-Gray,#E0E0E0);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.content-footer-list-bt-sb {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    height: 56px;
    border-radius: 30px;
    background-color: #319DC6;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 10px 16px;
}

.content-footer-list-bt-input {
    min-width: 250px;
    background-color: #fff;
    border: none;
    height: 56px;
    border-radius: 30px;
    padding: 24px;
}

.classRemoveNone {
    display: block;
}

#dropdown1 {
    width: 320px !important;
}

.dropdown-trigger {
    display: block;
    background-color: #FFF;
    color: #000;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 2px;
    cursor: pointer;
    padding: 10px;
}

    .dropdown-trigger:hover {
        border-color: #26a69a;
    }

.ui-menu-item {
    font-size: 16px;
    cursor: pointer;
    background-color: #FFF;
    margin: 0;
    padding: 8px 10px;
}

    .ui-menu-item:hover {
        background-color: #eee;
    }

.justify-content-center {
    display: flex;
    justify-content: center;
}

.daterangepicker .calendar-table th select {
    display: inline;
    width: 100px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: .375rem .75rem;
}

    .daterangepicker .calendar-table th select:focus {
        outline: 0;
        border-color: #26a69a;
    }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-size: 14px;
    height: 36px;
}

.daterangepicker {
    color: #444;
}

    .daterangepicker .drp-buttons .btn {
        color: #fff;
        background-color: #26a69a;
        border: none;
        border-radius: 2px;
    }

        .daterangepicker .drp-buttons .btn:hover {
            background-color: #2bbbad;
        }

    .daterangepicker .drp-calendar {
        max-width: 100% !important;
    }

.content-form {
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(assets/img/fondo.png);
    background-size: cover;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000 !important;
    text-decoration: none !important;
    background-color: #fff !important;
    margin: 0 !important;
}

.fc-white:hover {
    color: #79cec6;
}

.container .nav {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.nav-pills .nav-link {
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-weight: 500;
}

.dropdown-toggle {
    font-weight: 500;
}

.nav-pills .nav-link.active {
    background-color: #fff !important;
    color: #000;
}

.nav-pills .nav-link .material-icons-outlined {
    margin-right: 8px;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
    background: #ffffff29 !important;
}

dropdown-menu {
    border-radius: 10px;
    padding: 100px !important;
}

.dropdown-item {
    font-weight: 600;
    margin: 0 !important;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #79cec6;
        background-color: #fff;
    }

.clean {
    background: #fff;
    border-radius: 0 50px 50px 0;
    border: 1px #bababa solid;
    border-left: 0 !important;
    font-size: 18px;
    color: #a1b0a6;
    width: 30px;
    margin: 0;
    padding: 0;
}

    .clean:hover {
        color: red;
    }

.btn-search {
    border-radius: 36px;
    width: 100%;
    height: 50px;
    font-weight: 500;
    background: #f8941c !important;
    color: #33605d !important;
}

.btn.btn-icon {
    width: 36px;
    height: 36px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border-radius: 28px;
    border: 2px solid gray;
    color: gray;
    padding: 5px;
}

.btn-swap {
    height: 50px;
    width: 150px;
    background-color: #ffffff !important;
    border-radius: 50px !important;
    color: #88899f;
    border-color: #a3a3a4 !important;
}

.inputSearch {
    border-radius: 50px 0 0 50px !important;
    border-right: 0 !important;
    height: 50px;
    border: 1px #bababa solid;
}

.w-45 {
    width: 45%;
}

.w-10 {
    width: 10%;
}

.divLine {
    width: 1px;
    height: 50px;
    background: #fff;
}

input {
    font-weight: 300 !important;
}

    input[type='checkbox'] {
        accent-color: #1367E2;
    }

.text-primary {
    color: #1367E2 !important;
}

.form-check-input:checked {
    background-color: #1367E2;
    border-color: #1367E2;
}

.modal-title {
    color: #1DC2FF !important;
}

.modal-body {
    line-height: 36px !important;
}

.content-header-nav-one-mobile button {
    border: none;
    background-color: transparent;
    outline: none;
}

.content-discover:last-child {
    margin-top: 24px;
}

.content-reservation-top {
    display: flex;
    justify-content: center;
    margin: 64px 0;
}

.content-reservation-top-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 0 16px;
}

    .content-reservation-top-item::before {
        display: flex;
        content: "";
        height: 2px;
        width: 100%;
        background-color: #EFEFEF;
        position: absolute;
        top: 23px;
    }

    .content-reservation-top-item.active path {
        fill: #1367E2;
    }

.content-reservation-top-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background-color: #EFEFEF;
    border-radius: 50%;
    z-index: 1;
}

.content-reservation-top-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.content-reservation-form {
    display: none;
    flex-direction: column;
}

.content-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999;
    display: none;
    flex-direction: column;
    padding: 48px 24px;
}

.content-menu-mobile-top {
    display: flex;
    flex-direction: column;
    margin-bottom: 31px;
}

    .content-menu-mobile-top img {
        cursor: none;
        width: 16px;
        height: 16px;
    }

    .content-menu-mobile-top span {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        color: #3C3C3B;
        margin-top: 12px;
    }

.content-menu-mobile-links span {
    color: #3C3C3B;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 32px;
}

.content-menu-mobile-links a {
    color: #A3A3A4;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 22px;
    padding-left: 0 !important;
}

.content-menu-mobile-center .content-header-nav-drop {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.content-menu-mobile-center .content-header-nav-drop-child {
    position: initial;
    border-radius: 0;
    border: none;
}

.content-menu-mobile-center .content-header-nav-drop-item {
    height: initial;
    padding-left: 0;
}

.form-control:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(52,143,226,.25) !important;
    border: 1px #bababa solid;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    box-shadow: 0 0 0 0 rgba(44,122,192,.5) !important;
}

.link_footer_1:hover, .link_footer_2:hover {
    color: #ee2;
}

.subMenuSearch, .dropdown-menu.show {
    width: 280px !important;
}

.content-header-nav-drop:hover .content-header-nav-drop-child, .content-comment-top, .content-discover, .content-banner-right, .content-forme-left-two-bottom, .content-footer-top, .content-discover-title-dk, .content-reservation-form.active, .content-menu-mobile.active, .content-menu-mobile-center .content-header-nav-drop-child.active {
    display: flex;
}

.content-comment-top-right, .vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-footer-bottom a, .fc-white {
    color: #33605d;
}

.classAddNone, .content-header-nav-one-mobile, .content-discover-title-mb {
    display: none;
}

.nav-pills .nav-link.active .material-icons-outlined, .btn-swap:hover, .content-reservation-top-item.active .content-reservation-top-text {
    color: #1367E2;
}

.content-reservation-form-container, .content-menu-mobile-links {
    display: flex;
    flex-direction: column;
}

@media only screen and max-width 1200px {
    .content-banner-right-img {
        width: 420px;
    }

    .container-br {
        padding: 94px 24px;
    }

    .content-footer-top-left img {
        width: 156px;
    }

    .content-header {
        padding: 0 16px;
    }

    .content-header-nav-one, .content-header-nav-three {
        width: initial;
    }
}

@media only screen and max-width 900px {
    .content-banner {
        flex-direction: column;
    }

    .content-right {
        padding-right: 0;
        order: 1;
        margin-bottom: 18px;
    }

    .content-left {
        align-items: center;
        padding-right: 0;
        order: 2;
        text-align: left;
    }

    .content-sub-title {
        margin-top: 0;
    }
}

@media only screen and max-width 767px {
    .content-banner-right {
        width: 100%;
        justify-content: center;
        order: 1;
    }

    .content-banner-right-img {
        width: 100%;
    }

    .content-banner-title {
        font-size: 24px;
    }

    .content-banner-description {
        font-size: 16px;
    }

    .content-banner-sub-title {
        font-size: 12px;
    }

    .container-footer {
        padding: 32px 24px;
    }

    .content-footer-top-left img {
        width: 89px;
        height: 24px;
        margin-bottom: 24px;
    }

    .content-footer-top-right ul li.content-footer-list-title {
        margin-bottom: 24px;
    }

    .content-form {
        min-height: initial;
        height: initial;
        background-image: initial;
        background-color: #fff;
        padding-top: 16px;
    }

    .content-form-item {
        flex-direction: column;
        position: relative;
        align-items: flex-end;
    }

        .content-form-item .btn-swap {
            position: absolute;
            right: 0;
            width: 56px;
            top: 36px;
            z-index: 1;
        }

        .content-form-item .input-group {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

    .nav-item-mobile {
        height: 2px;
        width: 10px;
    }

    .content-nav-pills {
        overflow: hidden;
        overflow-x: auto;
        display: flex;
    }

    .content-form ul.nav {
        flex-wrap: nowrap;
    }

    .content-form .nav-item .nav-link .tabTitle {
        white-space: nowrap;
    }

    .nav-pills .nav-link {
        background-color: transparent;
        color: #A3A3A4;
    }

        .nav-pills .nav-link.active .material-icons-outlined {
            color: #fff;
        }

        .nav-pills .nav-link.active {
            background-color: #1367E2 !important;
            color: #fff;
        }

    .content-form-item .btn-search {
        width: 100% !important;
        justify-content: center;
        margin: 10px 0 !important;
    }

    .content-comments-right {
        width: 100%;
        margin-top: 10px;
        padding: 16px;
    }

        .content-comments-right .content-comment {
            width: 100%;
            max-width: 100%;
        }

    .content-comments {
        margin-top: 38px;
        padding: 0 !important;
    }

    .content-discover {
        margin-top: 30px;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .content-discover-item {
        flex: initial !important;
        margin-bottom: 16px;
        width: calc(100vw-120px);
        margin-right: 24px;
    }

    .content-discovery {
        padding: 0 16px;
    }

    .content-banner-left {
        padding-right: 0;
        order: 2;
    }

    .content-book .checkout .checkout-body {
        padding: 0 !important;
    }

    .content-discovery-container {
        overflow: hidden;
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
    }

    .content-discover-item:last-child {
        margin-right: 24px;
    }

    .content-discover:last-child {
        margin-top: 30px;
    }

    .content-discover-title-mb {
        display: flex;
    }

    .content-forme-left, .content-footer-top, .content-footer-top-right, .content-footer-bottom, .content-comments-container, .content-input-pax {
        flex-direction: column;
    }

    .content-footer-top-left, .content-comments-left {
        margin-right: 0;
    }

    .content-form-item .divLine, .content-nav-pills::-webkit-scrollbar, .content-discover-title-dk {
        display: none;
    }

    .nav-pills .nav-link .material-icons-outlined, #FormSearchFlights .dropdown-toggle {
        color: #A3A3A4;
    }

    .content-footer-top-right ul, .content-book .checkout .checkout-header {
        padding-left: 0;
    }
}

@media only screen and max-width 1000px {
    .content-forme {
        flex-direction: column;
        align-items: center;
    }

    .content-forme-left {
        margin-right: 0;
        max-width: 650px;
        margin-bottom: 16px;
    }

    .content-forme-right {
        width: 100%;
        max-width: initial;
    }

    .content-header-nav-one-mobile {
        display: flex;
    }

    .content-header-nav-one {
        flex: 1;
        justify-content: center;
    }

    .content-header-nav-two, .content-header-nav-drop {
        display: none;
    }
}

.tab-pane-index {
    background: #ffffff47;
    padding: 18px;
    border-radius: 18px;
}

button {
    font-family: Montserrat, sans-serif !important;
}

.header .dropdown-menu {
    border-radius: 0 !important;
}

.checkout .checkout-header {
    background: #00544e;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 100;
  height: 2px;
  background: 
    linear-gradient(90deg,#0001 33%,#0005 50%,#0001 66%)
    #f2f2f2;
  background-size:300% 100%;
  animation: l1 1s infinite linear;
}
@keyframes l1 {
  0% {background-position: right}
}

/*#myLoader {
    position: absolute;
    z-index: 5;
}

    #myLoader div {
        margin: 0 auto;

    }

    #myLoader div div{
        width: 220px;
        background: white;
        padding: 10px;
        border-radius: 8px;
    }*/

.errorSegment, #loaderWainting {
    padding: 120px 0;
}

.temporizador {
    font-size: 12px;
}


.formGreen {
    background: #33605d;
    color: #ffffff;
    border-radius: 50px;
    padding: 5px 15px;
}

    .formGreen .form-check input {
        margin-top: 3px;
    }

.btn-passangers {
    padding: 4px 25px;
}


.myItems {
    display: flex;
    grid-gap: 5px;
    justify-content: space-around;
}

.myItem .form-check {
    padding-top: 5px;
}

.text-green {
    color: #33605d !important;
}

    .text-green:hover {
        color: #162927 !important;
    }

.btn-black:focus, .btn-check:focus + .btn-black {
    box-shadow: 0 0 0 0 rgba(38,38,38,.5) !important;
}

@media only screen and (max-width: 767px) {
    .content-form-item {
        flex-direction: column;
        position: relative;
        align-items: flex-end;
    }

        .content-form-item .btn-swap {
            display: none;
        }

        .content-form-item .divLine {
            display: none;
        }

        .content-form-item .btn-search {
            margin: 0px;
            width: 100% !important;
            justify-content: center;
            margin: 10px 0px !important;
        }

    .input-group.m-10px {
        margin: 10px 0 !important;
    }

    .myItems {
        display: grid;
        row-gap: 10px;
    }
}

@media (min-width: 768px) {
    .header .header-nav .nav > li > a {
        color: #fff !important;
    }
}

.header .navbar-toggle {
    border-right: 0 !important;
}

.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;
}

    .skeleton-box::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) );
        animation: shimmer 5s infinite;
        content: '';
    }

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.blog-post__headline {
    font-size: 1.25em;
    font-weight: bold;
}

.blog-post__meta {
    font-size: 0.85em;
    color: #6b6b6b;
}

/* OBJECTS */

.o-media {
    display: flex;
}

.o-media__body {
    flex-grow: 1;
    margin-left: 1em;
}

.o-vertical-spacing > * + * {
    margin-top: 0.75em;
}

.o-vertical-spacing--l > * + * {
    margin-top: 2em;
}

/* ===== Cuenta regresiva de reserva (GetSearch + Book) ===== */
.b2c-countdown-wrap {
    display: flex;
    justify-content: center;
    text-align: center; /* respaldo si jQuery .show() la deja como block */
    margin: 16px 0;
}

.b2c-countdown {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 9999px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
    transition: background .25s ease, border-color .25s ease, color .25s ease;
}

.b2c-countdown__icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
}

.b2c-countdown strong {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

/* Último minuto: estado de urgencia (rojo + latido) */
.b2c-countdown--urgent {
    background: #fef2f2;
    border-color: #fecaca;
    color: #b91c1c;
    animation: b2cPulse 1s ease-in-out infinite;
}

@keyframes b2cPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(185, 28, 28, .25); }
    50% { box-shadow: 0 0 0 6px rgba(185, 28, 28, 0); }
}

/* ===== Estado: sin itinerario disponible (Book) ===== */
.b2c-no-itinerary {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 1px dashed #cdd5dd;
    border-radius: 14px;
    background: #f8fafc;
    color: #5a6772;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.b2c-no-itinerary__icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    color: #94a3b8;
}

.b2c-no-itinerary strong {
    display: block;
    color: #171c20;
    font-weight: 700;
    margin-bottom: 2px;
}

.b2c-no-itinerary p {
    margin: 0;
    font-size: 13px;
}
