:root {
  --primary: #25725a;
  --secondary: #e1e1e1;
  --text: #2c2a2a;

  --grey-100: #fbf9f9fa;
}

.container-xl {
  @media (max-width: 1200px) and (min-width: 900px) {
    max-width: 90vw;
  }
}

ul.text-dark {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

p {
  color: #444;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  /* 157.143% */
}

.bgGray {
  background-color: #f0f6fb !important;
}

.btn {
  display: inline-flex;
  border-radius: 3.125rem !important;
  background: var(--primary) !important;
  padding: 0.1875rem 3.1875rem;
  align-items: center;
  gap: 0.625rem;

  display: flex;
  justify-content: center;
}

.btn-saiba-mais {
  background-color: var(--primary);
  color: white;
  padding: 1rem;
  border-radius: 1rem;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s;
  text-align: center;
  font-size: 1.125rem;

  &:hover {
    background-color: #000;
    color: white;
    text-decoration: none !important;
  }
}

.title {
  font-weight: 400;
  font-size: 42px;
  line-height: 50px;
  color: var(--secondary);
}

.whats-flutuante {
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 9;
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 3rem;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;

  /* animation: pulse 1s infinite;] */
  i {
    margin-top: 0.8rem;
  }
}

.maps-flutuante {
  position: fixed;
  bottom: 46px;
  right: 85px;
  z-index: 9;
}

.sticky-header-active {
  .header-logo {
    img {
      /* width: 116px;
      height: 50px !important;
      object-fit: contain; */
    }
  }

  .btn {
    margin-bottom: 0.5rem;
  }

  .nav {
    li {
      margin-bottom: 0.5rem;
    }
  }
}

.w-35 {
  max-width: 35%;

  @media (max-width: 768px) {
    max-width: 90% !important;
  }
}

.btn {
  padding: 14px 20px;
  font-size: 14px;
  border-bottom: 0;
  border-radius: 8px;
}

#header {
  .nav-link {
    transition: all .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  }

  @media (max-width: 768px) {
    height: 100px !important;
  }

  @media (max-width: 1200px) {
    .header-nav-main nav>ul>li {
      height: 50px;
      align-self: center;
      margin-left: 0rem;
    }
  }

  .header-nav-main nav>ul>li>a {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-weight: 600 !important;
    border-radius: 1rem !important;

    &.active,
    &:hover {
      background: var(--primary) !important;
      color: #fff !important;
      border-radius: 1rem !important;
    }

    @media (min-width: 992px) {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
  }

  .nav {
    margin-right: 1rem;
  }

  .dropdown-toggle {
    i {
      color: var(--primary) !important;
      margin-left: 5px;

      @media (max-width: 768px) {
        display: none !important;
      }
    }

    &.current-page-active,
    &:hover {
      i {
        color: #fff !important;
      }
    }
  }

  .header-nav-top {
    .nav-link {
      font-weight: 500;
      font-size: 14px;
      color: #2c343a !important;
      border-right: 1px solid #00000014;
      padding-right: 45px !important;
    }

    .nav-item:not(:first-child) {
      margin-left: 15px;
    }

    .nav-item:last-child .nav-link {
      border-right: none;
    }
  }

  .header-social-icons {
    li {
      border-right: 1px solid #00000014;
      border-radius: 0 !important;
      padding-right: 10px;

      &:hover {
        a {
          background: transparent !important;
          color: var(--primary) !important;
        }
      }
    }

    li:last-child {
      border-right: none;
    }
  }

  .header-top {
    background: var(--primary);
    border-bottom: 1px solid var(--primary) !important;

    .header-nav-top {
      .nav-link {
        border-right: 1px solid #ffffff14;
        color: #fff !important;

        font-size: 1rem;
        font-weight: bold;
        line-height: 18px;
        /* 128.571% */
        letter-spacing: -0.5px;

        @media (max-width: 1100px) {
          font-size: 0.8rem;
        }

        svg {
          margin-right: 0.5rem;

          path {
            fill: #fff !important;
          }
        }

        &:hover {
          //color: #fff !important;
        }
      }
    }

    .header-nav-social {
      .nav {
        display: flex;
        align-items: center;
        justify-content: center;

        span {
          color: #fff;
          font-size: 14px;
          font-weight: 500;
          line-height: 18.9px;
          /* 135% */
        }

        i {
          color: #fff !important;
        }

        svg {
          path {
            fill: #fff !important;
          }
        }

        .navPhone {
          border-right: 1px solid #ffffff14;
          color: #fff !important;
          font-size: 1rem;
          font-weight: bold;
          line-height: 18px;
          letter-spacing: -0.5px;
          margin-right: 2rem;

          svg {
            margin-right: 0.5rem;
          }
        }
      }
    }

    @media (max-width: 1000px) {
      display: none;
    }
  }
}

#header a.btn.btn-primary {
  background: var(--primary) !important;
  border-color: var(--primary);
  border-radius: 50px;
  color: #fff;
  display: flex;
  gap: 5px;
}

