<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Lato', sans-serif;
    background: #F2F2F2;
}

[data-icon]:before {
    font-family: "jetsmart-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "jetsmart-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.currency-right {
    font-size: 50%;
    vertical-align: middle;
    position: relative;
    top: -10px;
    margin-left: 0px;
    border-bottom: 2px solid #FFFFFF;
}

/*Colors*/

.bg-blue-js {
    background-color: #00396f;
}

.bg-red-js {
    background-color: #b72831;
}

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

.bg-grey-js {
    background-color: #f2f2f2;
}

.bg-yellow-js {
    background-color: #f5a41a;
}

.color-blue-js {
    color: #00396f;
}

.color-red-js {
    color: #b72831;
}

.color-light-blue-js {
    color: #00abc8;
}

.color-grey-js {
    color: #f2f2f2;
}

.color-yellow-js {
    color: #f5a41a;
}

.color-white-js {
    color: #FFFFFF;
}

span.currency-right.border-blue.border-blue {
    border-color: #1A365C;
}

.top-minus-5px {
    top: -5px !important;
}

.top-minus-4px {
    top: -4px !important;
}

.top-minus-2px {
    top: -2px !important;
}

.top-0 {
    top: 0 !important;
}

.icon-bag-2:before {
    content: "\61";
}

.icon-bag-big:before {
    content: "\62";
}

.icon-bag-1:before {
    content: "\63";
}

.icon-bag-3:before {
    content: "\64";
}

.icon-bag-4:before {
    content: "\65";
}

.icon-car:before {
    content: "\66";
}

.icon-card:before {
    content: "\67";
}

.icon-guard:before {
    content: "\68";
}

.icon-seat:before {
    content: "\69";
}

.icon-secure:before {
    content: "\6a";
}

.icon-user:before {
    content: "\6b";
}

.icon-user-bag:before {
    content: "\6c";
}

.icon-chevron-right:before {
    content: "\6e";
}

section.slider {
    padding-bottom: 5rem;
}

/* Content */
section.content {
    padding-bottom: 30px;
}

small.small-50 {
    font-size: 50%;
}

/* Tabs */
.nav-tabs {
    border: 0;
}

.nav-tabs li.nav-item:first-child .nav-link {
    border-right: 0px;
}

.nav-tabs li.nav-item:first-child .nav-link.active {
    border-right: 1px solid #00ACC8;
}

.nav-tabs li.nav-item:last-child .nav-link {
    border-left: 0;
}

.nav-tabs .nav-link {
    border-radius: 20px 20px 0 0;
    padding: 1rem 2rem .5rem 2rem;
    font-size: 28px;
    line-height: 1.2;
    background: #FFFFFF;
    color: #22496E;
    border-color: #C5C5C4;
    font-weight: bold;
    border-bottom: 0px;
}

.nav-tabs .nav-link:hover {
    border-color: #00ACC8 !important;
}

.nav-tabs .nav-link.active {
    background: #00ACC8;
    border-color: #00ACC8;
    padding: 1.2rem 5rem .7rem 5rem;
    color: white;
}

.tab-home {
    margin-top: 1px;
    padding: 40px 35px 0 35px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #C5C5C4;
}

.table-back-arrow, .table-next-arrow {
    position: absolute;
    top: 21px;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    background: rgba(178, 41, 46, 0.80);
    transition: color ease-in-out 200ms;
    cursor: pointer;
    z-index: 2;
}

.table-back-arrow:hover, .table-next-arrow:hover {
    color: #FFFFFF;
}

.table-next-arrow {
    right: 1px;
    padding-right: 3px;
    border-top-right-radius: 11px;
}

.table-back-arrow i, .table-next-arrow i {
    font-size: 35px;
    line-height: 0.7;
}

.table-back-arrow span, .table-next-arrow span {
    display: none;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
}


/*Farefinder Home*/

.center {
    text-align: center;
}

.m-center {
    margin: 0 auto;
}

h3.subtitle {
    font-size: 24px;
}

h1.title {
    font-weight: 900;
    font-size: 28px;
}

h4.subtitle {
    font-weight: 500;
    font-size: 20px;
}

#tab-table-flightContent .tab-pane {
    position: relative;
}

