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

html {
  scroll-behavior: smooth;
}

/** TOPO **/

#layerslider{
  background-image: linear-gradient(to top, #000000, #17191c8c, #000000), url(../img/slide_1.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  border-top: 3px solid #e08a00;
}


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

header #navbar {display: none}

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

header {
  width: 100%;
  padding: 10px 0px;
  background-color: #fff;
}
header .row {
    margin: 0 auto;
    padding: 8px 10px;
    background-color: #fff;
}
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;
  width: 100%;
}

header #menubar h1{
  font-size: 33px;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 1px;
    color: #1d1d1d;
    border-left: 7px solid #e08a00;
    padding: 2px 14px;
    border-radius: 0px;
}

header #menubar img {
    width: 370px;
}

header #menubar label[for="menuExtend"] {
  width: 12.5vw;
  max-width: 60px;
  min-width: 45px;
  height: 100%;
  position: relative;
}
header #menubar label[for="menuExtend"] span {
  font-size: 0;
  width: 60%;
  /*height: 6%;*/
  border-radius: 10px;
  background-color: #e08a00;
  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: #e08a00;
  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: #1d1d1d;
  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, header #redes_sociais_div{
  display: block;
  font-size: 1.5em;
  text-align: end;
  width: 100%;
}
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;
}

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

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

.topo-txt-destaque {
  font-family: 'Raleway', sans-serif;
    font-weight: 700;
    width: 50%!important;
    font-size: 55px!important;
    padding: 12% 0px 0% 50px!important;
    color: #fff;
    float: left;
    text-align: left;
    letter-spacing: 0px;
    line-height: 56px!important;
    left: 3rem !important;
}

.topo-txt-destaque2 {
      font-family: 'Raleway', sans-serif;
    font-weight: 600;
    width: 40%!important;
    font-size: 29px!important;
    padding: 370px 0px 0% 50px!important;
    color: #ff9f0e;
    float: left;
    text-align: left;
    letter-spacing: 0px;
    line-height: 35px!important;
    left: 3rem !important;
}

@media(max-width:1099px) {
  .topo-txt-destaque {
    width: 80%!important;
    left: 2rem !important;
  }
}
@media(max-width:767px) {
  .topo-txt-destaque {
    width: 90%!important;
    left: 1rem !important;
    font-size: 50px!important;
  }
  .topo-txt-destaque br { display: none; }
}

.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: #e08a00;
  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: 10% 1%;
  height: 340px;
  background-color: #2f2f2f;
}
#bloco1 .cor-3 {
  padding: 10% 1%;
  height: 340px;
  background-color: #2f2f2f;
}

@media(max-width:991px) {
  #bloco1 .cor-1, #bloco1 .cor-3 { height: auto; }
}

#bloco1 .cor-2 {
  padding: 20% 5%;
    background: #101010;
    margin: 0rem auto 0 auto;
    border-radius: 10px;
    box-shadow: -3px 5px 20px 0px #00000040;
    margin-top: -80px;
}

.caixa-grande{
  position: relative;
  z-index: 9;
  padding: 0% 0% 0% 0%;
}

#box-conheca-empresa h2{
  color: #1d1d1d;
  font-size: 27px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.caixa-grande .cor-1 h3 {
  color: #ffffff;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    width: 90%;
    clear: both;
    margin: 0 auto;
    padding: 2% 0 2% 0%;
    /* border-left: 11px solid #b5b5b5; */
    text-align: center;
    text-transform: uppercase;
}

.caixa-grande .cor-3 h3 {
  color: #ffffff;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    width: 90%;
    clear: both;
    margin: 0 auto;
    padding: 2% 0 2% 0%;
    /* border-left: 11px solid #b5b5b5; */
    text-align: center;
    text-transform: uppercase;
}

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

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

.caixa-grande .cor-1 a{
  margin: 0 auto;
    color: #ffffff;
    border-radius: 45px;
    padding: 7px 41px;
    font-size: 18px;
    background-color: #e08a00;
    display: table;
    border: 2px solid #fff;
}

.caixa-grande .cor-3 a{
  margin: 0 auto;
    color: #ffffff;
    border-radius: 45px;
    padding: 7px 41px;
    font-size: 18px;
    background-color: #e08a00;
    display: table;
    border: 2px solid #fff;
}

.caixa-grande a:hover{
    color: #fff!important;
    background-color: #e08a00!important;
}

.caixa-grande .cor-2 h3 {
  color: #e08a00;
    font-size: 37px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    width: 90%;
    clear: both;
    margin: 0 auto;
    padding: 2% 0 2% 0%;
    /* border-left: 11px solid #fff; */
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
}

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

