/* Deixando o conteudo responsivo*/
img,
embed,
object,
video {
    max-width: 100%;
}

.both {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

/* TOPO */
#geral {
    margin: 0px auto;
    position: relative;
	overflow:hidden;
}

#wrap-topo {
    width: 100%;
    height: 90px;
    padding: 8px 0px;
}

#barra-topo {
    width: 90%;
    margin: 0px auto;
}

#div-logo-topo {
    float: left;
}

#div-logo-topo img{
    max-width:280px;
}

.menu-content { position: absolute; right: 0; top: 2rem; padding-right: 0; }

/* menu desktop */
.menu-desktop { 
    margin: 0; 
    list-style: none; 
    background-color: var(--color-quaternary);
    padding: 8px 2rem 8px 2rem;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.menu-desktop li { display: inline; }
.menu-desktop li a { font-family: 'Raleway', sans-serif; color: var(--color-font-secondary); font-size: 13px; font-weight: 600; padding: 0 11px; }
.header-nav .menu-desktop li a:hover { transition: .3s; color: #00142e; }

/* menu mobile */
.menu-mobile { color: var(--color-font-primary); text-align: center; }
.menu-mobile i { font-size: 2.2rem; }
.menu-mobile span {
    font-weight: 600;
    font-size: .8rem;
    display: block;
    text-align: right;
    margin-top: -5px !important;
    letter-spacing: 2px;
}

 #menu-lateral { display: none !important; }

@media (max-width: 1049px) {
    .menu-desktop li a { font-size: .8rem; padding: 0 9px; }
}


@media (max-width: 991px) {
    .menu-content { position: initial; }
    .menu-desktop { display: none !important; }
    #menu-lateral { display: block !important; }
}

#menu-lateral {
    float: right;
    width: 15%;
    text-align: right;
    margin-top: 29px;
    cursor: pointer;
}


#div-menu-topo {
    cursor: pointer;
    width: 100%;
    height: 55px;
    margin: 0px auto;
    background: url('../img/fundo-menu.png')no-repeat center;
    position: absolute;
    z-index: 9999;
}



/* FIM TOPO */


/* CONTEUDO */

#astrea .box-sistema{
	padding: 1rem 0 2rem 0;
    margin: 0 auto;
    text-align: center;
    background-color: #000;
    border-radius: 15px;
    width: 30%;
    padding: 3rem;
    color: #fff;
}

#astrea .box-sistema h2{
	padding-bottom: 1rem;
    font-size: 1.25rem;
}

#astrea .box-sistema form{
	display: grid;
    line-height: 21px;
}

#astrea .box-sistema form .bt-astrea{	
    background: #e83255;
    color: #fff;
    padding: 11px;
    margin-top: 1rem;
    width: 40%;
    margin: 20px auto 0;
    border-radius: 215px;
    border: 0;
    font-size: 1rem;
}

#astrea .box-sistema form .bt-astrea:hover {
    background: #f7dd98;
    color: #000;    
}

#astrea .box-sistema form .campo-astrea{
    padding: 10px 10px;
    border-radius: 4px;
    text-align: center;
}

#wrap-conteudo {
    min-height: 500px;
}

.box-conteudo {
    width: 80%;
    margin: 10px auto;
    padding-top: 2%;
    font-size: 1.2em;
    padding-bottom: 5%;
	line-height:1.5rem;
}

.box-conteudo strong, .box-conteudo b{
	font-weight:bold;
}

#wrap-conteudo #conteudo-index {
    width: 100%;
    min-height: 300px;
    float: left;
    padding: 50px 0px;
}

#conteudo {
    width: 80%;
    margin: 10px auto;
}

#texto-conteudo {
    width: 100%;
    text-align: right;
}

#texto-conteudo div, #texto-conteudo a, #box-sobre-esquerdo a{
	font-size:1.2rem !important;
}

#texto-conteudo div strong, #texto-conteudo div b{
	font-weight:bold;
}

#box-bts-extras {
    width: 100%;
    margin: -670px auto 0px auto;
    height: 640px;
    z-index: 9999;
    position: absolute;
    padding-top: 30px;
}