table.table-js-ff {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

table.table-js-ff thead {
    background-color: #b2292e;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.st-head-row.st-head-row-main, table.table-js-ff thead tr th {
    border: 0px;
}

table.table-js-ff thead tr th:first-child {
    border-top-left-radius: 20px;
}

table.table-js-ff thead tr th:last-child {
    border-top-right-radius: 20px;
}

table.table-js-ff td {
    border: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F2F2F2;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #cde5ec;
}

table.table-js-ff tbody td a, table.table-js-ff tbody td {
    font-weight: 700;
    color: #0a396d;
    font-size: 18px;
}

table.table-js-ff thead tr th:first-child, table.table-js-ff tbody tr td:first-child {
    text-align: left;
    padding-left: 20px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: none;
}

.stacktable.large-only {
    display: table !important;
}

.stacktable.small-only {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #0a396d;
}

@media (max-width: 769px) {
    .table-back-arrow, .table-next-arrow {
        display: none;
    }

    .table-striped tbody tr th {
        background-color: #cde5ec;
        border-top: 0px;
    }

    .table-striped tbody tr:nth-of-type(even) {
        background-color: #F2F2F2;
    }

    .stacktable.large-only {
        display: none !important;
    }

    .stacktable.small-only {
        display: table !important;
    }

    th.st-head-row::before {
        content: "\f068";
        position: absolute;
        right: 15px;
        margin-top: 0px;
        font-family: Font Awesome\ 5 Free;
    }

    th.st-head-row.closed::before {
        content: "\f067";
        position: absolute;
        right: 15px;
        margin-top: 0px;
        font-family: Font Awesome\ 5 Free;
    }

    th.st-head-row.st-head-row-main::before {
        content: " ";
    }

    th.st-head-row:hover {
        background-color: #F2F2F2;
        color: #0A396D;
        text-decoration: none;
    }

    .st-head-row.st-head-row-main {
        background-color: #b2292e;
        color: #ffffff;
        font-weight: 700;
        padding-top: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .wrapper-table {
        background-color: #FFffff;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border: 1px solid #ced4da;
        padding: 15px 20px;
    }

}

@media (min-width: 770px) and (max-width: 992px ) {
    .wrapper-table {
        background-color: #FFffff;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border: 1px solid #ced4da;
        padding: 15px 20px;
    }
}

@media (min-width: 770px) {
    .wrapper-table {
        position: relative;
        overflow: hidden;
        background-color: #FFffff;
        border-radius: 20px;
        border: 1px solid #ced4da;
        padding: 30px 40px;
    }


    /*table.table-js-ff thead tr th:first-child, table.table-js-ff tbody tr td:first-child {
        position: absolute;
        top: auto;
        margin-left: -45%;
        min-width: 45%;
        max-width: 50%;
    }*/

    .table-responsive {
        margin-left: 45%;
        width: 55%;
    }

    .table-back-arrow {
        left: 42%;
    }

    table.table-js-ff thead tr th {
        background-color: #b2292e;
        border: 0px;
    }

    .table-striped tbody tr:nth-of-type(odd) td {
        background-color: #F2F2F2;
    }

    .table-striped tbody tr:nth-of-type(even) td {
        background-color: #cde5ec;
    }

    .table-striped tbody tr td:first-child:hover {
        background-color: #0a396d;
        color: #FFffff;
        text-decoration: none;
    }

}

@media (min-width: 992px) {
    /*table.table-js-ff thead tr th:first-child, table.table-js-ff tbody tr td:first-child {
        margin-left: -32%;
        min-width: 32%;
        max-width: 38%;
    }*/

    .table-responsive {
        margin-left: 32%;
        width: 68%;
    }

    .table-back-arrow {
        left: 29%;
    }
}

@media (min-width: 1200px) {
    /*table.table-js-ff thead tr th:first-child, table.table-js-ff tbody tr td:first-child {
        margin-left: -28%;
        min-width: 28%;
        max-width: 32%;
    }*/

    .table-responsive {
        margin-left: 28%;
        width: 72%;
    }

    .table-back-arrow {
        left: 25%;
    }
}

table.table-js-ff thead tr th, table.table-js-ff tbody tr td {
    text-align: center;
}

table.table-js-ff tbody tr td:first-child {
    font-weight: 900;
}

table.table-js-ff tbody tr td:hover, table.table-js-ff tbody tr td:hover a {
    background-color: #0a396d;
    color: #FFffff;
    text-decoration: none;
}

table.table-js-ff tbody td a, table.table-js-ff tbody td {
    min-width: 180px;
}

table.table-js-ff tbody td a.price-table small {
    font-size: 50%;
    position: relative;
    top: -6px;
    font-weight: 900;
}

span.span-icon {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid #0a396d;
    color: #0a396d;
}

input.input-search {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border: 1px solid #0a396d;
}

input.input-search::placeholder {
    font-size: 18px;
    color: #9d9d9c;
    font-style: italic;
}

/* footer */
.blue {
    color: #0a396d
}

.bg-blue {
    background-color: #0a396d
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    .nav-tabs .nav-item {
        width: 50%;
    }

    .nav-tabs.tab-impar li.nav-item:last-of-type {
        width: 100%;
    }

    .nav-tabs .nav-link.active {
        padding: 1rem 2rem .5rem 2rem;
    }

    .nav-tabs .nav-link {
        border-radius: 0;
    }

    .nav-tabs .nav-item:nth-of-type(1) .nav-link, .nav-tabs .nav-item:nth-of-type(2) .nav-link {
        border-radius: 20px 20px 0 0;
    }

    .nav-tabs.tab-impar li.nav-item:last-of-type .nav-link {
        border-left: 1px solid;
    }

    .tab-content {
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 24px;
    }

    section.slider {
        padding-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .nav-tabs .nav-item {
        width: 100%;
    }

    .nav-tabs .nav-item:nth-of-type(2) .nav-link {
        border-radius: 0;
    }

    .nav-tabs li.nav-item:first-child .nav-link {
        border-right: 1px solid #C5C5C4;
    }

    .nav-tabs li.nav-item:last-child .nav-link {
        border-left: 1px solid #C5C5C4;
    }

    .nav-tabs .nav-link.active {
        padding: .7rem 1.2rem .4rem 1.2rem;
    }

    .nav-tabs .nav-link {
        font-size: 22px;
        padding: .7rem 1.2rem .4rem 1.2rem;
    }

    .tab-content {
        padding: 30px 15px 0 15px;
    }

    .table-striped tbody tr th {
        font-size: 14px;
    }

    table.table-js-ff tbody td a, table.table-js-ff tbody td {
        min-width: initial;
        font-size: 16px;
    }

    table.table-js-ff tbody td {
        padding: .75rem 0.45rem;
    }

    table.table-js-ff tbody tr td:first-child {
        padding-left: 12px;
        font-size: 15px;
    }
}

/* Questions */
@media (min-width: 480px) {
    #collapse-button-questions {
        display: none;
    }
}

#collapse-button-questions a {
    color: #fff;
    background-color: #0a396d;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
}

#collapse-button-questions a:hover {
    color: #fff;
    text-decoration: none;
}

