
/*-------------------------------------------------------------------------------------------*/
/*-------- FONDOS ---------------------------------------------------------------------------*/


/*---- AZULES ------------------------ */
.fondo-azul-muy-claro{
  background-color: #e3f2fd !important;
}

.fondo-azul-claro{
  background-color: #3F9FB8 !important;
}

.fondo-azul{
  background-color: #337ab7 !important;
}

.fondo-azul-oscuro{
  background-color: #1a237e !important;
}


/*---- VIOLETAS ------------------------ */
.fondo-violeta-claro{
  background-color: #9575cd !important;
}

.fondo-violeta{
  background-color: #673ab7 !important;
}

.fondo-violeta-oscuro{
  background-color: #311b92 !important;
}


/*---- BLANCOS  ---------------------- */
.fondo-blanco{
  background-color: #fff !important;
}





/*---- GRISES ---------------------- */

.fondo-grisazulado-claro{
  background-color: #dbe4ed !important;
}

.fondo-gris-muymuy-claro{
  background-color: #f2f2f2 !important;
}

.fondo-gris-muy-claro{
  background-color: #eeeeee !important;
}

.fondo-gris-claro{
  background-color: #e4e4e4 !important;
}

.fondo-gris{
    background-color: #DBDBDB !important;
}

.fondo-gris-oscuro{
  background-color: #2A2A2A !important;
}

.fondo-gris-medio{
  background-color: #4D4D4D !important; /*gris de la marca*/
}


/*---- ROJOS ---------------------------- */
.fondo-rojo-claro{
  background-color: #ef5350 !important;
}

.fondo-rojo{
  background-color: #d32f2f !important;
}

.fondo-rojo-oscuro{
  background-color: #b71c1c !important;
}


/*---- ROSAS ---------------------------- */
.fondo-rosa-claro{
  background-color: #f06292 !important;
}

.fondo-rosa{
  background-color: #e91e63 !important;
}

.fondo-rosa-oscuro{
  background-color: #ad1457 !important;
}



/*----- TRANSPARENTE -------------------- */
.fondo-transparente{
  background-color: transparent !important;
}



/*---- VERDES ---------------------- */
.fondo-verde{
  background-color: #8EB737 !important; /*verde de la marca*/
}


.fondo-verde-oscuro{
  background-color: #678527 !important;
}

.fondo-verde-muy-oscuro{
  background-color: #4f661d !important;
}








/*-------------------------------------------------------------------------------------------*/
/*-------- LETRAS ---------------------------------------------------------------------------*/


/*----- AZULES --------------------------*/

.letra-azul-claro{
  color: #007bff !important;
}

.letra-azul{
  color: #337ab7 !important;
}

.letra-azul-oscuro{
  color: #1a237e !important;
}


/*---- BLANCOS  ----------------------*/
.letra-blanca{
  color:#fff !important;
}


/*---- GRISES  ----------------------*/

.letra-gris-muy-claro{
  color:#f5f5f5 !important;
}

.letra-gris-claro{
  color:#e0e0e0 !important;
}

.letra-gris-medio{
  color:#9e9e9e !important;
}

.letra-gris{
  color:#616161 !important;
}

.letra-gris-oscuro{
  color:#424242 !important;
}

.letra-gris-muy-oscuro{
  color: #212121 !important;
}


/*---- NEGROS ----------------------- */
.letra-negra{
  color: #000000 !important;
}

/*---- ROJOS  ----------------------*/

.letra-roja{
  color: #c62828 !important;
}


/*---- VERDES  ----------------------*/

.letra-verde{
  color: #558b2f !important;
}



/*------- SOMBRE DE LETRA -------------------------*/
.letra-sombra-blanca{
  text-shadow: 2px 2px 2px white;
}


