@charset "UTF-8";

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

.header {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 999;
    background: #fff;
}
.header__upper {
    background: transparent;
    display: flex;
    padding: 1.5rem 5%;
}
@media (max-width: 1201px) {
    .header__upper {
        padding: 1.5rem 1%;
    }
}
@media (max-width: 1025px) {
    .header__upper {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.header__official {
    margin-right: 1rem;
}
@media (max-width: 1025px) {
    .header__official {
        justify-content: center;
        margin-bottom: 1rem;
        width: 100%;
    }
}
.header__generic-links {
    flex: 1;
    margin-right: 1rem;
}
@media (max-width: 1025px) {
    .header__generic-links {
        flex: none;
        margin-bottom: 1rem;
        width: 100%;
    }
}
.header__tour {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 1rem;
}
.header__wifi {
    margin-right: 1rem;
}
.header__agency {
    margin-right: 1rem;
}
.header__language {
    margin-right: 1rem;
}
.header__lower {
    display: flex;
    padding: 1.5rem 5%;
}
@media (max-width: 1201px) {
    .header__lower {
        padding: 1.5rem 1%;
    }
}
.header__lower--fixed {
    animation: headerFixed 1s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
@keyframes headerFixed {
    from {
        transform: translateY(-60rem);
    }
    to {
        transform: translateY(0);
    }
}
.header__upper {
    padding: 1.5rem 2%;
}
@media (min-width: 1025px) {
    .header__upper {
        justify-content: space-between;
    }
}
@media (max-width: 1300px) {
    .header__upper {
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
    }
}
.header__lower {
    justify-content: center;
    padding: 1.5rem 0;
}
@media (max-width: 1300px) {
    .header__tour {
        display: none;
    }
}
.header .newsletter {
    background: transparent;
    margin: 0 1rem;
}
.header .custom-loyalty {
    align-items: center;
    display: flex;
    margin-bottom: 0.3rem;
    margin-left: 1rem;
    z-index: 2;
}
@media (max-width: 1300px) {
    .header .custom-loyalty {
        margin-right: 0;
        overflow: hidden;
        width: 0;
        z-index: 1;
    }
}
@media (max-width: 1300px) {
    .header .custom-loyalty .loyalty-icon {
        right: 8rem;
        top: 3.5rem;
    }
}
@media (max-width: 468px) {
    .header .custom-loyalty .loyalty-icon {
        top: 4.3rem;
    }
}

.official {
    align-items: center;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
@media (max-width: 769px) {
    .official {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
        width: 100%;
    }
}
.official__title,
.fonts-loaded body h1.official__title {
    color: #1a1a1a;
    font: 13px domaine-sans-regular;
    text-align: center;
    text-transform: uppercase;
}
.official__subtitle {
    color: #1a1a1a;
    font: 13px domaine-sans-regular;
    padding-right: 0.5rem;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 1500px) {
    .official {
        display: inline;
        max-width: 100%;
    }
}
@media (max-width: 1300px) {
    .official {
        margin: 0;
        max-width: 100%;
        padding: 0;
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 468px) {
    .official {
        height: 5rem;
    }
}
.official__title,
.fonts-loaded body h1.official__title {
    display: inline;
    text-align: center;
    margin: 0;
}
@media (min-width: 1025px) {
    .official__title,
    .fonts-loaded body h1.official__title {
        text-align: left;
    }
}
@media (max-width: 769px) {
    .official__title,
    .fonts-loaded body h1.official__title {
        font-size: 1rem;
    }
}
@media (max-width: 1300px) {
    .official__subtitle {
        padding-right: 0;
    }
}
@media (max-width: 769px) {
    .official__subtitle {
        font-size: 1rem;
    }
}

.wifi {
    align-items: center;
    display: flex;
    display: none;
}
.wifi::before {
    color: #915751;
    font-size: 2rem;
    margin-right: 1rem;
}
@media (max-width: 569px) {
    .wifi {
        display: none;
    }
}
.wifi__text {
    color: #1a1a1a;
    font: 1.5rem domaine-sans-regular;
    text-transform: inherit;
}

.agency {
    align-items: center;
    display: flex;
    position: relative;
    display: none;
}
.agency.open .agency__list {
    display: block;
}
.agency__login {
    align-items: center;
    color: #1a1a1a;
    display: flex;
    font: 1.5rem domaine-sans-regular;
    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: #915751;
    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: #fff;
    display: flex;
    font: 1.5rem domaine-sans-regular;
    padding: 1rem 1.5rem;
    text-transform: inherit;
    transition: color 0.5s, background 0.5s;
}
.agency__link:hover {
    background: #CDDCDA;
    color: #fff;
}

.checkin {
    align-items: center;
    display: flex;
    justify-content: center;
    display: none;
}
.checkin__link {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    font: 1.3rem domaine-sans-regular;
    padding: 1.5rem 2.5rem;
    text-transform: uppercase;
}
.checkin__link:hover {
    background-color: #915751;
}
.checkin__img {
    height: auto;
    margin-right: 0.5rem;
    max-width: 100%;
}
.checkin__link {
    border: 0.1rem solid #fff;
}
@media (min-width: 1201px) {
    .checkin__link {
        border: 0.1rem solid #915751;
        color: #915751;
    }
}
.checkin__link:active, .checkin__link:focus, .checkin__link:hover {
    color: #fff;
}
@media (max-width: 1300px) {
    .checkin {
        display: none;
    }
}

.newsletter {
    align-items: center;
    display: flex;
    margin: 0 1rem;
    transition: background 0.5s, color 0.5s;
    display: none;
}
@media (max-width: 569px) {
    .newsletter {
        justify-content: center;
        margin: 1rem;
        width: 100%;
    }
}
.newsletter__link {
    background-color: transparent;
    border-radius: 0;
    color: #915751;
    font: 1.3rem domaine-sans-regular;
    padding: 1.5rem 2rem;
    text-transform: uppercase;
    transition: background 0.5s, color 0.5s;
}
.newsletter__link:active, .newsletter__link:hover, .newsletter__link:focus {
    background-color: #ab706a;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 1300px) {
    .newsletter {
        display: none;
    }
}
@media (max-width: 569px) {
    .newsletter {
        width: auto;
    }
}
.newsletter__link {
    border: 0.1rem solid #915751;
}

.booking {
    align-items: center;
    display: flex;
    transition: background 0.5s, color 0.5s;
}
.booking__link {
    background-color: transparent;
    border-bottom-left-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
    color: #915751;
    font: 13px domaine-sans-regular;
    padding-bottom: 2.2rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    padding-top: 2.2rem;
    text-transform: uppercase;
    transition: background 0.5s, color 0.5s;
}
.booking__link:hover, .booking__link:focus {
    background-color: transparent;
    color: #915751;
    text-decoration: none;
}
@media (max-width: 1300px) {
    .booking {
        display: none;
    }
}
.booking__link {
    padding: 1rem 0;
}
.booking__link::before, .booking__link::after {
    background-color: #915751;
    content: "";
    display: inline-block;
    height: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    width: 0.1rem;
}

.header .navbar {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    justify-content: center;
    width: 100%;
}
.header .navbar--open .navbar__hamburguer {
    z-index: 1;
}
.header .navbar--open .navbar__content {
    bottom: 0;
}
.header .navbar__hamburguer {
    align-items: center;
    display: none;
    flex-grow: 1;
    height: 100%;
    justify-content: flex-end;
    padding: 0;
}
@media (max-width: 1300px) {
    .header .navbar__hamburguer {
        display: flex;
        flex-wrap: wrap;
    }
}
.navbar__hamburguer-btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.navbar__hamburguer-ico {
    background: #915751;
    content: "";
    display: block;
    height: 0.3rem;
    margin-bottom: 0.5rem;
    width: 30px;
}
.navbar__hamburguer-ico:last-child {
    margin-bottom: 0;
}
.navbar__hamburguer-text {
    display: none;
}
.navbar__close {
    display: flex;
    justify-content: flex-end;
    left: 0;
    margin: 0 auto;
    padding-right: 9px;
    position: absolute;
    right: 0;
    top: 1rem;
}
.navbar__close-inner {
    align-items: center;
    cursor: pointer;
    display: none;
    height: 40px;
    justify-content: center;
    width: 40px;
    z-index: 5;
}
@media (max-width: 1300px) {
    .navbar__close-inner {
        display: flex;
    }
}
.navbar__close-ico:nth-child(1) {
    background-color: #fff;
    height: 50px;
    left: 0;
    margin-right: -0.2rem;
    right: 0;
    transform: rotate(45deg);
    width: 0.2rem;
    z-index: 2;
}
.navbar__close-ico:nth-child(2) {
    background: #fff;
    height: 50px;
    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: flex-end;
    z-index: 1000;
}
@media (max-width: 1300px) {
    .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: black;
    display: flex;
    font: 15px domaine-sans-regular;
    height: 100%;
    justify-content: center;
    position: relative;
    text-decoration: none;
    text-transform: inherit;
    width: 100%;
}
.navbar__link:hover, .navbar__link:focus, .navbar__link--active {
    color: #915751;
    text-decoration: none;
}
@media (max-width: 1300px) {
    .navbar__link {
        color: #fff;
    }
    .navbar__link:hover, .navbar__link:focus, .navbar__link--active {
        color: #fff;
    }
}
.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: black;
    content: "";
    display: flex;
    margin-left: 0.5rem;
    position: relative;
    transition: color 0.5s;
}
.navbar__dropdown:hover::after {
    color: #915751;
}
header .dropdown-menu.navbar__list-dropdown {
    background-color: #915751;
    border-radius: 0.7rem;
    display: none;
    left: -60px;
    list-style: none;
    max-width: 300px;
    min-width: 230px;
    padding: 10px;
    position: absolute;
    top: 100%;
    z-index: 1;
}
header .dropdown-menu.navbar__list-dropdown::before {
    border-bottom: 1rem solid;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    color: #915751;
    content: "";
    left: 11rem;
    position: absolute;
    top: -1rem;
}
header .dropdown-menu.navbar__list-dropdown--open {
    display: flex;
    flex-direction: column;
    opacity: 1 !important;
}
.navbar__item-dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
}
.dropdown-menu>li>a.navbar__link-dropdown {
    color: #fff;
    display: block;
    font: 15px domaine-sans-regular;
    padding: 10px 16px;
    text-decoration: none;
    text-transform: inherit;
    transition: color 0.5s;
}
.dropdown-menu>li>a.navbar__link-dropdown:hover {
    color: #CDB8B7;
    text-decoration: none;
    background: transparent;
}
.navbar__content {
    z-index: 5;
}
@media (max-width: 1300px) {
    .navbar__content {
        background: #915751;
        bottom: 100%;
        height: 100%;
        position: fixed;
        right: 0;
        transition: bottom 0.5s;
        width: 100%;
    }
}
.navbar__language {
    align-items: center;
    background-color: #915751;
    display: none;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: -140px;
    top: 0;
    transition: right 0.5s;
    width: 200px;
}
.navbar__language--open {
    right: 0;
}
.navbar__language--open .navbar__language-arrow {
    transform: rotate(0deg);
}
@media (max-width: 1300px) {
    .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: #fff;
    cursor: pointer;
    display: flex;
    font: 15px domaine-sans-regular;
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(0%);
}
.navbar__language-text:hover {
    color: #fff;
    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: #fff;
    display: block;
    font: 15px domaine-sans-regular;
    text-transform: uppercase;
    transition: color 0.5s;
}
.navbar__language-name:hover, .navbar__language-name--active {
    color: #915751;
    text-decoration: none;
}
.navbar__link {
    padding: 0.3rem;
}
.navbar__link:hover {
    color: #4d4d4d;
}
@media (min-width: 1201px) {
    .navbar__link:hover {
        color: #915751;
    }
}
.navbar__dropdown {
    order: 2;
    z-index: 4;
}
.navbar__dropdown::after {
    display: none;
}
@media (max-width: 1300px) {
    .navbar__dropdown {
        margin: 0;
        padding: 0;
    }
}
.navbar__dropdown .navbar__link {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 0;
    width: 30px;
}
@media (max-width: 1300px) {
    .navbar__dropdown .navbar__link {
        display: none;
    }
}
@media (max-width: 1025px) {
    .navbar__dropdown .navbar__link-dropdown {
        text-align: center;
    }
}
.navbar__content {
    z-index: 1;
}
@media (max-width: 1300px) {
    .navbar__content {
        align-content: flex-start;
        overflow: hidden;
        padding-top: 8rem;
    }
}
@media (min-width: 1025px) and (max-width: 1300px) {
    .navbar__content {
        width: 50rem;
    }
}
@media (max-width: 1300px) {
    .navbar__content .header__tour {
        display: flex;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
}
.navbar__list {
    justify-content: center;
}
@media (max-width: 1300px) {
    .navbar__list {
        height: auto;
    }
}
header .dropdown-menu.navbar__list-dropdown {
    left: auto;
    right: 2rem;
}
header .dropdown-menu.navbar__list-dropdown::before {
    display: none;
}
@media (max-width: 1300px) {
    header .dropdown-menu.navbar__list-dropdown {
        background-color: transparent;
        border-radius: 0;
        display: block;
        left: auto;
        max-width: none;
        min-width: auto;
        padding: 0;
        position: static;
    }
}
.navbar__item {
    margin-bottom: 2.5px;
}
@media (max-width: 1300px) {
    .navbar__item-dropdown {
        display: block;
        margin-bottom: 0.5rem;
        padding: 0 1rem;
        position: static;
        width: auto;
    }
}
@media (max-width: 1300px) {
    .navbar__link-dropdown {
        padding: 0;
        text-align: center;
    }
}
@media (max-width: 1300px) {
    .navbar__link-dropdown:hover, .navbar__link-dropdown:focus {
        color: #fff;
    }
}
.navbar__close-inner {
    position: absolute;
    top: 40px;
}
.navbar__language {
    bottom: 0;
    z-index: 4;
}

.header__upper-left {
    display: flex;
}
.header__upper-right {
    align-items: center;
    display: none;
}
@media (min-width: 1025px) {
    .header__upper-right {
        display: flex;
    }
}
.header .generic-links__title {
    color: #fff;
    font: 1.5rem domaine-sans-regular;
    text-transform: uppercase;
}
.header .generic-links__list {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
}
.header .generic-links__item {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 1rem 0;
    text-align: center;
    width: 100%;
}
.header .generic-links__item:not(:last-child)::after {
    background-color: #fff;
    content: "";
    display: none;
    height: 1rem;
    margin: auto 2rem;
    margin-top: auto;
    width: 0.1rem;
}
@media (min-width: 569px) {
    .header .generic-links__item:not(:last-child)::after {
        display: inline-block;
    }
}
@media (min-width: 569px) {
    .header .generic-links__item {
        width: auto;
    }
}
.header .generic-links__link {
    color: #fff;
    font: 1.5rem domaine-sans-regular;
    text-transform: uppercase;
}
.header .generic-links__link:hover {
    color: #1a1a1a;
}
@media (max-width: 1300px) {
    .header .generic-links {
        display: none;
    }
}
.header .language-line {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    display: none;
}
@media (max-width: 1025px) {
    .header .language-line {
        justify-content: center;
        margin-top: 2rem;
        width: 100%;
    }
}
.header .language-line__text {
    color: #1a1a1a;
    font: 1.3rem domaine-sans-regular;
    margin-right: 1rem;
}
.header .language-line__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header .language-line__item {
    display: inline-block;
    list-style: none;
    margin: 1rem 0;
    text-align: center;
    width: 100%;
}
.header .language-line__item:not(:last-child)::after {
    background-color: #f8f8f8;
    content: "";
    display: none;
    height: 1rem;
    margin: auto 2rem;
    width: 0.1rem;
}
@media (min-width: 569px) {
    .header .language-line__item:not(:last-child)::after {
        display: inline-block;
    }
}
@media (min-width: 569px) {
    .header .language-line__item {
        width: auto;
    }
}
.header .language-line__link {
    color: #915751;
    display: inline-block;
    font: 13px domaine-sans-regular;
    text-decoration: none;
    text-transform: uppercase;
}
.header .language-line__link:hover, .header .language-line__link:focus {
    color: #1a1a1a;
    text-decoration: none;
}
.header .language-line__link--active {
    color: black;
    pointer-events: none;
    text-decoration: none;
}
.header .language-line__link--active:hover {
    color: black;
}
.header .language-line__text {
    display: none;
}
@media (min-width: 1025px) {
    .header .language-line {
        display: flex;
    }
}
.header .language-line__list {
    gap: 1rem;
}
@media (min-width: 569px) {
    .header .language-line__item:not(:last-child)::after {
        content: "";
        display: none;
    }
}
.header .header__lower .logo {
    margin-bottom: 1rem;
    margin-left: 1rem;
    width: auto;
}
.header .header__lower .logo__img {
    height: auto;
    max-width: 3.5rem;
}
.header .header__lower .logo__img--small {
    height: auto;
    max-width: 15rem;
}
.header .header__lower .logo svg {
    width: 3.5rem;
}
@media (min-width: 1301px) {
    .header .header__lower .logo {
        left: 50%;
        position: absolute;
        top: 1.5rem;
    }
}
@media (min-width: 1500px) {
    .header .header__lower .logo {
        transform: translateX(-50%);
    }
}
@media (max-width: 1300px) {
    .header .header__lower .logo__img {
        max-width: 2.5rem;
    }
}
.header .header__lower .logo__link {
    align-items: center;
    display: flex;
}
.header .navbar .navbar__content .header__newsletter,
.header .navbar .navbar__content .header__booking,
.header .navbar .navbar__content .header__checkin {
    display: none;
    margin: 1rem;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.header .navbar .navbar__content .newsletter__link,
.header .navbar .navbar__content .booking__link {
    border-color: #fff;
    color: #fff;
}
.header .navbar--open .navbar__content {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 8rem;
}
.header .navbar--open .navbar__content .header__newsletter,
.header .navbar--open .navbar__content .header__booking,
.header .navbar--open .navbar__content .header__checkin {
    display: flex;
    justify-content: center;
    opacity: 1;
}

.navbar__dropdown-ico {
    align-items: center;
    background-color: #1a1a1a;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 3px;
    justify-content: center;
    position: relative;
    width: 50px;
    max-width: 100%;
}

.navbar__dropdown-ico:nth-child(2) {
    margin-bottom: 3px;
    margin-top: 3px;
}



/* footer */

.footer {
    background-color: #915751;
    margin-bottom: -15px;
    margin-top: -1rem;
}
.footer__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 40px;
}
@media (min-width: 1025px) {
    .footer__container {
        max-width: 80%;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}
@media (max-width: 1201px) {
    .footer__container {
        width: 100%;
    }
}
.footer__info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 1025px) {
    .footer__info {
        align-items: center;
        flex: inherit;
        order: 2;
        width: 100%;
    }
}
.footer__generic-links {
    margin-bottom: 3rem;
}
@media (max-width: 1201px) {
    .footer__generic-links {
        margin-bottom: 0;
    }
}
.footer__logo {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
}
@media (max-width: 1025px) {
    .footer__logo {
        flex: inherit;
        margin: 0 auto 3rem;
        order: 1;
    }
}
.footer__social {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1025px) {
    .footer__social {
        justify-content: center;
        text-align: center;
    }
}
.footer__info--right {
    padding-left: 4%;
}
@media (max-width: 1025px) {
    .footer__info--right {
        padding-left: 0;
    }
}
.footer .generic-links__title {
    color: #fff;
    font: 15px domaine-sans-regular;
    text-transform: uppercase;
}
.footer .generic-links__list {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
}
.footer .generic-links__item {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
    text-align: center;
    width: 100%;
}
.footer .generic-links__item:not(:last-child)::after {
    background-color: #fff;
    content: "";
    display: none;
    height: 1rem;
    margin: auto 2rem;
    margin-top: auto;
    width: 0.1rem;
}
@media (min-width: 569px) {
    .footer .generic-links__item:not(:last-child)::after {
        display: inline-block;
    }
}
@media (min-width: 569px) {
    .footer .generic-links__item {
        width: auto;
    }
}
.footer .generic-links__link {
    color: #fff;
    font: 13px domaine-sans-regular;
    text-decoration: none;
    text-transform: uppercase;
}
.footer .generic-links__link:hover {
    color: #CDB8B7;
    text-decoration: none;
}
.footer .generic-links__list {
    justify-content: flex-start;
}
@media (max-width: 1025px) {
    .footer .generic-links__list {
        justify-content: center;
    }
}
.footer .generic-links__item {
    margin: 0.5rem 0;
}
.footer .generic-links__item:not(:last-child)::after {
    margin: auto 1rem;
}
.footer .certificates {
    align-items: center;
    display: flex;
    justify-content: center;
    justify-content: flex-start;
}
.footer .certificates__author {
    color: #fff;
    font: 15px domaine-sans-regular;
    margin: 0.5rem 1rem;
    text-transform: inherit;
    transition: color 0.5s;
}
.footer .certificates__author:hover, .footer .certificates__author:focus {
    color: #CDB8B7;
}
.footer .certificates__thawte {
    color: #fff;
    font-size: 6rem;
}
@media (max-width: 1025px) {
    .footer .certificates {
        justify-content: center;
    }
}
.footer .certificates__author {
    margin-left: 0;
}
.footer .certificates__thawte {
    display: flex;
}

.certificates__thawte::before {
    background: url('/headers/ssm/skin_custom/assets/magallanes_35332/img/thawte.svg') center / contain no-repeat;
    content: '';
    display: inline-flex;
    height: 50px;
    width: 88px;
}

.footer .logo__img {
    height: auto;
    max-width: 150px;
}
.footer .logo__img--small {
    height: auto;
    max-width: 150px;
}
.footer .logo svg {
    width: 150px;
}
.footer .social {
    text-align: center;
}
.footer .social__title {
    color: #fff;
    font: 15px domaine-sans-regular;
}
.footer .social__list {
    display: flex;
    justify-content: center;
}
.footer .social__item {
    margin: 0.5rem;
}
.footer .social__link {
    align-items: center;
    background: #fff;
    border: 1px solid #915751;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: all 0.2s;
    width: 40px;
}
.footer .social__link:hover {
    background: #CDB8B7;
    border-color: #b3b3b3;
    text-decoration: none;
}
.footer .social__link:hover::before {
    color: #915751;
}
.footer .social__link::before {
    color: #915751;
    font-size: 25px;
    transition: all 0.2s;
}
.footer .social__title {
    margin: 0.5rem;
}
@media (max-width: 1025px) {
    .footer .social__title {
        width: 100%;
    }
}
.footer .social__list {
    margin: 1rem 0;
}
.footer .contact__title {
    color: #1a1a1a;
    font: 15px domaine-sans-regular;
    text-transform: uppercase;
}
.footer .contact__list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
@media (min-width: 1025px) {
    .footer .contact__list {
        text-align: left;
    }
}
.footer .contact__item {
    margin: 0.5rem 0;
    width: 100%;
}
.footer .contact__item--address .contact__label {
    display: none;
}
.footer .contact__label {
    color: #fff;
    font: 13px domaine-sans-regular;
}
.footer .contact__element {
    color: #fff;
    font: 13px domaine-sans-regular;
}
.footer .contact__element--link {
    color: #fff;
}
.footer .contact__element--link:hover {
    color: #CDB8B7;
}
.footer .contact__element--phone {
    color: #fff;
}
.footer .contact__element--phone:hover {
    color: #CDB8B7;
}
.footer .contact__extra {
    color: #fff;
    font-size: 13px;
}
@media (max-width: 1025px) {
    .footer .contact__list {
        justify-content: center;
    }
}
.footer .contact__item {
    margin: 0.5rem;
    width: auto;
}
@media (max-width: 769px) {
    .footer .contact__item {
        width: 100%;
    }
}

/* icons footer */
.icons--apus {
    background-color: #CDB8B7;
    margin: 0 !important;
    width: 100%;
}
.icons--apus .icons {
    background: #e6e6e6;
    width: 100%;
}
.icons--apus .icons__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.icons--apus .icons__link {
    display: flex;
}
.icons--apus .icons__item {
    align-items: center;
    display: flex;
}
@media (min-width: 769px) {
    .icons--apus .icons__item:not(:last-child)::after {
        background-color: #915751;
        content: "";
        display: block;
        height: 80px;
        width: 0.1rem;
    }
}
.icons--apus .icons__image {
    margin: 20px;
}
@media (max-width: 769px) {
    .icons--apus .icons__list {
        flex-direction: row;
    }
}
.icons--apus .icons__item {
    padding-bottom: 20px;
    padding-top: 20px;
}
.icons--apus .icons__item::after {
    margin-left: 20px;
    margin-right: 20px;
}
.icons--apus .icons__item:not(:last-child)::after {
    background-color: #915751;
    content: "";
    display: block;
    height: 80px;
    margin-left: 20px;
    margin-right: 20px;
    width: 0.1rem;
}
.icons--apus .icons__image {
    background-image: none !important;
    margin: 0;
    max-width: 100px;
}


/* tour */

.tour {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}
.tour__button {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    height: 8rem;
    justify-content: center;
    transition: background-color 0.5s;
    width: 8rem;
}
.tour__text {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font: 0 domaine-sans-regular;
    justify-content: center;
    text-transform: inherit;
}
.tour__text::before {
    color: #915751;
    font-size: 3rem;
    margin-bottom: 0.5rem;
    background: url('/headers/ssm/skin_custom/assets/magallanes_35332/img/ico-tour.svg') no-repeat center;
    background-size: 100%;
    content: ' ';
    display: inline-flex;
    height: 3.3rem;
    margin-right: 1rem;
    margin-top: -0.2rem;
    width: 3.3rem;
}
.tour-modal {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 100%;
    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;
    z-index: 5;
}
.in.tour-modal {
    bottom: 0;
}
.tour-modal::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.tour-modal__dialog {
    background-color: white;
    border-radius: 0;
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 95%;
}
@media (min-width: 1025px) {
    .tour-modal__dialog {
        width: auto;
    }
}
.tour-modal__close {
    align-items: center;
    background-color: #4d4d4d;
    border: 0;
    cursor: pointer;
    display: flex;
    height: 5rem;
    justify-content: center;
    padding: 10px;
    position: absolute;
    right: -5rem;
    top: 0;
    transition: background-color 0.5s ease-in;
    z-index: 1;
}

.tour-modal__close-ico {
    background-color: #ffffff;
    height: 1px;
    position: absolute;
    transform: rotate(45deg);
    width: 50%;
}

.tour-modal__close-ico:last-child {
    transform: rotate(-45deg);
}

.tour-modal__close:hover {
    background-color: #b3b3b3;
}
@media (max-width: 1025px) {
    .tour-modal__close {
        right: 0;
    }
}
.tour-modal--open {
    bottom: 0;
}
.tour__button {
    border: 0.5rem solid #915751;
}
@media (max-width: 1300px) {
    .tour__button {
        background-color: transparent;
    }
}
.tour__button:active, .tour__button:focus, .tour__button:hover {
    background-color: #915751;
}
.tour__button:active .tour__text::before, .tour__button:focus .tour__text::before, .tour__button:hover .tour__text::before {
    color: #fff;
}
.tour__text::before {
    transition: color 0.5s;
}
.tour-modal {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 100%;
    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;
    z-index: 5;
}
.in.tour-modal {
    bottom: 0;
}
.tour-modal::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.tour-modal__dialog {
    background-color: white;
    border-radius: 0;
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 95%;
}
@media (min-width: 1025px) {
    .tour-modal__dialog {
        width: auto;
    }
}
.tour-modal__close {
    align-items: center;
    background-color: #4d4d4d;
    border: 0;
    cursor: pointer;
    display: flex;
    height: 5rem;
    justify-content: center;
    padding: 10px;
    position: absolute;
    right: 1.2rem;
    top: 0;
    transition: background-color 0.5s ease-in;
    z-index: 1;
}

.tour-modal__close:hover {
    background-color: #b3b3b3;
}
@media (max-width: 1025px) {
    .tour-modal__close {
        right: 0;
    }
}
.tour-modal--open {
    height: 100%;
    padding: 3rem;
}
.tour .tour-modal__dialog, .tour .tour-modal-dialog {
    overflow: hidden;
    width: 100%;
}
@media (min-width: 1025px) {
    .tour .tour-modal__dialog, .tour .tour-modal-dialog {
        width: 80%;
    }
}
.tour .tour-modal__close, .tour .tour-modal-close {
    border-radius: 50%;
    height: 35px;
    top: 13px;
    width: 35px;
}
.tour .tour-modal__image > div {
    max-width: inherit !important;
}
.tour .tour-modal iframe {
    padding: 3rem;
    max-width: 100%;
}

.header .tour {
    padding-bottom: 0;
}
.header .tour__button {
    border: 0;
    height: auto;
    padding: 0;
    width: auto;
}
.header .tour__button:active, .header .tour__button:focus, .header .tour__button:hover {
    background-color: transparent;
}
.header .tour__button:active .tour__text::before, .header .tour__button:focus .tour__text::before, .header .tour__button:hover .tour__text::before {
    color: #1a1a1a;
}
.header .tour__text::before {
    font-size: 2.5rem;
    margin-bottom: 0;
}
@media (max-width: 1300px) {
    .header .tour__text::before {
        color: #fff;
    }
}

.tour-aquila .tour {
    bottom: auto;
    left: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 1;
}
@media (max-width: 1300px) {
    .tour-aquila .tour__button {
        background-color: #fff;
    }
}
@media (max-width: 1300px) {
    .tour-aquila .tour__button:active, .tour-aquila .tour__button:focus, .tour-aquila .tour__button:hover {
        background-color: #915751;
    }
}

.open-modal {
    overflow: hidden !important;
}
.open-modal .tour-aquila {
    position: relative;
    z-index: 2;
}
.header__upper-right .dropdown {
    margin-right: 10px;
}
.header__upper-right .dropdown::after {
    background-color: #915751;
    content: "";
    display: inline-block;
    height: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    width: 0.1rem;
}


.header-dropdown-toggle {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    color: #915751;
    display: inline-block;
    font: 13px domaine-sans-regular;
    text-decoration: none;
    text-transform: uppercase;
}
.header-dropdown-toggle:hover,
.header-dropdown-toggle:focus {
    color: #1a1a1a;
    text-decoration: none;
}


/* Logo ATOL */
header.header * {
    font-family: 'domaine-sans-regular', sans serif; !important;
}
header.header #atol-protected {
    padding: 0 15px;
    position: relative;
    margin-top: 17px;
}
#atol-protected, #atol-protected .title {
    font-family: 'domaine-sans-regular', sans serif; !important;
}
header.header #atol-protected .logo .icon-background-color {
    fill: #fff;
}
header.header #atol-protected .logo .icon-text-color {
    fill: #915751;
}
header.header #atol-protected .title {
    color: #915751;
}
header.header .open .dropdown-menu {
    display: block;
}
.dropdown.currency_selector .dropdown-toggle #currentCurrencySymbol {
    font-weight: 400;
}
.dropdown.currency_selector .dropdown-toggle .icon-anyfill-ui-chevron-down {
    width: 16px;
    height: 21px;
    vertical-align: top;
    margin-left: 2px;
}
.dropdown.currency_selector .dropdown-toggle .icon-anyfill-ui-chevron-down, .dropdown.currency_selector .dropdown-toggle .icon-anyfill-ui-chevron-down * {
    fill: #915751;
}
header.header .dropdown.currency_selector .dropdown-toggle {
    border: 0;
    color: #915751;
    display: inline-block;
    width: auto;
    white-space: nowrap;
    background: none;
    padding: .5rem 1rem;
    line-height: 21px;
}
header.header .dropdown.currency_selector .dropdown-toggle:after {
    display: none;
}
@media (min-width: 768px) {
    header.header #dropdown-currency {
        left: auto;
        right: 0;
        margin-right: 0;
        z-index: 1000;
    }
}
@media (max-width: 767px) {
    header.header #atol-protected {
        padding: 0;
        margin-top: 36px;
    }
    header.header #currency_list_options {
        position: static;
    }
    header.header #dropdown-currency {
        left: 0;
        right: 0;
        margin-right: 0;
    }
    header.header #currencyList li {
        display: block;
    }
}
@media (max-width: 1025px) {
    header.header #atol-protected .title {
        display: none;
    }
}