@charset "UTF-8";

/*http://students.washington.edu/svenhans/css-redundancy/index.html
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

*,
*::after,
*::before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

body.no-overflow-y {
    overflow-y: hidden;
}

html.hidden,
html.hidden body {
    overflow: hidden;
    height: 100%;
}

.fa {
    display: none;
}

body.fontawesome-loaded .fa {
    display: initial;
    /* may not work in IE, use inline-block / block instead */
}

.alignfull,
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.alignfull .container,
.full-width .container {
    max-width: none;
    padding: 0;
}

.container,
.container-inner {
    max-width: 132rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
}

.screen-reader-shortcut,
.screen-reader-text {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-shortcut:focus,
.screen-reader-text:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.row {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.row>li {
    margin-bottom: 3rem;
}

a:hover {
    text-decoration: none;
}

.site-content {
    padding-bottom: 4rem;
}

.no-results {
    padding-top: 2rem;
}

.no-results .search-form {
    padding-top: 2rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.title-section {
    color: #235784;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .title-section {
        font-size: 2.8rem;
    }
}

.subtitle {
    text-transform: uppercase;
    color: #f7aa00;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .subtitle {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
}

.morepage {
    color: #235784;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .morepage {
        font-size: 1.5rem;
    }
}

.morepage img {
    margin-left: 0.5rem;
    max-width: 28px;
    height: 28px;
    margin-left: 7px;
}

.content-text {
    color: #235784;
    font-size: 1.6rem;
}


/* TYPOGRAPHY */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: "Oxygen", sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: #235784;
}

h1,
h2 {
    font-weight: 700;
}

h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
}

h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.6rem;
}

.content-404 p {
    padding: 2rem 0 4rem;
}

.content-404 input {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    color: #235784;
    border: 1px solid #235784;
}

.content-404 input:focus {
    border: 1px solid #f7aa00;
    out-line: none;
    box-shadow: none;
}

.content-404 input.search-submit {
    background-color: #235784;
    border: 1px solid transparent;
    color: #fff;
}

.content-404 input.search-submit:hover {
    background-color: #f7aa00;
}

.content-404 h2 {
    margin-bottom: 2rem;
}

.content-search .post-image {
    display: none;
}

.content-search h2 a {
    color: #235784;
    font-size: 2.4rem;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
    display: none;
}

.serp h1 {
    font-size: 3.5rem;
    color: #f7aa00;
}

.serp article {
    padding-bottom: 3rem;
    margin-bottom: 3.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.serp input {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    color: #235784;
    border: 1px solid #235784;
}

.serp input:focus {
    border: 1px solid #f7aa00;
    out-line: none;
    box-shadow: none;
}

.serp input.search-submit {
    background-color: #235784;
    border: 1px solid transparent;
    color: #fff;
}

.serp input.search-submit:hover {
    background-color: #f7aa00;
}

.nav-links {
    margin-top: 5.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-links a,
.nav-links span {
    display: inline-block;
    margin-right: 1.5rem;
    padding: 1rem 2rem;
    background: #1a4264;
    color: #fff;
    font-weight: 500;
    font-weight: 1.8rem;
    margin-bottom: 2rem;
}

.nav-links a:last-child,
.nav-links span:last-child {
    margin-right: 0;
}

.nav-links a {
    transition: transform 0.2s;
}

.nav-links a:focus,
.nav-links a:hover {
    background: #f7aa00;
    color: #fff;
    text-decoration: none;
}

.nav-links .current {
    font-weight: bold;
    background: #f7aa00;
    color: #fff;
}

.button,
.wp-block-button__link {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1.1rem 2rem;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    border: 0;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent;
}

@media (min-width: 1200px) {
    .button,
    .wp-block-button__link {
        padding: 1rem 2rem;
    }
}

.button:focus,
.wp-block-button__link:focus {
    outline: none;
    box-shadow: none;
}

.button.blue,
.wp-block-button__link.blue {
    background: #235784;
}

.button.blue:hover,
.wp-block-button__link.blue:hover {
    background: #f7aa00;
    color: #fff;
}

.button.orange,
.wp-block-button__link.orange {
    background: #f7aa00;
}

.button.orange:hover,
.wp-block-button__link.orange:hover {
    background: #235784;
    color: #fff;
}

.button.button-width,
.wp-block-button__link.button-width {
    max-width: 36rem;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.button.orange-white,
.wp-block-button__link.orange-white {
    background: #fff;
    border: 1px solid #f7aa00;
    color: #f7aa00;
}

.button.orange-white:hover,
.wp-block-button__link.orange-white:hover {
    background: #f7aa00;
    color: #fff;
}

.vv-pagination {
    text-align: center;
    margin: 4rem 0;
}

.vv-pagination a {
    margin: 0 2rem;
    color: #235784;
    font-size: 1.4rem;
    font-weight: 700;
}

.vv-pagination a:hover {
    color: #f7aa00;
}

.rating-star .rating-symbol .fa {
    font-size: 15px;
    padding-left: 2px;
    color: #ffcc2f;
}

.rating-star .rating-symbol .fa.fa-gray {
    color: #e1e1e1;
}

.rating-star span {
    font-size: 18px;
    color: #e1e1e1;
}

.nf-form-cont {
    max-width: 70rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.nf-form-cont h2,
.nf-form-cont h3 {
    font-weight: 700;
    padding-top: 1rem;
}

.nf-form-cont h2,
.nf-form-cont h3,
.nf-form-cont h4,
.nf-form-cont h5,
.nf-form-cont p {
    color: #235784;
}

.nf-form-cont h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 3rem;
    font-weight: 700;
}

.nf-form-cont h3 {
    font-size: 2rem;
    text-transform: uppercase;
}

.nf-form-cont h4 {
    font-size: 1.8rem;
}

.nf-form-cont .nf-form-content input[type=text],
.nf-form-cont .nf-form-content input[type=email],
.nf-form-cont .nf-form-content input[type=tel] {
    display: block;
    background: #FFF;
    padding: 10px 15px;
    width: 100%;
    color: #235784 !important;
    border: 1px solid #235784;
    height: 44px;
}

.nf-form-cont .nf-form-content input[type=text]:focus,
.nf-form-cont .nf-form-content input[type=email]:focus,
.nf-form-cont .nf-form-content input[type=tel]:focus {
    border: 1px solid #f7aa00;
    outline: none;
}

.nf-form-cont .nf-form-content input[type=button] {
    background: #f7aa00;
    background: #f7aa00;
    color: #fff;
    width: 140px;
    font-weight: 700;
}

.nf-form-cont .nf-form-content input[type=button]:hover {
    background: #235784;
    color: #fff;
}

.nf-form-cont .nf-form-content label {
    font-size: 1.6rem;
}

.nf-form-cont .nf-form-content select {
    height: 44px !important;
}

.nf-form-cont .nf-form-content select.ninja-forms-field {
    color: #235784;
    border: 1px solid #235784;
    line-height: 100%;
}

.nf-form-cont .nf-form-content select:focus {
    border: 1px solid #f7aa00;
}

.nf-form-cont .nf-form-content .ninja-forms-field:focus {
    border: 1px solid #f7aa00;
}

.nf-form-cont .listradio-wrap .nf-field-element label.nf-checked-label:before {
    background: #f7aa00;
}

.nf-form-cont .listradio-wrap .nf-field-element label.nf-checked-label:after {
    border-color: #f7aa00;
}

.nf-form-cont .submit-wrap {
    text-align: center;
}

.wpcr3_respond_1 {
    max-width: 70rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 60rem;
    padding-bottom: 4rem !important;
    margin: 0 auto !important;
}

.wpcr3_respond_1 .wpcr3_respond_3 {
    display: none !important;
}

.wpcr3_respond_1 .wpcr3_respond_2 {
    display: none !important;
}

.wpcr3_respond_1 .wpcr3_respond_2.active {
    display: block !important;
}

.wpcr3_respond_1 .preloader {
    text-align: center;
    padding: 3rem 0;
}

.wpcr3_respond_1 .wpcr3_respond_2 input[type="text"] {
    min-width: auto;
    display: block;
    background: #FFF;
    padding: 10px 15px;
    width: 100%;
    color: #235784 !important;
    border: 1px solid #235784;
    height: 44px;
    margin-bottom: 15px;
    height: 44px;
    padding: 7px 20px;
}

.wpcr3_respond_1 .wpcr3_respond_2 input[type="text"]:focus {
    border: 1px solid #f7aa00;
    outline: none;
}

.wpcr3_respond_1 .wpcr3_div_2 {
    width: 100%;
}

.wpcr3_respond_1 .wpcr3_respond_2 textarea {
    display: block;
    background: #FFF;
    padding: 10px 15px;
    width: 100%;
    color: #235784 !important;
    border: 1px solid #235784;
    height: 44px;
    min-width: auto;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.wpcr3_respond_1 .wpcr3_respond_2 textarea:focus {
    border: 1px solid #f7aa00;
    outline: none;
}

.wpcr3_respond_1 .wpcr3_leave_text {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 3rem;
    font-weight: 700;
}

.wpcr3_respond_1 .wpcr3_button_1 {
    background: #f7aa00;
    color: #fff;
    width: 140px;
    font-weight: 700;
    border: none;
    color: #fff;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 0;
    font-weight: 700;
    margin-top: 2rem;
    width: 100%;
}

.wpcr3_respond_1 .wpcr3_button_1:hover {
    background: #235784;
    color: #fff;
}

.wpcr3_respond_1 .coming-back select {
    width: 100%;
    height: 44px;
    background: #fff;
    color: #235784;
    padding: 10px 20px;
    border: 1px solid #235784;
    margin-bottom: 2rem;
}

.wpcr3_respond_1 .coming-back select:focus {
    border: 1px solid #f7aa00;
}

.wpcr3_respond_1 .wpcr3_fconfirm2 {
    margin-right: 5px;
}

.wpcr3_respond_1 .wpcr3_table_2 tr:first-child,
.wpcr3_respond_1 .wpcr3_table_2 tr:nth-child(5),
.wpcr3_respond_1 .wpcr3_table_2 tr:nth-child(6),
.wpcr3_respond_1 .wpcr3_table_2 tr:nth-child(7) {
    display: none;
}

.wpcr3_respond_1 .wpcr3_table_2 label.comment-field {
    display: none;
}

.wpcr3_respond_1 .wpcr3_table_2 input[type="checkbox"] {
    vertical-align: -1px;
}

.wpcr3_respond_1 .wpcr3_dotline {
    display: none !important;
}

.wpcr3_respond_1 .wpcr3_rating_stars {
    display: inline-block;
    vertical-align: -2px;
    margin-left: 1rem;
}

.wpcr3_respond_2 .wpcr3_check_confirm label {
    font-size: 1.4rem;
}

.modal-box.modal-bg {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-box .modal-content {
    padding: 4rem 1rem 3rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}

@media (min-width: 768px) {
    .modal-box .modal-content {
        padding: 5rem 3rem 3rem;
    }
}

.modal-box .modal-head {
    color: #235784;
}

.modal-box .modal-head h2 {
    font-size: 2.8rem;
    color: #235784;
    font-weight: bold;
}

.modal-box .modal-head p {
    font-size: 1.6rem;
}

.modal-box .modal-head .close-modal {
    background: none;
    border: none;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 2rem;
    top: 2rem;
    color: #235784;
}

.modal-box .modal-head .close-modal:focus {
    outline: none;
}

.form-control::-webkit-input-placeholder,
.wpcr3_respond_1 .wpcr3_respond_2 input[type="text"]::-webkit-input-placeholder,
.wpcr3_respond_1 .wpcr3_respond_2 textarea::-webkit-input-placeholder,
.nf-form-cont .nf-form-content .ninja-forms-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #235784;
    opacity: 0.7;
}

.form-control:-moz-placeholder,
.wpcr3_respond_1 .wpcr3_respond_2 input[type="text"]:-moz-placeholder,
.wpcr3_respond_1 .wpcr3_respond_2 textarea:-moz-placeholder,
.nf-form-cont .nf-form-content .ninja-forms-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #235784;
    opacity: 0.7;
}

.form-control::-moz-placeholder,
.wpcr3_respond_1 .wpcr3_respond_2 input[type="text"]::-moz-placeholder,
.wpcr3_respond_1 .wpcr3_respond_2 textarea::-moz-placeholder,
.nf-form-cont .nf-form-content .ninja-forms-field:-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #235784;
    opacity: 0.7;
}

.form-control:-ms-input-placeholder,
.wpcr3_respond_1 .wpcr3_respond_2 input[type="text"]:-ms-input-placeholder,
.wpcr3_respond_1 .wpcr3_respond_2 textarea:-ms-input-placeholder,
.nf-form-cont .nf-form-content .ninja-forms-field:-moz-placeholder {
    /* Internet Explorer 10+ */
    color: #235784;
    opacity: 0.7;
}

.form-general {
    color: #235784;
}

.form-general .form-group {
    margin-bottom: 2rem;
}

.form-general label {
    font-size: 1.4rem;
    font-weight: 700;
}

.form-general select {
    height: 4.4rem;
    font-size: 1.6rem;
    color: #235784;
}

.form-general h2 {
    font-size: 2.8rem;
    color: #235784;
    font-weight: bold;
}

.form-general p {
    font-size: 1.6rem;
}

.form-general .nf-field-container {
    margin-bottom: 20px;
}

.form-general .nf-field-container.listselect-container {
    margin-bottom: 30px;
}

.form-general .nf-field-container.label-above {
    margin-bottom: 15px;
}

body .nf-form-content .list-select-wrap .nf-field-element>div {
    height: 44px;
}

body .nf-form-content .list-select-wrap>div div:after {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    font-weight: 400;
    color: #235784;
}

.form-sumbit button {
    width: 100%;
    justify-content: center;
}

.form-field {
    display: flex;
    display: -webkit-flex;
}

.form-field .form-field-left {
    flex-basis: 30%;
    max-width: 30%;
}

.form-field .form-field-right {
    flex-basis: 70%;
    max-width: 70%;
    margin-left: 2rem;
}

.label-form {
    margin-bottom: -2rem;
}

.nf-form-fields-required {
    display: none;
}

.modal-dialog-custom {
    max-width: 60rem;
}

.modal-dialog-custom img {
    max-width: 30rem;
}

.modal-dialog-custom h2 {
    font-size: 2rem;
    color: #f7aa00;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.modal-dialog-custom p {
    font-size: 1.4rem;
    color: #235784;
    margin-bottom: 1rem;
}

.hidden-field {
    display: none;
}

.nf-page-title {
    color: #f7aa00;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 24px;
}

body .listcheckbox-wrap .nf-field-element label.nf-checked-label:before {
    color: #f7aa00;
}

body #ez-toc-container {
    display: block;
    border-radius: 0;
    padding: 2rem;
    border: 1px solid #235784;
}

body #ez-toc-container .ez-toc-title-container {
    display: block;
    margin-bottom: 1.5rem;
}

