.table-listado-cursos {
  color: #063D63;
}

.table-listado-cursos thead th {
  font-size: 28px;
  font-weight: 700;
  text-transform: none
}

.table-listado-cursos td span {
  font-family: 'Saira';
  font-size: 20px;
  border: 2px solid #063D63;
  border-radius: 24px;
  padding: 10px 20px;
}

.disabled {
  pointer-events: none;
}

.table-listado-cursos td span.disabled {
    background-color: #e9ecef;
    opacity: 1;
}
  
h2 {
  margin: 80px 0 40px 0;
}

.step-text {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #063D63;
}

.divided {
  display: flex;
  align-items: center;
}

.divider {
  flex-grow: 1;
  border-bottom: 1px solid #063D63;
  margin: 5px 30px;
  margin-bottom: -35px;
}

/* Style the form */
#contractForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
  padding-bottom: 150px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

input.invalid:focus {
  background-color: #ffdddd !important;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 90px;
  height: 97px;
  width: 97px;
  margin: 0 2px;
  background-color: #0A9ED9;
  border: none;
  border-radius: 50%;
  display: inline-block;
}

/* Mark the active step: */
.step.active {
  background-color: #063D63;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  /*background-color: #04AA6D;*/
}

#contractForm label {
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
}

#contractForm .form-check label {
  font-size: 24px;
  font-weight: normal;
  margin: -3px 0 15px 35px;
}

#contractForm .form-check-input {
  width: 30px;
  height: 30px;
}

#contractForm input {
  border: 2px solid #063D63;
  border-radius: 24px;
  font-size: 22px;
  line-height: 35px;
  height: auto;
  padding: 10px 25px;
  margin-bottom: 20px;
}

#contractForm ul {
  list-style: inherit;
  margin:0 0 40px 40px;
}

/* FIX teléfono*/
.iti {
    display: block !important;
}

.iti__flag-container {
  margin-left: 10px;
}

.iti--separate-dial-code .iti__selected-flag  {
  background-color: inherit !important;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: inherit;
}

.datos-pedido {
  font-family: 'Saira';
  background: rgba(217, 217, 217, 0.2);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;

  /* Fix para evitar scroll horizontal móvil */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;

}

.datos-pedido h2 {
  font-family: 'Lato';
  margin: 20px 0;
}

.datos-pedido p {
  font-size: 22px;
  color: #063D63;
}

.datos-pedido .producto-ficha .descripcion {
  font-size: 24px;
}

.datos-pedido .producto-ficha .descripcion div {
  margin: 30px 0;
}

.datos-pedido .producto-ficha .descripcion img {
  margin-top: -8px;
  margin-right: 2px;
}

.datos-pedido .producto-ficha .descripcion strong {
  font-size: 30px;
}

.datos-pedido .producto-ficha .descripcion span {
  display:block;
  padding-left:30px;
  margin-bottom: 30px;
  line-height: 50px;
}

.datos-pedido .producto-ficha .descripcion .coste {
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  text-align: right;
}

.card {
  font-family: 'Saira';
  font-size: 24px;
  color: #063D63;
  border: 3px solid #0A9ED9;
  border-radius: 20px;
  background: #F7F7F7;
  margin-bottom: 20px;
}

.card-header {
  font-weight: 500;
  background-color: inherit;
  border-bottom: none;
  padding: 0;
  border-radius: 20px !important;
}

.card-header a {
  display: block;
  padding: 20px;
}

.card-header a .leer-condiciones {
  font-size: 20px;
  float: right;
  padding-right: 40px;
}

.card-header a .leer-condiciones::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/arrow-down-azul.svg) center 4px no-repeat;
  background-size: 28px;
  position: absolute;
  margin-left: 5px;
}

.card-header a.active .leer-condiciones::after {
  transform: rotate(180deg);
  background-position-y: -2px;
}

.card-body {
  border-top: 3px solid #0A9ED9;
  padding: 20px;
  height: 250px;
  overflow-y: scroll;
  margin-bottom: 15px;
}

.card-body p {
  font-size: 24px;
  color: #063D63;
}
