* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    background-color: black;
}


@media screen and (max-width: 767px) {

    header {
        display:flex;
        justify-content: center;
    }
    
    header img{
        width: 100%;
    }

    .contenedor{
        display: flex;
           justify-content: center;
           margin: auto;
           background-color: white;
        }
    
    #item-shoppings img{
     
        background-color: white;
     
    }  
    
    #item-logos{
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    
    }

.logo{
    width: 120px;
    height: auto;
}

    
    a{
        background-color: white;
    }

    #item-texto img{
        display:flex;
        justify-content: center;
        width: 100%;
       
    
    }
    
    
    }


@media screen and (min-width: 768px) {

header {
    display:flex;
    justify-content: center;
}

header img{
    width: 100%;
}

.contenedor{
 display: flex;
   justify-content: center;
   margin: auto;
   background-color: white;
}

#item-shoppings img{
  
        background-color: white;
    
      
}  

#item-logos{
    background-color: white;
  
}


.logo{
 
    width: 120px;
    height: auto;
    margin: auto;
}

a{
    background-color: white;
   
}



#item-texto img{
    display:flex;
    justify-content: center;
    width: 100%;

}


}