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

.wrapper-pagina-interna{
  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;
  border-bottom: 2px solid #f60;
}

header #navbar {display: none}

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

header {
  width: 100%;
    /* height: 24.5%; */
    background-color: #fff;
}
header .row {
  width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px 9vw;
    background-color: #fff;
    margin-top: -43px;
    padding-bottom: 41px;
}
header div, header nav {
  display: -webkit-box;
  display: flex;
}
header .col {
  -webkit-box-align: center;
          align-items: center;
}
header a {
  text-decoration: none;
}
header #menubar {
  height: 4vw;
  min-height: 60px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: block;
}
header #menubar img {
  width: 70%;
}
header #menubar label[for="menuExtend"] {
  width: 12.5vw;
    max-width: 60px;
    min-width: 45px;
    height: 100%;
    position: relative;
    float: right;
}
header #menubar label[for="menuExtend"] span {
  font-size: 0;
  width: 60%;
  height: 6%;
  border-radius: 10px;
  background-color: #ff6600;
  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: #ff6600;
  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: #000000;
  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: #ff6600; 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;
}
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;
}

header #topo1 .logo img{
  width: 80%;
}

#redes_sociais a{
  text-decoration: none;
    padding: 0px 3px 0px 3px;
    font-size: 34px;
}

#redes_sociais{
  padding-top: 15px;
  float:right;
}

#box-vantagens .bt-dentro{
    margin: 0 auto;
    text-align: center;
    clear: both;
    width: 100%;
}

.imgzao{
  margin-bottom: 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;
  }
  header #redes_sociais{
    padding-top: 30px;
    display: contents;
}
  
  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: 18px;
  bottom: 9.4rem;
  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;
}


@media(max-width: 1099px) {
  #fab-wpp {
    bottom: 1.4rem !important;
  }
  #fab-wpp .fab-action i {
    font-size: .9rem;
  }
}


/*
@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: 18px;
  bottom: 16.9rem;
  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;
  height: 150px
}

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

.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 {
  margin: 0 !important;
  padding: 0 !important;
  color: #FFF;
}

.topo-txt-destaque {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  width: 62%!important;
  font-size: 340%!important;
  padding: 10% 50px 2% 50px!important;
  color: #fff;
  float: left;
  text-align: left;
  letter-spacing: -1px;
  line-height: 56px!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: #ff6600;
  color: #ffffff;
  border-radius: 90px;
  padding: 4px 17px;
  display: flex;
  float: right;
  margin-right: 13px;
  font-size: 15px;
  font-family: Calibri;
}

/*
* SESSAO SOLUCOES
*/
.sessao-contabilidade {
    text-align: center;
    padding: 0% 9% 25% 9%;
}

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

#bloco1 .cor-1 {
  padding: 20% 1%;
    background-color: #FFF;
    height: 410px;
    border: 10px solid #e3eeff;
}

#bloco1 .cor-2 {
  padding: 20% 1%;
  background-color: #FFFF;
  margin: -53px 10px 0px 10px;
  height: 510px;
  border: 10px solid #ff6600;
}

.caixa-grande{
  padding: 1% 7% 4% 7%;
}

.caixa-grande .cor-1 h3 {
  color: #000000;
  font-size: 2.15em;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  width: 88%;
  clear: both;
  margin: 0 auto;
  padding: 2% 0 2% 5%;
}

.caixa-grande .cor-1 h2 {
  color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 17px;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: left;
    padding: 2% 0 8% 0%;
    line-height: 18px;
    letter-spacing: 1px;
}

.caixa-grande .cor-1 a{
  margin: 40px;
    color: #000000;
    border-radius: 45px;
    padding: 10px 25px;
    font-size: 15px;
    /* background-color: #ff6600; */
    border: 2px solid #000000;
}

.caixa-grande .cor-2 h3 {
  color: #000000;
    font-size: 2.25em;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    width: 88%;
    clear: both;
    margin: 0 auto;
    padding: 2% 0 2% 5%;
    /* border-left: 11px solid #fff; */
    line-height: 31px;
}

.caixa-grande .cor-2 h2 {
  color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 17px;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: left;
    padding: 2% 0 8% 0%;
    line-height: 18px;
    letter-spacing: 1px;
}

