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

#wrap-topo {
	width: 100%;
    background-color: #fff;
    height: 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    border-bottom: 3px solid #ff6300;
}

#div-logo-topo {

}

#barra-topo2{
	display: flex;
}

#barra-topo2 .menu-desk{
	display: inline-flex;
}

#barra-topo2 .menu-desk ul li{
    display: inline;
}


#barra-topo2 .menu-desk ul li a{
	color: #000;
    padding: 5px 9px;
    border-radius: 4px;
    font-size: 1rem;
	text-decoration:none;
	display:inline-block;
}

#barra-topo2 .menu-desk ul li a:hover{
	background: #ff6300; 
	color:#fff;
}

#barra-topo2 .menu-desk ul li:last-child a{
	background: #ff6300;
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    font-size: 1rem;
}

#barra-topo2 .menu-desk ul li:last-child a:hover{
	background: #000;
    color: #fff;
}

#barra-topo2 .menu-areadocliente{
	background: #ff6300;
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    font-size: 1rem;
	margin-left:10px;
}

#barra-topo2 .menu-areadocliente:hover{
	background: #000;    
}

#barra-topo2 .menu-lateral {
	visibility:hidden;
}

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

#wrap-conteudo {
    height: auto;
}

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

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

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

#texto-conteudo {
    width: 100%;
    font-size: 1.2rem;
}


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

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

#box-sobre-esquerdo {
    margin: 0 auto;
    text-align: center;
}

#box-sobre-meio {
    width: 10%;
    float: left;
    text-align: center;
    min-height: 240px;
    margin-top: -30px;
}

#box-sobre-direito {
    width: 39%;
    float: left;
    min-height: 335px;
    color: #4f4f4f;
}

#box-sobre-esquerdo h2 {
color: #000;
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

#box-sobre-esquerdo a {
    font-weight: bold;
    margin: 10px 0px;
}

#box-sobre-direito h2 {
    color: #4f4f4f;
    font-size: 2.8em;
    margin-bottom: 30px;
}

#box-sobre-direito a {
    text-align: left;
    font-weight: bold;
    float: left;
    margin: 10px 0px;
    color: #3aa3f5;
}

#box-sobre-direito ul li {
    line-height: 25px;
}

#box-tools {
    min-height: 390px;
    width: 100%;
    margin: 0px auto;
    padding: 120px 0px;
}

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

#box-tools-esquerdo {
    width: 55%;
    float: right;
}

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

.simule-gastos {
    background-color: #000000;
    padding: 40px 0px;
    color: #fff;
    text-align: center;
}

.simule-gastos p {
    font-size: 2rem;
    margin-bottom: 37px;
    font-weight: 700;
}

.simule-gastos a {
    padding: 10px 30px;
    margin: 0 auto;
    text-align: center;
    background-color: #f89200;
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 4px;
}

.simule-gastos a:hover {
    background-color: #fff;
    color: #000;
}

.tools {
    background: #f89200;
    color: #000000;
    text-align: center;
    width: 38%;
    float: left;
    margin: 5px;
    padding: 40px 5%;
    min-height: 195px;
}

.tools h2 {
	margin-bottom: 18px;
    font-size: 1.65rem;
    padding-top: 10px;
    font-weight: 600;
}

.tools p {
	margin-top: 10px;
    font-size: 1.1rem;
    font-weight: 500;
}

#box-tools-2 {
    background: #f89200;
    width: 100%;
    margin: 0px auto;
    padding: 50px 0px;
    min-height: 330px;
}

#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: #333;
    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 {
    min-height: 215px;
    padding: 30px 0px;
    margin: 0px auto;
    width: 100%;
}

#box-tools-3 h2 {
    text-align: center;
    font-size: 2.0em;
    margin-bottom: 10px;
}

#box-tools-3 p {
    text-align: center;
    font-size: 1.0em;
    margin-bottom: 30px;
}

#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: 70%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

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

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

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

#box-depoimento h1 {
    font-size: 2rem;
    font-weight: 700;
}

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

.tools-4 {
    width: 41%;
    float: left;
    margin: 2px;
    padding: 4%;
    background: #000000;
    text-align: center;
    min-height: 325px;
    margin-bottom: 5%;
}

.tools-4 h2 {
	color: #fff;
    font-size: 1.8rem;
    margin-bottom: 24px;
    font-weight: 600;
}

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

