

@media (max-width:600px){
  body{
    width: 100vw;
  }

header{
  position:static;
  width: 100vw;
  display: flex;
  flex-direction:row;
  justify-content: center;
  align-items: center;
  z-index:10;
  height: 70px;
  background-color:#ffd427;
  
  
  }
  
  
  .menu{
  width: 100%;
  height:auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  position:static;
  
  
  
  }
  
  .logo img
  {
    width: 85px;
    height: 54px;
    margin: 1px;
  cursor: pointer;
  
  
  }
  
  
  
  .div-list{
  
  width: auto;
  
  }
  
  .div-list button{
    display: none;
  width:130px;
  height:40px;
  margin-left: 15px;
  border-radius:10px;
  background-color:#00b300;
  color:white;
  animation: click 2s ease-in-out infinite;
  cursor:pointer;
  font-weight:bold;
  font-size: 1.2em;
  }
  
    @keyframes click{
     0%,100%{
    
    scale: 87%;
    
      }
      50%{
          
          scale:100%;
      
      }
      
      }
  
  .div-list ul{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  }
  
  
  
  #item-menu{
    display: none;
  }

   #item-desktop{
    display: none;
  }
  #item-mobile{
    display:block;
    text-align: center;
  }
  
  
  .item-menu{
  font-size:1.1em;
  text-decoration:none;
  color: #6b1b6f; 
  margin-left: 30px;
  font-weight:bold;
  cursor: pointer;
  
  }
  
   .item-menu:hover{
  color:#fff;
  }
  
  
  .divlogo
  {
  display: flex;
  align-items: center;
  width: 30vw;
  justify-content: start;
  padding-left: 3px;
  
  
  }
  
  
  
  
  
  
  .letreiro{
      display: flex;
      height:5vh;
          width: 150vw;
      background-color: #2c003b;
      overflow: hidden;
      
      }
      
  
      .div-letreiro{
      display: flex;
      justify-content: space-around;
      align-items: center;
      animation: letreiro 15s linear infinite;
      color:white;
      z-index: 4;
      letter-spacing: 4px;

      width: 150vw;
      height:5vh;
      font-size: 0.9em;
      
      }
  
    
  
      @keyframes letreiro{
      from {
          transform: translateX(-60%);
      }
  
      to {
          transform: translateX(80%);
      }
      }
  
  
    
  
      .banner1{
  
        width: 100vw;
        height: 80vh;
        display:flex;
        align-items: start;
        justify-content:center;
      
        background-image: url(../assets/banner1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 190% 100%;
      }
       
        
       
        
       
       
    
        .monte{
          width:300px;
          height: 80px;
          top:60vh;
          background-color:#00b300;
          box-shadow: 0px 8px 1px 2px #2c003b;
        position:absolute;
        z-index:6;
        border-radius: 100px;
        justify-content: space-around;
        align-items: center;
        display: flex;
        flex-direction: row;
        color: #6b1b6f;
        cursor:pointer;
        transition:0.5s;
        animation: clickmonte 2s  infinite;
       
      
    
    }
    
    .monte h2{
      font-size: 0.9em;
     
      color: white;
    }
        
      
        
    
        .monte:hover{
        background-color:#00b300;
    
        }
    
        .monte a:hover{
        color:white;
        }
    
      
    
    
        .monte a{
        text-decoration:none;
        font-size: 2em;
        color:#2c003b;
        }
    
    
    @keyframes clickmonte{
            0%,100% {
                font-size:1em;
              }
              50% {
                font-size:1.05em;
              }
            
            }
    
       .fazer-pedido{
        display:flex;
        justify-content: space-around;
        align-items:center;
        width:100%;
        height:100%;
       }
  
          
      .banner2{
        width:100vw;
        height: 100vh;
        display:flex;
        align-items: center;
        justify-content:center;
         box-shadow: 1px 1px 10px 10px #2c003b;
         overflow: hidden;

         background-image: url(../assets/banner2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 130% 100%;
        }
         
       
       
    
    
        .texto{
          position:absolute;
         right: 10px;
          width:70vw;
          height: 75vh;
          font-size:1.05em;
          top:100vh;
          display: flex;
          align-items: center;
          justify-content: space-around;
        text-align:start;
        flex-direction: column;
         color:white;
         
    
        }
  
        .texto p{
          line-height: 1.5em;
        }
    
        .texto h2{
        color:#2c003b;
        font-size:1.7em;
        opacity:0.7;
        letter-spacing: 1.1px;
        }
  
  
  
        footer{
          height:80vh;
          align-items: center;
          text-align: center;
          width: 100vw;
        display:flex;
        justify-content:space-around;
        flex-direction: column;
        background-color:#2c003b;
        color:white;
        }
       
      
        .location-contacts h2{
         font-size: 1.4em;
         opacity:0.9;
         letter-spacing: 1.3px;
         margin-top: 30px;
         }
    
    
        .div-footer
        {
    
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 95vw;
        
        
        }
        .div-contacts{
          height: 30vh;
          margin-bottom: 20px;
        
        display:flex;
        flex-direction: column;

        justify-content: space-around;
        text-align:start;
        }
    
  
        .div-text{
          display:flex;
          flex-direction:row;
          align-items:center;
          text-align:start;
          font-size: 1.5em;
          font-family: "Concert One", sans-serif;
          font-weight: 400;
          letter-spacing: 1.1px;
        font-size: 1.1em;
        
        }
      
        a{
          margin-left:20px;
          cursor:pointer;
          text-decoration:none;
          color:white;
        }
      
      
      
        
        
      
        iframe
        {
          height: 30vh;
          width: 95vw;
          border-radius: 10px;
        }
      
      
      }
  
  
  
