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

html {
  scroll-behavior: smooth;
}

/** TOPO **/
.wrapper {
  width: 100%;
    position: relative;
    font: 300 16px/1.2 calibri;
    color: #222;
    text-align: center;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    z-index: 99999;
}

.wrapper-pagina-interna{
  width: 100%;
  height: 195px;
  position: relative;
  font: 300 16px/1.2 calibri;
  color: #222;
  text-align: center;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: 99999;
}

header .logo img{
  width: 349px;
}

header .social img{
  width: 49px;
  margin-left: 10px;
}

header .social{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-weight: 600;
  color: #003066;
}

#layerslider{
    background-image: linear-gradient(180deg, #252b33 0%, #252b338a 100%), url(../img/slide_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 720px;
}

#layerslider > div.ls-inner > div.ls-slide.ls-animating > h2 {
  width: 100%;
}

#bloco1{
  z-index: 99999999;
  position: relative;
  padding: 3rem 0 2rem 0;
}

header #navbar {display: none}

input[id="menuExtend"] {
  display: none;
}

header {
  width: 100%;
}
header .row {
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  align-items: center;
}

header .col {
  -webkit-box-align: center;
          align-items: center;
}
header a {
  text-decoration: none;
}
header #menubar {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
/*
header #menubar img {
  width: 80%;
}
*/
header #menubar label[for="menuExtend"] {
  width: 12.5vw;
  max-width: 60px;
  min-width: 45px;
  height: 100%;
}
header #menubar label[for="menuExtend"] span {
  font-size: 0;
  width: 60%;
  height: 6%;
  border-radius: 10px;
  background-color: #e8b761;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header #menubar label[for="menuExtend"] span:before, header #menubar label[for="menuExtend"] span:after {
  content: "";
  background-color:#e8b761;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.2s 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: top 0.2s 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, top 0.2s 0.2s ease-out;
  transition: transform 0.2s ease-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
header #menubar label[for="menuExtend"] span:before {
  top: -300%;
}
header #menubar label[for="menuExtend"] span:after {
  top: 300%;
}
header #navbar nav a {
  color: #373737;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

header #redes_sociais{ display: block; margin: 10px; color: #0024ff; font-size: 2.5rem; padding-right: 70px; text-align: end; }
header #navbar nav a:hover, header #navbar nav a.on {
  color: #c4caff;
}
header #navbar #links a {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.75);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: #e8b761;
}
header #navbar #links a:hover {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.3);
}
header #navbar #links a img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header #navbar #links a + a {
  margin-left: 1rem;
}

#box-vantagens .bt-dentro{
	position: absolute;
    margin: 0 auto;
    float: none;
    text-align: center;
    clear: both;
    width: 90%;
    margin-top: 30px;
}

@media (min-width: 1100px) {
  header > div {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  header label[for="menuExtend"] {
    display: none;
  }
  header #navbar nav a {
    margin-left: 1em;
  }
  header #navbar #links {
    margin-left: 2.5em;
  }
}
@media (max-width: 1099.98px) {
  html {
    font-size: 4vw;
  }

  header{
    height: unset!important;
  }

  header > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  header #navbar {display: block;}
  header #navbar {
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 10vw;
    display: none;
  }
  header #navbar > * {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
  header #navbar nav a {
    margin-bottom: 1em;
    font-size: 0.5em!important;
    color: #e8b761;
  }
  header #redes_sociais{ display: none;}
  header #redes_sociais_mobile{ font-size: 1.4rem; }
  header #navbar #links a + a {
    margin-left: 5vw;
  }

  header .itens-menu{ display: none; }
  header #idocumentos{ display: none; }

  input[id="menuExtend"]:checked + header {
    max-height: initial;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  input[id="menuExtend"]:checked + header #menubar #logo {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
  }
  input[id="menuExtend"]:checked + header #menubar label[for="menuExtend"] span {
    background-color: transparent;
  }
  input[id="menuExtend"]:checked + header #menubar label[for="menuExtend"] span:before, input[id="menuExtend"]:checked + header #menubar label[for="menuExtend"] span:after {
    top: 0;
    -webkit-transition: top 0.3s ease-out, -webkit-transform 0.3s 0.3s ease-out;
    transition: top 0.3s ease-out, -webkit-transform 0.3s 0.3s ease-out;
    transition: top 0.3s ease-out, transform 0.3s 0.3s ease-out;
    transition: top 0.3s ease-out, transform 0.3s 0.3s ease-out, -webkit-transform 0.3s 0.3s ease-out;
  }
  input[id="menuExtend"]:checked + header #menubar label[for="menuExtend"] span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  input[id="menuExtend"]:checked + header #menubar label[for="menuExtend"] span:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  input[id="menuExtend"]:checked + header #navbar {
    display: -webkit-box;
    display: flex;
  }
  input[id="menuExtend"]:checked + header #navbar nav {
    font-size: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 5vh;
  }
}