#tools-4 p {
    color: #fff;
    font-size: 1rem;
    padding: 6%;
}

#box-areadocliente {
	height: auto;
    margin: 0px auto;
    width: 100%;
    background: #f89200;
    padding: 100px 0;
    display: inline-block;
}

#tools-areadocliente {
    width: 80%;
    margin: 0px auto;
}

.tools-areadocliente {
    width: 26%;
    float: left;
    margin: 5px 5px;
    padding: 3%;
    text-align: center;
    min-height: 210px;
    border-radius: 4px;
    /* border: 1px solid #000000; */
    background: #fff;
}

.tools-areadocliente h2 {
	color: #000000;
    font-size: 1.75rem;
    line-height: 27px;
    font-weight: 600;
    padding-bottom: 2%;
}

.tools-areadocliente img {
    margin: 10px auto;
}

.tools-areadocliente p {
	width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.25rem;
    color: #000000;
    font-weight: 600;
}

#box-areadocliente h1 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 3rem;
    padding-bottom: 40px;
    color: #000000;
    font-weight: 600;
}

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

.galeria-box h2 {
    font-size: 2.0em;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

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

#fundo-depoimento {
    background: url('../img/fundo-depoimento.png')no-repeat;
    min-height: 550px;
    width: 100%;
}

#box-depoimento {
    /* min-height: 525px; */
    padding: 0px 0px 15px 0px;
    /* margin: -550px auto 0px auto; */
    width: 100%;
}

#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 p {
    font-size: 1.26em;
}

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

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

.txt-depoimento {
    float: left;
    width: 70%;
}

.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: 5px 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: 21%;
    margin: 5px 1%;
    padding: 1%;
    background: #00A5F8;
    text-align: center;
    min-height: 130px;
}

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

/* 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: #333;
    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;
    background: #ededed;
    padding: 20px;
}

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

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

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

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

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

#box-calendario {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    clear: both;
    padding-top: 30px;
}

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

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

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

#titulo-newsletter h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}

#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: 2.75em;
    margin: 5px auto;
    text-align: center;
}

#inewsletter button {
    width: 26%;
    height: 4em;
}

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

#inews a {
    color: #333;
}

#inews span {
    display: block;
    margin: 5px 0px;
    color: #f89200;
    font-style: italic;
    font-size: 1.25em;
}

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

#inews .slide a {
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
}

#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: #000000;
    width: 100%;
    min-height: 55px;
    text-align: center;
    line-height: 27px;
}

#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.8rem;
    font-weight: 600;
}

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

#seta-up {
    float: right;
    margin-top: -33px;
    margin-right: 2%;
    cursor: pointer;
}

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

#rodape {
    width: 80%;
    clear: both;
    padding: 20px 10%;
    margin: 0px auto;
}

#rodape-titulo {
	text-align: center;
    color: #f89200;
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

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

#rodape-info {
	width: 100%;
    margin: 0px auto;
    padding: 2% 0%;
    display: inline-flex;
}

#rodape-info .redessociais{
	width: 30%;
	float:left;
}

#rodape-info .redessociais ul li{
	color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;	
}

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

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

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

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

#social-esquerdo {
    width: 25%;
	display: block;
    float: left;
	border: 1px solid #303030;
}

#social-meio {
    width: 50%;
	display: block;
    float: left;
    text-align: center;
	border: 1px solid #303030;
	text-align: center;
}

#social-direito {
    width: 25%;
	display: block;
    float: left;
	border: 1px solid #303030;
}

#wrap-rodape .redessociais{
	padding:2% 0%;
	margin:0 auto;
	text-align:center;
}

#wrap-rodape .redessociais ul li img{
width: 40px;
    margin: 0 auto;
    display: block;
    padding: 0 20px 0 0;
}

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

#rodape_telefone {
    background: url('../img/phone-rodape.png') no-repeat left center;
    padding-left: 40px;
    min-height: 45px;
}

#rodape_email {
    background: url('../img/email-rodape.png') no-repeat;
    padding-left: 40px;
    min-height: 45px;
}

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

#final-rodape p {
    color: #000000;
    padding-top: 10px;
    text-align: center;
    font-size: 1em;
}

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

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

/* SIMULADOR */

