/* Deixando o conteudo responsivo*/
html,
body {
    min-width: 300px;
}

img,
embed,
object,
video {
    max-width: 100%;
}

.both {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

#wrap-topo {
    width: 100%;
    height: 80px;
}

#div-logo-topo {
    width: 247px;
    margin-left: 8%;
    float: left;
    padding-top: 13px;
    position: absolute;
    z-index: 99999;
    background: #fff;
    text-align: center;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-bottom: 1%;
}

#div-menu-topo {
    width: 58%;
    height: 78px;
    float: right;
    padding-left: 66px;
}

/* Menu do topo */
.nav {
    position: relative;

}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav li {
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.nav a {
    padding: 38px 16px;
    text-decoration: none;
    color: #5e5e5e;
    line-height: 78px;
    font-weight: bold;
    font-size: 0.89em;
}

.nav a:hover {
    background: #a9200e;
    color: #fff;
}

.nav .current a {
    color: #5e5e5e;
}

.nav .current a:hover {
    background: #a9200e;
    color: #fff;
}


/* Conteudo */

#utilitarios-1 {
    width: 100%;
    background: #a9200e;
    float: left;
    padding: 100px 0px;
    padding-top: 80px;
}

#utilitarios-1 h1 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    font-size: 2em;
    color: #fff;
    text-align: center;
    padding-bottom: 40px;
}

#utilitarios-1 h2 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    padding-bottom: 40px;
}


#utilitarios-1-parte1 {
    width: 26%;
    float: left;
    margin: 0px 1% 0px 10%;
    text-align: center;
}

#utilitarios-1-parte2 {
    width: 26%;
    float: left;
    margin: 0px;
    text-align: center;
}

#utilitarios-1-parte3 {
    width: 26%;
    float: left;
    margin: 0px 10% 0px 1%;
    text-align: center;
}

#utilitarios-2-parte1 {
    width: 26%;
    float: left;
    margin: 0px 1% 0px 10%;
    text-align: center;
}

#utilitarios-2-parte2 {
    width: 26%;
    float: left;
    margin: 0px;
    text-align: center;
}

#utilitarios-2-parte3 {
    width: 26%;
    float: left;
    margin: 0px 10% 0px 1%;
    text-align: center;
}

#utilitarios-3-parte1 {
    width: 26%;
    float: left;
    margin: 0px 1% 0px 10%;
    text-align: center;
}

#utilitarios-3-parte2 {
    width: 26%;
    float: left;
    margin: 0px;
    text-align: center;
}

#utilitarios-3-parte3 {
    width: 26%;
    float: left;
    margin: 0px 10% 0px 1%;
    text-align: center;
}

#icone-indices,
#icone-utilcont,
#icone-manualcont,
#icone-artigos,
#icone-tab,
#icone-chat,
#icone-fotos,
#icone-videos,
#icone-trabalhe {
    width: 90%;
    float: left;
    margin-top: 6%;
}

#wrap-conteudo #conteudo {
    width: 100%;
    min-height: 300px;
    float: left;
    padding-bottom: 20px;
}

#texto-conteudo {
    width: 40%;
    margin-left: 10%;
    float: left;
}

.box-conteudo {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 115px;
    margin-bottom: 20px;
    min-height: 350px;
    font-size: 1.2em;
}

#idocumentos-form {
    width: 42%;
    padding-top: 0;
}

#idocumentos-form input {
    width: 100%;
    height: 1em;
    margin: 3px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
}

#idocumentos-form button {
    width: 42%;
    height: 2em;
    margin: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#idocumentos-form p {
    margin-top: 0px;
    width: 100%;
}

#areadocliente {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    background: #A9200E;
    height: 50px;
    color: #fff;
    padding: 3% 0;
}

#areadocliente h2 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    padding-bottom: 11px;
    padding-top: 0px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#utilitarios-2-esquerda {
    width: 90%;
    min-height: 170px;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 2% 0% 3% 0%;
}

#utilitarios-2-direita {
    width: 100%;
    padding-top: 20px;
}

/*#utilitarios-2-parte1 {width: 100%; float: right; }
#utilitarios-2-parte2 {width: 100%; float: right; }
#utilitarios-2-parte3 {width: 100%; float: right; }
#utilitarios-2-parte7 {width: 100%; float: right; }*/


