/* reset header and footer css */
header .dropdown-menu ul li {
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}
header .dropdown-menu ul li:last-child {
    border-bottom: none;
}
header .dropdown-menu ul li>a, header .dropdown-menu ul li>button, header .dropdown-menu ul li>div.collapse-title {
    text-align: left!important;
    color: #46403c;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 15px;
    border: 0;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background: #fff;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.header#privilegeheader ol,
.header#privilegeheader ul, .footer#privilegefooter ol,
.footer#privilegefooter ul {
    list-style: none;
}

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDOS:
----------------------------------------------------------------

1.0 General
    1.1 Fonts
    1.2 Root
    1.3 Basics
    1.4 Elementos
    1.5 Bloques
        1.5.1 Bloques generales
        1.5.2 Menu
        1.5.3 Footer
        1.5.4 Picture
2.0 No desktop                                 | @media (max-width: 1040px)
3.0 Mobile                                     | @media (max-width: 767px)
    3.1.0 Basics
    3.2.0 Menu
    3.3.0 Footer
9.0 Only Tablets                               | @media (min-width: 768px) and (max-width: 1279px)
    9.1 Footer
10.0 Mini Tablets                              | @media (min-width: 768px) and (max-width: 991px)
    10.1 Footer
11.0 Portátiles 125%                           | @media (min-resolution: 1.25dppx) and (min-width: 1280px)
12.0 Desktop + Tablets Landscape               | @media (min-width: 1280px) and (max-width: 1679px)
13.0 Desktop Med (Laptop)                      | @media (min-width: 1367px) and (max-width: 1679px)

/*--------------------------------------------------------------
    1.0 GENERAL
--------------------------------------------------------------*/

/*--------------------------------------------------------------
        1.1 FONTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
        1.2 ROOT
--------------------------------------------------------------*/

:root {
    --or-main-color: #002E3E;
    --or-alt-color: #fff;
    --or-alt-color-2: #E8DBCF;
    --or-alt-color-3: #F9F5F2;
    --or-main-btncolor: #002E3E;
    --or-alt-btncolor: #E8DBCF;
    --or-alt-btncolor-2: #A89D93;
    --vue-box-top: 72vh;
    --menu-bg-size: 719px;
    --menu-item-height: 60px;
    --menu-ul-width: calc((100vw - var(--menu-bg-size)) - ((var(--menu-bg-size) / 3)*2));
    /* MENÚ DE NAVEGACIÓN */
    --or-menu-height: 110px;
    --or-menu-second-height: 75px;
    /* TAMAÑO TIPOGRAFÍAS */
    --or-font-p: 16px;
    --or-font-p-big: 20px;
    --or-font-p-min: 11px;
    /* FAMILIA TIPOGRAFÍAS */
    --or-main-font: 'Montserrat', sans-serif;
    --or-alt-font: 'Syncopate', sans-serif;
    --or-title-font: 'Syncopate', sans-serif;
    /* COLORES TIPOGRAFÍAS */
    --or-p-color: var(--or-main-btncolor);
    /* MAX WIDTH */
    --or-width: 1600px;
    --or-inner-width: 1240px;
    /** Background color del cajetín **/
    --or-be-hometop: 70%;
    /** Posición fija del cajetín en la home  **/
}

/*--------------------------------------------------------------
    1.3 Basics
--------------------------------------------------------------*/

* {
    box-sizing: border-box;
    letter-spacing: 0.01em;
    will-change: auto !important;
}

body.overflow-hiden {
    overflow: hidden;
}

body.isSafari.overflow-hiden {
    overflow-y: hidden;
    overflow-x: hidden;
}
#privilegeheader *,
#privilegefooter * {
    font-family: var(--or-main-font);
}

/* Link */
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

/* Selection:
 * NOTA: Si --or-main-color es muy claro modificar el color: #FFF por el negro
*/
::selection {
    background: var(--or-main-color);
    color: #fff !important;
}

img {
    transition: all .5s ease-out;
}

/*--------------------------------------------------------------
    1.4 Elementos
--------------------------------------------------------------*/
#privilegeheader p,
#privilegefooter p {
    font-family: var(--or-main-font);
    font-size: var(--or-font-p);
    color: var(--or-alt-color);
    line-height: 1.8;
    font-weight: 400;
    padding-bottom: 20px;
}