/** 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-weight: 600;
  color: #343434;
  font-size: 2.1rem;
}



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


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

/*HEADER*/
/*.topnav .logo-contabil {
  background: #fff;
  width: 283px;
  margin-top: -20px;
  margin-left: 50px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}*/


/* SLIDER */
.header-slider {
  padding: 0 !important;
  color: #FFF;
  z-index: 999;
}
.topo-txt-destaqueh4 {
  font-weight: 600;
  width: 98%!important;
  font-size: 3.5rem !important;
  color: #FFF;
  text-align: center;
  letter-spacing: 4px;
  top: 20%!important;
  display: flex;
  left: 1% !important;
  justify-content: center;
  text-transform: uppercase;
}
.topo-txt-destaqueh2 {
  font-weight: 600;
  width: 98%!important;
  font-size: 7rem !important;
  color: #FFF;
  text-align: left;
  letter-spacing: 3px;
  top: 27%!important;
  display: flex;
  left: 1% !important;
  justify-content: center;
  text-transform: uppercase;
}

.slider-button {
  font-weight: 600;
  width: 98%!important;
  letter-spacing: 3px;
  top: 50%!important;
  display: flex;
  left: 1% !important;
  justify-content: center;
}
.slider-button a {
    color: #FFF;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 25px;
    border: 2px solid #e8b761;
    background: #e8b761;
}


@media(max-width:600px) {
  .topo-txt-destaque {
      font-size: 2rem !important;
  }
}

.topo-txt-sub{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 20px!important;
  padding: 0 65px!important;
  color: #fff;
  float: left;
  left: 99px!important;
  top: 300px!important;
  text-align: left;
  letter-spacing: 0px;
}

.topo-menu a {
  background: #e8b761;
  color: #ffffff;
  border-radius: 90px;
  padding: 4px 17px;
  display: flex;
  float: right;
  margin-right: 13px;
  font-size: 15px;
  font-family: Calibri;
}

#redes_sociais a {
  color: #e8b761;
}


/*
* SESSAO SOBRE
*/
.sessao-sobre {
    padding: 5rem 5%;
    font-size: 2rem;
    font-weight: 100;
    text-align: left;
    color: #252b33;
    background-color: #FFFF;
}
.sessao-sobre p {
  text-align: left;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.sessao-sobre a {
  color: #FFF;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 18px;
    margin-top: 3rem;
    letter-spacing: 2px;
    display: inline-block;
    border: 1px solid #e8b761;
    background: #e8b761;
}

.sessao-sobre video { width: 80%; margin: 0 10%; }

/*
* SESSAO SOLUCOES
*/
.sessao-contabilidade {
  /* clip-path: polygon(0 0%, 100% 0, 100% 70%, 0% 100%); */
  background-color: #e8b761;
  text-align: center;
  padding: 0% 9% 25% 9%;
  margin-top: -58rem;
}

.caixa-grande .caixa-menor{
  padding-right: unset;
  padding-left: unset;
}

#bloco1 .cor-1 {
  padding: 8% 1%;
  text-align: center;
}

#bloco1 .cor-3 {
  padding: 8% 1%;
  text-align: center;
}

#bloco1 .cor-2 > article {
    margin: 0rem auto 0 auto;
    text-align: center;
}

#bloco1 .cor-2 > article > div { border: 3px dotted #025637; }

.caixa-grande{
  margin-top: 0px;
  position: relative;
  z-index: 9;
}

.caixa-grande .cor-1 h3 {
  font-size: 1.8em;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    width: 80%;
    margin: 0 10%;
    clear: both;
    text-align: center;
    padding: 2% 0 2% 0;
    float: left;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.caixa-grande .cor-1 h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 19px;
  width: 80%;
  clear: both;
  margin: 0 auto;
  text-align: left;
  padding: 10% 0;
  line-height: 20px;
  text-align: center;
}

