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

header #navbar {display: none}

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

header {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-top: solid 8px #c2393e;
}
header .row {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 8px 16px;
  background-color: #fff;
  /*margin-top: -50px;
  padding-bottom: 48px;*/
}
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;
}
header #menubar img {
  width: 100%;
}
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: #c2393e;
  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: #c2393e;
  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: 25px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

header #redes_sociais{
    display: block;
    margin: 0px 0px;
    /* color: #c2393e; */
    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;
}

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

#btn-doc {
  background: #c2393e;
  padding: 10px 25px;
  color: #fff;
  border-radius: 20px;
}

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

.bg-services {
  height: 43%;
}

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

.topo-txt-destaque {
  font-family: 'Raleway', sans-serif;
    font-weight: 900;
    width: 100%!important;
    font-size: 42px!important;
    padding: 14% 50px 2% 50px!important;
    color: #fff;
    line-height: 45px;
}

.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: #c2393e;
  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 {
  clip-path: polygon(0 0%, 100% 0, 100% 70%, 0% 100%);
  background-color: #c2393e;
  text-align: center;
  padding: 0% 9% 25% 9%;
  margin-top: -35rem;
}

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

#bloco1 .cor-1 {
  padding: 1% 1%;
}

#bloco1 .cor-2 {
  padding: 5% 1%;
  background-color: #c2393e;
}

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

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

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

.caixa-grande .cor-1 a{
  margin: 40px 2px;
  color: #ffffff;
  border-radius: 45px;
  padding: 10px 25px;
  font-size: 15px;
  background: #c2393e;
}

.title-itens {
  font-weight: 600;
    color: #000000;
    margin-bottom: 80px;
    font-size: 32px;
}

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

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

.caixa-grande .cor-2 a{
  margin: 40px;
  color: #fff;
  border-radius: 45px;
  padding: 10px 25px;
  font-size: 15px;
  background-color:#c2393e;
}

.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: unset;
  border: 2px solid #c2393e;
  color: #c2393e;
}

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

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

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

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

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

.sessao-servicos .caixa-grande{
  padding: 0 72px;
  position: relative;
  z-index: 9;
}

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

.caixa-menor-2 {
  border: 1px solid #c7c7c752;
  padding: 20px;
  border-left: 10px solid #c2393e;
  text-align: center;
}

.bloco-empresa{
  padding: 30px;
}

.bloco-empresa p{
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  text-align: center;
  margin: 0;
  width: 70%;
  margin: 0 auto;
}

.bloco-empresa h1, .bloco-empresa h2 {
  font-weight: 700;
    color: #000;
    padding: 4% 0%;
    width: 60%;
    margin: 0 auto;
    font-size: 32px;
}
.border-empresa {
  border-bottom: 1px solid #ccc;
    padding-bottom: 90px;
    border-top: 1px solid #ccc;
}
.bloco-empresa a{
  background-color:#c2393e;
  color: #fff;
  padding: 10px 20px;
}

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

.bloco-servico h1{
  margin: 2% 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 32px;
}
.bloco-servico span {
  color: #c2393e;
  font-weight: 600;
}

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

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

.bloco-servico .tipos-servico img{

}

.bloco-servico .tipos-servico h2{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 21px;
  text-align: center;
  background: #c2393e;
  padding: 20px 5px;
  margin-top: 0px;
}

.bloco-servico .tipos-servico p{
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #c2393e;
  padding: 7px 10px 33px;
  margin-top: -19px;
}

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

/*
* SESSAO CATEGORIAS
*/

#box-categorias {
  padding: 30px 80px 90px 150px;
    /* background-color: #f1f1f1; */
}

#box-categorias h3 {
  color: #000000;
  /* text-transform: uppercase; */
  margin: 0;
  padding-bottom: 4%;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 27px;
}

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

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

/*
* SESSAO VANTAGENS
*/

.vantagens{
  margin: 60px 0px;
}

#box-vantagens {
  padding: 3% 120px 6% 120px;
}

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

#box-vantagens h4 {
  color: #000000;
    margin-top: 50px;
    padding-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    width: 100%;
    font-size: 28px;
    text-align: center;
}

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

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

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

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

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

.bloco-forms h2{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 9px;
  background-color: #000000;
  color: #fff;
  margin: unset;
  font-size: 25px;
}

.card-form .img-btn{

}

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

.bloco-forms a{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  position: absolute;
/*  bottom: 35%;
  right: 10%;
  left: 10%;*/
  position: relative;
  padding: 15px;
  font-size: 18px;
  background-color: #c2393e;
  color: #fff;
}

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

.bloco-simulacao a{ 
  font-family: 'Raleway', sans-serif;
    font-weight: 600;
    position: absolute;
    position: relative;
    padding: 15px 15px;
    font-size: 25px;
    color: #c2393e;
    border-bottom: 2px solid #c2393e;
}

/*
* SESSAO PERGUNTAS
*/

.sessao-perguntas-clip {
  background-color: #c2393e;
  padding: 20px 120px 20px 120px;
}

.sessao-perguntas {
  padding: 0% 120px 3% 120px;
  background-color: #c2393e;
}

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

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

