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

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: #f4f4f4;
  min-height: 280px;
  padding: 10px;
}

.box-parceiro .box-parceiro-content:hover {
  background-color: #E9E9E9;
}

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

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

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

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

.box-parceiro h3 {
  text-transform: uppercase;
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
  color: #343434;
  font-size: 2.1rem;
}



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


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

/*HEADER*/
.topnav .logo-contabil h1 {
  color:#fff;
}


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

#background-topo {
  background-image: linear-gradient(to top, #004ba087, #00428ec2, #c9e4ffba), url(../img/bg-header.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 700px;
}

.header-slider .btn-slider {
  display: inline-block;
    background-color: #ffffff00;
    color: #FFF;
    padding: 6px 21px;
    font-size: 16px;
    border: 1px solid #ffffff;
    border-radius: 132px;
}

.header-slider .btn-slider:hover {
  background-color: #fff;
  color:#000;
}


.header-slider .topo-txt-esquerda h2,
.header-slider .topo-txt-esquerda p {
  font-family: sans-serif;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 70px;
    width: 70%;
    clear: both;
    margin: 0 auto;
    float: none;
    padding-top: 12%;
    text-align: center;
    color: #fff;
}

.header-slider .topo-txt-direita {
  padding-left: unset;
  padding-right: unset;
  padding-top: 7%;
  padding-left: 13px;
}

.header-slider .topo-txt-direita h2 {
  font-family: 'Heebo', sans-serif;
  text-align: left;
  font-size: 3.85rem;
  padding-top: 72px;
  padding-left: 3px;
  width: 62%;
  color: #083c78;
}

.header-slider .info-baixo-center p {
  font-family: Calibri;
    font-size: 21px;
    /* padding-top: 5%; */
    background: #083c78;
    width: 42%;
    clear: both;
    margin: 0 auto;
    margin-top: 0%;
    margin-bottom: 4%;
    padding: 7px;
    border-radius: 90px;
    color: #fff;
    padding: 10px 20px;
    line-height: 22px;
}

.header-slider .info-baixo-center {
  padding-top: 2%;
  z-index: 9;
}

hr{
  border: 0.5px solid #ccc;
    width: 50%;
    clear: both;
    margin: 0 auto;
}


.sessao-solucoes h2 {
  color: #080808;
  font-size: 2.65rem;
  width: 100%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 6%;
}

.sessao-solucoes h3 {
  color: #fff;
    font-size: 19px;
    margin: 0 auto;
    padding: 4% 0%;
    width: 100%;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
}

.sessao-solucoes .efeito-hover {
  opacity: 1;
}

.sessao-solucoes .efeito-hover-opac {
  opacity: 0.1;
}

.sessao-solucoes p {
  font-size: 17px;
  color: #ffffff;
  line-height: 21px;
  width: 90%;
  clear: both;
  margin: 0 auto;
}
 

.sessao-solucoes .efeito-aumenta {
  transition: 1s;
  height: 260px;
  margin-bottom: 30px;
  padding: 2%;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0);
}

.sessao-solucoes .efeito-aumenta:hover {
  transition: 0.5s;
  background: rgba(255, 255, 255, 0);
  border-radius: 12px;
  border: 2px solid #fff;
}

#box-abertura{
  padding: 5% 5% 5% 5%;
}

#box-abertura h2{
  color: #083c78;
  font-size: 40px;
  width: 66%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 4%;
  font-weight: bold;
  /* float: left; */
  text-align: center;
  letter-spacing: -1px;
  font-family: sans-serif;
}

#box-abertura h4{
  color: #080808;
    font-size: 25px;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    /* padding-bottom: 4%; */
    font-weight: bold;
    /* float: left; */
    text-align: center;
    letter-spacing: -1px;
    font-family: sans-serif;
    padding: 8% 0%;
}

#box-abertura h5{
  color: #ffffff;
    font-size: 18px;
    width: 51%;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0px;
    font-family: sans-serif;
    padding: 3% 0%;
    background-color: #080808;
    border-radius: 90px;
}

