@media (max-width: 767px) {
  .solucoes h2 {
    text-wrap: balance;
  }
}
.solucoes .shadow {
  filter: drop-shadow(1px 2px 10px rgba(0, 0, 0, 0.2));
}
.solucoes .z-index-2 {
  z-index: 2;
}
.solucoes .box-top-dots {
  position: relative;
  height: calc(100% - 60px);
  margin-top: 60px;
}
.solucoes .box-top-dots::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 24px);
  background: var(--white-color);
  top: -24px;
  left: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .solucoes .box-top-dots::after {
    display: none;
  }
}
.solucoes .col-12:has(.box-top-dots):last-child .box-top-dots::after {
  display: none;
}
.solucoes__temperaturas__float-right {
  position: absolute;
  right: -180px;
  top: 40px;
}
@media (max-width: 991px) {
  .solucoes__temperaturas__float-right {
    position: static;
    float: left;
    margin-left: -40px;
    margin-top: 30px;
  }
}
.solucoes__estabilidade__img {
  transform: translateY(-40%);
  margin-bottom: -3.5em;
}
.solucoes__estabilidade__wrap {
  position: relative;
  bottom: -50px;
}
.solucoes__estabilidade__icone img {
  transform: scale(3) translateY(10px);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .solucoes__estabilidade__icone img {
    transform: scale(2) translateY(10px);
  }
}
@media (max-width: 767px) {
  .solucoes__estabilidade__icone img {
    transform: none;
    margin: -20px 0;
    position: relative;
  }
}
.solucoes__estabilidade__item {
  padding: 18px 15px;
  margin-bottom: var(--g1);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .solucoes__estabilidade__item {
    min-height: 80px;
  }
}
.solucoes__mapa__box {
  max-width: 166px;
  position: absolute;
  bottom: 18%;
  left: 12%;
}
@media (max-width: 767px) {
  .solucoes__mapa__box {
    max-width: 130px;
    bottom: 0;
    left: 15px;
  }
}
.solucoes__farmaceutica__box {
  padding: 0 60px 60px;
}
.solucoes__farmaceutica__box img {
  margin-top: -75px;
}
@media (max-width: 991px) {
  .solucoes__farmaceutica__box img {
    max-width: 120px;
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .solucoes__farmaceutica__box {
    padding: 0 20px 30px;
  }
  .solucoes__farmaceutica__box img {
    max-width: 90px;
    margin-top: -40px;
  }
}
.solucoes .box-blur__icone-top--left {
  position: absolute;
  transform: translateY(-15%) translateX(462%);
}
.solucoes .botoes-solucoes__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #778D9A;
  border-radius: 100px 0px 40px 100px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}
