:root {
  --primary: #058c73;
  --secondary: #cdf041;
  --text: #1a1b1c;
}
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;
}

.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 {
  @media (max-width: 768px) {
    height: 100px !important;
  }
  .header-nav-main nav > ul > li > a {
    padding-right: 1rem !important;
  }
  .nav {
    margin-right: 1rem;
  }
  .dropdown-toggle {
    i {
      color: var(--primary) !important;
      margin-left: 5px;
    }
  }
  .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 rgb(30 30 30 / 9%) !important;
    .header-nav-top {
      .nav-link {
        color: #fff !important;
        border-right: 1px solid #ffffff14;

        font-size: 14px;
        font-weight: 500;
        line-height: 18px; /* 128.571% */
        letter-spacing: -0.5px;

        svg {
          path {
            fill: var(--secondary);
          }
        }
        &:hover {
          color: #fff !important;
        }
      }
    }
    .header-nav-social {
      .nav {
        color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        span {
          color: #fff;
          font-size: 14px;
          font-weight: 500;
          line-height: 18.9px; /* 135% */
        }
        i {
          color: var(--secondary);
        }
      }
    }

    @media (max-width: 767px) {
      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;
    }
  }
  .bannerSubtitle {
    color: var(--secondary);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px; /* 100% */
    text-transform: uppercase;

    @media (max-width: 768px) {
      font-size: 1.2rem;
    }
  }
  .bannerTitle {
    color: #fff;
    text-align: center;
    font-size: 4rem;
    font-weight: 500;
    line-height: 4.375rem; /* 109.375% */
    @media (max-width: 768px) {
      font-size: 2rem;
      line-height: 100%;
    }
  }
  .bannerDesc {
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem; /* 130% */
    letter-spacing: 0.05rem;
    @media (max-width: 768px) {
      font-size: 1rem;
    }
  }
  .owl-dots {
    bottom: 50px;
    .active {
      span {
        background: var(--primary) !important;
      }
    }
  }

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

.section {
  .subtitle {
    color: #058c73;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125rem; /* 112.5% */
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: block;
  }
  .title {
    color: var(--text);
    text-align: center;
    font-family: Poppins;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.625rem; /* 105% */
    letter-spacing: -0.09625rem;
  }
}
.countdown {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; */

  @media (max-width: 990px) {
    display: flex;
    flex-direction: column;
  }
  span {
    @media (max-width: 990px) {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
    }

    &.borderC {
      border-radius: 0.5rem !important;
      border: 1px solid #d9d9d9 !important;
    }
    .number {
      color: var(--primary);
      text-align: center;
      font-size: 4rem;
      font-style: normal;
      font-weight: 600;
      line-height: 6.25rem; /* 156.25% */
      letter-spacing: -0.09625rem;
    }

    .label {
      color: #888;
      text-align: center;
      font-size: 1rem;
      font-style: normal;
      font-weight: 600 !important;
      line-height: 1.5rem; /* 150% */
    }
  }
}
.sobre-nos-home {
  background: #fbfbfb;
  position: relative;
  padding: 0 !important;

  @media (min-width: 769px) {
    min-height: 550px;
  }

  .imgem-fundo-sobre-nos {
    display: grid;
    justify-content: end;
    grid-template-columns: 1fr 1fr;
    @media (max-width: 990px) {
      display: none;
    }
    @media (min-width: 769px) {
      min-height: 550px;
    }
  }
  .absolute {
    position: absolute;
    top: 0;
    width: 100%;
    @media (max-width: 990px) {
      position: relative;
      padding-top: 1rem;
    }
  }
  .title {
    text-align: left;
  }

  strong {
    color: var(--text);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem; /* 150% */
  }

  .bg-img-right {
    .title {
      color: #fff;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.5rem; /* 100% */
    }
    p {
      color: #fff;

      font-size: 0.875rem;

      font-weight: 400;
      line-height: 1.25rem; /* 142.857% */
    }
    a {
      color: var(--secondary);

      font-size: 0.875rem;

      font-weight: 700;
      line-height: 1.25rem; /* 142.857% */
    }
    @media (max-width: 990px) {
      background: url('../img/sobre-nos-home.png');
    }
  }
}
.thumb-info-wrapper {
  &:before {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.48);
  }
  .cardImg {
    height: 18.75rem;
    object-fit: cover;
  }
  .thumb-info-inner {
    color: var(--secondary);
  }
}
.thumb-info {
  margin-bottom: 2rem;
}
.card {
  border-radius: 8px;
  overflow: hidden;
  .cardImg {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .cardTitle {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    color: #555555;
  }
  a:hover {
    text-decoration: none;
  }
}

.cta {
  background: url(../img/cta.png) center !important;
  background-size: cover !important;
  .subtitle {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125rem; /* 112.5% */
    text-transform: uppercase;
  }
  .title {
    color: var(--secondary);
    text-align: center;

    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.625rem; /* 105% */
    letter-spacing: -0.09625rem;

    strong {
      font-weight: 800;

      font-size: 42px;
      color: #fff;
      line-height: 50px;
      letter-spacing: -2%;
      text-align: center;
    }
  }
  .desc {
    color: #fffefe;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5625rem; /* 125% */
  }
  .btn {
    display: inline-flex;
    padding: 0.1875rem 3.1875rem;
    align-items: center;
    gap: 0.625rem;
    height: 2.625rem;
    border-radius: 3.125rem;
    background: var(--secondary) !important;
    color: var(--text) !important;
    span {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      text-transform: none;
    }
  }
}
.parceirosSlider {
  span {
    color: #058c73;
    text-align: center;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125rem; /* 128.571% */
  }
}
.paineis-eletricos {
  position: relative;
  padding: 0 !important;
  margin-bottom: 0 !important;
  @media (min-width: 991px) {
    min-height: 550px;
  }
  @media (max-width: 990px) {
    padding-top: 2rem !important;
  }

  strong {
    color: var(--text);
  }
  .imgem-fundo-paineis-eletricos {
    display: grid;
    justify-content: start;
    grid-template-columns: 60% 40%;
    @media (max-width: 990px) {
      display: none;
    }
    @media (min-width: 991px) {
      min-height: 550px;
    }
  }
  .overlay-paineis-eletricos {
    img {
      object-fit: cover;
      height: auto;
      width: auto;
    }
  }
  .absolute {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    @media (max-width: 990px) {
      position: relative;
    }
  }
  .title {
    text-align: left;
  }
  .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem;
    gap: 1rem;
    @media (max-width: 990px) {
      padding: 2rem 0;
      grid-template-columns: 1fr;
    }
    .cardItem {
      filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.1));
      border-radius: 0.5rem;

      background: #fffefe;
      padding: 2rem;
    }
    .icon {
      padding: 0.68rem;
      border-radius: 0.25rem;
      background: var(--secondary);
      display: inline-block;
      //max-width: 3.61144rem;
    }
    .cardTitle {
      color: var(--text);
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 1.5625rem; /* 125% */
      letter-spacing: -0.025rem;
      margin-top: 2rem;
      display: block;
    }
  }
  .btn {
    display: inline-block !important;
  }
}
.aboutUS {
  .title {
    text-align: left;
    font-size: 37px;
    line-height: 50px;
    letter-spacing: -2%;
    strong {
      font-weight: 800;
      display: block;
    }
  }
  .desc {
    color: #555555;
  }
  p {
    color: #8c949aff;
  }
}