body #ez-toc-container p.ez-toc-title {
    font-weight: 700;
    color: #f7aa00;
}

body #ez-toc-container .ez-toc-link {
    color: #235784;
    font-size: 1.6rem;
}

body #ez-toc-container .ez-toc-heading-level-2>.ez-toc-link {
    font-weight: 700;
}

.site-header {
    top: 0;
    width: 100%;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #fff;
}

@media (min-width: 992px) {
    .site-header {
        padding: 0 1.5rem;
    }
}

.site-header h2 {
    padding-bottom: 0;
    position: static;
}

.site-header h2::after {
    content: none;
}

.site-header .insideHeader {
    position: relative;
    height: 100%;
    background: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 0;
}

@media (min-width: 768px) {
    .site-header .insideHeader {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .site-header .insideHeader {
        display: block;
        padding: 0 1.5rem;
    }
}

.site-header .site-logo {
    display: block;
    margin: 0 auto;
    padding: 1rem 0;
    position: relative;
}

@media (min-width: 992px) {
    .site-header .site-logo {
        display: flex;
        align-items: center;
        position: absolute;
        z-index: 10;
        width: 25rem;
        justify-content: flex-start;
        margin-top: -2.8rem;
        padding: 0;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .site-header .site-logo {
        width: 31rem;
    }
}

.site-header .site-logo img {
    margin: 0 auto;
    max-width: 90px;
}

@media (min-width: 768px) {
    .site-header .site-logo img {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .site-header .site-logo img {
        width: 100%;
        margin: 0;
        max-width: none;
    }
}

.site-header .site-logo a,
.site-header .site-logo h1 {
    padding: 0;
    margin: 0;
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
}

.site-header .header-top {
    padding: 1rem 1.2rem 1rem;
    min-height: 40px;
    font-size: 16px;
    line-height: 200%;
    background: #235784;
    text-align: center;
}

.site-header .header-top .promo-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0;
    color: white;
}

.site-header .header-top .promo-title span {
    font-size: 1.3rem;
    color: #40a8c4;
    margin: 0 0 0 6px;
    text-decoration: underline;
}

.site-header .header-action {
    background: #235784;
}

@media (min-width: 992px) {
    .site-header .header-action {
        background: transparent;
    }
}

.site-header .header-action ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

.site-header .header-action ul li {
    padding: 11px 0;
    margin-right: 0;
    text-align: center;
    flex-basis: 33.33%;
    max-width: 33.33%;
}

.site-header .header-action ul li:nth-child(2),
.site-header .header-action ul li:last-child {
    flex-basis: 30%;
    max-width: 30%;
}

@media (min-width: 992px) {
    .site-header .header-action ul li:nth-child(2),
    .site-header .header-action ul li:last-child {
        flex-basis: auto;
        max-width: none;
    }
}

.site-header .header-action ul li:nth-child(3) {
    flex-basis: 40%;
    max-width: 40%;
}

@media (min-width: 992px) {
    .site-header .header-action ul li:nth-child(3) {
        flex-basis: auto;
        max-width: none;
    }
}

.site-header .header-action ul li .d-block-email {
    margin-right: 0.5rem;
}

@media (min-width: 361px) {
    .site-header .header-action ul li .d-block-email {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .site-header .header-action ul li {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
}

@media (min-width: 992px) {
    .site-header .header-action ul li {
        text-align: left;
        flex-basis: auto;
        max-width: none;
        margin-right: 18px;
    }
}

.site-header .header-action ul li:last-child {
    margin-right: 0;
}

.site-header .header-action ul li img {
    max-width: 15px;
    margin-right: 6px;
    vertical-align: middle;
}

.site-header .header-action ul li a {
    color: white;
    font-size: 0.8rem;
}

.site-header .header-action ul li a:hover {
    color: #f7aa00;
}

@media (min-width: 361px) {
    .site-header .header-action ul li a {
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) {
    .site-header .header-action ul li a {
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .site-header .header-action ul li a {
        color: #235784;
    }
}

.site-header .header-action ul li a i {
    margin-right: 0.5rem;
}

.site-header .header-action ul .need-help-box {
    background: #f7aa00;
    padding: 0;
}

@media (min-width: 992px) {
    .site-header .header-action ul .need-help-box {
        background: transparent;
    }
}

.site-header .header-action ul .need-help-box .need-help {
    color: white;
    background: #f7aa00;
    display: block;
    text-align: center;
    color: white;
    padding: 1.5rem 1rem 0.9rem;
    width: 100%;
    font-size: 1rem;
}

@media (min-width: 361px) {
    .site-header .header-action ul .need-help-box .need-help {
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) {
    .site-header .header-action ul .need-help-box .need-help {
        font-size: 1.4rem;
        padding: 1.2rem 1rem;
    }
}

.site-header .header-action ul .need-help-box .need-help:hover {
    background: #235784;
}

@media (min-width: 992px) {
    .site-header .header-action ul .need-help-box .need-help {
        background: #235784;
        padding: 1.2rem 2rem;
        border-radius: 0px 0px 15px 15px;
    }
    .site-header .header-action ul .need-help-box .need-help:hover {
        background: #f7aa00;
    }
}

.site-header .search-form {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
}

.site-header .search-form label {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media (min-width: 576px) {
    .site-header .search-form label {
        flex: 1;
    }
}

.site-header .search-form [type="search"] {
    height: 100%;
    border: 2px solid transparent;
    padding: 1rem 2rem;
    width: 100%;
}

.header-search button {
    border: none;
    background: none;
}

.header-search button i {
    font-size: 3rem;
}

@media (min-width: 768px) {
    .header-search button i {
        font-size: 2.8rem;
    }
}

.header-search button:focus {
    outline: none;
}

.search-from-container button {
    border: none;
    background: none;
}

.search-from-container button.search-submit {
    background: none;
    color: #fff;
    font-size: 2.8rem;
}

.search-from-container form {
    display: flex;
    justify-content: center;
}

.search-from-container label {
    flex: 1;
}

#search-form {
    background: rgba(239, 69, 164, 0.9);
}

#search-form .modal-header,
#search-form .modal-content,
#search-form .modal-body {
    background: none;
    border: 0;
    padding: 0;
}

.modal-backdrop {
    display: none;
}

.title-result {
    margin-top: 3rem;
    font-weight: 700;
}

.serp-result {
    margin-bottom: 4rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #E7EDF0;
}

.serp-result h2 a {
    text-decoration: none;
    font-weight: 700;
}

.serp-result h2 a:hover,
.serp-result h2 a:focus {
    text-decoration: underline;
}

.content-404 h2 {
    font-weight: 700;
}

.header-absolute .site-header {
    background: transparent;
    position: static;
    z-index: 9;
    top: 0;
}

@media (min-width: 992px) {
    .header-absolute .site-header {
        position: absolute;
    }
}

.header-absolute .site-header .insideHeader {
    box-shadow: none;
    background: #fff;
}

.entry-header {
    margin-top: 3rem;
}

body .switch-language {
    padding: 2rem 1.5rem;
}

@media (min-width: 992px) {
    body .switch-language {
        padding: 0;
        margin: 0;
    }
}

body .switch-language .wpml-ls-legacy-dropdown {
    width: auto;
}

body .switch-language .wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0 !important;
    width: 100%;
}

body .switch-language .wpml-ls-legacy-dropdown .wpml-ls-item a.wpml-ls-item-toggle {
    border: none;
    background-color: transparent;
}

body .switch-language .wpml-ls-legacy-dropdown .wpml-ls-item a.wpml-ls-item-toggle:hover,
body .switch-language .wpml-ls-legacy-dropdown .wpml-ls-item a.wpml-ls-item-toggle:focus {
    background-color: transparent;
    color: #f7aa00;
}

body .switch-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    margin-top: 0.5rem;
    border-top: none;
    flex-direction: column;
    border: 1px solid #235784;
}

body .switch-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
    background: #fff;
}

body .switch-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    border: none;
    background: transparent;
}

body .switch-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
    background-color: transparent;
    color: #f7aa00;
}

@media screen and (max-width: 768px) {
    .the-header {
        height: 108px;
    }
    .the-fixed {
        height: 61.95px;
    }
    .header-fixed.active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background: #fff;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
}

.menu-toggle {
    border: 0;
    width: 5.9rem;
    height: 5.1rem;
    position: absolute;
    top: 0.7rem;
    right: 0;
    z-index: 30;
    font-size: 2.2rem;
    transition: transform 0.45s;
    background: none;
    color: #235784;
}

.menu-toggle .fa-bars {
    display: inline-block;
    font-size: 3rem;
}

.menu-toggle .fa-times {
    display: none;
}

.menu-toggle.expanded {
    transform: translateX(calc(100vw - 5.9rem));
    color: #fff;
    top: 0;
    left: 0;
    right: auto;
}

.menu-toggle.expanded .fa-times {
    display: inline-block;
}

.menu-toggle.expanded .fa-bars {
    display: none;
}

#closeNavigation {
    z-index: 30;
    font-size: 2.2rem;
    color: #235784;
    background: #fff;
    width: 3rem;
    height: 3rem;
    line-height: 2.9rem;
    border: 1px solid #235784;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}

.transform-menu {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
}

.transform-menu.active {
    display: block;
}

.main-navigation {
    opacity: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(100vw);
    transition: transform 0.5s;
    background: #fff;
    padding: 6.4rem 0 10rem;
    margin: 0 auto;
    overflow-y: auto;
}

.main-navigation.displayed {
    opacity: 1;
}

.main-navigation.expanded {
    transform: translateX(0);
}

@media (min-width: 992px) {
    .main-navigation {
        max-width: 140rem;
        display: block;
        opacity: 1;
        width: 100%;
        z-index: 1;
        transform: none;
        background: none;
        padding: 1.7rem 0 0rem;
        height: 7.4rem;
        display: flex;
        justify-content: flex-end;
        position: relative;
        overflow-y: unset;
    }
}

@media (min-width: 992px) {
    .main-navigation .menu {
        text-align: right;
    }
}

.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-navigation ul li {
    display: block;
    margin-bottom: 0;
    padding: 0 1.5rem;
}

@media (min-width: 992px) {
    .main-navigation ul li {
        display: inline-block;
        position: relative;
    }
}

.main-navigation ul li a {
    font-weight: 400;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    display: block;
    color: #235784;
    position: relative;
    font-size: 1.8rem;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 992px) {
    .main-navigation ul li a {
        font-size: 1.4rem;
        color: #235784;
        padding: 1rem 0;
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .main-navigation ul li a {
        font-size: 1.6rem;
    }
}

.main-navigation ul li a:hover {
    color: #f7aa00;
}

@media (min-width: 992px) {
    .main-navigation ul li a:before {
        content: "";
        background-color: #f7aa00;
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: 0;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        opacity: 0;
    }
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.is-selected a {
    color: #f7aa00;
}

.main-navigation ul li.current-menu-item a:before,
.main-navigation ul li.is-selected a:before {
    opacity: 1;
}

.destinos {
    display: block;
    position: relative;
    padding: 3rem 2rem 1rem;
    margin-left: 0;
}

@media (min-width: 992px) {
    .destinos {
        padding: 0;
        margin-left: 2rem;
    }
}

.destinos .btn-destios {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    background: #fff;
    border: 1px solid #c6d8e3;
    min-width: auto;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
    border-radius: 5rem;
    position: relative;
    display: block;
    color: black;
    font-weight: 700;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 42px;
}

.destinos .btn-destios:after {
    display: none;
}

.destinos .btn-destios:focus {
    outline: none;
}

@media (min-width: 992px) {
    .destinos .btn-destios {
        min-width: 21rem;
    }
}

.destinos .btn-destios .fa-compass {
    margin-right: 1rem;
    font-size: 3rem;
    color: #235784;
}

.destinos .btn-destios .fa-absolute {
    position: absolute;
    right: 1rem;
    top: 1.2rem;
}

.destinos .dropdown-menu {
    background: #fff;
    border: 1px solid #c6d8e3;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 2rem 1.5rem;
    min-width: auto;
    width: 100%;
    border-radius: 20px;
    margin: 1.4rem 0 0;
}

.destinos .dropdown-menu a.dropdown-item {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 11px 0;
}

.destinos .dropdown-menu a.dropdown-item:hover {
    background: transparent;
    color: #f7aa00;
}

.destinos .dropdown-menu a.dropdown-item:last-child {
    margin-bottom: 0;
}

.destinos .dropdown-menu a.dropdown-item span {
    margin-left: 7px;
}

.destinos .dropdown-menu img {
    max-width: 3.2rem;
}

.destinos-mobile .flag-list {
    padding: 1rem 0 3rem;
    border-bottom: 1px solid #235784;
    margin: 0 2.5rem 2.5rem;
}

.destinos-mobile .flag-mobile-item {
    padding: 1.2rem 0;
}

.destinos-mobile .flag-mobile-item:last-child {
    padding-bottom: 0;
}

.destinos-mobile .flag-mobile-item img {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
}

.destinos-mobile .flag-mobile-item a {
    position: relative;
    color: #235784;
    display: block;
}

.destinos-mobile .flag-mobile-item a span {
    font-size: 1.8rem;
    font-weight: 700;
    margin-left: 7px;
}

.destinos-mobile .flag-mobile-item a i {
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 5px;
}

.destinos-mobile .flag-mobile-item a[aria-expanded=true] i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.destinos-mobile .flag-mobile-item ul {
    margin: 15px 0 0 15px;
}

.destinos-mobile-home.destinos-mobile .flag-list {
    padding: 4rem 0;
    border: 0;
    margin: 0;
}

.destinos-mobile-home.destinos-mobile .flag-mobile-item img {
    width: 4.2rem;
    height: 4.2rem;
}

.destinos-mobile-home.destinos-mobile .flag-mobile-item a span {
    font-weight: 400;
}

.destinos-mobile-home.destinos-mobile .flag-mobile-item a i {
    font-size: 2.4rem;
    top: 8px;
}

.d-button-top {
    margin-top: 40px;
    padding: 0 2.5rem;
}

.d-button-top button {
    width: 100%;
    display: block;
    text-align: center;
}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    z-index: 1;
    top: 17px;
    right: 10px;
    font-size: 1.8rem;
    border: 1px solid #fff;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.3rem;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.faq-blocks {
    box-shadow: 0 0 10px rgba(41, 51, 92, 0.2);
    background: #fff;
}

.faq-blocks .faq-head {
    padding: 0.5rem 2.5rem;
    margin: 0;
    background-color: #40a8c4;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.faq-blocks .faq-head h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    padding-right: 6.5rem;
    margin: 0;
}

@media (min-width: 768px) {
    .faq-blocks .faq-head h2 {
        font-size: 2.2rem;
    }
}

.faq-blocks .faq-head img {
    max-width: 40px;
}

@media (min-width: 768px) {
    .faq-blocks .faq-head img {
        max-width: 52px;
    }
}

.faq-blocks .faq-content {
    padding: 2rem 3rem 4rem;
}

.faq-blocks .faq-content .card {
    border: none;
    border-bottom: 1px solid #DDD;
}

.faq-blocks .faq-content .card-link .faq-question {
    color: #235784;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 1.5rem 0;
    padding-right: 2rem;
    position: relative;
}

.faq-blocks .faq-content .card-link .faq-question span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media (min-width: 768px) {
    .faq-blocks .faq-content .card-link .faq-question {
        font-size: 2rem;
    }
}

.faq-blocks .faq-content .card-link .fa-minus {
    display: none;
}

.faq-blocks .faq-content .card-link[aria-expanded=true] .fa-minus {
    display: block;
}

.faq-blocks .faq-content .card-link[aria-expanded=true] .fa-plus {
    display: none;
}

.faq-blocks .faq-content .faq-answer {
    font-size: 1.4rem;
    font-weight: 300;
    padding-left: 0;
}

@media (min-width: 768px) {
    .faq-blocks .faq-content .faq-answer {
        font-size: 1.6rem;
    }
}

.faq-blocks .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}

.slideshow-box-infor {
    max-width: 90rem;
    margin: 0 auto;
}

.list-slide-show {
    list-style: none;
    padding: 30px 0 0;
}

.list-slide-show img {
    border-radius: 50%;
    width: 15rem;
    height: 15rem;
    object-fit: cover;
    margin: 0 auto 20px;
}

.post-reference-post.slick-slide {
    margin-bottom: 30px;
}

.warranty-box {
    max-width: 990px;
    margin: 0 auto;
}

.warranty-box .warranty-elem {
    margin-bottom: 3rem;
    align-items: center;
}

.warranty-box .warranty-elem:nth-child(2n) .warranty-image {
    order: 0;
}

@media (min-width: 992px) {
    .warranty-box .warranty-elem:nth-child(2n) .warranty-image {
        order: 1;
    }
}

.warranty-box .warranty-elem .warranty-image {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .warranty-box .warranty-elem .warranty-image {
        margin-bottom: 0;
    }
}

.warranty-box .warranty-elem .warranty-image.right {
    order: 0;
}

@media (min-width: 992px) {
    .warranty-box .warranty-elem .warranty-image.right {
        order: 1;
    }
}

.warranty-box .warranty-elem .warranty-description {
    color: #606C9B;
    font-size: 1.4rem;
    font-weight: 300;
}

@media (min-width: 768px) {
    .warranty-box .warranty-elem .warranty-description {
        font-size: 1.6rem;
    }
}

.warranty-box .warranty-elem .warranty-description h2 {
    font-size: 2.2rem;
    color: #235784;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .warranty-box .warranty-elem .warranty-description h2 {
        font-size: 2.8rem;
    }
}

