.roboto {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 768px) {
  .mobile {
    display: table;
  }
  .dektop {
    display: none;
  }
}
strong {
  font-weight: bold;
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}
* {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.animate {
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
html {
  font-weight: 300;
  font-size: 16px;
  background: #fff;
}
body {
  background: #fff /*url("../img/bg-logo.webp") calc(50% - 600px) -400px no-repeat*/;
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}
h1 {
  font-size: 3em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2em;
  }
}
h2 {
  font-size: 2.6em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.8em;
  }
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
}
.roxo {
  color: #852E61;
}
a {
  color: inherit;
}
.verde {
  color: #38a52d;
}
.verde-2 {
  color: #2abc62;
}
.verde-3 {
  color: #c6f2d6;
}
.cinza {
  color: #666;
}
.preto {
  color: #000;
}
.font-normal {
  font-weight: normal !important;
}
.btn {
  background: #ccc;
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn.branco {
  background: #fff;
  color: #000 !important;
}
.btn.branco:hover {
  background: #38a52d;
  color: #fff !important;
}
.btn.verde {
  background: #38a52d;
  color: #fff !important;
}
.btn.verde:hover {
  background: #3fb932;
}
.btn.preto {
  background: #000;
  color: #fff !important;
}
.btn.preto:hover {
  background: #333333;
}
.btn.cinza {
  background: #666;
  color: #fff !important;
}
.btn.cinza:hover {
  background: #999999;
}
.btn.shadow {
  box-shadow: 1px 0px 2px #000;
  -webkit-box-shadow: 1px 0px 2px #000;
  -moz-box-shadow: 1px 0px 2px #000;
}
.btn.shadow-small {
  box-shadow: 1px 1px 3px #ccc;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
}

.btn.border-small {
    border: 2px solid #05f463;
}

.btn.padd {
  padding-left: 40px;
  padding-right: 40px;
}
.btn.corner {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.btn.big {
  font-size: 1.2em;
  font-weight: 600;
  padding: 10px 20px;
}
.bg-degrade {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 300px;
}
.inicio {
  padding-top: 5px;
}
@media (max-width: 768px) {
  .inicio {
    padding-top: 70px !important;
  }
}
.header-fixo {
  position: fixed;
  z-index: 7777;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  top: -100px;
}
.header-fixo.fixo {
  background: #fff;
  top: 0;
}
@media (max-width: 768px) {
  .header-fixo.fixo {
    display: none;
  }
}
header {
  z-index: 8888;
  width: 100%;
  padding: 20px 0;
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  top: -100px;
}
header.fixo {
  position: fixed;
  top: 0;
  background: #fff;
}
@media (max-width: 768px) {
  header {
    padding: 15px 0;
    height: 60px;
    position: fixed;
    top: 0;
    background: #fff;
  }
}
.header .logo {
  width: 200px;
}
@media (max-width: 768px) {
  .header .logo {
    width: 160px;
  }
}
.header .logo img {
  width: 100%;
}
.header .logo img.logo-original {
  display: table;
}
.header .logo img.logo-negativo {
  display: none;
}
.header .logo.fixo img {
  width: 100%;
}
.header .logo.fixo img.logo-original {
  display: none;
}
.header .logo.fixo img.logo-negativo {
  display: table;
}
@media (max-width: 768px) {
  .header #menu {
    display: none;
    position: fixed;
    top: 60px;
    height: 100vh;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 888;
    background-color: #000;
  }
}
.header #menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media (max-width: 768px) {
  .header #menu ul {
    margin: 40px 15px 15px 15px;
    display: block;
  }
}
.header #menu ul li {
  align-self: center;
  margin: 0 0 0 20px;
  padding: 0;
  float: left;
  color: #000;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .header #menu ul li {
    float: none;
    margin: 0 0 0 0;
    color: #fff;
    padding: 10px 0;
  }
}
.header #menu ul li.margin {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .header #menu ul li.margin {
    margin-left: 0;
    margin-top: 20px;
  }
}
.header #menu ul li a {
  font-weight: 600;
  display: block;
  height: 100%;
  color: inherit;
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header #menu ul li a {
    display: inline;
  }
}
.header #menu ul li a:hover {
  color: #38a52d;
}
.header #bt-menu {
  display: none;
  color: #38a52d;
  font-size: 30px;
}
@media (max-width: 768px) {
  .header #bt-menu {
    display: table;
  }
}
#video {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #video {
    margin-bottom: 60px;
  }
}
#video .area-video {
  background: url("../img/bg-video.webp") center center / cover no-repeat;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding: 6.3% 2% 6.3% 2%;
}
#video .area-video .player {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
#video .area-video .player img {
  width: 100%;
}
#video .area-video .player .btn-player {
  position: absolute;
  background: url("../img/btn-player.webp") center center / cover no-repeat;
  width: 100px;
  height: 100px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#area-sobre {
  margin-bottom: 100px;
  background: url("../img/ilustracao-sobre.webp") calc(50% + 600px) 100px no-repeat;
  /*background: url("../img/bg-sobre.jpg") 100% center  no-repeat;*/
  /*@media (max-width: 1700px) {
    background: url("../img/bg-sobre.jpg") ~"calc(50% + 500px)" center  no-repeat;
  }*/
}
@media (max-width: 768px) {
  #area-sobre {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  #area-sobre {
    background: none;
  }
}
#area-sobre .box {
  margin-bottom: 50px;
}
#area-sobre .box i {
  font-size: 36px;
  margin-bottom: 10px;
}
#area-sobre .box p {
  line-height: 130%;
}
#area-sobre .box .titulo {
  font-weight: 700;
  margin-bottom: 10px;
}
#seguranca {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #seguranca {
    margin-bottom: 0px;
  }
}
#seguranca .head {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #seguranca .head {
    margin-bottom: 0px;
  }
}
#seguranca .box {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #seguranca .box {
    margin-bottom: 00px;
  }
}
#seguranca .box .icone {
  width: 100px;
  min-height: 100px;
  float: left;
}
@media (max-width: 768px) {
  #seguranca .box .icone {
    width: 60px;
    min-height: 60px;
    margin: 0 auto 15px auto;
    float: none;
  }
}
#seguranca .box .icone img {
  width: 100%;
}
#seguranca .box .conteudo {
  width: calc(100% - 120px);
  max-width: 400px;
  margin-left: 20px;
  float: left;
}
@media (max-width: 768px) {
  #seguranca .box .conteudo {
    float: none;
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #seguranca .box h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 768px) {
  #seguranca .box p {
    font-size: 1em;
  }
}
#area-recursos .icone {
  width: 130px;
  margin: 0 auto 20px auto;
}
@media (max-width: 768px) {
  #area-recursos .icone {
    width: 60px;
  }
}
#area-recursos .icone img {
  width: 100%;
}
#validade-juridica {
  font-size: 1.3em;
  margin-bottom: 100px;
  color: #666;
}
@media (max-width: 768px) {
  #validade-juridica {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #validade-juridica {
    font-size: 1em;
  }
}
#validade-juridica .borda {
  border: 2px solid #000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 50px;
}
@media (max-width: 768px) {
  #validade-juridica .borda {
    padding: 30px 20px;
    font-size: 1em;
  }
}
#validade-juridica .imagem {
  width: 100%;
  max-width: 450px;
  margin: 0 auto ;
}
@media (max-width: 768px) {
  #validade-juridica .imagem {
    margin-bottom: 50px;
  }
}
#validade-juridica .imagem img {
  width: 100%;
}
#planos {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #planos {
    margin-bottom: 60px;
  }
}
#planos .plano {
  padding: 30px 20px 100px 20px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  -moz-box-shadow: 0px 0px 10px #ccc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 100%;
  margin-top: -23px;
}
@media (max-width: 768px) {
  #planos .plano {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 0px !important;
  }
}
#planos .plano.destaque {
  padding-top: 60px;
  border: 2px solid #38a62c;
}
#planos .plano h4 {
  font-size: 1.2em !important;
  text-align: center;
}
#planos .plano .faixa {
  overflow: hidden;
  background: #38a62c;
  position: absolute;
  top: 0;
  padding: 8px 10px;
  right: 15px;
  left: 15px;
  text-align: center;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  margin-top: -23px;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
}
@media (max-width: 768px) {
  #planos .plano .faixa {
    max-width: 300px;
    margin: 0 auto;
  }
}
#planos .plano ul {
  list-style: none;
  padding-left: 25px;
}
#planos .plano ul li {
  padding: 0 0 0;
  margin: 10px 0 20px 0;
  font-size: 13px;
  color: #292e34;
}
#planos .plano ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 8px;
  line-height: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #38a52d;
  color: #fff;
  margin: 0 5px 0 -25px;
}


