.elementor-kit-1727{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-1727 e-page-transition{background-color:#FFBC7D;}.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-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 *//* Tipografía general */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #222;
  line-height: 1.6;
  background-color: #ffffff;
}

/* Títulos principales */
h1 {
  font-size: 42px;
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

/* Párrafos */
p {
  font-size: 17px;
  color: #333;
  margin-bottom: 18px;
}

/* Botones */
.elementor-button,
button,
a.button {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  background-color: #C1272D; /* Rojo burdeos o similar */
  color: #fff;
  border: none;
  padding: 16px 28px;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.elementor-button:hover,
button:hover,
a.button:hover {
  background-color: #a61e25;
  color: #fff;
}

/* Secciones destacadas */
section, .elementor-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Listas con check */
ul.check-list li::before {
  content: '✅';
  margin-right: 8px;
  color: #28a745;
  font-size: 18px;
}

/* Formulario */
input[type="text"],
input[type="email"],
textarea {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 16px;
}

/* Menú superior */
.elementor-nav-menu a {
  font-size: 16px;
  font-weight: 500;
  color: #2/* End custom CSS */