@media (max-width: 1200px) {  
  .namediv img {
    max-width: 40vw;
  }

  #init {
    flex-direction: column;
    align-items: center;
  }

  #init img {
    width: 90%;
    margin-bottom: 20px;
  }

  .qs h2 {
    font-size: 48px;
  }

  .mvv h3 {
    font-size: 40px;
  }

  .mvv ul {
    flex-direction: column;
    gap: 20px;
  }

  .slide img {
    max-width: 70vw;
  }

  .slider-wrapper {
    width: 70vw;
  }
}

@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .logo-nav {
    margin: -0.5rem 0 -9rem;
  }

  .namediv {
    margin-top: 40px;
    max-width: 90%;
    text-align: center;
  }

  .namediv img{
    margin-top: 2rem;
  }

  .namediv img{
    max-width: 50vw;
  }

  .qs h2 {
    font-size: 36px;
  }

  .qs p{
    margin: 0px 25px;
  }

  .qs p, .mvv li p {
    font-size: 16px;
  }

  .mvv {
    width: 95%;
  }

  .mvv h3 {
    font-size: 32px;
  }

  .mvv ul {
    flex-direction: column;
    gap: 10px;
  }

  #acomodacoes {
    margin: 20px;
  }

  .acomodacoes-title h2 {
    font-size: 40px;
  }

  .slider-wrapper {
    width: 100%;
  }

  .contato-container {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .footer-container {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .contato-title {
    font-size: 40px;
  }

  .contato-item {
    flex: 0 0 300px;
    max-width: 300px;
    max-height: 200px;
    width: 100%;
  }

  .footer-about,
  .footer-contact,
  .footer-social {
    flex: 0 0 300px;
    max-width: 300px;
    max-height: 130px;
    width: 100%;
    text-align: center;
  }

  .slide img {
    max-width: 28rem;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .slider-wrapper {
    width: 28rem;
  }

  .banner {
  background-attachment: scroll;
  height: 60vh;
  }

  .banner-text{
    min-width: 80%;
  }
}

@media (max-width: 480px) {
  .namediv-img{
    margin: -4rem 0 1rem;
  }
  
  .qs h2 {
    font-size: 28px;
  }

  .qs p{
    margin: 0px 20px;
  }

  .qs p, .mvv li p {
    font-size: 16px;
  }

  .mvv h3 {
    font-size: 26px;
  }

  .acomodacoes-title h2 {
    font-size: 32px;
  }

  .contato-title {
    font-size: 32px;
  }

  #init img {
    width: 100%;
  }

  .namediv img {
    max-width: 60vw;
  }

  nav a {
    font-size: 14px;
  }

  .slide img {
    max-width: 90vw;
  }

  .slider-wrapper {
    width: 90vw;
  }

  .banner {
    height: 50vh;
  }

  .banner-text h1 {
    font-size: 1.8rem;
  }

  .banner-text p {
    font-size: 0.9rem;
  }
}
