@font-face {
    font-display: swap;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    src: url("/headers/ssm/skin_custom/assets/magallanes_34442/fonts/Roboto-Regular.woff2") format("woff2"), url("/headers/ssm/skin_custom/assets/magallanes_34442/fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
    font-display: swap;
    font-family: Roboto-Light;
    font-style: normal;
    font-weight: normal;
    src: url("/headers/ssm/skin_custom/assets/magallanes_34442/fonts/Roboto-Light.woff2") format("woff2"), url("/headers/ssm/skin_custom/assets/magallanes_34442/fonts/Roboto-Light.woff") format("woff");
}
@font-face {
    font-display: swap;
    font-family: Roboto-Black;
    font-style: normal;
    font-weight: normal;
    src: url("/headers/ssm/skin_custom/assets/magallanes_34442/fonts/Roboto-Black.woff2") format("woff2"), url("/headers/ssm/skin_custom/assets/magallanes_34442/fonts/Roboto-Black.woff") format("woff");
}

html {
    font-family: Roboto-Regular;
    font-size: 62.5%;
}

html {
    font-family: Roboto-Regular;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header a,
.header button,
.footer a,
.footer button {
    cursor: pointer;
    text-decoration: none;
    transition: color 0.5s, background-color 0.4s;
}
.header button,
.footer button {
    background-color: transparent;
    border: 0;
}

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

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

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

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

.hotels__stars {
    color: #ffffff;
    display: inline-flex;
    font: 1.2rem/1 Roboto-Light;
    margin-left: 0.5rem;
}

.hotels__stars-icon {
    display: inline-flex;
}

.hotels__stars-icon::before {
    background: url('/headers/ssm/skin_custom/assets/magallanes_34442/icons/star.svg') center / contain no-repeat;
    content: '';
    display: flex;
    height: 1.1rem;
    width: 1.1rem;
}

.check-in {
    align-items: center;
    display: flex;
}
.check-in::after {
    background-color: #cccccc;
    border-radius: 0;
    content: "";
    display: block;
    height: 1.5rem;
    margin: auto 1rem;
    transform: rotate(0);
    width: 0.1rem;
}
.check-in__link {
    color: #F8485E;
    font: 1.5rem Roboto-Black;
    text-transform: uppercase;
}
.check-in__link:hover, .check-in__link:focus {
    color: #F8485E;
}

.footer {
    background: #27251F !important;
    padding: 5rem 0;
    border-top: 0.5rem solid #F8485E;
    padding-bottom: 3rem;
    padding-top: 5rem;
    position: relative;
}
.footer__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0;
}
@media (min-width: 1025px) {
    .footer__container {
        max-width: 90%;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}
@media (max-width: 1025px) {
    .footer__container {
        flex-wrap: wrap;
        padding: 0;
    }
}
@media (max-width: 769px) {
    .footer__container {
        text-align: center;
    }
}
@media (min-width: 769px) {
    .footer__info {
        width: 20%;
    }
}
.footer__hotel {
    color: #ffffff;
    display: flex;
    font: 2.5rem Roboto-Black;
    margin-bottom: 1rem;
    text-align: left;
    text-transform: uppercase;
}
.footer__logo {
    padding: 0 2rem;
}
@media (max-width: 1025px) {
    .footer__logo {
        margin-bottom: 3rem;
        padding: 0;
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 1025px) {
    .footer__hotels {
        margin-bottom: 2rem;
    }
}
@media (min-width: 769px) {
    .footer__hotels {
        width: 30%;
    }
}
.footer__container {
    position: relative;
    z-index: 2;
}
@media (min-width: 1201px) {
    .footer__hotels {
        width: 35%;
    }
}
@media (min-width: 1201px) {
    .footer__info {
        width: 20%;
    }
}
.footer__hotel {
    margin-bottom: 2rem;
}
@media (max-width: 769px) {
    .footer__hotel {
        justify-content: center;
    }
}
@media (min-width: 1025px) {
    .footer__associate {
        width: 20%;
    }
}
.footer .logo {
    padding-left: 0;
    padding-right: 0;
}
.footer .logo__img {
    height: auto;
    max-width: 18rem;
}
.footer .logo__img--small {
    height: auto;
    max-width: 15rem;
}
.footer .logo svg {
    width: 18rem;
}
.footer .logo__img {
    margin-top: -5rem;
}
.footer .generic-links__title {
    color: #ffffff;
    font: 1.5rem Roboto-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__link {
    color: #ffffff;
    font: 1.4rem Roboto-Light;
    text-decoration: none;
    text-transform: initial;
}
.footer .generic-links__link:hover {
    color: #F8485E;
    text-decoration: none;
}
@media (min-width: 1201px) {
    .footer .generic-links {
        margin-bottom: 3rem;
        margin-top: 2rem;
    }
}
.footer .generic-links__list {
    justify-content: flex-start;
}
.footer .generic-links__item {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    text-align: left;
}
@media (max-width: 1025px) {
    .footer .generic-links__item {
        text-align: center;
        width: 100%;
    }
}
.footer .generic-links__link {
    width: 100%;
}
.footer .hotels__text {
    color: #ffffff;
    display: flex;
    font: 2.5rem Roboto-Black;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 1rem;
    text-decoration: none;
    text-transform: uppercase;
}
@media (min-width: 569px) {
    .footer .hotels__content {
        column-count: 2;
    }
}
.footer .hotels__item {
    display: inline-flex;
    flex-direction: column;
    padding: 1rem 0.5rem;
    width: 100%;
}
.footer .hotels__list {
    width: 100%;
}
.footer .hotels__list-item {
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.5rem;
}
.footer .hotels__list-item--th {
    align-items: center;
    display: flex;
}
.footer .hotels__list-thawte {
    color: #1a1a1a;
    font-size: 5rem;
}
.footer .hotels__city {
    color: #ffffff;
    font: 1.4rem Roboto-Black;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.5s;
    width: 100%;
}
.footer .hotels__city:hover, .footer .hotels__city:focus {
    color: #ffffff;
    text-decoration: none;
}
.footer .hotels__hotel {
    color: #ffffff;
    font: 1.4rem Roboto-Light;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.5s;
}
.footer .hotels__hotel:hover, .footer .hotels__hotel:focus {
    color: #F8485E;
    text-decoration: none;
}
.footer .hotels__text {
    margin: 0 0 2rem;
}
@media (max-width: 1025px) {
    .footer .hotels__text {
        justify-content: center;
    }
}
.footer .hotels__item {
    margin-bottom: 1.5rem;
    margin-top: 0;
    padding: 0;
}
@media (max-width: 1025px) {
    .footer .hotels__content {
        text-align: center;
    }
}
.footer .hotels__list {
    flex-direction: column;
}
.footer .hotels__list-item {
    margin: 0;
}

.contact__title {
    color: #1a1a1a;
    font: 1.5rem Roboto-Regular;
    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-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.5rem;
    width: 100%;
}
.contact__item--address .contact__label {
    display: none;
}
.contact__label {
    color: #ffffff;
    font: 1.4rem Roboto-Light;
}
.contact__element {
    color: #ffffff;
    font: 1.4rem Roboto-Light;
}
.contact__element--link {
    color: #ffffff;
}
.contact__element--link:hover {
    color: #F8485E;
}
.contact__element--phone {
    color: #ffffff;
}
.contact__element--phone:hover {
    color: #F8485E;
}
.contact__extra {
    color: #ffffff;
    font-size: 1.4rem;
}
.contact__list {
    display: block;
}
@media (min-width: 1025px) {
    .contact__list {
        text-align: left;
    }
}
.contact__item {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}

.language-line {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1025px) {
    .language-line {
        justify-content: center;
        margin-top: 2rem;
        width: 100%;
    }
}
.language-line__text {
    color: #1a1a1a;
    font: 1.4rem Roboto-Regular;
    margin-right: 1rem;
}
.language-line__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.language-line__item {
    display: inline-block;
    list-style: none;
    margin: 1rem 0;
    text-align: center;
    width: 100%;
}
.language-line__item:not(:last-child)::after {
    background-color: #999999;
    content: "";
    display: none;
    height: 1rem;
    margin: auto 2rem;
    width: 0.1rem;
}
@media (min-width: 569px) {
    .language-line__item:not(:last-child)::after {
        display: inline-block;
    }
}
@media (min-width: 569px) {
    .language-line__item {
        width: auto;
    }
}
.language-line__link {
    color: #999999;
    display: inline-block;
    font: 1.4rem Roboto-Light;
    text-decoration: none;
    text-transform: inherit;
}
.language-line__link:hover, .language-line__link:focus {
    color: #ffffff;
    text-decoration: none;
}
.language-line__link--active {
    color: #ffffff;
    pointer-events: none;
    text-decoration: none;
}
.language-line__link--active:hover {
    color: #ffffff;
}
.language-line__text {
    display: none;
}
.language-line__link--active {
    font-family: Roboto-Black;
}
.language-line__link--active::after {
    width: 100%;
}
.language-line__item:not(:last-child):after {
    margin: auto 1rem;
}
.language-line__list {
    justify-content: flex-start;
}
@media (max-width: 1025px) {
    .language-line__list {
        justify-content: center;
    }
}
@media (max-width: 769px) {
    .language-line__list {
        width: 100%;
    }
}

.social {
    text-align: center;
    text-align: left;
}
.social__title {
    color: #999999;
    font: 2.5rem Roboto-Black;
}
.social__list {
    display: flex;
    justify-content: center;
}
.social__item {
    margin: 0.5rem;
}
.social__link {
    align-items: center;
    background: transparent;
    border: 1px solid #999999;
    border-radius: 50%;
    display: flex;
    height: 4rem;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: color 0.5s;
    width: 4rem;
}
.social__link:hover {
    background: #ffffff;
    border-color: #ffffff;
    text-decoration: none;
}
.social__link:hover::before {
    color: black;
}
.social__link::before {
    color: #999999;
    font-size: 2.3rem;
    transition: color 0.5s;
}
@media (max-width: 1025px) {
    .social {
        text-align: center;
    }
}
.social__title {
    display: flex;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
@media (max-width: 1025px) {
    .social__title {
        justify-content: center;
    }
}
.social__list {
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    position: relative;
    width: 100%;
}
.social__list::after {
    background-color: #333333;
    content: "";
    display: block;
    height: 0.2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    width: 100%;
}
@media (min-width: 1025px) {
    .social__list {
        justify-content: flex-start;
    }
}
.social__link {
    border-width: 0.2rem;
}

.certificates {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.certificates__author {
    color: #999999;
    font: 1.5rem Roboto-Light;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
    text-decoration: none;
    text-transform: inherit;
    transition: color 0.5s;
}
.certificates__author:hover, .certificates__author:focus {
    color: #ffffff;
    text-decoration: none;
}
.certificates__thawte {
    color: #999999;
    font-size: 5rem;
}
@media (max-width: 1025px) {
    .certificates {
        justify-content: center;
    }
}
.certificates__thawte {
    display: flex;
}
.certificates__author {
    margin-left: 0;
}

.certificates__thawte::before {
    background: url('/headers/ssm/skin_custom/assets/magallanes_34442/icons/thawte.svg') center / contain no-repeat;
    content: '';
    display: flex;
    height: 5rem;
    width: 8.7rem;
}

.header {
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    border-top: 0.5rem solid #F8485E;
    margin-top: 4rem;
}
.header h1 {
    margin: 0;
}
html.fonts-loaded .header h1 {
    font-weight: normal;
    font-family: Roboto-Regular;
}
.header__official {
    width: 100%;
}
@media (max-width: 569px) {
    .header {
        justify-content: flex-end;
    }
}
@media (max-width: 468px) {
    .header {
        padding-bottom: 3rem;
    }
}
.header__official {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 1rem 2%;
}
@media (max-width: 1025px) {
    .header__official {
        justify-content: center;
    }
}
.header #roi-loyalty-icon {
    align-items: center;
    display: flex;
    order: 3;
    padding-left: 2%;
    padding-right: 2%;
}
@media (max-width: 341px) {
    .header #roi-loyalty-icon {
        padding-left: 0;
    }
}
.header #roi-loyalty-icon .loyalty-icon {
    border-radius: 5rem;
    border: 0.2rem solid #cccccc;
    z-index: 5;
}
.header #roi-loyalty-icon .loyalty-icon__user:focus {
    outline: none;
}

.official {
    align-items: center;
    display: flex;
    background: #27251F;
}
@media (max-width: 769px) {
    .official {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
        width: 100%;
    }
}
.official__title {
    color: #ffffff;
    font: 1.2rem Roboto-Regular;
    text-align: center;
    text-transform: uppercase;
}
.official__subtitle {
    color: #ffffff;
    font: 1.2rem Roboto-Regular;
    padding-right: 0.5rem;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 769px) {
    .official {
        padding-left: 3%;
        padding-right: 3%;
    }
}
.header .navbar {
    min-height: 0;
}

.navbar {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    background-color: #ffffff;
    justify-content: flex-start;
}
.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: 1300px) {
    .navbar__hamburguer {
        display: flex;
        flex-wrap: wrap;
    }
}
.navbar__hamburguer-btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.navbar__hamburguer-ico {
    background: #27251F;
    content: "";
    display: block;
    height: 0.3rem;
    margin-bottom: 0.5rem;
    width: 3rem;
}
.navbar__hamburguer-ico:last-child {
    margin-bottom: 0;
}
.navbar__hamburguer-text {
    color: #ffffff;
    display: none;
    font: 1.1rem Roboto-Regular;
    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: 1300px) {
    .navbar__close-inner {
        display: flex;
    }
}
.navbar__close-ico:nth-child(1) {
    background-color: #ffffff;
    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: #ffffff;
    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: 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: #27251F;
    display: flex;
    font: 1.6rem Roboto-Regular;
    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: #F8485E;
    text-decoration: none;
}
@media (max-width: 1300px) {
    .navbar__link {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar__link:hover, .navbar__link:focus, .navbar__link--active {
        color: #ffffff;
    }
}
.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: #27251F;
    content: "";
    display: flex;
    margin-left: 0.5rem;
    position: relative;
    transition: color 0.5s;
}
.navbar__dropdown:hover::after {
    color: #F8485E;
}
.navbar__list-dropdown {
    background-color: #F8485E;
    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: #F8485E;
    content: "";
    left: 11rem;
    position: absolute;
    top: -1rem;
}
.navbar__item-dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
}
.navbar__link-dropdown {
    color: #ffffff;
    display: block;
    font: 1.5rem Roboto-Regular;
    padding: 1rem 1.6rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.5s;
}
.navbar__link-dropdown:hover {
    color: #F8485E;
    text-decoration: none;
}
.navbar__content {
    z-index: 5;
}
@media (max-width: 1300px) {
    .navbar__content {
        background: #27251F;
        bottom: 100%;
        height: 100%;
        position: fixed;
        right: 0;
        transition: bottom 0.5s;
        width: 100%;
    }
}
.navbar__language {
    align-items: center;
    background-color: #F8485E;
    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: 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: #ffffff;
    cursor: pointer;
    display: flex;
    font: 1.5rem Roboto-Regular;
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(0%);
}
.navbar__language-text:hover {
    color: #ffffff;
    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: #ffffff;
    display: block;
    font: 1.5rem Roboto-Regular;
    line-height: 1.8;
    text-transform: uppercase;
    transition: color 0.5s;
}
.navbar__language-name:hover,
.navbar__language-name--active {
    color: #F8485E;
    text-decoration: none;
}
@media (max-width: 569px) {
    .navbar {
        flex-grow: 0;
        order: 3;
        padding-left: 2rem;
        padding-top: 0;
    }
}
.navbar__link {
    justify-content: center;
    position: relative;
}
@media (max-width: 1300px) {
    .navbar__link {
        margin-bottom: 1rem;
    }
}
.navbar__link::after,
.navbar__link::before {
    background-color: #F8485E;
    content: "";
    display: block;
    height: 0.2rem;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    transition: width 0.5s;
    width: 0;
}
@media (max-width: 1300px) {
    .navbar__link::after,
    .navbar__link::before {
        display: none;
    }
}
.navbar__link::before {
    top: -1rem;
}
.navbar__link::after {
    bottom: -1rem;
}
.navbar__link:active::after,
.navbar__link:active::before,
.navbar__link:focus::after,
.navbar__link:focus::before,
.navbar__link:hover::after,
.navbar__link:hover::before {
    width: 100%;
}
.navbar__link--active {
    color: #F8485E;
    font-family: Roboto-Black;
}
.navbar__link--active::after,
.navbar__link--active::before {
    width: 100%;
}
.navbar__hamburguer {
    padding-right: 2rem;
}
@media (max-width: 569px) {
    .navbar__hamburguer {
        justify-content: center;
    }
}
.navbar__content--fixed {
    background: #27251F;
    bottom: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    transition: bottom 0.5s;
    width: 100%;
}
.navbar__content--fixed .navbar__list {
    justify-content: center;
    flex-direction: column;
}
.navbar__content--fixed .navbar__close-inner {
    display: flex;
}

