    /* width */
    ::-webkit-scrollbar {
      width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
      background: #e5ffd3; 
    }
    
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #c5ff9e; 
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #88de4f; 
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
    }

    body {
      background: #F9F9F8;
      overflow-x: hidden;
      min-width: 500px;
    }

    section{
      padding: 100px 5%;
      min-height: 100vh;
      width: 100vw;
      min-width: 500px;
      z-index: 1;
    }

    .servicos{
      background: linear-gradient(270deg, #1e3a5f 30%, #428615 100%);
      color: #F9F9F8;
      padding: 100px 5%;
    }

    .contatos{
      background: linear-gradient(270deg, #1e3a5f 30%, #428615 100%);
      color: #F9F9F8;
      padding: 100px 5%;
    }

    .itemHeader{
      background-color: #F9F9F8;
      width: 100%;
      height: 50px;
      
      display: flex;
      align-items: center;
      padding: 10px;
    }

    .servicosItem{
      text-decoration: none;
      color:#428615;
      font-size: 16px;
      vertical-align: middle;

    }

    .sectionText{
      color: #F9F9F8;
      font-size: 24px;
    }

    .sectionTitle{
      font-size: 48px;
      font-weight: bold;
      font-style: italic;
      color:#F9F9F8;
    }

    .contatos{
  
    }

    .logo {
      height: 50px;
    }

    .logo span {
      color: #428615;
    }

    .navbar{
      position: fixed;
      top: 0;
      height: min-content;
    }

    nav{
      display: flex;
      width: 100vw;
      height: 100%;
      font-size: 16px;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      z-index: 2;
      min-width: 500px;
    }

    .nav-item{
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 0px !important;
      padding: 10px;
    }

    .nav-link:hover{
      color: #F9F9F8 !important;
      font-weight: 500;
      background-color: #1e3a5f;
    }

    .navbar-collapse{
      height: stretch
    }

    .navbar-collapse ul{
      display: flex;
      justify-content: center;
      height: 100%;
    }

    .navbar-collapse a{
      margin: 0px !important;
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .navbar-collapse ul li{
      width: 100%;
      min-width: 200px;
      display: flex;
      justify-content: center;
      height: 100%;
      padding: 0px;
    }

    nav a {

      display: flex;
      align-items: center;
      width: min-content;
      padding-left: 15px;
      padding-right: 15px;

      margin: 0;
      text-decoration: none;
      color: #1e3a5f;
      font-weight: 500;
      height: 100%;

    }

    img{
        margin: 15px;
        height: 100px;
    }

    .btn-whatsapp {
      background: #428615;
      color: #F9F9F8;
      padding: 10px 18px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 600;
    }

    .btn-whatsapp:hover {
      background: #428615;
      color: #F9F9F8;
      padding: 10px 18px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 600;
    }

    .buttons {
      margin-top: 20px;
    }

    .btn {
      padding: 12px 22px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: 600;
      margin: 10px;
    }

    .btn:hover{
      color: #F9F9F8;
      background: #428615;
    }

    .btn-primario {
      background: #428615;
      color: #F9F9F8;
      border:#428615;
    }

    .btn-primario:hover {
      background: #428615;
      color: #F9F9F8;
      border:#428615;
    }

    .btn-invertido {
      border: 2px solid #428615;
      color: #428615;
    }

    .banner{
      display: flex;
        width: 100vw;
        background-image: url(/img/background2.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0px;
        min-width: 500px;
    }

    .banner-text{
        height: -webkit-fill-available;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 40%;
        min-width: 500px;

        background: linear-gradient(90deg, #F9F9F8 50%, #f9f9f800 100%);
        padding: 100px 5%;
        
    }

    .banner-text .titleAzul{
        font-size: 50px;
        font-weight: bold;
        color: #052755;
    }

    .banner-text .titleVerde{
        font-size: 50px;
        font-weight: bold;
        color: #428615;
    }

    .banner-text p{
      margin: 0px;
    }

    /* BENEFITS */
    .benefits {
      background: white;
      margin: -40px auto;
      width: 85%;
      border-radius: 15px;
      display: flex;
      justify-content: space-around;
      padding: 25px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

    .benefit {
      text-align: center;
      max-width: 200px;
    }

    .benefit h3 {
      color: #0e2a47;
      margin-bottom: 5px;
    }

    .benefit p {
      font-size: 14px;
      color: #666;
    }

    /* FOOTER CTA */
    .footer {
      background: linear-gradient(270deg, #0e2a47 50%, #428615 100%);
      color: white;
      padding: 60px 5%;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .footer h2 {
      font-size: 28px;
    }

    .footer-content{
      display: flex;
      flex-direction: column;
      text-align: justify;
    }
