.elementor-kit-12{--e-global-color-primary:#074351;--e-global-color-secondary:#074351;--e-global-color-text:#074351;--e-global-color-accent:#074351;--e-global-color-832f676:#FFFFFF;--e-global-color-039d849:#FFDE59;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-832f676 );}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{color:var( --e-global-color-primary );background-color:var( --e-global-color-832f676 );border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-primary );border-radius:36px 36px 36px 36px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{color:var( --e-global-color-832f676 );background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.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 *//* Tamaños de tipografía base */
html {
  font-size: 16px; /* Establece un tamaño de base para los dispositivos de escritorio */
  font-weight: 600;
}

/* Títulos principales (h1) */
h1 {
  font-size: 2.25rem; /* 36px */
  font-weight: 700;
  line-height: 1.2;
}

/* Subtítulos (h2) */
h2 {
  font-size: 1.5rem; /* 24px */
  font-weight: 600;
  line-height: 1.3;
}

/* Encabezados secundarios (h3) */
h3 {
  font-size: 1.25rem; /* 20px */
  font-weight: 600;
  line-height: 1.4;
}

/* Texto del cuerpo */
body {
  font-size: 1rem; /* 16px */
  line-height: 1.5;
  font-weight: 600;
}

/* Texto destacado o llamativo */
.highlight {
  font-size: 1.125rem; /* 18px */
  font-weight: 600;
}

/* Texto de pie de página */
footer p {
  font-size: 0.875rem; /* 14px */
  font-weight: 500;
  line-height: 1.4;
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
  html {
    font-size: 14px; /* Ajusta el tamaño de base para dispositivos móviles */
  }

  /* Ajusta los tamaños de tipografía según tus preferencias */
  h1 {
    font-size: 2rem; /* 32px */
  }

  h2 {
    font-size: 1.25rem; /* 20px */
  }

  /* Otros ajustes de tamaño para títulos y texto del cuerpo según sea necesario */
}/* End custom CSS */