#privilegeheader p:last-of-type,
#privilegefooter p:last-of-type {
    padding-bottom: 0;
}

#privilegeheader strong,
#privilegefooter strong,
#privilegeheader bold,
#privilegefooter .bold {
    font-weight: 500;
}

#privilegeheader em,
#privilegefooter em {
    color: inherit;
}

.nav-burger .oricon-burger::before {
    font-family: "or-icon-tpl";
    font-style: normal;
    font-weight: normal;
    speak-as: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    background-color: var(--or-alt-color);
    color: var(--or-main-color);
    background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/icon-burger.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: block;
    width: 40px;
    height: 32px;
    cursor: pointer;
}

.ow-close::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/icon-close-crema.svg);
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

span.ow-close-x {
    display: none;
}

.oricon-close:before {
    content: "";
    width: 41px;
    height: 41px;
    background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/icon-close-crema.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.or-nav-menu-display.menu.mod-list.displayed .oricon-close:before {
    background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/icon-close.svg);
}

.or-fullCover .or-modal-header .or-close,
.or-fullsize .or-modal-header .or-close {
    width: 59px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 59px;
    line-height: 0;
}

.or-fullCover .or-modal-container .or-modal-header .oricon-close {
    display: flex;
    width: 59px;
    height: 59px;
    justify-content: center;
    align-items: center;
}

.ow-close,
.or-fullCover .or-modal-header .or-close,
.or-fullsize .or-modal-header .or-close {
    top: 4rem;
    right: 3rem;
}

/** BOTONES **/

#privilegeheader .btn,
#privilegefooter .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--or-main-btncolor);
    border: 1px solid var(--or-main-btncolor);
    cursor: pointer;
    font-family: var(--or-title-font);
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    min-height: 47px;
    max-width: 250px;
    min-width: 250px;
    padding: 5px;
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 0;
}

#privilegeheader .btn:hover,
#privilegefooter .btn:hover {
    background-color: var(--or-alt-btncolor);
    border: none;
    text-decoration: none;
}

.btn-main {
    background-color: var(--or-main-btncolor);
    color: var(--or-alt-color)
}

.btn-main:hover {
    background-color: var(--or-alt-btncolor);
    color: var(--or-main-btncolor)
}

.btn-alt {
    background-color: transparent;
    color: var(--or-alt-color);
    border: initial;
    border: 1px solid var(--or-alt-btncolor);
}

.btn-alt:hover {
    color: var(--or-alt-btncolor);
    background-color: var(--or-main-btncolor);
    border: 1px solid var(--or-main-btncolor);

}

.btn-crema {
    background-color: var(--or-alt-color-3);
    color: var(--or-main-btncolor);
    border: 1px solid var(--or-main-btncolor);
}

.btn-crema:hover {
    background-color: var(--or-alt-color-2);
    border: none;
}

.btn-crema-2,
.btn-crema-2-transparent {
    background-color: var(--or-alt-color-2);
    color: var(--or-main-btncolor);
    border: 1px solid var(--or-main-btncolor);
}

.btn-crema-2:hover {
    background-color: var(--or-main-btncolor);
    color: var(--or-alt-color-2);
    border: none;
}

.btn-crema-2-transparent {
    border: none;
}

.btn-crema-2-transparent:hover {
    background-color: transparent;
    color: var(--or-main-btncolor);
    border: 1px solid var(--or-main-btncolor);
}

.btn.btn-blanco {
    background-color: #fff;
    color: var(--or-alt-btncolor);
    border: none;
}

.btn-bg {
    max-width: 220px;
    min-width: 220px;
    background-color: transparent;
    font-weight: 700;
    border: 0;
    color: var(--or-alt-color);
    transition: all .15s ease-in;
    background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/blank-box.svg);
    background-size: 100% 1px;
    background-position: bottom left;
    background-repeat: no-repeat;
    font-family: var(--or-title-font);
    font-size: 14px;
    font-weight: 700;

}

.btn-bg:hover {
    /* background-color: var(--or-alt-color); */

    background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/crema-box.svg);
    font-weight: 400;
    color: var(--or-main-btncolor);

    background-color: transparent;
    background-size: 100% 100%;
    transition: all .3s ease-out;
}

.btn.min {
    min-width: auto;
    padding: 5px 25px;
}