.agency {
    align-items: center;
    display: flex;
    position: relative;
}
.open.agency .agency__list {
    display: block;
}
.agency__login {
    align-items: center;
    color: #1a1a1a;
    display: flex;
    font: 1.5rem Roboto-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__login:hover {
    text-decoration: none;
}
.agency__list {
    background: #F8485E;
    border-radius: 0;
    display: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: auto;
    z-index: 1000;
}
.agency__items {
    padding-bottom: 0.5rem;
}
.agency__link {
    align-items: center;
    color: #ffffff;
    display: flex;
    font: 1.5rem Roboto-Regular;
    padding: 1rem 1.5rem;
    text-transform: inherit;
    transition: color 0.5s, background 0.5s;
}
.agency__link:hover {
    background: #27251F;
    color: #ffffff;
    text-decoration: none;
}
.agency::after {
    background-color: #cccccc;
    border-radius: 0;
    content: "";
    display: block;
    height: 1.5rem;
    margin: auto 1rem;
    transform: rotate(0);
    width: 0.1rem;
}
.agency__list {
    top: 76%;
}

.header__logo--fixed {
    display: none;
}
.header--fixed .header__logo--top {
    display: none;
}
.header--fixed .header__logo--fixed {
    display: block;
}
.header .logo {
    background-color: transparent;
    margin-bottom: -3rem;
    margin-top: -6rem;
    padding: 2rem 1rem 0 5rem;
    z-index: 2;
}
.header .logo__img {
    height: auto;
    max-width: 18rem;
}
.header .logo__img--small {
    height: auto;
    max-width: 13rem;
}
.header .logo svg {
    width: 18rem;
}
@media (max-width: 569px) {
    .header .logo {
        flex: 1;
        margin-bottom: -1rem;
        margin-top: 0;
        padding: 0;
    }
}
@media (max-width: 1025px) {
    .header .logo {
        margin-top: -2rem;
    }
}
@media (max-width: 569px) {
    .header .logo__img {
        max-width: 10rem;
    }
}
.header .language {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-position: right;
    background-size: contain;
    padding-left: 1rem;
}
.header .open.language .language__list {
    display: block;
}
.header .language__text {
    color: #27251F;
    cursor: pointer;
    font: 1.5rem Roboto-Regular;
    margin-right: 1rem;
    text-decoration: none;
}
.header .language__text:hover {
    text-decoration: none;
}
.header .language__text--line {
    display: none;
}
.header .language__text--dropdown {
    color: #27251F;
    cursor: pointer;
    font: 1.5rem Roboto-Regular;
    text-transform: uppercase;
}
.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: #F8485E;
    text-decoration: none;
}
.header .language__list {
    background: #ffffff;
    border-radius: 0;
    display: none;
    float: left;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: auto;
    z-index: 1000;
    left: auto;
}
.header .language__list.show {
    display: block !important;
}
.header .language__link {
    align-items: center;
    color: #27251F;
    display: flex;
    font: 1.5rem Roboto-Regular;
    padding: 1rem 1.5rem;
    text-decoration: none;
    text-transform: inherit;
    transition: color 0.5s, background 0.5s;
}
.header .language__link:hover, .header .language__link:focus {
    background: #27251F;
    color: #ffffff;
    text-decoration: none;
}
.header .language__link--active {
    background: #F8485E;
    color: #ffffff;
    text-decoration: none;
}
.header .language__link--active:hover {
    background: #F8485E;
    color: #ffffff;
}
.header .language::after {
    background-color: #cccccc;
    border-radius: 0;
    content: "";
    display: block;
    height: 4rem;
    margin: auto 1rem;
    transform: rotate(0);
    width: 0.1rem;
}
@media (max-width: 569px) {
    .header .language {
        justify-content: flex-end;
        padding-bottom: 1rem;
        padding-left: 0.4rem;
        padding-top: 1rem;
    }
}
@media (max-width: 341px) {
    .header .language {
        justify-content: center;
        width: 50%;
    }
}
.header .language::before {
    color: #27251F;
    font-size: 1.8rem;
    padding: 1rem;
}
@media (max-width: 569px) {
    .header .language__text--dropdown:hover {
        color: #ffffff;
    }
}
.header .language__list {
    top: 76%;
}

.icons-apus {
    background-color: transparent;
    margin-bottom: 6rem;
    margin-top: 6rem;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}
.icons-apus__title {
    color: #999999;
    font: 2rem Roboto-Black;
    margin-bottom: 5rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
    position: relative;
    text-transform: uppercase;
}
.icons-apus__title::before {
    background: #ffffff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.icons-apus__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
}
@media (min-width: 1025px) {
    .icons-apus__list {
        max-width: 1025px;
    }
}
.icons-apus__link {
    cursor: pointer;
    display: inline-block;
}
.icons-apus__image {
    height: auto;
    max-width: 12rem;
}
.icons-apus__title {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}
@media (max-width: 1025px) {
    .icons-apus__title {
        text-align: center;
    }
}
.icons-apus__title::before {
    display: none;
}
.icons-apus__link {
    padding: 1rem;
}
.icons-apus__list {
    padding: 2rem 0;
}
@media (min-width: 1025px) {
    .icons-apus__list {
        justify-content: flex-start;
    }
}
.icons-apus__image {
    margin-bottom: 1.4rem;
    margin-right: 4rem;
}
