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

@font-face {
    font-display: swap;
    font-family: OpenSans-Bold;
    font-style: normal;
    font-weight: 400;
    src: url("/headers/ssm/skin_custom/assets/magallanes_39150/fonts/OpenSans-Bold.woff2") format("woff2"),url("/headers/ssm/skin_custom/assets/magallanes_39150/fonts/OpenSans-Bold.woff") format("woff")
}

@font-face {
    font-display: swap;
    font-family: IsidoraSoft-Bold;
    font-style: normal;
    font-weight: 400;
    src: url("/headers/ssm/skin_custom/assets/magallanes_39150/fonts/IsidoraSoft-Bold.woff2") format("woff2"),url("/headers/ssm/skin_custom/assets/magallanes_39150/fonts/IsidoraSoft-Bold.woff") format("woff")
}

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

[data-style-scope="mynd-custom"] {
    font-family: OpenSans-Regular, sans-serif;
    color: #ffffff;
}

html [data-style-scope="mynd-custom"] button {
    font: inherit;
    line-height: inherit;
}

[data-style-scope="mynd-custom"] .ico:before {
    font-family: icons-base;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-transform: none
}

[data-style-scope="mynd-custom"] .ico-fa-facebook:before, [data-style-scope="mynd-custom"] .ico-facebook:before {
    content: ""
}

[data-style-scope="mynd-custom"] .ico-fa-linkedin:before, [data-style-scope="mynd-custom"] .ico-linkedin:before {
    content: ""
}

[data-style-scope="mynd-custom"] .ico-fa-instagram:before, [data-style-scope="mynd-custom"] .ico-instagram:before {
    content: ""
}

[data-style-scope="mynd-custom"] .ico-fa-tik-tok:before, [data-style-scope="mynd-custom"] .ico-tik-tok:before {
    content: ""
}

[data-style-scope="mynd-custom"] a {
    text-decoration: none;
    color: inherit;
}

[data-style-scope="mynd-custom"] .link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #005233;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font: 1.3rem OpenSans-Bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: none;
    border-radius: 1.75rem;
    height: 3rem;
    padding: 0 2rem
}

[data-style-scope="mynd-custom"] .link:active,
[data-style-scope="mynd-custom"] .link:focus,
[data-style-scope="mynd-custom"] .link:hover {
    background-color: #003e26;
}

[data-style-scope="mynd-custom"] .link:active:before,
[data-style-scope="mynd-custom"] .link:focus:before,
[data-style-scope="mynd-custom"] .link:hover,
[data-style-scope="mynd-custom"] .link:hover:before {
    color: #fff
}

[data-style-scope="mynd-custom"].header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    z-index: 999;
}

[data-style-scope="mynd-custom"].header,
.header__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__upper {
    background: #1a1919;
    align-items: center;
    gap: .7rem 1.5rem;
    padding: 1rem 3rem;
}

.header__official {
    margin-right: 1rem;
    white-space: nowrap;
}

[data-style-scope="mynd-custom"].header .official {
    -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: 1;
    flex: 1
}

.header .official__subtitle,
.header .official__title {
    color: #fff;
    font: 1.2rem IsidoraSoft-Bold;
    text-align: center;
    text-transform: inherit;
    margin: 0;
}

.header .official__subtitle {
    padding-right: .5rem
}

.header .official__link {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
}

.header .official__icono {
    grid-column: 1 / 2;
    margin: 0 1rem 0 0
}

.language__text--dropdown {
    background: transparent;
    appearance: none;
    border: none;
}

[data-style-scope="mynd-custom"].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;
    -webkit-box-ordinal-group: 2;
}

.header .language__text {
    color: #fff;
    cursor: pointer;
    font: 1.2rem OpenSans-Bold;
    margin-right: 1rem
}

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

.header .language__text--dropdown {
    color: #fff;
    font: 1.2rem OpenSans-Bold;
    text-transform: uppercase;
    padding: 0;
}

.header .language__text--dropdown:after {
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: none;
    height: 0;
    margin-left: .25rem;
    margin-right: .25rem;
    vertical-align: middle;
    width: 0;
}

.header .language__text--dropdown:focus,
.header .language__text--dropdown:hover {
    color: #fff
}

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

.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: 1.2rem OpenSans-Bold;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    -webkit-transition: color .5s,background .5s;
    transition: color .5s,background .5s
}