.caixa-grande .cor-1 a{
  margin: 40px;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 10px 25px;
  font-size: 20px;
  background: #e8b761;
}

.caixa-grande .cor-3 h3 {
  font-size: 1.8em;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    width: 80%;
    margin: 0 10%;
    clear: both;
    text-align: center;
    padding: 2% 0 2% 0;
    float: left;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.caixa-grande .cor-3 h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 19px;
  width: 80%;
  clear: both;
  margin: 0 auto;
  text-align: left;
  padding: 10% 0;
  line-height: 20px;
  text-align: center;
}

.caixa-grande .cor-3 a{
  margin: 40px;
  color: #252b33;
  border-radius: 6px;
  padding: 10px 25px;
  font-size: 20px;
  background: #e8b761;
}

.caixa-grande .cor-2 h3 {
  color: #FFF;
    font-size: 2.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.caixa-grande .cor-2 h2 {
  color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 10% 0;
    line-height: 22px;
}

.caixa-grande .cor-2 a{
  margin: 20px 0;
  color: #e8b761;
  border-radius: 6px;
  padding: 10px 25px;
  font-size: 25px;
  border: 2px solid #fff;
  display: inline-block;
  background: #FFF;
}

.sessao-contabilidade .caixas-direita {
  border: solid 2px;
  color: #d2d7d9;
  padding: 30px 15px;
  margin: 15px 2px;
  width: 32%;
}

.sessao-contabilidade .caixa-meio {
  margin-top: 7% !important;
}

#bloco1 .cor-1 a{
  transition: 1.2s;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
}

#bloco1 .cor-2 a{
  transition: 1.2s;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
}

/*
#bloco1 .cor-1 a:hover {
  transition: 0.5s;
    background-color: #fff;
    color: #e8b761;
}
*/

/*
#bloco1 .cor-3 a:hover {
  transition: 0.5s;
    background-color: #fff;
    color: #e8b761;
}
*/


.bloco-conheca{
  margin-top: 50px;
}

.bloco-conheca h2{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #fff;
}

.bloco-conheca p{
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  width: 50%;
  font-size: 25px;
  color: #fff;
}

/*
* SESSAO SERVIÇOS
*/
.sessao-servicos {
  text-align: center;
  padding: 0% 0% 0 0%;
}

.sessao-servicos .caixa-grande{
  padding: 4rem 10%;
  position: relative;
  z-index: 9;
}


.bloco-empresa{
  padding: 30px;
}

.bloco-empresa p{
  font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #373737;
    text-align: center;
    line-height: 24px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px;
}

.bloco-empresa h2 {
  font-weight: 600;
  color: #e8b761;
  margin-top: 60px;
}

.bloco-empresa a{
  border-bottom: 3px solid #e8b761;
    color: #464646;
    padding: 10px 20px;
    font-size: 20px;
}

.bloco-empresa a:hover{
  border-bottom: 3px solid #e8b761;
    color: #fff;
    background-color: #e8b761;
}

.bloco-empresa iframe{
  width: 100%;
  height: 330px;
}

.bloco-servico h2 {
    margin: 0;
    padding-bottom: 2%;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 2.8em;
    letter-spacing: 2px;
}




.bloco-servico .tipos-servico .tipo-servico{
  transition: 0.1s;
}

.bloco-servico .serv-col {
    border-radius: 0;
    margin-bottom: 2rem;
    color: #252b33;
}
.bloco-servico .serv-col a { color: #111; }

.tipo-servico div {
    justify-content: center;
    margin-bottom: 0;
    text-align: left;
}


.tipo-servico div span {
  display: block;
  font-size: 40px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px rgb(95 54 187);
  line-height: 1em;
  text-align: right;
}


.sessao-video {
  padding: 4rem 10% 4rem 10%;
  background-color: #FFF;
}

.sessao-video h3 {
  color: #FFFFFF;
    margin: 0;
    padding-bottom: 2%;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 2.8em;
    letter-spacing: 2px;
}





#vantagens p{
  text-align: left;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 1rem;
}