#box-abertura h5:hover{
    background-color: #083c78;
}

#box-abertura p{
  color: #080808;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    font-family: sans-serif;
    line-height: 24px;
    padding-bottom: 2%;
    height: 96px;
}

/*
* SESSAO ferramentas
*/
.sessao-ferramentas {
  background-color: #fff;
  text-align: center;
  font-family: 'Heebo', sans-serif;
  padding-bottom: 7rem;
}

.sessao-ferramentas h2 {
  color: #050809;
  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 img{
  width: 36px;
}

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

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

.box p {
  font-size: 14px;
  color: #050809;
  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: #083c78;
  background: -webkit-linear-gradient(45deg, #083c78, #083c78);
  background: linear-gradient(45deg, #083c78, #083c78);
  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
*/

.video video{
  width: 90%;
    padding-top: 57px;
}

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

.sessao-empresa img {
    display: block;
    margin: 0 auto;
    padding: 5% 0% 0% 0%;
}

#beneficios{
  padding: 4%;
}

#beneficios h2{
  color: #083c78;
  font-size: 45px;
  width: 66%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 4%;
  font-weight: bold;
  /* float: left; */
  text-align: center;
  letter-spacing: -1px;
  font-family: sans-serif;
}

#beneficios p{
  font-size: 22px;
    color: #080808;
    line-height: 29px;
    text-align: left;
    font-family: Calibri;
    width: 90%;
    clear: both;
    margin: 0 auto;
    padding-bottom: 14px;
    float: left;
    display: flow-root;
}

.sessao-empresa h2 {
  color: #083c78;
    font-size: 30px;
    width: 66%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 4%;
    font-weight: bold;
    float: left;
    text-align: left;
    letter-spacing: -1px;
    font-family: sans-serif;
}

.sessao-empresa h4{
  color: #083c78;
    font-size: 22px;
    width: 100%;
    font-weight: bold;
    float: left;
    text-align: left;
    letter-spacing: -1px;
    font-family: sans-serif;
}

.sessao-empresa h3 {
  color: #080808;
    font-size: 23px;
    margin-bottom: 0px;
    font-family: 'Baloo Chettan 2', cursive;
    /* font-weight: bold; */
    display: inline-flex;
    float: left;
    letter-spacing: -1px;
    padding-bottom: 4%;
}

.sessao-empresa p {
  font-size: 24px;
    color: #080808;
    line-height: 29px;
    text-align: left;
    font-family: Calibri;
    width: 90%;
    clear: both;
    margin: 0 auto;
    padding-bottom: 14px;
    float: left;
    display: flow-root;
}

.contador-box{
  padding: 5% 10% 5% 10%;
}

.contador-box h3{
  color: #083c78;
    display: inline-flex;
    font-size: 35px;
    align-items: center;
    letter-spacing: -1px;
}

.contador-box p{
  color: #080808;
    padding: 5% 5%;
    font-size: 16px;
}

.sessao-empresa a {
  display: inline-block;
  background-color: #4d2ca000;
  padding: 6px 14px;
  color: #080808;
  margin-top: 15px;
  border: solid;
  border-radius: 90px;
  border: 2px solid #d6d6d6;
  /* float: left; */
  font-family: Calibri;
  font-size: 18px;
  margin-bottom: 2%;
  float: left;
}

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

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

.cor{
  background-color: #08080808;
    height: 275px;
    border-radius: 15px;
    padding: 12% 4%;
    border: 1px solid #c1c1c17a;
}

.cor2{
  height: 460px;
  border-radius: 6px;
  padding: 6% 0%;
  background: #ffffff1f;
  border: 1px solid #ffffff29;
}

/*
* SESSAO VANTAGENS
*/

.background-card2 img{
  width: 70%;
    /* clip-path: circle(70% at 50% 50%); */
    /* border: 0px solid #dadada00; */
}

.sessao-vantagens {
  padding: 2% 0% 2% 0%;
}

.sessao-vantagens i {
  color: #083c78;
  margin-right: 10px;
}

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

.sessao-vantagens h2 {
  color: #080808;
    font-size: 26px;
    display: inline;
    font-family: sans-serif;
    display: block;
    padding-bottom: 1%;
    font-weight: bold;
}

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

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

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

.sessao-vantagens .lista-categoria {
  padding: 1% 5% 3% 5%;
}


/*
* SESSAO CONTABILIDADE
*/
.sessao-contabilidade {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  text-align: center;
  font-family: 'Heebo', sans-serif;
  padding: 50px 0 50px 0;
}

#box-contabilidade {
  padding: 6% 5% 6% 5%;
  background-image: linear-gradient(to top, #0c3767d1, #083c78d1), url(../img/contabilidade.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sessao-solucoes h2 {
  color: #ffffff;
    font-size: 35px;
    margin: 0 auto;
    padding: 0% 0% 5% 0%;
    width: 90%;
    font-weight: bold;
    /* line-height: 44px; */
    font-family: sans-serif;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.sessao-contabilidade h5 {
  color: #fff;
    font-size: 21px;
    width: 32%;
    margin: 0 auto;
    text-align: center;
    /* padding-bottom: 3%; */
    font-family: Calibri;
    background: #083c78;
    padding: 10px;
    border-radius: 90px;
}

.background-card1{
  padding-bottom: 3%;
}

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

.sessao-contabilidade .bloco-cards p {
  font-size: 17px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-family: Calibri;
  line-height: 18px;
  width: 80%;
  clear: both;
  margin: 0 auto;
}

.sessao-contabilidade .bloco-cards h4 {
  font-size: 21px;
    color: #fff;
    text-align: center;
    font-family: 'Baloo Chettan 2', cursive;
    width: 80%;
    clear: both;
    margin: 0 auto;
    font-weight: bold;
    line-height: 20px;
    border-bottom: 1px solid #ffffff;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 6% 0% 6% 0%;
}

.sessao-contabilidade .background-card1 h2 {
  color: #ffffff;
    font-size: 6rem;
    margin: 0 auto;
    text-align: center;
    width: 70%;
    font-weight: bold;
    font-family: 'Baloo Chettan 2', cursive;
    line-height: 54px;
    letter-spacing: -2px;
    padding-bottom: 4%;
}

.sessao-contabilidade .background-card2 .efeito-hover1:hover {
  transform: scale(1.07);
  transition: 1.5s;
}

#duvidas{
  padding: 3% 0% 3% 0%;
    background: #000;
    display: flex;
}

#duvidas h2{
  color: #fff;
    font-family: sans-serif;
    font-size: 1.8em;
    padding-bottom: 1%;
}