.header .language__link--active,
.header .language__link--active:hover,
.header .language__link:focus,
.header .language__link:hover {
    background: transparent;
    color: #fff
}

.header .language .language__flag {
    height: 3rem;
    margin-left: 1rem;
    width: 3rem;
    display: flex;
    align-items: center;
    padding: 0 .3rem;
}

.header .language .language__flag img {
    width: 100%;
    max-height: 100%;
    height: auto;
}

.header .language__text--dropdown,
.header .language__text--dropdown span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .language__text--dropdown span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4c4c4c;
    border-radius: 50%;
    height: 3.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.1rem
}

.header .language__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .5rem .8rem;
}

.header .language__item:first-child {
    padding-top: .8rem;
}

.header .language__item:last-child {
    padding-bottom: .8rem;
}

.header .language__link {
    padding: 0
}

.header .language__link span {
    background-color: #4c4c4c;
    border-radius: 50%;
    height: 3.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 3.1rem
}

.header .language__link span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.phone__text--dropdown {
    background: transparent;
    appearance: none;
    border: none;
}

[data-style-scope="mynd-custom"].header .phone {
    -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;
    -webkit-box-ordinal-group: 2;
}

.header .phone__text {
    color: #fff;
    cursor: pointer;
    font: 1.2rem OpenSans-Bold;
    margin-right: 1rem
}

.header .phone__text--line {
    display: none
}

.header .phone__text--dropdown {
    color: #fff;
    font: 1.2rem OpenSans-Bold;
    text-transform: uppercase;
    padding: 0;
}

.header .phone__text--dropdown:after {
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: none;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left: .25rem;
    margin-right: .25rem;
}

.header .phone__text--dropdown:focus,
.header .phone__text--dropdown:hover {
    color: #fff
}

.header .phone__list {
    background: transparent;
    border-radius: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 100%;
    width: auto;
    z-index: 1000;
    right: 0;
    left: auto;
    overflow: hidden;
    display: none;
}

.header .phone__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 1.2rem OpenSans-Bold;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    -webkit-transition: color .5s,background .5s;
    transition: color .5s,background .5s
}

.header .phone__link--active,
.header .phone__link--active:hover,
.header .phone__link:focus,
.header .phone__link:hover {
    background: transparent;
    color: #fff
}

.header .phone .phone__flag {
    height: 3rem;
    margin-left: 1rem;
    width: 3rem;
    display: flex;
    align-items: center;
    padding: 0 .3rem;
}

.header .phone .phone__flag img {
    width: 100%;
    max-height: 100%;
    height: auto;
}

.header .phone__text--dropdown,
.header .phone__text--dropdown span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .phone__text--dropdown span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4c4c4c;
    border-radius: 999px;
    height: 3.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

.header .phone__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .5rem .8rem;
}

.header .phone__item:first-child {
    padding-top: .8rem;
}

.header .phone__item:last-child {
    padding-bottom: .8rem;
}

.header .phone__link {
    padding: 0;
    width: 100%;
    text-align: center;
}

.header .phone__link span {
    background-color: #4c4c4c;
    border-radius: 999px;
    height: 3.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    padding-left: 2rem;
    padding-right: 2rem;
    flex: 1;
}

.header .phone__link span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[data-style-scope="mynd-custom"].header .contact {
    display: flex;
    gap: 1.5rem;
}

#atol-protected {
    padding: 0 !important;
    float: none;
}

[data-style-scope="mynd-custom"] .dropdown__list {
    background-color: #1a1919;
    border-radius: 0 0 1.6rem 1.6rem;
    z-index: 1;
}

@media (max-width: 1025px) {
    .header__upper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header__official,.header__upper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__official {
        margin-bottom: 1rem;
        width: 100%
    }

    [data-style-scope="mynd-custom"].header .official {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin-bottom: 0
    }
}

@media (max-width: 900px) {
    #atol-protected .title {
        display: none;
    }
}

@media (max-width: 740px) {
    [data-style-scope="mynd-custom"].header .official {
        flex-basis: 100%;
        margin: 0;
        justify-content: center;
    }
}

