.ocultar{display: none!important;}
.campos,#rechazado{
  display: none;
}

.campos label{
  font-family: "DIN_Light",sans-serif !important;
}

.tabla-texto{
  font-size: 16px;
}
#rechazado h3{
 font-family: "DIN_Medium",sans-serif; 
 font-size: 18px;
}
#rechazado ul{
  list-style: none;
  padding: 20px;
  margin: 0;
}

#rechazado ul li{
  margin-bottom: 10px;
   font-family: "DIN_Light",sans-serif;
}

.turnos_banner {
    height: 60px;
    background-image: url(../img/requisitos-banner.jpg);
    background-size: cover;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }

.turnos_banner h1{
    font-family: "DIN_Medium",sans-serif;
    text-align: center;
    color: #ffffff !important;
    font-size: 24px;
    margin: 39px 0 30px 0 !important;
}

.turnos_confirmacion{
    background-color: #d3ecd9;    
    border-radius: 10px;
    color:#221e1f;
}
.turnos_confirmacion_mensaje{

    background-color: #9D0733;
    width: 100%;
    border-radius: 10px;
    color:#fff;
    font-family: "DIN_Medium",sans-serif;
    padding: 10px;
    margin-bottom: 40px;
}

.turnos_confirmacion_mensaje p{

    text-align:left !important;
    margin-bottom: 0 !important;

}

.turnos_icono{

    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}




.turnos_data ul{
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    font-family: "DIN_Medium",sans-serif;

}

.turnos_linea{
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #221e1f;
    margin: 10px 0 10px 0;
}

.turnos_boton_f{

   font-family: "DIN_Medium",sans-serif; 
   color:#221e1f;
   padding: 15px;
   display: inline-block;
   background-color: transparent;
   border: none;
}

.turnos_boton a{

   font-family: "DIN_Medium",sans-serif; 
   color:#221e1f;
   padding: 15px;
   display: inline-block;
}

.turnos_boton a:hover{

   
   color:#9D0733;

}

.banner-apertura{
  margin-top: 15px;
}

.escritorio{
  display: block;
}
.movil{
  display: none;
}

@media (max-width:800px){

.escritorio{
  display: none;
}
.movil{
  display: block;
}
.turnos_icono{

    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.turnos_confirmacion_mensaje p{

    text-align:center !important;
    margin-bottom: 0 !important;

}

.tabla-texto{
  font-size: 14px;
}

}


@media print {
    header,footer,.navegacion,.turnos_banner,.turnos_boton,.turnos_boton_f,.turnos_confirmacion_mensaje {
      display: none;
    }
}   


.content-input input,
.content-select select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
 
.content-input input{
  visibility: hidden;
  position: absolute;
  right: 0;
}

.content-input{
  position: relative;
  margin-bottom: 30px;
  padding:5px 0 5px 60px; /* Damos un padding de 60px para posicionar el elemento <i> en este espacio*/
  display: block;
}
 
/* Estas reglas se aplicarán a todos las elementos i después de cualquier input*/
.content-input input + i{
 background: #f0f0f0;
 border:2px solid rgba(0,0,0,0.2);
 position: absolute; 
 left: 0;
 top: 0;
}
 
/* Estas reglas se aplicarán a todos los i despues de un input de tipo radio*/
.content-input input[type=radio] + i{
 height: 30px;
 width: 30px;
 border-radius: 100%;
 left: 15px;
}

.content-input input[type=radio] + i:before{
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  background: red;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
  background:#9D0733;
  transition: all 0.25s ease; /* Todas las propiedades | tiempo | tipo movimiento */
  transform: scale(0) /* Lo reducimos a 0*/ ;
  opacity: 0; /* Lo ocultamos*/
}



.content-input input[type=radio]:checked + i:before{
  transform: scale(1);
  opacity: 1;
}

.content-input:hover input[type=radio]:not(:checked) + i{
  background: #9D0733;
}

.ctzs-tapa{
  background-color: rgba(157,7,51,0.8);
  width: 100%;
  height: 349px;
  left: 0;
  top:0;
  position: absolute;
  z-index: 100;
  font-size: 30px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "DIN_Medium",sans-serif;
}

#titularInicio h1{
  font-family: "DIN_Medium",sans-serif;
  text-align: center;
  margin: 15px 0 0 0;
  color:#9D0733;;
  font-size: 30px;
}