#duvidas p{
  display: inline-block;
    background-color: #ffffff00;
    color: #FFF;
    padding: 4px 20px;
    font-size: 1.75rem;
    border: 2px solid #083c78;
    border-radius: 90px;
}

#duvidas p:hover{
    background-color:#083c78;
}


.sessao-contabilidade .background-card2 h2 {
  color: #ffffff;
  font-size: 18px;
  margin: 10px 0 10px 0;
  text-align: center;
  width: 80%;
  font-weight: bold;
  font-family: sans-serif;
  margin: 0 auto;
  text-align: center;
  padding: 2% 0% 0% 0%;
  /* font-weight: 400; */
}

.sessao-contabilidade .background-card-pequeno1 {
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}

.sessao-contabilidade .degrade {
  /*background: linear-gradient(#800891, #cf088c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

#vantagens {
  background-image: linear-gradient(to top, rgba(185, 12, 59, 0.82), rgba(18, 22, 37, 0.95)), url(../img/beneficios.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5% 0% 5% 0%;
}

#vantagens h2 {
  color: #fff;
    font-size: 2em;
    margin: 0 auto;
    padding: 0% 0% 2% 0%;
    width: 100%;
    font-weight: bold;
    line-height: 40px;
}

#vantagens h3 {
  color: #fff;
    font-size: 1.45em;
    margin: 0 auto;
    padding: 0% 0% 3% 0%;
    width: 100%;
}

#vantagens p {
  text-align: left;
  color: #fff;
  font-family: sans-serif;
  font-size: 1.15em;
}

#vantagens .b-vantagens {
  padding: 0% 8% 0% 8%;
}

#depoimentos {
  padding: 1% 0% 5% 0%;
}

#depoimentos h2 {
    color: #080808;
    font-size: 2.65rem;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
}

#depoimentos h3 {
  color: #050809;
  font-size: 1.45em;
  margin: 0 auto;
  padding: 1% 0% 3% 0%;
  width: 80%;
}

#depoimentos p {
  color: #080808;
    font-size: 1.25em;
    margin: 0 auto;
    padding: 0% 0% 0% 0%;
    width: 50%;
    /* line-height: 26px; */
}

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

