/*
Theme Name: CLM Sparkling Child 
Theme URI: http://colorlib.com/wp/themes/sparkling
Template: sparkling
Author: Antonio Rodriguez
Author URI: http://colorlib.com/
Description: Landing Diploma ELE
Version: 2.3.2.1477310613
Updated: 2022-02-24 12:03:33

*/
/* Ajuste espacio vertical */
html {
  margin-top: 0 !important;
}
/* Ajuste espacio vertical */
.post-inner-content {
  padding-top: 0;
}
/* Formulario de contacto */
input, select.wpcf7-select {
  background-color: #eee;
  border-width: 0 0 1px 0 !important;
  border-style: dashed !important;
  border-color: #555 !important;
  border-radius: 0 !important;
}
select.wpcf7-select {
  background-image: url() !important;
}
select.wpcf7-select {
  margin-top: 0 !important;
}
/* Formulario de contacto */
.box-form-diploma-ele {
  display: block;
  background-color: #eee;
  border: 1px solid #ccc;
  position: sticky;
  top: 0;
  padding: 15px 10px 0;
  max-width: 500px;
}
.box-form-diploma-ele h3 {
  color: #37a8e8;
  padding-left: 10px;
  margin: -5px 0 22px -5px;
  border-left: 5px solid #37a8e8;
  line-height: 1.3;
}
.texto-proteccion-datos p {
  font-size: .6em;
  line-height: 1;
  text-align: justify;
}
.question-form {
  font-size: .75em;
  line-height: 1.3;
}
.estilo-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.estilo-submit input {
  max-width: 280px;
}