/* Fonts */
@font-face {
    font-family: 'Futura-Book';
    src: url('/headers/ssm/skin_custom/assets/magallanes_32639/fonts/Futura-Book.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura-Light';
    src: url('/headers/ssm/skin_custom/assets/magallanes_32639/fonts/Futura-Light.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-display: swap;
    font-family: icons-base;
    font-style: normal;
    font-weight: normal;
    src: url('/headers/ssm/skin_custom/assets/magallanes_32639/fonts/icons-base.woff') format('woff'),
    url('/headers/ssm/skin_custom/assets/magallanes_32639/fonts/icons-base.woff2') format('woff2');
}
/* Fonts */

html {
    font-family: Futura-book;
    font-size: 62.5%;
}

.newsletter__send-button, .btn-primary {
    align-items: center;
    background: white;
    border: 0.2rem;
    border-radius: 0;
    color: #0F3B7F;
    cursor: pointer;
    display: flex;
    font: 1.2rem Futura-Bold;
    height: 4.5rem;
    justify-content: center;
    padding: 0 2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s;
    width: auto;
}

.newsletter__send-button:hover, .btn-primary:hover {
    text-decoration: none;
}

.newsletter__title {
    color: #0F3B7F;
    font: 3rem Futura-Bold;
    text-transform: inherit;
}

@media (max-width: 1025px) {
    .newsletter__title {
        font-size: 2.4rem;
    }
}

.newsletter__subtitle {
    color: #666666;
    font: 1.6rem Futura-Book;
    text-transform: inherit;
}

@media (max-width: 1025px) {
    .newsletter__subtitle {
        font-size: 1.6rem;
    }
}

/* loyalty*/

#roi-loyalty-icon {
    display: none;
    margin-right: 1rem;
}

@media (min-width: 769px) {
    #roi-loyalty-icon {
        display: flex;
    }
}

/* Footer */

