@media screen and (max-width: 767px) {
    /* Seccion Header */
    .menu__header{
        height: 7vh;
        margin: 0 3%;
    }
    .menu__items{
        width: 100%;;
    }
    .input__buscador{
        width: 40%;
        background-position: center;
    }
    .input__buscador::placeholder{
        opacity: 0;
    }
    .menu__header__btn{
        width: 20vw;
        margin-right: 0;
    }
    /* Seccion Banner */
    .banner__container{
        height: 25%;
    }
    .banner__text{
        padding-left: 0%;
        width: 100%;
    }
    .banner__titletext{
        margin-left: 7%;
        font-size: 2rem;
    }
    .banner__subtext{
        margin-left: 7%;
        font-size: 1rem;
    }
    .banner__btn{
        margin-left: 7%;
        width: 30%;
        height: 2rem;
    }
    /* Seccion Productos */
    .productos__container{
        top: 25vh;
    }
    .title__starwars, .title__consolas, .title__diversos{
        font-size: 1.6rem;
    }
    /* Seccion Rodapie */
    .footer__container{
        top: 26vh;    
    }
    .footer__contacto{
        flex-direction: column;
        align-items: baseline;
        text-align: center;
    }
    .contacto__img{
        align-self: center;
    }
    .footer__links{ 
        align-self: center; 
        height: 25vh;
    }
    .contacto__form{
        text-align: start;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    
}