﻿/* 
    Created on : 04/12/2018, 11:37:02
    Author     : fernando.mota
    CSS        : Estrutura 38
*/


/* INICIO PAGINA DEPOIMENTOS CARROSSEL */
#testimonial-bxslider > div.item {
  display: flex !important;
  align-items: center;
}
#testimonial-bxslider > div.item img { margin-right: 1vw !important; }
#testimonial-bxslider > div.item .txt-depoimento p { margin: 0 !important; }
#testimonial-bxslider > div.item .txt-depoimento .descri { 
  font-weight: bold !important;
  margin-top: .8vw !important;
}
.testimonial_container {
  justify-content: center !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #1b6fc1 !important;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 10px;
  display: inline-block;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -46px;
}
/* INICIO PAGINA DEPOIMENTOS CARROSSEL */



.mr-10 {
  margin-right: 10px;
}
.p-zero {
  padding: 7% 5%;
}


html {
  scroll-behavior: smooth;
}


/** INICIO WHATSAPP ANIMADO **/
#fab-wpp {
  position: fixed;
  width: 64px;
  right: 2%;
  bottom: 10rem;
  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: 3.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;
  }
}

/** FINAL WHATSAPP ANIMADO **/




/** INICIO CHAT RODAPE ANIMADO **/
#fab-chat {
  position: fixed;
  width: 64px;
  right: 2%;
  bottom: 15px;
  z-index: 9998;
}

#fab-chat .fab-chat-action {
  transition: all 225ms ease-in-out;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #242424;
  border-radius: 50%;
  text-align: center;
}

#fab-chat .fab-chat-action i {
  margin: 0 auto;
  color: #fff;
  font-size: 3.2rem;
  animation: WaveChatNew 1.5s ease infinite;
}

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

#fab-chat::after,
#fab-chat::before {
  content: '';
  position: absolute;
  opacity: 0;
  border: 4px solid #242424;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  -webkit-border-radius: 50%;
}

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

#fab-chat:hover::after {
  border: 4px solid #242424;
}

#fab-chat:hover::before {
  border: 4px solid #242424;
}

@keyframes WaveChatNew {
  0% {
    color: #FFF;
  }

  50% {
    color: #FA9D83;
  }

  100% {
    color: #F77047;
  }
}

/** FINAL CHAT RODAPE ANIMADO **/



/*
* PAGINAS INTERNAS
*/
/* PARCEIROS */
.box-parceiro {
  text-align: center;
  margin-top: 25px;
}

.box-parceiro .box-parceiro-content {
  background-color: #ffffff;
    min-height: 260px;
    padding: 11% 0%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border: 2px solid #ccc;
}

.box-parceiro .box-parceiro-content:hover {
      /* background-color: #E9E9E9; */
      border: 2px solid #1b6fc1;
    }

.box-parceiro .box-parceiro-logo {
  /*padding: 20px 30px;
  background-color: #FFF;*/
}

.box-parceiro .box-parceiro-logo img {
  float: right;
    max-height: 180px;
}

.box-parceiro .box-parceiro-logo h3 {
  float: left;
}

.box-parceiro .box-parceiro-info {
  text-align: left;
  font-weight: 200 !important;
  font-size: 1.4rem !important;
  text-transform: uppercase;
  padding: 20px 10px;
  color: #8c8c8c;
}

.box-parceiro a:hover {
  font-weight: bold !important;
  color: #949494;
}

.box-parceiro h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #bbbbbb;
  font-size: 2.1rem;
}



/****************************************************************************************************************


/*
* GERAL
*/
.container-fluid {
  margin: 0;
  padding: 0;
}

/*HEADER*/
.logo-contabil H1 {
  color: #fff;
    padding-left: 12px;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 34px;
}


/* SLIDER */
.header-slider {
  margin: 0 !important;
  padding: 0 !important;
  color: #FFF;
}

#background-topo {
  background-image: linear-gradient(to top, #302e31ad, #0e0e0fa6, #2f2f2f5c), url(../img/bg-header.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.header-slider .btn-slider {
  display: inline-block;
  color: #FFF;
  padding: 9px 23px;
  margin-top: 1rem;
  font-size: 15px;
  border: solid #1b6fc1;
  transition: 0.5s;
  text-transform: uppercase;
  border-radius: 0px;
}

.header-slider .btn-slider:hover {
  background-color:#1b6fc1;
  transition: 0.5s;
}

.info-baixo-center{
  z-index: 99999999;
}

.fa-arrow-down{
  font-size: 28px;
  color:#1b6fc1;
}

.header-slider .topo-txt-first-destaque h2{
  background-color: #1b6fc1;
  font-size: 30px;
  font-weight: bold;
  margin-top: 12%;
  width: 39%;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  clear: both;
}

.header-slider .topo-txt-first-destaque span {
  border-bottom: 1px solid #1b6fc1;
  padding-bottom: 0.5rem;
}

.header-slider .topo-txt-destaque h2 {
  font-size: 160px;
    margin: 0;
    letter-spacing: -7px;
    width: 78%;
    margin-top: 12%;
    float: left;
    text-align: left;
    padding-left: 1%;
    font-family: 'Montserrat', sans-serif;
    border-left: 30px solid #1b6fc1;
    display: block;
    margin-left: 55px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    color: #fff0;
    line-height: 113px;
    text-shadow: 2px 2px #19026124;
}

.header-slider .topo-txt-destaque h3 {
  font-size: 93px;
    margin: 0;
    letter-spacing: -5px;
    width: 68%;
    margin-top: 13%;
    color: #1b6fc1;
    float: left;
    text-align: left;
    padding-left: 1%;
    font-family: 'Montserrat', sans-serif;
    /* border-left: 30px solid #ffffff; */
    display: block;
    margin-left: 55px;
    padding-top: 27px;
    line-height: 80px;
}
.header-slider .topo-txt-destaque h4 {
  font-size: 27px;
    margin: 0;
    letter-spacing: -1px;
    width: 68%;
    margin-top: -1%;
    color: #fff;
    float: left;
    text-align: left;
    padding-left: 1%;
    font-family: 'Montserrat', sans-serif;
    /* border-left: 30px solid #ffffff; */
    display: block;
    margin-left: 55px;
    padding-top: 27px;
}

