@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: 'Calibri', sans-serif; }

a { text-decoration: none; color: #18c1d4;}
h1, h2 { font-size: 24px; }
ul li{margin-left: 3%;}

.bg-verde {
        color: #ffffff;
    background: #18c1d4b8;
    border-radius: 41px;
    
}
.bg-verdeescuro { background: #fff; }
.bg-cinzaescuro { background: rgb(224, 89, 35); }

a.lnk-branco { color: #fff; }
a.lnk-verde {
    color: #ffffff;
    padding: 11px 31px;
    border-radius: 36px;
    background: #18c1d4;
}
a.lnk-verdeescuro { color: #7ea127; }


#idocumentos-box {
    color: #c4c4c4;
    background: #163580;
    border-radius: none;
    border-radius: 0px;
}
#idocumentos-box h2 { font-size: 22px; }
#idoc-botao { color: #fff; border: 0px;}

#box-tools-2 {
    color: #ffffff;
    background: #163580;
}

#simulacao{
    width: 100%;
    clear: both;
    margin:0 auto;
    text-align: center;
    padding: 5% 0% 6% 0%;
    background: #163580;
}

#simulacao h2{
    width: 80%;
    clear: both;
    margin: 0 auto;
    font-size: 1.8em;
    color: #fff;
    font-family: sans-serif;
    line-height: 36px;
    padding-bottom: 2%;
}

#simulacao a{
    width: 80%;
    clear: both;
    margin: 0 auto;
    font-size: 1.2em;
    background: #18c1d4;
    color: #163580;
    font-family: sans-serif;
    line-height: 40px;
    padding: 1% 3%;
    border-radius: 41px;
}

#simulacao-conteudo{
	margin-top:80px;
	padding-bottom:30px;
}

/*Classes auxiliares*/

.text-center { text-align: center; }
.text-left { text-align: center;     padding-bottom: 30px; color:#c4c4c4;}
.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: center;
    color: #ffffff;
    clear: both;
    margin: 0 auto;
    width: 70%;
    line-height: 29px;
    padding-bottom: 40px;
    font-size: 1.25em;
}
#texto-conteudo h2 { font-size: 1.250em; font-weight: bold; margin-bottom: 10px;color:#c4c4c4;}
#texto-conteudo p { 
    color: #163580;
    padding-bottom: 20px;
}
#texto-conteudo p a strong{
    color: #163580;
}
#texto-conteudo div{color: #163580;}
#texto-conteudo div strong{ color: #163580; }

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