#geral-bts-extra {
    width: 22%;
    float: left;
    min-height: 400px;
    margin: 20px 0px;
}

.extra-azul {
    background: #000000eb;
}

.extra-preto {
    background: #1d1d1df2;
}

.bts-extra {
padding: 17px 0px;
    color: #fff;
    text-align: center;
    width: 94%;
    margin: 4px -18px;
    min-height: auto;
    border-radius: 8px;
}

.bts-extra h2 {
font-size: 1.3em;
    font-family: 'Noto Serif', serif;
    text-align: left;
    padding-left: 63px;
    padding-bottom: 4px;
    padding-top: 8px;
    color: #fff;
}

.bts-extra p {
    font-size: 1.0em;
    text-align: left;
    padding-left: 63px;
}

#box-sobre {
    width: 100%;
    margin: 0px auto;
    padding: 5% 0% 5% 0%;
}

#box-geral-sobre {
    width: 80%;
    margin: 0px auto;
    min-height: 450px;
}

#box-sobre-esquerdo {
    width: 47%;
    float: left;
    min-height: 335px;
    border-right: 1px solid #ccc;
    padding-right: 5%;
}

#box-sobre-direito {
    width: 40%;
    float: left;
    min-height: 335px;
    margin-left: 5%;
}

#box-sobre-esquerdo h2 {
    color: #000;
    font-size: 2.5em;
    margin-bottom: 30px;
    text-align: right;
    font-family: 'Noto Serif', serif;
    letter-spacing: -1px;
}

#box-sobre-esquerdo a {
    text-align: right;
    float: right;
    margin: 10px 0px;
}

#box-sobre-direito h2 {
    color: #000;
    font-size: 2.5em;
    margin-bottom: 30px;
    text-align: left;
    font-family: 'Noto Serif', serif;
    letter-spacing: -1px;
}

#box-sobre-direito a {
    text-align: left;
    float: left;
    margin: 10px 0px;
    color: #000;
}

#box-sobre-direito ul li {
    line-height: 34px;
    font-size: 1.4em;
}

#box-tools {
    width: 100%;
    background: #021321;
}

#box-geral-tools {
    width: 90%;
    margin: 0px auto;
    min-height: 290px;
    padding: 1% 0% 3% 0%;
}

#box-tools-esquerdo {
    width: 55%;
    float: left;
    padding-top: 7%;
}

#box-tools-direito {
    width: 45%;
    float: left;
    padding-top: 2%;
}

.tools {
    background: #c1ced9;
    color: #ffffff;
    text-align: center;
    width: 33%;
    float: left;
    margin: 5px;
    padding: 10px 5%;
    min-height: 195px;
    border-radius: 9px;
}

.tools h2 {
    margin-bottom: 10px;
    font-size: 1.7em;
    padding-top: 11px;
    font-family: 'Noto Serif', serif;
    color: #fff;
}

.tools p {
    margin-top: 10px;
    font-size: 1.15em;
}

#box-tools h1 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    font-family: 'Noto Serif', serif;
    padding-top: 5%;
}

#box-tools-2 {
    width: 100%;
    margin: 0px auto;
    padding: 30px 0px;
    min-height: 280px;
}

#tools-2 {
    width: 80%;
    margin: 0px auto;
    min-height: 250px;
}

#box-artigos {
    width: 40%;
    float: left;
    margin-left: 10%;
    margin-top: 40px;
}

#img-artigo {
    float: left;
    width: 30%;
    text-align: center;
    margin-right: 5%
}

#txt-artigo {
    float: left;
    width: 65%;
    text-align: left;
}

#txt-artigo h2 {
    color: #fff;
    font-size: 2.0em;
    margin-bottom: 10px;
}

.data-art-new {
    color: #fff;
    margin-bottom: 10px;
}

#bt-artigo {
    background: #e1b10a;
    text-align: center;
    color: #000;
    padding: 10px 0px;
    margin: 15px auto 0px auto;
    height: 20px;
    width: 70%;
    cursor: pointer;
}

#txt-artigo .bx-wrapper .bx-controls-direction a {
    display: none !important;
}