.header-slider .info-baixo-center p {
  font-size: 24px;
  padding-bottom: 1%;
}

.topo-menu{
  background: #fff;
  padding: 0px;
  width: 98%!important;
  margin: 10px auto!important;
}

.menu-desk{
  padding-top: 20px;
  padding-left: 0;
}

.numero-contato-topo{
  top: 4px;
}

.topo-menu span{
  font-size: 15px;
}

.topo-menu a { 
  background: #1b6fc1;
  color: #fff;
  padding: 7px 20px;
  display: flex;
  float: right;
  margin-right: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.topo-menu a:hover {
  background-color: #1b6fc1;
  transform: scale(1.1);
  transition: 1s;
} 

/*
* SESSAO SOLUCOES
*/
.sessao-solucoes {
  text-align: center;
    padding: 5% 5% 0% 5%;
    background-color: #fff;
    border-top: 10px solid #1b6fc1;
    width: 80%;
    margin: 0 auto;
}


.sessao-solucoes .caixa-grande-esquerda h2{
  text-align: center;
    color: #36353d;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 43px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 4%;
    text-align: center;
    letter-spacing: -1px;
    line-height: 65px;
}

.sessao-solucoes .caixa-grande-direita h4{
  background-color: #1b6fc1;
    padding: 15px;
    color: #fff;
    width: 30%;
    text-align: center;
    border-radius: 90px;
    font-weight: 600;
}


.sessao-solucoes .caixa-grande-esquerda p{
  color: #36353d;
  text-align: center;
  padding: 0px 8% 0 8%;
  font-size: 21px;
}

.sessao-solucoes .caixa-grande-esquerda hr{
  color: #666;
  border: solid 1px;
  width: 50%;
  margin: 2% 25%;
}

.sessao-solucoes .caixa-grande-direita{
  padding: 0% 0%;
}

.sessao-solucoes .caixa-grande-direita h2{
  color: #1b6fc1;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    font-family: sans-serif;
    padding-bottom: 4%;
    font-size: 25px;
}

.sessao-solucoes .caixas-direita{
  margin-top: 25px;
  margin-bottom: 25px;
  /* height: auto; */
  display: block;
  text-align: center;
  padding: 1% 0%;
  height: 420px;
}

.sessao-solucoes .caixas-direita h3{
  margin-bottom: 12px;
  font-weight: 700;
  color: #36353d;
  text-align: center;
  font-family: 'Hind Guntur', sans-serif;
  font-size: 20px;
  width: 80%;
  margin: 0 auto;
  padding: 5% 0% 3% 0%;
  text-transform: uppercase;
}

.sessao-solucoes .caixas-direita img {
  margin: 0 auto;
  text-align: center;
  float: none;
  display: block;
  width: 40%;
}

.sessao-solucoes .caixas-direita h2{
  color: #1b6fc1;
  font-size: 23px;
  margin: 5px 0 5px 0;
}

.sessao-solucoes .caixas-direita hr{
  border: solid 1px;
  color: #36353d;
  margin: 5% 20%;
}

.sessao-solucoes .caixas-direita p{
  color: #36353d;
    font-weight: 400;
    text-align: center;
    font-family: sans-serif;
    font-size: 17px;
    padding: 1% 5%;
    height: 60px;
    line-height: 20px;
    
}

.sessao-solucoes .efeito-aumenta {
  transition: 1s;
}

.sessao-solucoes .efeito-aumenta:hover {
  transition: 0.15s;
    transform: scale(1.1);
    
}

#vantagens h2{
  text-align: center;
    color: #4a4a4a;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 27px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 3%;
    /* float: left; */
    text-align: center;
    /* padding-left: 10px; */
    line-height: 36px;
}

#vantagens p{
  color: #4c4c4c;
    font-family: sans-serif;
    font-size: 18px;
    text-align: left;
}

/*
* SESSAO ferramentas
*/
.sessao-ferramentas {
  background-color: #fff;
  text-align: center;
  padding-bottom: 7rem;
}

.sessao-ferramentas h2 {
  color: #36353d;
  font-size: 32px;
  margin: 0 auto;
  padding: 7% 0% 0% 0%;
  width: 50%;
}

.sessao-ferramentas .bloco-cards {
  padding: 2% 18% 0% 18%;
  margin: 0 auto;
}



.box {
  display: block;
  width: 100%;
  margin: 5px;
  padding-top: 10%;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  position: relative;
  height: 250px;
}

.box h3 {
  color: #36353d;
  font-size: 20px;
  margin: 10px 0 10px 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.box h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 210px
}