@media (max-width:800px){

  #titularInicio h1{
  font-family: "DIN_Medium",sans-serif;
  text-align: center;
  margin: 15px 0 0 0;
  color:#9D0733;;
  font-size: 20px;
}

}

.home-banner{
  margin-top: 15px;
}

#operaciones-online
{
  padding-bottom: 60px;
}


#operaciones-online h1, #gestion-formularios h1{
  color:#ffffff;
}


#operaciones-online p:first-child{
    font-family: "DIN_Medium",sans-serif;
    color:#221e1f;
    margin: 60px 0;
}

#operaciones-online a .btn-iniciar {
  width: 60%;
  height: 60px;
  font-family: "DIN_Medium",sans-serif;
  text-align: center;
  background-color: #fbb214;
  line-height: 60px;
  margin: 15px auto 0 auto;
  color:#221e1f;


}

#operaciones-online a:hover .btn-iniciar {

  background-color: #221e1f;
  color:#fbb214;


}

#operaciones-online h2{
    font-family: "DIN_Medium",sans-serif;
    color:#221e1f;
    margin: 60px auto;
    text-align: center;
    font-size: 20px;
}

#operaciones-online .paso{
    width: 100%;
}

#operaciones-online .paso-numero{
    width: 100%;
    border:solid 1px #babcbf;
    border-radius: 10px;
    text-align: center;
    font-family: "DIN_Medium",sans-serif;
    color:#221e1f;
}

#operaciones-online .paso-numero span{
    width: 100%;
    border-bottom: solid 1px #babcbf;
    display: block;
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    color:#ff242e;
}

#operaciones-online .paso-numero img{
    display: block;
    width: 80px;
    margin: 0 auto 15px auto;
}

#operaciones-online h3{
    text-align: center;
    font-family: "DIN_Medium",sans-serif;
    color:#221e1f;
    font-size: 16px;
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #babcbf;
}

#operaciones-online p{
    font-family: "DIN_Light",sans-serif;
    color:#221e1f;
    font-size: 14px;
    text-align: center;
}

#operaciones-online .oo-horarios{

  width: 100%;
  padding: 10px;
  text-align: center;
   font-family: "DIN_Light",sans-serif;
   border:solid 1px #fbb214;
   margin-bottom: 60px;

}

#operaciones-online .oo-programa{
  width: 100%;
  padding: 10px;
  color:#ffffff;
  font-family: "DIN_Medium",sans-serif;
  text-align: center;
  background-color: #9d0733;
  margin-top: 60px;
  margin-bottom: 30px;

}

#operaciones-online .afiches{

  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;

}

#operaciones-online .afiches img{

 display: inline-block;
 

}

#operaciones-online .afiches span.seguridad{

 display: block;
 margin-top: 20px;
 font-family: "DIN_Light",sans-serif;
 font-size: 12px;
 margin-bottom: 40px;
 color:#221e1f;
 

}

#operaciones-online .afiches p{


 font-family: "DIN_Light",sans-serif;
 font-size: 11px;
 margin-bottom: 40px;
 color:#221e1f;
 text-align: left;
 

}

@media (max-width:800px){

  #operaciones-online a .btn-iniciar {

  margin: 15px auto 15px auto;



}
}

#acordionRequisitos .card-header, #acordionGestion .card-header{
  height: auto !important;
  padding-right: 65px;
}


#gestion-formularios h3{
    text-align: center;
    font-family: "DIN_Medium",sans-serif;
    color:#221e1f;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 30px;



}

#gestion-formularios p{
    text-align: left;
    font-family: "DIN_Light",sans-serif;
    color:#ffffff;
    font-size: 14px;
    


}

.ctzd-mensaje{

    text-align: left;
    font-family: "DIN_Light",sans-serif;
    color:#ffffff;
    font-size: 12px;
    margin-top: 8px;
}