.elementor-kit-6{--e-global-color-primary:#00283A;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFAC33;--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;font-size:16px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:50px;}.elementor-kit-6 h2{font-size:35px;}.elementor-kit-6 h3{font-size:25px;}.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-kit-6 h1{font-size:50px;}.elementor-kit-6 h3{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:35px;}.elementor-kit-6 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.scroll-section {
    scroll-margin-top: 120px;
}
.amarillo {color: var(--e-global-color-accent);}
form.wpcf7-form input[type="submit"] {padding: 10px 20px;  box-shadow: 4px 2px 6px #000; }
.wpcf7-spinner {display:none;}
form.wpcf7-form input[type="tel"], form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], form.wpcf7-form  textarea, select  {border-radius: 10px !important; box-shadow: 4px 2px 6px #000;}
.wp-image-112 {
  animation: moverDerecha 1s infinite alternate ease-in-out;
  position: relative; /* Necesario para animar 'left' */
}

@keyframes moverDerecha {
  0% {
    left: 0;
  }
  100% {
    left: 10px;
  }
}

/* Estilo por defecto: 2 líneas (PC) */
.menu-link a {
  display: inline-block;
  white-space: normal;
  text-align: center;
}

.menu-link a span {
  display: block;
  
}

/* En pantallas pequeñas: 1 línea (celular) */
@media (max-width: 768px) {
  .menu-link a span {
    display: inline; padding-left: 5px;
  }
  .menu-link a {
  display: flex;}
}/* End custom CSS */