.color_presuyfac{
  background-color: #21adc5 !important;
}
.color_texto_presuyfac{
  color: #21adc5 !important;
}
.coloroscuro_presuyfac{
  background-color:#666 !important;
}

body{
  background-color: white !important;
}

.ul_presuyfac{
  margin-top: 0;
  padding-left: 0;
  padding-bottom: 12px;
  list-style: none;
  position: absolute;
  z-index: 2;
  top: 49px;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px var(--white-two);
  border-top: none;
}
.size_presuyfac{
  width: 50px;
  height: 50px;
  position: absolute;
}

.icono_presuyfac{
 width: 50px !important; 
 height: 50px !important;
 min-height: 50px;
}

.numero_en_circulo {
  border-radius: 50%;

  width: 36px;
  height: 36px;
  padding: 8px;
  background: #fff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  font: 32px Arial, sans-serif;
}

.tarjeta{
  width: 100%;
  display: inline-block;
  margin-bottom: 32px;
  position: relative;
}

.contenido_tarjeta{
  margin-left: 48px;
}

.lista_tarjeta{
  padding-left: 0;
  margin: 0;
}
.titulo_tarjeta{
  font-size: 18px;
  font-weight: 600;
  margin: 8px;
  padding-left: 10px;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.bodylogin {
  background-image: url('../images/fondo_login.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

