:root {
  --primary: #03933f;
  --secondary: #003869;
}

.bgGray{
  background-color: #F0F6FB !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;
  text-transform: uppercase;
  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;
  }
  .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 {
    border-bottom: 1px solid rgb(30 30 30 / 9%) !important;

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

#header a.btn.btn-primary {
  background: var(--primary) !important;
  border-color: var(--primary);
  border-radius: 8px;
  color: #fff;
}

#banner {
  @media (max-width:768px){
   .w-50{
      width: 100% !important;
    }
  }
  .bannerSubtitle {
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #fff;

    @media (max-width:768px){
      font-size: 1.2rem;
    }
  }
  .bannerTitle {
    font-weight: 900;
    font-style: Black;
    font-size: 70px;
    line-height: 60px;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #fff;
     @media (max-width:768px){
      font-size: 2rem;
    }
  }
  .bannerDesc {
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #fff;
    @media (max-width:768px){
      font-size: 1rem;
    }
  }
  .owl-dots {
    bottom: 50px;
    .active {
      span {
        background: var(--primary) !important;
      }
    }
  }
}

.section {
  .subtitle {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -2%;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #95999c;
  }
  .title {
    font-weight: 400;
    font-style: Regular;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: var(--secondary);
    margin-bottom: 24px;
  }
}

.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;
  .title {
    font-weight: 400;

    font-size: 42px;
    color: #fff;
    line-height: 50px;
    letter-spacing: -2%;
    text-align: center;
    strong {
      font-weight: 800;

      font-size: 42px;
      color: #fff;
      line-height: 50px;
      letter-spacing: -2%;
      text-align: center;
    }
  }
  .desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #fff;
  }
}

.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: var(--secondary);
  border-top: 0;

  p,
  span,
  a {
    color: #fff;
    margin-bottom: 0;
  }

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

  .title {
    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 #023461;

    .footer-social-icons {
      li {
        border-right: 1px solid #ffffff14;
        border-radius: 0 !important;
        padding-right: 5px;
        a {
          color: var(--primary) !important;
          &:hover {
            background: transparent !important;
            color: #fff !important;
          }
        }

        &: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;
}

.breadcrumb {
  li{
    color: #fff !important;
    a{
      color:inherit !important;
    }
  }
}

.cardMissaoVisaoValores{
  border: 1px solid #3C678D;
  border-radius: 18px;
  padding: 20px 10px;
  height: 100%;

  .img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    span{
      font-weight: 700;
      font-size: 24px;
      line-height: 33px;
      color: var(--secondary);
      margin-top: 0.5rem;    
    }
  }
  .content{
    p{
      font-weight: 400;
      font-size: 1rem;
      line-height: 150%;
      text-align: center;
      color: #445059;
      margin-top: 1rem;
    }
  }
}

.contatoPage{
  ul{
    li{
      margin-bottom: 1rem;
      a{
        color:var(--default);
      }
    }
  }
}

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