/* 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%;
    position: fixed;
    z-index: 9999999;
}

#div-logo-topo {
    width: 313px;
    /* height: 72px; */
    margin-left: 10%;
    float: left;
    /* margin-top: 17px; */
}

#div-menu-topo {
    width: 50%;
    /* height: 96px; */
    float: right;
    margin-top: 20px;
}

/* 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: 21px 4px;
    text-decoration: none;
    color: #d3b174;
    line-height: 96px;
    font-size: 14px;
}

.nav a:hover {
    background: #d3b174;
    border-bottom: solid 4px #d3b174;
    color: #000;
}

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

.nav .current a:hover {
    background: #f8f9fb;
    border-bottom: solid 4px #fff;
    color: #305048;
}

.nav .current {
    display: none;
}


/* Conteudo */
#wrap-conteudo {
    padding: 6rem 0 0 0;
}

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

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

.box-conteudo {
    margin: 0 auto;
    width: 80%;
    padding: 4rem 0;
}

.btn-contato {
    background: #000000;
    padding: 1% 3%;
    color: #fff;
    display: inline-block;
    transition: 0.3s;
}

.btn-contato:hover {
    background-color: #d3b174;
    transition: 0.3s;
}

/* Links �teis */
#linksuteis {
    margin: 50px 10% 50px 10%;
    width: 80%;
    min-height: 400px;
    clear: both;
    float: left;
}

#icone-iartigos,
#icone-links,
#icone-trabalhe,
#icone-manual,
#icone-galeriafotos,
#icone-galeriavideos {
    width: 100%;
    margin-top: 30px;
    margin-right: 5%;
}

#texto-iartigos,
#texto-links,
#texto-trabalhe,
#texto-manual,
#texto-galeriafotos,
#texto-galeriavideos {
    width: 100%;
    margin-top: 20px;
    margin-right: 1%;
}

.utilitario {
    width: 20%;
    text-align: center;
    float: left;
    margin-right: 5%;
    min-height:340px !important;
}

.utilitario .textodetalhes {
    min-height: 40px;
}

.utilitario-btn {
    width: 60%;
    height: 2.5em;
    margin: 0 auto;
    display: block;
    height: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.utilitario-btn a {
    display: block;
    height: 30px;
    line-height: 30px;
}

/* ------------------------------------------------------------------------ */

/* �rea do Cliente */
#wrapper-areadocliente {
    display: flex;
}

#areadocliente {
    margin: 0 auto;
    width: 90%;
    clear: both;
    padding: 4% 0% 4% 0%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#idocumentos {
    width: 50%;
    float: left;
}

#idocumentos-form {
    width: 100%;
}

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

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

#idocumentos-form p {
    margin-left: 10%;
    margin-top: 5px;
}

#idocumentos fieldset {
    text-align: center;
}

#idoc-div-btn {
    width: 50%;
    margin: 0 auto;
}

#inewsletter {
    width: 30%;
    min-height: 200px;
    float: right;
    margin-right: 17%;
    text-align: left;
}

#form-inewsletter {
    width: 100%;
    min-height: 200px;
    padding-top: 40px;
}

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

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

#inewsletter fieldset {
    width: 100%;
    text-align: center;
}

#inew-div-btn {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

/* ------------------------------------------------------------------------ */


/* Ideal News */
#idealnews {
    width: 100%;
    /* min-height: 200px; */
    /* padding-top: 20px; */
    text-align: center;
    /* clear: both; */
    display: inline-block;
    padding: 1% 0% 12% 0%;
}

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

#inews a {
    color: #000;
}

#inews span {
    display: block;
    margin: 5px 0px;
}

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

#inews .slide {
    padding-left: 50px;
    padding-right: 50px;
}

/* ------------------------------------------------------------------------ */


/* iCalend�rio */
#icalendario {
    width: 50%;
    margin: 0 auto;
    /* margin-left: 20%; */
    text-align: center;
    /* float: left; */
    padding: 2% 0% 2% 0;
    display: table;
}

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

/* ------------------------------------------------------------------------ */

/* Rodap� */
#wrap-rodape {
    width: 100%;
    min-height: 340px;
    background: #122b1d top center no-repeat;
}

