@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{
  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;
}

a{
  color: #0054b3;
  font-size: 16px;
}

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;
}

ul.itens li{
 color: #393a3f;
 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{
  font-size: 18px;
  color: #659CC1;
  font-weight: bold;
}

.img {
    border: 1px solid #e8e8e8 !important;
    padding: 3px;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 40px 0;
}

footer{
  padding: 40px 0;
}

footer p{
 margin: 0;
}

footer.bg{
 background-color: #f28121;
 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;
}