/*--------------------------------------------------------------
    1.5 Bloques
--------------------------------------------------------------*/
/*--------------------------------------------------------------
        1.5.1 Bloques generales
--------------------------------------------------------------*/

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*--------------------------------------------------------------
        1.5.2 Menu
--------------------------------------------------------------*/

.nav-burger {
    padding-left: 20px;
    display: none;
}

#privilegeheader .menu {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
    box-shadow: none;
    min-height: var(--or-menu-height);
    background-color: var(--or-alt-color);
    padding: 15px 0;
}

#privilegeheader .menu .logo-block {
    width: 288px;
    margin-left: calc((100% - var(--or-width))/2);
    margin-top: 10px;
}

#privilegeheader .menu .nav-block {
    margin-right: calc(((100% - var(--or-width))/2));
}

/* Generales */

#privilegeheader .menu a,
#privilegeheader .menu span {
    font-family: var(--or-title-font);
    color: var(--or-main-color);
    font-size: 14px;
    align-items: center;
}

#privilegeheader .menu a:hover {
    text-decoration: none;
}

#privilegeheader .menu .nav-links>ul {
    list-style: none;
    padding: 0;
    text-decoration: none;
}

#privilegeheader .menu .nav-links>ul>li {
    padding-left: 15px;
}

#privilegeheader .menu .nav-links>ul>li.divider {
    max-width: calc((var(--menu-ul-width))/2);
}

#privilegeheader .menu .nav-links li {
    font-family: var(--or-title-font);
    text-transform: uppercase;
    min-height: 30px;
    grid-row: 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

#privilegeheader .menu .nav-links li span {
    min-height: 30px;
    display: flex;
    align-items: center;
    cursor: default;
}

#privilegeheader .menu .nav-links li.divider span::after {
    content: "";
    background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/icon-deploy-arrow.svg);
    width: 6px;
    height: 4px;
    margin-left: 5px;
    background-repeat: no-repeat;
    transform: rotate(270deg);
}

#privilegeheader .menu .nav-links ul.nav-child li a {
    font-size: 16px;
    font-family: var(--or-main-font);
    text-transform: capitalize;
    min-height: 30px;
    display: flex;
    align-items: center;
}

#privilegeheader .menu .nav-links>ul {
    display: grid;
    column-gap: 10px;
    grid-template-rows: 40px auto;
    grid-template-columns: repeat(5, auto);
    align-items: start;
    justify-items: end;
    justify-content: end;
}

/* Upper Menu */
#privilegeheader .menu .nav-links .upper-menu {
    grid-row: 1;
    grid-column: 1/-1;
    display: flex;
}

#privilegeheader .menu .nav-links .upper-menu ul {
    display: flex;
}

#privilegeheader .menu .nav-links .upper-menu ul>li {
    padding-left: 30px;
}

#privilegeheader .menu .nav-links .upper-menu ul>li:first-of-type {
    padding-left: 0;
}

#privilegeheader .menu .nav-links .upper-menu ul.nav-child li a {
    font-size: 12px;
    font-family: var(--or-title-font);
    text-transform: uppercase;
}
#privilegeheader .separator {
    margin: 0;
}
#privilegeheader .separator:before {
    display: none;
}
#privilegeheader .menu .nav-links .upper-menu .separator {
    display: none;
}

#privilegeheader .menu .nav-links li.upper-menu.divider ul {
    display: flex;
    padding-left: 0;
}

/* Lower Menu */
#privilegeheader .menu .nav-links li.divider ul {
    display: none;
}

/* Deploy */

#privilegeheader .menu .nav-links li.divider.deploy span::after {
    transform: rotate(0deg);
}

#privilegeheader .menu .nav-links li.divider.deploy ul {
    display: flex;
    flex-direction: column;
    overflow-x: visible;
    width: 1px;
    align-content: flex-start;
    padding-top: 20px;
    padding-left: 0;
}

#privilegeheader .menu .nav-links li.divider.deploy .nav-child li {
    justify-content: flex-start;
    margin: 0;
    width: auto;
    white-space: nowrap;
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
        1.5.3 Footer
--------------------------------------------------------------*/

/* Basics */
#privilegefooter {
    padding: 0;
}
#privilegefooter .footer-section p,
#privilegefooter .footer-section a {
    font-size: 14px;
    font-family: var(--or-main-font);
    color: var(--or-main-color);
}