#collapse-button-questions a.collapsed:after {
    content: 'Click aquí para abrir preguntas';
}

#collapse-button-questions a:not(.collapsed):after {
    content: 'Click aquí para cerrar preguntas';
}

#collapse-questions {
    overflow: hidden;
    min-height: 85px;
}

#collapse-questions.collapse {
    display: block;
    max-height: 85px;
}

#collapse-questions.collapse.show {
    height: auto;
    max-height: initial;
}

#collapse-questions.collapse:before {
    display: none;
}

#collapse-questions.collapse .fadeout, #collapse-questions.collapsing .fadeout {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 4em;
    background: -webkit-linear-gradient(
            rgba(0, 171, 200, 0) 0%,
            rgba(0, 171, 200, 1) 100%
    );
    background-image: -moz-linear-gradient(
            rgba(0, 171, 200, 0) 0%,
            rgba(0, 171, 200, 1) 100%
    );
    background-image: -o-linear-gradient(
            rgba(0, 171, 200, 0) 0%,
            rgba(0, 171, 200, 1) 100%
    );
    background-image: linear-gradient(
            rgba(0, 171, 200, 0) 0%,
            rgba(0, 171, 200, 1) 100%
    );
    background-image: -ms-linear-gradient(
            rgba(0, 171, 200, 0) 0%,
            rgba(0, 171, 200, 1) 100%
    );
    transition: all ease-in-out .01s;
}