#banner {
  @media (max-width: 768px) {
    .w-50 {
      width: 100% !important;
    }
  }

  .slide1,
  .slide2,
  .slide3 {
    border-radius: 3.75rem;
    overflow: hidden;

    .position-absolute {
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
    }
  }

  .slide1 {
    .justify-content-center {
      @media (max-width: 900px) {
        justify-content: flex-start !important;
      }
    }

    .position-absolute {
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      padding: 5rem;
    }

    .firstTitle {
      color: #40b18d;
      font-size: 3rem;
      font-weight: 600;
      line-height: 120%;
      /* 4.8rem */
      margin-bottom: 0 !important;

      @media (max-width: 900px) {
        font-size: 1rem;
      }
    }

    .secondTitle {
      color: #fff;
      font-size: 2rem;
      font-weight: 600;
      line-height: 120%;
      /* 3.6rem */
      letter-spacing: 0.36rem;
      margin-bottom: 1.44rem;
    }
  }

  .slide2 {
    .justify-content-center {
      @media (max-width: 900px) {
        justify-content: flex-start !important;
      }
    }

    .firstTitle {
      color: #40b18d;
      text-align: center;
      font-size: 2rem;
      font-weight: 300;
      line-height: 120%;
      /* 2.4rem */
      margin-top: 5.8rem;
      margin-bottom: 0 !important;

      @media (max-width: 900px) {
        font-size: 1rem;
      }
    }

    .secondTitle {
      color: #fff;
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 120%;
      /* 4.8rem */
      letter-spacing: 0.48rem;

      @media (max-width: 900px) {
        font-size: 1.5rem;
        text-align: center;
      }
    }
  }

  .slide3 {
    .align-items-start {
      @media (max-width: 900px) {
        align-items: center !important;
      }
    }

    .justify-content-center {
      @media (max-width: 900px) {
        justify-content: flex-start !important;
      }
    }

    .firstTitle {
      color: #40b18d;
      text-align: center;
      font-size: 2rem;
      font-weight: 800;
      line-height: 120%;
      /* 3.6rem */
      margin-bottom: 0 !important;

      @media (max-width: 900px) {
        font-size: 1rem;
      }
    }

    .secondTitle {
      color: #fff;
      font-size: 3rem;
      font-weight: 700;
      line-height: 120%;
      /* 7.2rem */
      letter-spacing: 0.72rem;

      @media (max-width: 900px) {
        font-size: 1.5rem;
      }
    }
  }

  .owl-dots {
    bottom: 50px;

    .active {
      span {
        background: var(--primary) !important;
      }
    }
  }

  .btn {
    border-radius: 1rem !important;
    border: 2px solid #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background: transparent !important;
    margin-top: 1.88rem;
    transition: all 0.3s;
    padding: 0.5rem 1rem;

    color: #fafafa;
    text-align: center;

    font-size: 0.875rem;
    font-weight: 600;
    line-height: 150%;

    /* 1.6875rem */
    &:hover {
      background: #fff !important;
      color: var(--primary) !important;

      path {
        stroke: var(--primary) !important;
        fill: var(--primary) !important;
      }
    }
  }
}

