/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */

 /**
	  Colores Logo:

	  Azul -->  #1B3E6F
	  Plata --> #9FA6AB
 **/

 .icon.blue-platinum-bg{
 	background-color: #1B3E6F;
 	color: white;
 }

 .gray-platinum-bg{
 	color: #9FA6AB;
 }

 .black-platinum-bg{
 	color: #000000;
 }

 .logox {
 	max-height: 50px;
 	max-width: auto;
 }

 .icon.extra-large {
  font-size: 72px;
  width: 200px;
  height: 1200px;
  line-height: 97px;
}

.blue-platinum-bg{
 	background-color: #1B3E6F;
 	color: white;
 }