#privilegefooter .footer-section .content .pMax {
    font-family: var(--or-title-font);
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

/* End Basics */

/* General Styles */

#privilegefooter .footer-section {
    background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/palm-leaf-shadow-on-cream-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: auto;
    justify-content: flex-end;
    padding: 100px 0 50px 0;
}

.isSafari #privilegefooter .footer-section {
    background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/palm-leaf-shadow-on-cream-bg.jpg);
}

#privilegefooter .footer-section>div {
    max-width: var(--or-inner-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#privilegefooter .footer-section .upper-layout,
#privilegefooter .footer-section .mid-layout,
#privilegefooter .footer-section .lower-layout {
    display: flex;
}

#privilegefooter .footer-section .upper-layout>div:nth-child(1),
#privilegefooter .footer-section .upper-layout>div:nth-child(2),
#privilegefooter .footer-section .mid-layout>div:nth-child(1),
#privilegefooter .footer-section .mid-layout>div:nth-child(2),
#privilegefooter .footer-section .lower-layout>div:nth-child(1),
#privilegefooter .footer-section .lower-layout>div:nth-child(2) {
    width: 100%;
    max-width: 25%;
}

#privilegefooter .footer-section .upper-layout>div:nth-child(3),
#privilegefooter .footer-section .mid-layout>div:nth-child(3),
#privilegefooter .footer-section .lower-layout>div:nth-child(3) {
    width: 100%;
    max-width: 21%;
}

#privilegefooter .footer-section .upper-layout>div:nth-child(4),
#privilegefooter .footer-section .mid-layout>div:nth-child(4),
#privilegefooter .footer-section .lower-layout>div:nth-child(4) {
    width: 100%;
    max-width: 29%;
}

#privilegefooter .footer-section .upper-layout .upper-about,
#privilegefooter .footer-section .mid-layout .mid-legal {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
}

/* End General Styles*/

/* Upper Layout*/

#privilegefooter .footer-section picture.upper-logo {
    justify-content: flex-start;
}

#privilegefooter .footer-section .upper-layout a.btn {
    margin-right: 0;
    min-width: 240px;
    width: 240px;
    font-family: var(--or-title-font);
}

/* End Upper Layout*/

/* Mid Layout*/

#privilegefooter .footer-section .mid-layout .mid-social-media img {
    margin-left: 5px;
    margin-right: 10px;
}

#privilegefooter .footer-section .mid-layout .mid-legal a {
    font-style: normal;
    text-decoration: none;
    padding-bottom: 10px;
}

#privilegefooter .footer-section .mid-layout .mid-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* End Mid Layout*/

/* Lower Layout*/

#privilegefooter .footer-section .lower-layout {
    padding-top: 35px;
}

/* End Lower Layout*/

/*--------------------------------------------------------------
        1.5.4 Picture
--------------------------------------------------------------*/