.sessao-contabilidade .vantagens p {
  font-size: 1.95rem;
  color: #050809;
  text-align: left;
}

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


/*
* 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: 1.5rem;
  margin-bottom: 0px;
  padding: 25px 50px 15px 70px;
  float: none !important;
  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;
}

/*
* PARCEIROS
*/
.sessao-parceiros {
  text-align: center;
    /* font-family: 'Heebo', sans-serif; */
    padding: 5% 5% 5% 5%;
}

.sessao-parceiros p {
  color: #929191;
  font-size: 1.9rem;
}

.sessao-parceiros h2 {
  color: #050809;
  font-size: 2em;
  margin: 0 auto;
  padding: 0% 0% 3% 0%;
  width: 60%;
  font-weight: bold;
  line-height: 33px;
}

#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 {
  max-height: 80px;
  max-width: 200px;
  display: inline-block !important;
  opacity: 0.7;
  filter: grayscale(100%);
}

#bloco-parceiros .parceiros-logo img:hover {
  opacity: 1;
  filter: unset;
}

.img-perguntas{
  background-image: linear-gradient(to top, #083c78b0, #083c78d6), url(../img/contabilidade.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 698px;
}

.text-perguntas{
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0% 0% 5% 0%;
}

.sessao-perguntas h2 {
  color: #080808;
    font-size: 23px;
    margin: 0 auto;
    padding: 0% 0% 2% 0%;
    width: 100%;
    font-weight: bold;
    line-height: 40px;
    font-family: sans-serif;
    letter-spacing: 0px;
}

.sessao-perguntas p {
  color: #080808;
    font-size: 17px;
    width: 80%;
    margin: 0 auto;
}

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

.accordion {
  background-color: #4d2ca000;
    color: #080808;
    cursor: pointer;
    padding: 1px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

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

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

/*
* ARTIGOS
*/
.sessao-artigo {
  background-image: linear-gradient(to top, #0c3767d1, #083c78d1), url(../img/bg-header.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5% 5% 5% 5%;
  height: 320px;
}

.sessao-artigo h2 {
  color: #fff;
    font-size: 40px;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0%;
    font-weight: bold;
    float: left;
    text-align: left;
    letter-spacing: -1px;
    font-family: sans-serif;
    display: block;
    margin-bottom: 3%;
}

.sessao-artigo h3 {
  font-size: 1.85rem;
  color: #000;
  margin: 0 auto;
  width: 90%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding: 3% 0%;
}

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

.sessao-artigo .card-conteudo {
  padding-top: 10px;
    height: 17rem;
    width: 100%;
    background: #ffffff;
}

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

.sessao-artigo .artigos-content h2 {
  font-size: 1.6rem;
  padding: 4px;
}

.sessao-artigo .artigos-content p {
  font-size: 13px;
    margin-top: 6px;
    color: #050809;
    padding: 1px 0px 1px 5px;
    display: flex;
    align-items: center;
}

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

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

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

.sessao-artigo .novo-art {
  background-color: #080808;
    color: #fff !important;
    margin-bottom: unset;
    width: 20%;
    display: flex;
}

/*
* NOTICIA
*/
.sessao-noticia {
  padding: 5% 5% 0% 5%;
}

.sessao-noticia h2 {
  font-size: 2.5em;
  color: #000;
  font-family: 'Heebo', sans-serif;
  margin: 0 auto;
  /* font-weight: bold; */
  padding-bottom: 9%;
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 3%;
}

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

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

.sessao-noticia .card-conteudo {
  padding-top: 10px;
  height: 15rem;
}

.sessao-noticia .noticias-content span {
  font-size: 1.1rem;
  margin: 0;
  color: #050809;
  float: left;
  padding: 4px;
}

.sessao-noticia .noticias-content h2 {
  font-size: 24px;
  padding: 5% 0%;
  text-align: center;
  color: #050809;
  width: 80%;
  clear: both;
  margin: 0 auto;
}

.sessao-noticia .noticias-content p {
      font-size: 13px;
    margin-top: 6px;
    color: #050809;
    padding: 1px 0px 1px 5px;
    display: flex;
    align-items: center;
}

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

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

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

.sessao-noticia .novo-art {
  background-color: #083c78;
    color: #fff !important;
    margin-bottom: unset;
    width: 20%;
    display: flex;
}

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

.sessao-noticia .link-noticias a {
  display: inline-block;
    background-color: #4d2ca000;
    padding: 6px 14px;
    color: #080808;
    margin-top: 15px;
    border: solid;
    border-radius: 90px;
    border: 2px solid #d6d6d6;
    /* float: left; */
    font-family: Calibri;
    font-size: 18px;
    margin-bottom: 2%;
}

.sessao-artigo .link-artigos a {
  display: inline-block;
    background-color: #4d2ca000;
    padding: 6px 14px;
    color: #080808;
    margin-top: 15px;
    border: solid;
    border-radius: 90px;
    border: 2px solid #d6d6d6;
    /* float: left; */
    font-family: Calibri;
    font-size: 18px;
    margin-bottom: 2%;
}

/*
* NEWSLETTER
*/
.sessao-newsletter {
  padding: 5% 0% 5% 0%;
}

.img-newsletter{
  background-image: linear-gradient(to top, #2a4f7d40, #071838e0), url(../img/newsletter.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 343px;
}

.text-newsletter{
  background-image: linear-gradient(to top, #000000c9, #000000e3), url(../img/bg-header.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 4% 0% 4% 0%;
}

.sessao-newsletter h2 {
  font-size: 30px;
    margin: 0;
    padding: 0 0% 2% 0%;
    width: 80%;
    margin: 0 auto;
    clear: both;
    text-align: center;
    color: #ffffff;
    font-family: sans-serif;
}

.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;
    border: 0;
    padding: 16px;
    background-color: #fff;
    width: 70%;
    max-width: 500px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 1px;
    font-size: 16px;
}

.sessao-newsletter button {
  display: inline-block;
    border: 0;
    background-color: #083c78;
    padding: 8px 45px;
    color: #ffffff;
    font-size: 1.85rem;
    border-radius: 0px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.sessao-newsletter button:hover {
  display: inline-block;
  border: 2px solid #083c78;
  background-color: #083c78;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

/*
* REDES SOCIAIS
*/
.sessao-redes-sociais {
  text-align: center;
  padding: 1% 0% 5% 0%;
}

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

.sessao-redes-sociais h2 {
  color: #083c78;
    font-size: 3.1rem;
    text-align: center;
    letter-spacing: -1px;
    font-family: 'Baloo Chettan 2', cursive;
    display: block;
    margin-bottom: 2%;
}

.sessao-redes-sociais a {
  background-color: #080808;
    color: #fff;
    padding: 19px 17px;
    margin: 3px;
    border-radius: 0px;
}

.sessao-redes-sociais i {
  font-size: 3rem;
  vertical-align: middle;
  transition: 1s;
}

.sessao-redes-sociais a:hover {
  background-color: #080808;
}

.sessao-redes-sociais i:hover {
  transform: scale(1.07);
  transition: 0.5s;
}


/*
* 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;
  font-family: 'Heebo', sans-serif;
}

.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;
  font-family: 'Heebo', sans-serif;
}

.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;
  font-family: 'Heebo', sans-serif;
  background-color: transparent;
}

.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;
  font-family: 'Heebo', sans-serif;
  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;
  font-family: 'Heebo', sans-serif;
  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{
  color: #083c78;
  font-size: 3.45rem;
  text-align: center;
  font-weight: bold;
  text-align: left;
  letter-spacing: -1px;
  font-family: sans-serif;
  display: block;
  margin-bottom: 3%;
}

.video h2{
  color: #083c78;
    font-size: 3.15rem;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 3%;
    font-weight: bold;
    letter-spacing: -1px;
    font-family: 'Baloo Chettan 2', cursive;
}

.galeria {
  box-sizing: border-box;
  font-size: 62.5%;
  color: #050809;
  font-weight: 300;
  line-height: 1.6;
  padding: 0% 5% 0% 5%;
}

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

.container {
  width: 100%;
    margin: 0 auto;
    background: #f7f7f7;
    border: 1px solid #cccccc9c;
    padding: 11% 6%;
    height: auto;
    min-height: 500px;
}

.container:hover {
  background: #083c7800;
  border: 5px solid #083c78;
}

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

.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 {
  display: inline-block;
    background-color: #080808;
    padding: 6px 14px;
    color: #ffffff;
    margin-top: 15px;
    border: solid;
    border-radius: 0px;
    border: 0;
    /* float: left; */
    font-family: Calibri;
    font-size: 18px;
    margin-bottom: 2%;
}

.galeria video {
  max-width: 40%;
  height: auto;
}

/*SIMULADOR*/


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

.simulador-card-esquerda {
  background: linear-gradient(180deg, #080808 0%, #110b18 100%);
  border-radius: 10px;
  padding: 30px;
}

.simulador-card-direita {
  background: linear-gradient(180deg, #080808 0%, #110b18 100%);
  border-radius: 10px;
  padding: 46px;
}

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

#simulador h2 {
  color: #050809;
  font-size: 1.1em;
  font-family: sans-serif;
}

.simulador label {
  font-family: 'Heebo', sans-serif;
  font-weight: 400 !important;
  color: #fff;
}

.simulador p {
  font-family: 'Heebo', sans-serif;
  font-weight: 400 !important;
  color: #fff;
  font-size: 3rem;
}

.simulador .dinheiro p {
  font-family: 'Heebo', sans-serif;
  font-weight: 100 !important;
  font-size: 4rem;
  display: inline;
}

#idocumentos .box-geral{
  padding: 3% 0% 10% 0%;
}

#idocumentos .box-geral h2{
  color:#000;
  font-size: 1.5em;
  padding-bottom: 20px;
}

#idocumentos .box-geral p{
  background-color: #083c78;
    color: #fff;
    border-radius: 90px;
    padding: 15px;
    font-size: 1.15em;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10px;
}

#idocumentos .box-geral p:hover{
  background-color: #0d519e;
}

/*
* FOOTER 
*/
#footer-session {
  background-image: linear-gradient(to top, #0c3767d1, #083c78d1), url(../img/rodape.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5% 0% 5% 0%;
}

#footer-session h2 {
  display: block;
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
  margin: 0;
}

#footer-session h3 {
  display: block;
  font-size: 1.55rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  /* line-height: 16px; */
  text-align: left;
  padding: 0% 0% 0% 0%;
}