#box-tools-3 {
    padding: 5% 0% 4% 0%;
    margin: 0px auto;
    width: 100%;
}

#box-tools-3 h1 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    font-family: 'Noto Serif', serif;
    padding-bottom: 3%;
}

#box-tools-3 h2 {
    font-size: 1.55em;
    color: #fff;
    font-family: 'Noto Serif', serif;
}

#box-tools-3 p {
    text-align: center;
    font-size: 1.15em;
    color: #fff;
}

#box-galeria {
    width: 60%;
    margin: 0px auto;
    min-height: 130px;
}

.box-galeria {
    width: 50%;
    float: left;
}

.img-galeria {
    width: 30%;
    float: left;
    text-align: center;
}

.txt-galeria {
    width: 85%;
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 4%;
    text-align: center;
    float: none;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.txt-galeria:hover {
    border: 1px solid #000;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.txt-galeria h2 {
    color: #3aa3f5;
    font-size: 1.5em;
}

.txt-galeria p {
    color: #000;
    font-size: 0.8em;
}


#box-tools-4 {
        /* min-height: 375px; */
    padding: 5% 0% 5% 0%;
    width: 100%;
}

#tools-4 {
    width: 70%;
    margin: 0px auto;
    min-height: 230px;
}

.tools-4 {
    width: 43%;
    float: left;
    margin: 5px 1%;
    padding: 4% 2%;
    text-align: center;
    min-height: 194px;
    border-right: 1px solid #d8ccc6;
}

#box-tools-4 h1{
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.5em;
    color: #000;
    padding-bottom: 3%;
    font-family: 'Noto Serif', serif;
}

.tools-4 h2 {
    color: #000;
    font-size: 1.65em;
    font-family: 'Noto Serif', serif;
    padding-bottom: 10%;
}

.tools-4 p{
    color: #000;
    font-size: 1.25em;
    margin-bottom: 10px;
    font-family: calibri;
    line-height: 21px;
    padding-top: 8%;
}

.tools-4 img {
    margin: 10px auto;
    min-height: 70px;
}

#fundo-depoimento {
    min-height: 550px;
    width: 100%;
}

#box-depoimento {
    width: 100%;
    padding: 5% 0% 0% 0%;
}

#titulo-depo {
    margin-bottom: 50px;
    background: url('../img/fundo-depo-titulo.png')repeat-x;
    min-height: 200px;
    text-align: center;
    margin-top: 42px;
}

#box-depoimento h1 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.5em;
    color: #000;
    font-family: 'Noto Serif', serif;
}

#box-depoimento .slide {
    min-height: 200px;
}

.img-depo {
    display: none;
}

.txt-depoimento {
    width: 70%;
    padding-top: 2%;
    line-height: 25px;
    font-size: 1.35em;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

.autor-depo {
    font-weight: bold;
    margin-bottom: 20px;
}

#box-depoimento .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    outline: 0;
    width: 62px;
    height: 120px;
    text-indent: -9999px;
    z-index: 9999;

}

#box-depoimento .bx-wrapper .bx-prev {
    left: 100%;
    background: url('../img/plugins/bxslider/bt-right-dp.png') no-repeat;
}

#box-depoimento .bx-wrapper .bx-next {
    right: 1%;
    background: url('../img/plugins/bxslider/bt-left-dp.png') no-repeat;
}


/*PARCEIRO INDEX -  220 X 110*/
#titulo-parceiros {
    background: #ccc;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    clear: both;
    font-weight: bold;
    font-size: 2.0em;
}

#box-parceiros {
    min-height: 230px;
    margin: 0px auto 0px auto;
    width: 100%;
}

#box-geral-parceiros {
    width: 80%;
    margin: 0px auto;
}

#box-geral-parceiros h2 {
    font-size: 2.0em;
    margin-bottom: 10px;
    text-align: left;
}

#box-geral-parceiros p {
    font-size: 1.0em;
    margin-bottom: 10px;
    text-align: left;
}

#bloco-parceiros {
    width: 93%;
    margin: 0px auto;
    min-height: 210px;
}

.bx-parceiro {
    float: left;
    width: 16%;
    margin: 5px 3%;
    padding: 1%;
    text-align: center;
    min-height: 111px;
    border: 1px solid #d6d6d6;
}