.caixa-grande .cor-2 a{
  margin: 0 auto;
  color: #fff;
  border-radius: 45px;
  padding: 16px 45px;
  font-size: 22px;
  background-color: #e08a00;
  display: table;
}

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


.bloco-conheca h2{
  font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #1d1d1d;
    text-transform: uppercase;
}

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

#box-simulador{
  padding: 3% 0%;
    width: 60%;
    margin: 0 auto;
    background-color: #1d1d1d;
    border-radius: 40px;
}

#box-simulador h2{
  color: #fff;
    margin: 0 auto;
    padding-bottom: 3%;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

#box-simulador a{
  margin: 0 auto;
  color: #fff;
  border-radius: 45px;
  padding: 12px 45px;
  font-size: 22px;
  border:2px solid #fff;
  background-color: #1d1d1d;
  display: table;
}

#box-simulador a:hover{
    color: #1d1d1d;
    background-color: #e08a00;
}

/*
* SESSAO SERVIÇOS
*/
.sessao-servicos {
  text-align: center;
    padding: 10% 0% 10% 0%;
    background-image: linear-gradient(to top, #1d1d1d, #1d1d1da1), url(../img/slide_2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* height: 1410px; */
    /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
    clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 100%);
}

.tipos-servico{
  padding: 0% 7%;
}

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

.bloco-empresa{
  padding: 3% 0% 5% 0%;
    height: 460px;
}

.bloco-empresa p{
  font-family: sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #1d1d1d;
    text-align: justify;
    line-height: 27px;
    width: 86%;
}

.bloco-empresa a{
  background-color: #e08a00;
  color: #fff;
  padding: 10px 20px;
  float: left;
}

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

.bloco-servico h1{
  color: #e08a00;
    font-size: 27px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 40px;
}

#box-empresa{
  padding: 4% 5% 6% 5%;
  background-color: #1d1d1d;
}

#box-empresa h2{
  color: #e08a00;
    font-size: 27px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}

#box-empresa p{
  color: #dbdbdb;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  padding-bottom: 3%;
  text-align: center;
  width: 70%;
  line-height: 29px;
  margin: 0 auto;
}

#box-empresa a{
  background-color: #1d1d1d;
    color: #e7e7e7;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding: 10px 30px;
    /* float: left; */
    border-radius: 90px;
    border: 2px solid #e08a00;
}

#box-empresa iframe{
  width: 80%;
    height: 300px;
}

.bloco-servico .tipos-servico .tipo-servico{
  margin: 0 auto;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.tipo-servico{
  transition: 1s;
}

.tipo-servico:hover{
  transform: scale(1.1);
  transition: 1s;
}

.bloco-servico .tipos-servico h2{
  font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 19px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 5px solid #e08a00;
    margin-bottom: 9px;
    padding-bottom: 10px;
    width: 100%;
}

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

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

/*
* SESSAO CATEGORIAS
*/

#box-categorias {
  padding: 4% 7%;
}

#box-categorias h3 {
    color: #fff;
    margin: 0 auto;
    padding-bottom: 3%;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    width: 80%;
    float: left;
    text-align: left;
}

#box-categorias p {
  font-size: 18px;
    color: #ffffff!important;
    line-height: 23px !important;
    text-align: left !important;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.fa.fa-flag {
  color: #e08a00;
}

.lista-categoria{
  padding: 0px 0px 0px 0px;
}

/*
* SESSAO VANTAGENS
*/

#box-vantagens {
  padding: 4% 3%;
  margin: 0 auto;
}

#box-vantagens h2{
  color: #1d1d1d;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 40px;
}

#box-vantagens h5{
  color: #1d1d1d;
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 40px;
}

#box-vantagens h3 {
  color: #FFF;
    margin: 0 auto;
    padding-bottom: 3%;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

#box-vantagens h4 {
  color: #FFF;
    margin: 0;
    padding-bottom: 3%;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    width: 60%;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    line-height: 30px;
}

#box-vantagens p {
  color: #dbdbdb;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Raleway', sans-serif;
}

.vantagens{
  padding: 0% 4% 0% 9%;
}

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

