/* Fondos */
.fondo{
    background:rgb(235, 235, 235);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
  }
  .dropdown-item {
    padding: 0.60rem 1rem !important;
  }

.btn-info {
    background: #0d9cb3 !important;
    border: #0d9cb3 !important;
  }

.bg-naranja {
    background-color: #F57B03;
}

.bg-verde {
    background-color: #05742a;
}

.bg-rojo {
    background-color: #b1162c;
}

.bg-morado {
    background-color: #6C038A;
}

.badge {
    font-size: 0.84em !important;
    font-family: sans-serif !important;
}

.bg-dark1 {
    background-color: #fcfcfc !important;
    color: #283130;
    border: 1px solid #d6d6d6;
  }
/*/ inputs colores */
.inputverde {
    border-bottom: 5px solid #05742a;
}
.inputrojo {
    border-bottom: 5px solid #b1162c;
}
.inputnaranja {
    border-bottom: 5px solid #F57B03;
}
.inputmorado {
    border-bottom: 5px solid #6C038A;
}
.inputgris {
    border-bottom: 5px solid #e6e6e6;
}
/*
Disponible
verde cuando hay dinero y rojo cuando esta en ceros

Solicitado
naranja

comprobado
morado.

*/
/* Espaciados */
.espaciotexto{
    line-height: 1cm;
}

.espaciodivarriba{
    padding-top: 8px;
}
.espaciodivabajo{
    padding-bottom: 1px;
}

/* Alineacion */

.texto-alineacion-right{
    text-align: right;
}

/* Circulo */
#fa-circleazul {
    color: #1090e6;
}

/* Textos */
.titulos{
    font-family: Helvetica;
     color: #3b3b3b;
     font-size: .8cm;
     letter-spacing: -.8px;
     font-weight: bold;
     font-size: 1.7rem;
}

.subtitulos{
    font-family: arial;
     color: #3b393d;
     font-size: .6cm;
     font-weight: bold;
     letter-spacing: -.3px;
     font-size: 1.4rem;
}

.subtitulos2{
    font-family: arial;
     color: #3b393d;
     font-size: .6cm;
     font-weight: bold;
     letter-spacing: -.3px;
     font-size: 1rem;
}

.textonegrita{
    font-family: sans-serif;
    font-weight: 600;
    color: rgb(83, 80, 80);
    font-size: 14px;
}

.texto{
    font-family: sans-serif;
     color: rgb(54, 51, 51);
     font-size: 14px;
}
.textosmall{
    font-size: 13px;
}

/* Formulario */
@media (max-width: 2500px) and (min-width: 501px)  {
    .formulario{
        padding: 1.4cm;
        background: rgb(255, 255, 255);
        border-radius: 6px;
    }
  }

 @media (max-width: 500px) and (min-width: 0px)  {
    .formulario{
        padding: .7cm;
        background: rgb(255, 255, 255);
        border-radius: 6px;
    }
  }


a {
    text-decoration: none !important;
    color: rgb(230, 10, 113);
    font-weight: 500;
  }

.btn-primary{
    background: #05458f !important;
    border-color: #05458f !important;
}