picture {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

/*--------------------------------------------------------------
    2.0 No desktop                                  | @media (max-width: 992px)
--------------------------------------------------------------*/
@media (max-width: 992px) {
    :root {
        --or-inner-width: 90vw;
    }

    #privilegeheader .menu {
        align-items: center;
    }

    #privilegeheader .menu .nav-links>ul {
        display: none !important;
    }

    .nav-burger {
        display: flex;
        align-items: center;
    }

    /* Displayed */
    #privilegeheader .menu .nav-links>ul.displayed {
        display: flex !important;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        height: 100vh;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        background-color: #fff;
        margin-top: 0;
        padding-top: 40vh;
        padding-left: 5vw;
        overflow: auto;
        column-gap: 10px;
    }

    #privilegeheader .menu .nav-links>ul.displayed::before {
        display: block;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/logo-privilege-menu-displayed.svg), url(/headers/ssm/skin_custom/assets/magallanes_32128/img/privilege-aluxes-facilities.webp);
        background-position: center, bottom;
        background-repeat: no-repeat, no-repeat;
        width: var(--menu-bg-size);
        min-height: 30vh;
        background-size: auto, cover;
    }

    .isSafari .menu .nav-links>ul.displayed::before {
        background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/logo-privilege-menu-displayed.svg), url(/headers/ssm/skin_custom/assets/magallanes_32128/img/privilege-aluxes-facilities.jpg);
    }

    #privilegeheader .menu .nav-links>ul.displayed::after {
        content: "";
        display: block;
        width: 12px;
        height: auto;
        min-height: calc(var(--menu-item-height) * 6);
        background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/line_base_inf.svg), url(/headers/ssm/skin_custom/assets/magallanes_32128/img/line_base_top.svg), url(/headers/ssm/skin_custom/assets/magallanes_32128/img/line_body.svg);
        background-repeat: no-repeat;
        background-position: center bottom, center top, center;
        background-size: auto auto, auto auto, 18.75% 100%;
        margin-left: calc((var(--menu-ul-width))/2);
        position: absolute;
        margin-top: calc(var(--menu-item-height)*(-.5));
    }

    #privilegeheader .menu .nav-links>ul.displayed .nav-close {
        right: 20px;
        top: 30vh;
        display: flex;
        position: fixed;
        font-size: 70px;
        height: var(--or-menu-height);
        width: var(--or-menu-height);
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
        color: var(--or-alt-color);
    }

    .oricon-close:before {
        content: "";
        width: 41px;
        height: 41px;
        background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/icon-close.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-family: "or-icon-tpl";
        font-style: normal;
        font-weight: normal;
        speak-as: none;
        display: inline-block;
        text-decoration: inherit;
        margin-right: 0.2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: 0.2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li {
        min-height: 60px;
        height: var(--menu-item-height);
        width: inherit;
        max-width: calc((var(--menu-ul-width))/2);
        padding: 15px 0;
        margin: 0;
        min-width: auto;
        font-size: 14px;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li a,
    #privilegeheader .menu .nav-links>ul.displayed>li.divider>span {
        font-size: 23px;
        min-width: calc(var(--menu-ul-width) / 2);
        display: flex;
        justify-content: flex-start;
        min-height: 30px;
    }

    /* Displayed Divider */
    #privilegeheader .menu .nav-links>ul.displayed>li.divider.deploy {
        flex-direction: row;
        justify-content: flex-start;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.deploy ul {
        padding-left: 60px;
        padding-top: 0;
        min-height: calc(60px * 6);
    }

    #privilegeheader .menu .nav-links>ul.displayed>li:nth-of-type(2) ul {
        margin-top: calc(var(--menu-item-height) * (-1));
    }

    #privilegeheader .menu .nav-links>ul.displayed>li:nth-of-type(3) ul {
        margin-top: calc(var(--menu-item-height) * (-2));
    }

    #privilegeheader .menu .nav-links>ul.displayed>li:nth-of-type(5) ul {
        margin-top: calc(var(--menu-item-height) * (-4));
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.deploy ul>li {
        margin-bottom: 30px;
        justify-content: flex-start;
        width: auto;
        white-space: nowrap;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.deploy ul>li a {
        font-size: 19px;
        text-transform: uppercase;
        font-family: var(--or-title-font);
    }

    /* Upper menu*/
    #privilegeheader .menu .nav-links>ul.displayed>li.divider.upper-menu {
        margin-top: 60px;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.upper-menu .separator {
        display: none;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.upper-menu ul {
        width: max-content;
        max-width: unset;
        padding-left: 0;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.upper-menu ul>li {
        width: max-content;
        max-width: unset;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.upper-menu ul>li a {
        min-width: auto;
    }
}

/*--------------------------------------------------------------
    3.0 MOBILE
--------------------------------------------------------------*/

@media (max-width: 767px) {
    :root {
        --or-be-specialcolor: var(--or-main-btncolor);
        --or-menu-height: 60px;
        --vue-box-top: 50vh;
        --portada-home-extra: 450px;
        --or-width: 80%;
        --or-inner-width: 90vw;
        --or-outer-width: 90%;
        --home-padding-top: 11vh;
        --menu-item: 34px
    }


    /*--------------------------------------------------------------
        3.1.0 Basics
    --------------------------------------------------------------*/

    .ow-close,
    .or-fullCover .or-modal-header .or-close,
    .or-fullsize .or-modal-header .or-close {
        top: 1em;
        right: 1em;
    }

    #ormodal_controller .ow-close {
        top: 0em;
        right: 0em;
    }

    /*--------------------------------------------------------------
        3.2.0 Menu
    --------------------------------------------------------------*/

    #privilegeheader .menu .logo-block {
        margin-top: 0;
        width: 205px;
        margin-left: 5vw;
    }

    #privilegeheader .menu .logo-block img {
        width: 100%;
        height: auto;
    }

    #privilegeheader .menu .nav-links>ul.displayed {
        display: block !important;
        overflow-x: hidden;
        padding: 0 0 20px;
    }

    #privilegeheader .menu .nav-links>ul.displayed::before {
        height: 30vh;
        position: relative;
        background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/logo-privilege-header.svg), url(/headers/ssm/skin_custom/assets/magallanes_32128/img/privilege-aluxes-facilities_mob.webp);
        background-size: 156px auto, cover;
        background-position: center, center;
        margin-top: 0;
        margin-left: 0;
        max-height: 188px;
        margin-bottom: 50px;
        min-height: 188px;
        width: 100vw;
    }

    .isSafari .menu .nav-links>ul.displayed::before {
        background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/logo-privilege-header.svg), url(/headers/ssm/skin_custom/assets/magallanes_32128/img/privilege-aluxes-facilities_mob.jpg);
    }

    #privilegeheader .menu .nav-links>ul.displayed::after {
        display: none;
    }

    #privilegeheader .menu .nav-links>ul.displayed .nav-close {
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        font-size: 50px;
    }

    .oricon-close:before {
        background-image: url(/headers/ssm/skin_custom/assets/magallanes_32128/img/icon-close-crema.svg);
        width: 37px;
        height: 23px;
        padding: 0;
        margin: 0;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider {
        margin: 0;
        width: 100%;
        height: auto;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li {
        padding: 5px 5vw;
        min-height: 40px;
        max-width: unset;
        width: 85vw;
        height: 40px;
        min-height: 40px;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li a,
    #privilegeheader .menu .nav-links>ul.displayed>li.divider>span {
        font-size: 20px;
        padding: 0 15px;
        min-height: 40px;
        min-width: unset;
        width: 100%;
        justify-content: flex-start;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.deploy {
        flex-direction: column;
        max-width: unset;
        min-height: unset;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.deploy>span {
        background-color: var(--or-alt-color-3);
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.deploy ul {
        padding: 10px 0 5px 30px;
        line-height: 1.4;
        min-height: unset;
        height: auto;
        width: inherit;
        margin-top: 0;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.deploy ul>li {
        margin: 0;
        height: 34px;
        padding: 0;
        display: inline-flex;
        min-width: 300px;
        list-style: none;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.deploy ul>li a {
        font-size: 16px;
        margin: 0;
        padding: 0;
        min-height: 20px;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.upper-menu {
        padding: 0 10vw;
        display: block;
        margin-top: 20px;
        min-height: unset;
        height: auto;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.upper-menu ul {
        margin: 0;
        padding-right: 30px;
        flex-direction: column;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.upper-menu ul>li:first-of-type {
        padding-left: 0;
        padding-top: 12px;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.upper-menu ul>li {
        min-width: unset;
        width: 100%;
        padding: 6px 0;
        height: auto;
        margin: 0;
    }

    #privilegeheader .menu .nav-links>ul.displayed>li.divider.upper-menu ul>li a {
        min-height: 20px;
        font-size: 14px;
        padding-left: 0;
    }

    /*--------------------------------------------------------------
        3.3.0 Footer
    --------------------------------------------------------------*/

    #privilegefooter .footer-section {
        padding: 50px 0;
    }

    #privilegefooter .footer-section .upper-layout,
    #privilegefooter .footer-section .mid-layout,
    #privilegefooter .footer-section .lower-layout {
        flex-direction: column;
        text-align: center;
    }

    #privilegefooter .footer-section .upper-layout>div:nth-child(1),
    #privilegefooter .footer-section .upper-layout>div:nth-child(2),
    #privilegefooter .footer-section .upper-layout>div:nth-child(3),
    #privilegefooter .footer-section .upper-layout>div:nth-child(4),
    #privilegefooter .footer-section .mid-layout>div:nth-child(1),
    #privilegefooter .footer-section .mid-layout>div:nth-child(2),
    #privilegefooter .footer-section .mid-layout>div:nth-child(3),
    #privilegefooter .footer-section .mid-layout>div:nth-child(4),
    #privilegefooter .footer-section .lower-layout>div:nth-child(1),
    #privilegefooter .footer-section .lower-layout>div:nth-child(2),
    #privilegefooter .footer-section .lower-layout>div:nth-child(3),
    #privilegefooter .footer-section .lower-layout>div:nth-child(4) {
        max-width: 100%;
    }

    #privilegefooter .footer-section .upper-layout .upper-about,
    #privilegefooter .footer-section .mid-layout .mid-legal,
    #privilegefooter .footer-section .mid-layout .lower-legal {
        padding: 0 0 40px 0;
    }

    #privilegefooter .footer-section picture.upper-logo {
        justify-content: center;
    }

    #privilegefooter .footer-section .upper-logo img {
        max-width: 160px;
        max-height: 120px;
    }

    #privilegefooter .footer-section .upper-layout .upper-location {
        padding: 40px 0;
    }

    #privilegefooter .footer-section .upper-layout a.btn {
        margin: 0 auto 40px auto;
    }

    #privilegefooter .footer-section .mid-layout .mid-legal {
        padding: 40px 0 40px 0;
    }

    #privilegefooter .footer-section .mid-layout .mid-logos {
        max-width: 375px;
        margin: 0 auto;
    }

    #privilegefooter .footer-section .mid-layout .mid-legal>a:last-of-type {
        padding-bottom: 0;
    }

    #privilegefooter .footer-section .lower-layout .lower-copyright {
        padding-bottom: 10px;
    }
}