.bloco-forms .card-form {
  background-color: #e08a00;
  background: -webkit-linear-gradient(to top, #0041d24a, #1047c3);
  background: linear-gradient(to top, #0032a0, #2d6eff);
  padding: 12% 0% 12% 0%;
  border-radius: 20px;
  transition: 1s;
}

.bloco-forms .card-form:hover {
  transform: scale(1.1);
  transition: 1s;
}

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

.bloco-forms h2{
  font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 36px 25px;
    background-color: #1d1d1d;
    color: #fff;
    margin: unset;
    font-size: 25px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.card-form .img-btn{

}

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

.bloco-forms a{
  font-family: sans-serif;
    font-weight: 600;
    position: absolute;
    position: relative;
    padding: 16px;
    font-size: 18px;
    background-color: #ffffff;
    color: #1d1d1d;
    width: 80%;
    display: block;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 80px;
    margin-top: 20px;
}

.bloco-forms a:hover{
  color: #fff!important;
    background-color: #e08a00!important;
}

.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;
    padding: 15px 50px;
    font-size: 18px;
    background-color: #e08a00;
    color: #fff;
    border-radius: 90px;
}

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

/*
* SESSAO PERGUNTAS
*/

.sessao-perguntas-clip {

}

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

.sessao-perguntas-clip h2 {
  color: #fff;
    font-size: 22PX;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    /* line-height: 43px; */
    padding-bottom: 7%;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    float: left;
    text-align: left;
}

.bg-branco{
  padding: 0% 0%;
  border-radius: 30px;
  width: 100%;
  margin: 0 auto;
  float: none;
  height: auto;
  display: grid;
}

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

.accordion {
  background-color: #ffffff00;
  color: #dbdbdb;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  /* font-family: sans-serif; */
  transition: 0.4s;
  font-family: 'Raleway', sans-serif;
}

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

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

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

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


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

.bloco-contato-extra p{
  font-family: Calibri;
    font-weight: 600;
    color: #1d1d1d;
    font-size: 21px;
    letter-spacing: 0px;
}

.ico{
  font-size: 45px;  
}

.ico:hover{
  color:#1d1d1d;
}

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

.sessao-artigo {
  text-align: center;
  padding: 4% 7% 4% 7%;
  background-image: linear-gradient(to top, #0000004d, #2b2b2b6b), url(../img/slide_3.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

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

.sessao-artigo h1 {
  color: #fff;
    font-size: 27px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 40px;
}

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

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

.sessao-artigo p {
  font-family: sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
    color: #fff;
    text-align: left;
    padding-bottom: 15px;
}

.sessao-artigo .btn-artigos{
  font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 5px 20px;
    background-color: #e08a00;
    color: #fff;
    float: left;
    border-radius: 90px;
    margin-top: 30px;
}

.sessao-artigo .btn-artigos:hover{
background-color: #e08a00;  
}

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

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

.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 h2 {
  font-size: 3rem;
  color: #e08a00;
  margin: 10px 0 0 10px;
  font-weight: bold;
  line-height: 22px;
}

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

.b-noticias .noticias-content h3 {
  font-size: 21px;
  color: #fff;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-align: left;
  width: 100%;
  line-height: 25px;
  /* padding-left: 10px; */
}

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

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

.b-noticias .link-noticias a {
  font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 5px 20px;
    background-color: #e08a00;
    color: #fff;
    float: left;
    border-radius: 90px;
    margin-top: 20px;
}

.b-noticias .link-noticias a:hover {
    background-color: #e08a00;  
}


/*CERTIFICADO DIGITAL*/

.bloco_certificado{
    margin: 0 auto;
    text-align: center;
    padding: 0% 24%;
}
.bloco_certificado h2{
	text-align:center!important;
}
.bloco_certificado p{
	text-align:center!important;
}

.bloco_certificado a{
	display: block!important;
    background-color: #e08a00!important;
    margin-bottom: 10px!important;
    padding: 2%!important;
    border-radius: 90px!important;
    width: 52%!important;
    margin: 0 auto!important;
    font-size: 1.2em!important;
    color: #fff!important;
    font-family: sans-serif!important;
    border: 2px solid #fff;
}

.bloco_certificado a:hover{
    background-color: #032d70!important;
}

/*
* NEWSLETTER
*/



#box-newsletter{
  padding: 3% 0% 3% 0%;
  background-image: linear-gradient(to top, #1d1d1d, #1d1d1dc4, #1d1d1d), url(../img/slide_2.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#box-newsletter h2 {
  color: #fff;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    /* text-transform: uppercase; */
    font-weight: 700;
    padding-bottom: 10px;
}

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

#box-newsletter form {
  margin: 0 auto;
    float: none;
    display: inline-block;
    width: 100%;
}

#box-newsletter input {
  padding: 19px;
  background-color: #fff;
  width: 28%;
  text-align: center;
  border: 0;
  font-size: 17px;
  float: none;
  margin: 0 auto;
  display: table-cell;
  border: 1px solid #828282;
  border-radius: 6px;
  display: block;
  margin-bottom: 5px;
}
#box-newsletter button {
  display: inline-block!important;
    border: 0;
    background-color: #e08a00;
    border: 2px solid #fff;
    padding: 12px 50px;
    color: #FFF;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    border-radius: 90px;
}

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

.galeria {
  box-sizing: border-box;
  text-align: center;
  padding: 5% 7% 5% 7%;
}

.galeria h2{
  color: #1d1d1d;
    font-size: 27px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}

.galeria img {
  filter: grayscale(100%);
}

.galeria img:hover {
  filter: grayscale(0%);
}

.container {
  width: 100%;
  margin: 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: 10px 40px;
    background-color: #e08a00;
    color: #ffffff;
    border-radius: 90px;
}

.galeria .btn a:hover {
  background-color: #1d1d1d;
  color: #fff!important;
}

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

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

.sessao-depoimento h3 {
  color: #fff;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 30px;
}


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

.sessao-depoimento .depoimento-content p span {
  display: inline-block;
  color: #1d1d1d;
  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 h3 {
  color: #fff;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 30px;
}

.sessao-parceiros .btn-depo-parc {
      margin-top: 5%;
    display: inline-flex;
}

.sessao-parceiros .btn-depo-parc a{
  font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 13px 30px;
    background-color: #e08a00;
    color: #fff;
    margin-right: 10px;
    border-radius: 90px;
}

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

#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;
    background-color: #fff;
    padding: 10%;
    border-radius: 20px;
}


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

.sessao-redes-sociais h2 {
  color: #1d1d1d;
  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: #1d1d1d;
  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: #e08a00;
  /* 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: #e08a00;
  color: #FFF;
  padding: 12px 40px;
  margin-top: 20px;
}

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

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


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

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



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

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

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

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

.sessao-ferramentas #fickle-content h3,
.sessao-ferramentas #fickle-content p { color: #1d1d1d !important; }


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

.box h3 {
  color: #e08a00;
  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: #e08a00;
    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, #e58a0b 0%, #7c2b00 100%);
  border-radius: 10px;
  padding: 30px;
}

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

.simulador-card-direita a {
  background: #1d1d1d;
    border-radius: 30px !important;
    border-radius: unset;
    color: #fff !important;
    margin-top: 40px;
    font-family: Calibri;
    font-weight: 400 !important;
    padding: 10px 30px;
    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;
    padding-bottom: 32px;
}

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


/*
* FOOTER 
*/
#footer-session {
  box-sizing: border-box;
  text-align: center;
  padding: 5% 0% 5% 0%;
  background-image: linear-gradient(to top, #000000f0, #3030309e, #161616e3), url(../img/slide_1.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
      display: block;
}

.footer-content{
  padding:0% 5% 6% 5%;
}

#footer-session h2 {
  color: #fff;
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    width: 60%;
    padding-bottom: 61px;
    clear: both;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    /* letter-spacing: -1px; */
    text-transform: uppercase;
    float: left;
}

#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 {
  color: #fff;
    font-size: 19px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-align: left;
}

