.index nav:after {  /* Replace 'homepage' with the actual class */
    /*content: "";
    display: block;
    margin: auto;
    border-top: 2px solid #138969;
    width: 90%;*/
}

header {
  content: "";
    display: block;
    margin: auto;
    border-bottom: 2px solid #138969;
    width: 70%;
}

/* Before footer */
footer:before {
    content: "";
    display: block;
    border-top: 2px solid #138969;
    margin: 20px auto;
    width: 60%; /* Adjust percentage as needed */
}

footer:after {
    content: "";
    display: block;
    border-top: 2px solid #138969;
    margin: auto;
    width: 95%;
}

/*@media (max-width: 768px) {
 .carousel-slider .s-slider-block__title-nav{
    margin-top:2 rem !important; 
  }
}*/

    .s-block--tabs-produtcs .tabs{
    padding-bottom: 3.5rem !important; 
  }
  
  .carousel-slider .swiper{
    top: -20px !important;
    }
     .carousel-slider .swiper{
    margin-top: 1rem !important;
    }
        .s-block {
        padding-top: 2rem;
    }
    .s-button-btn:hover {
    background-color: #0B7E69;
    color: #fff;
}


.s-advertisement-content-main  {
  position: absolute;
  left: -300px; 
  font-weight: bold;
  white-space: nowrap;
  animation: slideAd 15s linear infinite;
}

@keyframes slideAd {
  0% {
    left: -1000px; 
  }
  100% {
    left: 100vw; 
  }
}