#footer-session h4 {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  line-height: 16px;
  text-align: left;
  padding: 3% 0% 2% 0%;
}

#footer-session .direitos {
  padding: 2% 0% 2% 0%;
}

#footer-session .direitos p {
  font-size: 12px;
  display: contents;
}


#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: 1.6rem;
    margin: 0px;
    color: #fff;
    font-weight: 400;
    padding-top: 1%;
}

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

#footer-session .box-certificados {
  display: flex;
  align-items: center;
}


#footer-session .sub-menu-links a {
  margin-top: 0px !important;
    font-weight: 400 !important;
    font-size: 15px;
    display: block;
    line-height: 28px;
    color: #fff;
    font-family: Calibri;
}

#footer-session .sub-menu-links p {
  font-weight: 400 !important;
  font-size: 14px;
  text-align: left;
  color: #fff;
}

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

#footer-session .efeito-hover2:hover {
  transform: scale(1.07);
  transition: 0.5s
}

#footer-session .efeito-hover3:hover {
  transform: scale(1.07);
  transition: 0.5s
}

#footer-session .efeito-hover4:hover {
  transform: scale(1.07);
  transition: 0.5s
}

#footer-session .background-card-pequeno {
  background-color: #000000bf;
    margin: 5px;
    width: 197px;
    padding: 14px;
    transition: 1s;
    float: right;
    /* border: 2px solid #083c78; */
    border-radius: 0px;
}