.box p {
  font-size: 14px;
  color: #36353d;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 5px 0 5px;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}


.slide-in .overlay {
    background: #4a4a4ade;
    line-height: 200px;
    color: #fff;
    opacity: 0.9;
    transform: translateY(100%);
    -webkit-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

.slide-in .box:hover .overlay {
  transform: translateY(0);
}


/*
* SESSAO EMPRESA
*/

.sessao-empresa{
  padding: 0% 0% 0% 0%;
}

.b-empresa-1{
  padding: 1% 2% 2% 2%;
}

.sessao-empresa h2 {
  text-align: center;
    color: #36353d;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 43px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2%;
    text-align: center;
    letter-spacing: -1px;
    line-height: 50px;
}

.sessao-empresa h2 span {
  border-bottom: 4px solid #1b6fc1;
  padding-bottom: 5px;
  font-weight: 500;
}

.sessao-empresa p {
  font-size: 24px;
  line-height: 29px;
  font-family: sans-serif;
  color: #36353d;
  width: 60%;
  clear: both;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center!important;
}

.sessao-empresa a {
  color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    background-color: #1b6fc1;
    padding: 7px 30px;
    border-radius: 90px;
}

.sessao-empresa a:hover {
  background-color: #36353d;
  color: #fff;
}

.sessao-empresa hr {
  border: 0;
  border-bottom: 1px solid #C3C2C2;
  margin-top: 50px;
}

.sessao-empresa .contador-box{
  padding-top: 4rem;

}

.sessao-empresa .number h2 {
  text-align: center;
  float: none !important;
  margin: 0 !important;
  font-size: 4rem;
  color: #808080;
}

.sessao-empresa .contador-box h2{
  font-weight: 700;
  border-left: unset;
  margin-left: unset;
  padding-left: unset;
}

.sessao-empresa video {
  max-width: 100%;
  height: auto;
}

/*
* SESSAO VANTAGENS
*/
.sessao-vantagens {
}

.sessao-vantagens i {
  color: #1b6fc1;
  margin-right: 5px;
  font-size: 18px;
}

.sessao-vantagens img {
  width: 90%;
  margin: 0 5%;
}

.sessao-vantagens h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: sans-serif;
  font-size: 30px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 3%;
  text-align: center;
  letter-spacing: -1px;
  line-height: 34px;
}

.sessao-vantagens h2 span {
  text-align: center;
    color: #4a4a4a;
    font-family: 'Hind Guntur', sans-serif;
    font-size: 30px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 2%;
}

.sessao-vantagens p {
  font-size: 1.6rem;
  color: #4a4a4a;
  line-height: 24px;
  text-align: center;
}

.sessao-vantagens p strong {
  font-weight: 600 !important;
    font-size: 19px;
}

.sessao-vantagens .categorias p {
  font-size: 19px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    /* font-weight: bold; */
}

.sessao-vantagens a {
  display: inline-block;
  background-color: #1b6fc1;
  padding: 14px 19px;
  color: #FFF;
  margin-top: 15px;
  border: solid;
}

.sessao-vantagens .lista-categoria {
  padding: 1% 0% 1% 13%;
}

.fa-check-circle{
  margin: 0 auto;
    color: #ffffff;
    font-size: 32px;
    float: none;
    text-align: center;
    display: block;
}
/*
* SESSAO CONTABILIDADE
*/
#box-contabilidade {
  text-align: center !important;
    padding: 5% 0% 5% 0%;
    background-image: linear-gradient(to top, #252529fa, #434448c7, #262a31b5), url(../img/bg-header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.contabilidade-btn{
  background: #36353d00;
    padding: 10% 0% 10% 0%;
    transition: 0.5s;
    border-radius: 20px;
    border: 2px solid #fff;
}

.contabilidade-btn:hover{
  background-color:#1b6fc1;
  transform: scale(1.03);
  transition: 0.5s;
}

.contabilidade-btn img{
  width: 80%;
}

.sessao-contabilidade h2 {
  text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 53px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5%;
    /* float: left; */
    text-align: center;
    letter-spacing: -2px;
    line-height: 51px;
    padding-top: 4%;
}

.sessao-contabilidade h3 {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  padding: 5% 0% 2% 0%;
  width: 90%;
  clear: both;
  margin: 0 auto;
}

.simulador h3 {
  font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding: 3% 0% 1% 0%;
    width: 100%;
    clear: both;
    margin: 0 auto;
    font-family: 'Hind Guntur', sans-serif;
}

.simulador a{
  padding: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    transition: 0.3s;
    background-color: #1b6fc1;
    border:2px solid #1b6fc1;
    width: 40%;
    margin: 0 auto;
    border-radius: 90px;
}

.simulador a:hover{
    background-color: rgba(54, 53, 61, 0);  
    border:2px solid #fff;
}

.sessao-contabilidade h4 {
  font-size: 21px;
  color: #fff;
  float: left;
  padding-left: 6%;
}

.sessao-contabilidade .bloco-cards {
  padding: 0% 20% 2% 20%;
  margin: 0 auto;
}

.sessao-contabilidade .bloco-cards p {
  font-size: 19px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    padding-top: 14px;
    line-height: 26px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 28px;
    height: 120px;
}

.sessao-contabilidade .background-card .efeito-hover:hover {
  transform: scale(1.07);
  transition: 0.5s
}

.sessao-contabilidade .background-card2 img {
  width: 15%;
}

.sessao-contabilidade .background-card2 h2 {
  color: #4a4a4a;
  font-size: 14px;
  margin: 10px 0 10px 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.sessao-contabilidade .background-card-pequeno {
  background-color: #fff;
  margin: 5px;
  width: 47%;
  min-height: 21%;
  padding: 7% 0%;
  transition: 1s;
}

.sessao-contabilidade .background-card-pequeno i{
  font-size: 46px;
  color: #4a4a4a;
  float: left;
}

.sessao-contabilidade .background-card-pequeno i p{
  font-size: 1.9rem;
  color: #4a4a4a;
  font-weight: 700;
  text-align: left;
  padding-left: 20px;
  width: 73%;
  display: inline-block;
}

.sessao-contabilidade .background-card-pequeno h2{
  font-size: 14px;
  font-weight: bold;
  color: #4a4a4a;
}

.sessao-contabilidade .contabilidade-btn a{
  padding: 11px;
    color: #fff;
    display: block;
    font-size: 21px;
    transition: 1s;
    background-color: #1b6fc1;
    width: 40%;
    margin: 0 auto;
    border: 2px solid #ffffff;
    border-radius: 90px;
}

.sessao-contabilidade .contabilidade-btn a:hover{
  border: 3px solid #fff;
  transition: 0.5s;
}

.sessao-contabilidade .degrade {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.sessao-contabilidade .vantagens {
  padding: 4% 10% 4% 10%;
  margin: 0 auto;
}

.sessao-contabilidade .vantagens p {
  font-size: 17px;
    color: #fff;
    text-align: left;
}

.sessao-contabilidade .vantagens img {
  width: 4%;
}


#vantagens{
  padding:2% 5% 6% 5%;
}

/*
* DEPOIMENTO
*/
.sessao-contabilidade .sessao-depoimento {
  padding: 0 9% 2% 12%;
  margin: 0 auto;
}

.sessao-contabilidade .sessao-depoimento h2 {
  font-size: 4.2rem;
  margin: 0 0 5px 10px;
}

.sessao-contabilidade .sessao-depoimento h3 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.sessao-contabilidade .sessao-depoimento p {
  font-size: 2rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-left: 150px;
}

.sessao-contabilidade .sessao-depoimento .depoimento-content {}

.sessao-contabilidade .sessao-depoimento .depoimento-content p {
  width: 75%;
  font-size: 18px;
  margin-bottom: 0px;
  padding: 25px 50px 15px 70px;
  float: none !important;
  letter-spacing: 0;
  background-image: url("../img/comentario.png");
  background-repeat: no-repeat;
  background-position: 0 25px;
}

.sessao-contabilidade .sessao-depoimento .depoimento-content p span {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
}

.sessao-contabilidade .sessao-depoimento .depoimento-content .depoimento-photo img {
  max-height: 10px;
}

/*
* SESSAO SERVIÇOS
*/
.sessao-servicos {
   padding: 0% 7% 9% 7%;
}

.sessao-servicos h2{
      color: #36353d;
      font-weight: 700;
      font-family: sans-serif;
      font-size: 33px;
      width: 100%;
      margin: 0 auto;
      padding-bottom: 1%;
      letter-spacing: -1px;
      margin-bottom: 50px;
  }

hr{
    padding: 0px;
    color: #ececec;
    border: 1px solid;
    display: block;
}

.sessao-servicos h2 span {
    border-bottom: 4px solid #1b6fc1;
    padding-bottom: 5px;
    font-weight: 500;
}

.sessao-servicos .caixas-servicos {
  padding-top: 20px;
}

.sessao-servicos .caixa-esquerda img{
  display: inline-block;
  float: left;
  height: 42px;
}

.sessao-servicos .caixa-esquerda h3{
  color: #36353d;
  font-weight: 700;
  display: block;
  text-align: left;
  font-size: 22px;
  margin-bottom: 0px;
}

.sessao-servicos .caixa-esquerda p{
  text-align: left;
  padding-top: 15px;
  font-family: sans-serif;
  color:#36353d;
}

.sessao-servicos .caixa-esquerda a{
  color: unset;
}

.sessao-servicos .caixa-direita{
  padding: 27% 10% 26% 12%;
    background-color: #1b6fc1;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 80px;
}

.sessao-servicos .caixa-direita h2{
  text-align: left;
  color: #fff;
  font-weight: 700;
  border-left: unset;
  margin-left: unset;
  padding-left: unset;
}

.sessao-servicos .caixa-direita h4{
  color: #fff;
    text-align: left;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 4%;
    border-left: 10px solid #ffffff;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
    /* width: 70%; */
    white-space: none;
}

.sessao-servicos .caixa-direita p{
  color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    padding-top: 5%;
    line-height: 25px;
}

.sessao-servicos .caixa-direita hr{
    border: 2px solid #fff;
    width: 80%;
}

.fa-check-square{
  color:#1b6fc1;
}


.sessao-servicos .efeito-aumenta {
  transition: 1s;
}

.sessao-servicos .efeito-aumenta:hover {
  transition: 0.5s;
  transform: scale(1.03);
}

/*
* PARCEIROS
*/
#sessao-parceiros {
  padding: 0% 0% 5% 0%;
}


#sessao-parceiros h2 {
  font-size: 30px;
  color: #36353d;
  font-weight: bold;
  width: 100%;
  clear: both;
  margin: 0 auto;
  font-family: 'Hind Guntur', sans-serif;
  padding-bottom: 3%;
}

