.elementor-kit-5{--e-global-color-348624a:#65C083;--e-global-color-ef2d0dc:#43B373;--e-global-color-0bf05cb:#EEFBF3;--e-global-color-7ef6998:#2E704D;--e-global-color-a53b0b9:#E8F5A9;--e-global-color-b27f880:#C4D600;--e-global-color-65ece97:#383838;--e-global-color-57eaad2:#F2F2F2;--e-global-color-06a376b:#0B3F44;--e-global-color-0e5045f:#FFFFFF;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-65ece97 );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-65ece97 );color:var( --e-global-color-0bf05cb );border-radius:50px 50px 50px 50px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-348624a );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Outfit", Sans-serif;font-size:48px;}.elementor-kit-5 h2{font-family:"Outfit", Sans-serif;font-size:36px;}.elementor-kit-5 h3{font-family:"Outfit", Sans-serif;font-size:30px;}.elementor-kit-5 h4{font-family:"Outfit", Sans-serif;font-size:24px;}.elementor-kit-5 h5{font-family:"Outfit", Sans-serif;font-size:20px;}.elementor-kit-5 h6{font-family:"Outfit", Sans-serif;font-size:16px;}.elementor-kit-5 img{border-radius:10px 10px 10px 10px;}.elementor-kit-5 label{color:var( --e-global-color-348624a );line-height:28px;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{line-height:27px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#43B373;padding:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:40px;--container-default-padding-right:0px;--container-default-padding-bottom:40px;--container-default-padding-left:0px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:32px;}.elementor-kit-5 h2{font-size:28px;}.elementor-kit-5 h3{font-size:24px;}.elementor-kit-5 h4{font-size:20px;}.elementor-kit-5 h5{font-size:18px;}.elementor-kit-5 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:20px;--container-default-padding-right:10px;--container-default-padding-bottom:20px;--container-default-padding-left:10px;}}/* Start custom CSS */a {
    color: green; /* Color del enlace */
}
a:hover {
    color: darkgreen; /* Color al pasar el cursor */
}

/* Estilos solo para dispositivos móviles (pantallas con un ancho máximo de 768px) */
@media (max-width: 768px) {
/* Estilos solo para dispositivos móviles (pantallas con un ancho máximo de 768px) */
@media (max-width: 768px) {

  /* h1 */
  h1 {
    font-size: 32px; /* Tamaño adecuado para h1 en móviles */
    line-height: 1.2;
    font-weight: bold;
  }

  /* h2 */
  h2 {
    font-size: 28px; /* Tamaño adecuado para h2 en móviles */
    line-height: 1.3;
    font-weight: bold;
  }

  /* h3 */
  h3 {
    font-size: 24px; /* Tamaño adecuado para h3 en móviles */
    line-height: 1.4;
    font-weight: bold;
  }

  /* h4 */
  h4 {
    font-size: 20px; /* Tamaño adecuado para h4 en móviles */
    line-height: 1.5;
    font-weight: bold;
  }

  /* h5 */
  h5 {
    font-size: 18px; /* Tamaño adecuado para h5 en móviles */
    line-height: 1.6;
    font-weight: bold;
  }

  /* h6 */
  h6 {
    font-size: 16px; /* Tamaño adecuado para h6 en móviles */
    line-height: 1.7;
    font-weight: bold;
  }

  /* Agregar gap de 10px entre los elementos (si son contenedores flex) */
  .flex-container {
    display: flex;
    flex-direction: column; /* Si deseas que los elementos estén en columna */
    gap: 10px; /* Espacio de 10px entre los elementos */
  }

  /* También puedes aplicar el gap a un contenedor grid, si corresponde */
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Ejemplo de 2 columnas */
    gap: 10px; /* Espacio de 10px entre las celdas de la cuadrícula */
  }

}/* End custom CSS */