#bt-parceiros {
    text-align: center;
    width: 100%;
    margin: 20px auto 5px auto;
    font-size: 1.7em;
    cursor: pointer;
}

.img-parc {
    float: left;
    width: 100%;
    text-align: center;
}

/*FIM ---- PARCEIROS NO INDEX*/

/*GALERIA NO INDEX*/
#box-galerias {
    width: 90%;
    margin: 10px auto;
    min-height: 250px;
}

#box-galerias h2 {
    font-size: 2.0em;
    text-align: center;
    color: #000;
}

#quadro-galeria {
    width: 100%;
    margin: 5px auto;
    min-height: 250px;
}

.qd-galeria {
    width: 18%;
    margin: 5px 1%;
    min-height: 190px;
    float: left;
    text-align: center;
}

/*GALERIA NO INDEX*/



/* CONTATO */
.box-contato-geral {
    width: 100%;
    min-height: 780px;
    margin-top: 30px;
}

#contato {
    width: 30%;
    padding: 15px;
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid black;
    float: left;
    color: #000;
    margin-left: 2%;
}

#contato tr td {
    padding: 2px;
}

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

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

.fleft {
    float: left;
}

.fright {
    float: right;
}

#mapa-contato {
    width: 100%;
}

#mapa {
    min-height: 600px;
    width: 60%;
    border: 1px solid #ddd;
    float: right;
    margin-right: 2%;
}

#mapa-vendas {
    min-height: 600px;
    width: 60%;
    float: right;
    margin-right: 2%;
}

#mapa-vendas img {
    max-width: 100%;
}

/* CONTATO */

.label-doc {
    width: 15%;
    height: 3em;
    float: left;
}

.input-doc {
    width: 80%;
    height: 3em;
    float: left;
}

#idocumentos {
    width: 45%;
    min-height: 150px;
    margin: 30px auto;
    padding: 20px;
    padding-top: 117px;
}

#idocumentos-form {
    width: 100%;
    min-height: 130px;
    padding-top: 10px
}

#idocumentos-form label {
    margin: 5px auto;
    color: #253039;
    vertical-align: -14px;
}

#idocumentos-form input {
    width: 90%;
    height: 2em;
    margin: 5px 10%;
}

#idocumentos-form button {
    width: 35%;
    height: 2.5em;
    margin: 22px 0px;
    float: left;
}

#idocumentos-form p a {
    margin-top: 20px;
    float: right;
    color: #253039;
}

#box-calendario {
    width: 50%;
    margin: 0px 0px;
    text-align: center;
    float: right;
}

#icalendario table {
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
}

#box-newsletter {
    width: 100%;
    min-height: 100px;
    padding: 0% 0% 3% 0%;
}

#box-letter {
    width: 70%;
    margin: 0px auto;
    text-align: center;
}

#titulo-newsletter h2 {
    margin-bottom: 10px;
    font-size: 1.7em;
    padding-top: 11px;
    font-family: 'Noto Serif', serif;
    color: #fff;
}

#titulo-newsletter h2 span {
    margin-bottom: 10px;
    padding-top: 11px;
    font-family: 'Noto Serif', serif;
    color: #fff;
}

#inewsletter {
    width: 80%;
    height: 100px;
    margin: 0 auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: left;
}

#icone-inewsletter {
    width: 10%;
    margin-left: 1%;
    height: 80px;
}

#texto-inewsletter {
    width: 30%;
    margin-left: 1%;
    height: 80px;
}

#form-inewsletter {
    width: 100%;
    margin: 0px auto;
    height: 80px;
    text-align: center;
}

#inewsletter input {
    width: 60%;
    height: 2em;
    margin: 5px auto;
    text-align: center;
}

#inewsletter button {
    width: 20%;
    height: 2.6em;
}

#box-news {
    width: 80%;
    height: 290px;
    margin: 0 auto;
}

#inews a {
    color: #000;
}

#inews span {
    display: block;
    margin: 16px 0px;
    color: #fff;
    font-size: 0.7em;
}