#bloco-parceiros li {
  list-style: none !important;
  display: inline;
  width: 50%;
  padding: 0 15px 0 15px;
}

#bloco-parceiros .parceiros-logo {
  text-align: center;
}

#bloco-parceiros .parceiros-logo img {
  display: inline-block !important;
  opacity: 0.8;
  filter: grayscale(100%);
}

#bloco-parceiros .parceiros-logo img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/*
* SESSAO PERGUNTAS
*/
.sessao-perguntas {
  padding: 5% 0% 5% 0%;
}

.sessao-perguntas h2 {
  font-size: 30px;
    color: #36353d;
    font-weight: bold;
    padding: 0% 0% 3% 0%;
    width: 100%;
    clear: both;
    margin: 0 auto;
    font-family: 'Hind Guntur', sans-serif;
}

.sessao-perguntas h2 span {
    border-bottom: 4px solid #1b6fc1;
    padding-bottom: 5px;
    font-weight: 500;
}

.sessao-perguntas .perguntas-centralizar {
  padding-left: 15%;
  padding-right: 15%;
}

#perguntas p{
  text-align: justify!important;
}

.accordion {
  background-color: #ffffff00;
  color: #36353d;
  cursor: pointer;
  padding: 9px;
  width: 100%;
  border: none;
  text-align: justify;
  outline: none;
  font-size: 18px;
  font-family: sans-serif;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: #ffffff1a;
}

.panel {
  padding: 0 18px;
  background-color: #ffffff1a;
  color: #1b6fc1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: unset;
}

/*
* ARTIGOS
*/
.sessao-artigo {
  text-align: center;
    color: #36353d;
    padding: 5%;
}

.sessao-artigo h2 {
  text-align: center;
    color: #36353d;
    font-weight: 700;
    font-family: 'Hind Guntur', sans-serif;
    font-size: 45px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 4%;
    text-align: center;
    letter-spacing: -2px;
}

.sessao-artigo h3 {
  font-size: 21px;
    color: #36353d;
    margin: 0 auto;
    width: 80%;
    font-family: sans-serif;
}

.sessao-artigo .caixa-grande-esquerda{
  background: #4a4a4a;
  padding: 30px 50px 8rem 50px;  
}