@media (max-width: 400px) {
    .header .official__link {
        margin: 0 auto .5rem;
        justify-items: start;
    }

    .header .official__icono {
        grid-row: span 2;
    }

    .header .official__title {
        grid-column: span 2;
    }

    .header .official__subtitle {
        grid-column: span 2;
    }

    .header .phone__list {
        left: 50%;
        right: auto;
        transform: translate(-50%, 1rem);
    }

    .header .language__list {
        z-index: 3 !important;
    }

    [data-style-scope="mynd-custom"].header .contact {
        flex-basis: 100%;
        justify-content: center;
    }
}

[data-style-scope="mynd-custom"].footer {
    background-color: #1a1919 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5rem 5rem 1.2rem;
    border-top: .5rem solid #007146
}

[data-style-scope="mynd-custom"].footer,
.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__content--higher {
    border-bottom: .1rem solid #333;
    padding-bottom: 4rem
}

.footer__content--lower {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 3rem
}

.footer__logo {
    padding-bottom: 3rem;
    padding-top: 3rem
}

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

.footer__certificates {
    padding-right: 2rem
}

.footer__extra,.footer__language,.footer__social {
    width: 33.33333%
}

.footer__content {
    padding-left: 0;
    padding-right: 0
}

.footer__content--higher {
    border-top: .1rem solid #333
}

.footer__content--lower {
    padding-top: 1.4rem
}

.footer__logo {
    padding-bottom: 0;
    padding-top: 0
}

[data-style-scope="mynd-custom"].footer .logo {
    width: 100%
}

.footer .logo__img {
    height: auto;
    max-width: 18rem
}

.footer .logo__img--small {
    height: auto;
    max-width: 15rem
}

[data-style-scope="mynd-custom"].footer .logo img {
    width: 18rem;
    height: auto
}

.footer .generic-links {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-top: 2rem
}

.footer .generic-links__title {
    color: #fff;
    font: 1.8rem IsidoraSoft-Bold;
    text-transform: inherit;
    white-space: nowrap;
}

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

.footer .generic-links__item,.footer .generic-links__list {
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 1rem 0;
    text-align: center;
    width: 100%
}

.footer .generic-links__item:not(:last-child):after {
    background-color: #fff;
    content: "";
    display: none;
    height: 1rem;
    margin: auto 2rem;
    width: .1rem
}

.footer .generic-links__link {
    color: #fff;
    font: 1.4rem OpenSans-Regular;
    text-transform: inherit
}

.footer .generic-links__link:hover {
    color: #b3b3b3
}

.footer .generic-links__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer .generic-links__title {
    margin-bottom: .1rem
}

.footer .generic-links__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: .3rem 0 0
}

[data-style-scope="mynd-custom"].footer .icons {
    background: transparent;
    width: 100%;
    margin-bottom: 5rem
}

.footer .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
}

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

.footer .icons__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .icons__image {
    margin: 2rem
}

.footer .icons .splide__list {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
}

.footer .icons__item {
    -webkit-filter: opacity(.6);
    filter: opacity(.6);
    margin: 1rem 0;
    padding: 0 4rem
}

.footer .icons__item:hover {
    -webkit-filter: opacity(1);
    filter: opacity(1)
}

.footer .icons__item svg {
    max-height: 5rem;
    width: auto
}

.footer .icons__item:not(:first-child) svg {
    max-height: 4rem
}

.footer .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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.footer .language-line__text {
    color: #fff;
    font: 1.1rem OpenSans-Regular;
    margin-right: 1rem
}

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

.footer .language-line__item {
    display: inline-block;
    margin: 1rem 0;
    text-align: center;
    width: 100%
}

.footer .language-line__item:not(:last-child):after {
    background-color: transparent;
    content: "";
    display: none;
    height: 1rem;
    margin: auto 2rem;
    width: .1rem
}

.footer .language-line__link {
    color: #fff;
    font: 1.1rem OpenSans-Regular;
    text-transform: uppercase
}

.footer .language-line__link--active,.footer .language-line__link--active:hover,.footer .language-line__link:focus,.footer .language-line__link:hover {
    color: #000
}

.footer .language-line__text {
    display: none
}

.footer .language-line__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 3rem
}

.footer .language-line__link--active {
    background-color: #fff;
    border: .1rem solid #fff;
    border-radius: 100%
}

.footer .language-line__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: .1rem solid #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: .5rem;
    margin-right: .5rem;
    width: auto
}

.footer .language-line__item:hover {
    background-color: #fff;
    border-color: #fff
}

