<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Modal */

.modal-select.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.4);
}

/* Modal Content/Box */
.modal-select .modal-content {
    background-color: var(--secondary-color);
    color: var(--secondary-text-color);
    margin: 15% auto;
    border: none;
    min-width: 300px;
    width: 30%;
    border-radius: 10px;
}

.modal-select  .modal-header {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    padding: 10px 20px;
    border:none;
    align-items: center;
    justify-content: center;
}

.modal-select .modal-text {
    padding: 20px;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    border:none;
}
.modal-select .modal-text p{
    color: var(--secondary-text-color);
}

.modal-select .icon-modal {
    height:40px;
    margin-right: 10px;
}

/* The Close Button */
.modal-select.modal .close {
    color: var(--primary-text-color);
    font-size: 22px;
    line-height: 1;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 5px;
    margin: 0;
    padding: 0;
}

.modal-select.modal .close:hover,
.modal-select.modal .close:focus {
    color: var(--primary-text-color);
    text-decoration: none;
    cursor: pointer;
}
/* Modal btn*/
.modal-select .modalBtn {
    height: 3.5rem;
    background-color: var(--primary-color);
    border: none;
    border-radius: 10px;
    color: var(--primary-text-color);
    font-size: 16px;
    font-weight: 700;
    padding: 0px 40px;
}

.breadcrumb {
    background: none;
    padding-left: 0;
    padding-top: 20px;
}

.breadcrumb-item {
    color: #6c6e6f;
    font-style: italic;
    font-size: 18px;
}

.breadcrumb-item a, .breadcrumb-item a:hover {
    color: #6c6e6f;
}

.breadcrumb-item.active {
    color: #0a396d;
}

.italic {
    font-style: italic;
}

.extra-bold {
    font-weight: 900;
}

.white-text {
    color: #FFFFFF;
}

.red-text {
    color: #b92234;
}

.light-blue-text {
    color: #00C2DF;
}

.row-height {
    height: 30vw;
}

.routes-bg {
    background-size: cover;
    background-position: center;
}

.flights-section {
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    background-color: #FFFFFF;
}

.box-size {
    max-height: 90px;
}

.slider-month-box {
    padding: 5px;
}

.slider-month-box.slick-slide.current-custom.slick-active .slider-box {
    border-radius: 10px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.6);
    background-color: #FFFFFF;
}

.slider-month-box.slick-slide.current-custom.slick-active .slider-price-date {
    background-color: #153e69;
    border: #153e69 solid 1px;
    color: white;
    margin-bottom: 0;
}

.hr-separator {
    border-top: #153e69 3px solid;
}

p.slider-price-date {
    background-color: #F2F2F2;
    color: #00C2DF;
    border: #C6C6C5 solid 1px;
    margin-bottom: 0;
}

.best-price {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #00C2DF;
    color: #FFFFFF !important;
}

h5.slider-price-amount {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #878787;
}

.slider-box {
    border: 6px solid transparent;
}

.slick-prev-custom, .slick-next-custom {
    position: absolute;
    top: 31%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: #00C2DF;
    border: none;
    outline: none;
    background: transparent;
    font-size: 40px;
}

.slick-prev-custom {
    left: -25px;
}

.slick-next-custom {
    right: -25px;
}

#depart, #return {
    width: 100%;
    height: 400px;
}

.custom-control.overflow-checkbox {
    padding-left: 2rem;
    cursor: pointer;
    margin-top: 3px;
    display: inline-block;
}

.custom-control.overflow-checkbox .overflow-control-input {
    display: none;
}

.custom-control.overflow-checkbox .overflow-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 25px;
    height: 25px;
    border: 3px solid #0a396d;
}

.custom-control.overflow-checkbox .overflow-control-description {
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    display: inline-block;
    margin-top: -3px;
    color: #0a396d;
}

