.ast-header-break-point .main-header-bar {
  background-color: #141e30;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.ast-site-identity .site-title {
  color: white;
  font-weight: 700;
  font-size: 1.6rem;
}

.main-header-menu a {
  color: white;
  padding: 10px 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.main-header-menu a:hover {
  color: #ff6f00;
}





body, p {
  font-weight: 400; /* o incluso 500 si tu fuente lo permite */
}


.hero-section {
  background: linear-gradient(135deg, #141e30, #243b55);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.hero-section h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: white; /* AÑADE ESTA LÍNEA */
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

.hero-section .hero-btn {
  background-color: #ff6f00;
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.4px;
  transition: all 0.3s ease;
}



.hero-section .hero-btn:hover {
  background-color: #e65c00;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}




/* SECCION */

.courses-section {
  padding: 60px 20px;
  background: linear-gradient(180deg, #f5f7fa 0%, #eef1f4 100%);
  text-align: center;
}

.courses-section h2 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #141e30;
}

/* Tarjetas de curso */
.ld-course-list-items .ld_course_grid {
  border: 1px solid #e1e1e1;
  border-radius: 16px;
  padding: 16px;
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  max-width: 360px;
  margin: 0 auto;
}

.ld-course-list-items .ld_course_grid:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* Título del curso */
.ld-course-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 12px 0 8px;
  color: #243b55;
}

/* Botón principal */
.learndash-wrapper .ld-button {
  background-color: #ff6f00;
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: bold;
  color: white !important;
  text-transform: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.learndash-wrapper .ld-button:hover {
  background-color: #e65c00;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Texto de progreso */
.ld-progress-percentage {
  font-size: 0.8rem;
  color: #555;
  margin-top: 6px;
  font-weight: 500;
}

/* Etiquetas de estado */
.learndash-wrapper .ld-status {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #2563eb;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.learndash-wrapper .ld-status.completed {
  background-color: #16a34a;
}


/* SECCION */

.benefits-section {
  background-color: #243b55;
  color: white;
  padding: 80px 20px;
  text-align: left;
}

.benefits-section h2 {
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #fff;
}

.benefits-section .wp-block-column {
  padding: 20px;
}

.benefits-section h4 {
  font-size: 1.3rem;
  margin-top: 10px;
  color: #ff6f00;
}

.benefits-section p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 15px; /* antes tenías 10px */
}

.benefits-section .wp-block-column {
  transition: transform 0.3s ease;
}

.benefits-section .wp-block-column:hover {
  transform: translateY(-5px);
}


/* SECCION */


.testimonials-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
  text-align: center;
}

.testimonials-section h2 {
  font-size: 2rem;
  margin-bottom: 50px;
  color: #141e30;
}

.testimonials-section .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.testimonials-section img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonials-section strong {
  display: block;
  margin-top: 10px;
  color: #243b55;
  font-size: 1rem;
}

.testimonials-section em {
  display: block;
  font-style: normal;
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 10px;
}

.testimonials-section p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

.testimonials-section .wp-block-column {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.testimonials-section .wp-block-column:hover {
  transform: translateY(-5px);
}


/* SECCION */


.cta-section {
  background: linear-gradient(135deg, #243b55, #141e30);
  color: white;
  padding: 100px 20px;
  text-align: center;
}

.cta-section h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: white; /* Añade esto */
}


.cta-section p {
  font-size: 1rem;
  margin-bottom: 40px;
}

.cta-btn {
  background-color: #ff6f00;
  color: white;
  padding: 14px 34px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background-color: #e65c00;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.cta-section .cta-btn {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.cta-section {
  text-align: center;
}


/* SECCION */


.site-footer {
  background-color: #141e30;
  color: white;
  text-align: center;
  padding: 40px 20px;
  font-size: 0.9rem;
}

.site-footer a {
  color: #ff6f00;
  text-decoration: none;
  font-weight: 500;
}

.site-footer a:hover {
  text-decoration: underline;
}




/* SECCION */

.contact-section {
  background-color: #f5f5f5;
  color: #141e30;
  padding: 60px 20px;
  text-align: center;
   border-top: 1px solid #ddd;
}

.contact-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.contact-section p {
  font-size: 1rem;
  margin-bottom: 40px;
  color: #555;
}

.contact-section .wpforms-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.contact-section .wpforms-form input,
.contact-section .wpforms-form textarea {
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 14px;
  font-size: 0.93rem;
}

.contact-section .wpforms-form button {
  background-color: #ff6f00;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-section .wpforms-form button:hover {
  background-color: #e65c00;
}

.contact-section .wpforms-submit-container button {
  background-color: #ff6f00 !important;
  color: white !important;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-section .wpforms-submit-container button:hover {
  background-color: #e65c00 !important;
}

/* SECCION */

@media (max-width: 768px) {
  .contact-section,
  .testimonials-section,
  .cta-section {
    padding: 50px 20px;
  }
}
