

@media (max-width: 768px) {
  body{
    font-family: "Montserrat", sans-serif;
  }
  .navbar{
    padding: 15px;
  }
  .navbar ul {
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #0f0d18;
    flex-direction: column;
    width: 200px;
    max-height: 0; 
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }

  .navbar ul li {
    text-align: center;
    margin: 20px 0;
  }

  .navbar ul li a {
    font-size: 18px;
    padding: 10px 20px;
  }


  .hamburger {
    display: flex;
  }


  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 8px;
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0; 
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -8px; 
  }

  .navbar ul.active {
    max-height: 100vh; 
    opacity: 1;
  }
  .dates {
      flex-direction: column;
  }

  .hero h1 {
      font-size: 50px;
  }

  .hero p {
      font-size: 18px;
  }


  .hero .content .top{
    margin-bottom: 10px;
    width: auto;
    height: 40vh;
  }
  

  .play{
    padding: 5px 5%;
  }

  .contact-section{
    height: 100%;
  }

  .content-container {
    display: grid;
    height: fit-content;
    max-width: 1200px;
    width: 100%;
    color: white;
  }

  .contact-details {
    background-color: rgba(0, 0, 0, 0.5);

    & h2{
      font-size: 15pt;
    }
    & h1{
      font-size: 12pt;
    }& p{
      font-size: 10pt;
    }
  }

  .image-container img {
    max-width: 90%;
  }
  .videoclipe{

    padding: 5px 2%;

    & h2{
      font-size: 50pt;
    }

  }

  .contact-details h1{
    font-size: 28pt;
  }




  footer .social a img{
    width: auto;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
  footer p{
    font-size: 8pt;
  }

  .redes-sociais{
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    display: grid;
    gap: 5px;
  }

  .redes-sociais .social{
    align-items: center;
  }


  .areacontratante{
    display: grid;
    gap: 5px;
  }
  
}
