.elementor-kit-5{--e-global-color-primary:#E2F99C;--e-global-color-secondary:#1F1F1F;--e-global-color-text:#1F1F1F;--e-global-color-accent:#74B263;--e-global-color-26af7e2:#C0FF98;--e-global-color-0a8c6ab:#FAFAFA;--e-global-color-fa78f5a:#DBDBDB;--e-global-color-86955de:#FFFFFF;--e-global-color-c1fec2c:#F4F5EB;--e-global-typography-primary-font-family:"DM Serif Display";--e-global-typography-primary-font-size:4.15vw;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"DM Serif Display";--e-global-typography-secondary-font-size:2.34vw;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1vw;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:1.1vw;--e-global-typography-accent-font-weight:600;--e-global-typography-6976014-font-family:"Montserrat";--e-global-typography-6976014-font-size:0.9vw;--e-global-typography-6976014-font-weight:500;--e-global-typography-7a51b56-font-family:"Montserrat";--e-global-typography-7a51b56-font-size:0.9vw;--e-global-typography-7a51b56-font-weight:700;--e-global-typography-11b730c-font-family:"Montserrat";--e-global-typography-11b730c-font-size:1.3vw;--e-global-typography-11b730c-font-weight:500;--e-global-typography-b4db3ad-font-family:"DM Serif Display";--e-global-typography-b4db3ad-font-size:1.3vw;--e-global-typography-b4db3ad-font-weight:500;--e-global-typography-b4db3ad-line-height:1.1em;--e-global-typography-69413b0-font-family:"Montserrat";--e-global-typography-69413b0-font-size:0.9vw;--e-global-typography-69413b0-font-weight:500;}.elementor-kit-5 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:8vw;--e-global-typography-secondary-font-size:5.5vw;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-size:4vw;--e-global-typography-accent-font-size:4.8vw;--e-global-typography-6976014-font-size:5vw;--e-global-typography-7a51b56-font-size:3vw;--e-global-typography-11b730c-font-size:5vw;--e-global-typography-b4db3ad-font-size:5vw;--e-global-typography-69413b0-font-size:3.8vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//**** EFECTOS SIMPLES ****/
.negrita *{
    font-weight: 700 !important;
}


/**** EFECTO BOTONES ****/

/*Fill box*/
.my-btn .elementor-button::before{
    content:'';
    position: absolute;
    background: black; /*<-- Change fill color here*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left; /*<-- Change fill out direction*/
    transition: transform .4s ease; /*<-- Change fill speed */
}

/*Hover class*/
.my-btn .elementor-button:hover::before{
    transform: scaleX(1);
    transform-origin: left; /*<-- Change fill in direction*/

}

/*Button text*/
.my-btn .elementor-button-text{
    z-index: 1;
}

/*Hover Icon*/
.my-btn:hover .elementor-button-icon .cls-1{
    color: white; /*<-- Change Icon color here*/
    fill: white;
    z-index: 1;
    transition: color .5s ease
}

/*Icone size */
.my-btn .elementor-button-icon{
    transform: scale(1); /*<-- Change icon size*/
    padding-left: 5px;
}/* End custom CSS */