.warranty-box .warranty-elem .warranty-description li {
    margin-bottom: 1.5rem;
}

.why-us-better {
    font-size: 1.6rem;
    color: #235784;
    padding: 4rem 0;
}

.why-us-better .container {
    max-width: 90rem;
}

.why-us-collage .collage-item {
    position: relative;
}

.why-us-collage .collage-item .collage-bg img {
    height: auto;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 768px) {
    .why-us-collage .collage-item .collage-bg img {
        height: 64rem;
    }
}

.why-us-collage .collage-item .collage-description {
    color: #fff;
    padding: 3rem;
    background: #235784;
    position: static;
    width: 100%;
}

@media (min-width: 768px) {
    .why-us-collage .collage-item .collage-description {
        position: absolute;
        top: 0;
        width: 60%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 1200px) {
    .why-us-collage .collage-item .collage-description {
        top: auto;
        bottom: 0;
    }
}

.why-us-collage .collage-item .collage-description img {
    max-width: 68px;
}

.why-us-collage .collage-item .collage-description h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 1.5rem 0;
    max-height: 16.5rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .why-us-collage .collage-item .collage-description h3 {
        font-size: 2.8rem;
    }
}

.why-us-collage .collage-item .collage-description p {
    font-size: 1.4rem;
    max-height: 12rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .why-us-collage .collage-item .collage-description p {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .why-us-collage .collage-item:nth-child(2) .collage-description {
        top: 0;
        bottom: auto;
    }
}

.booking-box .booking-box-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.booking-box .booking-box-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.booking-box .booking-box-infor {
    margin-bottom: 2rem;
    position: relative;
}

.booking-box .booking-box-infor p {
    font-size: 1.6rem;
}

.booking-steps li {
    margin-bottom: 3rem;
}

.booking-steps li .booking-steps-item {
    text-align: center;
}

.booking-steps li .booking-steps-item img {
    height: 54px;
}

.booking-steps li .booking-steps-item h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #f7aa00;
    padding: 2rem 0 1.5rem;
}

