.elementor-kit-7{--e-global-color-primary:#21362C;--e-global-color-secondary:#21362C;--e-global-color-text:#21362C;--e-global-color-accent:#9C7492;--e-global-color-aac597b:#EAE6F2;--e-global-color-c1594a4:#F7F4F1;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lora";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lora";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-primary );background-color:#F7F4F1;}.elementor-kit-7 a{color:var( --e-global-color-accent );font-weight:600;font-style:normal;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 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;
  font-family: Lora;
}

/* Títulos principales (h1) */
h1 {
  font-size: 2.25rem; /* 36px */
  font-weight: 500;
  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: 400;
  line-height: 1.4;
  font-style: italic;
}

/* 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 */
}
Copy code
/* Estilo para enlaces dentro de párrafos *//* End custom CSS */