#footer-session .background-card-pequeno i {
  color: #fff;
    font-size: 32px;
}

#footer-session .bloco-rodape-1{
  padding: 0% 0% 3% 0%;
}

#footer-session .background-card-pequeno p {
  color: #fff;
  margin-left: 9px;
  font-family: sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 15px;
  display: flow-root;
}

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

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

#footer-session .form-group {
  margin-bottom: 1px;
}

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

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

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

#footer-session .contato-rodape button {
  color: #ffffff;
    border: 0;
    padding: 6px;
    width: 26%;
    background: #000000d4;
    border-radius: 0px;
    float: left;
    margin-left: 10px;
}

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

#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: 100%;
  z-index: 9;
  background-color: #080808;
  color: #fff;
  text-align: left;
  padding: 14px 25px 8px 25px;
  /* box-shadow: -1px -6px 20px 0px #0000002e; */
  margin: 0 auto;
  float: none;
  clear: both;
  margin-left: 15px !important;
}

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

.footer-copy p {
  color: #fff !important;
  font-size: 15px !important;
  margin: unset;
}

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

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

.footer-copy a {
  color: #fff!important;
    padding: 10px 0px 10px 0px;
    border-radius: 0px;
    width: 100%;
    background: #083c78;
}

.footer-copy a:hover {
  background-color: #0f54a2;
}

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




