﻿@charset "UTF-8";
/* Lead Dark */
/* Gray Lighter */
/* Dark */
/*@mixin font-open-sans($size, $color, $weight, $lh, $font-style: false) {
  font-family: 'Open Sans', sans-serif;
  font-size: $size;
  font-weight: $weight;
  line-height: $lh;
  color: $color;
  @if $font-style {
    font-style: $font-style;
  }
}*/
/*%selecao-de-linguagem {
  a {
    @include font-montserrat(11px, $schooner-color, $regular, 18px);
    &.ativo {
      color: $alizarin-crimson-color;
    }
    &:hover {
      color: $alizarin-crimson-color;
      text-decoration: none;
    }
  }
  p {
    display: inline-block;
  }
  .separador-lingua {
    @include font-montserrat(11px, $schooner-color, $regular, 18px);
    margin: 0 10px;
  }
}*/
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
  font-style: normal;
}

html,
body {
  scroll-behavior: smooth;
}

html body {
  background: #F8F9FA;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  transition-property: background-color;
  overflow-x: hidden;
}
html body.invert-bg {
  background: #231F20;
}

.noscroll {
  overflow: hidden;
}
.noscroll header {
  /*padding-right: 16px;*/
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}

a:focus, a:hover, a.btn:focus, a.btn:hover, a:focus {
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

.section-spacing {
  padding-top: 70px;
  padding-bottom: 70px;
}

.container {
  /*@media (max-width: 1449px) {
      max-width: unset;
      width: 100%;
      padding-left: 40px;
      padding-right: 40px;
  }*/
  /*
  */
}
@media (min-width: 1450px) {
  .container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.default-padding-top {
  padding-top: 70px;
}

.default-paddings {
  padding-left: 50px;
  padding-right: 50px;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  .default-paddings {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .default-paddings {
    padding-left: 0;
    padding-right: 0;
    /*.row{
        margin-left:0;
        margin-left:0;
    }*/
  }
}

.slick-list, .slick-track {
  height: 100%;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  bottom: -40px;
}
.slick-dots li {
  width: 32px;
  height: 8px;
}
.slick-dots li button {
  background: #D6D6D6;
  border-radius: 17px;
  width: 32px;
  height: 8px;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots .slick-active button {
  background: #91CC00;
}

.mw-290 {
  max-width: 290px;
}

.mw-488 {
  max-width: 488px;
  margin: 0 auto;
}

.mw-unset {
  max-width: unset !important;
  width: 100%;
}

.bg-dark {
  background-color: #28262C !important;
  color: #fff;
}

.bg-hint-of-blue {
  background-color: #F8F9FA;
}

.col-xl-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  .col-xl-15 {
    width: 20% !important;
    float: left;
    flex: unset;
  }
}
/*animations*/
/*fade*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@keyframes spin {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
body {
  color: #28262C;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  color: #686868;
}

h1, .h1 {
  font-size: 74px;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: 3px;
}
@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 48px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  color: #2D2D2D;
  font-weight: bold;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .top-banner h1, .top-banner h2, .top-banner h3, .top-banner h4, .top-banner h5, .top-banner h6 {
  color: #fff;
}

.subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #231F20;
}
@media only screen and (max-width: 991px) {
  .subtitle {
    font-size: 16px;
  }
}

.color-green {
  color: #91CC00;
}

.color-white {
  color: #fff;
}

.logo-cerbo {
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 40px;
  width: 40px;
  border: 1px solid #9F9F9F;
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 70px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .logo-cerbo {
    border-color: #9F9F9F;
    margin-right: 0;
    /*position: relative;*/
    /*right:*/ /*auto*/ /*;*/
    /*bottom: auto;*/
    /*margin-top: 15px;*/
    /*display: inline-block;*/
  }
}
.logo-cerbo .logocerboh {
  height: 31px;
  width: 31px;
  margin-top: 3px;
}
.logo-cerbo .logocerboh path {
  fill: #686868 !important;
}
.logo-cerbo .hiddencerbo {
  height: 20px;
  width: 31px;
  position: absolute;
  bottom: -16px;
  left: -1px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.logo-cerbo .hiddencerbo svg {
  height: 22px;
  width: 40px;
}
.logo-cerbo .hiddencerbo svg path {
  fill: #9F9F9F;
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .logo-cerbo .hiddencerbo svg path {
    fill: #9F9F9F !important;
  }
}
.logo-cerbo .hiddencerbo svg path:nth-child(2) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.logo-cerbo .hiddencerbo svg path:nth-child(3) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.logo-cerbo .hiddencerbo svg path:nth-child(4) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.logo-cerbo .hiddencerbo svg path:nth-child(5) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.logo-cerbo:hover .hiddencerbo svg path {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 1;
}

.form-contato {
  display: flex;
  flex-direction: column;
}
.form-contato textarea {
  resize: none;
  overflow: hidden;
}
.form-contato .form-contato-input {
  font-family: Cabin;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  height: 50px;
  padding: 0 25.17px;
  margin: 16px 0 0;
  background-color: #F3F3F3;
}
.form-contato .form-contato-input::placeholder {
  color: #8F8F8F;
  font-size: 18px;
}
.form-contato .form-contato-input::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8F8F8F;
  font-size: 18px;
}
.form-contato .form-contato-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #8F8F8F;
  font-size: 18px;
}
.form-contato .form-contato-input.input-message {
  padding: 16px 10px 93px 25px;
}

button {
  outline: none !important;
  cursor: pointer;
}