.icone-utilitarios {
    width: 7%;
    float: left;
    margin-bottom: 50px;
}

.texto-utilitarios {
    width: 17%;
    float: left;
    margin-right: 8%;
    margin-bottom: 50px;
}

#icalendario {
    width: 50%;
    text-align: center;
    clear: both;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

#icalendario table {
    width: 100%;
    margin: 0 auto;
}

#inewsletter {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    background: #a9200e;
    padding: 56px 0;
}

#form-inewsletter {
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

#form-inewsletter h2 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8em;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
}

#form-inewsletter p {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 10px;
}

#inewsletter input {
    width: 60%;
    height: 2em;
    margin: 5px 0;
}

#inewsletter button {
    width: 20%;
    height: 3.5em;
    margin-left: 5px;
}

#box-news h2 {
    text-align: center;
    width: 100%;
    clear: both;
    margin: 0 auto;
    padding-top: 39px;
}

#inews a {
    color: #333;
    font-size: 1.2em;
}

#inews span {
    display: block;
    margin: 5px 0px;
    color: #881405;
    font-weight: bold;
    font-size: 0.9em;
}

#inews .veja_mais {
    width: 100%;
    height: 1em;
}

#inews .slide {
    height: 80px;
    text-align: center;
}


#wrap-rodape {
    width: 100%;
    float: left;
}

#wrap-rodape #rodape {
    float: left;
    padding: 30px 10%;
    width: 80%;
}

#wrap-rodape #rodape #esquerdo {
    border-right: solid 1px #fff;
    padding: 25px 5px 25px 0;
    margin-top: 10px;
}

#wrap-rodape #rodape #meio {
    margin-left: 30px;
    padding-top: 7px;
    line-height: 29px;
}

#wrap-rodape #rodape #direita {
    margin-left: 8%;
    padding-top: 10px;
    max-width: 47%;
    line-height: 26px;
}

#wrap-rodape #rodape #under_center {
    text-align: center;
}

#wrap-rodape #rodape #under_center #w3c_logo {
    margin-top: 15px;
    margin-bottom: 15px;
}

#wrap-rodape #under_rodape {
    padding: 5px 0px;
    float: left;
    width: 100%;
}

#wrap-rodape #redes-sociais-rodape {
    margin-top: 10px;
    text-align: center;
}

#wrap-rodape #redes-sociais-rodape li {
    display: inline;
    margin: 0px;
}

#wrap-rodape #redes-sociais-rodape li a {
    padding: 0px 4px;
}


.box-parceiro {
    width: 24.2%;
    text-align: center;
    float: left;
    padding: 10px 1%;
    margin-bottom: 20px;
    margin-right: 1%;
    box-sizing:border-box;
    font-size:15px;
}

.box-parceiro p {
    word-break: break-word;
}

.box-parceiro:nth-child(7) {
    margin:0;
}

.box-parceiro img {
    max-width: 100%;
}

/* CONTATO */
#contato {
    width: 60%;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin: 0 auto;
}

#contato .tb-form {
    width: 100%;
}

#contato tr td {
    padding: 2px;
}

#contato input {
    width: 96%;
    border: 1px solid #ccc;
    padding: 2%;
}

#contato textarea {
    width: 96%;
    border: 1px solid #ccc;
    padding: 2%;
}

#contato .first {
    width: 20%;
}

#contato .second {
    width: 80%;
}

#contato .valigntop {
    vertical-align: top;
}

#mapa-contato {
    width: 100%;
}

#mapa {
    min-height: 660px;
    width: 100%
}

/* 	
    STATUS:
    ERRO -> Mensagens de erro no sistema 
    OK	 -> Mensagens de sucesso no sistema 
    INFO -> Mensagens com informações sobre determinadas ações
*/

