@media only screen and (max-width:1745px) {
   nav{
      position: relative;
      display: flex;
      height: auto;
      justify-content: center;
      align-items: center;
      flex-flow: column;
   }
   .logo{
     
      text-align: center;
      width: 100%;
      align-items: center;
      justify-content: center;
      display: block;
      margin:0%
   }
   .logo h1{
      font-size:50px;
      
  }
   .logo img{
    
      width: 25%;
      height: 25%;
      margin-right:19px;
   }
   .menu{
      display: flex;
      background-color: black;
      height: auto;
      /* border: 1px solid purple; */
      align-items: center;
      justify-content: center;
      flex-flow: column;
   }
   .menu button{
      margin: 0px;
      width: 100%;
      align-items: center;
      justify-content: center;
      text-align: center;
      /* border: 1px solid purple; */
   }
   .dropdown{
      margin: 0px;
      width: 100%;
   }
   header{
      margin: 10%;
      flex-flow: column;
      text-align: center;
      justify-content: center;
      align-items: center;
     /* border: 1px solid black;*/
     padding-top:0%;
   }
   .titulo{
      margin: 0%;
      align-items: center;
      justify-content: center;
   }
   .titulo h2{
     text-transform:none; 
     margin:5%;
     font-size: 78px;
     
   }
   header img{
     width:100%
   }
   .imagem{
      margin: 0px;
      width: 100%;
      justify-content: center;
   }
   .conteudo{
     margin:5%;
    
   }
   footer{
    margin:0%;   
    
  }
  .img-full-left{
    display:none;
  }
  #Volei{
    width:100%
  }
  .conteudo img{
    width:100%;
  }
}