

#conte-i0 {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  background-color: blueviolet;
    
}

#conte-i0 img {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
}


@media (min-width:1024px){
    .contenedor{
        width: 1000px;
    }
}



