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

/* RATIO MIXIN
-------------------------------------------------- */
.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 .header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 64rem) {
  .main .section.solucoes .header {
    -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;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.main .section.solucoes .header .left {
  position: relative;
  padding: min(1.5625rem + 1.5625 * ((100vw - 20rem) / 100), 3.125rem) 0;
}
@media (min-width: 64rem) {
  .main .section.solucoes .header .left {
    padding-right: 1.5625rem;
  }
}
.main .section.solucoes .header .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 .header .left:before {
    display: none;
  }
}
.main .section.solucoes .header .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 .header .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.nossas-solucoes {
  overflow: hidden;
}
.main .section.nossas-solucoes .wrapper .title {
  margin-bottom: min(1.25rem + 0.625 * ((100vw - 20rem) / 100), 1.875rem);
  font-size: min(1.375rem + 0.5 * ((100vw - 20rem) / 100), 1.875rem);
  text-align: center;
}
.main .section.nossas-solucoes .wrapper .slider-solucoes {
  max-width: 40.625rem;
  margin: 0 auto;
}
.main .section.nossas-solucoes .wrapper .slider-solucoes .slick-list {
  overflow: unset !important;
}
.main .section.nossas-solucoes .wrapper .slider-solucoes .solucao .box {
  position: relative;
  padding: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
  background: #FFFFFF;
  text-align: center;
  border-radius: min(0.75rem + 0.5 * ((100vw - 20rem) / 100), 1.25rem);
  box-shadow: min(0.3125rem + 0.3125 * ((100vw - 20rem) / 100), 0.625rem) min(0.3125rem + 0.3125 * ((100vw - 20rem) / 100), 0.625rem) min(0.9375rem + 0.9375 * ((100vw - 20rem) / 100), 1.875rem) rgba(0, 0, 0, 0.2);
}
.main .section.nossas-solucoes .wrapper .slider-solucoes .solucao .box .icone {
  margin-bottom: min(0.9375rem + 0.625 * ((100vw - 20rem) / 100), 1.5625rem);
}
.main .section.nossas-solucoes .wrapper .slider-solucoes .solucao .box .icone img {
  max-width: min(3.75rem + 2.5 * ((100vw - 20rem) / 100), 6.25rem);
  margin: 0 auto;
}
.main .section.nossas-solucoes .wrapper .slider-solucoes .solucao .box .title {
  color: #000000;
  font-size: min(1.375rem + 0.875 * ((100vw - 20rem) / 100), 2.25rem);
}
.main .section.nossas-solucoes .wrapper .slider-solucoes .solucao .box::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  z-index: -1;
  width: 92%;
  height: 100%;
  margin: 0 auto;
  background: #7F2E2E;
  border-radius: min(0.75rem + 0.5 * ((100vw - 20rem) / 100), 1.25rem);
}
.main .section.nossas-solucoes .wrapper .slider-solucoes .slick-dots {
  margin-top: min(1.875rem + 0.625 * ((100vw - 20rem) / 100), 2.5rem);
}
.main .section.nossas-solucoes .wrapper .slider-solucoes .slick-dots li button {
  width: 0.875rem;
  height: 0.875rem;
  text-indent: -99999px;
  border: 1px solid #7F2E2E;
  border-radius: 7px;
}
.main .section.nossas-solucoes .wrapper .slider-solucoes .slick-dots li.slick-active button {
  width: 1.75rem;
  background: #7F2E2E;
}