/*
.simule-gastos{background-color:#FF5023; padding: 60px 0px; color: #333; text-align: center;}
.simule-gastos p {font-size: 2em; margin-bottom: 20px;}
.simule-gastos a {padding:10px;margin:30px auto 0;text-align: center;background-color:#333;color:#333;font-size:1em;}
*/

.box-contato-geral:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.box-simulacao-geral h2 { text-align: center; font-size: 1.2em; padding-bottom: 25px; }
.box-simulacao-geral .status{padding:4px 24px;}
.box-simulacao-geral .status p.danger{background-color:#f8d7da;border:1px solid #f5c6cb;padding:15px;border-radius:5px;color:#721c24;}
.box-simulacao-geral .status p.success{position:relative;padding:.75rem 1.25rem;color:#155724;border:1px solid #c3e6cb;background-color:#d4edda;border-radius:.25rem;}
.box-simulacao-geral form{width:100%;display:flex;flex-wrap:wrap; margin-top: 20px;}
.box-simulacao-geral .g-recaptcha{display:table;margin:0 0 2rem;}
.bg-bluedark{background-color:#f89200;margin-top:3rem;padding:2rem 0;}
.btn-simula, .btn-regime{display:inline-flex;margin:0 auto;text-align: center;width:100%;margin-bottom:20px;}
.btn-simula label, .btn-regime label{margin-right:15px;}
.btn-simula label:first-of-type, .btn-regime label:first-of-type{margin-left:auto;}
.btn-simula label:last-child, .btn-regime label:last-child{margin-right:auto;}
.box-simulacao-geral form input[type="text"],
.box-simulacao-geral form input[type="number"],
.box-simulacao-geral form input[type="email"],
.box-simulacao-geral form select
{display:block;width:95%;height:25px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image: none;border: 1px solid #ccc;margin-bottom:15px;border-radius:4px; }
.box-simulacao-geral form select{width:99%;height: 40px;}
.box-simulacao-geral form label.label-default { color:#333; font-weight: bold; display: block; margin-bottom: 5px; font-size: 0.9em;}

.box-simulacao-geral form label.label-black { color:#000; font-weight: bold; display: block; margin-bottom: 5px; font-size: 0.9em; }

.btn-simula input.labelauty:checked + label,
.btn-simula input.labelauty:checked:not([disabled]) + label:hover,
.btn-simula input.labelauty:not(:checked):not([disabled]) + label:hover
 { font-size:14px; background-color: #f89200; color: #fff;}
.btn-simula input.labelauty + label { background-color: rgb(99, 99, 99);  font-size: 1em;  line-height: 1em;}
.btn-regime input.labelauty:checked + label,
.btn-regime input.labelauty:checked:not([disabled]) + label:hover,
.btn-regime input.labelauty:not(:checked):not([disabled]) + label:hover
 { background-color: #e0e0e0;color:#000;}
.btn-regime input.labelauty + label { background-color: #e4e4e4; border: 1px solid #dbdbdb;  font-size: 1em; line-height: 1em;}

input.labelauty + label {width:28%;}

.box-simulacao-geral form .input-box {position: relative;display: table;border-collapse: separate;margin-bottom: 15px;}
.box-simulacao-geral form .input-box .unit {
    display: table-cell;    
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
 }

.box-simulacao-geral form .input-box input { 
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 95%;
    margin-bottom: 0;    
}

#simulacao-calc {padding:0;flex:1;}
#simulacao-calc .bg-grey{background:#efefef;padding:15px;border-radius:6px;}
#simulacao-basic {flex:1;padding:1rem;}
#simulacao-basic .bordered-black {border-radius:15px;color:#333;margin:0 auto;}
#simulacao-basic h2{color:#fff;font-size:24px;text-align: center;margin-bottom:20px;}
.btn-send{cursor:pointer;background-color:#f89200;color:#fff;border:0;padding:15px;margin-right:15px;border-radius:5px;}
.btn-cancel{cursor:pointer;background-color:#21211b;color:#fff;border:0;padding:15px;border-radius:5px;}

#simulacao-enviar {margin: 2em 0;flex:0 0 100%;}
#simulacao-enviar button {width: 80px;}
#simulacao-enviar .btn-send { float: right;}
#simulacao-enviar .btn-cancel { float: left; }

/* FIM SISTEMA */



/** INICIO WHATSAPP ANIMADO **/

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

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

#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;
    border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
	z-index:0;
}

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