.bloco-servico .tipos-servico h2{
  font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 1.5rem 0 1rem 0;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.bloco-servico .tipos-servico p{
  font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-align: center;
    height: 60px;
}


.bloco-servico img {
  width: 64px;
  height: 64px;
}

.bloco-servico .tipos-servico .icone-mais{
  width: unset;
  float: right;
}

/*
* SESSAO CATEGORIAS
*/


#box-categorias p {
  line-height: 22px !important;
  text-align: left !important;
  float: left !important;
  width: 100%;
  font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.fa.fa-flag {
  margin-right: 10px;
  font-size: 2.5rem;
}

/*
* SESSAO VANTAGENS
*/

#box-vantagens {
  padding: 10% 0% 10% 0%;
    background-color: #fff;
    clip-path: polygon(0 20%, 100% 0, 100% 84%, 0% 100%);
}

#box-vantagens h3 {
      color: #373737;
    margin: 0;
    padding-bottom: 2%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#box-vantagens h4 {
  color: #464646;
  margin: 0;
  padding-bottom: 2%;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  width: 100%;
  font-size: 31px;
  text-align: center;
  /* padding-top: 50px; */
}

#box-vantagens p {
  color: #181919;
  text-align: left;
  font-size: 17px;
  line-height: 28px;
}

.bloco-forms {
  padding: 40px 0 0px 0;
}

/* .bloco-forms .card-form {
  height: 45%;
} */

.card-form .card-title {
  height: auto;
}

.bloco-forms h2{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  /* padding: 9px 40px; */
  color: #373737;
  margin: unset;
  font-size: 20px;
}

.bloco-forms a{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  position: absolute;
  position: relative;
  padding: 10px;
  font-size: 15px;
  background-color: #e8b761;
  color: #fff;
}

.bloco-forms p{
  font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #3e3638!important;
    font-size: 14px!important;
    line-height: unset!important;
    padding-top: 20px;
}

.bloco-simulacao a{ 
  font-family: 'Raleway', sans-serif;
    font-weight: 600;
    position: absolute;
    position: relative;
    padding: 13px 50px;
    font-size: 22px;
    background-color: #e8b761;
    color: #fff;
    /* border-bottom: 5px solid #e8b761; */
    border-radius: 90px;
}

.bloco-simulacao a:hover{ 
    background-color: #464646;
    color: #fff;
}

/*
* SESSAO PERGUNTAS
*/

.sessao-perguntas-clip {
  padding: 8rem 5%;
    background-color: #f8f9fa;
}

.sessao-perguntas {
  padding: 0% 120px 3% 120px;
  margin-top: -410px;
}


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

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

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

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

.bloco-contato-extra{
  padding-top: 0px;
}

.bloco-contato-extra h3{
  color: #373737;
  font-size: 25px;
  width: 100%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  line-height: 43px;
  padding-bottom: 3%;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
}


.bloco-contato-extra img{
  padding-bottom: 13px;
}

.bloco-contato-extra p{
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #373737;
  border-top: 2px solid #e8b761;
  padding-top: 10px;
}

/*
* ARTIGOS
*/

.carousel-caption {
  right: 15px;
  left: 15px;
  padding: 5px 15px;
  padding-bottom: 0;
  background-color: #ffffffbf;
  padding-top: 0;
  bottom: 0;
}

.carousel-caption h3{
  font-size: 20px;
  color: #373737;
  text-align: left;
  text-shadow: unset!important;
}

.sessao-artigo {
  padding: 6rem 5%;
}

#box-artigos .container_title { color: #FFF !important; }
#box-artigos h3 {
  text-align: left;
    margin-bottom: 2.5rem;
    color: #003066;
    font-weight: 600;
    font-size: 3rem;
    padding-left: 15px;
}

#box-artigos h4 {
  text-align: left;
    color: #003066;
    font-weight: 600;
    font-size: 2rem;
}

.sessao-artigo h2 {
  font-weight: 600;
  color: #e8b761;
  margin-top: 60px;
}


.sessao-artigo i{
  float: left;
  font-size: 13px;
  color: #e8b761;
  display: inline-flex;
  width: 100%;
}

