body{
  background-color: : white;
  font-family: 'Lato', sans-serif;
}
.np{
  padding-left: 0px;
  padding-right: 0px;
}
.tamano-selected{
  width: 100%;
}
.titulo-form{
  font-weight: 700;
  color: #515151;
  font-size: 45px;
  margin-top: 25px;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.color-lineatitulo{
  background-color: #A00000;
  height: 6px;
  width: 30px;
  margin-top: 22px;
}
.text-intro{
  margin-top: 10px;
}
.text-intro p{
  color: #515151;
  font-family:400;
  font-size: 23px;
}

.titulo-form-aceptado{
  font-weight: 400;
  color: #414141;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.form-style{
  border-top: 1px;
  border-left: 1px;
  border-right: 1px;
  padding: 0px 0px;
  /*color: #B3B3B3;*/
  margin-top: -5px;
  font-size: 16px;
  font-family: 400 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.color-selected{
  color:#B3B3B3 !important;
}
.p-formstyle{
  color: #DC2415;
  padding-left: 0px;
  font-size: 13px;
  padding-top: 0px;
  margin-top: -15px;
  opacity: 0;
  transition: 0.2 all;
  font-weight: 400;
}

.parea-formstyle{
  color: #FF1D25;
  padding-left: 0px;
  font-size: 13px;
  padding-top: 0px;
  margin-top: 0px;
  opacity: 0;
  transition: 0.2 all;
  font-weight: 400;
}
.form-titulos{
  color: #59595B;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 400;
}
.color-condiciones{
    color: #414141;
    font-size: 14px;
    font-weight: 400;
}


.espacio-inputs{
  margin-top: 15px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 16px;
    color: #C5C5C5;
    font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */

    font-weight: 400;
}

::-ms-input-placeholder { /* Microsoft Edge */

    font-weight: 400;
}
.form-style:focus{
  border-color:#B3B3B3;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
}

.form-stylearea:focus{
  border-color:#B3B3B3;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
}
/*
input:invalid {
    border-color:#FF1D25;
}

input:valid {
  border-color:#39B54A;
} */
.espaciado-textarea{
  margin-top: 5px;
  height: 103px !important;
}
#EnviarForm{
  font-weight: 400;
  color: #B40F11;
  font-size: 18px;
  padding-left: 80px;
  padding-right: 80px;
  border: 2px solid #DC2415;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #DFDFDF;
  margin-top: 30px;
  margin-bottom: 30px;
  outline: none;
}
#iSalon{
      padding: 8px 0px 6px 0px;
}
.style-x{
  margin-top: -33px !important;
  position: fixed;
  font-size: 44px;
  margin-left: -40px;
  background-color: white;
  border-radius: 100px;
  width: 50px;
  color: black;
}
.style-titlemodal{
  font-weight: 400;
  font-size: 16px;
  color: #414141;
}
.modal-dialog{
  top: 0% !important;
}
.modal-body{
  color: #414141;
  font-weight: 400;
  text-align: justify;
  font-size: 15px;
}
.excepcion-colormodal{
  color:#E52731;
  font-weight: 400;
}
.espaciado-link a{
  font-weight: 400;
  color: #B40F11;
  font-size: 18px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #DFDFDF;
  border: 2px solid #DC2415;
  text-decoration: none;
  transition: 0.4s all;
}

.espaciado-link a:hover{
  font-weight: 400;
  color: #B40F11;
  font-size: 18px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #DFDFDF;
  border: 2px solid #DC2415;
  text-decoration: none;
  transition: 0.4s all;
}

.espaciado-link {
  margin-top: 30px;
  margin-bottom: 30px;
}
#rpta{
  color:#FF1D25;
  font-size: 13px;
  text-align: center;
font-weight: 400;
}

#rpta2{
  color:#FF1D25;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
font-weight: 400;
}
.departamento-select{
  font-weight: 400;
  text-align: right;
}

.efecto-ocultar{
  opacity: 0;
  transition: 0.4s all;
}
@media (min-width: 320px) {
  .titulo-form{
    font-size: 35px;
  }

  .color-lineatitulo {
    height: 5px;
    width: 20px;
    margin-top: 17px;
}
.text-intro p{

  font-size: 20px;
}

}/*Fin 320*/
@media (min-width: 375px) {


}/*Fin 375*/

@media (min-width: 425px) {


}/*Fin 425*/
@media (min-width: 560px) {
  .pad-form{
    padding-left: 20%;
    padding-right: 20%;
  }

}/*Fin 425*/

@media (min-width: 768px) {
  .pad-form{
    padding-left: 25%;
    padding-right: 25%;
  }
  .titulo-form{
    font-size: 38px;
  }
  .color-lineatitulo{
    height: 6px;
    width: 30px;
    margin-top: 22px;
  }

  .text-intro p{
    font-size: 23px;
  }
}/*Fin 768*/
@media (min-width: 992px) {

  .pad-form{
    padding-left: 33.333%;
    padding-right: 33.333%;
  }
}/*Fin 992*/

@media (min-width: 1200px) {
  .pad-form{
    padding-left: 30%;
    padding-right: 30%;
  }

}/*Fin 1200*/
