/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.blue-w{
	background-color: #2c3142 !important;
}

.blue-w-text{
	color: #2c3142 !important;
}

.logo {
	padding-top: 3px;
    height: 55px;
}

.title{
	font-size: 2.5em;
    color: #272B38;
    line-height: 1;
}

button{
	background-color: green !important;
}

.gris{
	background-color: #e0e2eb !important;
}

.azul-oscuro{
	background-color: #6e87e1;
}

.azul-claro{
	background-color: #7a98f9;
}

.font-10{
	font-size: .8em;
}