.caixa-grande .cor-2 a{
  margin: 40px;
    color: #000000;
    border-radius: 45px;
    padding: 10px 25px;
    font-size: 15px;
    /* background-color: #0024FF; */
    border: 2px solid #000000;
}

.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: 1.5s;
  background-color: #fff;
  border: 2px solid #ff6600;
  color: #ff6600;
}

#bloco1 .cor-2 a:hover {
  transition: 1.5s;
  background-color: #ff6600;
  border: 2px solid #ff6600;
  color: #fff;
}

.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: 700;
  width: 60%;
  font-size: 40px;
  color: #000000;
  line-height: 44px;
  padding-bottom: 0px;
}

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

.sessao-servicos .caixa-grande{
  padding: 5% 70px 1% 70px;
}

.caixa-grande .caixa-menor{
  background-color: #fff;
}

.bloco-empresa{
  padding: 30px;
}

.bloco-empresa p{
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  text-align: left;
}

.bloco-empresa a{
  background-color: #ff6600;
  color: #fff;
  padding: 15px 30px;
  float: left;
}

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

.bloco-empresa .video-empresa {
  position: relative;
  z-index: 5;
}

.bloco-empresa .video-empresa::before {
  position: absolute;
  content: '';
  bottom: -20px;
  left: -20px;
  width: 0;
  height: 0;
  border-bottom: 250px solid #ff6600;
  border-right: 400px solid transparent;
  z-index: -1;
}

.bloco-servico h2{
  font-family: 'Raleway', sans-serif;
    font-weight: 700;
    width: 100%!important;
    font-size: 32px;
    color: #000000;
    line-height: 44px;
    text-align: center!important;
    margin-top: 0px;
    padding-top: 5%!important;
}

.bloco-servico h3{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    width: 100%!important;
    font-size: 22px;
    color: #000000;
    text-align: left!important;
    margin-top: 0px;
    padding: 1.1rem 0 1.2rem 0;
    border-bottom: 2px solid #e3eeff;
}

.bloco-servico h3 span {
  border-bottom: 2px solid #ff6600;
  padding-bottom: 1.2rem;
}

.bloco-servico .tipos-servico{
  padding-bottom: 50px;
}

.bloco-servico .tipos-servico .tipo-servico{
  margin: 20px auto;
  min-height: 170px;
}

.bloco-servico .tipos-servico img{

}

.bloco-servico .tipos-servico h2{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 21px;
  text-align: left;
  border-bottom: 3px solid #ff6600;
}

.bloco-servico .tipos-servico p{
  font-family: Calibri;
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    text-align: left;
    line-height: 19px;
}

.bt_saibamais{
  float: left;
  border: 3px solid #ff6600;
  padding: 8px 16px;
  color: #3e3e3e;
  font-weight: 600;
  font-size: 17px;
  border-radius: 6px;
}

.bt_saibamais:hover {
  background-color: #ff6600;
  color: #FFF;
}


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

#box-contabilidade{
  padding: 0 0% 5% 0%;
}

/*
* SESSAO CATEGORIAS
*/

#box-categorias {
  padding: 3% 5% 5% 5%;
  margin: 0 auto;
  text-align: center;
}

#box-categorias h3 {
  color: #fff;
  margin: 0;
  padding-bottom: 3%;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  float: left;
  font-size: 1.75em;
}

#box-categorias p {
  font-size: 1.75rem !important;
    color: #ffffff !important;
    line-height: 24px !important;
    text-align: left !important;
    float: left !important;
    width: 100%;
}

.fa.fa-flag {
  color: #ff6600;
  margin-right: 5px;
}

/*
* SESSAO VANTAGENS
*/


#box-vantagens {
  padding: 5% 5% 5% 5%;
  background: #000;
  background-image: url(../img/bg-vantagens.png);
  background-repeat: no-repeat;
  background-position: right;
}

#box-vantagens h3 {
  font-family: 'Raleway', sans-serif;
    font-weight: 700;
    width: 60%!important;
    font-size: 30px;
    color: #FFF;
    padding-bottom: 5rem !important;
    text-align: center!important;
    margin-top: 0px;
    margin: 0 auto!important;
    clear: both!important;
    float: none!important;
}

#box-vantagens h4 {
  color: #ffffff;
    margin: 0;
    padding-bottom: 1%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    width: 50%;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
}

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


