<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;
}

/* body {
    touch-action: none;
} */

/* Header */
#header-bg{
    background: rgb(0,125,147);
    background: -moz-linear-gradient(180deg, rgba(0,125,147,1) 0%, rgba(0,164,191,1) 37%, rgba(4,191,223,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,125,147,1) 0%, rgba(0,164,191,1) 37%, rgba(4,191,223,1) 100%);
    background: linear-gradient(180deg, rgba(0,125,147,1) 0%, rgba(0,164,191,1) 37%, rgba(4,191,223,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007d93",endColorstr="#04bfdf",GradientType=1);
}

.title-seo {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 0.5;
    margin-top: 15px;
 }

.arr-seo {
    font-weight: 900;
    color: #ffffff;
    margin-left: 30px;
    text-transform: uppercase;
    font-size: 1.2em;
}


/* Search */
.search-container {
    padding: 60px 15px;
    margin-top: 20px;
}

.form-control {
    border-radius: 0px;
    display: flex;
    cursor: pointer;
    width: 100% !important;
    height: auto !important;
    padding: 1rem;
    font-size: 1.0rem;
    background-color: #fff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .3s;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #cbcbcc;
    opacity: 1;
}

span.line {
    border-left: 10px solid #ffffff;
    padding-right: 5px;
    padding-top: -2px;
    padding-bottom: -2px;
    margin-right: 5px;
}

[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

.search-container [type=radio]:checked + label:before {
    border-color: #b92234;
}

.search-container [type=radio]:not(:checked) + label:before {
    border-color: #fff;
}

.search-container [type=radio] + label:after, .search-container [type=radio] + label:before {
    border-radius: 0;
}

[type=radio]:not(:checked) + label:before {
    border: 2px solid #a6a6a6;
}

.search-container [type=radio] + label:after, .search-container [type=radio] + label:before {
    border-radius: 0;
}

[type=radio]:not(:checked) + label:after {
    border: 2px solid #a6a6a6;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type=radio]:checked + label, [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-container [type=radio] + label:after, .search-container [type=radio] + label:before {
    border-radius: 0;
}

[type=radio]:checked + label:before {
    border: 2px solid #0a396d;
}

[type=radio] + label:after, [type=radio] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    z-index: 0;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.search-container [type=radio]:checked + label:after {
    border-color: #b92234;
    background-color: #b92234;
}

.search-container [type=radio] + label:after, .search-container [type=radio] + label:before {
    border-radius: 0;
}

/* [type=radio]:checked + label:after {
    border: 2px solid #0a396d;
    background-color: #0a396d;
    z-index: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
} */

.search-container form label[for] {
    color: #fff;
}

.btn-secondary {
    color: #fff;
    background: #b92234;
    border: 1px solid #b92234;
    border-radius: 0px;
}

.btn-secondary:hover {
    background-color: #fff;
    color: #b92234;
    border: 1px solid #b92234;
}

/* breadcrumbs */
.breadcrumb {
    background: none !important;
    padding: .75rem 0 !important;
    margin-bottom: 0;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

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

.breadcrumb-item + .breadcrumb-item::before {
    color: #FFF;
    content: "&gt;";
}
.breadcrumbs-subtitle{
    font-weight: 800;
    font-style: italic;
}

.breadcrumbs-subtitle small {
    font-size: 16px;
    font-weight: 800;
    vertical-align: super;
}

/* Flights */
.subtitle span {
    color: #00ABC8;
    text-transform: uppercase;
    font-weight: 900;
}

#flights a {
    color: #0a396d;
}

#flights i {
    color: #00ABC8;
}

.cel-place-1, .cel-place-2, a .cel-price {
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
}

a .cel-price {
    color: #00ABC8;
}

/* Carousel */
.carousel-indicators &gt; li {
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.container-relative {
    position: relative;
}

.text-absolute {
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 2;
    color: #ffffff;
}

/* 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: 999px){
    .arr-seo {
        margin-left: 0px;
    }

    .down-arrow {
        height: 35px;
    }

    .subtitle {
        font-size: 18px;
    }

    .row-rate {
        margin: 15px 0px;
        padding: 5px;
        background-color: #f7f7f7;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: none;
    }

    iframe {
        height: 300px;
    }
}

@media (max-width: 576px){

    .arr-seo {
        margin-left: 0px;
    }

    .breadcrumbs-subtitle {
        font-size: 20px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .breadcrumbs-subtitle small {
        font-size: 12px;
    }

    .down-arrow {
        height: 25px;
    }

    .subtitle {
        font-size: 16px;
    }

    .row-rate {
        margin: 15px 0px;
        background-color: #f7f7f7;
    }

    .cel-place-1, .cel-place-2, a .cel-price {
        font-size: 12px;
    }

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

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

}</pre></body></html>