.sessao-artigo .caixa-grande-esquerda h2{
  text-align: left;
  color: #36353d;
  font-weight: 700;
  padding-bottom: 20px;
  margin: unset;
}

.sessao-artigo .caixa-grande-esquerda p{
  color: #36353d;
  text-align: left;
  padding: 0px 12% 0 0;
  font-size: 21px;
}

.sessao-artigo .caixa-grande-esquerda hr{
  color: #3c92c3;
  border: solid 1px;
  width: 50%;
}


.sessao-artigo .artigos-content {
  margin-bottom: 60px;
    text-align: left;
}

.sessao-artigo .card-conteudo h2 {
  font-size: 3rem;
  color: #4a4a4a;
  margin: 10px 0 0 10px;
  font-weight: bold;
}

.sessao-artigo .artigos-content span {
  font-size: 1.1rem;
  margin: 0;
  color: #36353d;
  float: left;
  padding: 4px;
}


.sessao-artigo .artigos-content p {
  font-size: 1.5rem;
  margin-top: 6px;
  color: #4a4a4a;
  padding: 3px;
  text-align: left;
  font-family: sans-serif;
}

.sessao-artigo .artigos-content div {
  text-align: center;
}

.sessao-artigo .artigos-content img {
  width: 100%;
}

.sessao-artigo .artigos-content-last {
  border: 0;
}


.sessao-artigo .novo-art {
  background-color: #1b6fc1;
    color: #fff !important;
    margin-bottom: unset;
    width: auto;
    display: flex;
    text-align: center;
    margin: 0 auto;
    display: table-cell;
}

.sessao-artigo .link-artigos p {
  color: #4a4a4a;
  border: solid 0.5px;
  padding: 11px;
}

.sessao-artigo .link-artigos a {
  color: #ffffff;
    padding: 9px 30px;
    font-size: 19px;
    /* border: solid #c5c5c5; */
    transition: 0.5s;
    /* text-transform: uppercase; */
    border-radius: 90px;
    margin-left: 2%;
    font-family: sans-serif;
    background-color: #1b6fc1;
}

.sessao-artigo .link-artigos a:hover {
  color: #fff;
  background-color:#1b6fc1;
}

/*
* NOTICIA
*/
.sessao-noticia {
  text-align: center;
  padding: 1% 5% 5% 5%;
}

.sessao-noticia h2 {
  font-size: 3rem;
  color: #4a4a4a;
  margin: 10px 0 0 0;
  font-weight: bold;
}

.sessao-noticia h3 {
  font-size: 2.7rem;
  color: #4a4a4a;
  margin: 6px 0 50px 0;
}

.sessao-noticia .noticias-content {
  margin-bottom: 60px;
  text-align: left;
  padding: 10px 35px;
}

.sessao-noticia .noticias-content span {
  font-size: 14px;
  margin: 0;
  color: #36353d;
  float: left;
  padding: 4px;
}

.sessao-noticia .noticias-content h2 {
  font-size: 22px;
  text-align: left;
  color: #36353d;
}

.sessao-noticia .noticias-content p {
  font-size: 1.5rem;
  margin-top: 6px;
  color: #36353d;
  padding: 3px;
}

.b-noticias{
  padding: 1% 0% 0% 1%;
}

.sessao-noticia .noticias-content div {
  text-align: center;
}

.sessao-noticia .noticias-content img {
  max-width: 34rem;
}

.sessao-noticia .noticias-content-last {
  border: 0;
}

.sessao-noticia .novo-art {
  background-color: #1b6fc1;
  color: #fff !important;
  margin-bottom: unset;
  width: auto;
  display: flex;
  text-align: center;
  margin: 0 auto;
  display: table-cell;
}

.link-noticias{
  position: relative;
    z-index: 99999999999;
}

.sessao-noticia .link-noticias p {
  color: #4a4a4a;
  border-left: solid 0.5px;
  border-bottom: solid 0.5px;
  padding: 11px;
}

.sessao-noticia .link-noticias a {
  color: #36353d;
  padding: 9px 30px;
  font-size: 16px;
  transition: 0.5s;
  border-radius: 90px;
  margin-left: 2%;
  font-family: sans-serif;
  background-color: #ffffff;
  border: 2px solid #36353d;
}

.sessao-noticia .link-noticias a:hover {
  color: #fff;
  background-color: #1b6fc1;
}


.sessao-depoimento{
  padding: 3% 5% 3% 5%;
}

.sessao-depoimento h2{
  font-size: 30px;
  color: #36353d;
  font-weight: bold;
  width: 100%;
  clear: both;
  margin: 0 auto;
  font-family: 'Hind Guntur', sans-serif;
  padding-bottom: 3%;
}

.sessao-depoimento p{
  text-align: center;
    color: #36353d;
    font-weight: 400;
    font-family: sans-serif;
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    /* float: none!important; */
    display: contents;
}


/*
* NEWSLETTER
*/
.sessao-newsletter {
  padding: 3% 0% 3% 0%;
    /* background-image: linear-gradient(to top, #252529fa, #434448c7, #262a31b5), url(../img/bg-header.jpg); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-attachment: fixed; */
}

.sessao-newsletter h3 {
  font-weight: bold;
  margin-bottom: 2rem;
}

.sessao-newsletter i {
  font-size: 8rem;
  margin-bottom: 1rem;
  color: #ebcc98;
}

.sessao-newsletter hr {
  width: 70% !important;
  margin: 3% 15%;
  border: 0;
  border-bottom: 1px solid #666;
}

.sessao-newsletter h2 {
  text-align: center;
    color: #36353d;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 26px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1%;
}

.sessao-newsletter p {
  font-size: 2.4rem;
  margin: 0 0 20px 0;
  font-weight: 100px;
}

.sessao-newsletter form {
  margin: 0 2% 0 2%;
}

.sessao-newsletter input {
  display: inline-block;
  padding: 16px;
  width: 70%;
  max-width: 500px;
  text-align: center;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 90px;
  border: 0;
  color: #36353d !important;
  border: 3px solid #36353d;
}

