body:not(.elementor-editor-active) .llisa-carta {
    overflow: hidden;
    position: relative;
    width: 100%;
    opacity: 0;
}

body:not(.elementor-editor-active) .llisa-carta * {
    transition: 300ms;
    /* user-select: none; */
}

body:not(.elementor-editor-active) .no-events {
    pointer-events: none;
}

body:not(.elementor-editor-active) .llisa-carta .bg-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

body:not(.elementor-editor-active) .llisa-carta .section {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Lato;
    font-weight: 300;
    font-size: 40px;
    height: 100%;
    cursor: pointer;
    transition: left 300ms, opacity 300ms;
    z-index: 1;
    opacity: 0;
}

body:not(.elementor-editor-active) .llisa-carta .section:nth-child(1) {
    animation-delay: 100ms;
}

body:not(.elementor-editor-active) .llisa-carta .section:nth-child(2) {
    animation-delay: 200ms;
}

body:not(.elementor-editor-active) .llisa-carta .section:nth-child(3) {
    animation-delay: 300ms;
}

body:not(.elementor-editor-active) .llisa-carta .section:nth-child(4) {
    animation-delay: 400ms;
}

body:not(.elementor-editor-active) .llisa-carta .section:nth-child(5) {
    animation-delay: 500ms;
}

body:not(.elementor-editor-active) .llisa-carta .section:nth-child(6) {
    animation-delay: 600ms;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .section {
        height: unset;
        width: 100%;
    }
}

body:not(.elementor-editor-active) .llisa-carta .section.active {
    z-index: 2;
    width: 30vw;
    cursor: default;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .section.active {
        width: 100vw;
        height: 10vh;
    }
}

body:not(.elementor-editor-active) .llisa-carta .section.no-events {
    z-index: 1;
    width: 30vw;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .section.no-events {
        width: 100vw;
        height: 30vh;
    }
}

body:not(.elementor-editor-active) .llisa-carta .category-contents h3 {
    font-size: 0.8em;
    color: #B08240;
    font-family: 'Lato';
    font-style: oblique;
    font-weight: 300;
}

body:not(.elementor-editor-active) .llisa-carta .category-contents .row .row-title {
    font-size: 0.8em;
    line-height: 1.2;
    padding-bottom: 0.75em;
    padding-right: 4em;
}

body:not(.elementor-editor-active) .llisa-carta .category-contents.active .row.atenuado {
    opacity: 0.2;
}

body:not(.elementor-editor-active) .llisa-carta .category-contents .row .row-price {
    font-size: 0.8em;
    margin-left: auto;
    font-weight: 300;
    line-height: 1.2;
}

body:not(.elementor-editor-active) .llisa-carta .section>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    transition: filter 300ms;
}

body:not(.elementor-editor-active) .llisa-carta .section:not(.active):hover>img {
    filter: brightness(1);
}

body:not(.elementor-editor-active) .llisa-carta .section .section-name {
    position: relative;
    z-index: 1;
}

body:not(.elementor-editor-active) .llisa-carta .categories {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30vw;
    right: 0;
    opacity: 0;
    pointer-events: none;
    display: flex;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .categories {
        left: 0;
        top: 10vh;
        justify-content: flex-start;
        position: relative;
    }
}

body:not(.elementor-editor-active) .llisa-carta .categories .category {
    text-align: right;
    font-size: 1.3em;
    font-weight: 300;
    padding: 2vw 0;
    box-sizing: border-box;
    background-color: rgba(176, 131, 64, 1);
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: filter 300ms;
    text-transform: uppercase;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .categories .category {
        font-size: 1.4vh;
    }
}

body:not(.elementor-editor-active) .llisa-carta .categories .category:hover {
    filter: brightness(0.5);
}

body:not(.elementor-editor-active) .llisa-carta .categories .category:nth-child(1) {
    background-color: rgba(176, 131, 64, .3);
}

body:not(.elementor-editor-active) .llisa-carta .categories .category:nth-child(2) {
    background-color: rgba(176, 131, 64, .4);
}