#collapse-questions.collapse.show .fadeout {
    visibility: hidden;
    height: 0em;
    opacity: 0;
    z-index: 0;
}

#questions-steps .question-step-icon {
    width: 60px;
}

#questions-steps .question-step-title {
    color: #FFFFFF;
    font-weight: 700;
    display: block;
}

#questions-steps.nav-pills .nav-item {
    min-width: 25%;
    position: relative;
}

@media (max-width: 992px) and (min-width: 575px) {
    #questions-steps.nav-pills .nav-item {
        min-width: 25%;
    }
}

#questions-steps.nav-pills .nav-item hr {
    position: absolute;
    top: 20%;
    width: 50%;
    z-index: 1;
    right: 1px;
    border-top: 2px dotted #0a396d;
}

#questions-steps.nav-pills .nav-item:nth-of-type(2) hr, #questions-steps.nav-pills .nav-item:nth-of-type(3) hr {
    left: 1px;
    right: 1px;
    width: initial;
}

#questions-steps.nav-pills .nav-item:nth-of-type(4) hr {
    right: initial;
    left: 1px;
}

#questions-steps.nav-pills .nav-link {
    position: relative;
    z-index: 2;
}

#questions-steps.nav-pills .nav-link.active, #questions-steps.nav-pills .show &gt; .nav-link {
    color: #fff;
    background-color: transparent;
}

#questions-steps.nav-pills .nav-link .question-step-icon {
    display: inline-block;
}

#questions-steps.nav-pills .nav-link .question-step-icon.hovered {
    display: none;
}

#questions-steps.nav-pills .nav-link.active .question-step-icon, #questions-steps.nav-pills .nav-link.complete .question-step-icon {
    display: none;
}

#questions-steps.nav-pills .nav-link.active .question-step-icon.hovered, #questions-steps.nav-pills .nav-link.complete .question-step-icon.hovered {
    display: inline-block;
}

@media (max-width: 479px) {
    #questions-steps.nav-pills .nav-item hr {
        display: none;
    }

    #questions-steps.nav-pills .nav-item {
        width: 100%;
    }

    #questions-steps.nav-pills .nav-link {
        display: none;
    }

    #questions-steps.nav-pills .nav-link.active {
        display: block;
    }
}

#questions-stepsContent.tab-content {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 20px 0 0 0;
}

@media (max-width: 575px) {
    #questions-stepsConten.tab-content {
        padding: 0px;
    }
}

#questions-stepsContent .tab-pane.fade {
    transition: opacity .6s linear;
}

#questions-stepsContent .select2 {
    width: 100% !important;
}

#questions-stepsContent .select2-container .select2-selection--single {
    border: 1px solid #0a396d;
    font-size: 20px;
    height: 36px;
    border-radius: .5rem;
    color: #0a396d;
}

#questions-stepsContent .select2-container .select2-selection--single:focus {
    outline: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#questions-stepsContent .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    color: #0a396d;
    padding-left: 15px;
}

#questions-stepsContent .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 24px;
}

#questions-stepsContent .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #dedede;
    cursor: no-drop;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #B6282D;
    color: white;
}

.select2-container--open .select2-dropdown {
    left: 0;
    margin-top: 8px;
    border-radius: 10px;
    border: solid 1px #1A355E;
    overflow: hidden;
}

.select2-container--default .select2-results__group {
    padding: 0 6px 0 .8em;
}

.select2-container--default strong.select2-results__group {
    background: #204071;
    color: #fff;
    padding: 3px 6px 4px 8px;
}

#select-to .select2-container--default strong.select2-results__group {
    margin-top: -7px;
}