.sessao-newsletter button {
  display: block;
  border: 0;
  padding: 6px 40px;
  font-size: 18px;
  line-height: 1.3333333;
  /* border-radius: 3px; */
  background: #1b6fc1;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 90px;
}


/*
* REDES SOCIAIS
*/
.sessao-redes-sociais {
  text-align: center;
    color: #36353d;
    padding: 3% 0% 3% 0%;
}

.sessao-redes-sociais .facebook {
  padding: 19px;
}

.sessao-redes-sociais h2 {
  font-size: 24px;
    margin-bottom: 12px;
    font-family: sans-serif;
    /* font-weight: bold; */
}

.sessao-redes-sociais a {
  padding: 19px 17px;
  margin: 2px;
}

.sessao-redes-sociais i {
  font-size: 5.5rem;
    vertical-align: middle;
    transition: 1s;
    color: #36353d;
}

.sessao-redes-sociais a:hover {
  color:#4a4a4a;
}

.sessao-redes-sociais i:hover {
  transform: scale(1.3);
  transition: 0.8s;
  color: #1b6fc1;
}


/*
* SESSAO CAlCULADORA ONLINE
*/
.sessao-calculadora {
  background-image: url('../img/bg2.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  font-family: 'Avenir Next LT Pro Medium Condensed';
  padding: 0 0 50px 0;
}

.sessao-calculadora h2 {
  color: #282D3B;
  font-size: 3.9rem;
  margin: 0 0 20px 0;
}

.sessao-calculadora img {
  margin-bottom: 12px;
}

.sessao-calculadora p {
  font-size: 1.6rem;
  color: #656464;
  font-weight: 100;
}

.sessao-calculadora a {
  display: inline-block;
  font-size: 2.1rem;
  background-color: #EA8126;
  color: #FFF;
  padding: 12px 40px;
  margin-top: 20px;
}

.sessao-calculadora a:hover {
  background-color: #ED923F;
}

.sessao-calculadora span {
  color: #E6753B;
}


/*
* SESSAO ABRIR OU MIGRAR EMPRESA
*/
.sessao-migracao {
  background-color: #FFF;
  padding: 50px 0 60px 0;
}

.sessao-migracao img {
  width: 90%;
  margin: 0 5%;
  margin-top: 15px;
}

.sessao-migracao h2 {
  font-size: 3.7rem;
  color: #282D3B;
}

.sessao-migracao h2 strong {
  font-weight: 600;
}

.sessao-migracao p {
  font-size: 1.6rem;
  color: #727376;
}

.sessao-migracao h3 {
  font-size: 3.3rem;
  color: #282D3B;
}

.sessao-migracao a {
  display: inline-block;
  background-color: #EA8126;
  color: #FFF;
  padding: 10px 30px;
  font-size: 1.8rem;
}

.sessao-migracao .btn-abrir-empresa,
.sessao-migracao .btn-migrar-empresa {
  display: block;
  background-image: url("../img/icon-btn-migracao.png");
  background-repeat: no-repeat;
  padding: 0 0 0 60px;
  font-size: 2.7rem;
  line-height: 50px;
  background-color: transparent;
}

#empresa img{
  max-width: 100%;
  border-left: 2px solid #ccc;
  padding-left: 30px;
}

#empresa p{
text-align: justify!important;
}

.sessao-migracao .btn-abrir-empresa {
  margin-top: 50px;
  color: #282D3B;
}

.sessao-migracao .btn-abrir-empresa:hover {
  color: #56617E;
}

.sessao-migracao .btn-migrar-empresa {
  margin-bottom: 50px;
  margin-top: 15px;
  color: #EA8126;
}

.sessao-migracao .btn-migrar-empresa:hover {
  color: #F0A662;
}



/*
*
*/
.sessao-ferramenta {
  color: #FFF;
  padding: 0;
  text-align: center;
  background: url("../img/bg-ferramenta.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #FFF;
}

.sessao-ferramenta h2 {
  font-size: 4.5rem;
  margin: 40px 0 5px 0;
}

.sessao-ferramenta p {
  font-size: 2.5rem;
  margin-bottom: 70px;
}

.sessao-ferramenta ul {
  text-align: left;
}

.sessao-ferramenta ul li {
  list-style: none;
  background-image: url('../img/ferramentas-line-style.png');
  background-repeat: no-repeat;
  font-size: 3rem;
  margin-bottom: 32px;
  padding-left: 50px;
  line-height: 36px;
}

.sessao-ferramenta ul li a {
  color: #FFF;
}

.sessao-ferramenta ul li a:hover {
  color: #8b4102;
}

.sessao-ferramenta img {
  width: 100%;
}


/*
* CONTATO SESSAO
*/
.sessao-contato {
  text-align: center;
  padding: 40px 0 20px 0;
}

.sessao-contato h2 {
  color: #2E2E2E;
  font-size: 3.6rem;
  margin-bottom: 35px;
}

.sessao-contato span {
  color: #EB852B;
}

.sessao-contato a {
  display: inline-block;
  border: 1px solid #2E2E2E;
  color: #2E2E2E;
  width: 180px;
  padding: 13px 0 13px 0;
  font-size: 2rem;
  margin-right: 20px;
  margin-bottom: 20px;
}

.sessao-contato a:hover {
  background-color: #2E2E2E;
  color: #FFF;
}

.sessao-contato .btn-ligamos {
  background-color: #2E2E2E;
  color: #FFF;
}

.sessao-contato .btn-ligamos:hover {
  background-color: #FFF;
  color: #2E2E2E;
}


/*LINKS UTEIS*/
#box-links-uteis {
  margin: 40px;
}

#box-links-uteis p {
  text-align: left;
}


