/* header */
.header,
.header__upper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.header {
    flex-direction: column;
    background: #fff;
}
.header ol, .header ul {
    margin: 0;
}
.header__upper {
    background: #fff;
    padding: 10px 3%;
    align-items: center;
}

.header__official {
    -ms-flex-pack: end;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-box-pack: end;
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 0;
    text-align: justify;
}

.official__subtitle,
.official__title {
    color: #0065a1;
    font: 13px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif !important;
    text-align: center;
    text-transform: none !important;
    margin: 0 !important;
}

.official__subtitle {
    padding-right: 5px;
}

.header__generic-links {
    margin-right: 0;
}

.header .generic-links {
    -ms-flex-align: center;
    -ms-flex: inherit;
    -webkit-box-align: center;
    -webkit-box-flex: inherit;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex: inherit;
    margin-right: 0;
}

.header .generic-links__link:hover {
    color: #0a2240;
    text-decoration: none;
}

.header__agency:before,
.header__booking:before,
.header__email-andromeda:before,
.header__generic-links:before,
/*.header__currency:before,*/
.header__language:before,
.header__telephone:before,
.header__telephone:after {
    background-color: #0065a1;
    content: '';
    display: inline-block;
    height: 50%;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    width: 1px;
}

.header .generic-links__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.header .generic-links__item,
.header .generic-links__list {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: center;
}

.header .generic-links__item {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    list-style: none;
    margin: 2px 0;
    text-align: center;
    width: 100%;
}