.btn {
  padding: 10px 30px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  color: #28262C;
  font-weight: bold;
  font-size: 14px;
  justify-content: center;
  /*circle icon btns*/
}
.btn span {
  color: #28262C;
}
.btn:hover {
  /*background-color: $yellow-energy;*/
}
.btn svg {
  height: 12px;
  margin-left: 5px;
}
.btn.outlined {
  background-color: transparent;
  border: 1px solid #E9ECEF;
  border-radius: 71px;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  padding: 12px 100px 12px 60px;
  height: 76px;
}
.btn.outlined span {
  color: #2D2D2D;
  position: relative;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 1;
  /*font-weight:500;*/
}
.btn.outlined .circle {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 76px;
  height: 76px;
  border-radius: 38px;
  background-color: #91CC00;
  display: flex;
  justify-content: flex-end;
  padding-right: 22px;
  align-items: center;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn.outlined .circle svg {
  height: 30px;
  margin: 0;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn.outlined:hover span {
  /*color: #fff;*/
}
.btn.outlined:hover .circle {
  width: calc(100% + 2px);
}
.btn.outlined:hover .circle svg {
  /*opacity: 0;*/
}
.btn.green {
  background: #91CC00;
}
.btn.green span {
  font-weight: normal;
  color: #fff;
}
.btn.green svg path {
  fill: #fff;
}
.btn.white {
  border: 1px solid #4D4D4D;
}
.btn.white-stroke {
  border: 1px solid #fff;
  background: transparent;
}
.btn.white-stroke span {
  color: #fff;
}
.btn.white-stroke svg path {
  fill: #fff;
}
.btn.w-230 {
  width: 230px;
}

.bg-dark .btn.outlined {
  border-color: #686868;
}
.bg-dark .btn.outlined span {
  color: #fff;
}
.bg-dark .btn.outlined:hover span {
  color: #fff;
}

.btns-row {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .btns-row {
    justify-content: center;
  }
}
.btns-row .btn {
  margin-right: 20px;
  display: inline-block;
}

.loading-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #F7F5F5;
  z-index: 15;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.loading-div.hide {
  z-index: -1;
  opacity: 0;
}

.imgs-grid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 70px;
}
@media only screen and (max-width: 991px) {
  .imgs-grid {
    padding-top: 30px;
  }
}
.imgs-grid div.img {
  width: 20%;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .imgs-grid div.img {
    width: 33.33%;
    margin-bottom: 30px;
  }
}
.imgs-grid div.img img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.8;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .imgs-grid div.img img {
    max-width: 80%;
  }
}
.imgs-grid div.img:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.imgs-grid div.img a {
  width: 100%;
  text-align: center;
}

.testimonials-slider {
  width: 100%;
}
.testimonials-slider .slick-track {
  padding-top: 16px;
}
.testimonials-slider .testimonial {
  background: #fff;
  padding: 26px 42px;
  margin: 0 10px;
  border-radius: 8px;
  position: relative;
}
.testimonials-slider .testimonial .profile-row {
  justify-content: flex-start;
  margin-bottom: 25px;
}
.testimonials-slider .testimonial .profile-row .img {
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  min-width: 100px;
  flex: content;
  flex: 0;
}
.testimonials-slider .testimonial .profile-row .img img {
  width: 100%;
}
.testimonials-slider .testimonial .profile-row .col {
  flex: 1;
}
.testimonials-slider .testimonial .profile-row .col span {
  /*nome da emprersa*/
  color: #91CC00;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.testimonials-slider .testimonial .profile-row .col h5 {
  color: #2D2D2D;
}
.testimonials-slider .testimonial p {
  color: #686868;
}
.testimonials-slider .testimonial .logo {
  max-width: 70%;
  width: auto;
}
@media (max-width: 1500px) {
  .testimonials-slider .testimonial .logo {
    max-width: 100%;
  }
}
.testimonials-slider .testimonial:after {
  content: "”";
  font-weight: 700;
  font-size: 106.667px;
  color: #91CC00;
  position: absolute;
  top: -58px;
  right: 15px;
  z-index: 1;
}
@media (max-width: 1500px) {
  .testimonials-slider {
    /*max-width: calc(100% - 110px);*/
    margin: 0 auto;
  }
}

.zap-btn {
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .zap-btn {
    bottom: 85px;
    right: 5px;
  }
}
.zap-btn svg {
  height: 50px;
  width: 50px;
}

#AvisoCookies {
  background-color: #fff !important;
  border-radius: 16px;
  width: calc(90% - 200px) !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px;
  padding: 24px 48px !important;
  display: none;
}
#AvisoCookies .aviso-inner {
  display: flex;
  /*flex-direction:column;*/
  align-items: center;
}
#AvisoCookies .aviso-inner h4 {
  font-size: 18px;
  font-weight: bold !important;
  margin-bottom: 10px;
}
#AvisoCookies .aviso-inner p {
  color: #404040 !important;
  font-size: 14px;
  font-weight: normal !important;
}
#AvisoCookies .aviso-inner .text-wrap {
  margin-right: 50px;
}
#AvisoCookies .aviso-inner .btn {
  cursor: pointer !important;
  margin: 10px 5px 0;
  display: block !important;
}
#AvisoCookies .aviso-inner .btn.white {
  border-color: #525252;
  border-width: 1px;
}
#AvisoCookies .aviso-inner .btn.green {
  color: #fff;
}
#AvisoCookies .aviso-inner .btns-wrap {
  display: inline-block;
  min-width: 250px;
}
@media (max-width: 1400px) {
  #AvisoCookies .aviso-inner .btns-wrap {
    display: inline-flex;
    flex-direction: column;
  }
}
@media (max-width: 1100px) {
  #AvisoCookies .aviso-inner {
    flex-direction: column;
  }
  #AvisoCookies .aviso-inner .btns-wrap {
    width: 100%;
  }
  #AvisoCookies .aviso-inner .btns-wrap .btn {
    margin: 15px 0 0 !important;
    width: 100%;
    display: block !important;
  }
}
@media (max-width: 1100px) {
  #AvisoCookies {
    width: calc(100% - 80px) !important;
    padding: 20px !important;
  }
  #AvisoCookies .text-wrap {
    margin-right: 0 !important;
  }
}

