/* MAIL FORM */

/* Espaciados reutilizables */
.pb-5 {padding-bottom:5px;}
.pt-5 {padding-top:5px;}
.mb-5 {margin-bottom:5px;}
.mt-5 {margin-top:5px;}
.mb-10 {margin-bottom:10px;}

/* Etiquetas en formulario de contacto */
.prev-contact label {
  color: #ffffff;
}

/* Mensajes de estado */
.bad {
  background: brown;
  padding: 10px;
  display: table;
  color: #ffffff;
  font-weight: bold;
}

.good {
  background: lightseagreen;
  padding: 10px;
  display: table;
  color: #ffffff;
  font-weight: bold;
}

/* ------------------------------- */
/* ESTILOS MEJORADOS FORMULARIO MAILCHIMP */
/* ------------------------------- */

#mc_embed_signup {
  background: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

#mc_embed_signup h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #333;
}

#mc_embed_signup p {
  color: #666;
  margin-bottom: 1.5rem;
}

#mc_embed_signup label {
  display: block;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 4px;
  color: #555;
}

#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
  box-sizing: border-box;
}

#mc_embed_signup .button {
  margin-top: 20px;
  background-color: #8CB369;
  border: 2px solid #678248;
  color: white;
  font-weight: bold;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#mc_embed_signup .button:hover {
  background-color: #678248;
}

.client-row h4 {
  font-size: 0.9rem;
  color: #555;
  margin-top: 1.5rem;
  line-height: 1.4;
}