@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;
}

.fonte_bt {
    color: #FFF;
    font-size: 27px;
}

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;
}

a.btn-central{
 padding: 30px;
 text-decoration: none;
 background-color: #ffffff;
 color: #003353;
 border: 2px solid #f28121;
 border-radius: .6rem;
 display: flex;
 margin: 1.5rem 0;
 font-weight: bold;
 flex-direction: row;
 justify-content: center;
}

a.btn-central:hover{
 background-color: #f28121;
 color: #ffffff;
}

a.btn-negotiate{
 padding: .8rem 4rem;
 background-color: #ffffff;
 border: 1px solid #f28121;
 border-radius: .6rem;
 color: #003353;
 font-weight: 400;
}

a.btn-negotiate:hover{
 background-color: #f28121;
 color: #ffffff;
}

ul.itens li{
 color: #f28121;
 margin-bottom: 20px;
 font-size: 16px;
} 

ul.itens span{
 color:#393a3f;
}

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;
}

.fa, fas{
 font-size: 1.4rem;
}

.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;
}

.box-infos {
  border: 1px solid #f28121;
  padding: 2rem 2rem 1rem;
  border-radius: 1rem;
 }

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

h3.title-central{
 font-size: 1.5rem;
 color: #00405e;
 font-weight: 600;
}

.btn-link {
  font-weight: 400;
  color: #0054b3;
  text-decoration: none;
  text-align: justify;
}

.card-body{
 padding: .760rem 2.2rem
}

.faq-nav{
 flex-direction: column;
 border: 1px solid #dfdfdf;
 border-radius: 0.3rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
 color: #fff;
 background-color: #f28121;
}


@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;
}