#footer {
  background: linear-gradient(95deg, #058c73 0.2%, #282d55 99.09%);
  border-top: 0;

  p,
  span,
  a {
    color: #fff;
    font-size: 0.8125rem;

    margin-bottom: 0;
  }

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

  .title {
    color: var(--secondary);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
  }
  .topFooter {
    padding: 30px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 18.9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    .footer-social-icons {
      li {
        border-right: 1px solid #ffffff14;
        border-radius: 0 !important;
        padding-right: 5px;
        a {
          color: var(--secondary) !important;
          font-size: 1.1rem;
          &:hover {
            background: transparent !important;
            color: #fff !important;
            svg {
              path {
                stroke: #fff;
              }
            }
          }
        }

        &:hover {
          a {
            background: transparent !important;
            color: #fff;
          }
        }
      }
      li:last-child {
        border-right: none;
      }
    }

    .d-flex {
      @media (max-width: 768px) {
        flex-direction: column;
        gap: 1rem;
        p {
          text-align: center;
        }
      }
    }
  }
  a {
    color: #fff !important;
    &:hover {
      color: var(--primary);
      text-decoration: none;
    }
  }
}

button.owl-dot.active span {
  width: 25px !important;
}
.page-header {
  h1 {
    color: #fff;
    text-align: center;
    font-size: 4rem !important;
    font-weight: 500;
    line-height: 4.375rem; /* 109.375% */
  }
}
.breadcrumb {
  li {
    color: var(--secondary) !important;
    a {
      color: inherit !important;
    }
  }
}
.feature-block {
  .title {
    color: var(--text);
    font-family: Poppins;
    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 {
  .title {
    text-align: left;
  }
  ul {
    li {
      margin-bottom: 1rem;
      a {
        color: var(--text);
        &:hover {
          color: var(--text);
        }
      }
    }
  }
  .listItem {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 33px 1fr;
  }

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

    label {
      color: var(--text);
      font-size: 14px;
      margin-bottom: 10px;
    }
  }
}
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) {
        }
      }
    }
  }
}

.btn-download {
  max-width: fit-content;
}