body:not(.elementor-editor-active) .llisa-carta .categories .category:nth-child(3) {
    background-color: rgba(176, 131, 64, .5);
}

body:not(.elementor-editor-active) .llisa-carta .categories .category:nth-child(4) {
    background-color: rgba(176, 131, 64, .6);
}

body:not(.elementor-editor-active) .llisa-carta .categories .category:nth-child(5) {
    background-color: rgba(176, 131, 64, .7);
}

body:not(.elementor-editor-active) .llisa-carta .categories .category:nth-child(6) {
    background-color: rgba(176, 131, 64, .8);
}

body:not(.elementor-editor-active) .llisa-carta .categories .category:nth-child(7) {
    background-color: rgba(176, 131, 64, .9);
}

body:not(.elementor-editor-active) .llisa-carta .categories .category span {
    transform: rotate(180deg);
    display: block;
    writing-mode: tb;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .categories .category span {
        writing-mode: unset;
        transform: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

body:not(.elementor-editor-active) .llisa-carta .categories.active {
    opacity: 1;
    pointer-events: all;
    justify-content: flex-end;
    z-index: 1;
    background: white;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .categories.active {
        z-index: 3;
        background-color: white;
        flex-direction: column;
        justify-content: flex-start;
    }
}

body:not(.elementor-editor-active) .llisa-carta .allergens {
    display: flex;
    gap: 13px;
}

body:not(.elementor-editor-active) .llisa-carta .categories .category.active {
    display: none;
}

body:not(.elementor-editor-active) .llisa-carta .category-title-card {
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Lato;
    font-weight: 300;
    font-size: 40px;
    height: 100%;
    transition: left 300ms;
    z-index: 3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30vw;
    width: 30vw;
    transition: 300ms;
    background: #242424;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .category-title-card {
        transition: top 300ms;
        left: 0;
        width: 100vw;
        top: 0;
        height: 10vh;
    }
}

body:not(.elementor-editor-active) .llisa-carta .category-title-card.active {
    opacity: 1;
    pointer-events: all;
    left: 0;
}

body:not(.elementor-editor-active) .llisa-carta .category-title-card.active .category-title-card-name {
    display: none;
}

body:not(.elementor-editor-active) .llisa-carta .category-title-card>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    transition: filter 300ms;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .category-title-card.active .category-title-card-name {
        display: block;
    }

    body:not(.elementor-editor-active) .llisa-carta .category-title-card>img {
        opacity: 0;
    }
}

body:not(.elementor-editor-active) .llisa-carta .category-title-card-name {
    z-index: 1;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .category-title-card-name {
        font-size: min(4vh, 6vw);
    }
}

body:not(.elementor-editor-active) .llisa-carta .category-contents {
    position: absolute;
    left: 60vw;
    top: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: 300ms;
    background-color: rgba(176, 131, 64, .2);
    padding: 30px;
}

body:not(.elementor-editor-active) .llisa-carta .category-contents .alergenos-list {
    margin-top: auto;
    margin-bottom: 70px;
    position: relative;
    z-index: 9999;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .category-contents .alergenos-list {
        padding-top: 10px;
        margin-bottom: 25px;
    }
}

body:not(.elementor-editor-active) .llisa-carta .category-contents .alergenos-list .grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .category-contents .alergenos-list .grid {
        padding-bottom: 10px;
    }
}

body:not(.elementor-editor-active) .llisa-carta .category-contents .alergenos-list .grid .bg-image {
    display: inline-block;
    cursor: pointer;
    flex: 1;
    height: 2.25vw;
    transition: none;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .category-contents {
        left: 0;
        top: 60vh;
    }

    body:not(.elementor-editor-active) .llisa-carta .category-contents .alergenos-list {
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px 0 0;
        margin-bottom: 0;
        border-top: 1px solid #B08340;
    }

    .grid {
        overflow-x: auto;
        padding: 0 10px;
    }

    body:not(.elementor-editor-active) .llisa-carta .category-contents .alergenos-list .grid .bg-image {
        height: 10vw;
        min-width: 11vw;
    }
}

