
:root {
	--principalMensajeria: #16ABF2!Important;
	--secundarioMensajeria: #4CB7EA!Important;
	--terciarioMensajeria: #BAE2F5!Important;
}



@font-face {
    font-family: "Regular";
    src: url(../fonts/OpenSans-Regular.ttf);
    font-weight: 400;
    font-style: all;
}

@font-face {
    font-family: "Light";
    src: url(../fonts/OpenSans-Light.ttf);
    font-weight: 300;
    font-style: all;
}

@font-face {
    font-family: "Bold";
    src: url('../fonts/OpenSans-Bold.ttf');
    font-weight: 700;
    font-style: all;
}

body{
	font-family: "Regular", arial,sans-serif!Important;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Bold", arial,sans-serif!Important;
}

p{
	font-family: "Light", arial,sans-serif!Important;
}

.nav-wrapper .material-icons {
    color: #5d5d66;
}

nav a {
    color: #5d5d66;
}

#header {
    height: 130px!Important;
    background-color: #fff!Important;
}

#header img {
    margin-top: 25px!Important;
    height: 75px!Important;
}

.brand-logo img{
    height: 40px;
    margin-top: 12px;
    margin-right: 7px;
}

.color-primario-background{
	background-color: #FFFFFF;
}

.color-secundario-background{
	background-color: #05acef;
}

.datepicker-date-display {
	background-color: #05acef;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #05acef;
}