.section {
  .subtitle {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 1.75rem */
    color: var(--primary) !important;
  }

  .title {
    color: var(--text);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;

    /* 3.6rem */
    @media (max-width: 900px) {
      font-size: 2rem !important;
    }
  }

  p {
    color: #000;

    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.75rem */
  }
}

.card {
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.05) !important;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;

  .cardImg {
    width: 100%;

    img {
      width: 100%;
      aspect-ratio: 8/5;
      object-fit: contain;
      padding: 1rem;
    }

    &.category {
      img {
        object-fit: cover;
      }
    }
  }

  .cardTitle {
    color: var(--text);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 1.75rem */
    margin-top: 1rem;
    margin-bottom: 1rem;

    a {
      color: inherit;
    }
  }

  a:hover {
    text-decoration: none;
  }

  .cardContent {
    padding: 0 1rem 1rem 1rem;
    width: 100%;

    &.prodHome {
      .cardTitle {
        min-height: 3.5rem;
      }
    }
  }

  .cardDesc {
    color: #707070;

    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* número de linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .cardButton {
    display: flex;
    padding: 0.5625rem 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #3d3d3d;
    margin-top: 1.5rem;
    transition: background 0.3s;
    border-radius: 30px;

    &:hover {
      background: var(--primary);
      border-radius: 30px;
      color: #fff;
    }
  }
}

.vendasHome {
  @media (max-width: 900px) {
    padding-bottom: 0rem !important;
    margin-bottom: 0rem !important;
  }

  /* @media (max-width: 1100px) and (min-width: 901px) {
    .row {
      flex-direction: column;
    }
  } */
  ul {
    li {
      color: #000;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 140%;
      /* 1.75rem */
    }
  }

  .col-md-4:nth-child(3) {
    margin-top: 3rem;
  }
}

.cta {
  background: url(../img/cta.png) center !important;
  background-size: cover !important;
  border-radius: 3.75rem;
  margin: 0 1rem;
  padding: 11.56rem 15rem;

  @media (max-width: 1200px) and (min-width: 901px) {
    padding: 5rem 7rem;
  }

  @media (max-width: 900px) {
    padding: 3rem 2rem;
  }

  .custom-line {
    border-bottom-color: #fff;
  }

  .subtitle {
    color: #fff !important;
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 140%;
    /* 1.75rem */
  }

  .title {
    color: #43cea4;
    font-size: 2.5rem !important;
    font-weight: 700;
    line-height: 120%;
    /* 4.8rem */

    @media (max-width: 900px) {
      font-size: 1.5rem !important;
      margin-bottom: 1rem;
    }
  }

  h4 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 140%;
    /* 2.8rem */
    letter-spacing: 0.08rem;

    @media (max-width: 900px) {
      font-size: 1rem !important;
    }
  }

  .btn {
    border-radius: 1rem !important;
    border: 2px solid #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background: transparent !important;
    margin-top: 1.88rem;
    transition: all 0.3s;

    @media (max-width: 900px) {
      margin-top: 1rem;
    }

    span {
      color: #fafafa;
      text-align: center;

      font-size: 1.125rem;
      font-weight: 600;
      line-height: 150%;
      /* 1.6875rem */
    }

    &:hover {
      background: #fff !important;

      span {
        color: var(--primary) !important;
      }

      path {
        fill: var(--primary);
      }
    }
  }

  .parceiros {
    display: flex;
    gap: 10px;
    margin-top: 4.8rem;

    @media (max-width: 900px) {
      flex-direction: column;
      width: 100%;

      img {
        width: 100%;
      }
    }
  }
}

.ctaProd {
  background: url(../img/ctaProd.jpg) center !important;
  padding: 7.56rem 15rem;
  max-width: 1800px;
  margin: auto;

  @media (max-width: 1420px) {
    padding: 7rem 10rem;
    background-size: cover !important;
  }

  @media (max-width: 1200px) {
    padding: 3rem 5rem;
  }
}

.parceirosSlider {
  span {
    color: #058c73;
    text-align: center;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125rem;
    /* 128.571% */
  }
}