.booking-steps li .booking-steps-item p {
    font-size: 1.5rem;
}

.booking-box {
    padding: 7rem 0 4rem;
    color: #fff;
}

.rating-social {
    background: white;
    padding: 2.3rem 2rem;
}

.rating-social .rating-reviews {
    text-align: center;
}

.rating-social .rating-box .rating-line {
    margin: 0 0 1.4rem;
}

.rating-social .rating-box .rating-line a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-evenly;
}

.rating-social .rating-box .rating-line .rating-star {
    pointer-events: none;
}

.rating-social .rating-box .rating-line img {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
}

.rating-social .rating-box .rating-line .rating-value {
    color: #235784;
    font-size: 1.8rem;
    width: 5rem;
}

.rating-social .rating-box .rating-line .num-reviews {
    display: none;
}

.rating-social p {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 1.5rem;
}

.sidebar-reviews .rating-social {
    padding: 2rem 0;
}

.sidebar-reviews .rating-social .title-rating-social {
    display: none;
}

.sidebar-reviews .rating-social .rating-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.sidebar-reviews .rating-social .rating-box .rating-line {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .sidebar-reviews .rating-social .rating-box .rating-line {
        flex-basis: calc(100% / 3);
        max-width: calc(100% / 3);
        margin-bottom: 0;
    }
}

