@font-face {
font-family: Calibri;
src: url('../fonts/calibri-webfont.eot'); /* IE9 Compatibility Modes */
src: url('../fonts/calibri-webfont.eot?') format('eot'),  /* IE6-IE8 */
url('../fonts/calibri-webfont.woff') format('woff'), /* Modern Browsers */
url('../fonts/calibri-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
url('../fonts/calibri-webfont.svg#Oswald') format('svg'); /* Legacy iOS */
}


html, body { font-family: 'Open Sans', sans-serif; }

a { text-decoration: none; color: #333;}
h1, h2 { font-size: 27px; line-height: 27px; }
ul li{margin-left: 3%;}

strong{font-weight:bold}

.bg-verde { background:#DC3900;}
.bg-verdeescuro { background: #1b1c54; }
    .bg-cinzaescuro {background:#DC3900;}
#linha-topo { background: #444;  }

a.lnk-branco { color: #fff; }
a.lnk-verde {
    color: #ffffff;
    background: #dc3900;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
}
a.lnk-verdeescuro { color: #7ea127; }

#idocumentos-box {
	color: #fff;
    background: #1b1c54;
    width: 100%;
}
#idocumentos-box h2 { font-size: 20px;
    color: #fff;
}
#idoc-botao { color: #fff; border: 0px;}

#box-tools-2 {
        color: #fff;
    height: 130px;
    width: 80%;
    clear: both;
    margin: 0 auto;
}
.tools2 a { color: #fff;}


/*Classes auxiliares*/

.text-center { text-align: center; }
.text-left { 
        text-align: left;
    padding-top: 46px;
    padding-bottom: 100px;
}
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.pull-left { float: left; }
.pull-right { float: right; }
.hidden { display: none; }

#texto-conteudo {
        text-align: justify;
    color: #333;
    padding-top: 29px;
    line-height: 26px;
        padding-bottom: 30px;
}
#texto-conteudo h2 { font-size: 1.250em; font-weight: bold; margin-bottom: 10px;color:#333;}
#texto-conteudo p {color:#333;  }
#texto-conteudo p a strong{font-weight:bold;color:#333; font-size: 0.8em; }

.home-servico li{line-height: 37px; }