[data-style-scope="mynd-custom"].footer .contact {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.footer .contact__title {
    color: #fff;
    font: 1.8rem IsidoraSoft-Bold;
    text-transform: inherit
}

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

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

.footer .contact__item--address .contact__label {
    display: none
}

.footer .contact__element,.footer .contact__label {
    color: #fff;
    font: 1.5rem OpenSans-Regular
}

.footer .contact__element--link {
    color: #fff
}

.footer .contact__element--link:hover {
    color: #b3b3b3
}

.footer .contact__element--phone {
    color: #fff
}

.footer .contact__element--phone:hover {
    color: #b3b3b3
}

.footer .contact__extra {
    color: #fff;
    font-size: 1.5rem
}

.footer .contact__list {
    text-align: left
}

.footer .contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .3rem 0 0
}

.footer .contact__item--address {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.footer .contact__item--phone {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.footer .contact__item--email {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.footer .contact__label {
    margin-right: .2rem
}

[data-style-scope="mynd-custom"].footer .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-right: 0
}

.footer .certificates__author {
    color: #fff;
    font: 1.4rem OpenSans-Regular;
    margin: 0;
    text-transform: inherit;
    -webkit-transition: color .5s;
    transition: color .5s;
    white-space: nowrap
}

.footer .certificates__author:focus,.footer .certificates__author:hover {
    color: #b3b3b3
}

.footer .certificates__digital {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 1.4rem OpenSans-Regular;
    text-transform: uppercase;
    -webkit-transition: color .5s;
    transition: color .5s
}

.footer .certificates__digital:before {
    background-color: #fff;
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 1.5rem;
    margin: auto 1rem;
    transform: rotate(0);
    width: .1rem
}

.footer .certificates__digital:focus,.footer .certificates__digital:hover {
    color: #b3b3b3
}

.footer .certificates__thawte {
    color: #1a1a1a;
    font-size: 5rem
}

.footer .certificates__author {
    padding: .5rem 0
}

.footer .certificates__thawte {
    display: none
}

[data-style-scope="mynd-custom"].footer .social {
    text-align: center
}

.footer .social__title {
    color: #1a1a1a;
    font: 1.5rem OpenSans-Regular
}

.footer .social__paragraph {
    color: #1a1919;
    font: 1.4rem/1.5 OpenSans-Regular
}

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

.footer .social__item {
    margin: .5rem
}

.footer .social__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: .1rem solid transparent;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.9rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 1.9rem
}

.footer .social__link:hover {
    background: transparent;
    border-color: transparent
}

.footer .social__link:hover:before {
    color: #b3b3b3
}

.footer .social__link:before {
    color: #fff;
    font-size: 1.9rem;
    -webkit-transition: all .2s;
    transition: all .2s
}

.footer .social__title {
    display: none
}

.footer .newsletter-apus {
    background: #1a1919;
    margin: 0 auto;
    max-width: 80rem;
    width: 100%
}

.footer .newsletter-apus__content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .newsletter-apus__form {
    background: transparent;
    padding: 3rem 4%;
    position: relative;
    width: 100%;
    z-index: 1
}

.footer .newsletter-apus__form,.footer .newsletter-apus__titles {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .newsletter-apus__titles {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2rem;
    padding-right: 2rem
}

.footer .newsletter-apus__paragraph,.footer .newsletter-apus__title {
    margin-bottom: 2rem;
    width: 100%
}

.footer .newsletter-apus__title {
    color: #fff;
    font: 2.8rem IsidoraSoft-Bold;
    text-transform: none
}

.footer .newsletter-apus__paragraph {
    color: #1a1919;
    font: 1.4rem/1.5 OpenSans-Regular
}

.footer .newsletter-apus__send {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 2rem
}

.footer .newsletter-apus__send-input {
    background: hsla(0,0%,100%,.15);
    border: 0;
    border-radius: 2.6rem;
    color: #fff;
    -ms-flex: 1;
    flex: 1;
    font: 1.4rem OpenSans-Regular;
    height: 4rem;
    margin-right: 2rem;
    padding: 1rem 3%;
    width: 100%
}

.footer .newsletter-apus__send-input::-webkit-input-placeholder {
    font: 1.4rem/1.2 OpenSans-Regular
}

.footer .newsletter-apus__send-input::-moz-placeholder {
    font: 1.4rem/1.2 OpenSans-Regular
}

.footer .newsletter-apus__send-input:-ms-input-placeholder {
    font: 1.4rem/1.2 OpenSans-Regular
}

.footer .newsletter-apus__send-input::-ms-input-placeholder {
    font: 1.4rem/1.2 OpenSans-Regular
}

.footer .newsletter-apus__send-input::placeholder {
    font: 1.4rem/1.2 OpenSans-Regular
}

.footer .newsletter-apus__send-input:active,.footer .newsletter-apus__send-input:focus,.footer .newsletter-apus__send-input:hover {
    outline: #f49525
}

.footer .newsletter-apus__send-button {
    margin-top: 2rem;
    width: 100%
}

.footer .newsletter-apus__send-button:hover {
    background-color: #1a1919
}

.footer .newsletter-apus__check {
    max-width: 100%;
    text-align: left;
    width: 100%
}

.footer .newsletter-apus__check-text {
    color: #fff;
    font: 1.4rem/1.5 OpenSans-Regular;
    max-width: 100%
}

.footer .newsletter-apus__check-link {
    color: #fff;
    font: 1.4rem OpenSans-Bold;
}

.footer .newsletter-apus__check-link:active,.footer .newsletter-apus__check-link:focus,.footer .newsletter-apus__check-link:hover {
    color: #fff
}

.footer .newsletter-apus__image {
    position: relative
}

.footer .newsletter-apus__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.footer .newsletter-apus__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5.6rem 0 1rem
}

.footer .newsletter-apus__titles {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 0;
    width: 100%
}

.footer .newsletter-apus__paragraph {
    color: #fff;
    display: block
}

.footer .newsletter-apus__check {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.footer .newsletter-apus__send {
    padding: 0;
    width: 100%
}

.footer .newsletter-apus__send-input {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 2rem;
    margin-right: 0;
    padding: 1.5rem
}


.footer .newsletter-apus__send-button {
    background-color: #fff;
    color: #1a1919;
    height: 4rem;
    margin-bottom: 2rem;
    margin-top: 0;
    max-width: none;
    padding: 0 3.2rem
}

.footer .newsletter-apus__send-button:hover {
    background-color: #f49525;
    color: #fff
}

.footer .newsletter-apus__image {
    display: none
}

.footer__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%
}

.footer__content--center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: .1rem solid #333;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 4rem;
    padding-top: 5rem
}