.sessao-artigo .artigos_container {
  font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-align: left;
    border-left: 5px solid #e8b761;
    padding: 1rem 0 1rem 2rem;
}
.sessao-artigo .artigos_container span { color: #FFF; font-size: 1.2rem; margin-bottom: 0.8rem; display: block; }
.sessao-artigo .artigos_container h3 { color: #FFF; margin: 0 0 .5rem 0 !important; font-weight: 600; font-size: 2.2rem; }
.sessao-artigo .artigos_container hr {border: 0; border-bottom: 1px dotted #FFF; }

.sessao-artigo p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #FFF;
    text-align: left;
    margin: 0;
    line-height: normal !important;
}

.sessao-artigo .btn-artigos{
    padding: 10px 20px;
    color: #FFF;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 16px;
    background: #252b33;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 2rem;
}

/*
* NOTICIA
*/
.b-noticias .caixa-menor {
  background: #e8b761;
  padding: 4%;
}

.b-noticias .caixa-menor h2 {
  text-align: left;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
  margin: unset;
}

.b-noticias .caixa-menor p {
  color: #fff;
  text-align: left;
  padding: 0px 12% 0 0;
  font-size: 21px;
}

.b-noticias .caixa-menor hr {
  color: #3c92c3;
  border: solid 1px;
  width: 50%;
}

.b-noticias .artigos-content {
  margin-bottom: 10px;
  text-align: left;
}

.b-noticias .card-conteudo {

}

.b-noticias .card-conteudo h2 {
  font-size: 3rem;
  color: #e8b761;
  margin: 10px 0 0 10px;
  font-weight: bold;
  line-height: 22px;
}

#box-artigos .bx-viewport{
  height: 350px!important;
}


.b-noticias .noticias-content {
  text-align: left;
}


#noticia-bxslider a {
  margin-left: 10px !important;
  width: 300px !important;
}

.b-noticias i{
  float: left;
  font-size: 20px;
  color: #e8b761;
  display: inline-flex;
  width: 100%;
}

.b-noticias .noticias-content h3 {
  padding-bottom: 0;
  font-size: 14px;
  color: #111;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-align: left;
  width: 100%;
  line-height: 20px;
}

.b-noticias .noticias-content p {
  font-size: 12px;
  color: #e8b761;
  padding: 0px;
  font-family: Calibri;
}

.b-noticias .link-noticias{
  margin-top: 40px; 
}

.b-noticias .link-noticias p {
  color: #e8b761;
  border-left: solid 0.5px;
  border-bottom: solid 0.5px;
  padding: 11px;
}

.b-noticias .link-noticias a {
    padding: 10px 20px;
    color: #FFF;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 16px;
    background: #252b33;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 0rem;
}

/*
* NEWSLETTER
*/

.sessao-newsletter {
  padding: 0 10% 0 10%;
  background-color: #e8b761;
 }

.b-newsletter {
  padding-top: 5rem; 
  text-align: center; 
}
.b-newsletter h2 {
  color: #FFFF;
  margin: 0;
  padding-bottom: 2%;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 2.8em;
  letter-spacing: 2px;
}

.b-newsletter .container_title, .b-newsletter .container_title span  { color: #FFF !important; }

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

.b-newsletter form {
  margin: 0 0 5% 0;
}

.b-newsletter input {
  padding: 14px;
  padding-bottom: 14px;
  width: 100%;
  margin-right: 10px;
  max-width: 400px;
  text-align: left;
  margin-bottom: 10px;
  border: 0;
  font-size: 20px;
  border: 2px solid #ffffff;
  color: #FFF;
  border-radius: 5px;
}

.b-newsletter button {
  border: 1px solid #FFF;
  background-color: #ffffff;
  padding: 15px 30px;
  color: #e8b761 !important;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
}



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

.galeria {
  box-sizing: border-box;
  color: #FFFFFF;
  padding: 4rem 0px;
}

@media(max-width:600px) {
  .galeria {
    padding: 4rem 10px 0px 10px;
  }
}

.galeria h2{
  color: #FFFFFF;
  margin: 0;
  padding-bottom: 2%;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 2.8em;
  letter-spacing: 2px;
}

.galeria img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE */
}

.galeria img:hover {
  -webkit-filter: none;
  filter: none;
  filter: none; /* IE */
}

.container {
  width: 90%;
  margin: 0 auto;
}

.gallery { display: grid; grid-template-columns: auto auto auto; }

.gallery__item { padding: 5px; }

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



/*
.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--0 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 6;


}

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

}

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

}

.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: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 6;

}

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

}
*/

.galeria .btn a {
  font-family: 'Raleway', sans-serif;
    font-weight: 300;
    padding: 10px 20px;
    color: #FFF;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 16px;
    background: #252b33;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 0rem;
}


/*
* DEPOIMENTO
*/
.sessao-depoimento {
  padding: 4rem 120px 4rem 120px;
    margin: 0 auto;
}

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

.sessao-depoimento h3 {
  color: #FFFFFF;
  margin: 0;
  padding-bottom: 2%;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 2.8em;
  letter-spacing: 2px;
}

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

