@font-face {
	font-family: 'graphik_regularregular';
	src: url('../fonts/graphikregular-webfont.woff2') format('woff2'), url('/fonts/graphikregular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@charset "utf-8";
.navbar-custom1 .nav > li > a:focus,
.navbar-custom1 .nav > li > a:hover,
.navbar-custom1 .nav > li.active > a {
	background-color: #e8e8e8;
	color:#154189;
}
.navbar-custom1 .navbar-nav > li > a {
	color: #333;
}

.carousel-inner > .item > img {
	margin: 0 auto;
}

.circulo {
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	width: 100%;
	position: relative;
}
.circulo-border {
	border: 1px solid black;
}
.circulo-solid {
	background-color: #09C;
}
.circulo:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.circulo-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}
.marca-texto {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1em;
	line-height: 1em;
	font-size: 2em;
	color: #FFF;
}

.bigicon {
	font-size: 24px;
	color: #36A0FF;
}

body {
	padding-top:160px;
	color: #006838;
	font-size:1.5em;
	font-family: graphik_regularregular;
}

/* responsive text queries */
@media screen and (max-width: 992px) {
  p,.btn,input,div,span,h4 {
    font-size: 100%;
  }
  h1 {
    font-size: 24px;  
  }
  h2 {
    font-size: 22px;  
  }
  h3 {
    font-size: 18px;  
  }
}

@media screen and (max-width: 768px) {
  p,.btn,input,div,span,h4 {
    font-size: 100%;
  }
  h1 {
    font-size: 20px;  
  }
  h2 {
    font-size: 18px;  
  }
  h3 {
    font-size: 16px;  
  }
}
