@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

p, ul{
  color: #393a3f;
  font-size: 16px;
}

p.subtitulo_topo{
 color: #659CC1;
 font-size: 14px;
 font-weight: bold;
}

p.txt-branco-2{
 color: #fff;
 font-size: 14px !important;
  margin-top: -0.5rem;
}

.fonte_bt {
    color: #FFF;
    font-size: 27px;
}

a{
  color: #0054b3;
  font-size: 18px;
}

a:hover{ 
  color: #0054b3;
  text-decoration: none;
}

a.link{
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

a.link:hover{ 
  color: #fff;
  text-decoration: none;
}

a.link.blue {
 color: #0054b3;
}

ul.itens li{
 color:#393a3f;
 margin-bottom: 5px;
 font-size: 16px;
} 

h1{
 color: #03529C;
 font-weight: bold;
 font-size: 26px;
}

h2{
  font-size: 18px;
  color: #939598;
  font-weight: bold;
  margin-bottom: 0;
}

h3.pr {
  text-align: center;  
  font-size: 17px;
  color: #1F6185;
  margin-bottom:4px;
  font-weight:bold;
  padding-top: 10px;
  border-bottom: 1px solid #CAC5C5;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 40px 0;
}

footer{
  padding: 40px 0;
}

footer p{
 margin: 0;
}

footer.bg{
 background-color: #d6d6d6;
 padding: 20px;
}

.box-a {
  background-color: #E6E7E8;
  width: 325px;
  position: relative;
  margin-bottom: -6px;
  height: 140px;
}

.box-1{
 padding: 25px;
 background-color: #04755f;
 margin: 40px 0;
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}


@media only screen and (max-device-width: 600px) {

 h1{
  font-size: 23px;
 }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
}

.btn-2c {
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  width: 325px;
  letter-spacing: 1px;
}

.btn-2c:hover {
	box-shadow: 0 4px #3C619D;
	top: 2px;
}

.btn-2c:active {
	box-shadow: 0 0 #3C619D;
	top: 6px;
}

.btn-2 {
  background: #659AE9 !important;
  color: #FFF;
  box-shadow: 0 6px #3C619D;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  width: 325px;
  letter-spacing: 1px;
}

.btn-1 {
	border: none;
	background: none;
	cursor: pointer;
	padding: 28px 2px;
	display: inline-block;
	margin: 0px 0px 30px;
	text-transform: uppercase;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
        
}

.btn-1:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