/*
* GALERIA VIDEO E FOTOS
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

.galeria h2{
  font-size: 30px;
    color: #36353d;
    font-weight: bold;
    width: 100%;
    clear: both;
    margin: 0 auto;
    font-family: 'Hind Guntur', sans-serif;
}

.galeria {
  box-sizing: border-box;
  padding: 5% 5% 1% 5%;
}

.galeria h2{
  font-size: 3rem;
  margin-bottom: 25px;
}

.galeria img:hover {
  transform: scale(1.03);
  transition: 0.5s;
}

.container {
  width: 98%;
  margin: 7rem auto 0 auto;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 5vw);
  grid-gap: 4px;
  width: 100%;
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 1s;
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;


}

.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;

}

.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 6;

}

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 6;

}

.gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 9;

}

.gallery__item--6 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 6;
  grid-row-end: 9;

}

.galeria .btn a {
  padding: 5px;
  color: #36353d;
  display: block;
  font-size: 20px;
  transition: 0.3s;
  background-color: #ffffff;
  width: 13%;
  margin: 0 auto;
  border-radius: 90px;
  display: inline-block;
  border: 2px solid #36353d;
}

.galeria .btn a:hover {
  background-color:#1b6fc1;
  border: 2px solid #1b6fc1;
  color:#fff;
}

/*SIMULADOR*/


.simulador-padding {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

.simulador-card-esquerda {
  background: linear-gradient(45deg, #4a4a4a 0%, #032271 100%);
  border-radius: 10px;
  padding: 30px;
}

.simulador-card-direita {
  background: linear-gradient(45deg, #4a4a4a 0%, #032271 100%);
  border-radius: 10px;
  padding: 46px;
}

.simulador-card-direita a {
  background: #032271;
  border-radius: unset;
  color: #fff !important;
  margin-top: 41px;
}

.simulador label {
  font-weight: 400 !important;
  color: #fff;
}

.simulador p {
  font-weight: 400 !important;
  color: #fff!important;
  font-size: 3rem;
  text-align: center!important;
}

.simulador .dinheiro p {
  font-weight: 100 !important;
  font-size: 4rem;
  display: inline;
}


/*
* FOOTER 
*/
#footer-session {
  padding: 5% 5% 5% 5%;
  background-image: linear-gradient(to top, #252529fa, #434448c7, #262a31b5), url(../img/bg-header.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#footer-session h2 {
  display: block;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #fff;
  margin-bottom: 32px;
  width: 60%;
  float: left;
  text-align: left;
}

#footer-session h3 {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  line-height: 16px;
}

#footer-session ul li {
  list-style: none;
}

#footer-session ul li a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

#footer-session p {
  font-size: 15px;
  margin: 2px;
  color: #fff;
  font-weight: 400;
  font-family: sans-serif;
}

#footer-session a {
  color: #fff;
}

#footer-session .sub-menu-links {
  margin: 5rem 0 !important;
}

#footer-session .sub-menu-links h3 {
  margin-bottom: 3rem !important;
}

#footer-session .sub-menu-links a {
  margin-top: 15px !important;
  font-weight: 400 !important;
}

#footer-session .sub-menu-links i {
  color: #1b6fc1;
  background: #fff;
  padding: 3px 7px;
  font-size: 16px;
  border-radius: 50px;
}

#footer-session .sub-menu-links .email i {
  padding: 5px;
}

#footer-session .sub-menu-links .icone-contato{
  float: left;
  height: 50px;
  padding-top: 5px;
}

#footer-session .sub-menu-links .contato i {
  padding: 3px 5px;
}

#footer-session .sub-menu-links p {
  font-weight: 400 !important;
    font-size: 21px;
    font-family: sans-serif;
    padding-left: 8px;
    text-align: left;
}

#footer-session .sub-menu-links .endereco-cliente, #footer-session .sub-menu-links .contato, #footer-session .sub-menu-links .email{
  padding: 8px 0;
}

#footer-session .sub-menu-links .endereco-cliente p, #footer-session .sub-menu-links .email p {
  display: inline;
}


#footer-session .sub-menu-links .certificados{
  width: 32%;
}

#footer-session .efeito-hover1:hover {
  transform: scale(1);
  transition: 0.5s;
  background: #1b6fc1;
}

#footer-session .seta-topo{
  float: right;
  margin: 0 auto;
}

#footer-session .formulario{
  padding-top: 2rem;
}

#footer-session .formulario p{
  text-align: left;
  font-size: 15px;
}

#footer-session .formulario button {
  padding: 10px 65px;
  font-size: 18px;
  /* line-height: 1.3333333; */
  border-radius: 0px;
  background: #1b6fc1;
  color: #ffffff;
  border-radius: 90px;
}

#footer-session .formulario input, 
#footer-session .formulario textarea {
  background: #ffffff;
  border-radius: 0px;
  border: 0;
}

#footer-session .container-rodape {
  margin: 3px;
    padding: 14px 0px;
    transition: 1s;
    width: 32%;
    background-color: #00ff7300;
    border: 3px solid #1b6fc1;
    border-radius: 9px;
}

#footer-session .container-rodape i {
  color: #fff;
  font-size: 35px;
}

#footer-session .container-rodape p {
  color: #fff;
    font-weight: 500;
    font-size: 17px;
}

#footer-session .contato-rodape {
  padding-right: 15rem;
  padding-left: 15rem;
}

#footer-session .contato-rodape label {
  float: left;
  color: #fff;
}

#footer-session .contato-rodape input {
  border-radius: unset !important;
}

#footer-session .contato-rodape textarea {
  height: 15% !important;
}

#footer-session .contato-rodape p {
  float: left;
  font-size: 10px;
}

#footer-session .contato-rodape button {
  color: #4a4a4a;
  border: solid 0.8px;
  padding: 11px;
  width: 30%;
}

#footer-session .contato-rodape img {
  float: right;
}

#footer-session .contato-rodape .lpd {
  float: left;
}

#footer-session .contato-rodape .lpd input {
  float: left;
}

#footer-session .contato-rodape .lpd label {
  font-size: 10px;
  padding: 4px;
}