/*--------------------------------------------------------------
    9.0 Only Tablets
--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1279px) {
    :root {
        --or-width-be: 100%;
        --or-width: 95vw;
        --or-inner-width: 90vw;
        --or-font-p: 14px;
        --or-menu-height: 100px;
        --menu-bg-size: 40vw;
        --menu-ul-width: 50vw;
        --menu-item-height: 60px;
        --vue-box-top: 60vh;
    }

    #privilegeheader .btn,
    #privilegefooter .btn {
        font-size: 14px;
    }

    .btn-bg {
        font-size: 12px;
    }

    /*--------------------------------------------------------------
        9.1 Footer
    --------------------------------------------------------------*/
    /* General Styles*/
    #privilegefooter .footer-section .upper-layout .upper-about,
    #privilegefooter .footer-section .mid-layout .mid-legal {
        padding-left: 0;
    }

    #privilegefooter .footer-section {
        padding: 70px 0;
    }

    /* End General Styles */

    /* Upper Layout */
    #privilegefooter .footer-section .upper-layout {
        display: grid;
        grid-template: auto auto / auto auto;
    }

    #privilegefooter .footer-section .upper-layout>div {
        max-width: 100% !important;
    }

    #privilegefooter .footer-section .upper-layout>div:nth-child(2n+1) {
        grid-row: 1;
        display: flex;
        align-items: center;
    }

    #privilegefooter .footer-section picture.upper-logo {
        margin-bottom: 20px;
        max-height: 140px;
        max-width: 200px;
    }

    #privilegefooter .footer-section .upper-logo img {
        min-height: 100%;
        min-width: 100%;
    }

    #privilegefooter .footer-section .upper-layout a.btn {
        margin-left: 0;
    }

    /* End Upper Layout */

    /* Mid Layout*/
    #privilegefooter .footer-section .mid-layout {
        display: grid;
        grid-template-columns: repeat(3, auto);
        padding-top: 20px;
    }

    #privilegefooter .footer-section .mid-layout>div {
        max-width: 100% !important;
        flex-basis: 33% !important;
    }

    #privilegefooter .footer-section .mid-layout>div:first-of-type {
        display: none;
    }

    /* End Mid Layout*/

    /* Lower Layout*/

    #privilegefooter .footer-section .lower-layout {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    #privilegefooter .footer-section .lower-layout>div {
        max-width: 100% !important;
    }

    /* End Lower Layout*/

}