.accordion {
  background-color: #ffffff00;
  color: #ffffff;
  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: #fff;
  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: #000000;
  font-size: 25px;
  width: 100%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  line-height: 43px;
  padding-bottom: 3%;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
}


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

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

/*
* ARTIGOS
*/

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

.carousel-caption h3{
  font-size: 17px;
  color: #000000;
  text-align: left;
  text-shadow: none;
}

.sessao-artigo {
  padding: 70px 100px;
}

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

.sessao-artigo h1 {
  color: #000;
  font-size: 32px;
  width: 100%;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 4%;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.sessao-artigo h2 {
  color: #000000;
  font-size: 20px;
  clear: both;
  margin: 0 auto;
  text-align: left;
  line-height: 43px;
  padding-bottom: 3%;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

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

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

.sessao-artigo .btn-artigos{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 10px 20px;
  background-color: #c2393e;
  color: #ffffff;
  float: right;
}

/*
* NOTICIA
*/
.b-noticias .caixa-menor {
  background: #c2393e;
  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: #c2393e;
  border: solid 1px;
  width: 50%;
}

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

.b-noticias .card-conteudo {
  background-color: #ffffff;
  padding-top: 10px;
  height: 212px;
  padding: 5%;
  width: 95%;
}

.b-noticias .card-conteudo h2 {
  font-size: 3rem;
  color:#c2393e;
  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: 151px;
  padding: 3%;
}

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

.b-noticias .noticias-content h3 {
  font-size: 19px;
  color: #000000;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-align: left;
  width: 100%;
  line-height: 22px;
  padding-left: 30px;
}

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

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

.b-noticias .link-noticias p {
  color: #c2393e;
  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: 10px 20px;
  background-color: #c2393e;
  color: #fff;
  float: right;
}

/*
* NEWSLETTER
*/

.b-newsletter {
  padding: 40px;
  background: #c2393e;
  margin-top: 70px;
}
.b-newsletter h2 {
  color: #fff;
    margin: 0;
    padding-bottom: 2%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: unset;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.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: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  width: 40%;
  margin-right: -3px;
  max-width: 500px;
  text-align: center;
  margin-bottom: 8px;
  border: 0;
  font-size: 17px;
}

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

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

.galeria {
  box-sizing: border-box;
  color: #000;
  padding: 0px 70px 0px 70px;
}

.galeria h2{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 10px;
  margin-right: 50px;
  float: right;
}

.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: 7rem 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: 10px 20px;
  background-color: #c2393e;
  color: #fff;
  float: right;
  margin-right: 10px;
}

/*
* 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-size: 32px;
  width: 50%;
  text-align: center;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding-bottom: 3%;
  /* float: left; */
  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: #181919;
  text-transform: capitalize;
  margin-top: 10px;
  font-family: 'Bree Serif', serif;
}


#idocumentos h2{
  font-size: 24px;
}

.box-areadocliente{
  padding: 2% 0%;
}

.sistemas{
  padding: 5% 0% 0% 0%;
}

.sistemas a{
  color:fff;
}

.sis{
  padding: 2% 0%;
}

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

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

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

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

.sessao-parceiros .btn-depo-parc a{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 10px 20px;
  background-color: #c2393e;
  color: #fff;
  margin-right: 10px;
}

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

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

#bloco-parceiros .parceiros-logo img {
  max-height: 80px;
  max-width: 200px;
  display: inline-block !important;
  opacity: 0.7;
  filter: grayscale(100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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



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

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

.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:#c2393e;
  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: #c2393e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(45deg, #c2393e, #c2393e);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #c2393e, #c2393e);
  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: #c2393e;
}

.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, #181919 0%, #222429 100%);
  border-radius: 10px;
  padding: 30px;
}

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

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

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

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

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

#simulador p {
  color: #fff;
}

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


/*
* FOOTER 
*/
#footer-session {
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  background-color: #c2393e;
}

.footer-content{
  padding: 15% 120px 140px 120px;
}

#footer-session h2 {
  color: #fff;
  font-size: 3em;
  font-family: 'Raleway', sans-serif;
  width: 60%;
  padding-bottom: 40px;
  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: 1.65rem;
  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 auto;
}

#footer-session .formulario {
  padding: 2rem 1rem;
    background-color: #fff;
    border-radius: 45px;
    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: #c2393e;
  border-radius: unset;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600; 
}

#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: #ffffff;
    text-align: left;
    padding: 8px 25px 8px 25px;
    box-shadow: #130e0e2b -1px -6px 20px 0px;
}

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

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

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

.footer-copy a {
    color: #000;
    padding: 8px 0px;
    border: 2px solid #c2393e;
    border-radius: 90px;
}

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

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

a:hover {
  color:#000000;
}

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




/* 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: 8px 31px 8px 31px;
    text-decoration: none;
    font-size: 13px;
    /* margin-top: 8px; */
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    transition: 0.25s;
    justify-content: center;
}

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

#redes_sociais a{
  color:#c2393d;
  font-size: 30px;
}

#redes_sociais a:hover{
  color:#000;
}

.itens-menu a:hover{
  transition: .5s;
    color: #ffffff;
    background-color: #c2393d;
}

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

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

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

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

.topnav .icon {
  display: none;
}

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