@charset "utf-8";
/* CSS Document */

html,
body {
	margin-top:0px;
	padding:0px;
	overflow-x:hidden;

}

/*
.bg {
    background-attachment: fixed;
    background-image: url("images/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
*/

.matter {
font-family: Montserrat, sans-serif;
	text-align:justify;
	font-size:17px;
	color:#757588;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
}

.red {
	background-color:#035398;
	display:inline-block;
	padding: 10px;
	color: #fff;
}

.active {
	background-color:#035398;
}	


/*Responsive code
X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap

Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  }
/*Responsive code*/