.select2-results__options::-webkit-scrollbar {
    width: 10px;
    background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    height: 8px;
    background-clip: padding-box;
    border-right: 1px solid rgba(0, 0, 0, 0);
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #cccbcb;
    border-right: 1px solid rgba(0, 0, 0, 0);
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
    display: none;
}

.select2-results__option, .select2-container--default .select2-results__option .select2-results__option {
    padding: 3px 6px 3px 1em;
    font-size: 15px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #FFF;
    color: #204071;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    background-color: #B6282D;
    color: white;
}

#questions-stepsContent .form-control:disabled, #questions-stepsContent .form-control[readonly] {
    background-color: #dedede;
    cursor: no-drop;
}

#questions-stepsContent select, #questions-stepsContent input {
    border: 1px solid #0a396d;
    font-size: 20px;
    padding-top: .3rem;
    padding-bottom: .3rem;
    padding-left: 1rem;
    color: #0a396d;
    font-weight: 600;
    border-radius: .5rem;
}

#questions-stepsContent select:focus, #questions-stepsContent input:focus {
    outline: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#questions-stepsContent select option {
    color: #0a396d;
}

#questions-stepsContent select::-moz-placeholder, #questions-stepsContent input::-moz-placeholder {
    color: #0a396d;
}

#questions-stepsContent select::placeholder, #questions-stepsContent input::placeholder {
    color: #0a396d;
}

#questions-stepsContent select::-webkit-input-placeholder, #questions-stepsContent input::-webkit-input-placeholder {
    color: #0a396d;
}

#questions-stepsContent select::-ms-input-placeholder, #questions-stepsContent input::-ms-input-placeholder {
    color: #0a396d;
}

#questions-stepsContent .custom-control {
    padding-left: 1.2rem;
}

#questions-stepsContent .custom-control-label {
    padding-left: 5px;
}

#questions-stepsContent .custom-control, #questions-stepsContent .custom-control-label {
    cursor: pointer;
}

#questions-stepsContent .custom-control-label::after, #questions-stepsContent .custom-control-label::before {
    top: 0.4rem;
    width: 1.2rem;
    height: 1.2rem;
    background-size: 60% 60%;
}

#questions-stepsContent .custom-radio .custom-control-input:focus ~ .custom-control-label::after, #questions-stepsContent .custom-radio .custom-control-input:focus ~ .custom-control-label::before {
    outline: 0px;
    box-shadow: none !important;
}

#questions-stepsContent .custom-control-input:disabled, #questions-stepsContent .custom-control-input:disabled ~ .custom-control-label {
    color: #dedede;
    cursor: no-drop;
}

#questions-stepsContent .custom-control-label::before {
    background-color: #FFFFFF;
}

#questions-stepsContent .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FFFFFF;
}

#questions-stepsContent .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '-4 -4 8 8' %3E%3Ccircle r= '4' fill= '%23B1262B' /%3E%3C/svg%3E");
    background-size: 60% 60%;
}

.questions-step-back {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
}

.questions-step-back .back-arrow {
    height: 21px;
}

.questions-step-back .back-arrow-hover {
    height: 21px;
    display: none;
}

.questions-step-back:hover .back-arrow {
    display: none;
}

.questions-step-back:hover .back-arrow-hover {
    display: inline-block;
}

/* DateRangerPicker */
.daterangepicker {
    margin-top: 12px;
    border-radius: 10px;
    border: 0px;
    -webkit-box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.4);
    font-family: 'Lato', sans-serif;
}

.daterangepicker .drp-calendar.right {
    display: none !important;
}

