.elementor-kit-7{--e-global-color-primary:#0A0F08;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#5A6060;--e-global-color-accent:#4F9433;--e-global-color-aa3f284:#3D6359;--e-global-color-e24ce31:#565658;--e-global-color-cacbaa5:#FFFFFF;--e-global-color-246aff7:#F4F6F2;--e-global-color-8929585:#B9CACB;--e-global-color-79a4aea:#1D7A28;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#5A6058;font-family:"Montserrat", Sans-serif;font-size:16px;line-height:20px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:600;color:var( --e-global-color-cacbaa5 );border-radius:50px 50px 50px 50px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:0px;}.elementor-kit-7 h1{font-family:"Montserrat", Sans-serif;font-size:64px;font-weight:700;line-height:66px;letter-spacing:-2px;}.elementor-kit-7 h2{font-family:"Montserrat", Sans-serif;font-size:56px;font-weight:700;line-height:58px;letter-spacing:0px;}.elementor-kit-7 h3{font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:700;line-height:60px;}.elementor-kit-7 h4{font-family:"Montserrat", Sans-serif;font-size:36px;font-weight:700;}.elementor-kit-7 h5{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:700;}.elementor-kit-7 h6{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:700;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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);}.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-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 */body{
    overflow-x: hidden;
}
/*==========================
Textox verdes con animaion
======================*/
.text-gradient-motion,.compliance-numbers .elementor-counter-number-wrapper {
  background: linear-gradient(
    120deg,
    #4F9433 0%,
    #4F9433 35%,
    #3D6359 50%,
    #4F9433 65%,
    #4F9433 100%
  );
  background-size: 300% 100%;
  background-position: 0% 50%;

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;

  animation: gradientTextMove 5s ease-in-out infinite;
}

@keyframes gradientTextMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
/*==========================
BOTON
======================*/
.btn-gradient-hover .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-gradient-hover .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    #4F9433 0%,
    #4F9433 35%,
    #477A50 65%,
    #3D6359 100%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
  border-radius: inherit;
}

.btn-gradient-hover .elementor-button:hover::before {
  opacity: 1;
}

.btn-gradient-hover .elementor-button:hover {
  color: #ffffff;
}

.btn-gradient-hover .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}
/*===================
Secciones que cambian de color
=====================*/

.bg-center-change {
  transition: background-color 0.7s ease;
}

.bg-center-change.is-center-active {
  background-color: var(--active-bg, inherit) !important;
}

.text-center-change,
.text-center-change *,
.text-center-change .elementor-heading-title,
.text-center-change .elementor-widget-container,
.text-center-change .elementor-button,
.text-center-change .elementor-button-text,
.text-center-change a,
.text-center-change span,
.text-center-change p,
.text-center-change h1,
.text-center-change h2,
.text-center-change h3,
.text-center-change h4,
.text-center-change h5,
.text-center-change h6 {
  transition: color 0.7s ease;
}

.bg-center-change.is-center-active .text-center-change,
.bg-center-change.is-center-active .text-center-change *,
.bg-center-change.is-center-active .text-center-change .elementor-heading-title,
.bg-center-change.is-center-active .text-center-change .elementor-widget-container,
.bg-center-change.is-center-active .text-center-change .elementor-button,
.bg-center-change.is-center-active .text-center-change .elementor-button-text,
.bg-center-change.is-center-active .text-center-change a,
.bg-center-change.is-center-active .text-center-change span,
.bg-center-change.is-center-active .text-center-change p,
.bg-center-change.is-center-active .text-center-change h1,
.bg-center-change.is-center-active .text-center-change h2,
.bg-center-change.is-center-active .text-center-change h3,
.bg-center-change.is-center-active .text-center-change h4,
.bg-center-change.is-center-active .text-center-change h5,
.bg-center-change.is-center-active .text-center-change h6 {
  color: var(--active-text-color) !important;
}/* End custom CSS */