/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.menu-header a,
.menu-header button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .menu-header a,
    .menu-header button {
        cursor: default !important;
        border: none;
        outline: none;
    }
}

.menu-header {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
}

.menu-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
}

.header-item-center {
    width: 100%;
    text-align: center;
}

.menu-section {
    margin-bottom: 0;
    text-align: center;
}

.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #121212;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-header .mega-menu> ul > li {
    display: inline-block;
    line-height: 3.125rem;
    padding: 0 0.5rem;
}

.menu-header .mega-menu> ul > li > a {
    position: relative;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.25;
    border: none;
    outline: none;
    color: #1C1C1C !important;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.menu-header .mega-menu> ul > li > a.featured-item {
    background: #38B9B3;
    color: #ffffff !important;
    padding: 8px 10px;
    border-radius: 25px;
    font-weight: bold;
    transition: .2s;
}
.menu-header .mega-menu> ul > li > a.featured-item:hover {
    background: #25a39d;
}

.menu-header .mega-menu> ul > li > a > span.material-icons {
    line-height: 0.9;
    font-size: 17px;
}

.menu-header .mega-menu> ul > li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 1rem;
    padding: 1rem 2rem;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-top: 3px solid #547f92;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.menu-header .mega-menu> ul > li .menu-subs > ul > li {
    line-height: 1;
}

.menu-header .mega-menu> ul > li .menu-subs > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-header .mega-menu> ul > li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem;
}

.menu-header .mega-menu> ul > li .menu-subs.menu-mega {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*.menu-header .mega-menu> ul > li:first-child .menu-subs.menu-mega {*/
/*    -webkit-transform: translateX(0%);*/
/*    -ms-transform: translateX(0%);*/
/*    transform: translateX(0%);*/
/*}*/
/*.menu-header .mega-menu> ul > li:nth-child(2) .menu-subs.menu-mega {*/
/*    -webkit-transform: translateX(-14%);*/
/*    -ms-transform: translateX(-14%);*/
/*    transform: translateX(-14%);*/
/*}*/
/*.menu-header .mega-menu> ul > li:nth-child(3) .menu-subs.menu-mega {*/
/*    -webkit-transform: translateX(-25%);*/
/*    -ms-transform: translateX(-25%);*/
/*    transform: translateX(-25%);*/
/*}*/

/*.menu-header .mega-menu> ul > li:nth-child(4) .menu-subs.menu-mega {*/
/*    -webkit-transform: translateX(-30%);*/
/*    -ms-transform: translateX(-30%);*/
/*    transform: translateX(-30%);*/
/*}*/

.menu-header .mega-menu> ul > li .menu-subs.menu-mega > .list-item > ul > li {
    display: block;
    line-height: 1;
}

.menu-header .mega-menu> ul > li .menu-subs.menu-mega > .list-item > ul > li > a:before {
    content: ">";
    padding-right: 8px;
    color: #6f95a6;
}

.menu-header .mega-menu> ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.4rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.menu-header .mega-menu> ul > li .menu-subs.menu-column-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 34rem;
    width: 100%;
    padding: 1.25rem 1rem;
}

.menu-header .mega-menu> ul > li .menu-subs.menu-column-2 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 1rem;
}

.menu-header .mega-menu> ul > li .menu-subs.menu-column-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 51rem;
    width: 100%;
    padding: 1.25rem 1rem;
}

.menu-header .mega-menu> ul > li .menu-subs.menu-column-3 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding: 0 1rem;
}

.menu-header .mega-menu> ul > li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 68rem;
    width: 100%;
    padding: 1.25rem 1rem;
}

.menu-header .mega-menu> ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 1rem;
}

.menu-header .mega-menu> ul > li .menu-subs .list-item p:first-child {
    margin-top: 0 !important;
}

.menu-header .mega-menu> ul > li .menu-subs > .list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0.75rem 0;
    margin-bottom: 0;
    margin-top: 1rem;
    border: none;
    outline: none;
    color: #1C1C1C;
    /*text-transform: uppercase;*/
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-header .mega-menu>ul>li .menu-subs>.list-item.view-all {
    display: none;
}

.menu-header .mega-menu> ul > li .menu-subs > .list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}

.menu-header .mega-menu> ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.menu-header .mega-menu> ul > li .menu-subs > ul > li > a:hover {
    color: #547f92;
}

@media only screen and (min-width: 993px) {
    .menu-header .mega-menu> ul > li.menu-item-has-children:hover .menu-subs {
        margin-top: 0.5rem;
        opacity: 1;
        visibility: visible;
    }
}

