.home__int-op {
  position: relative;
}
@media (min-width: 1400px) {
  .home__int-op {
    padding-bottom: 200px !important;
  }
}
.home__int-op .container {
  position: relative;
  z-index: 2;
}
.home__int-op__circle {
  padding: 60px 0 120px;
  position: relative;
}
@media (max-width: 767px) {
  .home__int-op__circle {
    padding: var(--g4) var(--g2);
  }
}
.home__int-op__circle p, .home__int-op__circle h2 {
  position: relative;
  z-index: 2;
}
.home__int-op__circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(253, 255, 255, 0.09);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(253, 255, 255, 0.5);
  border-radius: 50%;
  width: unset;
  left: -120px;
  aspect-ratio: 1;
  display: none;
}
@media (max-width: 767px) {
  .home__int-op__circle:before {
    border-radius: 20px;
    left: 0;
    width: 100%;
    aspect-ratio: unset;
  }
}
.home__int-op__line {
  position: absolute;
  bottom: -19px;
}
@media (min-width: 1400px) {
  .home__int-op__line {
    bottom: -150px;
  }
}
.home__solucoes {
  margin-top: 40px;
}
.home__solucoes__item {
  display: grid;
}
.home__solucoes__item__topo {
  height: 290px;
  display: grid;
  grid-template-rows: 60px 60px;
  align-items: center;
  align-content: center;
  position: relative;
}
@media (max-width: 1200px) {
  .home__solucoes__item__topo {
    grid-template-rows: 50px 45px;
  }
}
@media (max-width: 767px) {
  .home__solucoes__item__topo {
    height: auto;
  }
}
.home__solucoes__item__topo img {
  max-width: 60px;
  margin: 0 auto 10px;
}
@media (max-width: 1200px) {
  .home__solucoes__item__topo img {
    max-width: 50px;
  }
}
.home__solucoes__item__topo h3 {
  font-weight: 700;
  font-size: var(--title-x-small);
  text-align: center;
  text-transform: uppercase;
  max-width: 260px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .home__solucoes__item__topo h3 {
    font-size: var(--text-large);
    max-width: 240px;
  }
}
.home__solucoes__item:first-child .home__solucoes__item__topo::before, .home__solucoes__item:last-child .home__solucoes__item__topo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FFF;
  width: 20px;
  aspect-ratio: 1;
  display: inline-block;
  width: 200%;
  height: 290px;
}
@media (max-width: 767px) {
  .home__solucoes__item:first-child .home__solucoes__item__topo::before, .home__solucoes__item:last-child .home__solucoes__item__topo::before {
    display: none;
  }
}
.home__solucoes__item:first-child .home__solucoes__item__topo::before {
  -webkit-mask-image: var(--asset-solucao);
  mask-image: var(--asset-solucao);
  background: linear-gradient(79.47deg, #2D607B 24.31%, #87BAD8 93.96%);
}
.home__solucoes__item:last-child .home__solucoes__item__topo::before {
  -webkit-mask-image: var(--asset-solucao-2);
  mask-image: var(--asset-solucao-2);
  left: unset;
  right: 0;
  background: linear-gradient(87.04deg, #86B9D7 8.71%, #EF4F54 82.43%);
}
.home__solucoes__item__text {
  margin-top: var(--g2);
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
  gap: var(--g3);
  align-content: flex-end;
}
@media (max-width: 767px) {
  .home__solucoes__item__text {
    gap: var(--g2);
  }
}
.home__solucoes__item__text p {
  text-align: center;
  line-height: 1.25;
}
.home__solucoes__item__text .bt {
  font-size: var(--text-xx-small);
  width: 100%;
}
@media (max-width: 767px) {
  .home__solucoes__item__text .bt {
    width: fit-content;
    margin: 0 auto;
  }
}
.home__saude {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home__saude .col-md-2 {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .home__saude {
    padding-bottom: 3.75em;
  }
}
.home__saude__item {
  width: 164px;
  aspect-ratio: 1;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin: 0 auto -100px;
}
@media (max-width: 991px) {
  .home__saude__item {
    width: 140px;
  }
  .home__saude__item p {
    font-size: var(--text-small);
  }
}
@media (max-width: 767px) {
  .home__saude__item {
    margin-bottom: 0;
  }
}
.home__saude__item img {
  position: absolute;
  top: -20px;
  left: calc(50% - 31px);
  max-width: 62px;
}
@media (max-width: 991px) {
  .home__saude__item img {
    max-width: 50px;
    left: calc(50% - 25px);
  }
}
@media (max-width: 576px) {
  .home__saude__item img {
    max-width: 40px;
    left: calc(50% - 20px);
  }
}
.home__responsabilidade {
  padding-top: 220px;
}
@media (max-width: 767px) {
  .home__responsabilidade {
    padding-top: 60px;
  }
  .home__responsabilidade__img img {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: var(--radius);
    overflow: hidden;
    object-fit: cover;
  }
}
.home__responsabilidade__item img {
  min-width: 38px;
  margin-right: 10px;
}

/*# sourceMappingURL=home.css.map */