.sobreHome {
  .header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
  }

  .text-area {
    max-width: 550px;

    @media (max-width: 880px) {
      max-width: 100%;
    }
  }

  /* Seção Inferior: Imagem de Fundo e Rádio sobreposto */
  .visual-section {
    position: relative;
    width: 100%;
    height: 400px;
  }

  .bg-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    /* Bordas arredondadas do container */
    filter: brightness(0.9);
  }

  .radio-image {
    position: absolute;
    right: 0;
    bottom: 25px;
    height: 580px;
    /* Faz a imagem do rádio "sair" para cima */
    z-index: 1;
    pointer-events: none;

    @media (max-width: 1200px) and (min-width: 901px) {
      width: 350px;
      object-fit: contain;
    }
  }

  /* Responsividade */
  @media (max-width: 900px) {
    .header-content {
      flex-direction: column;
      margin-bottom: 3rem;
    }

    .radio-image {
      height: 400px;
      right: 0;
    }
  }

  .buttonContainer {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 300px;
    flex: 1;

    @media (max-width: 900px) {
      margin-top: 3rem;
    }
  }
}

.produtosHome {
  @media (max-width: 900px) {
    padding-bottom: 0rem !important;
    margin-bottom: 0rem !important;
    padding-top: 0rem !important;
    margin-top: 0rem !important;
  }

  .card {
    @media (max-width: 900px) {
      margin-top: 2rem;
    }
  }
}

#footer {
  background: #fff;
  border-top: 2px solid rgba(112, 64, 155, 0.25);
  padding-top: 7.5rem;

  @media (max-width: 900px) {
    padding-top: 2rem;
  }

  p {
    color: #969696;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    /* 1.4rem */
  }

  span,
  a {
    color: var(--text);
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    /* 1.4rem */
  }

  span {
    font-size: 16px;
    margin-right: 2rem;
  }

  .title {
    color: #969696;

    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 1.75rem */
  }

  a {
    text-align: left;

    &:hover {
      color: var(--primary);
      text-decoration: none;
    }
  }

  .social {
    ul {
      display: flex;
      padding: 0;
      list-style: none;
      gap: 1rem;
    }
  }

  .icon {
    border-radius: 5rem;
    background: var(--primary);
    display: flex;
    padding: 0.75rem;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 2.75rem;
    height: 2.75rem;
  }

  .contato {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;

    @media (max-width: 768px) {
      gap: 0;
    }

    li {
      display: flex;
      gap: 0.75rem;
      align-items: center;
    }
  }

  .footer-copyright {
    padding-top: 5rem;
    padding-bottom: 1.5rem;

    @media (max-width: 900px) {
      padding-top: 2rem;
    }
  }

  li {
    margin-bottom: 0.6rem;
  }
}

button.owl-dot.active span {
  width: 25px !important;
}

.page-header {
  h1 {
    color: var(--primary);
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 120%;
    /* 3rem */
  }
}

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;

  .hasIcon {
    color: #969696;
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;

    a {
      font-weight: 400;
    }
  }

  .icon {
    border-radius: 5rem;
    background: var(--primary);
    display: flex;
    padding: 0.25rem;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
  }

  li {
    color: #969696;
    font-size: 1rem;
    line-height: 120%;
    /* 1.2rem */
    margin-top: 1rem;

    a {
      color: inherit !important;
      font-weight: 400;
    }

    &:before {
      opacity: 1 !important;
    }

    &.active {
      a {
        font-weight: 600;
      }
    }
  }
}

.feature-block {
  .title {
    color: var(--text);
    font-family: Montserrat;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2.625rem;
    /* 105% */
    letter-spacing: -0.09625rem;
    margin-top: 1.5rem;

    @media (max-width: 768px) {
      font-size: 26px;
      line-height: inherit;
    }
  }

  .subtitle {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125rem;
    /* 112.5% */
    text-transform: uppercase;
  }

  p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .imgContainer {
    border-radius: 0 56px 56px 0;
    overflow: hidden;
    margin-right: 4rem;
    height: 100%;

    @media (max-width: 768px) {
      margin-right: 1rem;
    }

    &.right {
      border-radius: 56px 0 0 56px;
      margin-right: 0;
      margin-left: 4rem;

      @media (max-width: 768px) {
        margin-left: 1rem;
      }
    }
  }

  .content-split__image-wrap {
    /* margin-top: 2rem; */
  }
}

