h1 {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}



a,
button {
    cursor: pointer;
    text-decoration: none;
    transition: color .5s, background-color .5s;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}
svg {
    pointer-events: none;
}

button {
    background-color: transparent;
    border: 0;
}

option {
    color: #4a4a4a;
}

/* reset */

/* footer */
.footer {
    background: #426993 !important;
    padding: 3rem 0;
}

.footer__container {
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    display: flex;
}

.footer__info {
    position: relative;
    width: 100%;
}

.footer__logo {
    text-align: center;
    width: 300px;
}

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

.footer__contact {
    width: 100%;
}

.footer .contact__list {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

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

.footer .contact__element,
.footer .contact__label {
    color: #fff;
    font-size: 18px;
}
@media (max-width: 1024px) {
    .footer .contact__element,
    .footer .contact__label {
        font-size: 12px;
    }
}

.footer .contact__element--link {
    word-break: break-all;
}

.footer .contact__element--link:hover,
.footer .contact__element--phone:hover {
    color: #b3b2b2;
}

.footer__generic-links {
    bottom: 0;
    left: 0;
    max-width: 40%;
    order: -1;
    position: absolute;
    top: 0;
    width: auto;
    margin-top: 50px;
}

.footer .generic-links__item,
.footer .generic-links__list {
    display: flex;
}

.footer .generic-links__list {
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
}

.footer .generic-links__item {
    justify-content: flex-start;
    margin-bottom: 6px;
    margin-top: 6px;
    text-align: left;
    width: 100%;
}

.footer .generic-links__link { color: #fff; }
@media (max-width: 1024px) {.footer .generic-links__link { font-size: 12px; } }

.footer__certificates,
.footer__generic-links,
.footer__info,
.footer__language,
.footer__social {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.footer__certificates {
    align-content: flex-end;
    bottom: 0;
    justify-content: flex-end;
    padding-left: 60px;
    position: absolute;
    right: 0;
}

.footer__certificates,
.footer__language {
    width: 23.3%;
}


.certificates__author {
    color: #fff;
    font-size: 18px;
    margin: 5px 10px;
    text-align: right;
    text-decoration: none;
    text-transform: inherit;
    transition: color .5s;
    width: 100%;
}

.footer__social {
    padding: 0;
    width: 100%;
}

.social__title {
    color: #fff;
    display: none;
    font-size: 18px;
    padding-left: 10px;
    text-align: left;
    width: 100%;
}

.social__list {
    display: flex;
    justify-content: center;
}

.social__item {
    margin: 10px;
}

.social__link {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    height: 25px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: all .2s;
    width: 25px;
}

.footer .certificates__author:focus,
.footer .certificates__author:hover {
    color: #000;
    text-decoration: none;
}

.footer .generic-links__link:hover {
    color: #1a1919;
    text-decoration: none;
}
/* footer */

/* header */
.header,
.header__container,
.header__engine-button,
.header__logo {
    display: flex;
}

.header {
    background-color: #fdfcfa;
    border-bottom: 1px solid rgba(66,105,147,.5);
    flex-wrap: wrap;
    justify-content: space-between;
}

.header__container,
.header__logo,
.header__official,
.engine-button__link {
    width: 100%;
}

.header__container--dropdowns {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 30%;
}
@media (max-width: 768px) {.header__container--dropdowns{width: 70%; } }

.header__logo {
    align-items: center;
    justify-content: left;
    margin-left: 20%;
}
@media (max-width: 768px) {.header__logo{ margin-left: 0%; } }

.header .logo__img,
.header .logo a {
    min-width: 130px;
}

.header .logo__img {
    max-width: 20vw;
}

.header__container--links {
    justify-content: flex-end;
}

.header__official {
    align-items: center;
    background-color: transparent;
    display: flex;
    margin-left: 8%;
    padding-top: 10px;
    z-index: 4;
}

.official__subtitle {
    padding-right: 5px;
    text-transform: uppercase;
}

.official__subtitle,
.official__title {
    color: #426993;
    font-size: 12px;
    text-align: center;
}

.navbar {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 7%;
    margin-right: 3%;
}
.navbar__close,
.navbar__hamburguer {
    display: flex;
}

.navbar__hamburguer {
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    flex: auto;
    justify-content: flex-end;
    z-index: 4;
}

.navbar__hamburguer-btn {
    border: 0;
    padding: 10px;
    transition: background-color .5s;
}

.navbar__hamburguer-ico {
    content: '';
    display: block;
    height: 3px;
    margin-bottom: 5px;
    width: 26px;
}

.navbar__hamburguer-btn:active
.navbar__hamburguer-ico,
.navbar__hamburguer-btn:focus
.navbar__hamburguer-ico,
.navbar__hamburguer-btn:hover
.navbar__hamburguer-ico,
.navbar__hamburguer-ico {
    background-color: #426993;
}

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

.navbar__content {
    bottom: 0;
    max-width: 420px;
    width: auto;
    align-content: space-between;
    background: #fdfcfa;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    left: -100%;
    padding: 40px 2%;
    position: fixed;
    transition: left .5s cubic-bezier(.01,.04,1,.95);
    z-index: 3;
}

.navbar__close {
    padding: 10px 26px;
    position: absolute;
    right: 0;
    z-index: 3;
}

.navbar__close-inner {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.navbar__close-ico {
    background-color: #426993;
    height: 35px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    transition: background-color .5s;
    width: 2px;
}

.navbar__close-ico:last-child {
    margin-left: -2px;
    transform: rotate(-45deg);
}

.navbar__list {
    flex-wrap: wrap;
    height: 80%;
    position: relative;
}

.navbar__item, .navbar__list {
    align-items: center;
    display: flex;
    width: 100%;
}

.navbar__item {
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center;
}

.navbar__link {
    align-items: center;
    color: #426993;
    display: flex;
    font-size: 26px;
    justify-content: center;
    text-transform: inherit;
}

.header .social__title {
    color: transparent;
    font-size: 14px;
}

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

.header .social__item {
    margin: .5rem;
}

.header .social__link {
    align-items: center;
    background: #426993;
    border: 1px solid #426993;
    border-radius: 50%;
    display: flex;
    height: 25px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: all .2s;
    width: 25px;
}

.header .language {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-right: 1rem;
    position: relative;
    z-index: 4;
}

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

.header .language__text--dropdown {
    align-items: center;
    display: flex;
    color: #426993;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
}

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

.header .language__link {
    align-items: center;
    color: #426993;
    display: flex;
    font-size: 15px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: inherit;
    transition: color .5s, background .5s;
}

.header .language__link--active,
.header .language__link:focus,
.header .language__link:hover {
    background: #426993;
    color: #fff;
    text-decoration: none;
}

.header .language__arrow {
    margin-left: 8px;
}

.header .language__arrow::before {
    background: url('./icons/arrow-down2.svg') center / contain no-repeat;
    content: '';
    display: flex;
    height: 12px;
    width: 12px;
}

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

.booking {
    align-items: center;
    display: flex;
    text-align: center;
}
@media (min-width: 1025px) {.header__container--links{ width: 28%; } }


.booking__link {
    background-color: transparent;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #426993;
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
}

.flight {
    align-items: center;
    display: flex;
}
@media (min-width: 1025px) {.flight {width: 27%;}}
@media (max-width: 1024px) {.flight {width: 60%;}}
@media (min-width: 768px) and  (max-width: 1023px) {.flight {width: 90%;}}
@media (max-width: 767px) {.flight {width: unset;}}

.flight__link {
    border-radius: 0;
    border: 1px solid #426993;
    margin-left: 20px;
    transition: background-color .5s;
    text-align: center;
    background-color: transparent;
    color: #426993;
    font-size: 14px;
    padding: 20px;
    text-transform: uppercase;
}

.flight__link:hover {
    color: #fff;
    background-color: #426993;
}

.engine-button,
.engine-button__link {
    align-items: center;
    justify-content: center;
}

.header__engine-button {
    margin-left: 20px;
    max-width: none;
    padding: 0;
}
@media (min-width: 1025px) { .header__engine-button { width: 37%; }}

.engine-button__link,
.engine-button__link:hover {
    background-color: #426993;
    color: #fff;
}

.engine-button__link {
    display: flex;
    font-size: 14px;
    height: 100%;
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .5s,color .5s;
}


#roi-loyalty-icon {
    align-items: center;
    display: flex;
    z-index: 3;
}

#roi-loyalty-icon .loyalty-wrap {
    position: relative;
}

#roi-loyalty-icon .loyalty-icon__user {
    background-color: transparent;
}

@media (min-width: 1024px) {
    .footer {
        padding: 1rem 3rem;
    }

}

@media (max-width: 1024px) {
    .official {
        display: none;
    }

    .engine-button__link {
        bottom: 0;
        height: 5rem;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 2;
    }

    .footer__info {
        justify-content: flex-end;
        width: 100%;
    }

    .footer .logo {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 0;
    }

    .footer .contact {
        margin-top: 7rem;
        max-width: 60%;
    }

    .footer .certificates {
        padding-left: 0;
        position: relative;
        width: 100%;
    }

    .footer .social {
        justify-content: center;
    }

    .navbar__content {
        width: 100%;
    }

    .footer .contact__list {
        text-align: right;
    }

}

@media (max-width: 568px) {
    .flight__link {
        display: none;
    }
}

