/* HOME
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800;900&display=swap");
/* Usable
-------------------------------------------------- */
.grid {
  display: -ms-grid;
  display: grid;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: initial;
  -moz-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex.flex-left {
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.flex.flex-center {
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.flex-right {
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.flex.flex-start {
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mt-none {
  margin-top: 0px !important;
}

.mt-xsmall {
  margin-top: fluid(5, 10) !important;
}

.mt-small {
  margin-top: fluid(10, 20) !important;
}

.mt-medium {
  margin-top: fluid(15, 30) !important;
}

.mt-large {
  margin-top: fluid(20, 40) !important;
}

.mt-xlarge {
  margin-top: fluid(30, 60) !important;
}

.mt-xxlarge {
  margin-top: fluid(40, 80) !important;
}

.mb-none {
  margin-top: 0px !important;
}

.mb-xsmall {
  margin-top: fluid(5, 10) !important;
}

.mb-small {
  margin-top: fluid(10, 20) !important;
}

.mb-medium {
  margin-top: fluid(15, 30) !important;
}

.mb-large {
  margin-top: fluid(20, 40) !important;
}

.mb-xlarge {
  margin-top: fluid(30, 60) !important;
}

.mb-xxlarge {
  margin-top: fluid(40, 80) !important;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.lg-icon {
  background: transparent !important;
  border: none !important;
  outline: none !important;
}

.lg-outer .lg-thumb {
  margin: 0 auto;
}

/* Placeholders
-------------------------------------------------- */
.fill {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
  display: block;
}
.fill.contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.fill.left {
  -o-object-position: left center;
  object-position: left center;
}

.main .section.sobre .wrapper .image .video_link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* RATIO MIXIN
-------------------------------------------------- */
.main .section.slider {
  padding: 0;
  background: #F5F5F5;
  overflow: hidden;
}
.main .section.slider .slider-inicio-image {
  position: relative;
  width: 100%;
  height: min(18.75rem + 12.5 * ((100vw - 20rem) / 100), 31.25rem);
}
@media (min-width: 64rem) {
  .main .section.slider .slider-inicio-image {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 7.5rem);
    height: 100%;
  }
}
.main .section.slider .slider-inicio-image .slick-list,
.main .section.slider .slider-inicio-image .slick-track {
  height: 100% !important;
}
.main .section.slider .slider-inicio-image .slide {
  width: 100%;
  height: 100% !important;
  background: #000000;
}
.main .section.slider .slider-inicio-image .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.main .section.slider .wrapper {
  padding-top: min(2.5rem + 4.375 * ((100vw - 20rem) / 100), 6.875rem);
  padding-bottom: min(2.5rem + 4.375 * ((100vw - 20rem) / 100), 6.875rem);
}
@media (min-width: 64rem) {
  .main .section.slider .wrapper {
    padding-bottom: 12.5rem;
  }
}
.main .section.slider .wrapper .slider-inicio-content {
  margin: 0;
}
@media (min-width: 64rem) {
  .main .section.slider .wrapper .slider-inicio-content {
    width: calc(50% + 1.875rem);
  }
}
.main .section.slider .wrapper .slider-inicio-content .slick-list {
  overflow: unset !important;
}
.main .section.slider .wrapper .slider-inicio-content .slide .text {
  color: #7F2E2E;
  line-height: 1.8;
}
.main .section.slider .wrapper .slider-inicio-content .slick-dots {
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-top: min(1.875rem + 0.625 * ((100vw - 20rem) / 100), 2.5rem);
}
.main .section.slider .wrapper .slider-inicio-content .slick-dots li button {
  width: min(1.875rem + 1.25 * ((100vw - 20rem) / 100), 3.125rem);
  height: 4px;
  background: #FFFFFF;
  text-indent: -99999px;
  border-radius: 7px;
}
.main .section.slider .wrapper .slider-inicio-content .slick-dots li.slick-active button {
  background: #D1D1D1;
}
.main .section.blocos {
  padding: 0;
}
@media (min-width: 64rem) {
  .main .section.blocos {
    margin-top: -7.5rem;
  }
}
.main .section.blocos .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 37.5rem) {
  .main .section.blocos .wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64rem) {
  .main .section.blocos .wrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.main .section.blocos .wrapper .card {
  padding: 1.25rem;
  background: #FFFFFF;
  border-radius: 0.625rem;
  box-shadow: 0 4px min(0.625rem + 0.625 * ((100vw - 20rem) / 100), 1.25rem) rgba(35, 26, 77, 0.16);
}
.main .section.blocos .wrapper .card .icone {
  display: block;
  height: 1.625rem;
  margin-bottom: 0.9375rem;
}
.main .section.blocos .wrapper .card .icone img {
  width: auto;
  height: 100%;
}
.main .section.blocos .wrapper .card .h4,
.main .section.blocos .wrapper .card .h5 {
  color: #000000;
}
.main .section.blocos .wrapper .card .h4 {
  font-size: min(1rem + 0.125 * ((100vw - 20rem) / 100), 1.125rem);
  font-weight: 800;
}
.main .section.blocos .wrapper .card .h5 {
  margin-top: -5px;
  font-size: min(0.875rem + 0.125 * ((100vw - 20rem) / 100), 1rem);
  font-weight: 500;
}
.main .section.numeros .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
}
@media (min-width: 48rem) {
  .main .section.numeros .wrapper {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }
}
@media (min-width: 64rem) {
  .main .section.numeros .wrapper {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }
}
.main .section.numeros .wrapper .box {
  color: #CC4949;
  text-align: center;
}
.main .section.numeros .wrapper .box .numero {
  display: block;
  font-size: min(1.875rem + 1.25 * ((100vw - 20rem) / 100), 3.125rem);
  font-weight: 800;
}
.main .section.numeros .wrapper .box .descricao {
  display: block;
  font-size: min(1.0625rem + 0.5 * ((100vw - 20rem) / 100), 1.5625rem);
}
.main .section.solucoes {
  padding-top: 0;
  background: #E0E0E0;
  overflow: hidden;
}
.main .section.solucoes .decoration {
  position: absolute;
  left: 0;
}
.main .section.solucoes .decoration.top {
  display: none;
  top: 0;
  background: #F5F5F5;
}
.main .section.solucoes .decoration.middle {
  display: none;
  top: min(50% - 8.5625rem);
  background: #FFFFFF;
}
.main .section.solucoes .decoration.top, .main .section.solucoes .decoration.middle {
  display: none;
  height: min(50% - 8.5625rem);
}
@media (min-width: 64rem) {
  .main .section.solucoes .decoration.top, .main .section.solucoes .decoration.middle {
    display: block;
    width: min(19.375rem + 1.875 * ((100vw - 64rem) / 11), 21.25rem);
  }
}
@media (min-width: 75rem) {
  .main .section.solucoes .decoration.top, .main .section.solucoes .decoration.middle {
    width: min(21.25rem + 8.4375 * ((100vw - 75rem) / 15), 29.6875rem);
  }
}
@media (min-width: 90rem) {
  .main .section.solucoes .decoration.top, .main .section.solucoes .decoration.middle {
    width: min(29.6875rem + 16.25 * ((100vw - 90rem) / 30), 45.9375rem);
  }
}
.main .section.solucoes .decoration.bottom {
  display: none;
}
@media (min-width: 64rem) {
  .main .section.solucoes .decoration.bottom {
    display: block;
    bottom: 0;
    width: 100%;
    height: 17.125rem;
    background: #7F2E2E;
  }
}
.main .section.solucoes .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 64rem) {
  .main .section.solucoes .wrapper {
    -ms-grid-columns: min(18.125rem + 2.5 * ((100vw - 64rem) / 56), 20.625rem) 1fr;
    grid-template-columns: min(18.125rem + 2.5 * ((100vw - 64rem) / 56), 20.625rem) 1fr;
  }
}
.main .section.solucoes .wrapper .left {
  position: relative;
  padding: min(1.5625rem + 1.5625 * ((100vw - 20rem) / 100), 3.125rem) 0;
}
@media (min-width: 64rem) {
  .main .section.solucoes .wrapper .left {
    padding-right: 1.5625rem;
  }
}
.main .section.solucoes .wrapper .left:before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(-2.5rem, -1.25rem + -1.25 * ((100vw - 20rem) / 100), -1.25rem);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #FFFFFF;
}
@media (min-width: 64rem) {
  .main .section.solucoes .wrapper .left:before {
    display: none;
  }
}
.main .section.solucoes .wrapper .right {
  padding: min(1.5625rem + 1.5625 * ((100vw - 20rem) / 100), 3.125rem) 0;
  color: #7F2E2E;
  line-height: 1.6;
}
@media (min-width: 64rem) {
  .main .section.solucoes .wrapper .right {
    padding-left: 1.5625rem;
  }
}
.main .section.solucoes .posts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: min(1.25rem + 3.75 * ((100vw - 20rem) / 100), 5rem) min(1rem + 0.5 * ((100vw - 20rem) / 100), 1.5rem);
  padding-bottom: min(1.875rem + 1.875 * ((100vw - 20rem) / 100), 3.75rem);
}
@media (min-width: 64rem) {
  .main .section.solucoes .posts {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.main .section.sobre {
  z-index: 2;
}
.main .section.sobre:before {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 100%;
  background: #CC4949;
}
@media (min-width: 48rem) {
  .main .section.sobre:before {
    display: block;
  }
}
.main .section.sobre .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: min(1.875rem + 1.875 * ((100vw - 20rem) / 100), 3.75rem);
}
@media (min-width: 48rem) {
  .main .section.sobre .wrapper {
    -ms-grid-columns: min(21.875rem + 6.25 * ((100vw - 64rem) / 56), 28.125rem) 1fr;
    grid-template-columns: min(21.875rem + 6.25 * ((100vw - 64rem) / 56), 28.125rem) 1fr;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.main .section.sobre .wrapper .content {
  position: relative;
}
.main .section.sobre .wrapper .content .subtit {
  display: block;
  margin-bottom: 0.9375rem;
  font-size: 0.8125rem;
  font-weight: 600;
}
.main .section.sobre .wrapper .content .title {
  color: #000000;
  font-weight: normal;
}
.main .section.sobre .wrapper .content .text {
  margin-top: 1.25rem;
  line-height: 1.6;
}
.main .section.sobre .wrapper .image {
  position: relative;
}
.main .section.sobre .wrapper .image img {
  border-radius: min(1.5625rem + 1.5625 * ((100vw - 20rem) / 100), 3.125rem);
}
.main .section.sobre .wrapper .image .video_link {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 250ms cubic-bezier(0.3, 0, 0, 1);
}
.main .section.sobre .wrapper .image .video_link img {
  width: min(3.125rem + 3.125 * ((100vw - 20rem) / 100), 6.25rem);
}
.main .section.sobre .wrapper .image .video_link:hover {
  opacity: 0.7;
}
.main .section.sobre .wrapper .image:before {
  content: "";
  position: absolute;
  right: clamp(-2.5rem, -1.25rem + -1.25 * ((100vw - 20rem) / 100), -1.25rem);
  bottom: clamp(-3.75rem, -2.5rem + -1.25 * ((100vw - 20rem) / 100), -2.5rem);
  z-index: -1;
  width: min(100% + min(2.5rem + 2.5 * ((100vw - 20rem) / 100), 5rem));
  height: 100%;
  background: #CC4949;
}
@media (min-width: 48rem) {
  .main .section.sobre .wrapper .image:before {
    display: none;
  }
}
.main .section.depoimentos {
  overflow: hidden;
}
.main .section.depoimentos .wrapper .top {
  margin-bottom: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
  text-align: center;
}
.main .section.depoimentos .wrapper .top .subtit {
  display: block;
  margin-bottom: 0.625rem;
}
.main .section.depoimentos .wrapper .top .title {
  color: #000000;
  font-weight: normal;
}
@media (min-width: 64rem) {
  .main .section.depoimentos .wrapper .slider {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.main .section.depoimentos .wrapper .slider .slider-depoimentos {
  width: 100%;
  margin: 0;
}
@media (min-width: 64rem) {
  .main .section.depoimentos .wrapper .slider .slider-depoimentos {
    width: min(100% - min(8.5rem + 1.25 * ((100vw - 20rem) / 100), 9.75rem));
  }
}
.main .section.depoimentos .wrapper .slider .slider-depoimentos .slick-list {
  overflow: unset !important;
}
.main .section.depoimentos .wrapper .slider .slider-depoimentos .slide {
  position: relative;
}
.main .section.depoimentos .wrapper .slider .slider-depoimentos .slide .slide-in {
  position: relative;
  z-index: 2;
  padding: 0 min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem) min(1.875rem + 1.25 * ((100vw - 20rem) / 100), 3.125rem);
  text-align: center;
}
.main .section.depoimentos .wrapper .slider .slider-depoimentos .slide .slide-in .foto {
  width: min(3.75rem + 1.25 * ((100vw - 20rem) / 100), 5rem);
  height: min(3.75rem + 1.25 * ((100vw - 20rem) / 100), 5rem);
  margin: 0 auto min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
  background: #7F2E2E;
  border-radius: 50%;
  overflow: hidden;
}
.main .section.depoimentos .wrapper .slider .slider-depoimentos .slide .slide-in .foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.main .section.depoimentos .wrapper .slider .slider-depoimentos .slide .slide-in .depoimento {
  max-width: 37.5rem;
  margin: 0 auto 1.5625rem;
  line-height: 1.6;
}
.main .section.depoimentos .wrapper .slider .slider-depoimentos .slide .slide-in .title,
.main .section.depoimentos .wrapper .slider .slider-depoimentos .slide .slide-in .empresa {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
.main .section.depoimentos .wrapper .slider .slider-depoimentos .slide::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 94%;
  height: min(100% - min(1.625rem + 0.625 * ((100vw - 20rem) / 100), 2.25rem));
  margin: 0 auto;
  background: #7F2E2E;
  border-radius: min(0.75rem + 0.5 * ((100vw - 20rem) / 100), 1.25rem);
}
.main .section.depoimentos .wrapper .slider .slider-depoimentos .slide::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: min(100% - min(1.875rem + 0.625 * ((100vw - 20rem) / 100), 2.5rem));
  background: #FFFFFF;
  border-radius: min(0.75rem + 0.5 * ((100vw - 20rem) / 100), 1.25rem);
  box-shadow: 0 min(0.1875rem + 0.1875 * ((100vw - 20rem) / 100), 6px) min(0.3125rem + 0.3125 * ((100vw - 20rem) / 100), 0.625rem) rgba(0, 0, 0, 0.2);
}
.main .section.depoimentos .wrapper .slider .slider-depoimentos .slick-dots {
  margin-top: min(1.875rem + 0.625 * ((100vw - 20rem) / 100), 2.5rem);
}
.main .section.depoimentos .wrapper .slider .slider-depoimentos .slick-dots li button {
  width: 0.875rem;
  height: 0.875rem;
  text-indent: -99999px;
  border: 1px solid #7F2E2E;
  border-radius: 7px;
}
.main .section.depoimentos .wrapper .slider .slider-depoimentos .slick-dots li.slick-active button {
  width: 1.75rem;
  background: #7F2E2E;
}
.main .section.depoimentos .wrapper .slider .prev,
.main .section.depoimentos .wrapper .slider .next {
  display: none;
}
@media (min-width: 64rem) {
  .main .section.depoimentos .wrapper .slider .prev,
.main .section.depoimentos .wrapper .slider .next {
    display: block;
  }
}
.main .section.noticias {
  padding: 0;
}
.main .section.noticias .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 0;
}
@media (min-width: 64rem) {
  .main .section.noticias .wrapper {
    -ms-grid-columns: 23.125rem 1fr;
    grid-template-columns: 23.125rem 1fr;
  }
}
.main .section.noticias .wrapper .left {
  position: relative;
  z-index: 1;
  padding: min(2.5rem + 1.25 * ((100vw - 20rem) / 100), 3.75rem) min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
}
@media (min-width: 64rem) {
  .main .section.noticias .wrapper .left {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.main .section.noticias .wrapper .left .box {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
.main .section.noticias .wrapper .left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: min(100% + 3.75rem);
  background: #7F2E2E;
}
@media (min-width: 64rem) {
  .main .section.noticias .wrapper .left::before {
    height: 100%;
  }
}
.main .section.noticias .wrapper .posts {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding: 0 min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem) min(2.5rem + 1.25 * ((100vw - 20rem) / 100), 3.75rem);
}
@media (min-width: 48rem) {
  .main .section.noticias .wrapper .posts {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: min(2.5rem + 1.25 * ((100vw - 20rem) / 100), 3.75rem) min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
  }
}