#inews .slide {
    min-height: 130px;
    border-bottom: 1px solid #ccc;
    width: 100% !important;
    margin: 0px auto !important;
}

#inews .slide a {
    color: #fff;
    font-size: 1.35em;
}

#inews .veja_mais {
    width: 90%;
    height: 1em;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 10px auto;
}

#box-links-externos {
    min-height: 400px;
    width: 90%;
    margin: 30px auto;
    color: #448ed3;
}

#links-externos {
    width: 40%;
    float: left;
    min-height: 400px;
}

#links-externos h1 {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 20px;
}

#links-externos li {
    font-size: 1.0em;
    margin-bottom: 10px;
}

#links-externos li a {
    color: #448ed3;
}

#ultimas-noticias {
    width: 59%;
    float: left;
    min-height: 400px;
    background-color: #448ed3;
}

#ultimas-noticias h1 {
    color: #fff;
    font-size: 2.0em;
    text-align: center;
    margin: 30px auto;
}

#abertura,
#migracao {
    width: 30%;
    margin: 30px auto;
}

.enviar-form {
    margin: 0px 5px;
    border: 0px;
    background: #494949;
    padding: 10px 0px;
    color: #fff;
    width: 120px;
    cursor: pointer;
}

.cancelar-form {
    margin: 0px 5px;
    border: 0px;
    background: #494949;
    padding: 10px 0px;
    color: #fff;
    width: 120px;
    cursor: pointer;
}

.tb-form_formulario {
    width: 100%;
}

.tb-form_formulario tr td div {
    font-weight: bold;
    min-height: 25px;
    padding-top: 5px;
}

.tb-form_formulario tr td input {
    min-height: 25px;
}

.tb-form_formulario tr td select {
    min-height: 35px;
}

.tb-form_formulario tr td span {
    color: red;
}

.tb-form_formulario_ligamos {
    width: 100%;
}

.tb-form_formulario_ligamos tr td {
    padding: 5px;
}

.tb-form_formulario_ligamos tr td div {
    font-weight: bold;
    min-height: 25px;
    padding-top: 5px;
}

.tb-form_formulario_ligamos tr td input {
    min-height: 25px;
    width: 100%;
}

.tb-form_formulario_ligamos tr td select {
    min-height: 35px;
    width: 100%;
}

.tb-form_formulario_ligamos tr td span {
    color: red;
}

/* FIM CONTEUDO */


/* RODAPE */
#topo-rodape {
    background: #c1ced9;
    width: 100%;
    min-height: 36px;
    text-align: center;
}

#topo-rodape ul li {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid #fff;
    margin: 9px 0px;
}

#topo-rodape ul li a {
    color: #fff;
    font-size: 0.8em;
}

.sem-borda {
    border-right: 0px !important;
}

#seta-up {
    cursor: pointer;
}

#wrap-rodape {
    width: 100%;
    clear: both;
    background-color: #e6e6e6;
    min-height: 200px;
}

#rodape {
    width: 100%;
    height: 320px;
    clear: both;
    margin: 0px auto;
    padding: 0% 0% 3% 0%;
}

#rodape-titulo {
    font-size: 2.15em;
    font-family: 'Noto Serif', serif;
    color: #fff;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    padding-top: 3%;
}

#rodape h4 {
    margin: 0px 0 10px 0;
    color: #fff;
}

#rodape-info {
    width: 85%;
    margin: 0px auto;
    min-height: 100px;
}

#rodape-esquerdo {
    width: 80%;
    height: 72px;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

#rodape-direito {
    float: left;
    width: 39%;
    height: 72px;
    padding: 1% 1%;
}

#rodape-rede-social {
    width: 85%;
    height: 100px;
    margin: 0px auto;
    padding-top: 3%;
}

#rodape-rede-social h3 {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 10px;
    clear: both;
}

#social-esquerdo {
    width: 25%;
    float: left;
}

#social-meio {
    width: 50%;
    float: left;
    text-align: center;
}

#social-direito {
    width: 25%;
    float: left;
}

#social-meio ul li {
    display: inline-block;
}

#final-rodape {
    min-height: 30px;
    width: 100%;
    margin: 0px auto;
    background: #c1ced9;
}