.footer {
    background-color: #0F3B7F !important;
    border-top: 0.5rem solid #00afb8;
    padding-top: 5rem;
    width: 100%;
}
@media (min-width: 769px) {
    .footer {
        padding: 0;
    }
}
.footer__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    padding-top: 3rem;
    width: 100%;
}
@media (min-width: 1025px) {
    .footer__container {
        max-width: 120rem;
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
    }
}
.footer__right {
    display: flex;
    flex-direction: column;
}
.footer__top {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    width: 100%;
}
@media (min-width: 569px) {
    .footer__top {
        display: flex;
        flex-direction: row;
    }
}
.footer__top-left {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media (min-width: 569px) {
    .footer__top-left {
        align-items: flex-start;
        width: 50%;
    }
}
.footer__top-right {
    width: 100%;
}
@media (min-width: 569px) {
    .footer__top-right {
        width: 50%;
    }
}
.footer__medium {
    align-items: center;
    border-top: 0.1rem solid white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
@media (min-width: 569px) {
    .footer__medium {
        align-items: inherit;
        flex-direction: row;
    }
}
.footer__bottom {
    background-color: #02142F;
    width: 100%;
}
.footer__bottom-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}
@media (min-width: 1025px) {
    .footer__bottom-container {
        max-width: 120rem;
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
    }
}
@media (min-width: 569px) {
    .footer__bottom-container {
        flex-direction: row;
        justify-content: space-between;
    }
}
.footer__bottom .language-line {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1rem;
}
@media (max-width: 1025px) {
    .footer__bottom .language-line {
        justify-content: center;
        margin-top: 2rem;
        width: 100%;
    }
}
.footer__bottom .language-line__text {
    color: transparent;
    font: 1.3rem Futura-Book;
    margin-right: 1rem;
}
.footer__bottom .language-line__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer__bottom .language-line__item {
    display: inline-block;
    margin: 1rem 0;
    text-align: center;
    width: 100%;
}
.footer__bottom .language-line__item:not(:last-child)::after {
    background-color: transparent;
    content: "";
    display: none;
    height: 1rem;
    margin: auto 2rem;
    width: 0.1rem;
}
@media (min-width: 569px) {
    .footer__bottom .language-line__item:not(:last-child)::after {
        display: inline-block;
    }
}
@media (min-width: 569px) {
    .footer__bottom .language-line__item {
        width: auto;
    }
}
.footer__bottom .language-line__link {
    color: #a4a4a4;
    font: 1.3rem Futura-Book;
    text-transform: uppercase;
}
.footer__bottom .language-line__link:hover, .footer__bottom .language-line__link:focus {
    color: white;
}
.footer__bottom .language-line__link--active {
    color: white;
}
.footer__bottom .language-line__link--active:hover {
    color: white;
}
@media (max-width: 1025px) {
    .footer__bottom .language-line {
        justify-content: flex-start;
        margin-top: 0;
        width: auto;
    }
}
@media (max-width: 569px) {
    .footer__bottom .language-line {
        order: 2;
        width: 100%;
    }
}
.footer__bottom .language-line__text {
    display: none;
}
.footer__bottom .language-line__item {
    max-width: 3rem;
    width: 100%;
}
@media (min-width: 569px) {
    .footer__bottom .language-line__item {
        width: auto;
    }
}
.footer__bottom .language-line__list {
    justify-content: center;
    width: 100%;
}
@media (min-width: 569px) {
    .footer__bottom .language-line__list {
        justify-content: flex-start;
    }
}
@media (min-width: 569px) {
    .footer__bottom {
        display: flex;
        flex-direction: row;
    }
}
.footer .logo {
    margin: 2rem 0;
}
.footer .logo__img {
    height: auto;
    max-width: auto;
}
.footer .logo__img--small {
    height: auto;
    max-width: 15rem;
}
.footer .logo svg {
    width: auto;
}

.generic-links {
    width: 100%;
}
.generic-links__title {
    color: white;
    font: 1.5rem Futura-Book;
    text-transform: uppercase;
}
.generic-links__list {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
}
.generic-links__item {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 1rem 0;
    text-align: center;
    width: 100%;
}
.generic-links__item:not(:last-child)::after {
    background-color: transparent;
    content: "";
    display: none;
    height: 1rem;
    margin: auto 2rem;
    margin-top: auto;
    width: 0.1rem;
}
@media (min-width: 569px) {
    .generic-links__item:not(:last-child)::after {
        display: inline-block;
    }
}
@media (min-width: 569px) {
    .generic-links__item {
        width: auto;
    }
}
.generic-links__link {
    color: white;
    font: 1.4rem Futura-Book;
    text-transform: inherit;
}
.generic-links__link:hover {
    color: #1a1a1a;
}
@media (min-width: 569px) {
    .generic-links {
        height: 10rem;
        order: 6;
        width: 45%;
    }
}
.generic-links__list {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}
.generic-links__item {
    text-align: left;
}
@media (min-width: 569px) {
    .generic-links__item:not(:last-child)::after {
        display: none;
    }
}

.contact__title {
    color: #1a1a1a;
    font: 1.5rem Futura-book;
    text-transform: uppercase;
}
.contact__list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
@media (min-width: 1025px) {
    .contact__list {
        text-align: left;
    }
}
.contact__item {
    margin: 0.5rem 0;
    width: 100%;
}
.contact__item--address .contact__label {
    display: flex;
}
.contact__label {
    color: white;
    font: 1.3rem Futura-Book;
}
.contact__element {
    color: white;
    font: 1.3rem Futura-Book;
}
.contact__element--link {
    color: white;
}
.contact__element--link:hover {
    color: #b3b3b3;
}
.contact__element--phone {
    color: white;
}
.contact__element--phone:hover {
    color: #b3b3b3;
}
.contact__extra {
    color: white;
    font-size: 1.3rem;
}
.contact__item:first-child .contact__label {
    display: none;
}
.contact__item--address {
    display: flex;
    justify-content: center;
    order: 1;
}
@media (min-width: 569px) {
    .contact__item--address {
        justify-content: flex-start;
        max-width: 16rem;
    }
}
.contact__item--phone {
    order: 2;
}
.contact__item--email {
    order: 3;
}
.contact__item--fax {
    display: none;
}
.contact__list {
    flex-direction: column;
}
@media (min-width: 569px) {
    .contact__list {
        align-items: flex-start;
        text-align: left;
    }
}

.newsletter {
    background: transparent;
    margin: 0;
}
.newsletter__content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: flex;
}
@media (min-width: 1025px) {
    .newsletter__content {
        max-width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
    }
}
.newsletter__form {
    align-content: center;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 4%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.newsletter__titles {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2rem;
    width: 100%;
}
@media (max-width: 1025px) {
    .newsletter__titles {
        width: 100%;
    }
}
.newsletter__subtitle, .newsletter__title {
    margin-bottom: 2rem;
    text-align: left;
    width: 100%;
}
.newsletter__title {
    color: white;
    font: 3rem Futura-Bold;
    text-transform: inherit;
}
.newsletter__subtitle {
    color: #666666;
    font: 1.6rem Futura-Book;
    text-transform: uppercase;
}
.newsletter__paragraph {
    color: #666666;
    font: 1.8rem/1.2 Futura-Book;
    text-transform: inherit;
}
.newsletter__send {
    align-items: center;
    border: 0;
    border-radius: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 2rem 0;
    width: 120rem;
}
@media (max-width: 1025px) {
    .newsletter__send {
        margin: 0 auto;
        width: 100%;
    }
}
@media (max-width: 569px) {
    .newsletter__send {
        flex-direction: column;
    }
}
.newsletter__send-input {
    background: #02142F;
    border: 0;
    border-radius: 0.4rem;
    color: white;
    flex: 1;
    font: 1.8rem Futura-Book;
    height: auto;
    margin-right: 2rem;
    padding: 1rem 3%;
    width: 100%;
}
.newsletter__send-input:active, .newsletter__send-input:focus, .newsletter__send-input:hover {
    outline: #00afb8;
}
@media (max-width: 569px) {
    .newsletter__send-input {
        margin-bottom: 2rem;
        margin-right: 0;
        width: 100%;
    }
}
.newsletter__send-country input {
    background: #02142F;
    border: 0;
    border-radius: 0.4rem;
    color: white;
    flex: 1;
    font: 1.8rem Futura-Book;
    height: auto;
    margin-right: 2rem;
    padding: 1rem 3%;
    width: 100%;
}
.newsletter__send-button {
    width: 20%;
}
@media (max-width: 569px) {
    .newsletter__send-button {
        width: 100%;
    }
}
.newsletter__check {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: left;
    width: 100%;
}
.newsletter__check-text {
    color: white;
    font: 1.8rem/1.2 Futura-Book;
    max-width: 100%;
}
.newsletter__check-link {
    color: white;
    font: 1.8rem Futura-Book;
    transition: color 0.5s;
}
.newsletter__check-link:active, .newsletter__check-link:focus, .newsletter__check-link:hover {
    color: #02142F;
}
.newsletter__image {
    height: 100%;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.newsletter__subtitle {
    display: none;
}
.newsletter__titles {
    padding: 0;
}
.newsletter__form {
    z-index: 0;
}
.newsletter__title {
    margin-bottom: 1rem;
}
.newsletter__image {
    display: none;
}
.newsletter__send {
    padding-bottom: 1rem;
    padding-top: 0;
}
.newsletter__send-button {
    background-color: white;
    color: #0F3B7F;
    font: 1.2rem Futura-Bold;
    height: 3.6rem;
}
.newsletter__send-button:hover {
    background-color: #00afb8;
    border: 0;
    color: white;
}
.newsletter__send-input::placeholder {
    color: white;
}

.social {
    text-align: center;
    display: flex;
    justify-content: center;
    order: 1;
}
.social__title {
    color: white;
    display: none;
    font: 1.5rem Futura-Book;
}
.social__list {
    display: flex;
    justify-content: center;
}
.social__item {
    margin: 0.5rem;
}
.social__link {
    align-items: center;
    background: #a4a4a4;
    border: 0.1rem solid none;
    border-radius: 50%;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: all 0.2s;
    width: 2.5rem;
}
.social__link:hover {
    background: #00afb8;
    border-color: white;
}
.social__link:hover::before {
    color: white;
}
.social__link::before {
    color: black;
    font-size: 1.5rem;
    transition: all 0.2s;
}
@media (min-width: 569px) {
    .social {
        justify-content: flex-end;
        margin: 0;
        order: 2;
    }
}

.certificates {
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    order: 3;
}
.certificates__author {
    color: #a4a4a4;
    font: 1.3rem Futura-Light;
    margin: 0.5rem 1rem;
    text-transform: inherit;
    transition: color 0.5s;
}
.certificates__author:hover, .certificates__author:focus {
    color: #00afb8;
}
.certificates__thawte {
    color: white;
    font-size: 4rem;
}
.certificates__author {
    width: 6rem;
}
.header {
    background: #fff;
}
.header .header-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
@media (min-width: 1025px) {
    .header .header-container {
        width: 100%;
    }
}
@media (min-width: 1025px) {
    .header .header-container {
        flex-direction: row-reverse;
    }
}
@media (min-width: 769px) {
    .header .header-container {
        flex-direction: row;
    }
}
.header__top {
    align-items: center;
    border-bottom: 0.1rem solid white;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: auto;
    margin-bottom: 1rem;
    width: 100%;
}
@media (min-width: 769px) {
    .header__top {
        border-bottom: transparent;
    }
}
@media (min-width: 569px) {
    .header__top {
        flex-wrap: nowrap;
    }
}
.header .booking {
    align-items: center;
    display: flex;
    transition: background 0.5s, color 0.5s;
    display: none;
    justify-content: center;
    max-width: 14rem;
    width: 100%;
}
.header .booking__link {
    color: white;
    font: 1.4rem Futura-Book;
    text-transform: uppercase;
    transition: background 0.5s, color 0.5s;
    margin: 0 .5rem;
}
.header .booking__link:hover, .header .booking__link:focus {
    color: #00afb8;
}
@media (min-width: 769px) {
    .header .booking {
        max-width: 100%;
        width: auto;
    }
}
@media (min-width: 569px) {
    .header .booking {
        display: flex;
    }
}
.header .booking::after, .header .booking::before {
    background-color: white;
    content: "";
    display: flex;
    height: 1.5rem;
    margin-right: 0.5rem;
    width: 0.1rem;
}
.header .language {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    display: none;
    justify-content: center;
}
.header .language__text {
    color: white;
    cursor: pointer;
    font: 1.2rem arial;
    margin-right: 1rem;
}
.header .language__text--line {
    display: none;
}
.header .language__text--dropdown {
    color: #000;
    font: 1.2rem arial;
    text-transform: uppercase;
    background: none;
    border: 0;
}
.header .language__text--dropdown::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: 0.25rem;
    margin-right: 0.25rem;
    vertical-align: middle;
    width: 0;
}
.header .language__text--dropdown:hover, .header .language__text--dropdown:focus {
    color: #000;
}
.header .language__list {
    background:  #fff;
    border-radius: 0;
    display: none;
    float: left;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: auto;
    z-index: 1000;
}
.header .language.open .language__list, .header .language__list.show {
    display: block;
}
.header .language__link {
    align-items: center;
    color: black;
    display: flex;
    font: 1.2rem arial;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    transition: color 0.5s, background 0.5s;
}
.header .language__link:hover, .header .language__link:focus {
    background: #00afb8;
    color: black;
}
.header .language__link--active {
    background: transparent;
    color: white;
}
.header .language__link--active:hover {
    background: transparent;
    color: white;
}
@media (min-width: 569px) {
    .header .language {
        display: flex;
    }
}
@media (max-width: 1025px) {
    .header .language {
        margin-top: 0;
        max-width: 6rem;
        width: 100%;
    }
}
.header .language__text--dropdown {
    align-items: center;
    display: flex;
}
.header .language__link {
    align-items: center;
    display: flex;
    padding: 0;
    width: auto;
}
.header .language__item {
    align-items: center;
    padding: 1rem 0.5rem;
    display: flex;
}
.header .language__item:hover {
    background-color: #00afb8;
}
.header .language__item--active {
    display: none;
}
.header .language__item--es::before {
    background-image: url("/headers/ssm/skin_custom/assets/magallanes_32639/images/es.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: flex;
    height: 1.2rem;
    margin-right: 0.5rem;
    width: 1.8rem;
}
.header .language__item--en::before {
    background-image: url("/headers/ssm/skin_custom/assets/magallanes_32639/images/en.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: flex;
    height: 1.2rem;
    margin-right: 0.5rem;
    width: 1.8rem;
}
.header .language__item--pt::before {
    background-image: url("/headers/ssm/skin_custom/assets/magallanes_32639/images/pt.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: flex;
    height: 1.2rem;
    margin-right: 0.5rem;
    width: 1.8rem;
}
.header .language__item--fr::before {
    background-image: url("/headers/ssm/skin_custom/assets/magallanes_32639/images/fr.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: flex;
    height: 1.2rem;
    margin-right: 0.5rem;
    width: 1.8rem;
}
.header .language__text {
    display: none;
}
.header .logo {
    margin-right: 4rem;
    flex-grow: 1;
}
.header .logo__img {
    height: auto;
    max-width: 15rem;
}
.header .logo__img--small {
    height: auto;
    max-width: 15rem;
}
.header .logo svg {
    width: 15rem;
}
@media (min-width: 769px) {
    .header .logo {
        flex-grow: 0;
        width: auto;
    }
}

.agency {
    align-items: center;
    display: flex;
    position: relative;
    display: none;
}
.agency.open .agency__list {
    display: block;
}
.agency__login {
    align-items: center;
    color: white;
    display: flex;
    font: 1.4rem Futura-Book;
    justify-content: center;
    text-transform: uppercase;
}
.agency__login::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: 0.25rem;
    margin-right: 0.25rem;
    vertical-align: middle;
    width: 0;
}
.agency__list {
    background: #00afb8;
    border-radius: 0;
    display: none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: auto;
    z-index: 1000;
}
.agency__items {
    padding-bottom: 0.5rem;
}
.agency__link {
    align-items: center;
    color: white;
    display: flex;
    font: 1.4rem Futura-Book;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    transition: color 0.5s, background 0.5s;
}
.agency__link:hover {
    background: #0F3B7F;
    color: white;
}
@media (min-width: 569px) {
    .agency {
        display: flex;
    }
}
.agency__login {
    border-left: 0.1rem solid white;
}
.agency__login::after {
    display: none;
}

.official {
    align-items: center;
    display: flex;
    flex-grow: 1;
}
@media (max-width: 769px) {
    .official {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
        width: 100%;
    }
}
.official__title {
    color: white;
    font: 1rem Futura-Book;
    text-align: center;
    text-transform: uppercase;
}
.official__subtitle {
    color: white;
    font: 1rem Futura-Book;
    padding-right: 0.5rem;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 569px) {
    .official {
        justify-content: center;
        margin-bottom: 1rem;
    }
}
@media (max-width: 769px) {
    .official {
        justify-content: flex-start;
        width: 100%;
    }
}

.navbar {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    border-top: transparent;
    flex-grow: 0;
    justify-content: space-between;
    margin-bottom: 1rem;
    width: auto;
}
.navbar--open .navbar__hamburguer {
    z-index: 1;
}
.navbar--open .navbar__content {
    bottom: 0;
}
.navbar__hamburguer {
    align-items: center;
    display: none;
    flex-grow: 1;
    height: 100%;
    justify-content: flex-end;
    padding: 0;
}
@media (max-width: 769px) {
    .navbar__hamburguer {
        display: flex;
        flex-wrap: wrap;
    }
}
.navbar__hamburguer-btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.navbar__hamburguer-ico {
    background: white;
    content: "";
    display: block;
    height: 0.3rem;
    margin-bottom: 0.5rem;
    width: 3rem;
}
.navbar__hamburguer-ico:last-child {
    margin-bottom: 0;
}
.navbar__hamburguer-text {
    color: white;
    display: none;
    font: 1.1rem Futura-Bold;
    margin-top: 0.1rem;
    text-align: center;
    width: 100%;
}
.navbar__close {
    display: flex;
    justify-content: flex-end;
    left: 0;
    margin: 0 auto;
    padding-right: 0.9rem;
    position: absolute;
    right: 0;
    top: 1rem;
}
.navbar__close-inner {
    align-items: center;
    cursor: pointer;
    display: none;
    height: 4rem;
    justify-content: center;
    width: 4rem;
    z-index: 5;
}
@media (max-width: 769px) {
    .navbar__close-inner {
        display: flex;
    }
}
.navbar__close-ico:nth-child(1) {
    background-color: white;
    height: 5rem;
    left: 0;
    margin-right: -0.2rem;
    right: 0;
    transform: rotate(45deg);
    width: 0.2rem;
    z-index: 2;
}
.navbar__close-ico:nth-child(2) {
    background: white;
    height: 5rem;
    left: 0;
    right: 0;
    transform: rotate(-45deg);
    width: 0.2rem;
    z-index: 2;
}
.navbar__list {
    align-items: center;
    display: flex;
    flex-grow: 1;
    height: 100%;
    justify-content: space-between;
    z-index: 1000;
}
@media (max-width: 769px) {
    .navbar__list {
        flex-direction: column;
        justify-content: center;
    }
}
.navbar__item {
    align-items: center;
    display: flex;
    line-height: 2;
    padding: 0 1rem;
}
.navbar__link {
    align-items: center;
    color: white;
    display: flex;
    font: 1.4rem Futura-Book;
    height: 100%;
    justify-content: center;
    line-height: 2;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.navbar__link:hover, .navbar__link:focus, .navbar__link--active {
    color: white;
    text-decoration: none;
}
@media (max-width: 769px) {
    .navbar__link {
        color: white;
    }
    .navbar__link:hover, .navbar__link:focus, .navbar__link--active {
        color: white;
    }
}
.navbar__dropdown {
    align-items: center;
    display: flex;
    line-height: 1;
    position: relative;
}
.navbar__dropdown::after {
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    color: white;
    content: "";
    display: flex;
    margin-left: 0.5rem;
    position: relative;
    transition: color 0.5s;
}
.navbar__dropdown:hover::after {
    color: white;
}
.navbar__list-dropdown {
    background-color: #0F3B7F;
    border-radius: 0.7rem;
    display: none;
    left: -6rem;
    list-style: none;
    max-width: 30rem;
    min-width: 23rem;
    padding: 1rem;
    position: absolute;
    top: 100%;
    z-index: 1;
}
.navbar__list-dropdown::before {
    border-bottom: 1rem solid;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    color: #0F3B7F;
    content: "";
    left: 11rem;
    position: absolute;
    top: -1rem;
}
.navbar__list-dropdown--view-more {
    left: 0;
    min-width: 15rem;
}
.navbar__list-dropdown--view-more::before {
    left: 6rem;
}
.navbar__item-dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
}
.navbar__link-dropdown {
    color: white;
    display: block;
    font: 1.4rem Futura-Bold;
    padding: 1rem 1.6rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.5s;
}
.navbar__link-dropdown:hover {
    color: #00afb8;
    text-decoration: none;
}
.navbar__content {
    z-index: 5;
}
@media (max-width: 769px) {
    .navbar__content {
        background: #0F3B7F;
        bottom: 100%;
        height: 100%;
        position: fixed;
        right: 0;
        transition: bottom 0.5s;
        width: 100%;
    }
}
.navbar__language {
    align-items: center;
    background-color: #0F3B7F;
    display: none;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: -14rem;
    top: 0;
    transition: right 0.5s;
    width: 20rem;
}
.navbar__language--open {
    right: 0;
}
.navbar__language--open .navbar__language-arrow {
    transform: rotate(0deg);
}
@media (max-width: 769px) {
    .navbar__language {
        display: flex;
    }
}
.navbar__language-dropdown {
    align-items: center;
    border-left: 0.1rem solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 30%;
}
.navbar__language-text {
    color: white;
    cursor: pointer;
    display: flex;
    font: 1.4rem Futura-Bold;
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(0%);
}
.navbar__language-text:hover {
    color: white;
    text-decoration: none;
}
.navbar__language-arrow {
    margin-left: 1.5rem;
    transform: rotate(180deg);
    transition: transform 0.5s;
}
.navbar__language-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 100%;
    width: 70%;
}
.navbar__language-link:hover {
    text-decoration: none;
}
.navbar__language-name {
    color: #a4a4a4;
    display: block;
    font: 1.3rem arial;
    line-height: 1.8;
    text-transform: uppercase;
    transition: color 0.5s;
}
.navbar__language-name:hover, .navbar__language-name--active {
    color: white;
    text-decoration: none;
}
@media (min-width: 1025px) {
    .navbar {
        margin: 0;
        width: auto;
    }
}
@media (min-width: 769px) {
    .navbar {
        border-top: 0.1rem solid white;
        flex-grow: 1;
        width: 100%;
    }
}
.navbar__content {
    width: 100%;
}
.navbar__item {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0;
}
@media (min-width: 1201px) {
    .navbar__item:hover .navbar__link::before {
        background-color: #00afb8;
        transition: 1s;
        width: 100%;
    }
}
.navbar__link {
    position: relative;
}
.navbar__link--active {
    color: white;
    font-family: Futura-Book;
}
.navbar__link--active::after {
    background-color: #00afb8;
    bottom: -0.5rem;
    content: "";
    display: flex;
    height: 0.3rem;
    left: 0;
    position: absolute;
    width: 100%;
}
.navbar__link::before {
    background-color: #00afb8;
    bottom: -0.5rem;
    content: "";
    display: flex;
    height: 0.3rem;
    left: 0;
    position: absolute;
    transition: 1s;
    width: 0;
}
.navbar__hamburguer-btn {
    height: 2.5rem;
}
.navbar__hamburguer-ico {
    height: 0.2rem;
}

.logo__img {
    height: auto;
    max-width: 20rem;
}
.logo__img--small {
    height: auto;
    max-width: 15rem;
}
.logo svg {
    width: 20rem;
}
.logo__img {
    height: auto;
    width: 100%;
}

.engine-button {
    align-items: center;
    display: none;
    justify-content: center;
    margin-left: 1rem;
    max-width: 15rem;
    width: 100%;
}
.engine-button__link {
    align-items: center;
    background-color: #00afb8;
    color: white;
    display: flex;
    font: 1.2rem Futura-Bold;
    justify-content: center;
    padding: 0.7rem 2rem;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s background-color, color 0.5s;
    width: 100%;
}
.engine-button__link:hover {
    background-color: white;
    color: #0F3B7F;
}
@media (max-width: 1024) {
    .engine-button {
        display: none;
    }
}
.engine-button__link {
    white-space: nowrap;
}

.navbar-caelum {
    align-items: center;
    display: flex;
    justify-content: center;
}
.navbar-caelum__hamburguer {
    display: none;
}
@media (max-width: 200rem) {
    .navbar-caelum__hamburguer {
        display: flex;
    }
}
.navbar-caelum__hamburguer-ico {
    background: #0F3B7F;
    content: "";
    display: flex;
    height: 0.2rem;
    margin-bottom: 0.5rem;
    pointer-events: none;
    transition: transform 0.5s, margin 0.5s;
    width: 3rem;
}
.navbar-caelum__hamburguer-ico:last-child {
    margin-bottom: 0;
}
.navbar-caelum__hamburguer-ico--open {
    margin-bottom: 0;
}
.navbar-caelum__hamburguer-ico--open:nth-child(1) {
    transform: rotate(45deg) translate(0.2rem, 0.2rem);
}
.navbar-caelum__hamburguer-ico--open:nth-child(2) {
    transform: rotate(-45deg);
}
.navbar-caelum__hamburguer-ico--open:last-child {
    display: none;
}
.navbar-caelum__close {
    align-items: center;
    cursor: pointer;
    display: none;
    height: 3rem;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 3rem;
}
@media (max-width: 1025px) {
    .navbar-caelum__close {
        display: flex;
    }
}
.navbar-caelum__close-ico {
    background-color: white;
    height: 3rem;
    width: 0.2rem;
}
.navbar-caelum__close-ico--one {
    margin-right: -0.2rem;
    transform: rotate(45deg);
}
.navbar-caelum__close-ico--two {
    transform: rotate(-45deg);
}
.navbar-caelum__body {
    position: relative;
    right: 0;
    transition: right 0.5s;
}
.navbar-caelum__body--open {
    overflow: hidden;
    right: 60rem;
}
@media (max-width: 200rem) {
    .navbar-caelum__inner {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        justify-content: center;
        overflow: scroll;
    }
}
@media (max-width: 200rem) {
    .navbar-caelum__content {
        background: #0F3B7F;
        height: 100%;
        position: fixed;
        right: -60rem;
        top: 0;
        transition: right 0.5s;
        width: 60rem;
    }
    .navbar-caelum__content--open {
        right: 0;
    }
}
@media (max-width: 1025px) {
    .navbar-caelum__content {
        right: -100%;
        width: 100%;
    }
}
@media (max-width: 1025px) {
    .navbar-caelum__content--open {
        right: 0;
    }
}
.navbar-caelum__list {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 200rem) {
    .navbar-caelum__list {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
}
.navbar-caelum__item {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 1rem;
    margin-right: 1rem;
}
@media (max-width: 200rem) {
    .navbar-caelum__item {
        margin: 1rem 0;
    }
}
.navbar-caelum__item:last-child {
    margin-right: 0;
}
.navbar-caelum__link {
    align-items: center;
    color: white;
    display: flex;
    font: 1.5rem Futura-Book;
    justify-content: center;
    text-transform: uppercase;
}
.navbar-caelum__link:hover, .navbar-caelum__link:focus, .navbar-caelum__link--active {
    color: white;
}
@media (max-width: 200rem) {
    .navbar-caelum__link {
        color: #00afb8;
    }
    .navbar-caelum__link:hover, .navbar-caelum__link:focus, .navbar-caelum__link--active {
        color: #00afb8;
    }
}
.navbar-caelum__dropdown {
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}
.navbar-caelum__dropdown-item {
    width: 100%;
}
.navbar-caelum__dropdown-link {
    color: white;
    display: flex;
    font: 1.3rem Futura-Book;
    justify-content: center;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-transform: uppercase;
}
.navbar-caelum__dropdown-link:hover {
    color: white;
}
@media (min-width: 200rem) {
    .navbar-caelum__language, .navbar-caelum__agency, .navbar-caelum__booking, .navbar-caelum__generic-links {
        display: none;
    }
}
.navbar-caelum__agency {
    order: 1;
}
@media (max-width: 200rem) {
    .navbar-caelum__inner {
        align-items: flex-start;
        padding-left: 10%;
    }
}
.navbar-caelum__list {
    align-items: flex-start;
}
@media (max-width: 200rem) {
    .navbar-caelum__list {
        order: 3;
    }
}
.navbar-caelum__close {
    display: flex;
    margin-right: 1rem;
    margin-top: 1rem;
    top: 3rem;
}
.navbar-caelum__content--open::after {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.navbar-caelum__item:hover .navbar-caelum__link::before {
    background-color: #00afb8;
    transition: 1s;
    width: 100%;
}
.navbar-caelum__link {
    position: relative;
}
.navbar-caelum__link--active {
    font: 1.6rem Futura-book;
}
.navbar-caelum__link--active::after {
    background-color: #00afb8;
    bottom: -0.1rem;
    content: "";
    display: flex;
    height: 0.1rem;
    left: 0;
    position: absolute;
    width: 100%;
}
.navbar-caelum__link::before {
    background-color: #00afb8;
    bottom: -0.1rem;
    content: "";
    display: flex;
    height: 0.1rem;
    left: 0;
    position: absolute;
    transition: 1s;
    width: 0;
}
@media (max-width: 200rem) {
    .navbar-caelum__link {
        color: white;
    }
    .navbar-caelum__link:hover {
        color: white;
    }
}
.navbar-caelum__hamburguer-btn {
    height: 2.5rem;
}
@media (min-width: 1201px) {
    .navbar-caelum__hamburguer-btn {
        z-index: 2;
    }
}
.navbar-caelum__hamburguer-ico:nth-child(even) {
    width: 3rem;
}
.navbar-caelum__hamburguer-ico--open {
    display: none;
}
.navbar-caelum__inner {
    flex-direction: column;
    position: relative;
    z-index: 2;
}
@media (max-width: 200rem) {
    .navbar-caelum__inner {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        overflow: auto;
    }
}
.navbar-caelum .booking {
    align-items: center;
    display: flex;
    transition: background 0.5s, color 0.5s;
    order: 2;
}
.navbar-caelum .booking__link {
    color: white;
    font: 1.4rem Futura-Book;
    text-transform: uppercase;
    transition: background 0.5s, color 0.5s;
}
.navbar-caelum .booking__link:hover, .navbar-caelum .booking__link:focus {
    color: #00afb8;
}
.navbar-caelum .booking::before {
    background-color: white;
    content: "";
    display: flex;
    height: 1.5rem;
    margin-right: 0.5rem;
    width: 0.1rem;
}

.navigator {
    background: white;
    display: flex;
    position: relative;
    transition: top 0.5s, right 0.5s, margin 0.5s;
    height: 0;
}
.navigator--fixed {
    position: fixed;
    right: 0;
    top: -100%;
    width: 100%;
    z-index: 3;
}
.navigator--fixed .navigator__logo, .navigator--fixed .navigator__navbar {
    display: flex;
}
.navigator--fixed .navigator__engine {
    background: none;
    bottom: 0;
    flex-grow: 1;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
}
@media (max-width: 1025px) {
    .navigator--fixed .navigator__engine {
        background: white;
        bottom: auto;
        height: auto;
        left: 100%;
        padding: 2rem;
        position: fixed;
        right: auto;
        top: 10rem;
    }
    .navigator--fixed .navigator__engine--open {
        left: 0;
    }
}
.navigator--fixed .navigator__form {
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
}
@media (max-width: 769px) {
    .navigator--fixed .navigator__form {
        flex-wrap: wrap;
    }
}
.navigator--fixed .navigator__destination {
    padding-right: 4rem;
    width: auto;
}
.navigator--fixed .navigator__destination input {
    color: black;
    font-size: 1.3rem;
}
@media (max-width: 769px) {
    .navigator--fixed .navigator__destination input {
        width: auto;
    }
}
@media (max-width: 769px) {
    .navigator--fixed .navigator__destination {
        width: 100%;
    }
}
.navigator--fixed .navigator__dates {
    width: auto;
}
@media (max-width: 769px) {
    .navigator--fixed .navigator__dates {
        width: 100%;
    }
}
.navigator--fixed .navigator__date-group {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}
@media (max-width: 769px) {
    .navigator--fixed .navigator__date-group {
        justify-content: center;
        text-align: center;
    }
}
.navigator--fixed .navigator__date-text {
    color: black;
    font: 1.3rem Futura-book;
    width: 100%;
}
.navigator--fixed .navigator__date-day {
    color: black;
    font: 1.8rem Futura-book;
    width: auto;
}
.navigator--fixed .navigator__date-month {
    color: black;
    font: 1.8rem Futura-book;
    margin-left: 0.5rem;
    margin-top: 0;
    width: auto;
}
.navigator--fixed .navigator__promo {
    margin-bottom: 0;
    padding-right: 4rem;
    width: auto;
}
@media (max-width: 769px) {
    .navigator--fixed .navigator__promo {
        padding-right: 0;
        width: 100%;
    }
}
.navigator--fixed .navigator__promo-link {
    color: black;
    display: flex;
    flex-direction: column;
    font: 1.3rem Futura-book;
}
.navigator--fixed .navigator__promo-text {
    color: black;
    font: 1.3rem Futura-book;
}
.navigator--fixed .navigator__promo input {
    max-width: 12rem;
}
@media (max-width: 769px) {
    .navigator--fixed .navigator__promo input {
        max-width: 100%;
    }
}
.navigator--fixed .navigator__action {
    width: auto;
}
@media (max-width: 769px) {
    .navigator--fixed .navigator__action {
        width: 100%;
    }
}
@media (max-width: 769px) {
    .navigator--fixed .navigator__engine-button {
        display: flex;
    }
}
@media (max-width: 1025px) {
    .navigator--fixed .navigator__container {
        justify-content: space-between;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}
@media (max-width: 1025px) {
    .navigator--fixed .navigator__engine-button {
        display: flex;
    }
}
@media (max-width: 1025px) {
    .navigator--fixed .navigator__container {
        justify-content: space-between;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}
.navigator--animate {
    top: 0;
}
.navigator--open {
    right: 60rem;
}
.navigator--bookcore {
    position: relative;
}
.navigator--bookcore.navigator--open {
    margin-right: 60rem;
    right: 0;
}
.navigator__logo, .navigator__navbar {
    display: none;
}
.navigator__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    align-items: center;
    display: flex;
}
@media (min-width: 1025px) {
    .navigator__container {
        max-width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
    }
}
.navigator--fixed {
    background-color: white;
    height: auto;
}
.navigator--fixed .roi-search-engine__form {
    background-color: transparent;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}
.navigator--fixed .roi-search-engine__item--checkin, .navigator--fixed .roi-search-engine__item--checkout {
    padding: 0;
}
.navigator--fixed .roi-search-engine__item--occupancy {
    padding: 1rem;
}
@media (min-width: 769px) {
    .navigator--fixed .roi-search-engine__item--occupancy {
        border-bottom: 0;
        border-left: 0.1rem solid rgba(0, 0, 0, 0.2);
        border-right: 0.1rem solid rgba(0, 0, 0, 0.2);
        border-top: 0;
    }
}
.navigator--fixed .roi-search-engine__item--dates::before {
    color: #0F3B7F;
}
.navigator--fixed .roi-search-engine__label--promo {
    color: #666666;
}
.navigator--fixed .roi-search-engine__label--promo::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-image: url("/static/kinhahotel/images/Shape-blue.png");
    content: "";
    display: flex;
    height: 1.7rem;
    margin-left: 1.5rem;
    margin-right: 1rem;
    width: 2.5rem;
}
.navigator--fixed .roi-search-engine__field--month-year {
    color: #666666;
}
.navigator--fixed .roi-search-engine__field--day {
    color: #666666;
}
.navigator--fixed .roi-search-engine__field--calendar .svg-roi {
    fill: #666666;
    height: 1.5rem;
}
.navigator--fixed .roi-search-engine__occupancy-amount {
    color: #666666;
}
.navigator--fixed .roi-search-engine__occupancy-info .svg-roi {
    fill: #0F3B7F;
    height: 1.5rem;
}
.navigator--fixed .roi-search-engine__tabs {
    bottom: -2.5rem;
}
.navigator--fixed .roi-search-engine__tabs-hotel {
    background-color: white;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
}
.navigator--fixed .roi-search-engine__tabs-text {
    color: #666666;
}
.navigator--fixed .roi-search-engine__tabs-text--fly {
    background-color: transparent;
    color: white;
}
.navigator--fixed .roi-search-engine__tabs-fly {
    background-color: #0F3B7F;
}
.navigator--fixed .navigator__container {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
    padding-bottom: 2.5rem;
    padding-top: 2rem;
}
@media (min-width: 569px) {
    .navigator--fixed .navigator__container {
        box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
    }
}
@media (min-width: 1025px) {
    .navigator--fixed .navigator__container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.navigator--fixed .navigator__logo--top {
    height: 5.2rem;
    width: 4.8rem;
}
.navigator--fixed .navigator__engine {
    left: 7%;
}
.navigator--fixed .navigator__engine--open {
    transition: left 0.5s;
}
@media (max-width: 769px) {
    .navigator--fixed .navigator__engine--open {
        margin-left: auto;
        margin-right: auto;
        right: 0;
    }
}
.navigator--fixed .navigator__engine-button {
    max-width: 20rem;
}
@media (max-width: 1025px) {
    .navigator--fixed .navigator__engine {
        padding: 0;
        width: 100%;
    }
}
.navigator__container {
    justify-content: center;
}
@media (min-width: 1025px) {
    .navigator__container {
        padding-left: 0;
        padding-right: 0;
    }
}
.navigator__engine {
    bottom: 20rem;
    display: flex;
    justify-content: center;
    left: 0;
    max-width: 32rem;
    position: relative;
}
@media (min-width: 1025px) {
    .navigator__engine {
        bottom: 7rem;
        left: -5%;
    }
}
@media (min-width: 769px) {
    .navigator__engine {
        bottom: 7rem;
        left: 0;
        max-width: 100%;
    }
}
.navigator .language {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 1rem;
    order: 4;
    width: 100%;
}
.navigator .language.open .language__list {
    display: block;
}
.navigator .language__text {
    color: white;
    cursor: pointer;
    font: 1.2rem Futura-book;
    margin-right: 1rem;
}
.navigator .language__text--line {
    display: none;
}
.navigator .language__text--dropdown {
    color: white;
    font: 1.2rem Futura-book;
    text-transform: uppercase;
}
.navigator .language__text--dropdown::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: 0.25rem;
    margin-right: 0.25rem;
    vertical-align: middle;
    width: 0;
}
.navigator .language__text--dropdown:hover, .navigator .language__text--dropdown:focus {
    color: #00afb8;
}
.navigator .language__list {
    background: transparent;
    border-radius: 0;
    display: none;
    float: left;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: auto;
    z-index: 1000;
}
.navigator .language__link {
    align-items: center;
    color: #a4a4a4;
    display: flex;
    font: 1.2rem Futura-book;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    transition: color 0.5s, background 0.5s;
}
.navigator .language__link:hover, .navigator .language__link:focus {
    background: transparent;
    color: white;
}
.navigator .language__link--active {
    background: transparent;
    color: white;
}
.navigator .language__link--active:hover {
    background: transparent;
    color: white;
}
.navigator .language__link {
    padding: 1rem 0.5rem;
    white-space: nowrap;
}
.navigator .language__link--active {
    align-items: center;
    color: white;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.navigator .language__list {
    display: flex !important;
    left: -1rem;
    right: 0;
    top: -1rem;
}
.navigator .language__text--dropdown {
    display: none;
}
.navigator .language__text--dropdown::after {
    display: none;
}

.extra-bar {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1;
}
@media (min-width: 569px) {
    .extra-bar {
        display: flex;
    }
}
.extra-bar__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 8rem;
}
.extra-bar .tour-andromeda {
    position: relative;
    right: 0;
    top: 0;
    align-items: center;
    background-color: #0F3B7F;
    display: flex;
    height: 6rem;
    justify-content: center;
    transition: width 0.5s;
    width: 100%;
}
.extra-bar .tour-andromeda__button {
    color: white;
    font-size: 3rem;
}
.extra-bar .tour-andromeda__modal-content iframe {
    min-height: 30rem;
    width: 100%;
}
@media (min-width: 769px) {
    .extra-bar .tour-andromeda__modal-content iframe {
        min-height: 60rem;
    }
}
.extra-bar .tour-andromeda:hover {
    background-color: #00afb8;
    width: 9.5rem;
}
.extra-bar__blife {
    align-items: center;
    background-color: #0F3B7F;
    display: flex;
    flex-direction: column;
    height: 6rem;
    justify-content: center;
    transition: width 0.5s;
    width: 100%;
}
.extra-bar__blife:hover {
    background-color: #00afb8;
    width: 9.5rem;
}
.extra-bar__blife-title {
    color: white;
    font: 1rem Futura-Bold;
    margin-bottom: 0.5rem;
}
.extra-bar__blife-link {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.extra-bar__blife-link::before {
    background-image: url("/static/kinhahotel/images/ico-camera.svg");
    content: "";
    height: 2.4rem;
    width: 2.1rem;
}

.top-andromeda {
    background-color: #00afb8;
    bottom: 0;
    color: white;
    display: flex;
    font-size: 2.5rem;
    opacity: 0;
    padding: 0.8rem;
    position: fixed;
    right: 2rem;
    transition-duration: 0.5s;
    transition-property: bottom, opacity;
    transition-timing-function: ease-in-out;
    z-index: 3;
}
.top-andromeda:hover {
    opacity: 1;
}
.top-andromeda--show {
    bottom: 6rem;
    opacity: 0.6;
}

.inner-background {
    position: relative;
}
.inner-background .owl-dots {
    align-items: center;
    display: flex;
    justify-content: center;
}
.inner-background .owl-dot {
    background-color: transparent;
    border: 0.1rem solid #00afb8;
    border-radius: 100%;
    display: inline-flex;
    height: 1.1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: 1.1rem;
}
.inner-background .owl-dot.active {
    background-color: #00afb8;
    border-color: 0.1rem solid #00afb8;
}
@media (min-width: 1025px) {
    .inner-background {
        align-items: center;
        display: flex;
        height: 90vh;
        overflow: hidden;
    }
}
.inner-background__container {
    position: relative;
    text-align: center;
    z-index: 2;
}
.inner-background__carousel {
    height: 100%;
    width: 100%;
}
@media (min-width: 1025px) {
    .inner-background__carousel--hide.owl-loaded {
        display: none;
    }
}
@media (max-width: 1025px) {
    .inner-background__video {
        display: none;
    }
}
.inner-background__video-iframe {
    height: 100%;
    width: 100%;
}
.inner-background__item {
    align-items: center;
    display: flex;
    position: relative;
}
.inner-background__item::after {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.inner-background__item--lazy {
    display: inline-block;
    width: 100%;
}
.inner-background__item-image {
    height: 90vh;
    min-height: 60rem;
    width: 100%;
}
.inner-background__caption {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60%;
    z-index: 2;
}
@media (max-width: 569px) {
    .inner-background__caption {
        display: none;
    }
}
.inner-background__caption-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.inner-background__caption-title {
    color: white;
    font: 3rem Futura-Bold;
    text-shadow: 0;
    text-transform: inherit;
}
.inner-background__caption-subtitle {
    color: white;
    font: 1.6rem Futura-Book;
    margin-top: 1rem;
    text-shadow: 0;
    text-transform: inherit;
}
.inner-background__caption-paragraph {
    color: white;
    font: 1.8rem Futura-Book;
}
.inner-background__scroll {
    align-items: center;
    bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
}
.inner-background__scroll-text {
    color: white;
    font: 1.8rem Futura-Book;
    width: 100%;
}
.inner-background__scroll-link {
    background-color: transparent;
    border: 0;
    transform: rotate(270deg);
}
.inner-background__scroll-link::before {
    color: white;
    font-size: 7rem;
}
.inner-background__left-arrow, .inner-background__right-arrow {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: none;
    justify-content: center;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    top: 0;
}
.inner-background__left-arrow:hover, .inner-background__right-arrow:hover {
    opacity: 1;
}
.inner-background__left-arrow::before, .inner-background__right-arrow::before {
    color: white;
    font-size: 7rem;
}
.inner-background__right-arrow {
    right: 0;
    transform: rotate(180deg);
}
.inner-background__left-arrow {
    left: 0;
}
.inner-background .owl-dots {
    bottom: 5rem;
    position: absolute;
    width: 100%;
}
.inner-background__item-image {
    position: relative;
}
.inner-background__item-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.inner-background__item-image::after {
    background: linear-gradient(rgba(0, 0, 0, 0.7), transparent);
    bottom: 0;
    content: "";
    display: flex;
    height: 16rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    transition: 0.5s background-color;
    width: 100%;
    z-index: 0;
}
.inner-background__caption {
    display: flex;
    justify-content: flex-start;
}
.inner-background__caption-inner {
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 20%;
    text-align: left;
}
@media (min-width: 1025px) {
    .inner-background__caption-inner {
        margin-bottom: 15%;
    }
}

.dropdown__list {
    display: none;
}

.dropdown.dropdown--open .dropdown__list {
    display: block;
}