.custom-control.overflow-checkbox .overflow-control-indicator::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 25px;
    transition: .3s;
    width: 10px;
    border-right: 8px solid #F7F7F7;
    border-radius: 3px;
    -webkit-transform: rotateZ(45deg) scale(1);
    transform: rotateZ(45deg) scale(1);
    top: -10px;
    left: 12px;
    opacity: 0;
}

.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
    opacity: 1;
}

.custom-control.overflow-checkbox .overflow-control-indicator::after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 25px;
    transition: .3s;
    -webkit-transform: rotateZ(90deg) scale(0);
    transform: rotateZ(90deg) scale(0);
    width: 10px;
    border-bottom: 5px solid #00C2DF;
    border-right: 5px solid #00C2DF;
    border-radius: 3px;
    top: -2px;
    left: 2px;
}

.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
    -webkit-transform: rotateZ(45deg) scale(1);
    transform: rotateZ(45deg) scale(1);
    top: -10px;
    left: 10px;
}

.total-border {
    border: 5px solid #0a396d;
}

.currency {
    font-size: 50%;
    font-weight: 900;
    position: relative;
    top: -9px;
}

.btn-red {
    background: #b92234;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: .15rem;
}

.btn-red:hover {
    background: #952229;
    color: #FFFFFF;
}

.w-65 {
    width: 65% !important;
}

.bg-light-blue {
    background-color: #00C2DF;
}

.timeline {
    font-size: 28px;
}

.timeline-small {
    font-size: 16px;
}

.timeline, .timeline-small {
    color: #00C2DF;
}

.xs-margin {
    margin-left: 2px;
    margin-right: 2px;
}

.dotted-hr {
    border-top: 8px dotted;
    width: 112%;
    float: right;
    position: relative;
    right: -24px;
}

.small-dotted-hr {
    border-top: 8px dotted;
    width: 112%;
    float: right;
    position: relative;
    right: -24px;
}


/* Content */
.flight-info-box h4 {
    font-weight: 700;
    color: #0a396d;
    margin-top: 25px;
    font-style: italic;
}

.flight-info-box p {
    font-weight: 400;
    color: #6c6e6f;
    text-align: justify;
    font-size: 17px;
    line-height: 1.2;
}

.title-weather-map {
    margin-bottom: 45px;
    font-weight: 700;
    font-style: italic;
}

/* Weather box */
div#weather-box {
    background-color: #EEEEEE;
    text-align: center;
    font-weight: 700;
}

div#w_icon img {
    width: 100px;
}

.w_title {
    font-weight: 700;
    font-size: 1.4em;
    font-style: italic;
}

.current-temp{
    font-size: 1.6em;
}

.text-desc {
    font-weight: 500;
    font-size: 14px;
}
img.img-days {
    width: 30px;
}

.img-day-box {
    height: 50px;
    text-align: center;
}

.current-temp-days {
    font-size: 14px;
    text-align: center;
}

.text-desc-days {
    font-size: 12px;
    text-align: center;
}

.bg-gray {
    background-color: #ececec;
}

#days_div {
    height: 145px;
}
.col-weather{
    opacity:0;
    -webkit-transition: all ease-in-out 1.4s;
    -moz-transition: all ease-in-out 1.4s;
    -ms-transition: all ease-in-out 1.4s;
    -o-transition: all ease-in-out 1.4s;
    transition: all ease-in-out 1.4s;
}
.col-weather.show{
    opacity:1;
}

@media (max-width: 575px) {
    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1rem;
    }

    .total-border h2 {
        font-size: 1.5rem;
    }

    .total-border h3 {
        font-size: 1.25rem;
        width: 105px;
        margin-right: auto;
        margin-left: auto;
    }

    .btn-red {
        font-size: 20px;
    }

    .w_title {
        margin: 20px 0px;
        font-size: 1.2em;
    }

    .title-weather-map {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .flights-section.bg-light-blue {
        width: auto;
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important;
        text-align: center;
    }

    .flights-section.bg-light-blue img {
        width: 50px !important;
    }
}</pre></body></html>