@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: 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;
}

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;
}

.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;
 }
 
 .botao-ouvidoria{
  font-size: 12px !important;
 }

}

@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;
}

.botao-ouvidoria {
 	-moz-box-shadow:inset 0px 1px 2px 0px #ffffff;
 	-webkit-box-shadow:inset 0px 1px 2px 0px #ffffff;
 	box-shadow:inset 0px 1px 2px 0px #ffffff;
 	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.60, #ffffff), color-stop(1, #d0d0d0));
 	background:-moz-linear-gradient(top, #ffffff 60%, #d0d0d0 100%);
 	background:-webkit-linear-gradient(top, #ffffff 60%, #d0d0d0 100%);
 	background:-o-linear-gradient(top, #ffffff 60%, #d0d0d0 100%);
 	background:-ms-linear-gradient(top, #ffffff 60%, #d0d0d0 100%);
 	background:linear-gradient(to bottom, #ffffff 60%, #d0d0d0 100%);
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d0d0d0',GradientType=0);
 	background-color:#ffffff;
 	-moz-border-radius:8px;
 	-webkit-border-radius:8px;
 	border-radius:8px;
 	border:3px solid #f7f2f2;
 	display:inline-block;
 	cursor:pointer;
 	color:#eba23b !important;
 	font-family:Arial;
 	font-size:20px;
 	font-weight:bold;
 	padding: 28px 0;
         text-align: center;
         box-sizing: border-box;
 	text-decoration:none !important;
 	text-shadow:0px 0px 0px #ffffff;
         width: 30%;
}

.botao-ouvidoria:hover {
 	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.10, #d0d0d0), color-stop(1, #ffffff));
 	background:-moz-linear-gradient(top, #d0d0d0 10%, #ffffff 100%);
 	background:-webkit-linear-gradient(top, #d0d0d0 10%, #ffffff 100%);
 	background:-o-linear-gradient(top, #d0d0d0 10%, #ffffff 100%);
 	background:-ms-linear-gradient(top, #d0d0d0 10%, #ffffff 100%);
 	background:linear-gradient(to bottom, #d0d0d0 10%, #ffffff 100%);
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#ffffff',GradientType=0);
 	background-color:#bfbfbf;
         text-decoration: none;
}
.botao-ouvidoria:active {
 	position:relative;
 	top:1px;
}
.botoes-ouvidoria {
        display: flex;
        justify-content: space-between;
}

iframe.form {
    width: 100%;
    height: 820px;
    border: none;
    overflow: auto;
    margin-bottom: 15px;
}