/*
	RESET
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing:border-box;
}
a:link{
	text-decoration: none;
	color: inherit;
}
a:visited{
	text-decoration: none;
	color: inherit;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.clear{
	clear: both;
}
/* FIM RESET */
html {
	scroll-behavior: smooth;
  }
@font-face{
	font-family: 'Fira-Sans-Regular';
	src: url('../font/FiraSans-Regular.ttf')format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Fira-Sans-Bold';
	src: url('../font/FiraSans-Bold.ttf')format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Fira-Sans-Italic';
	src: url('../font/FiraSans-Italic.ttf')format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Fira-Sans-SemiBold';
	src: url('../font/FiraSans-SemiBold.ttf')format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Fira-Sans-Medium';
	src: url('../font/FiraSans-Medium.ttf')format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
    font-family: 'Fira-Sans-Regular';
    font-size: 16px;
}
.container{
    max-width: 1200px;
	padding: 0px 30px;
    margin:0 auto;
}
header .contatos{
    width: 100%;
    min-height: 45px;
    background-color: #1a4375;
    display: flex;

}
header .contatos .container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.email-tel{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.email-tel span{
    padding-left: 20px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.email-tel .icon-mail{
    width: 12px;
    height: 10px;
    background-image: url(../img/i-mail.png);
    position: absolute;
    top:2px;
    left: 0px;
}
.email-tel .icon-tel{
    width: 12px;
    height: 12px;
    background-image: url(../img/i-phone.png);
    position: absolute;
    top:3px;
    left: 0px;
}
header .contatos .social{
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .contatos .social span.facebook{
    width: 29px;
    height: 28px;
    background-image: url(../img/top-facebook.png);
    background-repeat: no-repeat;
}
header .contatos .social span.instagram{
    width: 27px;
    height: 28px;
    background-image: url(../img/top-instagram.png);
    background-repeat: no-repeat;
}
header .contatos .social span.youtube{
    width: 29px;
    height: 21px;
    background-image: url(../img/top-youtube.png);
    background-repeat: no-repeat;
}
header .contatos .social span.whatsapp{
    width: 25px;
    height: 24px;
    background-image: url(../img/top-whatsapp.png);
    background-repeat: no-repeat;
}
header .logo-busca{
    width: 100%;
    min-height: 120px;
    background-color: #5a8bb2;
    display: flex;
}
header .logo-busca .container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
header .logo-busca .logo-description{
    width: 240px;
    color: #fff;
    text-align: center;
    font-family: 'Fira-Sans-Italic';
    line-height: 1.3;
    font-size: 20px;
}
header .logo-busca .search form{
    position: relative;
    width: 300px;
}
header .logo-busca .search form input{
    padding: 15px;
    border:none;
    border-radius: 8px;
    width: 100%;
}
header .logo-busca .search form button{
    width: 28px;
    height: 28px;
    background-image: url(../img/i-search.png);
    background-color: transparent;
    border:none;
    position: absolute;
    top:8px;
    right: 8px;
    cursor: pointer;
}
nav{
    width: 100%;
    background-color: #5a8bb2;
    min-height: 40px;
}
nav .container{
    background-color: #1a4375;
    position: relative;
    min-height: 40px;
}
nav .container a.navResp{
    width: 21px;
    height: 15px;
    position: absolute;
    top:0px;
    right: 0px;
    background-image: url(../img/i-menu.png);
    background-repeat: no-repeat;
    background-color: #e9f5f6;
    background-position: center;
    padding: 20px;
    display: none;
}
nav ul{
    display: flex;
    justify-content: space-between;
}
nav .container ul li{
    display: inline-block;
    padding: 15px 10px;
    color: #fff;
    position: relative;
}
nav .container ul li .one{
    cursor: pointer;
}
nav ul.level-one{
    min-width: 200px;
    background-color: #214e7c;
    display: block;
    position: absolute;
    top:50px;
    left:0;
    border-radius: 5px;
    padding-top: 15px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.13), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0934511), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0774939), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.065), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0525061), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0365489);
    visibility:hidden;
    opacity: 0;
    transition:all ease 0.5s;
    z-index: 999;
}
nav ul.level-one:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #214e7c;
    position: absolute;
    top:-8px;
    left: 10px;
    transform: rotate(-45deg);

}
nav ul.level-one li{
    width: 100%;
    display: table;
    line-height: 1.3;
    padding: 10px;
    border-bottom: thin solid #1a4375;
    border-top: thin solid #255882;
}
nav ul.level-one li:first-child{
    border-top: none;
}
nav ul.level-one li:last-child{
    border-bottom: none;
}
nav ul.level-two{
    min-width: 200px;
    background-color: #1c5da3;
    display: none;
    border-radius: 5px;
    padding-top: 15px;
    transition:all ease 0.5s;
    position: relative;
    margin-top: 10px;
}
nav ul.level-two:after{
    content: '';
    display: block;
    position: absolute;
    top:-5px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-color: #1c5da3;
    transform: rotate(-45deg);
}
section.news{
    width: 100%;
    margin-top: 30px;
}
section.news .container{
    display: flex;
    justify-content: space-between;
}
section.news .news-block{
    width: 880px;
    display: flex;
}
section.news .news-block .big-block{
    width: 580px;
    min-height: 350px;
    /*background-color: #a9d3db;*/
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
    position: relative;
}
section.news .news-block .big-block img{
    width: 100%;
    height: 100%;
}
section.news .news-block .big-block .desc{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 60px 20px 40px 20px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 27%, rgba(0,0,0,0) 100%);
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}
section.news .news-block .small-block{
    width: 275px;
    height: auto;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-stretch;
    position: relative;
}
section.news .news-block .small-block .block{
    width: 100%;
    min-height: 180px;
    background-color: #a9d3db;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
section.news .news-block .small-block .block img{
    width: 100%;
    height: 100%;
}
section.news .news-block .small-block .block .desc{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 60px 20px 40px 20px;
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 27%, rgba(0,0,0,0) 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}
section.news .news-block .small-block .block:last-child{
    margin-bottom: 0px;
}
section.news .social-block{
    width: 320px;
    padding-left: 20px;
}
section.news .social-block{
    width: 320px;
    padding-left: 20px;
}
section.news .social-block .block{
    width: 100%;
    height: 100%;
    background-color: #e9f6f6;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-top: 55px;
}
section.news .social-block .block .social{
    width: 130px;
    margin:20px auto;
}
section.news .social-block .block span{
    display: block;
    text-align: center;
    color: #0d3973;
}
section.news .social-block .block .social span.facebook{
    display: inline-block;
    width: 54px;
    height: 54px;
    background-image: url(../img/i-facebook2.png);
    margin-right: 10px;
}
section.news .social-block .block .social span.instagram{
    display: inline-block;
    width: 54px;
    height: 54px;
    background-image: url(../img/i-instagram2.png);
}
section.news .social-block .block .social span.youtube{
    display: inline-block;
    width: 54px;
    height: 54px;
    background-image: url(../img/i-youtube2.png);
    background-repeat: no-repeat;
    background-position-y: 6px;
    margin-top: 10px;
    margin-right: 10px;
}
section.news .social-block .block .social span.whatsapp{
    display: inline-block;
    width: 54px;
    height: 54px;
    background-image: url(../img/i-whatsapp2.png);
    background-repeat: no-repeat;
    margin-top: 10px;
}
a.perguntas{
    display: table;
    padding: 10px;
    color: #fff;
    background-color: #46c655;
    border-radius: 5px;
    margin:10px auto;
}
section.youtube{
    width: 100%;
    background-color: #104993;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
}
section.youtube h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    position: relative;
    margin-bottom: 10px;
}
section.youtube p{
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
}
section.youtube span.youtube{
    display: inline-block;
    width: 58px;
    height: 50px;
    background-image: url(../img/i-youtube3.png);
    background-repeat: no-repeat;
    position: absolute;
    top:-9px;
    left: 0px;
}
section.youtube .videos{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
section.youtube .videos .big{
    width: 580px;
    min-height: 330px;

}
section.youtube .videos .big .video{
    width: 100%;
    min-height: 330px;
    background-color: #f0f8fa;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-top: 20px;
}
section.youtube .videos .list{
    width: 255px;
    min-height: 330px;
}
section.youtube .videos .list h2{
   text-transform: inherit;
   padding: 0px;
   font-size: 25px;
   margin-bottom: 10px;
}
section.youtube .videos .list .content{
    width: 100%;
    min-height: 330px;
    background-color: #f0f8fa;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-top: 20px;
}
section.youtube .videos .themes{
    width: 255px;
    min-height: 330px;
}
section.youtube .videos .themes h2{
    text-transform: inherit;
    padding: 0px;
    font-size: 25px;
 }
section.youtube .videos .themes .content{
    width: 100%;
    min-height: 330px;
    background-color: #f0f8fa;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-top: 20px;
}
section.blocks{
    width: 100%;
    min-height: 300px;
    background-image: url(../img/bg_oquePrecisa.jpg);
    background-repeat: repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
section.blocks h2{
    text-align: center;
    color: #104993;
    font-size: 40px;
}
section.blocks .content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
section.blocks .content .block{
    width: 285px;
    min-height: 300px;
    padding: 20px;
}
section.blocks .content .block .description{
    width: 100%;
    height: 100%;
    border:2px solid #104993;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-top: 20px;
}
section.blocks .content .block .description h3{
    text-align: center;
    font-family: 'Fira-Sans-Medium';
    margin-bottom: 5px;
}
section.blocks .content .block .description p{
    line-height: 1.3;
    font-size: 14px;
    text-align: center;
    padding: 0px 10px;
}
section.blocks .content .block .description .icon{
    width: 60px;
    height: 60px;
    margin: 20px auto;
    background-color: #104993;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 11;
    box-shadow: -10px -10px #a9d3db;
}
span.abono{
    display: block;
    width: 29px;
    height: 23px;
    background-image: url(../img/i-abono.png);
}
span.certidao{
    display: block;
    width: 27px;
    height: 27px;
    background-image: url(../img/i-certidao.png);
}
span.declaracoes{
    display: block;
    width: 31px;
    height: 28px;
    background-image: url(../img/i-declaracoes.png);
}
span.contra-cheque{
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../img/i-contra-cheque.png);
}
span.perguntas{
    display: block;
    width: 31px;
    height: 30px;
    background-image: url(../img/i-perguntas.png);
}
span.legislacoes{
    display: block;
    width: 32px;
    height: 33px;
    background-image: url(../img/i-legislacoes.png);
}
span.transparencia{
    display: block;
    width: 36px;
    height: 25px;
    background-image: url(../img/i-transparencia.png);
}
span.aposentadoria{
    display: block;
    width: 41px;
    height: 20px;
    background-image: url(../img/i-aposentadorias.png);
}
span.pensao{
    display: block;
    width: 24px;
    height: 28px;
    background-image: url(../img/i-pensao.png);
}
span.lista{
    display: block;
    width: 24px;
    height: 27px;
    background-image: url(../img/i-lista.png);
}
span.contato{
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(../img/i-fale-conosco.png);
}
span.portal{
    display: block;
    width: 29px;
    height: 29px;
    background-image: url(../img/i-portal.png);
}
section.bloco-previdencia{
    width: 100%;
    min-height: 300px;
    margin-top: 50px;
    padding-bottom: 50px;
}
section.bloco-previdencia h2{
    font-size: 40px;
    text-align: center;
    color:#104993;
    margin-bottom: 40px;
}
section.bloco-previdencia .container{
    display: flex;
    justify-content: space-between;
}

section.bloco-previdencia .big{
    width: 800px;
    min-height: 300px;
}
section.bloco-previdencia .one{
    width: 300px;
    min-height: 300px;
    border-radius: 20px;
    background-image: url(../img/previdencia.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 20px;
}
section.bloco-previdencia .big .row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
section.bloco-previdencia .big .row:last-child{
    margin-bottom: 0px;
}
section.bloco-previdencia .block1{
    width: 300px;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
}
section.bloco-previdencia .block-maior{
    width: 100%;
}
section.bloco-previdencia .block2{
    width: 465px;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
}
section.bloco-previdencia .block1 .beneficios{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    padding: 20px;
}
section.bloco-previdencia .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    background-color: rgba(16, 73, 147, 0.7);
}
section.bloco-previdencia h3{
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 30px;
    line-height: 1.2;
}
section.bloco-previdencia h3 span{
    display: block;
}
section.bloco-previdencia .block2 .inss{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    padding: 20px;
}
section.bloco-previdencia .block1 .aposentadoria{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    padding: 20px;
}
footer{
    width: 100%;
    min-height: 300px;
    margin-top: 30px;
}
footer .container{
    width: 100%;
    min-height: 300px;
    border-radius: 20px;
    padding: 30px;
    background-color: #5a8bb2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .container span{
    display: block;
    color: #fff;
    line-height: 1.2;
    font-size: 20px;
}
footer .container img{
    margin-bottom: 10px;
}
footer .container span.contatos{
    font-size: 16px;
}
footer .container .block1{
    width: 400px;
}
footer .container .block2{
    width: 400px;
    padding-top: 60px;
}
footer .container .block2 ul li{
    line-height: 1.3;
    color: #fff;
    padding: 5px;
}
footer .container .block3{
    width: 400px;
    padding: 20px;
}
footer .container form{
    width: 100%;
    background-color: #1a4475;
    padding: 30px;
    border-radius: 20px;
}
footer .container form h2{
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
footer .container form p{
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}
footer .container form input{
    width: 100%;
    border:none;
    border-radius: 20px;
    padding: 12px 10px;
    margin-bottom: 10px;
    outline: none;
}
footer .container form button{
    border:none;
    background-color: #46c655;
    padding: 10px 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
footer .direitos{
    width: 100%;
    margin-top: 20px;
}
footer .direitos .container{
    width: 100%;
    min-height: inherit;
    border-radius: none;
    padding: 10px;
    background-color: inherit;
    display: flex;
    justify-content: space-between;
}
footer .direitos .container span{
    color: #1a4375;
    font-size: 14px;
}
footer .direitos .container ul li{
    display: inline-block;
    border-left: thin solid #1a4375;
    padding: 5px 10px;
}
footer .direitos .container ul li:first-child{
    border-left: none;
    padding-left: 0px;
}

.location{
    width: 100%;
    min-height: 100px;
    background-color: #f0f8fa;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.location span{
    margin-right: 20px;
    color: #00559b;
}
.location span.principal{
    display: inline-block;
    text-transform: uppercase;
    padding: 20px;
    font-size: 25px;
    color: #00559b;
    margin-right: 0px;
}
.nav{
    width: 100%;
    min-height: 10px;
    background-color: #104993;
    margin-top: 30px;
    padding-left: 20px;
}
.nav ul li{
    display: inline-block;
    padding: 10px 0px;
    color: #fff;
}
span.nome{
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   display: block;
   padding: 0px;
   font-size: 25px;
}
span.texto{
    text-align: center;
    display: block;
}
section.news .descricao .container{
    display: block;
    margin-top: 30px;
}
section.news .descricao .container p{
    max-width: 580px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: justify;
    color: #00559b;
    font-size: 18px;
}
section.galeria{
    margin: 30px 0px;
    width: 100%;
}
section.galeria .container .desc{
    background-color: #f0f8fa;
}
section.galeria .container .titulo{
    background-color: #104993;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
}
section.galeria .container .blocos{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.galeria .container .blocos .bloco{
    width: 50%;
    min-height: 100px;
    display: flex;
    justify-content: start;
    padding: 20px;
}
section.galeria .container .blocos .bloco .foto{
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
section.galeria .container .blocos .bloco .foto img{
    width: 100%;
    border-radius: 100px;
}
section.galeria .container .blocos .bloco .module{
    width: 200px;
    height: 200px;
}
section.galeria .container .blocos .bloco .module img{
    width: 100%;
}
section.galeria .container .blocos .bloco .descricao{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}
section.galeria .container .blocos .bloco .descricao span.nome{
    color: #104993;
    font-size: 20px;
    margin-bottom: 5px;
}
section.blocos{
    width: 100%;
    margin-top: 30px;
}
section.blocos .container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
section.blocos .container .bloco{
    width: 31.57894736842105%;/*360px;*/
    min-height: 200px;
    background-color: #00559c;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
section.blocos .container .bloco span{
    font-size: 25px;
    color: #fff;
}
section.blocos .container .bloco a{
    margin-top: 20px;
    display: table;
    color: #fff;
    background-color: #45c656;
    padding: 10px 50px;
    border-radius: 10px;
}

section.servicos{
    width: 100%;
    margin-top: 30px;
}

section.servicos .descricao{
    width: 75%;
    min-height: 300px;
    float: left;
    padding-right: 40px;
}
section.servicos .descricao p{
    font-size: 18px;
    color: #00559c;
    line-height: 1.3;
    margin-top: 10px;
}
section.servicos .barra{
    width: 25%;
    min-height: 300px;
    float: right;
}
section.servicos .barra .block{
    width: 100%;
    height: 100%;
    background-color: #e9f6f6;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-top: 55px;
    padding-bottom: 55px;
}
section.servicos .barra .block .social{
    width: 130px;
    margin:20px auto;
}
section.servicos .barra .block span{
    display: block;
    text-align: center;
    color: #0d3973;
}
section.servicos .barra .block .social span.facebook{
    display: inline-block;
    width: 54px;
    height: 54px;
    background-image: url(../img/i-facebook2.png);
    margin-right: 10px;
}
section.servicos .barra .block .social span.instagram{
    display: inline-block;
    width: 54px;
    height: 54px;
    background-image: url(../img/i-instagram2.png);
}
section.servicos .barra .block .social span.youtube{
    display: inline-block;
    width: 54px;
    height: 54px;
    background-image: url(../img/i-youtube2.png);
    background-repeat: no-repeat;
    background-position-y: 6px;
    margin-top: 10px;
    margin-right: 10px;
}
section.servicos .barra .block .social span.whatsapp{
    display: inline-block;
    width: 54px;
    height: 54px;
    background-image: url(../img/i-whatsapp2.png);
    background-repeat: no-repeat;
    margin-top: -20px;
}
.download{
    width: 250px;
    height: 200px;
    background-color: #45c656;
    display: table;
    color: #fff;
    text-align: center;
    margin:30px auto;
    font-size: 20px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.download .content-download{
    padding: 60px 20px;
}
.download .content-download span{
    text-align: center;
}

.download .icon{
    width: 100%;
    height: 50px;
    background-color: #3ba848;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.i-pdf{
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../img/i-pdf.png);
}

.barra .blocos .bloco{
    width: 100%;/*360px;*/
    min-height: 200px;
    background-color: #00559c;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.barra .blocos .bloco span{
    font-size: 25px;
    color: #fff;
}
.barra .blocos .bloco a{
    margin-top: 20px;
    display: table;
    color: #fff;
    background-color: #45c656;
    padding: 10px 50px;
    border-radius: 10px;
}

.outros-servicos{
    width: 100%;
    margin-top: 50px;
}
.outros-servicos h2{
    text-align: center;
    font-size: 25px;
    color: #104993;
}
.outros-servicos .content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.outros-servicos .content .block{
    width: 30.87934560327198%;
    min-height: 250px;
    padding: 20px;
}
.outros-servicos .content .block .description{
    width: 100%;
    height: 100%;
    border:2px solid #104993;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-top: 20px;
}
.outros-servicos .content .block .description h3{
    text-align: center;
    font-family: 'Fira-Sans-Medium';
    margin-bottom: 5px;
}
.outros-servicos .content .block .description p{
    line-height: 1.3;
    font-size: 14px;
    text-align: center;
    padding: 0px 10px;
}
.outros-servicos .content .block .description .icon{
    width: 60px;
    height: 60px;
    margin: 20px auto;
    background-color: #104993;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 11;
    box-shadow: -10px -10px #a9d3db;
}
.duvidas{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.duvidas ul li{
    font-size: 20px;
    padding: 20px 50px 20px 0px;
    border-bottom: thin solid #104993;
    position: relative;
}
.duvidas ul li .icon{
    position: absolute;
    top:30px;
    right:10px;
}
span.i-plus{
    display: block;
    width: 19px;
    height: 19px;
    background-image: url(../img/i-plus.png);
    cursor: pointer;
}
.duvidas ul li .mais{
    margin-top: 15px;
    width: 100%;
    background-color: #f7f7f7;
    padding: 10px;
    display: none;
}
.duvidas ul li .mais p{
    font-size: 16px;
}
.servicos .descricao .legislacoes{
    width: 100%;
    background-color: #f0f8fa;
    margin-top: 30px;
}
.servicos .descricao .legislacoes .bloco{
    padding: 20px;
}
.servicos .descricao .legislacoes .bloco h2{
    font-size: 20px;
    color: #104993;
}
.servicos .descricao .legislacoes .bloco .desc p{
    color: #666;
}
.servicos .descricao .modules{
    width: 100%;
    margin-top: 30px;
}
.servicos .descricao .modules{
    width: 100%;

    margin-top: 30px;
}
.servicos .descricao .modules .bloco{
    padding: 20px;
    background-color: #f0f8fa;
    margin-bottom: 20px;
}
.servicos .descricao .modules .bloco h2{
    font-size: 20px;
    color: #104993;
}
.servicos .descricao .modules .bloco .desc p{
    color: #666;
}
.servicos .barra .tipos{
    width: 100%;
    background-color: #f0f8fa;
    margin-bottom: 30px;
    padding: 20px;
}
.servicos .barra .tipos span{
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}
.servicos .barra .tipos ul li{
    color: #104993;
    margin-bottom: 5px;
    padding: 5px;
    line-height: 1.2;
    border-bottom:thin solid rgba(0,0,0,.1);
}
.servicos .barra .tipos ul li:last-child{
    border-bottom:none;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.pagination li {display: inline;}
ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}
ul.pagination li a.active {
    background-color: #104993;
    color: rgb(247, 247, 247);
    border: 1px solid #104993;
}
ul.pagination li a:hover:not(.active) {background-color: #ddd;}
div.center {text-align: center;}

section.servicos .descricao form{
    margin-top: 10px;
}
section.servicos .descricao input{
    display: inline-block;
    width: 48%;
    padding: 10px 5px;
    border:thin solid rgba(0,0,0,.2);
    border-radius: 3px;
    margin-bottom: 10px;
}
section.servicos .descricao textarea{
    width: 96.5%;
    min-height: 100px;
    display: block;
    resize: none;
    border:thin solid rgba(0,0,0,.2);
    border-radius: 3px;
    padding: 10px 5px;
}
section.servicos .descricao button{
    display: table;
    margin-top: 10px;
    background-color: #00559c;
    color: #fff;
    padding: 10px 40px;
    border:none;
    border-radius: 3px;
}