/*--------------------------------------------------------------
    10.0 Mini Tablets
--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    :root {
        --or-width: 740px;
        --menu-bg-size: 100vw;
        --menu-ul-width: 80vw;
    }

    /*--------------------------------------------------------------
        10.1 Footer
    --------------------------------------------------------------*/
}

/*--------------------------------------------------------------
    11.0 Portátiles 125%
--------------------------------------------------------------*/
@media (min-resolution: 1.25dppx) and (min-width: 1280px) {
    :root {
        --or-header-home-pad-top: 0px;
        --vue-box-top: 75vh;
        --menu-bg-size: 510px;
        --screen-zoom: 1.25;
    }
}

/*--------------------------------------------------------------
    12.0 Desktop + Tablets Landscape
--------------------------------------------------------------*/
@media (min-width: 1280px) and (max-width: 1679px) {
    :root {
        --or-width: 1200px;
        --menu-item-height: 60px;
        --menu-ul-width: calc(100vw - var(--menu-bg-size));
    }
}

/*--------------------------------------------------------------
    13.0 Desktop Med (Laptop)
--------------------------------------------------------------*/
@media (min-width: 1367px) and (max-width: 1679px) {
    :root {
        --or-width: 1320px;
    }
}
@media (min-width: 992px) {
    #privilegeheader .filler {
        height: 110px;
    }
    #privilegeheader .menu {
        position: absolute;
        top: 0;
        z-index: 9;
    }
}
.item-150 {
    position: relative;
}
.item-150 .dropdown-toggle {
    -webkit-appearance: none;
    background: none;
    border: 0;
}
#privilegeheader .menu .nav-links li.divider .item-150.open .dropdown-toggle span::after,
#privilegeheader .menu .nav-links li.divider .currency_selector.open .dropdown-toggle span::after,
#privilegeheader .menu .nav-links li.divider .item-150 .dropdown-toggle.show span::after,
#privilegeheader .menu .nav-links li.divider .currency_selector .dropdown-toggle.show span::after{
    transform: rotate(0deg);
}
#privilegeheader #dropdown-language {
    margin-right: 0;
    right: 0 !important;
    left: auto !important;
    width: auto;
}