@media(min-width: 500px) and (max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .category-contents .alergenos-list .grid .bg-image {
        height: 10vw;
        max-height: 10mm;
        width: 11vw;
        max-width: 10mm;
        min-width: unset;
    }
}

body:not(.elementor-editor-active) .llisa-carta .category-contents h2 {
    font-size: 1em;
    font-weight: 300;
    color: #B08340;
    text-transform: uppercase;
}

body:not(.elementor-editor-active) .llisa-carta .category-contents.active {
    opacity: 1;
    left: 30vw;
    pointer-events: all;
    display: flex;
    flex-direction: column;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .category-contents.active {
        z-index: 1;
        background-color: rgb(239, 230, 217);
        left: 0;
        top: 10vh;
        justify-content: flex-start;
        width: 100%;
        padding: 10px 20px 10px 20px;
        display: block;
        position: relative;
    }
}

body:not(.elementor-editor-active) .llisa-carta .category-contents .row {
    display: flex;
    align-items: flex-start;
    font-weight: 300;
    font-size: 19px;
    line-height: 2;
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .category-contents .row {
        font-size: 15px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
}

body:not(.elementor-editor-active) .llisa-carta .category-contents .row-allergens {
    margin-right: auto;
    margin-left: 1em;
}

body:not(.elementor-editor-active) .llisa-carta .category-contents .row-allergen-list {
    color: #B08340;
    font-size: 0.8em;
    font-weight: 300;
    margin-top: 0.5em;
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-1 {
    background-image: url(img/1.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-1 {
    background-image: url(img/1_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-1:hover {
        background-image: url(img/1_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-1:hover {
        background-image: url(img/1_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-1.active {
    background-image: url(img/1_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-1.active {
    background-image: url(img/1_hover_en.svg);
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-2 {
    background-image: url(img/2.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-2 {
    background-image: url(img/2_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-2:hover {
        background-image: url(img/2_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-2:hover {
        background-image: url(img/2_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-2.active {
    background-image: url(img/2_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-2.active {
    background-image: url(img/2_hover_en.svg);
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-3 {
    background-image: url(img/3.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-3 {
    background-image: url(img/3_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-3:hover {
        background-image: url(img/3_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-3:hover {
        background-image: url(img/3_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-3.active {
    background-image: url(img/3_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-3.active {
    background-image: url(img/3_hover_en.svg);
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-4 {
    background-image: url(img/4.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-4 {
    background-image: url(img/4_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-4:hover {
        background-image: url(img/4_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-4:hover {
        background-image: url(img/4_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-4.active {
    background-image: url(img/4_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-4.active {
    background-image: url(img/4_hover_en.svg);
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-5 {
    background-image: url(img/5.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-5 {
    background-image: url(img/5_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-5:hover {
        background-image: url(img/5_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-5:hover {
        background-image: url(img/5_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-5.active {
    background-image: url(img/5_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-5.active {
    background-image: url(img/5_hover_en.svg);
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-6 {
    background-image: url(img/6.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-6 {
    background-image: url(img/6_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-6:hover {
        background-image: url(img/6_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-6:hover {
        background-image: url(img/6_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-6.active {
    background-image: url(img/6_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-6.active {
    background-image: url(img/6_hover_en.svg);
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-7 {
    background-image: url(img/7.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-7 {
    background-image: url(img/7_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-7:hover {
        background-image: url(img/7_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-7:hover {
        background-image: url(img/7_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-7.active {
    background-image: url(img/7_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-7.active {
    background-image: url(img/7_hover_en.svg);
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-8 {
    background-image: url(img/8.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-8 {
    background-image: url(img/8_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-8:hover {
        background-image: url(img/8_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-8:hover {
        background-image: url(img/8_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-8.active {
    background-image: url(img/8_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-8.active {
    background-image: url(img/8_hover_en.svg);
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-9 {
    background-image: url(img/9.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-9 {
    background-image: url(img/9_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-9:hover {
        background-image: url(img/9_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-9:hover {
        background-image: url(img/9_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-9.active {
    background-image: url(img/9_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-9.active {
    background-image: url(img/9_hover_en.svg);
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-10 {
    background-image: url(img/10.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-10 {
    background-image: url(img/10_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-10:hover {
        background-image: url(img/10_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-10:hover {
        background-image: url(img/10_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-10.active {
    background-image: url(img/10_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-10.active {
    background-image: url(img/10_hover_en.svg);
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-11 {
    background-image: url(img/11.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-11 {
    background-image: url(img/11_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-11:hover {
        background-image: url(img/11_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-11:hover {
        background-image: url(img/11_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-11.active {
    background-image: url(img/11_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-11.active {
    background-image: url(img/11_hover_en.svg);
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-12 {
    background-image: url(img/12.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-12 {
    background-image: url(img/12_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-12:hover {
        background-image: url(img/12_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-12:hover {
        background-image: url(img/12_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-12.active {
    background-image: url(img/12_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-12.active {
    background-image: url(img/12_hover_en.svg);
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-13 {
    background-image: url(img/13.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-13 {
    background-image: url(img/13_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-13:hover {
        background-image: url(img/13_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-13:hover {
        background-image: url(img/13_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-13.active {
    background-image: url(img/13_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-13.active {
    background-image: url(img/13_hover_en.svg);
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-14 {
    background-image: url(img/14.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-14 {
    background-image: url(img/14_en.svg);
}

@media (min-width: 1025px) {
    body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-14:hover {
        background-image: url(img/14_hover.svg);
    }

    body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-14:hover {
        background-image: url(img/14_hover_en.svg);
    }
}

body:not(.elementor-editor-active) .llisa-carta #boton-alergenos-14.active {
    background-image: url(img/14_hover.svg);
}

body:not(.elementor-editor-active) .llisa-carta.language-en #boton-alergenos-14.active {
    background-image: url(img/14_hover_en.svg);
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .category-contents .row-price {
        white-space: nowrap;
    }
}

body:not(.elementor-editor-active) .llisa-carta .close-button {
    position: absolute;
    width: 24px;
    height: 50px;
    z-index: 1;
    left: 50px;
    top: 30px;
    cursor: pointer;
}

body:not(.elementor-editor-active) .llisa-carta .close-button img {
    width: 17px;
    height: 30px;
    object-fit: contain;
}

body:not(.elementor-editor-active) .llisa-carta .category-contents .close-button {
    left: unset;
    right: 30px;
    top: 25px;
}

@media (max-width: 1024px) {
    .llisa-carta .desktop-only {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .llisa-carta .mobile-only {
        display: none !important;
    }
}

@media(max-width: 1024px) {
    body:not(.elementor-editor-active) .llisa-carta .close-button {
        width: 17px;
        height: 30px;
        left: 20px;
        top: 10px;
        z-index: 2;
    }

    body:not(.elementor-editor-active) .llisa-carta .category-contents .close-button {
        right: 20px;
        top: 10px;
    }

    body:not(.elementor-editor-active) .llisa-carta .category-contents .close-button img {
        width: 13px;
    }
}

body:not(.elementor-editor-active) .llisa-carta .section:not(.active) .close-button {
    display: none;
}

body:not(.elementor-editor-active) .llisa-carta [data-tooltip]::after {
    display: block;
    position: absolute;
    content: attr(data-tooltip);
    background: #00000099;
    color: white;
    font-size: 10px;
    padding: 0 1em;
    margin-left: 0;
    margin-top: 10px;
    opacity: 0;
    transition: 300ms;
    pointer-events: none;
}

body:not(.elementor-editor-active) .llisa-carta [data-tooltip]:hover::after {
    opacity: 1;
    margin-left: 10px;
}

.elementor-element .no-events {
    pointer-events: none;
}