/* SOBRE
-------------------------------------------------- */
@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 {
  overflow: hidden;
}
.main .section.topo {
  z-index: 1;
  background: #F5F5F5;
}
.main .section.topo .wrapper {
  text-align: center;
}
.main .section.topo .wrapper .text {
  max-width: 35rem;
  margin: 0 auto;
  color: #7F2E2E;
  line-height: 1.8;
}
.main .section.solucoes {
  z-index: 2;
  padding-top: 0;
}
.main .section.solucoes:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.375rem;
  background: #F5F5F5;
}
.main .section.solucoes .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: min(1.25rem + 0.625 * ((100vw - 20rem) / 100), 1.875rem);
}
@media (min-width: 48rem) {
  .main .section.solucoes .wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.main .section.solucoes .wrapper .card {
  padding: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
  background: #FFFFFF;
  border-radius: 0.625rem;
  box-shadow: 0 4px min(0.9375rem + 0.9375 * ((100vw - 20rem) / 100), 1.875rem) rgba(35, 26, 77, 0.16);
}
.main .section.solucoes .wrapper .card .icone {
  display: block;
  height: 1.625rem;
  margin-bottom: 0.9375rem;
}
.main .section.solucoes .wrapper .card .icone img {
  width: auto;
  height: 100%;
}
.main .section.solucoes .wrapper .card .h4,
.main .section.solucoes .wrapper .card .h5 {
  color: #000000;
}
.main .section.solucoes .wrapper .card .h5 {
  margin-top: -5px;
}
.main .section.sobre-solucoes {
  z-index: 1;
}
.main .section.sobre-solucoes:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 12.5rem;
  background: #CC4949;
}
.main .section.sobre-solucoes:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
}
@media (min-width: 48rem) {
  .main .section.sobre-solucoes:after {
    width: 64%;
    height: calc(100% + 6.25rem);
  }
}
.main .section.sobre-solucoes .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-solucoes .wrapper {
    -ms-grid-columns: 27.25rem 1fr;
    grid-template-columns: 27.25rem 1fr;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.main .section.sobre-solucoes .wrapper .image img {
  border-radius: 0.625rem;
  box-shadow: 0 4px min(0.9375rem + 0.9375 * ((100vw - 20rem) / 100), 1.875rem) rgba(35, 26, 77, 0.16);
}
.main .section.sobre-solucoes .wrapper .content {
  position: relative;
}
.main .section.sobre-solucoes .wrapper .content .bg-tit {
  position: absolute;
  top: clamp(-1.875rem, -0.9375rem + -0.9375 * ((100vw - 20rem) / 100), -0.9375rem);
  left: 0;
  z-index: -1;
  color: rgba(94, 98, 108, 0.05);
  font-size: min(3.125rem + 5 * ((100vw - 20rem) / 100), 8.125rem);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.main .section.sobre-solucoes .wrapper .content .h1 {
  margin-bottom: 0.625rem;
}
.main .section.sobre-solucoes .wrapper .content .h6 {
  color: #000000;
}
.main .section.sobre-solucoes .wrapper .content .text {
  margin-top: 1.25rem;
  color: #7F2E2E;
}
.main .section.sobre {
  z-index: 2;
}
.main .section.sobre:before {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: calc(100% + 2.5rem);
  background: #7F2E2E;
}
@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;
  color: #9CA5B1;
  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: #7F2E2E;
}
@media (min-width: 48rem) {
  .main .section.sobre .wrapper .image:before {
    display: none;
  }
}