.daterangepicker.show-calendar .ranges {
    margin-top: 0px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.daterangepicker .ranges li {
    padding: 13.9px 10px;
}

.daterangepicker .ranges li.active {
    background-color: initial;
    color: #204071;
}

.daterangepicker .ranges li.active:hover {
    background-color: #eee;
}

.daterangepicker .ranges li.custom-active, .daterangepicker .ranges li.active.custom-active:hover {
    background-color: #204071;
    color: #FFFFFF;
}

.daterangepicker th.month {
    width: auto;
    color: #B6282D;
    font-size: 16px;
}

.daterangepicker .calendar-table {
    font-family: 'Lato', sans-serif;
}

.daterangepicker .calendar-table th.prev {
    border-radius: 20px;
    border: 0;
    background-color: #eee;
}

.daterangepicker .calendar-table th.prev span {
    padding: 0;
    width: 12px;
    height: 12px;
    margin-right: -5px;
    border-color: #204071;
}

.daterangepicker .calendar-table th.prev:hover {
    background-color: #204071;
}

.daterangepicker .calendar-table th.prev:hover span {
    border-color: #FFFFFF;
}

.daterangepicker .calendar-table th.next {
    border-radius: 20px;
    border: 0;
    background-color: #eee;
}

.daterangepicker .calendar-table th.next span {
    padding: 0;
    width: 12px;
    height: 12px;
    margin-left: -5px;
    border-color: #204071;
}

.daterangepicker .calendar-table th.next:hover {
    background-color: #204071;
}

.daterangepicker .calendar-table th.next:hover span {
    border-color: #FFFFFF;
}

.daterangepicker td.available:hover {
    background-color: #FFFFFF;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.available:hover &gt; span {
    background-color: #eee;
}

.daterangepicker .calendar-table td.in-range {
    background-color: #1A355E !important;
    color: #FFFFFF !important;
    border-radius: 0;
}

.daterangepicker .calendar-table td.in-range.last-in-range {
    border-radius: 0 50% 50% 0;
    border-left: 0;
}

.daterangepicker .calendar-table td.in-range &gt; span {
    background-color: #1A355E !important;
    color: #FFFFFF !important;
}

.daterangepicker .calendar-table td.active {
    background-color: #FFFFFF !important;
    color: #1A355E !important;
}

.daterangepicker .calendar-table td.active.in-range, .daterangepicker .calendar-table td.active.in-range &gt; span {
    background-color: #1A355E !important;
    color: #FFFFFF !important;
}

.daterangepicker .calendar-table td.active.selected-custom, .daterangepicker .calendar-table td.active.selected-custom &gt; span {
    background-color: #1A355E !important;
    color: #FFFFFF !important;
}

.daterangepicker .calendar-table td.active.selected-custom:hover {
    background-color: #1A355E !important;
    color: #FFFFFF !important;
}

.daterangepicker .calendar-table td.active.start-date {
    background-color: #1A355E !important;
    color: #FFFFFF !important;
}

.daterangepicker .calendar-table td.start-date {
    border-radius: 50% 0 0 50%;
    border-right: 0;
}

.daterangepicker .calendar-table td.end-date {
    border-radius: 0 50% 50% 0;
    border-left: 0;
}

.daterangepicker .calendar-table td.start-date.end-date {
    border-radius: 50%;
}

.daterangepicker .calendar-table tbody td &gt; span {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 50%;
    padding-top: 3px;
}

.daterangepicker .calendar-table tbody td.active.start-date.active.end-date.available {
    background-color: #FFFFFF !important;
    color: #1A355E !important;
}

.daterangepicker .calendar-table tbody td.active.start-date.active.end-date.available &gt; span {
    border: 1px solid #1A355E;
    background-color: #FFFFFF !important;
    color: #1A355E !important;
    padding-top: 2px;
}

.daterangepicker .calendar-table tbody td.active.start-date.active.end-date.available.selected-custom {
    background-color: #1A355E !important;
    color: #FFFFFF !important;
}

.daterangepicker .calendar-table tbody td.active.start-date.active.end-date.available.selected-custom &gt; span, .daterangepicker .calendar-table tbody td.active.start-date.active.end-date.available:hover &gt; span {
    background-color: #1A355E !important;
    color: #FFFFFF !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border: 0px;
}

.daterangepicker .drp-buttons .btn {
    border-radius: 15px;
}

.daterangepicker .cancelBtn {
    color: #00396f;
    background-color: #ffffff;
    border-color: #00396f;
}

.daterangepicker .applyBtn {
    color: #ffffff;
    background-color: #00396f;
    border-color: #00396f;
}

@media (min-width: 940px) {
    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }

    .daterangepicker .drp-calendar {
        max-width: initial;
    }

    .daterangepicker.ltr .drp-calendar.left {
        padding: 0px;
        border-radius: 0 10px 10px 0;
        overflow: hidden;
    }

    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
        border: 0px;
    }

    .daterangepicker .calendar-table th.prev {
        position: absolute;
        display: inline-block;
        top: 43%;
        left: 4px;
        padding-top: 9px;
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        border-radius: 15px;
        border: 0;
        background-color: #eee;
    }

    .daterangepicker .calendar-table th.prev span {
        padding: 0;
        width: 12px;
        height: 12px;
        margin-right: -6px;
        border-color: #204071;
    }

    .daterangepicker .calendar-table th.prev:hover {
        background-color: #204071;
    }

    .daterangepicker .calendar-table th.prev:hover span {
        border-color: #FFFFFF;
    }

    .daterangepicker .calendar-table th.next {
        position: absolute;
        display: inline-block;
        top: 43%;
        right: 4px;
        padding-top: 9px;
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        border-radius: 15px;
        border: 0;
        background-color: #eee;
    }

    .daterangepicker .calendar-table th.next span {
        padding: 0;
        width: 12px;
        height: 12px;
        margin-left: -6px;
        border-color: #204071;
    }

    .daterangepicker .calendar-table th.next:hover {
        background-color: #204071;
    }

    .daterangepicker .calendar-table th.next:hover span {
        border-color: #FFFFFF;
    }
}

