.error-message {
  font-size: 13px;
  color: #f00;
}

.leyenda-cotiza {
  font-size: 12px;
  font-weight: bold;
  margin-top: 37px;
  color: #fff;
  text-align: center;
}

.texto-encabezado {
  font-size: 22px;
  color: #fff;
  margin-top: 15px;
  font-weight: 700;
}

.subtitulo-cotiza {
  font-size: 14px;
  color: #fff;
}

.padding-bottom-cero {
  padding-bottom: 0 !important;
}

.fondo-cotiza {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
}

.datos-auto h2,
.datos-auto h3,
.datos-cliente h2,
.datos-cliente h3,
.datos-cotizacion h2,
.datos-cotizacion h3 {
  color: #fff;
}

.datos-auto h2,
.datos-cliente h2,
.datos-cotizacion h2 {
  font-size: 25px;
}

.datos-auto h3,
.datos-cliente h3,
.datos-cotizacion h3 {
  font-size: 23px;
}

.contenedor-form {
  margin: 0 10px 10px 10px;
}

.full-weight {
  font-weight: 700;
}

.fondo-cotiza label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.fondo-cotiza input {
  border-radius: 0.25rem;
}

.fondo-cotiza .form-control {
  border: 1px solid #646363;
}

.fondo-cotiza .btn-primary {
  background-color: #226bb3;
  border-color: #226bb3;
  font-size: 16px;
  padding: 4px 22px;
  font-weight: 600;
  margin: 2rem 0;
}