#rodape h2 {
    padding-bottom: 5%;
    font-size: 1.25rem;
    color: #d3b174;
}

#wrap-rodape #rodape {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 2% 0%;
}

#wrap-rodape #rodape #selo-rodape {
    width: 25%;
    text-align: center;
}

#wrap-rodape #rodape #endereco-rodape {
    width: 40%;
}

#wrap-rodape #under-rodape {
    margin: 0 auto;
    border-top: solid 5px #d3b174;
}

#under-rodape-content {
    margin: 40px 10% 0 10%;
}

#under-rodape-content p {
    text-align: center;
}

#under-rodape-content #w3c {
    float: left;
}

#under-rodape-content #tiideal {
    float: right;
}

#wrap-rodape #rodape #chat-rodape {
    width: 32%;
    height: 40px;
    display: block;
    margin-right: 10%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#wrap-rodape #rodape #chat-rodape a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
}

#form-rodape {
    width: 32%;
    margin-top: 20px;
    margin-right: 10%;
}

#frm-rodape table,
#frm-rodape tr,
#frm-rodape td {
    font-size: 1em;
    vertical-align: top;
}

#frm-rodape input,
#frm-rodape textarea {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #acacac;
    padding: 5px;
    margin-bottom: 5px;
    width: 90%;
}

#frm-rodape textarea {
    height: 122px;
    width: 85%;
    float: right;
}

#frm-rodape button {
    width: 90%;
    float: right;
    height: 28px;
    margin-top: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
    border: 0;
    color: #242424;
}

#redes-sociais-rodape {
    margin-left: 8%;
}

#redes-sociais-rodape p {
    margin-bottom: 15px;
}

#redes-sociais-rodape a {
    margin-right: 8px;
}

/* ------------------------------------------------------------------------ */

/* CONTATO */
#contato {
    width: 34%;
    padding: 31px;
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid black;
    filter: alpha(opacity=90);
    position: absolute;
    z-index: 999999;
    margin: 9.2rem 0 0 10px;
}

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

#contato input {
    width: 100%;
}

#contato textarea {
    width: 100%;
}

#contato input[type="submit"], #contato input[type="reset"] {
    width: 40%;
    margin-top: 1rem;
    padding: 5px 10px;
}
#contato input[type="reset"] { margin-right: 10px; }

#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;
    padding-left:25px;
}

#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: 20px;
    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-parceiro {
    margin: 10px 20px;
    width: 20%;
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 245px;
}

#parceiros {
    margin: 0 auto;
    width: 80%;
    padding: 5% 0%;
    height: auto;
    display: flow-root;
}

.box-parceiro img {
    width: 159px;
    height: 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: 0px 1% 5% 1%;
}

.galeria-fotos a img, .galeria-videos a img{
    border-radius:5px;
}

.galeria-videos {
    float: left;
    margin: 0px 1% 5% 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;
}



#condominio {
    width: 50%;
    float: left;
}

#condominio-form {
    width: 100%;
}

#condominio * {
    outline: none;
    margin: 0 auto;
    text-align: center;
}

#condominio label {
    margin-bottom: 10px;
}

#condominio-form input {
    border: 0px;
    padding: 1%;
    font-size: 1em;
    background: #fefefe;
    text-align: center;
}

#condominio-form input {
    width: 50%;
    height: 2em;
    margin: 3px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#condominio-form button,
#condominio-form a {
    width: 30%;
    height: 2.5em;
    margin: 5px 0px 5px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

#condominio-form button,
#condominio-form a {
    background: #d3b174;
    border: 0px;
    cursor: pointer;
    color: #000;
    padding: 1%;
    font-size: 1em;
    margin-top: 3px;
    font-weight: 600;
}

#condominio p {
    margin-top: 10px;
}

/** INICIO WHATSAPP ANIMADO **/
#fab-wpp {
position: fixed;
    width: 64px;
    right: 10rem;
    bottom: 3rem;
    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: auto;
    height: auto;
    background-color: #34AF23;
    border-radius: 90px;
    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);
    padding: 0.5rem 2rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}

#fab-wpp .fab-action p {
    color: #fff;
    padding-left: 5px;
    font-size: 1.15rem;
}

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

#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 **/