.elementor-kit-7{--e-global-color-primary:#303030;--e-global-color-secondary:#303030;--e-global-color-text:#303030;--e-global-color-accent:#303030;--e-global-color-d252bf1:#EFECE5;--e-global-color-21bec16:#C82152;--e-global-color-581587f:#C3C3C3;--e-global-color-e8f4a5d:#FFFFFF;--e-global-color-acb4543:#FFFFFF85;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-f2fafdf-font-family:"Nunito Sans";--e-global-typography-f2fafdf-font-size:12px;--e-global-typography-f2fafdf-font-weight:600;--e-global-typography-f2fafdf-text-transform:uppercase;--e-global-typography-f2fafdf-line-height:1.4em;--e-global-typography-f2fafdf-letter-spacing:1px;--e-global-typography-dea906d-font-family:"Nunito Sans";--e-global-typography-dea906d-font-size:1.8em;--e-global-typography-dea906d-font-weight:800;--e-global-typography-dea906d-line-height:1.8rem;--e-global-typography-84ffae9-font-family:"Nunito Sans";--e-global-typography-84ffae9-font-size:15px;--e-global-typography-84ffae9-font-weight:700;--e-global-typography-84ffae9-text-transform:uppercase;--e-global-typography-84ffae9-letter-spacing:1px;--e-global-typography-aca9c06-font-family:"Nunito Sans";--e-global-typography-aca9c06-font-weight:700;--e-global-typography-aca9c06-text-transform:uppercase;--e-global-typography-26f3717-font-family:"Nunito Sans";--e-global-typography-26f3717-font-size:2.8vw;--e-global-typography-26f3717-font-weight:500;--e-global-typography-26f3717-line-height:3rem;background-color:var( --e-global-color-d252bf1 );font-family:"Nunito Sans", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-f2fafdf-font-size:11px;--e-global-typography-84ffae9-font-size:11px;--e-global-typography-26f3717-font-size:4.3vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-f2fafdf-font-size:11px;--e-global-typography-84ffae9-font-size:11px;--e-global-typography-aca9c06-font-size:1.4em;--e-global-typography-26f3717-font-size:2em;--e-global-typography-26f3717-line-height:2.4rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.cajas-home .elementor-icon {
    margin-top: 6px;
}

.acentos_ {
  font-family: 'Lora', serif !important;
  font-weight: 500;
  font-style: italic;
  color: #C82152;
}


 /* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

#cookies-eu-banner {
    background-color: #fff;
    border-radius: 10px;
    color: #333;
    padding: 10px;
    font-size: 1em;
    text-align: center;
    min-height: 60px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#cookies-eu-settings, .cookies-eu-settings, #cookies-eu-accept, #cookies-eu-reject, .cookies-eu-accept, .cookies-eu-reject {
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    
}

#cookies-eu-reject, #cookies-eu-accept {
    background-color: #C82152;
}

#cookies-eu-banner > * {
    margin: 10px;
}/* End custom CSS */