.menu-mobile-header,
.menu-mobile-trigger {
    display: none;
}

.menu-mobile-trigger .material-icons {
    font-size: 37px !important;
    margin-right: 0 !important;
    color: #000000;
}

.mobile-fold-out {
    padding: 5px 15px;
    text-align: center;
}

.mobile-fold-out > span {
    font-size: 10px;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
    display: block;
}

/* AJUSTE DESPLEGABLE EN DESKTOP */
.menu-header .mega-menu>ul>li .menu-subs.menu-mega {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.menu-header .mega-menu>ul>li:first-child .menu-subs.menu-mega {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.menu-header .mega-menu>ul>li:nth-child(2) .menu-subs.menu-mega {
    -webkit-transform: translateX(-14%);
    -ms-transform: translateX(-14%);
    transform: translateX(-14%)
}

.menu-header .mega-menu>ul>li:nth-child(3) .menu-subs.menu-mega {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%)
}

.menu-header .mega-menu>ul>li:nth-child(4) .menu-subs.menu-mega {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%)
}

@media only screen and (max-width: 992px) {
    .menu-header {
        padding: 0;
    }
    .menu-header .mega-menu>ul>li .menu-subs>.list-item.view-all {
        display: block;
    }
    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header-item-left, .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .menu-header .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        background: none;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
    .menu-header .menu-mobile-trigger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: 0.25rem;
        background: #121212;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .menu-header .menu-mobile-trigger span:nth-child(1) {
        top: 0;
    }
    .menu-header .menu-mobile-trigger span:nth-child(2), .menu-header .menu-mobile-trigger span:nth-child(3) {
        top: 0.5rem;
    }
    .menu-header .menu-mobile-trigger span:nth-child(4) {
        top: 1rem;
    }
    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu-header .mega-menu{
        position: fixed;
        top: 0;
        left: 0;
        width: 20rem;
        height: 100%;
        z-index: 1099;
        overflow: hidden;
        background: #ffffff;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .menu-header .mega-menu.active {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
    }
    .menu-header .mega-menu> ul > li {
        display: block;
        line-height: 1;
        margin: 0;
    }
    .menu-header .mega-menu> ul > li > a {
        display: block;
        text-align: left;
        line-height: 3.125rem;
        height: 3.125rem;
        color: #121212;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .menu-header .mega-menu > ul > li > a span.material-icons {
        position: absolute;
        font-size: 1.25rem;
        line-height: 3.125rem;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .menu-header .mega-menu .menu-mobile-header {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 501;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: #ffffff;
    }
    .menu-header .mega-menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 1.25rem;
        line-height: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        cursor: pointer;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        color: #121212;
        text-align: center;
    }
    .menu-header .mega-menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block;
    }
    .menu-header .mega-menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        color: #121212;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
    }
    .menu-header .mega-menu .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        line-height: 1.2rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        border: none;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        color: #121212;
        text-align: center;
        outline: none;
        background: transparent;
    }
    .menu-header .mega-menu .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-header .mega-menu> ul > li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .menu-header .mega-menu> ul > li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
        transform: translateX(0%) !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .menu-header .mega-menu> ul > li .menu-subs.active {
        display: block;
    }
    .menu-header .mega-menu> ul > li .menu-subs.menu-column-4 > .list-item,
    .menu-header .mega-menu> ul > li .menu-subs.menu-column-3 > .list-item,
    .menu-header .mega-menu> ul > li .menu-subs.menu-column-2 > .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0rem;
    }
    .menu-header .mega-menu> ul > li .menu-subs > .list-item img.responsive {
        margin-top: 0;
    }
    .menu-header .mega-menu> ul > li .menu-subs > .list-item.text-center .title {
        margin-bottom: 1.25rem;
    }
    .menu-header .mega-menu> ul > li .menu-subs > .list-item.text-center:last-child .title {
        margin-bottom: 0rem;
    }
    .menu-header .mega-menu> ul > li .menu-subs > ul > li > a {
        display: block;
    }
    /*.menu-header .mega-menu> ul > li .menu-subs.menu-mega > .list-item > ul {*/
    /*    margin-bottom: 1rem;*/
    /*}*/
    .menu-header .mega-menu> ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
        display: block;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.55);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .overlay.active {
        opacity: 1;
        visibility: visible;
    }
}

.main {
    display: block;
    width: 100%;
    min-height: 100vh;
}
