

#conte-i0 {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 79.1vw;
    height: 32vw;
  
    
}
#conte-i0 article{
    margin: .625rem;
}

#conte-i0 img {
    width: 72vw;
    height: 30vw;
    margin-top: .8vw;
    margin-left: .5vw;
}

#conte-i0 .contenedor-i0 p{
    margin-top: 3.5vw;
    margin-left: 2.4vw;
    text-align: center;
    font-size: 1.6vw;
    color: white;
    max-width: 19vw;
    
    text-align: justify;
    line-height: normal;
    position: absolute;
    
    
   /* transform: translate(-5%, -5%);
    text-shadow: 0 0 8px rgb(0,0,0,0,8);*/
} 
@media (min-width:1024px){
    .contenedor{
        width: 1000px;
    }
}