.content-split__image-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.content-split__image {
  width: 100%;
  height: 100%;
  object-fit: cover;

  &.video {
    object-fit: contain;
  }
}

.casesSection {
  .title {
    strong {
      color: var(--primary);
    }
  }

  .listItems {
    display: flex;
    gap: 10px;

    ul {
      padding: 0;

      li {
        list-style: none;
        color: var(--text);
      }
    }
  }

  span {
    color: var(--text);
    margin-bottom: 1rem;
    display: block;
  }
}

.segmentos {
  .thumb-info {}
}

.proposito-valores {
  .item {
    display: flex;
    padding: 1.875rem 3.125rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9375rem;
    flex-shrink: 0;
    margin-bottom: 1.88rem;

    border-radius: 0.5rem;
    border: 1px solid var(--color-grey-86, #dbdbdb);
    background: #fff;

    .icon {
      border-radius: 0.25rem;
      background: #cdf041;
      padding: 0.5rem;
    }

    .title {
      color: var(--text);
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.5rem;
      /* 100% */
    }

    .desc {
      color: #444;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.375rem;
      /* 137.5% */
      letter-spacing: -0.02rem;

      &.d-flex {
        gap: 2rem;

        @media (max-width: 990px) {
          flex-direction: column;
          gap: 0;
        }
      }

      ul {
        padding-left: 0;

        li {
          list-style: none;
          margin-bottom: 1rem;
        }
      }
    }
  }
}

.contatoPage {
  padding-bottom: 5rem;

  p {
    color: #393c3c;
    text-align: center;

    font-size: 1.125rem;

    font-weight: 400;
    line-height: 130%;
    /* 1.4625rem */
    margin-bottom: 2.5rem;
  }

  .bgDark {
    border-radius: 1rem;
    background: #393c3c;
    display: flex;
    padding: 2.5rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    @media (max-width: 768px) {
      padding: 1rem;
    }

    .title {
      color: #ebecec;
      font-size: 2rem;
      font-weight: 600;
      line-height: 120%;
      /* 2.4rem */
      align-self: flex-start;
      margin-bottom: 0;
    }

    .social {
      align-self: flex-start;

      ul {
        display: flex;
        gap: 1rem;
        margin: 0;
        padding: 0;
        list-style: none;

        li {
          a {
            display: flex;
            padding: 0.5rem 0.6rem;
            align-items: center;
            justify-content: center;
            align-items: center;
            border-radius: 6.25rem;
            border: 1px solid #ebecec;
            margin-bottom: 0;
          }
        }
      }
    }
  }

  .title {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 110%;
    /* 2.475rem */
    padding-top: 1.5rem;
    display: block;

    strong {
      color: var(--primary);
      margin-bottom: 1rem;

      font-size: 2.25rem;
      font-weight: 700;
      line-height: 110%;
    }
  }

  ul {
    li {
      margin-bottom: 2rem;

      a {
        color: var(--text);

        &:hover {
          color: var(--text);
        }
      }
    }
  }

  .listItem {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    gap: 1rem;

    .icon {
      padding: 1rem;
      border-radius: 1rem;
      background: var(--primary);
      width: 67px;
      text-align: center;
    }

    .text {
      span {
        color: #ebecec;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 120%;
        padding-bottom: 0.5rem;
        display: block;
      }

      a,
      p {
        color: #fafafa;
        text-align: left;
        font-size: 1rem;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 0;
      }
    }
  }

  .textForm {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--text);
  }

  .form-group {
    padding-left: 0;
  }

  .bgGrayContato {
    padding: 2.5rem;
    justify-content: center;
    align-items: center;

    border-radius: 1rem;
    background: #fafafa !important;

    .contact-form {
      label {
        color: #888;
        margin-bottom: 1rem;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 1.5rem */
      }

      input,
      textarea {
        padding: 1.5rem 1rem;
        border-radius: 1rem;
        border: 1px solid #d1d1d1;
        background: #fafafa;
      }

      .btn {
        width: 100%;
      }
    }

    .requiredText {
      text-align: right;
      width: 100%;
      display: block;
      margin-top: 1.5rem;
      color: #888;
      font-size: 1rem;
      font-weight: 400;
      line-height: 120%;
      /* 1.2rem */
    }
  }
}