#final-rodape p {
    color: #222;
    padding-top: 10px;
    text-align: center;
}


/* FIM RODAPE */

/* SISTEMA */

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

.status {
    border-radius: 4px;
    margin: 20px auto;
    padding: 4px 0 4px 24px;
}

/* 	
    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 {
    width: 50%;
    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 ul li {
    margin-top: 10px;
}

#iartigos ul li span {
    display: block;
}

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

.box-parceiro {
    margin: 20px 2%;
    float: left;
    width: 21%;
    min-height: 305px;
    text-align: center;
}

.tabela-parceiro {
    margin: 18px 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: 5px 1%;
    width: 17%;
    min-height: 230px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px 0px;
}

.galeria-videos {
    float: left;
    margin: 5px 1%;
    width: 17%;
    min-height: 230px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px 0px;
}

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


/* FIM SISTEMA */

/*BOTÃO AJUDA CHAT*/
#bt-fechar-ajuda {
    display: none;
    width: 40px;
    height: 113px;
    position: fixed;
    bottom: 0;
    right: 2%;
    cursor: pointer;
    z-index: 9999999999999999999999999999;
}

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

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

#bt-atendimento-ajuda {
    background: #dcdcdc;
    min-height: 50px;
    width: 350px;
    padding-top: 1px;
}

#bt-meio-atendimento-ajuda {
    background: #fff;
    width: 300px;
    padding: 5px 0px;
    border-radius: 5px;
    text-align: center;
    color: #a8a7a7;
    margin: 10px auto;
    font-size: 1.5em;
}

/*BOTÃO AJUDA CHAT*/

/** INICIO WHATSAPP ANIMADO **/

#fab-wpp {
    position: fixed;
    width: 64px;
    right: 2%;
    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.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 **/

/*APLICATIVO*/

#aplicativo .box-conteudo2 {
    width: 100%;
    margin: 0px auto;
    padding: 2% 0%;    
}

#aplicativo h1{
    color: #fff;
    margin: 0 auto;
    text-align: center;
    float: none;
    width: 100%;
    font-size: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 5%;
    font-family: 'Noto Serif';
}

#aplicativo .img-topo{
      background-image: linear-gradient(180deg, #d72e4f8c 40%, #f7dd98 108%), url(../img/bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 240px;
}

hr{
        border: 1px solid #d3d3d3;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    clear: both;
    margin: 5% auto;
}

#box-aplicativo{
    padding: 1% 10% 5% 10%;
}

#box-aplicativo .bloco1{
        width: 100%;
    margin: 0px auto;
    padding: 1% 0% 5% 0%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

#box-aplicativo .box-esquerdo {
    width: 60%;
    float: left;
    padding: 5% 0% 1% 0%;
}

#box-aplicativo .box-direito {
    width: 40%;
    float: left;    
}

#box-aplicativo .box-direito-desk {
    width: 40%;
    float: left;
	visibility: visible;	
}

#box-aplicativo .box-direito-mob {
    width: 40%;
    float: left;
	visibility:hidden;
	display:none;
}

#box-aplicativo .bloco1 h2 {
   color: #000;
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: left;
    font-family: 'Noto Serif', serif;
    letter-spacing: -1px;
}

#box-aplicativo .bloco1 ul li {
        text-align: left;
    font-size: 1.2rem;
    font-family: 'Noto Serif';
    color: #000;
    font-weight: 500;
    padding-bottom: 18px;
}

#box-aplicativo .bloco1 p {
    text-align: left;
    font-size: 1.2rem;
    font-family: 'Noto Serif';
    color: #000;
    font-weight: 500;
}

#box-aplicativo .bloco1 a {
    text-align: center;
    float: left;
    margin: 20px auto;
    background-color: #e83255;
    padding: 20px 30px;
    color: #fff;
    border-radius: 90px;
    font-size: 1.5rem;
    transition:0.3s;
}

#box-aplicativo .bloco1 a:hover {
    background-color: #000;
    transition:0.3s;
    transform:scale(1.05);
    color: #fff;    
}

#box-aplicativo .bloco1 img{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: block;
}