@media (max-width: 1099px){
  #box-vantagens h3 { padding-bottom: 1rem !important; }
  #box-categorias .fa.fa-flag {
    font-size: 15px;
  }
  #box-categorias p {
    font-size: 15px !important; }
}



#bloco-forms {
  padding: 1% 5% 5% 5%;
}

.bloco-forms{
  padding: 1% 0% 0 0%;
}

#bloco-forms h3{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  width: 80%!important;
  font-size: 40px;
  color: #000000;
  padding-bottom: 2%!important;
  text-align: center!important;
  margin-top: 0px;
  margin: 0 auto;
}

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

.bloco-forms h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 15px 30px;
    background-color: #ff6600;
    color: #fff;
    margin: unset;
    font-size: 25px;
    height: 130px;
    line-height: 28px;
}

.card-form .img-btn{

}

.bloco-forms img{
  width: 100%;
}

.bloco-forms a{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 15px;
  font-size: 20px;
  background-color: #ff6600;
  color: #fff;
  width: 100%;
  display: block;
  margin-top: -25px;
}

.bloco-forms p{
    font-family: Calibri;
    font-weight: 400;
    color: #000000!important;
    font-size: 18px!important;
    line-height: 20px!important;
    text-align: justify!important;
    min-height: 200px;
    padding: 5px 10px;
    margin-top: 15px;
}

.bloco-simulacao {
  background-color: #000;
  padding: 4%;
}

.bloco-simulacao a{ 
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  position: relative;
  padding: 10px 20px;
  font-size: 20px;
  background-color: #ff6600;
  color: #fff;
  display: block;
  width: 50%;
  max-width: 250px;
  margin: 0 auto;
  border-radius: 6px;
}

.bloco-simulacao h4{
  font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 29px;
    color: #FFF;
    line-height: 35px;
    padding-bottom: 9px;
}

/*
* SESSAO PERGUNTAS
*/

.sessao-perguntas-clip {
  padding: 5% 0% 5% 0%;
}

.sessao-perguntas {

}

.sessao-perguntas-clip h2 {
  color: #000000;
    font-size: 2.25em;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    padding-bottom: 2%;
}

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

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

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

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

.bloco-contato-extra{
  padding: 3% 4% 3% 4%;
}

.bloco-contato-extra i {
  color: #ff6600;
  font-size: 45px;
  margin-bottom: 10px;
}

.bloco-contato-extra h3{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  width: 80%!important;
  font-size: 40px;
  color: #000000;
  padding-bottom: 2%!important;
  text-align: center!important;
  margin-top: 0px;
  margin: 0 auto;
}


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

.bloco-contato-extra p{
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 21px;
}

/*
* 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: #000000;
  text-align: left;
  text-shadow: unset!important;
}

.sessao-artigo {
  padding: 5%;
  background: #000000;
  background-image: url(../img/bg-vantagens-inverso.png);
  background-repeat: no-repeat;
  background-position: left top;
  /*background-size: cover;*/
}

.b-artigos{
  padding-bottom: 5%;
}

.sessao-artigo h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  width: 100%!important;
  font-size: 40px;
  color: #FFF;
  padding-bottom: 5rem !important;
  text-align: center!important;
  margin-top: 0px;
  margin: 0 auto;
}

.sessao-artigo h2 {
  color: #fff;
  font-size: 28px;
  clear: both;
  margin: 0 auto;
  text-align: left;
  line-height: 43px;
  padding-bottom: 1%;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-left: 14px;
}

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

.sessao-artigo p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding-left: 10px;
  color: #fff;
  text-align: left;
  padding-bottom: 10px; 
}

.sessao-artigo .btn-artigos{
  float: right;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 12px 24px;
  background-color: #ff6600;
  color: #fff;
  margin-right: 5px;
  min-width: 170px !important;
  display: inline-block;
}

.sessao-artigo .btn-artigos:hover{
  background-color: #e3eeff;
  color: #ff6600;
  transition-duration: 0.5s;
}