.sessao-depoimento .depoimento-content p {
  width: 55%;
  font-size: 18px;
  margin-bottom: 0px;
  float: none !important;
  letter-spacing: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #FFF;
  line-height: 25px;
  margin: 0 auto;
}


.sessao-depoimento .btn__depo { 
  font-family: 'Raleway', sans-serif;
    font-weight: 300;
    padding: 10px 20px;
    color: #FFF;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 16px;
    background: #252b33;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 3rem;
 }

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

@media(max-width:768px) {
  .sessao-depoimento {
    padding: 4rem 10px 4rem 10px;
      margin: 0 auto;
  }
}

/*
* PARCEIROS
*/
.sessao-parceiros {
  text-align: center;
    background-color: #FFF;
    padding: 5em 5%;
}

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

.sessao-parceiros h2 {
  color: #181919;
  font-size: 3rem;
  margin-bottom: 4%;
  float: left;
  border-left: 16rem solid #181919;
  margin-left: -15px;
  padding-left: 30px;
}


.sessao-parceiros .btn-depo-parc a{
  margin: 20px 0;
  color: #fff;
  border-radius: 90px;
  padding: 10px 50px;
  font-size: 18px;
  border: 0px;
  display: inline-block;
  background: #e8b761;
  /* font-weight: 600; */
}

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

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

.sessao-redes-sociais h2 {
  color: #181919;
  font-size: 2.25em;
  width: 100%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  line-height: 43px;
  padding-bottom: 3%;
  font-weight: bold;
  letter-spacing: -1px;
}

.sessao-redes-sociais a {
  color: #181919;
  padding: 19px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.sessao-redes-sociais i {
  font-size: 4.25rem;
  vertical-align: middle;
  transition: 1s;
  background: #e8b761;
  /* padding: 10px; */
  margin: 0px -5px;
  width: 70px;
  height: 70px;
  display: table-cell;
}

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

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

.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 ferramentas
*/
.sessao-ferramentas {
  background-color: #fff;
  text-align: center;
  padding-bottom: 7rem;
}

.sessao-ferramentas i{
  font-size: 45px;
  color: #e8b761;
}

.sessao-ferramentas h2 {
  color: #373737;
  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: #e8b761;
  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: #08214e;
  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: #e8b761e0;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(45deg, #e8b761, #e8b761e0);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #e8b761, #e8b761e0);
  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);
}


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


/*SIMULADOR*/


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

.simulador-card-esquerda {
  background: linear-gradient(90deg, #003066 0%, #011934 100%);
  border-radius: 10px;
  padding: 30px;
}

.simulador-card-direita {
  background: linear-gradient(90deg, #003066 0%, #011934 100%);
  border-radius: 10px;
  padding: 62px;
}

.simulador-card-direita a {
  background: #e8b761;
  border-radius: unset;
  color: #fff !important;
  margin-top: 41px;
  font-family: Calibri;
  font-weight: 400 !important;
  font-size: 21px;
}

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

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

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

#simulador p {
  color: #fff;
}

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


/*
* FOOTER 
*/
#footer-session {
  background: #e8b761;
}

.footer-content{
  padding: 2rem 120px 10px 120px;
}

#footer-session h2 {
  color: #fff;
  font-size: 3em;
  font-family: 'Raleway', sans-serif;
  width: 60%;
  padding-bottom: 100px;
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  letter-spacing: -1px;
}

#footer-session h3 {
  display: block;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #252b33;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 3rem;
}

#footer-session h4,#footer-session h5 {
  color: #FFF;
  font-size: 23px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

#footer-session h5 {
  font-weight: unset;
}

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

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

#footer-session p {
  font-size: 1.65rem;
  margin: 2px;
  color: #FFF;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}

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


#footer-session .sub-menu-links h3 {
  margin-bottom: 1rem !important;
  font-size: 15px;
}

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

.b-selos {
  display: flex;
  align-items: center;
}

#footer-session .sub-menu-links p {
  font-weight: 400 !important;
    font-size: 18px;
    font-family: sans-serif;
    text-align: left;
    /* font-family: 'Raleway', sans-serif; */
}

#footer-session .btn-whats{
  margin: 0px 0px 15px 0px;
}


@media(max-width:600px ) {
  .footer-content{
    padding: 2rem 10px 10px 10px;
  }
}