.solucoes .botoes-solucoes__item:hover, .solucoes .botoes-solucoes__item.active {
  background: var(--white-color);
}
.solucoes .botoes-solucoes__item:hover .botoes-solucoes__texto, .solucoes .botoes-solucoes__item.active .botoes-solucoes__texto {
  color: var(--primary-color);
}
.solucoes .botoes-solucoes__item:hover .botoes-solucoes__arrow, .solucoes .botoes-solucoes__item.active .botoes-solucoes__arrow {
  background: var(--secondary-color);
}
.solucoes .botoes-solucoes__item:hover .botoes-solucoes__icone, .solucoes .botoes-solucoes__item.active .botoes-solucoes__icone {
  background: var(--secondary-color);
}
.solucoes .botoes-solucoes__item:hover .botoes-solucoes__icone img, .solucoes .botoes-solucoes__item.active .botoes-solucoes__icone img {
  filter: brightness(0) invert(1);
}
@media (max-width: 576px) {
  .solucoes .botoes-solucoes__item {
    padding: 12px 10px;
  }
}
.solucoes .botoes-solucoes__icone {
  width: 57px;
  aspect-ratio: 1;
  background: rgba(253, 255, 255, 0.09);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(253, 255, 255, 0.5);
  position: absolute;
  left: -20px;
  border-radius: 50%;
  padding: 12px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .solucoes .botoes-solucoes__icone {
    left: -10px;
  }
}
.solucoes .botoes-solucoes__texto {
  margin-left: 37px;
  color: var(--white-color);
  text-align: left;
  text-transform: uppercase;
  font-size: var(--text-small);
  font-weight: bold;
}
@media (max-width: 991px) {
  .solucoes .botoes-solucoes__texto {
    font-size: var(--text-xx-small);
  }
}
@media (max-width: 576px) {
  .solucoes .botoes-solucoes__texto {
    margin-left: 47px;
  }
}
.solucoes .botoes-solucoes__arrow {
  margin-left: auto;
  min-width: 25px;
  -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;
  -webkit-mask-image: var(--arrow-right-top);
  mask-image: var(--arrow-right-top);
  background-color: #778D9A;
  width: 25px;
}
.solucoes .operacional img {
  width: 100%;
}
.solucoes .img-full-right {
  position: relative;
  z-index: 2;
  width: 57.5vw;
}
@media (max-width: 992px) {
  .solucoes .img-full-right {
    width: 100%;
  }
}
.solucoes .img-full-right img {
  width: 100%;
  border-radius: 15px 0px 0px 15px;
}
.solucoes .img-full-left {
  position: relative;
  z-index: 2;
  float: right;
  width: 57.5vw;
}
@media (max-width: 992px) {
  .solucoes .img-full-left {
    width: 100%;
  }
}
.solucoes .img-full-left img {
  width: 100%;
  border-radius: 0px 15px 15px 0px;
}
.solucoes__redestribuicao {
  position: relative;
}
.solucoes__redestribuicao::after {
  content: "";
  -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;
  -webkit-mask-image: url("../../../../images/templog-redestribuicao-asset.png");
  mask-image: url("../../../../images/templog-redestribuicao-asset.png");
  width: 1024px;
  background: #D6D7D8;
  position: absolute;
  right: 0;
  -webkit-mask-position: right;
  mask-position: right;
  bottom: 90%;
  z-index: 0;
}
.solucoes__redestribuicao__mapa {
  position: relative;
  z-index: -1;
}
.solucoes__redestribuicao__mapa::after {
  content: "";
  background: var(--tertiary-gradient);
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
}
.solucoes__embarques {
  position: relative;
  background-image: url("../../../../images/templog-mapa-brasil.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: center;
  min-height: 782px;
  background-position-y: 20px;
}
.solucoes__embarques__icones {
  min-width: 210px;
}
@media (max-width: 991px) {
  .solucoes__embarques__icones {
    min-width: 140%;
    position: relative;
    left: -15%;
    z-index: 1;
  }
  .solucoes__embarques__icones img {
    margin: 0 auto;
  }
}
.solucoes__controle-termico--barra {
  position: relative;
  height: 52px;
  margin: 30px 0 0;
}
.solucoes__controle-termico--barra .wp-block-spacer {
  border-radius: 100px;
}
.solucoes__controle-termico--barra figure {
  position: absolute;
  left: 60px;
  top: -20px;
}
.solucoes__logistica-reversa .info-card {
  padding: 8px 16px;
}
.solucoes__logistica-reversa .info-card img {
  min-width: 14px;
}
.solucoes__experiencia__icone {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -55%);
}
.solucoes__refrigeracao__cards {
  border: 1px solid #b9b9b9;
  border-radius: 8px 8px 30px 8px;
  padding-top: 1.37em;
  padding-bottom: 1.37em;
  padding-right: 1.37em;
  width: fit-content;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .solucoes__refrigeracao__cards {
    margin-left: 40px;
  }
}
.solucoes__refrigeracao__cards figure {
  position: absolute;
  transform: translate(-47%, -40%);
}
.solucoes__refrigeracao__estrutura {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.solucoes__refrigeracao__estrutura__card {
  background: #fff;
  border: 1px solid #b9b9b9;
  width: 380px;
  padding: 1.37em;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.solucoes__refrigeracao__estrutura__card p {
  margin: 0;
}
.solucoes__refrigeracao__estrutura__card:first-child {
  border-radius: 8px 8px 30px 8px;
}
.solucoes__refrigeracao__estrutura__card:last-child {
  border-radius: 8px 8px 8px 30px;
}
.solucoes__refrigeracao__estrutura__icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -35%);
  display: flex;
  z-index: 2;
  pointer-events: none;
}
.solucoes__refrigeracao__estrutura__icon img {
  width: 110px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .solucoes__refrigeracao__estrutura {
    margin-top: 20px;
    flex-direction: column;
    gap: 0px;
  }
  .solucoes__refrigeracao__estrutura__icon {
    position: static;
    transform: scale(1.2);
    margin: 10px 0;
  }
}
.solucoes__gestao .box-top-dots::after {
  background: var(--primary-color);
}
@media (max-width: 992px) {
  .solucoes__processos {
    padding-top: 40px;
  }
}
.solucoes__processos__img {
  position: relative;
  top: -20px;
}
.solucoes__processos__img__mobile {
  display: none;
}
@media (max-width: 992px) {
  .solucoes__processos__img__mobile {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .solucoes__processos__img {
    display: none;
  }
}
@media (max-width: 992px) {
  .solucoes__processos h2 {
    text-align: center !important;
  }
  .solucoes__processos p {
    text-align: center !important;
  }
  .solucoes__processos .wp-bootstrap-blocks-row .row.justify-content-end {
    justify-content: center !important;
  }
}
.solucoes__conformidades .img-full img {
  width: 100%;
}
@media (min-width: 768px) {
  .solucoes__conformidades .col-md-2 {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
.solucoes__conformidades__cards {
  position: relative;
  padding: 40px 16px 36px;
  border: 1px solid #B9B9B9;
  border-radius: 10px;
  height: 100%;
  text-align: center;
  text-wrap: balance;
  display: flex;
  align-items: center;
}
.solucoes__conformidades__cards img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solucoes__conformidades__cards-seta {
  position: relative;
  padding: 24px 16px;
  text-align: center;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .solucoes__conformidades__cards-seta {
    margin-top: 10px;
  }
}
.solucoes__conformidades__cards-seta::before {
  content: url("../../../../images/icon-seta-templog.png");
  position: absolute;
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  z-index: 2;
}
@media (max-width: 767px) {
  .solucoes__conformidades__cards-seta::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .solucoes__conformidades .col-12:has(.solucoes__conformidades__cards-seta):first-child .solucoes__conformidades__cards-seta::before {
    display: none;
  }
}
.solucoes .img-full-right2 {
  position: relative;
  z-index: 2;
  width: 49.5vw;
}
@media (max-width: 992px) {
  .solucoes .img-full-right2 {
    width: 100%;
  }
}
.solucoes .img-full-right2 img {
  width: 100%;
  border-radius: 15px 0px 0px 15px;
}
.solucoes .img-full-left {
  position: relative;
  z-index: 2;
  float: right;
  width: 57.5vw;
}
@media (max-width: 992px) {
  .solucoes .img-full-left {
    width: 100%;
  }
}
.solucoes .img-full-left img {
  width: 100%;
  border-radius: 0px 15px 15px 0px;
}
.solucoes__nacionalizacao {
  position: relative;
}
@media (min-width: 992px) {
  .solucoes__nacionalizacao__full-img {
    min-width: 110%;
    position: relative;
    left: -5%;
  }
}
.solucoes__nacionalizacao__wrapper::after {
  content: "";
  position: absolute;
  width: 110%;
  left: -5%;
  background: #112A38;
  height: 100%;
  top: 0;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .solucoes__filial__vantagens .box-top-dots p {
    font-size: var(--text-small);
  }
}
@media (min-width: 768px) {
  .solucoes__filial__vantagens .col-md-2 {
    width: 20%;
  }
}

#intro {
  scroll-margin-top: 150px;
}

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