.footer__content-marca {
    color: #fff;
    font-size: 1.3rem;
    padding: 1rem 0;
    text-align: center;
    width: 83%
}

.footer__content-logos .logo-canarian {
    background-color: transparent;
    background-image: url(/headers/ssm/skin_custom/assets/magallanes_39150/images/canarianhospitality.png);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    height: 40px;
    width: 66%
}

.footer .footer__contact .generic-links__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0
}

.footer .footer__contact .generic-links__item {
    width: auto
}

.footer .footer__contact .generic-links__item:not(:last-child):after {
    display: inline-block
}

@media (min-width: 569px) {
    [data-style-scope="mynd-custom"].footer .logo {
        margin-right: 4.5rem
    }

    .footer .generic-links__item:not(:last-child):after {
        display: inline-block
    }

    .footer .generic-links__item {
        width: auto
    }

    [data-style-scope="mynd-custom"].footer .generic-links {
        border-top: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 0;
        width: 50%
    }

    .footer .generic-links__item {
        text-align: left;
        width: 50%
    }

    .footer .generic-links__item:not(:last-child):after {
        display: none
    }

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

    .footer .language-line__item {
        width: auto
    }

    .footer .language-line {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: auto
    }

    .footer .language-line__item {
        margin-right: 1rem
    }

    .footer .language-line__item:not(:last-child):after {
        display: none
    }

    [data-style-scope="mynd-custom"].footer .contact {
        width: 50%
    }

    .footer .newsletter-apus__send {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer .newsletter-apus__send-input {
        margin-bottom: 2rem;
        margin-right: 0;
        width: 100%
    }

    .footer .newsletter-apus__send-button {
        width: 30%
    }

    .footer .newsletter-apus__send {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 2rem
    }

    .footer .newsletter-apus__send-input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .footer .newsletter-apus__send-button {
        margin-bottom: 0;
        margin-left: 1.5rem;
        max-width: 10.5rem;
        width: auto
    }

    .footer .footer__contact {
        width: 50%
    }

    .footer .footer__contact .contact {
        width: auto
    }

    .footer .footer__contact .generic-links__list {
        /*margin-top: 2.7rem*/
    }

    .footer .footer__contact .generic-links__item:not(:last-child):after {
        display: inline-block
    }
}

@media (min-width: 569px) and (max-width:1025px) {
    .footer__contact {
        max-width:39rem;
        padding-right: 2rem
    }
}

@media (min-width: 769px) {
    [data-style-scope="mynd-custom"].footer .logo {
        width: auto
    }

    .footer .icons__item:not(:last-child):after {
        background-color: #333;
        height: 9rem;
        width: .1rem;
        content: unset;
        display: none
    }

    .footer .icons__item {
        margin: 0
    }

    .footer .icons__item:not(:first-child):after {
        display: none
    }

    .footer .newsletter-apus__form {
        width: 50%
    }

    .footer .newsletter-apus__send {
        width: 100%
    }

    .footer .newsletter-apus__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__content--center {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width: 1025px) {
    .footer__content {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .footer .contact__list {
        text-align: left
    }

    .footer .newsletter-apus__content {
        max-width: 124rem;
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%
    }

    .footer .newsletter-apus__titles {
        width: 100%
    }

    .footer .newsletter-apus__form {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%
    }

    .footer .newsletter-apus__titles {
        margin-right: 1.4rem;
        max-width: 28rem
    }

    .footer__container {
        max-width: 124rem;
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%
    }
}

@media (max-width: 1025px) {
    [data-style-scope="mynd-custom"].footer {
        padding: 3rem 3%
    }

    .footer__contact {
        margin-bottom: 2rem
    }

    .footer__certificates {
        padding-right: 0;
        width: 100%
    }

    .footer__extra,.footer__language,.footer__social {
        width: 100%
    }

    .footer .language-line,.footer .social__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer .language-line {
        margin-top: 0;
        width: auto
    }

    [data-style-scope="mynd-custom"].footer .certificates,
    .footer .social {
        width: auto
    }
}

@media (max-width: 569px) {
    .footer .icons__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2rem
    }

    [data-style-scope="mynd-custom"].footer .certificates {
        width: 100%
    }

    [data-style-scope="mynd-custom"].footer .social {
        margin: 2rem 0;
        width: 100%
    }
}

[data-style-scope="mynd-custom"] .dropdown-currency.show {
    display: none;
}

[data-style-scope="mynd-custom"] .dropdown-toggle {
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background-color: #4c4c4c;
    border-radius: 999px;
    height: 3.1rem;
    min-width: 3.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    font: 1.2rem OpenSans-Bold;
}

[data-style-scope="mynd-custom"] .dropdown-toggle svg {
    display: none;
}

[data-style-scope="mynd-custom"] .currentCurrencySymbol,
[data-style-scope="mynd-custom"] #currentCurrencySymbol {
    font: inherit;
    line-height: inherit;

    margin: 0 !important;
}

[data-style-scope="mynd-custom"] .dropdown-currency {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    border: none;
    background-color: #1a1919;
    border-radius: 0 0 1.6rem 1.6rem;
    z-index: 1;
    opacity: 1;
}

[data-style-scope="mynd-custom"] .dropdown-currency .dropdown-top-header {
    display: none !important;
}

[data-style-scope="mynd-custom"] .dropdown-currency ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .8rem;
    border: none;
}

[data-style-scope="mynd-custom"] .dropdown-currency ul, [data-style-scope="mynd-custom"] .container-bottom-links {
    padding: .8rem;
}

[data-style-scope="mynd-custom"] .dropdown-currency ul li {
    border: none;
}

[data-style-scope="mynd-custom"] .dropdown-currency button {
    -webkit-appearance: none;
    appearance: none;
    background-color: #4c4c4c !important;
    display: block;
    border-radius: 999px;
    border: none;
    min-height: 3.1rem;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    min-width: 3.1rem;
    text-align: center !important;
    color: inherit !important;
    font: 1.2rem OpenSans-Bold;
    line-height: inherit;
}

[data-style-scope="mynd-custom"] .dropdown-currency button .element-symbol {
    color: inherit;
    font: inherit;
}

[data-style-scope="mynd-custom"] .dropdown-currency button::after,
[data-style-scope="mynd-custom"] .dropdown-currency button :not(.element-symbol) {
    display: none !important;
}

[data-style-scope="mynd-custom"] .dropdown-currency .currency_selector_view_more_options {
    font-size: 1rem;
}