.header .generic-links__link {
    color: #0065a1;
    font: 13px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.telephone {
    position: relative;
}

.telephone,
.telephone__number {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.telephone__number {
    color: #0065a1;
    font: 13px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: inherit;
}

.telephone__number--list {
    cursor: pointer;
}

.telephone__value {
    margin-left: 5px;
}

.telephone__value {
    display: none;
}

.telephone__dropdown {
    background: #0a2240;
    border-radius: 0;
    display: none;
    margin: 0 auto;
    padding: 20px 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: 100%;
    width: 350px;
    z-index: 10;
}

.telephone__container {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.telephone__text {
    color: #fff;
    font: 13px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 10px;
    text-transform: uppercase;
}

.telephone__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.telephone__item {
    padding-left: 10px;
    padding-right: 10px;
}

.telephone__inner,
.telephone__item-number {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.telephone__inner {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    border-color: hsla(0,0%,100%,.1);
    border-style: solid;
    border-width: 1px 0;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.telephone__item:not(:last-child) .telephone__inner {
    border-width: 1px 0 0;
}

.telephone__item-name {
    color: #fff;
    font: 13px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    padding-right: 20px;
}

.telephone__item-number {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    color: #fff;
    font: 13px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    justify-content: center;
}

.email-andromeda {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: none;
    position: relative;
}

.email-andromeda__text {
    cursor: pointer;
}

.email-andromeda__dropdown {
    background-color: #0a2240;
    display: none;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 350px;
    z-index: 5;
}

.email-andromeda__container {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.email-andromeda__item,
.email-andromeda__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
}

.email-andromeda__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.email-andromeda__item {
    padding: 10px;
}

.email-andromeda__inner {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    border-color: #fff;
    border-style: solid;
    border-width: 1px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

.email-andromeda__item-name,
.email-andromeda__item-value {
    color: #fff;
    font: 14px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.wifi {
    display: none;
}

.header__agency,
.header__language,
.header__wifi {
    margin-right: 0;
}

.wifi__text {
    color: #1a1a1a;
    font: 15px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: inherit;
}

.custom-loyalty {
    z-index: 5;
}

.header #roi-loyalty-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .custom-loyalty:before {
    background-color: #0065a1;
    content: '';
    display: inline-block;
    height: 50%;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    width: 1px;
}

.agency {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
.agency__login {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0065a1;
    display: none;
    font: 13px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: inherit;
}

.agency__list {
    background: #fff;
    border-radius: 0;
    display: flex;
    margin: 0 auto;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 90px;
    z-index: 1000;
}

.agency__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 13px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 10px 15px;
    text-transform: inherit;
    -webkit-transition: color .5s,background .5s;
    transition: color .5s, background .5s;
}

.agency__item:first-child .agency__link {
    font-size: 0;
    background: transparent;
    background-image: url('/headers/ssm/skin_custom/assets/magallanes_31014/blau-pro-logo.png');
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100px;
}

.agency__item:nth-child(2) .agency__link {
    display: none;
}

.header .currency {
    height: 1rem;
    position: relative;
    top: -2px;
}

.currency .currency-options-container button,
.currency .currency-options-container button:hover,
.custom-brand-header .dropdown-currency .currency-options-container button,
.custom-brand-header .dropdown-currency .currency-options-container button:hover {
    color: #0265a1;
}
#dropdown-currency ul li {

}

.currency_selector {
    list-style-type: none;
}

.currency_selector > button {
    position: relative;
    top: -5px;
    background-color: transparent;
    color: #0265a1;
    text-align: center;
    /*margin-left: 13px;*/
    padding-right: 0;
    padding-left: 0;
    border: none;
}
.currency_selector > button .icon, .currency_selector > button .icon * {
    fill: #0265a1;
}
.custom-brand-header .currency_selector > button {
    top: 0;
}
.currency_selector > button > svg {
    height: 1rem;
    width: 1rem;
}
.custom-brand-header .currency_selector_dropdown-currency,
.currency-options-container {
    position: relative;
    left: 0;
    top: 0;
}
@media (min-width: 768px) {
    .dropdown:last-child #dropdown-currency {
        margin-right: -205px;
    }
}

@media screen and (max-width: 1024px) {
    .custom-brand-header .currency-options-container,
    .currency-options-container {
        left: auto;
        right: 0;
    }
    .dropdown-top-header {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .dropdown-currency.currency-options-container,
    .dropdown-currency.currency_selector_dropdown-currency {
        left: 0;
        right: auto;
    }
}

.header .language {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.header .language__text--line {
    display: none;
}

.header .language__text--dropdown {
    color: #0065a1;
    cursor: pointer;
    display: flex;
    font: 12px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}

.header .language__text--dropdown:after {
    background: url('/headers/ssm/skin_custom/assets/magallanes_31014/arrow-down2.svg') center / contain no-repeat;
    content: '';
    display: inline-flex;
    height: 13px;
    width: 13px;
    margin-left: 5px;
    margin-right: 5px;
}
.header .language__text--dropdown:focus, .header .language__text--dropdown:hover {
    color: #0a2240;
    text-decoration: none;
}

.header .language__list {
    background: #0a2240;
    border-radius: 3px;
    display: none;
    float: left;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: 1000;
}

.header .language__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 12px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: inherit;
    -webkit-transition: color .5s,background .5s;
    transition: color .5s,background .5s;
}
.header .language__link--active {
    background: #0065a1;
    color: #fff;
    text-decoration: none;
}

.booking {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.booking,
.booking__link {
    -webkit-transition: color .5s;
    transition: color .5s;
}

.booking__link {
    color: #0065a1;
    font: 13px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: inherit;
}

.booking__link:before {
    background: url('/headers/ssm/skin_custom/assets/magallanes_31014/doorbell.svg') center / contain no-repeat;
    content: '';
    display: flex;
    display: inline-flex;
    height: 12px;
    width: 18px;
}

.telephone__number--list::before {
    background: url('/headers/ssm/skin_custom/assets/magallanes_31014/telephone.svg') center / contain no-repeat;
    content: '';
    display: inline-flex;
    height: 14px;
    width: 19px;
}

.telephone__number--list::after {
    background: url('/headers/ssm/skin_custom/assets/magallanes_31014/arrow-down2.svg') center / contain no-repeat;
    content: '';
    display: inline-flex;
    height: 13px;
    margin-left: 1rem;
    width: 13px;
}

.telephone__number--list:before,
.booking__link:before  {
    margin-right: 5px;
}

.header__lower {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 3%;
}

.header .logo__img {
    display: block;
    max-width: 200px;
    max-height: 100%;
    height: auto;
    width: auto;
    margin-top: 0;
}

.header .logo {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header .logo a {
    flex: 0 1;
    align-content: center;
    height: 60px;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
}

.navbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 3%;
}

.navbar--open .navbar__content {
    bottom: 0;
}

.navbar__content {
    z-index: 5;
}

.navbar__hamburguer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
}

.navbar__hamburguer-btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.navbar__hamburguer-ico {
    background: #0065a1;
    content: '';
    display: block;
    height: 4px;
    margin-bottom: 5px;
    width: 35px;
}

.navbar__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: 0;
    margin: 0 auto;
    padding-right: 9px;
    position: absolute;
    right: 0;
    top: 50px;
}

.navbar__close-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: none;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    z-index: 5;
}

.navbar__close-ico:first-child {
    margin-right: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar__close-ico:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar__close-ico:first-child,
.navbar__close-ico:nth-child(2) {
    background-color: #fff;
    height: 50px;
    left: 0;
    right: 0;
    width: 2px;
    z-index: 2;
}

.navbar__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1000;
    margin-bottom: 0;
}

.navbar__item {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar__item,
.navbar__link {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    line-height: 2;
}

.navbar__link {
    color: #fff;
    font: 18px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
}

.navbar__link--active,
.navbar__link:focus,
.navbar__link:hover {
    color: #87d1e6;
    text-decoration: none;
}

.navbar__language {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0a2240;
    display: none;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -140px;
    top: 0;
    -webkit-transition: right .5s;
    transition: right .5s;
    width: 200px;
    z-index: 1;
}
.navbar__language--open {
    right: 0;
}
.navbar__language-arrow {
    margin-left: 1.5rem;
}

.navbar__language-arrow::before {
    background: url('/headers/ssm/skin_custom/assets/magallanes_31014/arrow-down2.svg') center / contain no-repeat;
    content: '';
    display: inline-flex;
    filter: invert(1);
    height: 15px;
    width: 15px;
}

.navbar__language-dropdown {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid hsla(0, 0%, 100%, .5);
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30%;
}

.navbar__language-dropdown, .navbar__language-text {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar__language-text {
    color: #fff;
    font: 15px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg) translateX(0);
    transform: rotate(-90deg) translateX(0);
}
.navbar__language-text:focus, .navbar__language-text:hover {
    color: #fff;
}

.navbar__language-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    width: 70%;
}

.navbar__language-name {
    color: #fff;
    display: block;
    font: 15px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 1.8;
    text-transform: uppercase;
    -webkit-transition: color .5s;
    transition: color .5s;
}
.navbar__language-name--active, .navbar__language-name:hover {
    color: #87d1e6;
    text-decoration: none;
}

.show,
.language__list.show {
    display: block;
}
/* header */

/* footer */
.footer {
    background: #0a2240 !important;
    margin-top: 10px;
    padding: 50px 0 0;
}

.footer__container {
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.footer__container,
.footer__hotel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__logo {
    padding: 0 20px;
}

footer .logo__img {
    max-width: 200px;
}

.footer__hotel {
    color: #fff;
    font: 16px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: inherit;
}

.language-line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.language-line__text {
    display: none;
}

.language-line__text {
    color: #1a1a1a;
    font: 16px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    margin-right: 10px;
}

.language-line__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .generic-links__item,
.footer .generic-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .generic-links__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 2px 0;
    text-align: center;
    width: 100%;
}

.footer .generic-links__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.footer .generic-links__link {
    color: #87d1e6;
    font-weight: 500;
    font: 16px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-decoration: none;
    text-transform: inherit;
    text-align: left;
}

.footer .generic-links__link:hover {
    color: #fff;
    text-decoration: none;
}

.language-line__item {
    margin: 10px 5px 10px 0;
    display: inline-block;
    list-style: none;
    text-align: center;
}

.language-line__item:not(:last-child):after {
    background-color: #fff;
    content: '';
    display: none;
    height: 10px;
    margin: auto 10px;
    width: 1px;
}

.language-line__link {
    color: #87d1e6;
    display: inline-block;
    font: 16px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-decoration: none;
    text-transform: inherit;
    font-weight: 500;
}

.language-line__link--active,
.language-line__link:focus,
.language-line__link:hover {
    color: #fff;
    text-decoration: none;
}

.language-line__link--active {
    pointer-events: none;
}

.hotels__text {
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font: 16px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0 5px 10px;
    text-decoration: none;
    text-transform: inherit;
}

.hotels__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 5px;
    width: 100%;
}

.hotels__city {
    -webkit-transition: color .5s;
    color: #fff;
    font: 16px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-decoration: none;
    text-transform: inherit;
    transition: color .5s;
    width: 100%;
}

.hotels__city,
.hotels__hotel {
    font-weight: 500;
}

.hotels__list {
    width: 100%;
}

.hotels__list-item {
    margin-bottom: 10px;
    margin-top: 10px;
}

.hotels__hotel {
    -webkit-transition: color .5s;
    font: 16px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: inherit;
    transition: color .5s;
}

.hotels__city:focus,
.hotels__city:hover,
.hotels__hotel {
    color: #87d1e6;
    text-decoration: none;
}

.footer__associate {
    padding-left: 10px;
    width: 20%;
}

.social__title {
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font: 16px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.social__list {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.social__item {
    margin: 5px;
}

.social__link {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition: all .2s;
    align-items: center;
    background: #87d1e6;
    border-radius: 50%;
    border: 1px solid #0a2240;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 35px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: all .2s;
    width: 35px;
}

.social__link:hover {
    background: #fff;
    border-color: #fff;
    text-decoration: none;
}

.social__link:hover:after {
    width: 100%;
}

.social__link::after {
    -webkit-transition: width .5s;
    background-color: #fff;
    border-radius: 100%;
    content: '';
    height: 100%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: width .5s;
    width: 0;
    z-index: 0;
}

.social__link:before {
    z-index: 1;
}

.certificates {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
}

.certificates__author {
    -webkit-transition: color .5s;
    color: #87d1e6;
    font-weight: 500;
    font: 16px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 0 10px;
    text-decoration: none;
    text-transform: inherit;
    transition: color .5s;
}

.certificates__author:focus,
.certificates__author:hover,
.hotels__hotel:focus,
.hotels__hotel:hover,
.footer .generic-links__link:focus,
.footer .generic-links__link:hover {
    color: #fff;
    text-decoration: none;
}

.icons--andromeda {
    background-color: #87d1e6;
    margin-top: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.icons--andromeda .icons__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icons--andromeda .icons__item,
.icons--andromeda .icons__link,
.icons--andromeda .icons__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.icons--andromeda .icons__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
    max-width: 90px;
}

.icons--andromeda .icons__image {
    margin: 0;
    width: 100%;
}

.contact__list {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.contact__item {
    margin: 5px 0;
    width: 100%;
}

.contact__element,
.contact__label {
    color: #87d1e6;
    font: 16px Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.contact__label {
    color: #fff;
}

.contact__element--link {
    color: #87d1e6;
}
.contact__element {
    font-weight: 500;
}
.contact__element:hover,
.contact__element--link:hover {
    color: #fff;
}

.ico-fa-facebook::before {
    background: url('/headers/ssm/skin_custom/assets/magallanes_31014/facebook.svg') center / contain no-repeat;
    content: '';
    display: flex;
    height: 15px;
    width: 15px;
}

.ico-fa-instagram::before {
    background: url('/headers/ssm/skin_custom/assets/magallanes_31014/instagram.svg') center / contain no-repeat;
    content: '';
    display: flex;
    height: 20px;
    width: 20px;
}

.ico-fa-linkedin::before {
    background: url('/headers/ssm/skin_custom/assets/magallanes_31014/linkedin.svg') center / contain no-repeat;
    content: '';
    display: flex;
    height: 20px;
    width: 20px;
}

.certificates__thawte::before {
    background: url('/headers/ssm/skin_custom/assets/magallanes_31014/thawte.svg') center / contain no-repeat;
    content: '';
    display: flex;
    height: 22px;
    width: 93px;
}
/* footer */

/* Responsive */
@media (min-width: 1025px) {
    .header .logo {
        height: 60px;
    }

    .header .navbar {
        background-color: #0065a1;
    }

    .booking {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
    }

    .telephone__container {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .telephone__item {
        width: 100%;
    }

    .email-andromeda__container,
    .icons--antlia .icons__container {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .header .language {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
    }

    .official,
    .official__title {
        text-align: right;
    }

    .official {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__container {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .certificates {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .contact__list {
        text-align: left;
    }

    .certificates {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .social {
        padding-left: 10px;
        text-align: left;
    }

    .footer__associate {
        padding-left: 10px;
        width: 20%;
    }

    .hotels__content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .footer__logo {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
}

@media (min-width: 769px) {
    .footer .generic-links__item,
    .footer .generic-links__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .contact__item {
        text-align: left;
        margin: 2px 0;
    }

    .icons--andromeda .icons__item:not(:last-child):after {
        background-color: transparent;
        content: '';
        display: block;
        height: 0;
        width: 0;
    }

    .footer__info {
        width: 25%;
    }

    .footer__hotels {
        width: 30%;
    }

    .social__list {
        justify-content: flex-start;
    }
}

@media (min-width: 569px) {
    .language-line__item {
        width: auto;
    }

    .language-line__item:not(:last-child):after {
        display: inline-block;
    }

    .hotels__content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .header .generic-links__item {
        width: auto;
    }
}

@media (max-width: 1024px) {
    .header__official,
    .header__upper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__upper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__generic-links,
    .header__official {
        margin-bottom: 10px;
        width: 100%;
    }

    .header__generic-links {
        margin-bottom: 0;
        width: auto;
    }

    .header .language {
        display: none;
    }

    .header .logo__img {
        max-width: 130px;
    }

    .navbar__close-inner,
    .navbar__hamburguer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar__hamburguer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .navbar__content {
        background: #0065a1;
        bottom: 100%;
        height: 100%;
        position: fixed;
        right: 0;
        -webkit-transition: bottom .5s;
        transition: bottom .5s;
        width: 100%;
    }

    .navbar__list {
        -ms-flex-direction: column;
        -ms-flex-pack: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        flex-direction: column;
        justify-content: center;
    }

    .navbar__item {
        margin-bottom: 15px;
    }

    .navbar__link {
        color: #fff;
    }
    .navbar__link--active, .navbar__link:focus, .navbar__link:hover {
        color: #0a2240;
    }

    .navbar__language {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .footer__logo {
        margin-bottom: 30px;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .footer__hotel {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .language-line {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }

    .footer__hotels {
        margin-top: 30px;
    }

    .social__item {
        width: 40%;
    }

    .certificates__thawte::before {
        width: 84px;
    }
}

@media (max-width: 769px) {
    .social__item {
        width: auto;
    }

    .footer__container {
        text-align: center;
    }

    .hotels__text,
    .social__title {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
}
