
body{
    margin: 0; 
    
}
@media (max-width:600px){
    .sec-1{
        margin: 40px 30px 10px 10px; 
        display: block;
    }
    
}
@media (min-width:601px) {
    

.sec-1{
    margin: 10px 30px 10px 10px; 
    display: flex;
    float:left;       
    
}
.sec-2{
    
    scroll-behavior: auto;
    height: 54vh;
    overflow: auto;
    margin-right: 30px;
    margin-left: 10px;
    width: 600px;
    font-size: small;
}
#img1{
    height:50vh ;
    width: 400px;
    object-fit: cover;
}
.txt-im1{
    background: black;
    color:white;
    position:relative ;
    top:-50px;
    
}
.txt-marca1{
    background: black;
    color:white;
    position:relative ;
    top:10px;
}

}
.cnt1:hover{
    /* Mouse sobre imagen 1*/
    zoom: 1.1;
}

