.elementor-15302 .elementor-element.elementor-element-36b2a127 > .elementor-container{max-width:600px;}.elementor-15302 .elementor-element.elementor-element-36b2a127{padding:40px 0px 80px 0px;}.elementor-15302 .elementor-element.elementor-element-4766b946 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-15302 .elementor-element.elementor-element-52b020b .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-15302 .elementor-element.elementor-element-52b020b .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-15302 .elementor-element.elementor-element-52b020b{--image-border-radius:0px;--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}@media(max-width:1024px){.elementor-widget-gallery .elementor-gallery-item__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-gallery .elementor-gallery-item__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-gallery .elementor-gallery-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-15302 .elementor-element.elementor-element-36b2a127{padding:40px 20px 40px 20px;}.elementor-widget-gallery .elementor-gallery-item__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-gallery .elementor-gallery-item__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-gallery .elementor-gallery-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for gallery, class: .elementor-element-52b020b */.elementor-15302 .elementor-element.elementor-element-52b020b {
    overflow: hidden;
    border-radius: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7cc336 *//* =====================================
   TODO INCLUIDO
===================================== */

.fiesta-todo-incluido{

    font-family:'Montserrat',sans-serif;

}



/* =====================================
   INTRO
===================================== */

.fiesta-intro{

    max-width:900px;
    margin:0 auto 40px;
    text-align:center;

}

.fiesta-intro h2{

    font-size:32px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1.2;
    color:#333;
    margin-bottom:20px;

}

.fiesta-intro p{

    font-size:16px;
    line-height:1.8;
    color:#666;
    margin:0;

}



/* =====================================
   CHECKS
===================================== */

.fiesta-checks{

    max-width:900px;
    margin:40px auto;
    display:flex;
    flex-direction:column;
    gap:18px;

}

.fiesta-check-item{

    display:flex;
    align-items:flex-start;
    gap:15px;

}

.fiesta-check-item .check{

    min-width:28px;
    width:28px;
    height:28px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#2EBB5D;
    color:#fff;

    border-radius:50%;

    font-weight:700;

    margin-top:4px;

    flex-shrink:0;

}

.fiesta-check-item p{

    margin:0;
    color:#555;
    font-size:15px;
    line-height:1.8;

}

.fiesta-check-item strong{

    color:#333;

}



/* =====================================
   ICON SYSTEM
===================================== */

.fiesta-icons{

    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:30px;

    margin:45px auto;

}

.fiesta-icon-item{

    width:150px;

    text-align:center;

    transition:.30s ease;

}

.fiesta-icon{

    width:60px;
    height:60px;

    margin:0 auto 15px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;

    border-radius:50%;

    font-size:28px;

    box-shadow:0 8px 18px rgba(0,0,0,.12);

    transition:.30s ease;

}

.fiesta-icon-item:hover .fiesta-icon{

    transform:translateY(-4px) scale(1.08);

    background:#2EBB5D;

}

.fiesta-icon-item h3{

    margin:0;

    font-size:13px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1.4px;

    line-height:1.5;

    transition:.30s ease;

}



/* =====================================
   LIGHT VERSION
===================================== */

.fiesta-icons--light .fiesta-icon-item h3{

    color:#555;

}

.fiesta-icons--light .fiesta-icon-item:hover h3{

    color:#2EBB5D;

}



/* =====================================
   DARK VERSION
===================================== */

.fiesta-icons--dark .fiesta-icon-item h3{

    color:#d4d4d4;

}

.fiesta-icons--dark .fiesta-icon-item:hover h3{

    color:#2EBB5D;

}



/* =====================================
   TABLET
===================================== */

@media(max-width:900px){

    .fiesta-intro h2{

        font-size:28px;

    }

    .fiesta-icon-item{

        width:140px;

    }

}



/* =====================================
   MOBILE
===================================== */

@media(max-width:600px){

    .fiesta-intro h2{

        font-size:24px;

    }

    .fiesta-intro p{

        font-size:15px;

    }

    .fiesta-checks{

        gap:16px;

    }

    .fiesta-check-item{

        gap:12px;

    }

    .fiesta-check-item p{

        font-size:14px;

    }

    .fiesta-icons{

        gap:22px;

    }

    .fiesta-icon-item{

        width:45%;

    }

    .fiesta-icon{

        width:54px;
        height:54px;
        font-size:25px;

    }

    .fiesta-icon-item h3{

        font-size:12px;
        letter-spacing:1px;

    }

}/* End custom CSS */