#footer-session .sub-menu-links-mobile {
  display: none !important;
}


.footer-copy {
  position: fixed;
  bottom: 0;
  width: 101%;
  z-index: 9;
  background-color: #fff;
  color: #4a4a4a;
  text-align: center;
  padding: 10px 5px 10px 5px;
  box-shadow: -1px -6px 20px 0px #0000005c;
}

.footer-copy span {
  display: inline-block;
  font-size: 1.5rem !important;
}

.footer-copy span strong {
  font-weight: 600 !important;
}

.footer-copy p {
  color: #4a4a4a !important;
  font-size: 12px !important;
  margin: unset;
}

.footer-copy img {
  max-width: 80px;
}

.footer-copy .btn-rodape-mobile a {
  display: block;
  font-family: sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-copy a {
  background-color: #ffffff;
  color: #36353d;
  padding: 7px 0px;
  border-radius: 90px;
  border: 2px solid #36353d;
  font-size: 16px;
}

.footer-copy a:hover {
  background-color: #1b6fc1;
  color: #fff;
  padding: 7px 0px;
  border-radius: 90px;
  border: 2px solid #1b6fc1;
  font-size: 16px;
}


.footer-copy .footer-c-w3c {
  margin-left: 8%;
  margin-top: 18px;
  margin-bottom: 10px;
}

.footer-copy .footer-c-tiideal {
  margin-right: 8%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.footer-copy .footer-c-tiideal p {
  font-size: 1.1rem !important;
  margin-bottom: 3px;
}

.rodape-tiideal {
  display: inline-flex !important;
}

.rodape-tiideal p {
  margin: 7px !important;
}


#obs_simulador p, #obs_simulador span, #obs_simulador ul li{
  color: #000!important;
  text-align: left!important;
  padding-top: 15px;
  list-style-type: disc;
}

#obs_simulador p, #obs_simulador span, #obs_simulador ul li{
  color: #000!important;
  text-align: left!important;
  padding-top: 15px;
  list-style-type: disc;
}



/*##################################################################################################################
###### ESTRUTURA DO 37 - *APAGAR APOS USO*
##################################################################################################################*/



/*
* PARCEIROS
*/
.sessao-parceiros2 {
  text-align: center;
  padding: 40px 0 20px 0;
  font-family: 'Avenir Next LT Pro Medium Condensed';
}

.sessao-parceiros2 h2 {
  margin: 0;
  color: #1b6fc1;
  font-size: 3.4rem;
  margin-bottom: 5px;
}

.sessao-parceiros2 h3 {
  margin: 0;
  color: #464747;
  font-size: 2.9rem;
  margin-bottom: 10px;
}

/* PARCEIROS */

.sessao-parceiros2 #parceiro-bxslider ul li {
  display: inline;
}

.sessao-parceiros2 #parceiro-bxslider ul li img {
  margin: 0 5% 0 5%;
}

.sessao-parceiros2 .bx-wrapper img {
  display: inline-block;
}



* {
  font-family: sans-serif;
  font-weight: 400;
}

section {
  text-align: center
}

p {
  font-size: 15px;
  text-align: center;
}

a {
  text-decoration: none;
  color: #4a4a4a;
}

.botao {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}

#bg-menu-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #4a4a4a;
  background-color: #1b6fc1;

  will-change: transform;
}

ul {
  top: 100px;
  left: 0;
  list-style: none;
  color: #fff;
  z-index: 3;
}

ul li {
  font-weight: 300;
  position: relative;
  cursor: pointer;
  will-change: transform;
}

ul li:hover {
  color: #111;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

img {
  max-width: 100%
}


/* hang burger */

#hamburger {
  width: 60px;
  height: 40px;
  position: relative;
  margin: 40px auto;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 60px;
  background-color: transparent;
}

#hamburger:hover span:nth-child(1) {
  top: -4px;
  -webkit-transition: .20s ease-in-out;
  -moz-transition: .20s ease-in-out;
  -o-transition: .20s ease-in-out;
  transition: .20s ease-in-out;
}

#hamburger:hover span:nth-child(3) {
  top: 34px;
  -webkit-transition: .16s ease-in-out;
  -moz-transition: .16s ease-in-out;
  -o-transition: .16s ease-in-out;
  transition: .16s ease-in-out;
}

#hamburger span {
  z-index: 3;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #111;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .20s ease-in-out;
  -moz-transition: .20s ease-in-out;
  -o-transition: .20s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 14px;
}

#hamburger span:nth-child(3) {
  top: 28px;
}

#hamburger.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #fff;
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
  -webkit-transition: .16s ease-in-out;
  -moz-transition: .16s ease-in-out;
  -o-transition: .16s ease-in-out;
  transition: .16s ease-in-out;
}

#hamburger.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #fff;
}

/*HEADER*/

.topnav {
  overflow: hidden;
  padding: 10px 30px;
}

.topnav img {
  float: left;
  width: 280px;
}

.itens-menu{
  margin:0 auto;
}

.itens-menu a {
  display: inline-flex;
    color: #fff;
    text-align: center;
    padding: 5px 8px;
    text-decoration: none;
    font-size: 15px;
}

.fa.fa-user-o {
  font-size: 17px;
}

.topnav a:hover {
  color: #fff;
    border-bottom: 5px solid #1b6fc1;
}

.topnav a.active {
  background-color: #1b6fc1;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1024px) {
  .topnav a {
    display: none;
  }

  .topnav a.icon {
    display: block;
    float: right;
    /* padding-right: 60px; */
    padding-top: 19px;
}

  .topnav .itens-menu {
    padding-top: 15%;
  }

  .topnav img {
    max-width: 250px;
    z-index: 9999;
  }
}

@media screen and (max-width: 1024px) {
  .topnav.responsive {
    position: absolute;
    z-index: 999999;
    background-color: #36353d;
    width: 100%;
    height: auto;
}

.topnav.responsive .icon {
  position: absolute;
    top: 0;
    padding-left: 23px;
}

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }