/** Shopify CDN: Minification failed

Line 46:0 Unexpected "}"

**/
.cc-slideshow .slideshow__text h2{
    line-height: 110% !important;
}

@media (max-width:580px){
    .cc-slideshow .slideshow__text h2{
        font-size: 30px;
    }
}

.cc-slideshow .subheading{
    font-family: "Just Another Hand", cursive !important;
    font-size: 22.4px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    color: #000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
}
.slideshow__text {
    height: 100%;
    padding-inline: 60vw;
    padding-top: 8vw;
}

@media (min-width: 2400px) {
    .slideshow__text {
        padding-inline: 70vw; /* Ajuste personalizado para pantallas de 2400px o más */
        padding-top: 10vw; /* Otro ajuste según tus necesidades */
    }
}

@media (max-width: 768px) {
    .slideshow__text {
        padding-inline: 0;  /* Ajuste para pantallas de 768px o menos */
        max-width: 432px;
    }
    }
}

.slideshow__slide{
    flex-direction: column;
}


@media screen and (max-width: 1024px){
    .text-mobile__center h2{
        text-align: center;
    }

    .text-mobile__center .text-overlay{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
}

