@media screen and (max-width: 851px){

    .header__logo{
        margin: 0.8rem;
        height: 1%;
        width: 30%;
    }
    
    .header__input{
        width: 45%;
        height: 5%;
        margin: 2% 3% 2% 2%;
        display: flex;
        align-self: center;
    }

    
    .card{
        height: 15rem;
        width: 40%;
    } 
    
    .card__image{
        width: 100%;
        height: 80%;
    } 
    
    .card__title{
        font-size: 12px;
        
    }

    .card__subtitle{
        display: none;
    }

    .lista__menu{
        margin-left: 10%;
        font-size: 12px;
          
    }

    .gallery__text{
        font-size: 14px;
    }

    ::placeholder{
        font-size: 12px;
        margin: 3%;
    }
}
 


@media screen and (max-width: 526px){

    body {
        display: flex;
        flex-direction: column;
    }

    .header {
        display: flex;
        flex-direction: column;
    }

    .header__logo{
        margin: 0.8rem;
        height: 1%;
        width: 30%;
    }
    
    .header__input{
        width: 92%;
        height: 5%;
        margin: 2% 3% 2% 2%;
        display: flex;
        align-self: center;
    }

    .banner{
        display: flex;
        flex-direction: column;
        width: 96%;
        margin: 1% ;
    }

    .card__section{
        width: 94%;
        margin-left: 4%;
    }

    .card{
        height: 8rem;
        width: 47%;
        margin: 1%;
    } 
    
    .card__image{
        width: 100%;
        height: 80%;
    } 
    
    .card__title{
        font-size: 10px;
        
    }

    .lista__menu{
        display: none;
          
    }

    .gallery__text{
        font-size: 14px;
    }

    ::placeholder{
        font-size: 12px;
    }

    .footer{
        display: flex;
        flex-direction: row;
        align-self: flex-end;
        width: 100%;
        height: 8vh;
        background-color: var(--main-color);;
        justify-content: space-between;
        align-items: center;
    }
    
    .footer__icons{
        width: 10%;
    
    }
    
    .fa-facebook{
        margin-left: 50%;
       
        

        
    }

    .footer__text{
        font-size: 10px;
        
    
    }
}