.elementor-15852 .elementor-element.elementor-element-66421b0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-15852 .elementor-element.elementor-element-137dcdd{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for edudeme-contactform, class: .elementor-element-137dcdd *//* Estructura */
.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
}

/* Columnas */
.form-col {
  flex: 1 1 calc(50% - 10px);
}

.form-full {
  flex: 1 1 100%;
}

.form-convenios input,
.form-convenios select,
.form-convenios textarea {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border-radius: 12px;
  border: 1px solid #B0B0B0 !important;
  color: #111111 !important;
  background: #fff;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.form-convenios input:focus,
.form-convenios select:focus,
.form-convenios textarea:focus {
  border-color: #B0B0B0 !important;
  outline: none;
}

.form-convenios input::placeholder,
.form-convenios textarea::placeholder,
.form-convenios select::placeholder {
  color: #555555 !important;
  font-family: 'Poppins', sans-serif;
}

/* Botón */
.form-convenios input[type="submit"],
.form-convenios .wpcf7-submit {
  background-color: #013B5B;
  color: #fff !important;
  border: none;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: background-color 0.3s ease;
}

.form-convenios input[type="submit"]:hover,
.form-convenios .wpcf7-submit:hover {
  background-color: #ffa500 !important; 
  color: #fff !important;
}
.form-convenios input[type="submit"]:hover,
.form-convenios .wpcf7-submit:hover {
  background-color: #041A25;
}

/* Responsive */
@media (max-width: 768px) {
  .form-col {
    flex: 1 1 100%;
  }
}/* End custom CSS */