/*
* NOTICIA
*/
.b-noticias .caixa-menor {
  background: #ff6600;
  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 {
  padding-top: 10px;
  height: 212px;
  padding: 5%;
  width: 95%;
  border: 10px solid rgba(255, 255, 255, 0.4);
}

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


.b-noticias .noticias-content {
  margin-bottom: 10px;
  text-align: left;
  /*padding: 1px 25px;*/
}

.b-noticias .card-conteudo {
  padding-top: 10px;
  height: 140px;
  padding: 3%;
}

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

.b-noticias .noticias-content h3 {
    font-size: 18px;
    color: #FFF;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-align: left;
    width: 100%;
    line-height: 24px;
    padding-left: 10px;
}

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

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

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

.b-noticias .link-noticias a {
    float: right;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 12px 24px;
    background-color: #ff6600;
    color: #fff;
    margin-right: 33px;
    min-width: 170px !important;
    display: inline-block;
}

.b-noticias .link-noticias a:hover {
    background-color: #e3eeff;
    color: #ff6600;
    transition-duration: 0.5s;
}


@media (max-width: 1099px){
  .sessao-artigo h1 { padding-bottom: 1rem !important; }
}

/*
* NEWSLETTER
*/

.b-newsletter {
    padding: 4rem 0 3rem 0;
    width: 70%;
    margin: 0 15%;
    text-align: center;
    border-bottom: 1px solid rgba(12, 89, 219, .2);
}
.b-newsletter h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #000000;
  line-height: 44px;
  padding-bottom: 0px;
}

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

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

.b-newsletter input {
  display: inline-block;
  padding: 17px;
  padding-bottom: 14px;
  background-color: #fff;
  width: 50%;
  margin-right: 15px;
  max-width: 500px;
  text-align: center;
  margin-bottom: 10px;
  border: 2px solid rgba(12, 89, 219, .2);
  font-size: 17px;
}

.b-newsletter button {
  display: inline-block!important;
  border: 0;
  background-color: #ff6600;
  padding: 16.5px 28px;
  color: #FFF;
  font-size: 16px;
  margin: 0 auto;
}

@media (max-width: 1099px){
  .b-newsletter {
    padding: 3rem 0 1rem 0;
    width: 80%;
    margin: 0 10%;
  }
}

#box-servicos h2{
    margin-top: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    line-height: 44px;
    padding-bottom: 20px;
}

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

.galeria {
  box-sizing: border-box;
  font-size: 62.5%;
  color: #333;
  font-weight: 300;
  line-height: 1.6;
  padding: 4rem 120px 0px 120px;
}

.galeria h2{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  width: 80%!important;
  font-size: 40px;
  color: #000000;
  padding-bottom: 2%!important;
  text-align: center!important;
  margin-top: 0px;
  margin: 0 auto;
}

.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: 100%;
  margin: 1rem auto 0 auto;
}

.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: 3;


}

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

}

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

}

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

}

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

}

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

}

.galeria .btn a {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 12px 24px;
  background-color: #ff6600;
  color: #fff;
  margin-left: 5px;
  min-width: 170px !important;
  display: inline-block;
  float: right;
}

.galeria .btn a:hover {
  background-color: #e3eeff;
    color: #ff6600;
}

@media (max-width: 1099px){
  .galeria {
    padding: 2rem 90px 0px 90px;
}
}


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

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

.sessao-depoimento h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  width: 80%!important;
  font-size: 40px;
  color: #000000;
  padding-bottom: 2%!important;
  text-align: center!important;
  margin-top: 0px;
  margin: 0 auto;
}

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

.sessao-depoimento .depoimento-content p {
  width: 75%;
  font-size: 17px;
  margin-bottom: 0px;
  float: none !important;
  letter-spacing: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-style: italic;
  background-image: url(../img/comentario.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  color: #000000;
  padding: 0 30px 0 30px;
  line-height: 25px;
}

.sessao-depoimento .depoimento-content p span {
  display: inline-block;
  color: #000000;
  text-transform: capitalize;
  margin-top: 10px;
  font-family: 'Bree Serif', serif;
}

/*
* PARCEIROS
*/
.sessao-parceiros {
  text-align: center;
  padding: 60px 0 60px 0;
}

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

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

.sessao-parceiros .btn-depo-parc {
  margin-top: 8%;
}

.sessao-parceiros .btn-depo-parc a{
  font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 12px 24px;
    background-color: #ff6600;
    color: #fff;
    margin-right: 5px;
    min-width: 170px !important;
    display: inline-block;
}

.sessao-parceiros .btn-depo-parc a:hover {
  background-color: #e3eeff;
  color: #ff6600;
}

#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.7;
  filter: grayscale(100%);
  max-width: 200px; max-height:250px; width: auto; height: auto;
}