#planos .plano ul li:first-child:before {
  content: "";
  width: 0px;
  height: 0px;
}


#planos .plano ul li:first-child:before b {
  margin-left:-25px;
}


#planos .plano .preco {
  font-size: 12px;
  color: #292e34;
  margin-bottom: 15px;
}
#planos .plano .preco span {
  font-size: 30px;
  color: #38a52d;
  font-weight: bold;
  line-height: 110%;
}
    #planos .plano .btn {
      font-size: 0.8em;
      padding-left: 0px;
      padding-right: 0px;


    font-size: 0.8em;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 69%;
    border: none;
    /*width: calc(100% - 140px);*/
    background: #5223C1;
    color: #fff !important;
    font-size: 13pt;
    font-weight: bold;
    border-radius: 13px;
    box-shadow: #9EF908 0px 5px 0px;
    opacity: 0.8;
    
    position: absolute;
    bottom: 49px;
    left: 0px;
    right: 0;
    margin: auto;    
    
}



#whatsapp_plano{
    padding: 4px 10px 4px;
    background-color: #d3f8dd;
    border: 1px solid #7bbf8e;
}


#garantia {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #garantia {
    margin-bottom: 60px;
  }
}
#garantia .icone {
  width: 500px;
  margin: 0 auto 50px auto;
}
@media (max-width: 768px) {
  #garantia .icone {
    width: 250px;
  }
}
#garantia .icone img {
  width: 100%;
}
#garantia p {
  font-size: 20px;
}
#valid .imagem img {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  #valid .imagem img {
    max-width: 200px;
  }
}
#empresas {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #empresas {
    margin-bottom: 80px;
  }
}
#empresas .owl-carousel {
  margin-top: 100px;
}
@media (max-width: 768px) {
  #empresas .owl-carousel {
    margin-top: 60px;
  }
}
#por-que {
  background: url("../img/ilustracao-por-que.webp") calc(50% - 400px) calc(50% + 50px) no-repeat;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #por-que {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #por-que {
    background: none;
  }
}
#por-que .area {
  height: 680px;
}
@media (max-width: 768px) {
  #por-que .area {
    height: auto;
  }
}
#por-que .conteudo {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #por-que .conteudo {
    margin: 0 15px;
    text-align: center;
  }
}
#faq {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #faq {
    margin-bottom: 60px;
  }
}
#faq .duvida {
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px #ccc;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#faq .duvida .titulo {
  cursor: pointer;
  position: relative;
  color: #000;
  padding: 10px 10px 10px 15px ;
  overflow: hidden;
  font-weight: 600;
}
#faq .duvida .titulo:after {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  padding-top: 0px;
  right: 15px;
  top: 10px;
  text-align: center;
  width: 16px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
}
#faq .duvida .titulo.rotation:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#faq .duvida .resposta {
  display: none;
  border-top: 1px solid #f1f1f1;
}
#faq .duvida .resposta .spacer {
  padding: 15px;
}
#sustentavel {
  padding: 50px 0;
  min-height: 400px;
}
#sustentavel.bg {
  background: url("../img/bg-paisagem-left.png") 0 center no-repeat, url("../img/bg-paisagem-right.png") 100% center no-repeat;
  margin-bottom: 100px;
}
@media (max-width: 1700px) {
  #sustentavel.bg {
    background: url("../img/bg-paisagem-left.png") calc(50% - 700px) center no-repeat, url("../img/bg-paisagem-right.png") calc(50% + 700px) center no-repeat;
    margin-bottom: 60px;
  }
}
@media (max-width: 1400px) {
  #sustentavel.bg {
    background: url("../img/bg-paisagem-left.png") calc(50% - 550px) center no-repeat, url("../img/bg-paisagem-right.png") calc(50% + 550px) center no-repeat;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #sustentavel.bg {
    background: url("../img/bg-paisagem-left.png") calc(50% - 400px) center no-repeat, url("../img/bg-paisagem-right.png") calc(50% + 400px) center no-repeat;
    margin-bottom: 60px;
  }
}
#sustentavel .logo {
  width: 250px;
  margin: 0 auto;
}
#sustentavel .logo img {
  width: 100%;
}
#sustentavel .conteudo {
  max-width: 400px;
  margin: 0 auto 30px auto;
}
#sustentavel p {
  font-size: 18px;
}
#sustentavel p.small {
  font-size: 16px;
  line-height: 120%;
}
#sustentavel p strong {
  font-weight: 900;
}
#sustentavel .icone {
  width: 130px;
  margin: 0 auto 10px auto;
}
#sustentavel .icone img {
  width: 100%;
}
#sustentavel .numero {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
#empresa-sustentavel {
  padding: 20px 0;
  min-height: 300px;
}
#empresa-sustentavel .bg {
  background: url("../img/bg-paisagem-left.png") 0 center no-repeat, url("../img/bg-paisagem-right.png") 100% center no-repeat;
  margin-bottom: 100px;
}
@media (max-width: 1700px) {
  #empresa-sustentavel .bg {
    background: url("../img/bg-paisagem-left.png") calc(50% - 700px) center no-repeat, url("../img/bg-paisagem-right.png") calc(50% + 700px) center no-repeat;
    margin-bottom: 60px;
  }
}
@media (max-width: 1400px) {
  #empresa-sustentavel .bg {
    background: url("../img/bg-paisagem-left.png") calc(50% - 550px) center no-repeat, url("../img/bg-paisagem-right.png") calc(50% + 550px) center no-repeat;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #empresa-sustentavel .bg {
    background: url("../img/bg-paisagem-left.png") calc(50% - 400px) center no-repeat, url("../img/bg-paisagem-right.png") calc(50% + 400px) center no-repeat;
    margin-bottom: 60px;
  }
}
#empresa-sustentavel .page-interna {
  margin-top: 100px;
}
@media (max-width: 768px) {
  #empresa-sustentavel .page-interna {
    margin-top: 50px;
  }
  #empresa-sustentavel .page-interna.page {
    background: none;
  }
}
#empresa-sustentavel .bg-mask {
  background: url("../img/bg-mask-bottom.png") center bottom no-repeat;
  margin-bottom: 100px;
}
#empresa-sustentavel .page {
  margin-top: 100px;
}
@media (max-width: 768px) {
  #empresa-sustentavel .page {
    margin-top: 50px;
  }
  #empresa-sustentavel .page.page {
    background: none;
  }
}
#empresa-sustentavel .second-page {
  margin-top: 0 !important;
}
#empresa-sustentavel .logo {
  width: 250px;
  margin: 0 auto;
}
#empresa-sustentavel .logo img {
  width: 100%;
}
#empresa-sustentavel .conteudo {
  max-width: 400px;
  margin: 0 auto 30px auto;
}
#empresa-sustentavel p {
  font-size: 18px;
}
#empresa-sustentavel p.small {
  font-size: 16px;
  line-height: 120%;
}
#empresa-sustentavel p strong {
  font-weight: 900;
}
#empresa-sustentavel .icone {
  width: 130px;
  margin: 0 auto 10px auto;
}
#empresa-sustentavel .icone img {
  width: 100%;
}
#empresa-sustentavel .numero {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
#downloads {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #downloads {
    margin-bottom: 60px;
  }
}
#downloads .qr-code {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 50px auto;
}
@media (max-width: 768px) {
  #downloads .qr-code {
    max-width: 200px;
  }
}
#downloads .qr-code img {
  width: 100%;
}
#midia {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #midia {
    margin-bottom: 60px;
  }
}
#midia .logo {
  width: 100%;
  max-width: 100px;
  margin: 30px 40px ;
}
@media (max-width: 768px) {
  #midia .logo {
    margin: 15px 15px;
  }
}
#footer {
  margin-bottom: 50px;
}
#footer .logo {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  #footer .logo {
    display: none;
  }
}
#footer .logo img {
  width: 100%;
}
#footer h3 {
  color: #000;
  font-size: 1.6em;
  margin-bottom: 20px;
}
#footer ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul.links li {
  margin: 5px 0;
  padding: 0;
}
#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form input[type="number"],
#contact_form textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  background: #FFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  letter-spacing: 0;
}
#contact_form input[type="text"].reqError,
#contact_form input[type="email"].reqError,
#contact_form input[type="number"].reqError,
#contact_form textarea.reqError {
  background: #f8d7da;
  border-color: #f5c6cb;
}
#contact_form textarea {
  height: 200px;
  padding: 8px 15px;
  resize: none;
}
#contact_form form input::-moz-placeholder {
  color: #757575 !important;
  opacity: 1 !important;
}
#contact_form form input::-ms-input-placeholder {
  color: #757575 !important;
  opacity: 1 !important;
}
#contact_form form input::-webkit-input-placeholder {
  color: #757575 !important;
  opacity: 1 !important;
}
#contact_form #btn-enviar {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0 40px;
  height: 45px;
  letter-spacing: 1px;
  line-height: 43px;
  text-transform: uppercase;
  background: #38a52d;
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
@media (max-width: 768px) {
  #contact_form #btn-enviar {
    width: 100%;
  }
}
.cookieConsentContainer {
  z-index: 999;
  width: 50%;
  min-height: 20px;
  /*box-sizing: border-box;*/
  padding: 15px;
  background: #fecc40;
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  /*right: 0px;*/
  display: none;
}
.cookieConsentContainer.bloco {
  width: 350px;
  bottom: 30px;
  right: 30px;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 768px) {
  .cookieConsentContainer {
    bottom: 0!important;
    left: 0!important;
    width: 100% !important;
  }
}
.cookieConsentContainer .cookieTitle {
  color: #000;
  font-size: 22px;
  line-height: 20px;
  display: block;
  display: none;
}
.cookieConsentContainer .cookieDesc {
  margin-bottom: 15px;
}
.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}
.cookieConsentContainer .cookieDesc a {
  color: #000;
  text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #000;
  box-sizing: border-box;
  text-align: center;
  padding: 6px 40px;
  margin-left: 30px;
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  /*.radius(10px);*/
  /*background: @verde;*/
}
@media (max-width: 768px) {
  .cookieConsentContainer .cookieButton a {
    margin-left: auto;
    margin-right: auto;
  }
}
.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .cookieConsentContainer .cookieClose {
    display: none;
  }
}
.cookieConsentContainer .cookieClose a {
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
  padding: 0 0;
  margin-left: 20px;
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  /*.radius(10px);*/
  /*background: @verde;*/
}
.cookieConsentContainer .cookieClose a:hover {
  cursor: pointer;
  color: #f00;
}
.cookieConsentContainer .btnClose {
  display: none;
}
@media (max-width: 768px) {
  .cookieConsentContainer .btnClose {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    right: 30px;
    color: #000;
    text-align: center;
  }
}
.blog {
  margin-bottom: 100px;
}
.blog .titulo {
  font-size: 80px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .blog .titulo {
    font-size: 40px;
  }
}
.blog .destaque {
  border-top: 2px solid #000;
}
.blog a {
  text-decoration: none;
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.blog a:hover {
  color: #38a52d;
}
.blog .post-curto .imagem img {
  width: 100%;
}
.blog .post-curto .area {
  padding: 20px 0;
}
.blog .line {
  border-top: 2px solid #000;
}
.blog .post-box {
  min-height: 300px;
}
#deadline {
  background: #292e34;
  color: #ddd;
  padding: 10px 0;
}
@media (max-width: 768px) {
  #deadline {
    padding: 10px 0 50px 0;
  }
}
.social a:hover {
  text-decoration: none;
  color: #38a52d;
}
.bt-whatsapp {
  background: #26ae60;
  position: fixed;
  right: 0;
  top: 30%;
  padding: 6px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  z-index: 900;
}
.bt-whatsapp a {
  text-decoration: none;
  color: #fff;
}
.bt-whatsapp .more {
  margin-left: 4px;
  display: none;
  color: #fff;
}
.bt-whatsapp .more small {
  font-size: 12px;
}
.bt-whatsapp .more .big {
  font-size: 19px;
  line-height: 20px;
}
.bt-whatsapp:hover .more {
  display: block;
}

.mb-4, .my-4 {
    margin-bottom: 2.5rem!important;
}


.empresa_lista{
    width: 270px;
    float: left;
    text-align: center;
}

.empresa_lista img{
    width:160px; 
}


@media (max-width: 768px) {
.empresa_lista{
    width: 178px;
    float: left;
    text-align: center;
}

.empresa_lista img{
    width:140px; 
}
}