#footer-session h5 {
  color: #1d1d1d;
  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: 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-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 auto;
}

#footer-session .formulario {
  padding: 2rem 1rem;
  background-color: #fff;
  border-radius: 45px;
  float: right;
  z-index: 99999999999999999;
  box-shadow: -4px 4px 20px 0px #00000066;
}

#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: #e08a00;
    border-radius: unset;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border-radius: 90px;
    padding: 10px 50px;
    display: block;
}

#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: 9999999999;
    background-color: #1d1d1d;
    text-align: left;
    padding: 7px 60px;
}

.footer-copy span {
  display: inline-block;
    color: #fff;
    font-family: Calibri;
    font-size: 17px;
    line-height: 20px;
}

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

.footer-copy .whats a {
  display: block;
  font-family: sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
    padding: 5px 0px;
    font-size: 16px;
    border: 2px solid #e08a00;
    border-radius: 90px;
    background-color: #e08a00;
}

.footer-copy .whats a:hover {
    background-color: #29962d!important;
}


.footer-copy .btn-rodape-mobile a {
  display: block;
  font-family: sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
    padding: 5px 0px;
    font-size: 16px;
    border: 2px solid #ffffff;
    border-radius: 90px;
}

.footer-copy .btn-rodape-mobile a:hover {
  background-color: #e08a00;
}

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

#footer-session .certificados p{
  font-size: 14px;
    font-family: Calibri;
    margin: 0 auto;
    display: inline-block;
    padding: 1% 0%;
}




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

.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: #393939;
    text-align: center;
    padding: 4px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Raleway';
    border-radius: 90px;
}

#redes_sociais i, #redes_sociais_div i{
  color: #1d1d1d;
    font-size: 45px;
}

#redes_sociais i:hover, #redes_sociais_div i:hover{
  color: #e08a00;
    font-size: 28px;
}

.itens-menu a:hover{
  background-color:#e08a00;
  color:#fff;
}

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

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

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

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

.topnav .icon {
  display: none;
}




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
