.elementor-124 .elementor-element.elementor-element-aae2a3a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-124 .elementor-element.elementor-element-aae2a3a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-b5559f8 */@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');


/* ========================================
   HEADER MOBILE
======================================== */

.menu-mobile * {
    box-sizing: border-box;
}

.menu-mobile {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background-color: #000000e6;
    z-index: 998;
}

.menu-mobile > div {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 10px 20px;
}

/* Icono menú */

.menu-mobile .menu-icon {
    width: 30px;
    height: auto;
    cursor: pointer;
}

/* Logo */

.menu-mobile > div > a:first-of-type {
    justify-self: center;
}

.menu-mobile > div > a:first-of-type img {
    display: block;
    width: 100%;
    max-width: 100px;
    height: auto;
}


/* ========================================
   BOTÓN CONVERSEMOS
======================================== */

.menu-mobile .header-contact {
    justify-self: end;
    width: 200px;
    height: 36px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px;
    background-color: #C6FF3D;
    color: #111111;
    text-decoration: none;
    font-family: 'Stack Sans Headline', sans-serif;
    font-size: 12px;
    font-weight: 400;
    transition: transform 0.3s ease,
                background-color 0.3s ease;
}

.menu-mobile .header-contact:hover {
    background-color: #d2ff68;
    transform: scale(1.03);
}

.menu-mobile .header-contact span:first-child {
    white-space: nowrap;
}

.menu-mobile .header-dots {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
}


/* ========================================
   SIDEBAR
======================================== */

.sidebar {
    overflow: scroll;
    position: fixed;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100vh;
    padding: 20px;
    background-color: #000;
    transition: left 0.7s ease;
    z-index: 999;
}

.sidebar.active {
    left: 0;
}

.sidebar * {
    box-sizing: border-box;
    font-family: 'Stack Sans Headline', sans-serif;
}


/* ========================================
   BACK
======================================== */

.sidebar .back a {
    text-decoration: none;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 300;

    display: flex;
    align-items: center;
}

.sidebar .back a div,
.sidebar2 .back-catalogo a div {
    width: 40px;
    height: 40px;

    border-radius: 100%;

    background-color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-right: 10px;

    border: 1px solid #1A1A1A;

    padding: 10px;
}

.sidebar .back a div img,
.sidebar2 .back-catalogo a div img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}


/* ========================================
   MENU
======================================== */

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 50px;
}

.sidebar ul li {
    margin: 20px 0;
}

.sidebar ul li a {
    display: flex;
    align-items: center;

    text-decoration: none;

    color: #F5F1EB;

    font-size: 40px;
    font-weight: 300;

    gap: 10px;

    text-transform: uppercase;
}

.sidebar ul li a:hover {
    color: #C6FF3D;
}

.sidebar ul li a img {
    width: 10px;
    height: 10px;
    object-fit: scale-down;
}


/* ========================================
   SIDEBAR 2
======================================== */

.sidebar2 * {
    box-sizing: border-box;
    font-family: "Syne", sans-serif;
}

.sidebar2 {
    overflow: scroll;
    box-sizing: border-box;

    position: fixed;
    top: 0;
    right: -200%;

    width: 100%;
    height: 100vh;

    padding: 20px;
    padding-bottom: 100px;

    background-color: #fff;

    transition: right 0.7s ease;

    z-index: 999;
}

.sidebar2.active {
    right: 0;
}

.sidebar2 .items {
    margin-top: 50px;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 20px;
}

.sidebar2 .items a {
    position: relative;

    width: 100%;
    height: 260px;

    display: flex;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    padding: 20px;

    color: #fff;
    text-decoration: none;

    flex-direction: column;
    justify-content: end;
}

.sidebar2 .items a > img {
    top: 20px;
    left: 20px;

    object-fit: scale-down;

    position: absolute;

    width: 26px;
    height: 26px;

    transition-duration: .3s;
}

.sidebar2 .items a > img:hover {
    transform: scale(1.1);
}

.sidebar2 .items a > div {
    display: flex;
    flex-direction: column;
}

.sidebar2 .items a > div h6 {
    font-size: 12px;
    font-weight: 600;

    text-transform: uppercase;

    margin: 0;
    margin-bottom: 10px;
}

.sidebar2 .items a > div p {
    margin: 0;

    display: flex;

    gap: 10px;

    font-size: 10px;
    font-weight: 600;

    text-transform: uppercase;
}

.sidebar2 .items a > div p img {
    width: 10px;
    height: 10px;

    object-fit: scale-down;
}


/* ========================================
   SPACER
======================================== */

.spacer {
    height: 600px;
}


/* ========================================
   TABLET / MOBILE
======================================== */

@media (max-width: 996px) {

    .sidebar2 ul li a {
        font-size: 30px;
    }

}


/* ========================================
   MOBILE PEQUEÑO
======================================== */

@media (max-width: 600px) {

    .menu-mobile {
        height: 70px;
    }

    .menu-mobile > div {
        height: 70px;
        padding: 10px 15px;
    }

    .menu-mobile .menu-icon {
        width: 25px;
    }

    .menu-mobile > div > a:first-of-type img {
        max-width: 85px;
    }

    .menu-mobile .header-contact {
        display: none;
        width: 145px;
        height: 44px;
        padding: 0 16px;
        font-size: 12px;
    }

    .menu-mobile .header-dots {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .sidebar ul li a {
        font-size: 32px;
    }

}


/* ========================================
   MOBILE MUY PEQUEÑO
======================================== */

@media (max-width: 400px) {

    .menu-mobile > div {
        padding: 10px;
    }

    .menu-mobile .header-contact {
        width: 125px;
        height: 40px;

        padding: 0 13px;

        font-size: 11px;
    }

    .menu-mobile .header-dots {
        font-size: 13px;
    }

    .menu-mobile > div > a:first-of-type img {
        max-width: 75px;
    }

    .menu-mobile .menu-icon {
        width: 23px;
    }

}/* End custom CSS */