@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;
}

.accordion {
 background-color: #f4e4e4;
 color: #5a1717;
 cursor: pointer;
 padding: 0.7rem 0 0.7rem 2rem;
 width: 100%;
 /*border: none;*/
 text-align: left;
 outline: none;
 font-size: 1rem;
 transition: .3s;
 border: 3px solid #f4e4e4;
 border-bottom-width: 1px;
 font-weight: normal;
 margin-top: 15px;
 border-radius: 4px;
 font-weight: 500;
}

.accordion:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f078";
 color: #bb5252;
 font-weight: bold;
 float: right;
 margin-right: 17px;
}

.active:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f077";
}

.acc2:after{
 margin-right: 17px !important;
 margin-left: -23px !important;
 margin-top: -10px;
}

.panel {
 padding: 0 18px;
 background-color: #fffbfb;
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
 //border: 2px solid #f4e4e4;
 border-top: 0;
}

.panel p{
 margin: 25px;
 font-size: 14px !important;
 color: #572727;
}

.panel a{
 font-size: 0.875rem !important;
}

.panel a:hover{
 font-size: 0.875rem !important;
}

.panel ul{
 margin: 25px;
}

.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;
}