#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: #000000;
  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: #000000;
  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: #ff6600;
  /* 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.html');
  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.html");
  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: #ff6600;
}

.sessao-ferramentas h2 {
  color: #000000;
  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: #ff6600;
  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: #000000;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 5px 0 5px;
}

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


.slide-in .overlay {
  background: #ff660070;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(45deg, #ff660070, #ff6600);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #ff660070, #ff6600);
  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(45deg, #000000 0%, #000000 100%);
  border-radius: 10px;
  padding: 30px;
}

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

.simulador-card-direita a {
  background: #ff6600;
  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;
}


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

.footer-content{
  padding: 5% 5% 5% 5%;
  min-height: 810px;
}

#footer-session h2 {
  color: #fff;
  font-size: 2.6em;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 10px;
  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: #fff;
  line-height: 16px;
  font-weight: bold;
}

#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: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

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

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

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

#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-size: 17px;
  font-family: sans-serif;
}

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

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

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


#footer-session .seta-topo {
  float: right;
  margin: 0 0 0 10px;
  background-color: #ff6600;
  padding: 15px;
}

#footer-session .seta-topo img {
  width: 25px;
}

#footer-session .formulario {
  padding: 2rem 1rem;
  background-color: #000000e5;
  border-radius: 25px;
  float: right;
  z-index: 99999999999999999;
}

#footer-session .formulario p {
  text-align: left;
  font-size: 15px;
}
#footer-session .formulario input {
  border-radius: unset !important;
  text-align: center;
}

#footer-session .formulario button {
  background-color: #ff9007;
    border-radius: unset;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300 !important;
    padding: 10px 20px;
}

#footer-session .formulario textarea {
  height: 15% !important;
  text-align: center;
}

#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: 0px -3px 9px 0px #50505059;
}

.footer-copy span {
  display: inline-block;
  color: #000000;
  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: #000000;
    color: #fff;
    padding: 10px 20px 10px 20px;
}

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

.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{
  margin-top: -280px;
  height: 340px;
}

#footer-session .certificados{
  height: 155px;
  padding: 0 5%;
}

.certificados .direitos{
  display: inline-flex;
}

.direitos p{
  text-align: left;
  margin-top: 40px!important;
  font-size: 15px!important;
  width: 52%;
}

.certificados .logos{
  padding-top: 40px;
}

.certificados .logos img{
  margin-right: 15px;
}




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

#layerslider h2{
    width: 70%!important;
    margin: 0 auto!important;
    text-align: left!important;
    clear: both!important;
    margin-top: 9%!important;
    padding: 1%!important;
    color: #ffffff;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: -2px;
    font-size: 55px!important;
    line-height: 55px;
    text-shadow: 1px;
    border-left: 15px solid #ff6600;
}

.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,.itens-menu a{
  display: inline-flex;
    color: #000000;
    text-align: center;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 13px;
    margin-top: 0px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    transition: 0.25s;
    border: solid 1px #fff;
}


.itens-menu a:hover{
  border-bottom: solid 2px #ff6600;
  border-radius: 0px;
}

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

#app p{
	text-align: center;
    font-size: 24px;
    padding-bottom: 5%;
    font-weight: 600;
    color: #f60;
}

#app .bt_saibamais{
	margin: 0 auto!important;
    text-align: center!important;
    float: none!important;
}

#app img{
	margin: 0 auto;
    text-align: center;
    float: none;
}

#app h3{
	    margin: 0 auto!important;
    text-align: center!important;
    float: none!important;
    margin-bottom: 20px!important;
}

#app h2{
	    margin-top: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    line-height: 44px;
    padding-bottom: 20px;
}

#app .app {
    padding: 5% 70px 1% 70px;
}

#app .b-app {
    margin: 20px auto;
    min-height: 170px;
}

#box-app{
	padding: 4% 5%;
}


.overlay {
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 81%);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 9999999;
}

.overlay:target {
  visibility: hidden;
  opacity: 0;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 640px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
    color: #f97419;
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #06D85F;
}

.popup .content {
  height: auto;
  overflow: auto;
}

.popup img{
  width: 100%;
}

@media screen and (max-width: 700px){
.popup{
    width: 70%;
  }
}

@media (max-width:576px) {
    #popup1 img{width:100%;}
	.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 20px;
	}
}