:root {
  --primary: #1a77be;
  --baseColor: #1a77be;
  --grey800: #131b25;
  --grey300: #7a7786;
  --grey400: #5f5c6b;
}
.w-40 {
  width: 40% !important;
}
.w-lg-50 {
  @media (min-width: 992px) {
    width: 50% !important;
  }
}

.btn-mb-mobile {
  @media (max-width: 480px) {
    margin-bottom: 1rem;
  }
}
.fs-18px {
  font-size: 18px !important;
}
.btn {
  border-radius: 8px !important;
}
.text-themeColor {
  color: var(--baseColor) !important;
}
.bg-primary,
.btn-theme {
  background-color: var(--baseColor) !important;
}

.btn-theme {
  color: #fff !important;
  border-color: var(--baseColor) !important;
  text-transform: none;

  border-radius: 8px;
}
.btn-primary {
  text-transform: none !important;
}
.subtitle {
  color: var(--baseColor);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.4rem */
}
.title {
  color: var(--grey800);
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 3.15rem */
  letter-spacing: -0.07875rem;
}
.description {
  color: var(--grey400);
  /* Text/18/Medium */

  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6875rem; /* 150% */
  align-self: stretch;
}
.header-top {
  a:hover {
    color: #fff !important;
  }
}
.bannerHome {
  .subtitleBanner {
    color: var(--baseColor);
    font-weight: bold;
    font-size: 18px;
    @media (max-width: 768px) {
      font-size: 16px;
    }
  }
  .titleBanner {
    color: #fff;
    font-weight: bold;
    font-size: 52px;
    text-align: center;
    line-height: 1.2;
    @media (max-width: 768px) {
      font-size: 30px;
    }
  }
  .descBanner {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 24px;
    line-height: 1.6;
    max-width: 800px;
    @media (max-width: 768px) {
      font-size: 20px;
    }
  }
  .btn {
    margin-top: 3rem;
    text-transform: none;
    font-size: 1rem;
    border-radius: 8px;
  }
}
.quem-somos-home {
  img {
    margin-bottom: 1rem;
  }
}
.tabsHome {
  display: flex;
  padding: 0.4375rem;
  align-items: center;
  border-radius: 0.75rem;
  border: 1px solid #e7e7e7;
  width: 255px;
  margin: 0 auto;
  li {
    display: flex;
    padding: 0.79056rem 1.71794rem 0.80913rem 1.74731rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    &:first-child {
      border-radius: 0.5rem 0 0 0.5rem;
    }
    &:last-child {
      border-radius: 0 0.5rem 0.5rem 0;
    }
    &.active {
      background: var(--baseColor);
      a {
        color: #fff !important;
      }
    }
  }
}

.tabsHomeContent {
  img {
    height: 150px;
    margin-bottom: 1rem;
  }
}

.btn-iconC {
  position: relative;
  @media (min-width: 990px) {
    margin-left: auto !important;
    &:before {
      content: '';
      display: block;
      position: absolute;
      width: 170px;
      height: 200px;
      background-image: url(../img/icone-c.png);
      background-size: contain;
      left: -40px;
      top: -70px;
      background-repeat: no-repeat;
    }
  }
}
.footerStreet {
  background: var(--grey800);
  color: #fff;
  padding: 2rem 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: left;
  span {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 120%; /* 1.35rem */
    margin-left: 10px;
    padding-bottom: 12px;
    display: inline-block;
  }

  .location {
    color: var(--grey300);
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 0;
    @media (min-width: 768px) {
      margin-left: 46px;
    }
  }
  .address {
    color: var(--grey300);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
    @media (min-width: 768px) {
      margin-left: 46px;
    }
  }
  .phone {
    color: var(--grey300);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    @media (min-width: 768px) {
      margin-left: 46px;
    }

    a {
      color: var(--grey300);
    }
  }
}

#footer {
  background: var(--grey800);
  border-top: 1px solid var(--grey400);

  .list-unstyled {
    li {
      a,
      span {
        color: var(--grey300) !important;
        font-size: 16px;
        font-weight: 600;
        line-height: 130%; /* 20.8px */
        letter-spacing: -0.32px;
        margin-bottom: 8px;
      }
    }
  }
}
.tipo {
  color: var(--dark) !important;
}
.scroll-to-top:hover {
  background-color: var(--baseColor);
  color: #fff;
}

.contatoPage {
  padding: 0 0 50px 0;
  i {
    background: #fff;
    color: var(--dark) !important;
    border: transparent !important;
  }
  a {
    color: inherit;
  }

  .formTitle {
    border-top: 1px solid #eaeaea;
    padding-top: 32px !important;
    display: block;
    color: var(--dark);
    font-size: 1.5rem;
    font-weight: 600;
  }
}

.produtosPage {
  margin-bottom: 33px;
  img {
    height: 170px;
    width: 100%;
    object-fit: cover;
  }
}

.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;
  }
}

/* @keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #25d366; 
box-shadow: 0px 0px 0px 0px #25d366;
  }
  50% {
    -webkit-box-shadow: 0px 0px 25px 0px #25d366; 
box-shadow: 0px 0px 25px 0px #25d366;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #25d366; 
box-shadow: 0px 0px 0px 0px #25d366;
  }
} */

.nossos-parceiros {
  img {
    padding: 2rem;
    height: 130px;
    object-fit: contain;
  }
}

.menu-limit {
  max-height: 50vh;
  overflow-y: auto;
}