iframe {
  width: 100%;
}

.dropdown-toggle::after {
  border-top: none !important;
}

.body.segmentos {
  .feature-block {
    .imgContainer {
      height: 100%;
    }
  }

  .feature-block:nth-child(even) {
    padding-top: 3rem !important;

    .imgContainer {
      border-radius: 0 62px 62px 0;
    }
  }

  .feature-block:nth-child(odd) {
    .imgContainer {
      border-radius: 62px 0 0 62px;
    }
  }

  h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-bottom: 0;
    text-transform: initial;
  }
}

.solucoes {
  .thumb-info-wrapper {
    &:before {
      box-shadow: inherit;
    }
  }

  .thumb-info-inner {
    //color: #858585;
  }
}

.paineis-eletricos {
  .title {
    text-align: left;

    span {
      color: var(--primary);
    }
  }
}

.hasGrafismo {
  position: relative;

  .imgContainer {
    &:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -4rem;
      right: 4rem;
      box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.42);
      border-radius: 0 62px 62px 0;

      @media (max-width: 768px) {
        left: -1rem;
        right: 1rem;
      }
    }

    &:after {
      content: '';
      position: absolute;
      width: 360px;
      height: 80%;
      right: 4rem;
      background: url('../img/grafismo.png');
      background-repeat: no-repeat;
      background-position: bottom right;
      bottom: 0;
      background-size: contain;

      @media (max-width: 768px) {
        right: 1rem;
      }
    }
  }

  &.inv {
    .imgContainer {
      &:before {
        left: 4rem;
        right: -4rem;
        border-radius: 62px 0 0 62px;

        @media (max-width: 768px) {
          left: 1rem;
          right: -1rem;
        }
      }

      &:after {
        right: 0rem;

        @media (max-width: 768px) {}
      }
    }
  }
}

.custom-line {
  display: inline-block;
  width: 50px;
  border-bottom: 3px solid var(--primary);
}

.pageProduto {
  &:nth-child(even) {
    padding-bottom: 0 !important;
  }

  &:nth-child(odd) {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  p {
    color: var(--default);
    font-size: 16px;
  }

  img {
    width: 100%;
    aspect-ratio: 8/5;
    object-fit: contain;

    border-radius: 12px;
    border-width: 1px;
    border: 1px solid #dfdfdf;
  }

  ul {
    li {}
  }
}

.prodRelacionados {
  .title {
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mob-pb-0 {
    padding-bottom: 0 !important;
  }

  .mob-mb-0 {
    margin-bottom: 0 !important;
  }
}

.lgpd {
  position: fixed;
  bottom: 4%;
  left: 2%;
  max-width: 360px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 9999;

  .title {
    font-weight: 600;
    color: rgb(31 41 55);
  }

  .description {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99);
  }

  .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .description a {
    color: rgb(59 130 246);
  }

  .description a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }

  .actions {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    flex-shrink: 0;

    .pref {
      font-size: 0.75rem;
      line-height: 1rem;
      color: rgb(31 41 55);
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      border: none;
      background-color: transparent;

      &:hover {
        color: rgb(156 163 175);
      }

      &:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }

    .accept {
      font-size: 0.75rem;
      line-height: 1rem;
      background-color: rgb(17 24 39);
      font-weight: 500;
      border-radius: 0.5rem;
      color: #fff;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      cursor: pointer;
      border: none;
      transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);

      &:hover {
        background-color: rgb(55 65 81);
      }

      &:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
}