/*##################################################################################################################
###### 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: #347CED;
  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: 'Heebo', sans-serif;
  font-weight: 400;
}

section {
  text-align: center
}

p {
  font-size: 15px;
}

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

.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: #4E62F7;
  background-color: #0f00fe;

  will-change: transform;
}

ul {
  top: 100px;
  left: 0;
  list-style: none;
  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;
}

/* 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 {
  padding: 10px 30px;
  background-color: #ffffffc9;
}

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

.itens-menu {
  padding-top: 18px;
}

.itens-menu a {
  font-family: sans-serif;
    font-weight: 600;
    display: inline-flex;
    color: #000000;
    text-align: center;
    padding: 14px 6px;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}

.topnav .btn-cliente {
  text-decoration: none;
  padding-top: 18px;
}

.topnav .btn-cliente p {
  background-color: #083c78;
    font-family: Calibri;
    font-weight: 600;
    display: inline-flex;
    color: #fff;
    text-align: center;
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 3px;
}

.topnav .btn-cliente p:hover {
  background-color: #0f54a2;
  color: #fff;
}

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

.topnav a:hover {
  color: #fff;
}

.topnav a.active {
  background-color: #0f54a2;
  color: white;
}

.topnav .icon {
  display: none;
}

.itens-menu a {
  transition: 1s;
}

.itens-menu a:hover {
      /* transform: scale(1.3); */
      transition: 1s;
      color: #083c78;
  }

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

  .topnav a.icon {
    float: right;
    display: block;
  }

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

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

@media screen and (max-width: 1024px) {
  .topnav.responsive {
    position: absolute;
    z-index: 999999;
    background-color: #fff;
    width: 100%;
    clip-path: none;
    height: 450px;
    box-shadow: 4px 4px 20px 0px #00000038;
}

  .topnav.responsive .menu-b{
    padding-top: 4%;
  }

  .topnav.responsive .icon {
    float:right;
  }

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