* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    font-family: 'Kanit', sans-serif; 


}

 

.banner {
  position: relative;
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.banner-content {
   padding: 50px 30px;
   background: linear-gradient(135deg, #e8e8e8ce, #decfc8f1, #fdfaf8f7); 
   border-radius: 22px;
   margin-left: 00px;
 
}

 

.banner-content h1 {
  font-size: 4.4em; 
  line-height: 51px;
  margin-bottom: 10px;
  color: #2b3830;
  padding: 2%;
    font-family: 'Kanit', sans-serif; 
  font-weight: 600;
 
}

.banner-content p {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #2b3830;
  font-weight: 300;
    font-family: 'Kanit', sans-serif; 

}

.banner-content a {
  display: inline-block;
  padding: 17px 40px 17px 40px;
  width: 250px;
   background: linear-gradient(135deg, #E2725B, #E2725B, #E2725B); 
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-weight: 500;
    font-family: 'Kanit', sans-serif; 
      font-size: 1.3rem;
      border-radius: 99px ;
        border: 1px solid #000000; /* borda preta */
        text-transform: uppercase;



 
}

.banner-content a:hover {
   background: linear-gradient(135deg, #162a1c, #1f3526, #223528); 
  font-weight: 500;
  color: #ffffff;

    font-family: 'Kanit', sans-serif; 




}

@media (max-width: 768px) {
  .banner {
    height: 666px;
    padding: 20px;
   }

  .banner-content h1 {
    font-size: 3.3rem;
  }

  .banner-content p {
    font-size: 1.5rem;
  }
}