@charset "UTF-8";
.header {
    background: linear-gradient(90deg, var(--degradate-inicial-color, #69387f), var(--degradate-final-color, #b04c6a));
    display: flex;
    flex-direction: column;
    position: relative;
    transition: top 0.5s;
    width: 100%;
    z-index: 4;
}
@media (min-width: 769px) {
    .header {
        height: 115px;
    }
}
.header__upper {
    align-items: center;
    display: none;
    padding: 20px 35px 15px 20px;
    position: relative;
    width: auto;
}
@media (min-width: 769px) {
    .header__upper {
        display: flex;
    }
}
.header__telephone {
    align-items: center;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: inherit;
    margin-bottom: 0;
    margin-right: 50px;
    width: auto;
}
.header__telephone-button {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
}
.header__telephone-button:hover,
.header__telephone-button:focus {
    color: #fff;
}
.header__telephone-button svg {
    border-radius: 50%;
    display: flex;
    height: 30px;
    margin-right: 5px;
    padding: 5px;
    width: 30px;
}
@media (min-width: 569px) {
    .header__telephone-button svg {
        background-color: #fff;
        fill: #b04c6a;
    }
}
.header__telephone-button::after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    content: '';
    height: 0;
    margin-left: 10px;
    transform: rotate(90deg);
    width: 0;
    display: none;
}
.header__telephone-list {
    background: #fff;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    display: none;
    height: 0;
    padding: 10px;
    position: absolute;
    top: 50px;
    transition: height 0.5s;
    z-index: 6;
}
.header__telephone-list--open {
    display: flex;
    flex-direction: column;
    height: auto;
    transition: height 0.5s;
}
.header__telephone-list-item {
    color: #000;
    display: flex;
    font-size: 16px;
    font-weight: bold;
}
.header__telephone-description {
    display: flex;
}
.header__telephone-value {
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}
.header__agency {
    align-items: center;
    display: flex;
    margin-right: 10px;
    position: relative;
}
.header__agency-login {
    align-items: center;
    background-image: url('/headers/white_label/img/landing/home/30756/pro.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    display: flex;
    font: 0 OpenSans-Semibold;
    height: 30px;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 20px;
    text-transform: uppercase;
    width: 58px;
}
.header__agency-list {
    background: #fff;
    border-radius: 10px;
    display: none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 40px;
    width: auto;
    z-index: 1000;
}
.header__agency-item {
    padding-left: 10px;
    padding-right: 10px;
}
.header__agency-link {
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    display: flex;
    font: 15px 'OpenSans-Semibold';
    padding: 10px 0;
    text-transform: inherit;
}
.header__booking {
    align-items: center;
    display: flex;
    width: auto;
    transition: background 0.5s, color 0.5s;
}
.header__booking-link {
    color: #fff;
    font: 15px 'OpenSans-Semibold';
    padding-right: 10px;
    text-transform: uppercase;
}
.header__language {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
    position: relative;
}
.header__language-text {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.header__language-text:hover,
.header__language-text:focus {
    color: #fff;
}
.header__language-text::after {
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    content: '';
    display: inline-block;
    height: 0;
    margin-left: 2.5px;
    margin-right: 2.5px;
    vertical-align: middle;
    width: 0;
}
.header__language-list {
    background: transparent;
    border-radius: 0;
    display: none;
    float: left;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 100%;
    width: auto;
    z-index: 1000;
}
.header__language-link {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #b31983;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    text-transform: uppercase;
}
.header__language-link--active, .header__language-link:hover {
    background: #3b1268;
    color: #fff;
}
.header__agency::after, .header__booking::after {
    background-color: #fff;
    border-radius: 0;
    content: '';
    display: block;
    height: 15px;
    margin: auto 25px;
    transform: rotate(0);
    width: 1px;
}
.header__lower {
    display: flex;
    height: auto;
    padding: 0 20px 15px;
}
@media (max-width: 1025px) {
    .header__lower {
        justify-content: flex-end;
        padding: 15px 35px;
    }
}
.header__logo {
    width: auto;
}
@media (min-width: 769px) {
    .header__logo {
        left: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
.header__logo a {
    display: inline-block;
}
.header__navbar {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}
.header__hamburguer {
    align-items: center;
    display: none;
    flex-grow: 1;
    height: 100%;
    justify-content: flex-end;
    padding: 0;
}
@media (max-width: 1024px) {
    .header__hamburguer {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 769px) {
    .header__hamburguer {
        margin-top: -20px;
    }
}
.header__hamburguer-btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.header__hamburguer-ico {
    background: #fff;
    content: '';
    display: block;
    height: 3px;
    margin-bottom: 5px;
    width: 30px;
}
.header__navbar--open {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    display: block;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transition: bottom 0.5s;
}
.header__navbar--open .header__navbar-content {
    bottom: 0;
}
.header__navbar-content {
    z-index: 5;
}
@media (max-width: 1024px) {
    .header__navbar-content {
        width: 50%;
        background: #fff;
        bottom: 100%;
        height: 100%;
        position: fixed;
        right: 0;
        transition: bottom 0.5s;
    }
}
@media (max-width: 570px) {
    .header__navbar-content {
        width: 100%;
    }
}
.header__navbar-close {
    display: flex;
    justify-content: flex-end;
    left: 0;
    margin: 0 auto;
    padding-right: 9px;
    position: absolute;
    right: 0;
    top: 10px;
}
.header__navbar-inner {
    align-items: center;
    cursor: pointer;
    display: none;
    height: 40px;
    justify-content: center;
    width: 40px;
    z-index: 5;
}
@media (max-width: 1024px) {
    .header__navbar-inner {
        display: flex;
    }
}
.header__navbar-ico {
    background-color: #fff;
}
.header__navbar-ico:first-child {
    background-color: #fff;
    height: 50px;
    left: 0;
    margin-right: -0.2rem;
    right: 0;
    transform: rotate(45deg);
    width: 2px;
    z-index: 2;
}
.header__navbar-ico:last-child {
    background: #fff;
    height: 50px;
    left: 0;
    right: 0;
    transform: rotate(-45deg);
    width: 2px;
    z-index: 2;
}
.header__navbar-list {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    margin-top: -5px;
}
@media (max-width: 1024px) {
    .header__navbar-list {
        flex-direction: column;
        justify-content: center;
        padding-top: 5px;
    }
}
.header__navbar-item {
    align-items: center;
    display: flex;
    line-height: 1;
    padding: 10px 5px;
    position: relative;
    width: auto;
}
@media (max-width: 1024px) {
    .header__navbar-item {
        flex-wrap: wrap;
        padding-bottom: 0;
        padding-top: 0;
        width: 100%;
    }
}
.header__navbar-link {
    align-items: center;
    background: transparent;
    border-radius: 30px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    justify-content: flex-start;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
@media (max-width: 1024px) {
    .header__navbar-link {
        height: 40px;
        color: #b31983;
    }
}
.header__navbar-link:hover {
    color: #3b1268;
    background: #fff;
}
.header__navbar-dropdown {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    display: none;
    list-style: none;
    max-width: auto !important;
    min-width: 100px;
    padding: 10px 20px;
    position: absolute;
    top: 50px;
    width: 380px;
    z-index: 5;
}
@media (max-width: 1024px) {
    .header__navbar-dropdown {
        position: relative;
        top: 10px;
    }
}
.header__navbar-dropdown::before {
    border-bottom: 10px solid;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    color: #fff;
    content: '';
    left: 190px;
    position: absolute;
    top: -10px;
}
@media (min-width: 1025px) {
    .header__navbar-dropdown {
        left: -100px;
    }
}
.header__navbar-dropdown--destiny {
    width: 170px;
}
.header__navbar-dropdown--destiny::before {
    left: 70px;
}
@media (min-width: 1025px) {
    .header__navbar-dropdown--destiny {
        left: -20px;
    }
}
.header__navbar-dropdown--events {
    width: auto;
}
.header__navbar-dropdown--events::before {
    left: 40px;
}
@media (min-width: 1025px) {
    .header__navbar-dropdown--events {
        left: 10px;
    }
}
.header__navbar-dropdown-item {
    border-bottom: 1px solid #e6e6e6;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}
.header__navbar-dropdown-item:last-child {
    border-bottom: 0;
}
.header__navbar-dropdown-link {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 2px;
    text-decoration: none;
    text-transform: inherit;
}
.header__navbar-dropdown-link:hover {
    color: #b31983;
}
.header__lang {
    align-items: center;
    background-color: #3b1268;
    display: none;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: -140px;
    top: 0;
    transition: right 0.5s;
    width: 200px;
}
@media (max-width: 1024px) {
    .header__lang {
        display: flex;
    }
}
.header__lang--open {
    right: 0;
}
.header__lang--open .header__lang-text svg {
    transform: rotate(0deg);
}
.header__lang-dropdown {
    cursor: pointer;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, .5);
    justify-content: center;
    width: 30%;
    height: 100%;
    display: flex;
}
.header__lang-dropdown span {
    margin-right: 5px;
}
.header__lang-text {
    color: #fff;
    cursor: pointer;
    display: flex;
    font: 14px 'OpenSans-Regular';
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(0);
}
.header__lang-text svg {
    height: 15px;
    width: 15px;
    fill: #fff;
    transform: rotate(90deg);
}
.header__lang-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 100%;
    width: 70%;
}
.header__lang-name {
    color: #fff;
    display: block;
    font: 14px 'OpenSans-Regular';
    line-height: 1.8;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.5s;
}
.header__lang-name--active, .header__lang-name:hover {
    color: #b31983;
}

.footer {
    background-color: #1a1a1a !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5rem 1rem;
}
#footer {background-color: #1a1a1a !important;}
#footer.footer-wl .footer-links.no-bgimage .opacity-layer-footer {background-color: #1a1a1a !important;}
@media (min-width: 569px) {
    .footer {
        padding: 5rem;
    }
}
.footer__content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}
.footer__content--higher {
    padding-bottom: 4rem;
}
.footer__content--lower {
    border-bottom: 0.1rem solid rgba(255, 255, 255, .3);
    justify-content: center;
    padding-top: 0;
}
@media (min-width: 769px) {
    .footer__content--lower {
        justify-content: space-between;
    }
}
@media (min-width: 1024px) {
    .footer__content {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}
.footer__logo {
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
@media (min-width: 1025px) {
    .footer__logo {
        margin-left: inherit;
        margin-right: inherit;
    }
}
.footer__logo:hover svg {
    opacity: 1;
}
.footer__logo:hover .footer__logo-img {
    opacity: 0;
}
.footer__logo-img {
    opacity: 1;
    transition: opacity 0.5s;
    max-width: 130px;
}
.footer__logo svg {
    height: 58px;
    left: 50%;
    max-width: 130px;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: opacity 0.5s;
}
.footer__hotels {
    width: 100%;
}
@media (min-width: 1025px) {
    .footer__hotels {
        width: 80%;
    }
}
.footer__hotels-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}
@media (min-width: 769px) {
    .footer__hotels-container {
        flex-wrap: nowrap;
    }
}
.footer__hotels-brand {
    margin-bottom: 3rem;
    text-align: center;
    width: 100%;
}
@media (min-width: 769px) {
    .footer__hotels-brand {
        margin-bottom: 0;
    }
}
@media (min-width: 569px) {
    .footer__hotels-brand {
        width: calc(50% - 2rem);
    }
}
.footer__hotels-brand-image {
    margin-bottom: 2rem;
    position: relative;
}
.footer__hotels-brand-image:hover .footer__hotels-brand-img {
    opacity: 0;
}
.footer__hotels-brand-image:hover svg {
    opacity: 1;
}
.footer__hotels-brand-img {
    transition: opacity 0.5s;
    opacity: 1;
}
.footer__hotels-brand svg {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: opacity 0.5s;
}
.footer__hotels-brand-link {
    color: #fff;
    font-size: 14px;
    transition-duration: 0.5s;
}
.footer__hotels-brand-link:hover {
    color: #b31983;
}
.footer__links {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
@media (min-width: 769px) {
    .footer__links {
        flex-wrap: nowrap;
        width: 80%;
    }
}
.footer__links-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    width: 100%;
    z-index: 2;
}
@media (min-width: 769px) {
    .footer__links-list {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}
.footer__links-item {
    align-items: center;
    display: flex;
    width: auto;
}
.footer__links-item::after {
    background-color: #fff;
    border-radius: 0;
    content: '';
    height: 15px;
    margin: auto 1rem;
    transform: rotate(0);
    width: 1px;
}
.footer__links-link {
    color: #fff;
    font: 13px 'OpenSans-Regular';
    text-transform: inherit;
}
.footer__links-link:hover {
    color: #b31983;
}
.footer__certificates {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.footer__certificates-item {
    display: flex;
    margin-right: 2rem;
    margin-top: 3rem;
    position: relative;
}
.footer__certificates-item:hover .footer__certificates-image {
    opacity: 0;
}
.footer__certificates-item:hover svg {
    opacity: 1;
}
.footer__certificates-image {
    transition: opacity 0.5s;
    opacity: 1;
}
.footer__certificates svg {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s;
}

@font-face {
    font-display: swap;
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff');
}
@font-face {
    font-display: swap;
    font-family: OpenSans-Semibold;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'), url('../fonts/OpenSans-Semibold.woff') format('woff');
}
@font-face {
    font-display: swap;
    font-family: OpenSans-Bold;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff');
}
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'OpenSans-Regular';
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}
ol, ul {
    list-style: none;
}
a, button {
    cursor: pointer;
    text-decoration: none;
    transition: color 0.5s, background-color 0.5s;
}
a:hover, button:hover, a:focus, button:focus {
    outline: none;
    text-decoration: none;
}
input:focus, select:focus, textarea:focus {
    outline: none;
}
h1, h2, h3, h4, h5, p, span {
    line-height: 1.2;
}
blockquote, q {
    quotes: none;
}
blockquote::before, q::before, blockquote::after, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
}
h1, h2, h3, p, a, button, blockquote, label, input, span {
    max-width: 100%;
}
strong, b {
    font-family: arial;
}
.bg-fix {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
svg {
    pointer-events: none;
}
button {
    background-color: transparent;
    border: 0;
}
option {
    color: #333;
}