@media (max-width: 940px) {
    .daterangepicker {
        margin-top: 10px;
        width: 278px;
    }

    .daterangepicker.show-calendar .ranges {
        border-radius: 10px 10px 0 0;
    }

    .daterangepicker .ranges ul {
        width: 100%;
    }

    .daterangepicker .ranges li {
        padding: 8px 10px;
        width: 50%;
        display: inline-block;
    }

    .daterangepicker.show-ranges .drp-calendar.left {
        border-left: 0px;
        border-top: 1px solid #ddd;
        padding: 8px 8px 8px 8px;
        max-width: initial;
        margin: 0 auto;
        width: 100%;
    }

    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 0px;
        max-width: 225px;
        margin: 0 auto;
    }
}

@media (min-width: 480px) {
    #collapse-button-questions {
        display: none;
    }
}

#collapse-button-questions a {
    color: #fff;
    background-color: #0a396d;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
}

#collapse-button-questions a:hover {
    color: #fff;
    text-decoration: none;
}

#collapse-button-questions a.collapsed:after {
    content: 'Click aquí para abrir preguntas';
}

#collapse-button-questions a:not(.collapsed):after {
    content: 'Click aquí para cerrar preguntas';
}

#collapse-questions {
    overflow: hidden;
    min-height: 85px;
}

#collapse-questions.collapse {
    display: block;
    max-height: 85px;
}

#collapse-questions.collapse.show {
    height: auto;
    max-height: initial;
}

#collapse-questions.collapse:before {
    display: none;
}

#collapse-questions.collapse .fadeout, #collapse-questions.collapsing .fadeout {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 4em;
    background: -webkit-linear-gradient(
            rgba(0, 171, 200, 0) 0%,
            rgba(0, 171, 200, 1) 100%
    );
    background-image: -moz-linear-gradient(
            rgba(0, 171, 200, 0) 0%,
            rgba(0, 171, 200, 1) 100%
    );
    background-image: -o-linear-gradient(
            rgba(0, 171, 200, 0) 0%,
            rgba(0, 171, 200, 1) 100%
    );
    background-image: linear-gradient(
            rgba(0, 171, 200, 0) 0%,
            rgba(0, 171, 200, 1) 100%
    );
    background-image: -ms-linear-gradient(
            rgba(0, 171, 200, 0) 0%,
            rgba(0, 171, 200, 1) 100%
    );
    transition: all ease-in-out .01s;
}

#collapse-questions.collapse.show .fadeout {
    visibility: hidden;
    height: 0em;
    opacity: 0;
    z-index: 0;
}
</pre></body></html>