.elementor-kit-11{--e-global-color-primary:#000000;--e-global-color-secondary:#EBECF2;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F05249;--e-global-color-c1a93d1:#FFFFFF;--e-global-color-15e90d8:#3E3039;--e-global-color-c458012:#CC8F21;--e-global-color-24c6f2e:#BF1E2E;--e-global-color-36291ac:#73C6CD;--e-global-color-8cf67fb:#6592D7;--e-global-color-f3715e7:#CD7399;--e-global-color-eecf792:#E3B26D;--e-global-color-da66ef8:#E4926E;--e-global-color-d0f643c:#62AED6;--e-global-typography-primary-font-family:"Poiret One";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Catamaran";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Catamaran";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:500;--e-global-typography-c74a008-font-family:"Lato";--e-global-typography-c74a008-font-size:22px;--e-global-typography-c74a008-font-weight:500;--e-global-typography-b0e4754-font-family:"Catamaran";--e-global-typography-b0e4754-font-size:22px;--e-global-typography-b0e4754-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 h1{font-family:"PoiretOne", Sans-serif;}.elementor-kit-11 h2{font-family:"Catamaran", Sans-serif;}.elementor-kit-11 h3{font-family:"Catamaran", Sans-serif;}.elementor-kit-11 h4{font-family:"Catamaran", Sans-serif;}.elementor-kit-11 h5{font-family:"Catamaran", Sans-serif;}.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);}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */efect_03.fadeIn::before {
   	position: absolute;
   	content: '';
   	width: 100%;
   	height: 100%;
   	top: 0;
   	left:0;
   	background-color: #e0c387;
   	z-index: 9;
   	animation: showText 0.96s cubic-bezier(1,0,0,1) 0.18s forwards;
   	transform-origin: 100% 100%;
   }
   
   .efect_03.fadeIn::after {
   	position: absolute;
   	content: '';
   	width: 100%;
   	height: 100%;
   	top: 0;
   	left:0;
   	background-color: #bfc9d1;
   	z-index: 8;
   	animation: showText 0.9s cubic-bezier(1,0,0,1) 0.9s forwards;
   	transform-origin: 0% 100%;
   }
   
   @keyframes showText {
   	0% {
   		transform: scaleX(1)
   	}
   	100% {
   		transform: scaleX(0)
   	}
   }/* End custom CSS */