.status {
    /* Configuração default das caixas de avisos */
    padding: 4px 0px 4px 24px;
    margin: 20px auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.box-status p {
    font: 11px Tahoma;
}

.box-status p strong,
.box-status p b {
    font: bold 12px Arial;
}

#status_erro,
.status_erro {
    background: url(../img/ico-erro-1.png) #FFCACA 4px center no-repeat;
    border: 1px solid #AE0000;
}

#status_erro p,
.status_erro p {
    color: #B70000;
}

#status_ok,
.status_ok {
    background: url(../img/ico-ok-1.png) #D7FFEB 4px center no-repeat;
    border: 1px solid #00592D;
}

#status_ok p,
.status_ok p {
    color: #006600;
}

#status_info,
.status_info {
    background: url(../img/ico-info-1.png) #FF9 4px center no-repeat;
    border: 1px solid #FF0;
}

#status_info p,
.status_info p {
    color: #666600;
}

#iartigos {
    margin-left: 10%;
    padding-top: 125px;
    padding-bottom: 10%;
}

#wrap-conteudo #wrap-conteudo-artigos #conteudo {
    margin: 0;
}

#iartigos ul li {
    margin-top: 10px;
}

#iartigos ul li span {
    display: block;
}

#iartigos-detalhes {
    width: 80%;
    margin: 10px auto;
}


/* Box com link's úteis (utilitários) */
#box-links-uteis p a {
    padding: 4px 2px;
    display: block;
}

#box-links-uteis div {
    margin-top: 10px;
}

#box-links-uteis div ul {
    margin-left: 30px;
    margin-bottom: 10px;
    width: 260px;
}

#box-links-uteis div ul li a {
    padding: 3px 2px;
    display: block;
}



.galeria-fotos {
    float: left;
    margin: 0 1%;
}

.galeria-videos {
    float: left;
    margin: 0 1%;
}

.box-conteudo ul,
.box-conteudo ol {
    margin: 10px 0px 10px 30px;
}

.box-conteudo ul li {
    list-style: circle;
    padding: 4px 0px;
}

.box-conteudo ol li {
    list-style: decimal;
}

#owl-depoimento {
    margin: 50px 0px;
}

#bt-fechar-ajuda {
    display: none;
    width: 40px;
    height: 113px;
    position: fixed;
    bottom: 0;
    right: 2%;
    cursor: pointer;
    z-index: 99998;
}

#bt-ajuda-rodape {
    display: none;
    width: 350px;
    height: 100px;
    position: fixed;
    bottom: 0;
    right: 2%;
    cursor: pointer;
    z-index: 99997;
}

#bt-ajuda-rodape img {
    max-width: 100%;
}

#bt-ajuda-clique {
    width: 350px;
    height: 225px;
    display: none;
    position: fixed;
    bottom: 0;
    right: 2%;
    cursor: pointer;
    z-index: 99997;
}

/* LIGAMOS PARA VOCE */
.slide-out-div {
    padding: 15px;
    width: 200px;
    background: #ccc;
    /*border: 1px solid #29216d;*/
    z-index: 1000;
    height: 200px !important;
    /* Neste layout o tamanho deu certo com a tab*/
}

.slide-out-div h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

.slide-out-div input {
    width: 96%;
    padding: 5px 2px;
    margin-bottom: 5px;
}

.slide-out-div select {
    width: 100%;
    padding: 5px 2px;
    margin-bottom: 5px;
}

.slide-out-div button {
    width: 40%;
    margin: 0px 5%;
    padding: 5px 2px;
    cursor: pointer;
}

/** INICIO WHATSAPP ANIMADO **/

#fab-wpp {
    position: fixed;
    width: 64px;
    right: 2%;
    bottom: 17rem;
    z-index: 9998;
}

#fab-wpp a {
    z-index: 99999;
}

#fab-wpp .fab-action {
    transition: all 225ms ease-in-out;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #34AF23;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#fab-wpp .fab-action i {
    margin: 0 auto;
    color: #fff;
    font-size: 2.25rem;
}

#fab-wpp {
    width: 64px;
    height: 64px;
    transition: .3s;
}

#fab-wpp::after,
#fab-wpp::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #34AF23;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
}

#fab-wpp::after {
    animation-delay: .5s;
}

#fab-wpp:hover::after {
    border: 4px solid #34AF23;
}

#fab-wpp:hover::before {
    border: 4px solid #34AF23;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

/** FINAL WHATSAPP ANIMADO **/