#privilegeheader #dropdown-language ul {
    flex-direction: column;
}
#privilegeheader #dropdown-language ul li {
    width: 100%;
    padding-left: 0;
}
#privilegeheader #dropdown-language ul li button {
    cursor: pointer;
}
#privilegeheader #dropdown-language ul li span::after {
    display: none;
}
@media (max-width: 767px) {
    .custom-brand-header {
        margin: 0;
    }
    .dropdown-top-header {
        display: none!important;
    }
    #privilegeheader #dropdown-language,  .custom-brand-header .dropdown-menu-right {
        margin-right: 0;
        right: auto !important;
        left: 0 !important;
        width: auto;
        box-shadow: none;
    }
    #privilegeheader #dropdown-language ul {
        border: 0;
    }
    #privilegeheader #dropdown-language ul li {
        border: 0;
    }
}
.dropdown-language .element-symbol>svg {
    width: 24px;
    height: 16px;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    margin: 0 4px;
}
#privilegeheader .dropdown-toggle {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: none;
}
#privilegeheader .dropdown-toggle .currentCurrencySymbol {
    font-weight: 300;
}
#privilegeheader .dropdown-toggle .icon-anyfill-ui-chevron-down,
#privilegeheader .dropdown-toggle .icon-ui-chevron-down {
    display: none;
}
#privilegeheader .dropdown-currency {
    max-width: 280px;
    left: auto;
}
#privilegeheader .dropdown-currency .currencyList {
    flex-wrap: wrap;
}
#privilegeheader .dropdown-currency .currencyList > li {
    flex: 1 0 100%;
    padding-left: 0;
}
#privilegeheader .dropdown-currency ul > li button, #privilegeheader .dropdown-currency ul > li button span {
    font-size: 12px;
}
#privilegeheader .dropdown-currency .currencyList > li span:after {
    display: none;
}
.currencySelectorButton .icon-ui-chevron-down {
    display: none;
}
.dropdown-language .element-symbol>svg {
    width: 24px;
    height: 16px;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    margin: 0 4px;
}
.menu .nav-links .upper-menu #currencySelectorOptions span::after {
    display: none;
}
.menu .nav-links .upper-menu #currencySelectorOptions ul>li {
    padding-left: 0;
}
#privilegeheader .menu .nav-links li.upper-menu.divider #currencySelectorOptions ul {
    display: block;
}
.dropdown-currency ul li, .dropdown-currency.drowpdown-wide ul li {
    float: none;
    width: 100%;
}
