.btn[type=submit]{
  font-size: 15px;
  line-height: 1.42857;
}
.titulo-seccion {
  margin: 0 0 2em 0;
  text-align: center;
  padding: 1rem 0 !important;
  font-weight: bold;
  font-size: 1rem;
}
.linea-titulo {
  line-height: 0.5;
  text-align: center;
  overflow:hidden;
}
.linea-titulo span {
  display: inline-block;
  position: relative;
}
.linea-titulo span:before,
.linea-titulo span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #e8e8e8;

  top: 0;
  width: 1000px;
}
.linea-titulo span:before {
  right: 100%;
  margin-right: 15px;
}
.linea-titulo span:after {
  left: 100%;
  margin-left: 15px;
}

.hide_d{
  display: none;
}

.input-icon{
  position: relative;
}

.input-icon .icon{
  position: absolute;
  right: 3px;
  top: 8px;
}

.input-icon .icon.hide,
.btn.hide{
  display: none;
}

.input-label{
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  box-sizing : border-box;

}

.input-label label{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  line-height: 1;
  vertical-align: baseline;
  background-color: #E8E8E8;
  background-image: none;
  padding: .5833em .833em;
  color: rgba(0, 0, 0, .6);
  text-transform: none;
  font-weight: 700;
  border: 0 solid transparent;
}

.input-label input{
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 0;
  box-sizing : border-box;
  width: 0 !important;
}

.in_upper{
  text-transform: uppercase;
}
.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.img_identificacion,
.img_identificacion_contacto{
  width: 100%;
  max-width: 150px;
  margin: auto;
  cursor: pointer;
}

.contenedor_img,
.contenedor_img_contacto{
  margin-bottom: 0;

}

#quitar_img.hide,
#quitar_img_contacto.hide{
  display: none;
}

.hide{
  display: none;
}

.alert {
  padding: 1rem !important;
  background-color: #2196F3;
  color: white;
  margin-bottom: 1rem !important;
  font-size: 12px;
  font-weight: 400;
}

.alert .icon_cerrar{
  float: right;
  cursor: pointer;
}

.no_editable{
  border-color: #ccc !important;
  background-color: #eee !important;
  color: #555 !important;
  cursor: not-allowed;
  pointer-events: none;
}

.contenedor_correo .form-group,
.contenedor_telefono .form-group,
.contenedor_certificado .form-group,
.contenedor_referencias .form-group,
.contenedor_auxiliares .form-group{
  position: relative;
}

.btn_quitar{
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-size: 1.5rem !important;
  color: red;
  cursor: pointer;
  opacity: 0 !important;
  transition: opacity 0.1s ease-in-out;
  color: #F26175;
}

.btn_quitar:hover{
  color: #f0455c;
}


.form-group:hover .btn_quitar,
.contenedor_telefono .row:hover .btn_quitar,
.contenedor_certificado .row:hover .btn_quitar,
.contenedor_referencias .row:hover .btn_quitar,
.contenedor_auxiliares .row:hover .btn_quitar{
  opacity: 1 !important;

}

.form-group label,
label.title_f{
  font-weight: 600;
  font-size: 0.8rem;
}

.btn.white{
  background: #fff;
  color: #545454;
  border: 1px solid #b6b6b6;
  width: 100%;
  max-width: 130px;
  overflow: hidden;
}

#solicitud_psp{
  margin-bottom: 2rem;
}


.back_row{
  background: #f3f3f3;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  position: relative;
}


.btn.green{
  background: #21ba45;
}

.btn.green:hover, .btn.green:focus {
  outline: 0;
  text-decoration: none;
  background: #16ab39;
  color: #fff;
}

.btn.green:active {
  background: #16ab39;
  color: #fff;
}

hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e8e8e8;
  margin: 1em 0;
  padding: 0;
}
.field .label.prompt{
  display: none;
}

.field.error{
  color: #db2828;
}
.field.error input::placeholder{
  color: #db2828;
  opacity: 0.3;
}
.field.error input{
  border: 1px solid #db2828;
  color: #db2828;
}
.field.error .label.prompt{
  display: block;
  font-size: 12px;
  text-align: center;
}

#curp,
#curp_contacto,
input[name='curp_auxiliar[]']{
  text-transform: uppercase;
}

.icon.ion-checkmark-round,
.icon.ion-close-round{
  top: 5px;
}
.icon.ion-checkmark-round{
  color: #016936;
}
.icon.ion-close-round{
  color: #B03060;
}

.form-group.error{
  color: #db2828;
}
.form-group.error .label.prompt {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #db2828;
}
.g-recaptcha div:first-child{
  margin: auto;
}