.btn_ligamos {
  color: #FFF;
    background-color: #252b33;
    padding: 7px 30px;
    font-size: 18px;
    border-radius: 10px;
    border: 2px solid #252b33;
    display: inline-block;
    margin: 4rem 8px 3rem 0;
}

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

#footer-session .social i { font-size: 4rem; margin-right: 2rem; }
#footer-session .social i:hover { color: #e8b761; }

#footer-session .formulario {
    float: right;
    z-index: 99999999999999999;
    padding-left: 3rem;
}

#footer-session .formulario p {
  text-align: left;
  font-size: 15px;
}
#footer-session .formulario input {
  text-align: center;
  color: #fff;
  background: #003066;
  border-radius: 5px !important;
  border: 2px solid #FFFF;
}

#footer-session .formulario input::placeholder, 
#footer-session .formulario textarea::placeholder { color: #003066; }

#footer-session .formulario .btn-lg {
  background: #252b33 !important;
  border-color:#252b33;
  color: #FFF;
}

#footer-session .formulario button {
  background-color: #e8b761;
  border-radius: unset;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600; 
}

#footer-session .formulario textarea {
  height: 15% !important;
    text-align: center;
    background: #02915c;;
    border: 2px solid #FFF;
    border-radius: 5px;
    color: #FFF;
}

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


.footer-copy {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999999;
  background-color: #fff;
  text-align: left;
  padding: 8px 25px 8px 25px;
  box-shadow: #3c1a1abf -1px -6px 20px 0px;
}

.footer-copy span {
  display: inline-block;
  color: #181919;
  font-family: Calibri;
}

.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: #181919;
  color: #fff;
  padding: 10px 20px 10px 20px;
}

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

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

#mapa{
	z-index: 999999999;
}

#mapa iframe{
  height: 300px;
}





/*##################################################################################################################
###### 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: sans-serif;
  font-weight: 400;
}

section {
  text-align: center
}

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

a {
  text-decoration: none;
  color: #0024ff;
}

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



/* hang burger */

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

#hamburger:hover span:nth-child(1) {
  top: 50px;
  -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: 20px;
  background-color: #fff;
}

.topnav img {
  float: right;
  width: 70%
}

.itens-menu { display: flex; justify-content: center; }

.itens-menu,.itens-menu a{
  display: inline-flex;
  text-align: center;
  padding: 0px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #252b33;
  letter-spacing: 1px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-transform: uppercase;
}

header .social i { color: #252b33; font-size: 20px; margin: 0 0.5rem; }


#idocumentos{
  color:#e8b761;
  background-color: #fff;
  padding: 10px 30px;
  margin-top: -10px;
  z-index: 999999999999999;
  position: relative;
}

.itens-menu a:hover{
  transition: .5s;
    color: #e8b761;
}

.border {
  border-right: 1px solid #fff !important;
}

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

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

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

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




.experiencia { text-align: center; }
.experiencia h3 { font-size: 12rem; font-weight: bold; }
.experiencia h5 { font-size: 3rem; margin: 0 0 1rem; } 
.experiencia h5 span { font-weight: bold; }

#box-servicos { background-color: #f8f9fa; padding: 6rem 0; }


#vantagem {
  padding: 2rem 5% 5rem;
    font-size: 2rem;
    font-weight: 100;
    text-align: left;
    color: #FFF;
    background-color: #939597;
}


#simulador {
  background-color: #e8b761;
  padding: 3rem 0 3rem;
}

.sessao-depoimento {
    padding: 8rem 0;
}
.sessao-depoimento .container_title { color: #FFF !important; }





.container_title span { 
  font-size: 1.3rem !important;
  background: #e8b761;
  color: #FFF !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 0.6rem !important;
  text-align: center !important;
  display: inline-block;
  padding: 0.3rem 2rem;
 }

.container_title h2 { 
    font-size: 3.50rem !important;
    color: #252b33;
    margin: 0 0 4rem;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
}



.sessao-newsletter .container_title span { background: #FFF; color: #e8b761 !important; }
.sessao-newsletter .container_title h2 { color: #FFF; }

.sessao-depoimento .container_title h2 { color: #FFF; }

#footer-session .container_title span { background: #FFF; color: #e8b761 !important; }

#box-artigos .container_title h2 { color: #FFF; }

#vantagem h3 {
  text-align: left;
  margin-bottom: 2.5rem;
  color: #003066;
  font-weight: bold;
}