input:focus:required:invalid {
  border:1px solid #ff0000;
}
textarea:focus:required:invalid {
  border:1px solid #ff0000;
}
email:focus:required:invalid {
  border:1px solid #ff0000;
}

.ali-form{
        margin-left:60px;
    }

.spa-banner{
    margin-bottom:25px;
}

.fondo-form{
    background: #ededed;
}

.etiquetas-form{
    color:#032743;
    font-size:13px;
    font-weight: 500;
    float: left;
    text-transform:uppercase;
}

.titulo-form{
    color:#184b81;
}

.linea-caja{
    border-bottom: 0.3rem solid #0069b7;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width:100%;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.tmn-caja{
    height:56px !important;
}

.boton-malva{
    font-size: 18px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: #0160a8;
    color: #fff;
    border: 1px solid;
    padding: 0 50px;
    position: relative;
    font-size: 16px;
    border-radius: 0.3rem;
}

.boton-malva:hover{
    background: #018ffc;
}

.espacio-celda-malva{
    margin-bottom: 1.9rem;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

@media(max-width: 1200px){
    .ali-form{
        margin-left:0px;
    }
    .spa-banner{
    margin-bottom:-56px;
    }
}

.btn-file {
  position: relative;
  overflow: hidden;
  padding: 7px;
  font-size: 13px;
  width:100%;
  cursor: pointer;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: auto;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  display: block;
  cursor: pointer;
}