/*
Theme Name: Gugas
Template: oktan
*/
/* Btn promos */
button.promociones {
  font-size: 15px;
  font-weight: bold;
  border: 0;
  padding: 10px 10px 5px 10px;
  margin: 0 5px 20px 5px;
}

.verde {
  background-color: #7B9646;
  color: #fff;
  padding: 10px 25px 6px 25px !important
}

.naranja {
  background-color: #ff8000;
  color: #fff;
}

.cepsa {
  background-color: #d52b1e;
  color: #fff;
}

p.promociones{
	margin-bottom: 0;
}

p.promo-cepsa{
	margin-bottom: 2% !important;
	font-size: 12px;
	font-weight: 400;
}

/* Formulario pasos */
#multi-step-form.fw-large-container .fw-progress-bar {
  width: 200% !important;
}

#multi-step-form .fw-step-block {
  margin-bottom: 25px !important;
}

#multi-step-form .fw-text-input, #multi-step-form .fw-text-input[type="text"], #multi-step-form .fw-textarea, #multi-step-form input.msfp-registration-input {

  margin-bottom: 10px !important;
}

#multi-step-form .fw-wizard-step-container h3 {
  margin: 10px 0 15px 0 !important;
}

#multi-step-form .fw-wizard-step-container h3 {
  font-weight: bold !important;
}

#multi-step-form .fw-textarea {
  min-height: 100px !important;
}
#multi-step-form .fw-btn-submit {
  background: #000 !important;
}

/* Formulario contacto */
input[type="checkbox"] {
  display: inherit !important;
}

.wpcf7-list-item-label {
  font-weight: 300;
  font-size: 12px;
}