/*project's specific components*/
.case-card {
  display: inline-flex;
  flex-direction: column;
  background: #E9EEDC;
  height: 422px;
  width: 368px;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .case-card {
    height: auto;
    width: 100%;
    max-width: 330px;
  }
}
.case-card .case-img {
  background-size: auto calc(100% - 30px);
  height: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .case-card .case-img {
    height: 15vw;
    max-height: 200px;
    min-height: 150px;
  }
}
.case-card .case-info {
  background: #fff;
  height: 50%;
  padding: 31px 46px;
  color: #686868;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.case-card .case-info h6 {
  color: #2D2D2D;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .case-card .case-info {
    padding: 15px 20px;
  }
}
.case-card .case-tags {
  display: flex;
  width: max-content;
}
.case-card .case-tags a {
  background: #06011A;
  color: #fff;
  margin: 0 10px 5px 0;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 14px;
}

.feature-case {
  padding-left: 184px;
  position: relative;
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .feature-case {
    padding-left: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-case:first-child {
    margin-top: 50px;
  }
  .feature-case:last-child {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-case {
    margin-top: 110px;
  }
  .feature-case:first-child {
    /*margin-top: 10vw;*/
  }
  .feature-case:last-child {
    /*margin-bottom: 10vw;*/
  }
}
@media only screen and (max-width: 575px) {
  .feature-case {
    /*margin-top: 10vw;*/
    margin-top: 20vw;
    padding-left: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-case:first-child {
    margin-top: 10vw;
  }
  .feature-case:last-child {
    margin-bottom: 5vw;
  }
}
.feature-case .case-card {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .feature-case .case-card {
    min-width: 193px;
    width: 50%;
    top: unset;
    position: relative;
    transform: none;
  }
}
.feature-case .case-featured-img {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 956/517;
  background-size: cover;
  background-position: center center;
  border-radius: 17px;
}
@media only screen and (max-width: 991px) {
  .feature-case .case-featured-img {
    aspect-ratio: 161/247;
    margin-left: 45%;
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .feature-case .case-featured-img {
    aspect-ratio: 161/247;
    width: 55%;
    height: auto;
    margin-left: unset;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.feature-case .case-featured-img .circle-arrow {
  position: absolute;
  bottom: 30px;
  right: 39px;
  z-index: 1;
}
.feature-case .case-featured-img .circle-arrow svg {
  width: 76px;
}
@media only screen and (max-width: 767px) {
  .feature-case .case-featured-img .circle-arrow svg {
    width: 53px;
  }
}

.cases-cards-grid {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
.cases-cards-grid .case-card {
  margin-bottom: 30px;
}

a.case-img-wrapper {
  width: 60%;
  padding: 40px;
  background-color: #E9ECEF;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  a.case-img-wrapper {
    padding: 0px;
  }
}
a.case-img-wrapper .case-img {
  margin: 0 auto;
  width: calc(100% - 40px) !important;
}

.wide-banner {
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .wide-banner {
    position: relative;
  }
}
.wide-banner .img-col {
  height: 100%;
}
.wide-banner .img-col img {
  margin-bottom: -5px;
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .wide-banner .img-col {
    position: absolute;
    height: calc(100% - 3px);
    left: -170px;
    top: 3px;
  }
}
.wide-banner .col:not(.img-col) {
  flex: 2;
}
@media only screen and (max-width: 991px) {
  .wide-banner .col:not(.img-col) {
    padding-left: 35vw;
  }
  .wide-banner .col:not(.img-col) .btns-row {
    flex-direction: column;
  }
  .wide-banner .col:not(.img-col) .btns-row .btn {
    margin-bottom: 15px;
    z-index: 0;
  }
}
.wide-banner div.row {
  align-items: center;
  height: 100%;
}
.wide-banner .btns-row {
  margin-top: 30px;
}
.wide-banner .container {
  position: relative;
  height: 100%;
  z-index: 1;
}
.wide-banner.no-shadow .col-12 {
  height: 100%;
}
.wide-banner.no-shadow:after {
  display: none;
}

.solutions-section {
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .solutions-section {
    padding-bottom: 0;
  }
}
.solutions-section .solutions-btns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .solutions-section .solutions-btns {
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: 20px;
    width: 100%;
    /*margin-left: -30px;*/
    max-width: 100%;
  }
  .solutions-section .solutions-btns::-webkit-scrollbar {
    display: none;
  }
}
.solutions-section .solutions-btns .sol-btn {
  padding: 20px 27px 35px;
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  border-radius: 8px;
  margin: 0 12px;
  box-shadow: 0px 265px 281px rgba(163, 163, 163, 0.07), 0px 110.711px 117.395px rgba(163, 163, 163, 0.0503198), 0px 59.1912px 62.765px rgba(163, 163, 163, 0.0417275), 0px 33.1821px 35.1856px rgba(163, 163, 163, 0.035), 0px 17.6228px 18.6868px rgba(163, 163, 163, 0.0282725), 0px 7.33323px 7.77599px rgba(163, 163, 163, 0.0196802);
  width: 172px;
  cursor: pointer;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .solutions-section .solutions-btns .sol-btn {
    min-width: 128px;
    box-shadow: 0px 10px 15px rgba(163, 163, 163, 0.07), 0px 10px 15px rgba(163, 163, 163, 0.0503198), 0px 10px 15px rgba(163, 163, 163, 0.0417275), 0px 10px 15px rgba(163, 163, 163, 0.035), 0px 17.6228px 18.6868px rgba(163, 163, 163, 0.0282725), 0px 7.33323px 7.77599px rgba(163, 163, 163, 0.0196802);
    padding: 15px 20px;
  }
  .solutions-section .solutions-btns .sol-btn:first-child {
    margin-left: 30px;
  }
}
.solutions-section .solutions-btns .sol-btn svg, .solutions-section .solutions-btns .sol-btn img {
  height: 45px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .solutions-section .solutions-btns .sol-btn svg, .solutions-section .solutions-btns .sol-btn img {
    width: auto;
    margin-bottom: 5px;
  }
}
.solutions-section .solutions-btns .sol-btn span {
  font-size: 18px;
  color: #2D2D2D;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .solutions-section .solutions-btns .sol-btn span {
    font-size: 14px;
  }
}
.solutions-section .solutions-btns .sol-btn.active {
  background-color: #91CC00;
}
.solutions-section .solutions-btns .sol-btn.active span {
  color: #fff;
}
.solutions-section .solution-content {
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .solutions-section .solution-content {
    background: #F8F9FA;
    padding: 50px 48px 90px;
    width: 100%;
    margin-left: 0;
    max-width: unset;
  }
}
.solutions-section .solution-content .img-wrapper {
  background: #F8F9FA;
  opacity: 0.8;
  border-radius: 8px;
  padding: 50px 48px 90px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .solutions-section .solution-content .img-wrapper {
    padding: 0 0 30px;
  }
}
.solutions-section .solution-content .img-wrapper img {
  box-shadow: #EBEBEB 0px 9px 9px;
  width: auto;
  height: 300px;
}
@media only screen and (max-width: 991px) {
  .solutions-section .solution-content .img-wrapper img {
    width: 100%;
    height: auto;
  }
}
.solutions-section .solution-content p {
  margin: 20px 0 24px;
  max-width: 313px;
}
.solutions-section .solution-content ul {
  column-count: 2;
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}
@media only screen and (max-width: 575px) {
  .solutions-section .solution-content ul {
    column-count: 1;
  }
}
.solutions-section .solution-content ul li {
  background-image: url(/img/check.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .solutions-section .solution-content .btns-row {
    flex-direction: column;
  }
  .solutions-section .solution-content .btns-row .btn {
    margin-bottom: 15px;
  }
}

header {
  position: fixed;
  z-index: 10;
  width: 100vw;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header {
    text-align: center;
  }
}
header .navbar-brand svg {
  width: 124px;
}
header .navbar-brand .logo-letter {
  fill: #EFEFEF;
}
@media only screen and (max-width: 991px) {
  header .navbar-brand .logo-letter {
    fill: #06011A;
  }
}
header .white-h .navbar-brand path {
  fill: #F7F5F5;
}
header.nav-up {
  top: -95px;
}
header.white-bg {
  background: #fff;
}
header.white-bg .navbar-brand .logo-letter {
  fill: #06011A;
}

.noscroll header {
  background: transparent;
}

header .navbar {
  min-height: 94px;
  padding-left: 5px;
  /*padding-right: 120px;*/
}
@media only screen and (max-width: 991px) {
  header .navbar {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
header .navbar .container {
  position: relative;
}
header .navbar .h-cta {
  position: absolute;
  right: 30px;
  top: 11px;
}
@media only screen and (max-width: 991px) {
  header .navbar .h-cta {
    position: relative;
    background: #91CC00;
    margin: 0 auto;
    right: unset;
    top: unset;
  }
  header .navbar .h-cta span {
    color: #fff;
  }
  header .navbar .h-cta svg path {
    fill: #fff;
  }
}
header .navbar .navbar-nav {
  padding-right: 150px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-nav {
    padding-right: 0;
  }
}
header .navbar .r-controls-wrapper {
  display: inline-flex;
  align-items: center;
}
header .navbar .nav-link {
  color: #fff;
  margin: 0 20px;
  font-weight: 700;
}
header .navbar .navbar-toggler {
  height: 48px;
  width: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  border: none;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
  background: #fff;
  border-radius: 50%;
  top: 10px;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none !important;
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-toggler {
    display: block;
  }
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  width: 24px;
  height: 3px;
  border-radius: 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 0 auto;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #91CC00;
}
header .navbar .navbar-toggler .navbar-toggler-icon:before, header .navbar .navbar-toggler .navbar-toggler-icon:after {
  content: "";
  width: 24px;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: #91CC00;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  will-change: transform;
  border-radius: 25px;
}
header .navbar .navbar-toggler .navbar-toggler-icon:before {
  transform: translateY(-6px);
  /*left: unset;
  right: 0;*/
}
header .navbar .navbar-toggler .navbar-toggler-icon:after {
  transform: translateY(6px);
}
header .navbar .navbar-toggler.active:before {
  transform: translateY(0) rotate(45deg);
  width: 40px;
}
header .navbar .navbar-toggler.active:after {
  transform: translateY(0) rotate(-45deg);
  width: 40px;
}
header .navbar .navbar-toggler.active .navbar-toggler-icon {
  opacity: 0;
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
header .navbar.white-h {
  color: #F7F5F5;
}
header .navbar.white-h .social-icons-nav .nav-item .nav-link svg path {
  fill: #F7F5F5;
}
header .navbar.white-h .navbar-toggler:before, header .navbar.white-h .navbar-toggler:after {
  background: #F7F5F5;
}
header .navbar.white-h .navbar-toggler .navbar-toggler-icon {
  background: #F7F5F5;
}
header .navbar .mobile-social-icons {
  display: none;
}
@media only screen and (max-width: 991px) {
  header .navbar .mobile-social-icons {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    width: 100%;
  }
  header .navbar .mobile-social-icons a {
    margin: 0 10px;
  }
  header .navbar .mobile-social-icons svg {
    height: 25px;
    width: 25px;
  }
  header .navbar .mobile-social-icons svg path {
    fill: #91CC00;
  }
}
header.active {
  background: #F8F9FA;
  height: 100vh;
  padding-bottom: 50px;
}
header.active .navbar {
  height: 100%;
  align-items: flex-start;
}
header.active .nav-link {
  color: #06011A;
  margin-bottom: 2vh;
}
header.active .container {
  height: calc(100% - 80px);
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
}
header.active .navbar-toggler {
  background: #91CC00;
}
header.active .navbar-toggler .navbar-toggler-icon {
  background: #fff;
}
header.active .navbar-toggler .navbar-toggler-icon:after, header.active .navbar-toggler .navbar-toggler-icon:before {
  background: #fff;
}
header.active .navbar-toggler .navbar-toggler-icon {
  /*opacity: 0;*/
  background: transparent !important;
  /*@include transform(translateX(80px));*/
}
header.active .navbar-toggler .navbar-toggler-icon:before {
  transform: translateY(0) rotate(45deg);
  /*width: 40px;*/
}
header.active .navbar-toggler .navbar-toggler-icon:after {
  transform: translateY(0) rotate(-45deg);
  /*width: 40px;*/
}
header.active .navbar-collapse {
  background: #fff;
  border-radius: 8px;
  padding: 40px 41px 59px 41px;
  transition: height 1s;
  margin-top: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around !important;
  /*justify-content: center;*/
}
header.active .navbar-nav {
  flex-grow: unset !important;
}

.white-bg .navbar .nav-link {
  color: #06011A;
}
.white-bg .navbar .h-cta {
  background: #91CC00;
}
.white-bg .navbar .h-cta span {
  color: #fff;
}
.white-bg .navbar .h-cta svg path {
  fill: #fff;
}
.white-bg .navbar .social-icons-nav {
  margin: 0 10px 0 5px;
}
.white-bg .navbar .social-icons-nav .nav-item {
  margin: 0 9px;
}
.white-bg .navbar .social-icons-nav .nav-item .nav-link svg {
  height: 21px;
}
.white-bg .navbar .social-icons-nav .nav-item .nav-link svg path {
  fill: #F7F5F5;
}
.white-bg .navbar .navbar-toggler {
  background: #91CC00;
}
.white-bg .navbar .navbar-toggler .navbar-toggler-icon {
  background: #fff;
}
.white-bg .navbar .navbar-toggler .navbar-toggler-icon:after, .white-bg .navbar .navbar-toggler .navbar-toggler-icon:before {
  background: #fff;
}

.menu-div {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(35, 31, 32, 0.92);
  z-index: -1;
  opacity: 0;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .menu-div {
    justify-content: flex-start;
    padding-top: 110px;
  }
}
.menu-div.active {
  z-index: 5;
  opacity: 1;
}
.menu-div ul {
  list-style: none;
  padding: 0;
}
.menu-div ul li {
  padding-left: 0;
  margin: 3vh 0;
}
.menu-div ul li a {
  color: #F7F5F5;
  font-size: 56px;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .menu-div ul li a {
    font-size: 36px;
  }
}
.menu-div ul li a:hover {
  color: #F22A2A;
}

footer .container {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  footer .container {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  footer .f-row {
    flex-direction: column;
  }
  footer .f-row .col {
    order: 3;
    margin-bottom: 30px;
  }
  footer .f-row .col:first-child {
    order: 1;
  }
  footer .f-row .col:last-child {
    order: 2;
  }
}
footer .navbar-brand svg {
  width: 130px;
}
footer a {
  color: #28262C;
}
footer a:hover {
  color: #91CC00;
}
footer .social-icons-nav {
  display: flex;
}
footer .social-icons-nav svg {
  width: 25px;
  height: 25px;
}
footer .social-icons-nav svg path {
  fill: #91CC00 !important;
}
footer .social-icons-nav a {
  margin-right: 20px;
}
footer .col {
  padding-right: 60px;
}
footer .col label {
  margin-bottom: 20px;
  font-size: 18px;
  color: #9F9F9F;
}
footer .col p {
  margin-top: 45px;
  max-width: 380px;
  color: #686868;
}
footer .col:first-child {
  flex: 3;
}
@media (max-width: 1500px) {
  footer .col:first-child {
    flex: 2;
  }
}
footer .col:last-child {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  footer .col:last-child {
    padding: 0 12px;
  }
}
footer .bot-row {
  background: #E9ECEF;
  /*margin: 0;*/
}
footer .bot-row p {
  margin: 0;
  font-size: 12px;
}
footer .bot-row .container {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer ul li {
  margin-bottom: 18px;
}

.top-banner {
  height: 100vh;
  color: #fff;
  align-items: center;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .top-banner {
    max-height: 636px;
  }
}
.top-banner:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50vh;
  z-index: 0;
  background: linear-gradient(0, #28262C 13.43%, rgba(40, 38, 44, 0) 100%);
}
.top-banner .content {
  position: relative;
  z-index: 1;
}
.top-banner .circles-svg {
  position: absolute;
  right: 0;
  bottom: 10vh;
  width: auto;
  z-index: 1;
}
.top-banner .circles-svg svg {
  height: 50vh;
}
.top-banner .circles-svg svg path, .top-banner .circles-svg svg circle {
  display: none;
}
@media only screen and (max-width: 991px) {
  .top-banner .circles-svg {
    display: none;
  }
}

.calendly-wrapper {
  height: min-content;
}
.calendly-wrapper .calendly-inline-widget {
  height: min-content;
}

.sobre-circle-section {
  align-items: flex-end;
  padding-bottom: 43px;
  padding-top: 100px;
  position: relative;
}
.sobre-circle-section img {
  margin-bottom: -50%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .sobre-circle-section img {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    right: 55vw;
    width: 40vw;
  }
}

@media only screen and (max-width: 991px) {
  .sobre-text {
    max-height: 290px;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .sobre-text p {
    text-align: left;
    line-height: 160%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .sobre-text:after {
    content: "Ler mais";
    text-decoration: underline;
    position: absolute;
    color: #91CC00;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 120px;
    font-weight: bold;
    line-height: 120px;
    background: linear-gradient(to top, rgb(248, 249, 250) 50%, rgba(248, 249, 250, 0));
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .sobre-text.active {
    max-height: 1000px;
  }
  .sobre-text.active:after {
    opacity: 0;
  }
}

/*produtos*/
.produtos-section {
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  .produtos-section {
    margin-top: 40px;
  }
}
.produtos-section h5 {
  font-weight: bold;
}

/*ajustando o tamanho dos depoimentos*/
.testimonials-father {
  display: flex;
}

.toggles-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.toggles-wrapper .btn {
  margin-bottom: 10px;
}
.toggles-wrapper .btn .circle {
  background: transparent;
  padding-right: 25px;
}
.toggles-wrapper .btn.active {
  border-color: #91CC00;
}
.toggles-wrapper .btn.active span {
  color: #91CC00;
}
.toggles-wrapper .btn.active .circle {
  background: transparent;
  border: 2px solid #91CC00;
}
.toggles-wrapper .btn.active .circle svg {
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.toggles-wrapper .btn.active .circle svg path {
  fill: #91CC00;
}
.toggles-wrapper .btn:not(.active):hover {
  border-color: #686868;
}
.toggles-wrapper .btn:not(.active):hover span {
  /*color: $olive-green;*/
}
@media only screen and (max-width: 991px) {
  .toggles-wrapper.mobile-dropdown {
    /*display: none;*/
    padding: 12px;
    /*margin-bottom: 25px;*/
    /*gambia pro bg branco*/
    background: #fff;
    width: calc(100% + 24px);
    margin-left: -12px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -4px;
  }
  .toggles-wrapper.mobile-dropdown .btn:not(.active) {
    display: none;
    order: 2;
  }
  .toggles-wrapper.mobile-dropdown .btn:not(.active) svg {
    display: none;
  }
  .toggles-wrapper.mobile-dropdown .btn {
    margin-bottom: 0;
  }
  .toggles-wrapper.mobile-dropdown .btn .circle {
    border-color: transparent;
  }
  .toggles-wrapper.mobile-dropdown .btn .circle svg {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0.5;
  }
  .toggles-wrapper.mobile-dropdown .btn .circle svg path {
    fill: #2D2D2D;
  }
  .toggles-wrapper.mobile-dropdown .btn.active {
    border-color: #E9ECEF !important;
    order: 1;
  }
  .toggles-wrapper.mobile-dropdown .btn.active span {
    color: #2D2D2D;
  }
  .toggles-wrapper.mobile-dropdown.open {
    display: flex;
    gap: 15px;
  }
  .toggles-wrapper.mobile-dropdown.open .btn {
    border-bottom-width: 0;
    border-top-width: 0;
  }
  .toggles-wrapper.mobile-dropdown.open .btn:not(.active) {
    display: inline-flex;
  }
  .toggles-wrapper.mobile-dropdown.open .btn.active span {
    color: #91CC00;
  }
}

.mobile-toggler {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile-toggler {
    display: flex;
    padding: 12px;
    /*margin-bottom: 25px;*/
    /*gambia pro bg branco*/
    background: #fff;
    width: calc(100% + 24px);
    margin-left: -12px;
    border-radius: 32px 32px 0 0;
    margin-bottom: -4px;
  }
  .mobile-toggler .btn {
    background: transparent;
    width: 100%;
  }
  .mobile-toggler .btn .circle {
    background: transparent;
    padding-right: 25px;
  }
  .mobile-toggler .btn .circle svg {
    width: 20px;
  }
}

.product-wrappper {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 40px;
  margin-bottom: 100px;
}
.product-wrappper .product-imgs {
  max-width: 424px;
  margin: 0 auto;
  background: #E9EEDC;
  border-radius: 9.21739px;
  /*margin-top: 40px;*/
}
.product-wrappper .product-imgs .prod-img {
  width: 100%;
  padding: 40px 30px;
  /*text-align: center !important;*/
}
.product-wrappper .product-imgs .prod-img img {
  width: auto;
  height: 190px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .product-wrappper .product-imgs .prod-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.product-wrappper .product-info {
  margin: 70px auto 0;
  max-width: 564px;
}
.product-wrappper .product-info p {
  text-align: justify;
  margin: 20px 0;
}

.contato-wrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: calc(90px + 4vh);
  padding-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .contato-wrap {
    height: auto;
  }
}
.contato-wrap .row {
  align-items: flex-start;
}
.contato-wrap .text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 0 !important;
}
@media only screen and (max-width: 991px) {
  .contato-wrap .text-block {
    padding: 40px 10% 40px !important;
    margin-top: 30px;
  }
}
.contato-wrap .text-block .title, .contato-wrap .text-block .menu-div ul li a, .menu-div ul li .contato-wrap .text-block a {
  text-align: right;
  margin-bottom: 6vh;
}
@media only screen and (max-width: 991px) {
  .contato-wrap .text-block .title, .contato-wrap .text-block .menu-div ul li a, .menu-div ul li .contato-wrap .text-block a {
    margin-bottom: 25px;
    text-align: center !important;
    font-size: 32px;
  }
}
.contato-wrap .text-block .svg-links a {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 30px;
  font-size: 18px;
}
.contato-wrap .text-block .svg-links a .material-icons {
  font-size: 30px;
  margin-right: 10px;
  color: #231F20;
}
.contato-wrap .text-block .svg-links a svg {
  width: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .contato-wrap .text-block .svg-links a {
    justify-content: center;
    flex-direction: column;
    padding-right: 0;
    text-align: center;
  }
}
.contato-wrap .text-block .social-div {
  margin-top: 6vh;
}
@media only screen and (max-width: 991px) {
  .contato-wrap .text-block .social-div {
    padding: 30px 0;
    text-align: center;
  }
}
.contato-wrap .text-block .social-div a {
  color: #231F20;
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .contato-wrap .text-block .social-div a {
    margin: 50px 15px 0;
  }
}
.contato-wrap .text-block .social-div a:hover {
  color: #F22A2A;
}
.contato-wrap .text-block p {
  max-width: 350px;
}
.contato-wrap a {
  color: #28262C;
}
.contato-wrap a:hover {
  color: #F22A2A;
}
.contato-wrap .form-wrap {
  float: right;
}
.contato-wrap .form .form-group {
  margin-bottom: 3vh;
}
.contato-wrap .form .form-group label {
  font-weight: bold;
  color: #231F20;
  font-size: 24px;
}
.contato-wrap .form .form-group textarea, .contato-wrap .form .form-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #BDB9BA;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
}
.contato-wrap .form .form-group textarea:focus, .contato-wrap .form .form-group input:focus {
  outline: none;
  border-color: #F22A2A;
  box-shadow: none;
}
.contato-wrap .form .form-group textarea.is-invalid, .contato-wrap .form .form-group input.is-invalid {
  border-color: #F22A2A;
}
.contato-wrap .form .form-group .invalid-feedback {
  color: #F22A2A;
}
.contato-wrap .form .form-group textarea {
  height: 100px;
  resize: none;
  margin-bottom: 4vh;
}
.contato-wrap .form .btn {
  font-size: 18px;
  font-weight: bold;
  color: #231F20;
}

.text-center {
  text-align: center;
}

.contact-btn {
  width: 367px;
  height: 50px;
  background-color: #91CC00;
}

.default-padding-top-contato {
  padding-top: 177px;
  /*.offset-md-4 {
      max-width: 367px;
      margin-left: 37%;

      @include respond-to(mobile-devices) {
          max-width: inherit;
          margin-left: 0;
      }
  }*/
}
@media only screen and (max-width: 991px) {
  .default-padding-top-contato {
    padding-top: 70px;
  }
}
.default-padding-top-contato .btn.green {
  width: 100%;
}
.default-padding-top-contato .bg-svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.default-padding-top-contato .maxw-367 {
  max-width: 450px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.default-padding-top-contato .checkActive {
  display: flex;
  font-size: 14px;
  margin: 21px 0;
  color: #9B9B9B;
}
.default-padding-top-contato .flex-contato {
  display: flex;
  flex-direction: row-reverse;
}
.default-padding-top-contato label {
  letter-spacing: 1px;
}
@keyframes pull {
  0% {
    height: 0;
  }
  100% {
    height: 1.2rem;
  }
}
@keyframes pop {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}
.default-padding-top-contato .checkbox-spin {
  display: none;
}
.default-padding-top-contato .checkbox-spin + label span {
  display: inline-block;
  width: 25px;
  height: 19px;
  margin: 0 18px -4px 0;
}
.default-padding-top-contato .checkbox-spin + label span:before, .default-padding-top-contato .checkbox-spin + label span:after {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: #F3F3F3;
  border: 2px solid #DBDBDB;
}
.default-padding-top-contato .checkbox-spin + label span:after {
  z-index: 0;
}
.default-padding-top-contato .checkbox-spin:checked + label span:before {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #91CC00;
}

#contatoTelefone svg {
  width: 35px;
}

.row-cards {
  flex-direction: column;
}
.row-cards .case-card {
  max-width: unset;
  width: 100%;
  flex-direction: row;
  background: transparent;
  align-items: center;
}
.row-cards .case-card .case-img {
  flex-grow: 1;
  width: 60%;
  height: auto;
  min-height: 345px;
  padding: 30px;
  background-size: calc(100% - 40px) auto;
  background-color: #E9ECEF;
  border-radius: 8px 8px 0px 0px;
  z-index: 1;
}
.row-cards .case-card .case-info {
  flex-grow: 2;
  height: 100%;
  z-index: 0;
  width: 100%;
  padding: 90px 120px;
  margin-left: -60px;
  justify-content: space-around;
}
.row-cards .case-card:nth-child(even) {
  flex-direction: row-reverse;
}
.row-cards .case-card:nth-child(even) .case-info {
  flex-grow: 3;
  height: 100%;
  z-index: 0;
  width: 100%;
  padding: 90px 120px;
  margin-left: 0;
  margin-right: -60px;
}
@media only screen and (max-width: 991px) {
  .row-cards .case-card {
    flex-direction: column;
  }
  .row-cards .case-card:nth-child(even) {
    flex-direction: column;
  }
  .row-cards .case-card:nth-child(even) .case-img, .row-cards .case-card:nth-child(even) .case-info {
    width: 100%;
    flex-grow: 1;
    margin: 0;
    padding: 20px;
  }
  .row-cards .case-card .case-img, .row-cards .case-card .case-info {
    width: 100%;
    flex-grow: 1;
    margin: 0;
    padding: 20px;
  }
  .row-cards .case-card .case-img {
    background-size: auto 90%;
    min-height: 180px;
  }
}

.arrow-down-circle {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 110px;
}
.arrow-down-circle circle {
  fill: #fff;
}
.arrow-down-circle path {
  fill: #06011A;
}

.wide-banner {
  height: 50vh;
  color: #fff;
  align-items: center;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .wide-banner {
    max-height: 636px;
  }
}
.wide-banner:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50vh;
  z-index: 0;
  background: linear-gradient(0, #28262C 13.43%, rgba(40, 38, 44, 0) 100%);
}
.wide-banner .content {
  position: relative;
  z-index: 1;
}

.solutions-row {
  margin-top: 0;
  overflow: hidden;
}
.solutions-row .solutions-btns {
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .solutions-row .solutions-btns {
    justify-content: flex-start !important;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .solutions-row .solutions-btns .sol-btn {
    width: 50% !important;
    /*min-width: unset !important;*/
    margin: 0 auto 20px;
    min-width: 150px !important;
  }
  .solutions-row .solutions-btns .sol-btn:first-child {
    margin: 0 auto 20px;
  }
}

.imgs-slider {
  margin: 60px 0;
  padding: 40px;
  background: #E9ECEF;
  text-align: center;
  border-radius: 9.21739px;
  width: 100%;
}
.imgs-slider .img {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  text-align: center;
}
.imgs-slider .img img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.big-numbers {
  display: flex;
  flex-wrap: wrap;
}
.big-numbers > div {
  background: #fff !important;
  border-radius: 8px;
  text-align: center;
  width: calc(50% - 40px);
  margin: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 10px;
}
.big-numbers > div .number {
  /*background: #fff !important;*/
  color: #91CC00;
}
@media only screen and (max-width: 991px) {
  .big-numbers {
    width: 100%;
  }
  .big-numbers > div {
    padding: 20px 5px;
  }
}

.solution-content_flex {
  display: flex;
}
.solution-content_flex.solution-content_center {
  justify-content: center;
}
.solution-content_flex ul {
  gap: 34.5px;
}
.solution-content_flex.div-li {
  width: fit-content;
}

.columnFirst {
  min-width: 554px;
}

.solution-content_block {
  display: block;
  width: fit-content;
  margin: 47px 0 0;
}

.metodologia-cards {
  padding-top: 30px;
  background-color: #F8F9FA;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.metodologia-cards .m-card {
  width: 485px;
  height: 275px;
  background: #FFFFFF;
  box-shadow: 0px 265px 281px rgba(163, 163, 163, 0.07), 0px 110.711px 117.395px rgba(163, 163, 163, 0.0503198), 0px 59.1912px 62.765px rgba(163, 163, 163, 0.0417275), 0px 33.1821px 35.1856px rgba(163, 163, 163, 0.035), 0px 17.6228px 18.6868px rgba(163, 163, 163, 0.0282725), 0px 7.33323px 7.77599px rgba(163, 163, 163, 0.0196802);
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .metodologia-cards .m-card {
    margin-top: 25px;
    max-width: 364px;
  }
}
.metodologia-cards .m-card span {
  max-width: 100px;
}
.metodologia-cards .m-card .solution-content_flex {
  margin-left: 98px;
}
@media only screen and (max-width: 991px) {
  .metodologia-cards .m-card .solution-content_flex {
    width: fit-content;
    margin: 0 auto;
  }
}
.metodologia-cards .m-card:nth-child(even) {
  margin-top: 171px;
}
@media only screen and (max-width: 991px) {
  .metodologia-cards .m-card:nth-child(even) {
    margin-top: 25px;
  }
}
.metodologia-cards .number {
  align-items: center;
  width: 32px;
  height: 32px;
  background: #91CC00;
  border-radius: 72px;
  margin: 11px 15px;
}
.metodologia-cards .number span {
  color: white;
  vertical-align: -webkit-baseline-middle;
}

.p-met {
  font-size: 18px;
  padding-left: 28px;
  font-weight: 700;
  align-items: flex-end;
  display: flex;
}

.m-card-conteudo {
  width: 301px;
  margin: 16px 67px 0 98px;
  text-align: initial;
}
@media only screen and (max-width: 991px) {
  .m-card-conteudo {
    width: 80%;
    margin: 15px auto;
  }
}

.slick-arrow {
  width: 53px;
  height: 53px;
}
.slick-arrow:before {
  display: none;
}
.slick-arrow svg {
  width: 53px;
  height: 53px;
}
.slick-arrow.slick-prev {
  left: -56px !important;
}
.slick-arrow.slick-next {
  right: -56px !important;
}
.slick-arrow:hover svg path {
  fill: #91CC00 !important;
}
.slick-arrow:hover svg rect {
  stroke: #91CC00 !important;
}
@media only screen and (max-width: 991px) {
  .slick-arrow {
    display: none !important;
  }
}

.bg-dark .slick-arrow svg path {
  fill: #fff;
}
.bg-dark .slick-arrow svg rect {
  stroke: #fff;
}