.sidebar-reviews .rating-social .rating-box .rating-line a {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.sidebar-reviews .rating-social .rating-box .rating-line .rating-value {
    font-size: 2.4rem;
    width: auto;
}

.sidebar-reviews .rating-social .rating-box .rating-line .rating-value small {
    font-weight: 700;
}

.sidebar-reviews .rating-social .rating-box .rating-line .num-reviews {
    display: block;
    font-size: 1.3rem;
    color: #235784;
}

.sidebar-reviews .rating-social .rating-box .rating-line .num-reviews span {
    display: none;
}

.feedback-box .sidebar-reviews {
    box-shadow: none;
}

.feedback-box .sidebar-reviews .rating-social .rating-box {
    display: block;
}

.feedback-box .sidebar-reviews .rating-social .rating-box .rating-line {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
}

.feedback-box .sidebar-reviews .rating-social .rating-box .rating-line .num-reviews {
    font-size: 1.4rem;
}

.feedback-box .sidebar-reviews .rating-social .rating-box .rating-line .num-reviews span {
    display: inline-block;
    margin-right: 2px;
}

.feedback-box .sidebar-reviews .rating-social .rating-box img {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}

.sidebar-reviews.opinion-reviews {
    width: 100%;
}

.sidebar-reviews.opinion-reviews .rating-social {
    background: transparent;
}

.sidebar-reviews.opinion-reviews .rating-social .rating-box img {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.sidebar-reviews.opinion-reviews .rating-social .rating-box .rating-line .num-reviews {
    margin-bottom: 0;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .sidebar-reviews.opinion-reviews .rating-social .rating-box .rating-line .num-reviews {
        font-size: 1.8rem;
    }
}

.sidebar-reviews.opinion-reviews .rating-social .rating-box .rating-line .num-reviews span {
    display: inline-block;
    margin-right: 0.5rem;
}

.sidebar-reviews.opinion-reviews .rating-social .rating-box .rating-line .rating-value {
    font-size: 2rem;
    margin-right: 0.5rem;
    width: auto;
}

.sidebar-reviews.opinion-reviews .rating-star .rating-symbol .fa {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .sidebar-reviews.opinion-reviews .rating-star .rating-symbol .fa {
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) {
    .sidebar-reviews.opinion-reviews .rating-reviews {
        display: flex;
        display: -webkit-flex;
        align-items: baseline;
    }
}

.feedback-box {
    padding: 4rem 0;
}

#garantias .feedback-box {
    padding: 4rem 0 0;
}

.list-social {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.list-social li {
    margin: 0 1rem 0;
}

.list-social li a {
    color: #fff;
}

.list-social li a:hover {
    color: #f7aa00;
}

.list-social li a i {
    font-size: 4rem;
}

.sidebar-connect .list-social li a {
    color: #f7aa00;
}

.page-header {
    position: relative;
    height: 40rem;
    overflow: hidden;
    background-size: cover;
    color: #fff;
}

@media (min-width: 768px) {
    .page-header {
        height: 54rem;
    }
}

.page-header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.page-header .page-header-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-header .page-header-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 1.5rem;
    max-width: 132rem;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.pageopinion .page-header .page-header-inner {
    margin-top: 4rem;
}

@media (max-width: 768px) {
    .pageopinion .page-header .page-header-inner {
        position: static;
        margin-top: 0;
        transform: none;
    }
}

.page-header .page-header-inner h1 {
    font-size: 3rem;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
    text-align: center;
}

@media (min-width: 768px) {
    .page-header .page-header-inner h1 {
        font-size: 3.6rem;
    }
}

.page-header .page-header-inner h1 br {
    display: none;
}

@media (min-width: 768px) {
    .page-header .page-header-inner h1 br {
        display: block;
    }
}

@media (min-width: 768px) {
    .page-header .page-header-inner h1 {
        font-size: 4rem;
    }
}

@media (min-width: 1200px) {
    .page-header .page-header-inner h1 {
        font-size: 5rem;
    }
}

.page-header .page-header-inner .description {
    color: #235784;
    margin-bottom: 2.5rem;
    max-width: 90rem;
    margin: 0 auto;
}

.figure {
    width: 100%;
    height: 250px;
    transform: skewY(3deg);
    position: absolute;
    bottom: -200px;
    left: 0;
    background-color: white;
    z-index: 1;
}

.page-template-default .site-header,
.single-guide .site-header,
.single-faq .site-header,
.single-post .site-header {
    box-shadow: 0 0 10px rgba(41, 51, 92, 0.2);
}

.page-template-default .site-header .insideHeader,
.single-guide .site-header .insideHeader,
.single-faq .site-header .insideHeader,
.single-post .site-header .insideHeader {
    box-shadow: none;
}

.page-template-default .page-header,
.single-guide .page-header,
.single-faq .page-header,
.single-post .page-header {
    height: 30rem;
}

.page-template-default .figure,
.single-guide .figure,
.single-faq .figure,
.single-post .figure {
    display: none;
}

.single-faq .page-header,
.single-post .page-header {
    margin-bottom: 3rem;
}

.home .page-header {
    height: 40rem;
}

@media (min-width: 768px) {
    .home .page-header {
        height: 50rem;
    }
}

.home .page-header .page-header-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home .page-header .page-header-inner {
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.home .page-header .page-header-inner .subtitle {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: inherit;
    text-align: center;
}

@media (min-width: 768px) {
    .home .page-header .page-header-inner .subtitle {
        font-size: 3rem;
    }
}

.home .page-header a:hover {
    color: #fff;
}

.home .page-header h2 {
    font-size: 2.6rem;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .home .page-header h2 {
        font-size: 3.6rem;
    }
}

.home .page-header h2 br {
    display: none;
}

@media (min-width: 768px) {
    .home .page-header h2 br {
        display: block;
    }
}

@media (min-width: 768px) {
    .home .page-header h2 {
        font-size: 4rem;
    }
}

@media (min-width: 1200px) {
    .home .page-header h2 {
        font-size: 5rem;
    }
}

.why-us .why-us-elem {
    box-shadow: 0 0 10px rgba(41, 51, 92, 0.2);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    color: #235784;
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 1.5rem 2rem;
    height: 100%;
}

.why-us .why-us-elem:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.why-us .why-us-elem img {
    height: 59px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.why-us .why-us-elem p {
    font-size: 2rem;
    line-height: 2.5rem;
    height: 8rem;
    margin-top: 1rem;
    overflow: hidden;
    font-weight: 700;
}

.why-us .why-us-elem ul,
.why-us .why-us-elem ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-us .why-us-elem ul li,
.why-us .why-us-elem ol li {
    font-size: 1.5rem;
    padding-left: 3rem;
    margin-bottom: 1rem;
    position: relative;
}

.why-us .why-us-elem ul li:before,
.why-us .why-us-elem ol li:before {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #3ac4a3;
}

.viewmore {
    color: #f7aa00;
    font-size: 1.3rem;
    font-weight: 700;
    background: none;
    border: none;
}

.viewmore:hover,
.viewmore:focus {
    color: #235784;
    outline: none;
}

.viewmore[aria-expanded=true] .plus {
    display: none;
}

.viewmore[aria-expanded=true] .minus {
    display: inline-block;
}

.viewmore .minus {
    display: none;
}

.why-us-box {
    padding: 5rem 0;
    background-color: #DCFFF8;
}

.feedback-elem {
    padding: 2rem;
    margin-bottom: 3rem;
    box-shadow: 0 0 10px rgba(41, 51, 92, 0.2);
    background: #fff;
}

.feedback-elem .feedback-elem-head {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}

.feedback-elem .feedback-elem-head .avatar img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    object-fit: cover;
}

.feedback-elem .name {
    color: #f7aa00;
    height: 22px;
    overflow: hidden;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    flex: 1;
    padding-left: 1rem;
}

.feedback-elem .description {
    min-height: 26.5rem;
}

.feedback-elem .description h3 {
    font-size: 2.2rem;
    color: #235784;
    font-weight: 700;
    padding: 3rem 0 1rem;
}

.feedback-elem .description p {
    font-size: 1.6rem;
    color: #235784;
    font-weight: 300;
}

.feedback-elem .fb-destinations {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.feedback-elem .fb-destinations .fb-destinations {
    display: flex;
    display: -webkit-flex;
}

.feedback-elem .fb-destinations .fb-destinations span {
    color: #235784;
    font-weight: 300;
    margin-right: 1rem;
}

.feedback-elem .fb-destinations .fb-destinations img {
    max-width: 24px;
    border-radius: 50%;
    margin-right: 0.3rem;
}

.feedback-elem .fb-destinations .fb-score {
    background-color: #f7aa00;
    color: #fff;
    width: 5.8rem;
    height: 5.8rem;
    border-radius: 50%;
    line-height: 5.8rem;
    font-size: 1.4rem;
    text-align: center;
}

.feedback-elem .fb-destinations .fb-score span {
    font-weight: 700;
    font-size: 2rem;
}

.opinions-feedback {
    margin-bottom: 0.5rem;
}

.formto-box {
    padding: 3rem 2rem 2.5rem;
    box-shadow: 0 0 10px rgba(41, 51, 92, 0.2);
    background-color: #cdfff8;
    margin: -12rem 0 0;
    position: relative;
    z-index: 1;
}

.formto-box .button {
    font-size: 1.6rem;
}

.formto-box .button i {
    margin-left: 0.7rem;
}

.archive-tour-content .sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px !important;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .archive-tour-content .sidebar {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 !important;
        margin-bottom: 0;
    }
}

.archive-tour-content .itineraries-list {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .archive-tour-content .itineraries-list {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding-right: 3rem;
    }
}

.itineraries-box {
    padding: 5rem 0 4rem;
}

.itineraries-box .itineraries-item {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.itineraries-box .itineraries-item:hover {
    box-shadow: 0 0 10px rgba(41, 51, 92, 0.2);
}

.itineraries-box .itineraries-item .itineraries-item-img {
    position: relative;
}

.itineraries-box .itineraries-item .itineraries-item-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.itineraries-box .itineraries-item .itineraries-item-img a {
    display: block;
    overflow: hidden;
}

.itineraries-box .itineraries-item .itineraries-item-img img {
    height: 20rem;
    object-fit: cover;
    width: 100%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

.itineraries-box .itineraries-item .itineraries-item-img .itineraries-label {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.itineraries-box .itineraries-item .itineraries-item-img .itineraries-label img {
    max-width: 6rem;
    height: auto;
    pointer-events: none;
    transform: none;
}

.itineraries-box .itineraries-item .itineraries-item-img .price-item {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f7aa00;
    padding: 0.5rem 0.7rem;
}

.itineraries-box .itineraries-item .itineraries-item-img .price-item .tour-price .old-price {
    font-size: 1.4rem;
    color: #e2e2e2;
}

.itineraries-box .itineraries-item .itineraries-item-img .price-item .tour-price .old-price:before {
    width: 70%;
}

.itineraries-box .itineraries-item .itineraries-item-img .price-item .tour-price .new-price {
    font-size: 1.6rem;
}

.itineraries-box .itineraries-item .itineraries-item-infor {
    padding: 1.5rem;
    color: #235784;
}

.itineraries-box .itineraries-item .itineraries-item-infor h3 {
    font-size: 1.8rem;
    font-weight: 700;
    height: 6.4rem;
    overflow: hidden;
}

.itineraries-box .itineraries-item .itineraries-item-infor h3 a {
    color: #235784;
}

.itineraries-box .itineraries-item .itineraries-item-infor p.excerpt {
    font-size: 1.4rem;
    font-weight: 300;
    height: 11rem;
    overflow: hidden;
    padding-bottom: 2rem;
    border-bottom: 1px solid #f2f2f2;
}

.itineraries-box .itineraries-item .itineraries-item-infor .location,
.itineraries-box .itineraries-item .itineraries-item-infor .calendar {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    height: 3.6em;
    overflow: hidden;
}

.itineraries-box .itineraries-item .itineraries-item-infor .location i,
.itineraries-box .itineraries-item .itineraries-item-infor .calendar i {
    margin-right: 0.7rem;
}

.itineraries-box .itineraries-item .booking-panel {
    display: flex;
    display: -webkit-flex;
    margin: 0 -0.5rem;
}

.itineraries-box .itineraries-item .booking-panel a {
    margin: 0 0.5rem;
}

.filter-tour h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.filter-tour .form-check {
    padding: 0;
}

.filter-tour input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

.filter-tour input[type=checkbox] {
    display: none;
}

.filter-tour input[type=checkbox]+label:before {
    content: "\2714";
    border: 0.1em solid #235784;
    border-radius: 0.2em;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    padding-left: 0.2rem;
    padding-bottom: 0.3rem;
    margin-right: 0.5rem;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}

.filter-tour input[type=checkbox]+label:active:before {
    transform: scale(0);
}

.filter-tour input[type=checkbox]:checked+label:before {
    background-color: #235784;
    border-color: #235784;
    color: #fff;
}

.filter-tour input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.filter-tour input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.steps-box-archive {
    padding: 4rem 0 1rem;
    background: #DCFFF8;
}

.steps-box-archive .steps-content {
    margin-top: 8rem;
}

.steps-box-archive .steps-content ul {
    list-style: none;
}

.steps-box-archive .steps-content ul li {
    margin-bottom: 5rem;
}

.steps-box-archive .steps-content ul li:first-child .step-num {
    background: #C6C9E3;
}

.steps-box-archive .steps-content ul li:nth-child(2) .step-num {
    background: #A1A9C8;
}

.steps-box-archive .steps-content ul li:nth-child(3) .step-num {
    background: #606C9B;
}

.steps-box-archive .steps-content ul li:nth-child(4) .step-num {
    background: #44508F;
}

.steps-box-archive .steps-content ul li:nth-child(5) .step-num {
    background: #2A335C;
}

.steps-box-archive .steps-content ul li:last-child .step-num {
    background: #13C4A3;
}

.steps-box-archive .steps-content .steps-content-inner {
    box-shadow: 0 0 10px rgba(41, 51, 92, 0.2);
    color: #235784;
    padding: 5rem 2rem 2rem;
    position: relative;
    height: 35rem;
    background: #fff;
}

.steps-box-archive .steps-content .steps-content-inner h3 {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.steps-box-archive .steps-content .steps-content-inner p {
    font-size: 1.6rem;
    font-weight: 300;
    height: 20rem;
    overflow: hidden;
}

.steps-box-archive .steps-content .steps-content-inner .step-num {
    position: absolute;
    color: #fff;
    width: 5.8rem;
    height: 5.8rem;
    border-radius: 50%;
    font-size: 1.4rem;
    text-align: center;
    line-height: 5.8rem;
    top: -3rem;
}

.single-pagetour .site-content {
    padding-bottom: 0;
}

.itineraries-box .itineraries-item-other {
    background-color: #EEF0F7;
    box-shadow: none;
    padding: 23px 28px 24px;
    text-align: center;
    min-height: 52.19rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.itineraries-box .itineraries-item-other:hover {
    box-shadow: none;
}

.itineraries-box .itineraries-item-other h3 {
    font-weight: 700;
    font-size: 2.2rem;
    padding: 1.5rem 0 2rem;
}

.itineraries-box .itineraries-item-other p {
    margin-bottom: 2rem;
}

.home {
    background: #ebeff1;
}

.home .site-content {
    padding-bottom: 0;
}

.home .feedback-box .rating-social {
    background: transparent;
}

.home .opinions-feedback {
    margin-bottom: 0;
}

.home-list-tour {
    padding: 4rem 0;
}

.home-list-tour .top-tour-title {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.home-list-tour .top-tour-title .button {
    text-align: center;
    min-width: 170px;
}

.home-list-tour .itineraries-box {
    padding: 0;
    margin-bottom: 2rem;
}

.home-list-tour .itineraries-box .itineraries-item .itineraries-item-infor .address {
    margin-bottom: 2rem;
    min-height: 114px;
}

.home-list-tour .itineraries-box .itineraries-item .itineraries-item-infor .location,
.home-list-tour .itineraries-box .itineraries-item .itineraries-item-infor .calendar {
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(35, 87, 132, 0.3);
    margin-bottom: 0;
    height: auto;
    padding: 1.2rem 0;
}

.home-list-tour .itineraries-box .itineraries-item .itineraries-item-infor .location {
    height: 8rem;
    overflow: hidden;
}

.home-list-tour .itineraries-box .itineraries-item .itineraries-item-infor .button {
    justify-content: center;
    width: 100%;
}

.home-list-tour .itineraries-box .button-cate {
    width: auto;
    min-width: 170px;
    text-align: center;
}

.home-list-icon {
    background: #fff;
    padding: 2.5rem 0;
}

.home-list-icon .icon {
    height: 6rem;
}

@media (min-width: 992px) {
    .home-list-icon .icon {
        height: 8rem;
    }
}

.home-list-icon .icon img {
    height: 100%;
    object-fit: cover;
}

.home-list-icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-list-icon ul li {
    flex-basis: calc( 100% / 6);
    max-width: calc( 100% / 6);
    padding: 0 1rem;
    font-size: 1.5rem;
    text-align: center;
}

@media (min-width: 992px) {
    .home-list-icon ul li {
        flex-basis: calc( 100% / 3);
        max-width: calc( 100% / 3);
    }
}

body .carousel-control-next,
body .carousel-control-prev {
    z-index: 0;
    width: 10%;
}

@media (min-width: 992px) {
    body .carousel-control-next,
    body .carousel-control-prev {
        width: 15%;
    }
}

.scroll-page {
    margin-top: -5.5rem;
    position: relative;
}

.scroll-page a {
    color: #fff;
}

.summary-pages-grid {
    padding: 5rem 0;
}

.summary-pages-grid-carousels.summary-pages-grid {
    padding: 5rem 0 4rem;
}

.summary-pages-grid .title-section {
    margin-bottom: 4rem;
}

.summary-pages-grid .post-reference-post .post-reference-post-inner {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.summary-pages-grid .post-reference-post .post-image {
    position: relative;
}

.summary-pages-grid .post-reference-post .post-image:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.summary-pages-grid .post-reference-post .post-image a {
    display: block;
    overflow: hidden;
}

.summary-pages-grid .post-reference-post .post-image img {
    height: 20rem;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
    margin: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

.summary-pages-grid .post-reference-post .infor {
    padding: 2rem;
}

.summary-pages-grid .post-reference-post .infor .entry-header {
    margin-top: 0;
}

.summary-pages-grid .post-reference-post .infor h3 {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
    font-weight: 700;
    height: auto;
    overflow: hidden;
}

@media (min-width: 768px) {
    .summary-pages-grid .post-reference-post .infor h3 {
        height: 51px;
    }
}

.summary-pages-grid .post-reference-post .infor h3 a {
    color: #235784;
}

.summary-pages-grid .post-reference-post .infor h3 a:hover {
    text-decoration: underline;
}

.summary-pages-grid .post-reference-post .infor .post-excerpt {
    font-size: 1.4rem;
    color: #235784;
    line-height: 20px;
    margin-bottom: 2rem;
    height: 80px;
    overflow: hidden;
}

.summary-pages-grid .post-reference-post .infor .post-excerpt.collapse:not(.show) {
    display: block !important;
    height: 80px !important;
}

.summary-pages-grid .post-reference-post .infor .post-excerpt.collapse {
    height: auto !important;
}

#summary-pages-grid-block_5e9ab26e84545 {
    padding-bottom: 0;
}

.summary-pages-grid-carousels.summary-pages-grid .post-reference-post .infor .post-excerpt {
    height: auto;
}

.single-faq,
.single-post {
    background: #ebeff1;
}

.single-faq .site-header,
.single-post .site-header {
    box-shadow: 0 0 10px rgba(41, 51, 92, 0.2);
}

.single-faq .site-header .insideHeader,
.single-post .site-header .insideHeader {
    box-shadow: none;
}

.single-resource .infor {
    margin-bottom: 3rem;
}

@media (min-width: 1200px) {
    .single-resource .infor {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        padding-right: 25px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .single-resource .sidebar {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .single-resource .faq-content {
        margin-right: 0;
    }
}

.single-resource.faq .entry-title {
    text-align: center;
    color: #f7aa00;
    margin-bottom: 5rem;
    font-size: 2.8rem;
}

@media (min-width: 768px) {
    .single-resource.faq .entry-title {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .single-resource.faq .entry-title {
        font-size: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .single-resource.faq .entry-title {
        font-size: 4rem;
    }
}

.single-resource .sidebar-item {
    box-shadow: 0 0 10px rgba(41, 51, 92, 0.2);
    padding: 1.5rem;
    margin-bottom: 3rem;
    color: #235784;
    background: #fff;
}

.single-resource .sidebar-connect h2 {
    font-size: 2rem;
    color: #235784;
}

.single-resource .sidebar-connect p {
    font-size: 1.6rem;
}

.single-resource .sidebar-contact p a {
    font-size: 2.4rem;
    font-weight: 700;
    color: #235784;
}

.single-resource .sidebar-contact p.sub-title {
    color: #40a8c4;
}

.single-resource.tour .figure {
    display: none;
}

.single-resource.tour .infor {
    order: 1;
}

@media (min-width: 1200px) {
    .single-resource.tour .infor {
        order: 0;
    }
}

.single-resource .itinerary-container {
    box-shadow: 0 0 10px rgba(41, 51, 92, 0.2);
}

@media (min-width: 1200px) {
    .single-resource .itinerary-container {
        margin-top: -6.9rem;
    }
}

.single-resource .itinerary-container .itinerary-info .content {
    padding: 2rem 1.5rem;
}

@media (min-width: 992px) {
    .single-resource .itinerary-container .itinerary-info .content {
        padding: 2.5rem 5rem;
    }
}

.single-resource .content h3 {
    color: #f7aa00;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 2rem;
}

@media (min-width: 992px) {
    .single-resource .content h3 {
        font-size: 2.2rem;
    }
}

.single-resource .content h4,
.single-tour .single-resource .content h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.single-tour .single-resource .content h3 {
    font-size: 2.2rem;
    color: #235784;
}

@media (min-width: 992px) {
    .single-resource .content h4,
    .single-tour .single-resource .content h3 {
        font-size: 2rem;
    }
}

.single-resource .content ul {
    margin-bottom: 1rem;
}

.single-resource .content ul li {
    margin-bottom: 1rem;
}

.single-resource .content ul ul {
    margin-bottom: 0;
    font-size: 1.5rem;
}

.single-resource .content .meal {
    font-size: 1.5rem;
}

.single-resource .recommended .category-subtitle {
    background: #235784;
    border-radius: 0px 50px 50px 0px;
    margin-left: -1.5rem;
    padding: 1rem 2rem;
    color: #FFF;
    font-size: 1.6rem;
    display: inline-block;
}

@media (min-width: 992px) {
    .single-resource .recommended .category-subtitle {
        margin-left: -5rem;
        font-size: 1.8rem;
    }
}

.single-resource .recommended .recommended-item {
    margin-bottom: 2rem;
}

.single-resource .recommended ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-resource .recommended ul li {
    font-size: 1.5rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1.5rem;
    position: relative;
}

.single-resource .recommended ul li:after {
    content: "";
    border-bottom: 1px dashed #235784;
    position: absolute;
    height: 1px;
    width: 100%;
    z-index: -1;
    top: 1.4rem;
}

.single-resource .recommended ul li span {
    background: #fff;
    padding-right: 1rem;
}

.single-resource .recommended ul li .value {
    font-weight: 700;
    background: #fff;
    padding-left: 1rem;
}

.single-resource .recommended .price_notes {
    padding: 2rem;
    background: #EEE;
    font-size: 1.5rem;
}

.single-resource .trip-service .trip-service-item {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .single-resource .trip-service .trip-service-item {
        display: flex;
        display: -webkit-flex;
    }
}

.single-resource .trip-service .trip-service-item h3 {
    flex: 0 0 14rem;
    font-size: 1.8rem;
    color: #235784;
    padding-right: 2rem;
}

.single-resource .trip-service .trip-service-item ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.single-resource .trip-service .trip-service-item ul li {
    font-size: 1.5rem;
    position: relative;
    padding-left: 2.2rem;
}

.single-resource .trip-service .trip-service-item ul li:before {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #3ac4a3;
}

.single-resource .trip-service .trip-service-item.exclude ul li:before {
    content: "\f057";
    color: #fb4c4d;
}

.single-resource .itinerary-proposal {
    padding: 2rem 5rem 5rem;
}

.single-resource .itinerary-proposal .subtitle {
    margin-top: 2rem;
}

.single-resource .itinerary-proposal .title-section {
    margin-bottom: 2rem;
    font-size: 2.2rem;
}

@media (min-width: 768px) {
    .single-resource .itinerary-proposal .title-section {
        font-size: 2.8rem;
    }
}

.single-resource .itinerary-proposal .button {
    font-size: 1.6rem;
}

.single-resource .itinerary-important {
    margin-top: 1rem;
    padding: 4rem 0;
    font-size: 1.5rem;
}

.single-resource .itinerary-important h2 {
    font-size: 2.4rem;
}

.single-resource .itinerary-important ul li {
    margin-bottom: 0.7rem;
}

.single-resource .title-unit {
    color: #fff;
    background-color: #f7aa00;
    font-size: 2rem;
    padding: 1rem 2rem;
}

@media (min-width: 992px) {
    .single-resource .title-unit {
        font-size: 2.2rem;
        padding: 1.8rem 4rem;
    }
}

@media (min-width: 1200px) {
    .single-resource .title-unit {
        font-size: 2.8rem;
    }
}

.single-resource .sidebar-single {
    margin-top: -6.9rem;
}

.single-resource .sidebar-price {
    padding: 2.5rem 2.5rem 4rem;
}

.single-resource .sidebar-price .aside-title {
    padding: 1rem 2.5rem;
    background: #235784;
    color: #fff;
    margin: -2.5rem -2.5rem 3rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 6.9rem;
}

.single-resource .sidebar-price .aside-title .note {
    margin: 0;
}

.single-resource .sidebar-price .tour-note ul {
    list-style: none;
    margin-bottom: 2.5rem;
    padding: 0;
}

.single-resource .sidebar-price .tour-note ul li {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.single-resource .sidebar-price .tour-note ul li i {
    margin-right: 0.7rem;
    font-size: 1.8rem;
}

.single-resource .sidebar-price .tour-note .button {
    font-size: 1.6rem;
}

.tour-price {
    position: relative;
    color: #e2e2e2;
    margin: 0 0.8rem 0 0;
    font-family: Oxygen;
    font-size: 1.6rem;
}

.tour-price .old-price {
    position: relative;
    margin-right: 0.5rem;
}

.tour-price .old-price:before {
    content: "";
    height: 1px;
    background: #e2e2e2;
    width: 100%;
    position: absolute;
    top: 10px;
    transform: rotate(-30deg);
}

.tour-price .new-price {
    font-size: 2.1rem;
    color: #fff;
    font-weight: 700;
}

.pageopinion .page-header {
    background: #DCFFF8;
    padding-top: 6rem;
    height: auto;
}

.pageopinion .page-header:before {
    display: none;
}

.pageopinion .page-header h1 {
    color: #235784;
}

@media (min-width: 992px) {
    .pageopinion .page-header {
        padding-top: 15rem;
        height: 54rem;
        padding-top: 12rem;
    }
}

.pageopinion .page-header .subtitle {
    text-align: center;
}

.social-opinion {
    padding: 4rem 0;
}

.single-pageopinion .social-opinion {
    padding-bottom: 0;
}

.category .social-opinion {
    padding: 4rem 0 0;
}

.social-opinion .social-opinion-list>div {
    margin-bottom: 3rem;
}

.social-opinion .social-opinion-elem {
    box-shadow: 0 0 10px rgba(41, 51, 92, 0.2);
    padding: 2rem;
    display: block;
    color: #235784;
    font-size: 1.4rem;
    background: #fff;
}

.social-opinion .social-opinion-elem .social-opinion-header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;
}

.social-opinion .social-opinion-elem .social-opinion-header .social-opinion-name {
    flex: 1;
    padding-right: 3rem;
    padding-left: 1rem;
}

.social-opinion .social-opinion-elem .social-opinion-header .social-opinion-name h3 {
    max-height: 3rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.social-opinion .social-opinion-elem .social-opinion-header img {
    border-radius: 50%;
    object-fit: cover;
}

.social-opinion .social-opinion-elem .social-opinion-header .avatar img {
    width: 9rem;
    height: 9rem;
}

.social-opinion .social-opinion-elem .social-opinion-header .icon {
    position: absolute;
    right: 0;
    top: 2rem;
}

.social-opinion .social-opinion-elem .social-opinion-header .icon img {
    width: 2.4rem;
    height: 2.4rem;
}

.social-opinion .social-opinion-elem .social-opinion-header h3 {
    font-size: 1.4rem;
    font-weight: 700;
}

.social-opinion .social-opinion-elem .social-opinion-stars p {
    max-height: 2rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.social-opinion .social-opinion-elem .social-opinion-infor {
    height: 15rem;
    overflow: hidden;
}

.opinions-box .opinions-box-header {
    max-width: 80rem;
    margin: 0 auto;
}

.opinions-box .opinions-list {
    padding: 3rem 0 0.5rem;
}

.opinions-box .opinions-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.opinions-box .opinions-list ul li {
    margin-bottom: 3.5rem;
}

.opinions-box .opinions-list ul li .inner {
    display: flex;
    display: -webkit-flex;
}

.opinions-box .opinions-list ul li .reply-from-admin {
    display: flex;
    display: -webkit-flex;
    margin-top: 2rem;
    align-items: center;
    margin-left: 3rem;
}

@media (min-width: 768px) {
    .opinions-box .opinions-list ul li .reply-from-admin {
        margin-left: 5rem;
    }
}

@media (min-width: 1200px) {
    .opinions-box .opinions-list ul li .reply-from-admin {
        margin-left: 40rem;
    }
}

@media (max-width: 600px) {
    .opinions-box .opinions-list ul li .reply-from-admin .logo-viajes {
        display: none;
    }
}

.opinions-box .opinions-list ul li .reply-from-admin .text {
    background-color: #40a8c4;
    padding: 2rem;
    color: #fff;
    flex: 1;
    font-size: 1.5rem;
    font-weight: 300;
    position: relative;
}

.opinions-box .opinions-list ul li .reply-from-admin .text:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #40a8c4;
    right: -8px;
    top: 20px;
}

.opinions-box .opinions-list ul .o-client {
    flex: 0 0 20rem;
}

.opinions-box .opinions-list ul .o-client .avatar img {
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    object-fit: cover;
}

.opinions-box .opinions-list ul .o-client .o-name {
    font-weight: 700;
    font-size: 1.4rem;
}

.opinions-box .opinions-list ul .o-client .o-destinos {
    font-size: 1.3rem;
}

.opinions-box .opinions-list ul .o-client .o-destinos .o-destino-item {
    color: #000;
}

.opinions-box .opinions-list ul .o-client .o-destinos .o-destino-item p {
    margin-bottom: 0.2rem;
}

.opinions-box .opinions-list ul .o-content {
    box-shadow: 0 0 10px rgba(41, 51, 92, 0.2);
    padding: 2rem;
    position: relative;
}

@media (min-width: 992px) {
    .opinions-box .opinions-list ul .o-content:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        box-sizing: border-box;
        border: 1rem solid #29335c;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 0;
        transform: rotate(45deg);
        box-shadow: -3px 3px 3px 0 rgba(41, 51, 92, 0.2);
        left: 0;
    }
}

.opinions-box .opinions-list ul .o-content .o-name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.opinions-box .opinions-list ul .o-content .o-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.opinions-box .opinions-list ul .o-content .o-value {
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .opinions-box .opinions-list ul .o-content .o-value {
        display: flex;
        display: -webkit-flex;
        align-items: baseline;
    }
}

.opinions-box .opinions-list ul .o-content .o-value .rating-star {
    margin-right: 1rem;
}

.opinions-box .opinions-list ul .o-content .o-value .rating-star .rating-symbol .fa {
    font-size: 2rem;
}

.opinions-box .opinions-list ul .o-content .overall-rating {
    font-weight: 300;
    text-transform: uppercase;
}

.opinions-box .opinions-list ul .o-content .o-itinerary {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.opinions-box .opinions-list ul .o-content .o-itinerary .o-itinerary-top {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 0;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .opinions-box .opinions-list ul .o-content .o-itinerary .o-itinerary-top {
        margin-bottom: 0.7rem;
    }
}

.opinions-box .opinions-list ul .o-content .o-itinerary .o-itinerary-top p {
    margin-right: 2.5rem;
}

.opinions-box .opinions-list ul .o-content .o-itinerary p {
    margin-bottom: 0;
}

.opinions-box .opinions-list ul .o-content .o-itinerary-des {
    font-size: 1.5rem;
    font-weight: 300;
}

.single-guide {
    background: #ebeff1;
}

.single-guide .site-content {
    padding-bottom: 0;
}

.single-guide .wp-block-button {
    padding-bottom: 3rem;
}

.single-guide .page-header {
    height: 30rem;
    margin-bottom: 3rem;
}

.single-guide .page-header .page-header-inner {
    max-width: 80rem;
    margin: 0 auto;
}

.single-guide .page-header h1 {
    font-size: 3rem;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .single-guide .page-header h1 {
        font-size: 3.6rem;
    }
}

@media (min-width: 1200px) {
    .single-guide .page-header h1 {
        font-size: 4.2rem;
    }
}

.single-guide .block-guide {
    background: #fff;
    padding: 0;
}

@media (min-width: 992px) {
    .single-guide .block-guide {
        padding: 2.5rem 2rem;
    }
}

.single-guide .block-guide .block-title {
    font-size: 2.4rem;
    color: #f7aa00;
    margin-bottom: 2.5rem;
}

.single-guide .block-guide .block-guide-item .guide-links {
    font-size: 1.8rem;
    font-weight: 700;
    color: #235784;
    margin-bottom: 1rem;
    display: block;
    position: relative;
    padding-right: 2rem;
}

.single-guide .block-guide .block-guide-item .guide-links i {
    position: absolute;
    right: 0;
    top: 0.3rem;
}

.single-guide .block-guide .block-guide-item .guide-links[aria-expanded=true] i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.single-guide .block-guide .block-guide-item ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.single-guide .block-guide .block-guide-item ul li {
    margin-bottom: 1rem;
}

.single-guide .block-guide .block-guide-item ul li.selected-guide a {
    background: #f7aa00;
    padding: 2px 10px;
    color: #fff;
    font-weight: 700;
}

.single-guide .block-guide .block-guide-item ul li.selected-guide a:hover {
    color: #fff;
}

.single-guide .block-guide .block-guide-item ul li a {
    font-weight: 400;
    color: #444;
    font-size: 1.4rem;
}

.single-guide .block-guide .block-guide-item ul li a:hover {
    color: #f7aa00;
}

.single-guide .block-guide .block-guide-item ul li a i {
    margin-left: 0.7rem;
}

.single-guide .block-guide .block-guide-item ul li a.active {
    color: #fff;
    background: #f7aa00;
    padding: 0.5rem 1rem;
}

.infor .content-guide-infor {
    padding: 2rem 1.5rem;
    background: #fff;
    margin-bottom: 4rem;
}

@media (min-width: 992px) {
    .infor .content-guide-infor {
        padding: 3.5rem 5rem;
    }
}

.content-text p {
    margin: 0 0 1em;
    padding: 0;
    line-height: 26px;
    font-size: 1.6rem;
    letter-spacing: -.025em;
}

.content-text p.intro {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 32px;
}

.content-text h2 {
    font-size: 2.8rem;
    line-height: 40px;
    padding: 20px 0 15px;
    color: #f7aa00;
}

@media (min-width: 992px) {
    .content-text h2 {
        font-size: 3.2rem;
    }
}

.content-text h3 {
    font-size: 2.4rem;
    color: #235784;
    line-height: 32px;
    padding: 15px 0 10px;
    font-weight: 700;
}

@media (min-width: 992px) {
    .content-text h3 {
        font-size: 2.8rem;
    }
}

.beaches-in {
    padding: 3rem 0 5rem;
}

.beaches-in .post-reference-post .post-reference-post-inner {
    background-color: #fff;
}

.beaches-in .post-reference-post .infor {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}

.beaches-in .post-reference-post .infor h3 {
    height: 54px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .beaches-in .post-reference-post .infor h3 {
        height: 54px;
    }
}

.beaches-in .post-reference-post .infor h3 a {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 992px) {
    .single-guide .block-guide .block-title {
        margin-bottom: 0;
        padding: 2rem 4rem 2rem 2rem;
        color: #fff;
        background: #f7aa00;
        font-size: 1.8rem;
    }
    .single-guide .block-guide .block-guide-item ul li a {
        padding: 0 1.5rem;
    }
    .single-guide .block-guide .block-guide-item .guide-links {
        font-size: 1.6rem;
        padding: 1rem 1.5rem;
        margin-bottom: 0;
    }
    .single-guide .block-guide .block-guide-item .guide-links i {
        right: 1.5rem;
        top: 1rem;
    }
    .single-guide .site-logo {
        height: 100%;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
    }
    .single-guide .site-logo .logo-header {
        position: absolute;
        left: 0;
    }
    .single-guide .header-fixed {
        height: 61.95px;
        z-index: 0;
    }
    .single-guide .header-fixed.active {
        z-index: 9;
    }
    .single-guide .mob_nav_menu {
        font-size: 1.5rem;
        max-width: 32rem;
        width: 100%;
        text-align: center;
        position: relative;
        padding: 0.2rem 2rem;
        border-radius: 2rem;
        border: 1px solid #235784;
    }
    .single-guide .mob_nav_menu:after {
        content: '»';
        position: absolute;
        right: 2rem;
        top: 0.2rem;
    }
    .single-guide .mob_nav_menu span {
        display: block;
    }
}

@media screen and (max-width: 481px) {
    .single-guide .mob_nav_menu {
        font-size: 1.3rem;
        max-width: 24rem;
        padding: 0.2rem 0.5rem;
    }
    .single-guide .mob_nav_menu:after {
        right: 1rem;
    }
    .single-guide .site-header .site-logo img {
        max-width: 70px;
    }
}

.inner-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-footer .footer-top {
    background-color: #40a8c4;
    padding: 4.5rem 0;
}

.inner-footer .footer-top .footer-item {
    max-width: 31rem;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 992px) {
    .inner-footer .footer-top .footer-item {
        max-width: none;
        text-align: left;
    }
}

.inner-footer .widget-title {
    color: #f7aa00;
    font-family: 700;
    font-size: 1.8rem;
    margin: 1.8rem 0 0.6rem;
}

.inner-footer .footer-description p {
    color: white;
    font-size: 1.6rem;
    margin: 1.6rem 0;
}

.inner-footer .footer-links {
    margin-bottom: 3rem;
}

@media (min-width: 992px) {
    .inner-footer .footer-links {
        margin-bottom: 0;
    }
}

.inner-footer .footer-links ul li {
    margin: 0 0 0.5rem;
}

.inner-footer .footer-links ul li a {
    color: #FFF;
    font-size: 1.6rem;
}

.inner-footer .footer-links ul li a:hover {
    text-decoration: underline;
}

.inner-footer .text-below-logo {
    padding-top: 20px;
    color: #fff;
    font-size: 1.6rem;
}

.inner-footer .text-below-logo p {
    margin-bottom: 0.5rem;
}

.inner-footer .text-below-logo a {
    color: #FFF;
    font-size: 1.6rem;
}

.inner-footer .text-below-logo a:hover {
    text-decoration: underline;
}

.inner-footer .footer-bottom {
    background-color: #235784;
    text-align: center;
    padding: 2.5rem 0;
}

.inner-footer .footer-bottom .container {
    position: relative;
}

.inner-footer .footer-bottom .bottom-box {
    margin: 0 0 3rem;
}

.inner-footer .footer-bottom .bottom-box p {
    font-size: 1.6rem;
    color: #bcdbdf;
    margin: 0 0 1.5rem;
}

.inner-footer .footer-bottom .payment-box img {
    max-width: 32rem;
}

@media (min-width: 768px) {
    .inner-footer .footer-bottom .payment-box img {
        max-width: 34rem;
    }
}

.inner-footer .footer-bottom .menu-box ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.inner-footer .footer-bottom .menu-box ul li a {
    color: white;
    padding: 0 0.5rem;
    border-right: 0.1rem solid white;
    font-size: 1.3rem;
}

@media (min-width: 768px) {
    .inner-footer .footer-bottom .menu-box ul li a {
        font-size: 1.6rem;
    }
}

.inner-footer .footer-bottom .menu-box ul li a:hover {
    color: #40a8c4;
}

.inner-footer .footer-bottom .menu-box ul li:last-child a {
    border-right: none;
}

.inner-footer .footer-bottom .copy {
    margin: 2rem 0 0;
}

.inner-footer .footer-bottom .copy p {
    color: #40a8c4;
    font-size: 1.3rem;
}

@media (min-width: 768px) {
    .inner-footer .footer-bottom .copy p {
        font-size: 1.6rem;
    }
}

.inner-footer .leader-box {
    position: static;
    justify-content: center;
    margin-bottom: 2rem;
    display: flex;
    display: -webkit-flex;
}

@media (min-width: 992px) {
    .inner-footer .leader-box {
        position: absolute;
        top: -8.5rem;
        margin-bottom: 0;
    }
}

.inner-footer .leader-box .leader-box-img {
    margin: 0 1rem;
}

.inner-footer .leader-box .leader-box-img img {
    max-width: 9rem;
}

@media (min-width: 768px) {
    .inner-footer .leader-box .leader-box-img img {
        max-width: 11rem;
    }
}

.flex-panel {
    padding: 2rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    color: #fff;
}

.flex-panel.social-panel {
    background: #235784;
    margin-bottom: 5rem;
}

@media (min-width: 992px) {
    .flex-panel {
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
}

.flex-panel p {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .flex-panel p {
        margin-bottom: 0;
    }
}

.flex-panel .share {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.flex-panel .share li {
    padding: 0 0.5rem;
}

.flex-panel .share li a i {
    font-size: 2.8rem;
    color: #fff;
}

.flex-panel .share li a:hover {
    color: #f7aa00;
}

.flex-panel.pre-footer {
    background: transparent;
}

.flex-panel.pre-footer .booking-line {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    color: #235784;
    font-weight: 700;
}

@media (min-width: 992px) {
    .flex-panel.pre-footer .booking-line {
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
}

.flex-panel.pre-footer .booking-line .booking-text {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .flex-panel.pre-footer .booking-line .booking-text {
        margin-bottom: 0;
        font-size: 2.2rem;
    }
}

.flex-panel.pre-footer .button.blue {
    justify-content: center;
    min-width: 170px;
}

.flex-panel.pre-footer .button.blue:hover {
    background: #235784;
    text-decoration: underline;
    color: #f7aa00;
}

.list-brand {
    background: #fff;
    padding: 3rem 0;
}

.list-brand ul {
    list-style-type: none;
    padding: 0;
}

.list-brand ul li {
    padding: 0 2rem;
}

.list-brand ul li img {
    max-width: 25rem;
    width: 100%;
}

.email-footer {
    color: #fff;
}


/*  .slick-track {*/


/*width: auto!important;*/


/*}*/

.flex-panel.pre-footer {
    background: #f7aa00!important;
}

.booking-text {
    color: #fff;
}

.itineraries-box .itineraries-item .itineraries-item-img img.lazyloaded,
img.lazyloaded {
    transition: inherit !important;
}

@media (min-width: 1200px) {
    .home .page-header h2 {
        font-size: 4.8rem;
    }
}

.home .page-header .page-header-inner .button {
    position: static
}

@media (min-width: 1200px) {
    .home .page-header .page-header-inner .button {
        position: absolute;
        bottom: 8rem
    }
}

.wp-block-image figcaption {
    text-align: center;
}

textarea {
    width: 100%;
    height: 150px;
}

#nf-label-field-67 {
    display: none;
}

.nf-form-wrap label {
    padding-top: 15px;
}


/* Style pagination */

.pagi-custom.product-sort .sort-item.sort-number {
    float: none;
}

.pagi-custom .current,
.pagi-custom a:hover {
    border-color: #f7aa00;
    color: #f7aa00;
}

.pagi-custom a,
.pagi-custom span {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 5px 5px;
    min-width: 32px;
    border: 1px solid #ededed;
    border-radius: 2px;
    color: #777;
    margin: 0 2px;
}

.pagi-custom.product-sort .sort-item.sort-number select {
    width: 75px;
    height: 33px;
}

.page-numbers {
    border-radius: 0% !important;
    margin: 0 0 5px;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 0;
    line-height: 34px;
    border: none;
    border: 1px solid;
    color: #f7aa00;
    background-color: #fff;
    display: inline-block;
    font-weight: 600;
}

.page-numbers.current,
.page-numbers:hover {
    border-color: #f7aa00;
    color: #fff;
    background: #f7aa00;
}

.recommended-item h3 {
    color: white!important;
}

#nf-field-34-wrap .nf-field-label,
#nf-field-34-wrap .nf-field-label,
#nf-field-38-wrap .nf-field-element div,
#nf-field-37-wrap .nf-field-label,
#nf-field-39-wrap .nf-field-element div,
#nf-field-40-wrap .nf-field-element div,
.nf-after-form-content,
#nf-label-field-35,
#nf-label-field-36,
#nf-label-field-38,
#nf-label-field-39 {
    display: none!important;
}

.modal-dialog-custom .form-newsletter input {
    display: block;
    background: #FFF;
    padding: 10px 15px;
    width: 100%;
    color: #235784 !important;
    border: 1px solid #235784;
    height: 44px;
}

.modal-dialog-custom .form-newsletter {
    margin-top: 3rem;
}

.modal-dialog-custom .form-newsletter button {
    background: #f7aa00;
    color: #fff;
    width: 140px;
    font-weight: 700;
    transition: all .5s;
    height: 50px;
    font-size: 16px;
    border: 1px solid #f7aa00;
}

.modal-dialog-custom .form-newsletter button:hover,
.modal-dialog-custom .form-newsletter button:focus {
    background: #235784;
    border: 1px solid #235784;
}

.modal-dialog-custom .form-newsletter .form-group {
    margin-bottom: 2rem;
}

.modal-dialog-custom .modal-header .close {
    background: none;
    border: none;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 2rem;
    top: 2rem;
    color: #235784;
    opacity: 1;
    z-index: 1;
}

body .nf-form-wrap label {
    padding-top: 0;
}

body .nf-form-content .list-select-wrap>div div:after,
body .modal-dialog .nf-form-content .list-select-wrap>div div:after {
    content: "\f078";
    transition: all .5s;
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    font-weight: 400;
    color: #235784;
}

#nf-form-title-6 {
    display: none;
}

.form-newsletter input {
    font-size: 1.5rem;
}