/* 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: 128px;
}

#div-logo-topo {
    width: 373px;
    height: 150px;
    margin-left: 9%;
    float: left;
	padding-top: 6px;
}

#div-menu-topo {
    width: 51%;
    height: 78px;
    float: right;
    padding-left: 66px;
    background: url(../img/menu-corner.png) left no-repeat;
    margin-top: 52px;
}

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

}

.nav ul {
    margin: 0;
    padding: 0;
    background: #560707;
}

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

.nav a {
    padding: 30px 11px;
    text-decoration: none;
    color: #FFF;
    line-height: 78px;
    font-size: 12px;
}

.nav a:hover {
    background: #9c0f0f;
}

.nav .current a {
    color: #fff;
}

.nav .current a:hover {
    background: #9c0f0f;
}


/* Conteudo */

#linkyoutube{
	padding:0% 0% 2% 0%;
	width:100%;
	clear:both;
	margin:0 auto;
	text-align: center;
}

#linkyoutube h2{
	font-size:1.65em;
}

#linkyoutube .fab.fa-youtube{
    color: #f02626;
    font-size: 30px;
}

#utilitarios-1 {
    width: 100%;
    background: #560707;
    float: left;
    padding: 3% 0% 4% 0%;
}

#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;
}

#icone-indices,
#icone-utilcont,
#icone-manualcont {
    width: 100%;
    float: left;
    margin-top: 6%;
    margin-bottom: 5%;
}

#texto-indices,
#texto-utilcont,
#texto-manualcont {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
}

#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%;
    min-height: 350px;
    padding: 3% 0% 17% 0%;
}

#idocumentos {
    float: right;
}

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

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

#idocumentos-form button {
    width: 50%;
    height: 2.5em;
    margin: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: right;
    margin-top: 3px;
    float: left;
}

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

#utilitarios-2 {
    width: 100%;
    min-height: 400px;
    clear: both;
    float: left;
    padding: 5% 0% 4% 0%;
}

#utilitarios-2-esquerda {
    width: 28%;
    float: left;
    margin: 10px 1% 10px 8%;
    height: 756px;
}

#utilitarios-2-direita {
    width: 60%;
    /* min-height: 400px; */
    float: right;
    margin: 0 auto;
    padding-top: 20px;
}

.utilitarios-2-parte1 {
    width: 50%;
    float: right;
    display: inline-block;
}

#utilitarios-2-parte2 {
    width: 100%;
    float: right;
}

#utilitarios-2-parte3 {
    width: 100%;
    float: right;
}

#utilitarios-2-parte7 {
    width: 100%;
    float: right;
}


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

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

#icalendario {
    width: 100%;
    min-width: 190px;
    text-align: center;
    clear: both;
    margin: 0 auto;
    padding-top: 5%;
}

#icalendario table {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

#inewsletter {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: left;
}

#icone-inewsletter {
    width: 10%;
    margin-right: 5%;
    float: left;
}

#form-inewsletter {
    width: 85%;
    float: left;
}

#inewsletter input {
    width: 60%;
    height: 2em;
    margin: 5px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#inewsletter button {
    width: 20%;
    height: 3em;
    margin-left: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#box-news {
    width: 80%;
    min-width: 190px;
    height: 270px;
}

#box-news h2 {
    text-align: center;
    margin-top: 20px;
}

#inews a {
    color: #333;
    text-align: left;
    display: grid;
    font-size: 15px;
}

#inews span {
    display: block;
    margin: 3px 0px;
    color: #828282;
    font-size: 12px;
}

#inews .veja_mais {
    width: 25%;
    height: 1em;
    float: right;
}

#inews .slide {
    height: 80px;
}

.box-conteudo p {
    line-height: 26px;
    font-size: 1.2em;
}


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

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

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

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

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

#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 #under_center {
    text-align: center;
}

#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: 29%;
    text-align: center;
    float: left;
    padding: 10px 1%;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
}

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

.box-parceiro table {
    text-align: left;
    margin-top: 10px;
    word-break: break-word;
}

/* 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: 30px;
    padding-bottom: 20px;
}

#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;
}

#fab-wpp {
    position: fixed;
    width: 64px;
    right: 2rem;
    bottom: 2rem;
    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.5rem;
}

#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;
    }
}