/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1750234954
Updated: 2025-06-18 08:22:34

*/

/*BLOG*/

/*GRADIANTE SLIDE BLOG*/

.blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(211,211,211,0.65) 2%, rgba(211,211,211,0) 100%);
  z-index: 1;
  pointer-events: none;
}


/*FORMULARIO*/

/* Estilo general del formulario */
#wpforms-form-864 {
  background: rgba(1, 109, 122, 0.7);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Mulish', sans-serif;
}

/* Etiquetas */
.wpforms-field-label {
  display: block;
  font-weight: 700 !important;
  margin-bottom: 6px;
  color: #ffffff !important;
  font-size: 17px;
}

/* Inputs y textarea */
.wpforms-field input,
.wpforms-field textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 1rem;
  transition: all 0.3s ease;
  background-color: #ffffff !important;
  font-family: 'Mulish', sans-serif;
}



/* Botón de enviar */
#wpforms-submit-864 {
  background: linear-gradient(90deg, #7bd6d0 0%, #007c91 100%);
  color: #fff;
  text-transform: uppercase;
  font-family: 'Mulish', sans-serif;
  font-weight: 700 !important;
  font-size: 14px;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 2.2rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 124, 145, 0.2);
}

#wpforms-submit-864:hover {
  transform: scale(1.15);
  box-shadow: 0 12px 25px rgba(0, 124, 145, 0.3);
}

/* ---------- Responsive ---------- */

/* Tablet */
@media (max-width: 768px) {
  #wpforms-form-864 {
    padding: 0.9rem;
  }

  .wpforms-field-label {
    font-size: 16px;
  }

  .wpforms-field input,
  .wpforms-field textarea {
    font-size: 14px;
  }
}

/* Móvil */
@media (max-width: 480px) {
  .wpforms-field-label {
    font-size: 14px;
  }

  .wpforms-field input,
  .wpforms-field textarea {
    font-size: 13px;
  }

  #wpforms-submit-864 {
    font-size: 12px;
    padding: 0.8rem 2rem;
  }
}

@media (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.8);
    transform-origin: top left;
    
  }
}
