.contenedor{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}


.card{
    display: flex;
}

.img1{
  width: 450px;
  height: 200px; 
  border-radius: 20px;
  margin-bottom: 15px;
  margin-top: 25px;
  
}

.img1:hover{
    border: lightgray 2px solid;
    box-shadow: lightgray 20px 20px 20px;
}


.img2{
    width: 450px;
    height: 400px; 
    border-radius: 20px;
    margin-bottom: 15px;
    
}

.img2:hover{
    border: lightgray 2px solid;
    box-shadow: lightgray 20px 20px 20px;
}

.img3{
    width: 450px;
    height: 300px; 
    border-radius: 20px;
    margin-bottom: 15px;
    
}

.img3:hover{
    border: lightgray 2px solid;
    box-shadow: lightgray 20px 20px 20px;
}

.img10{
    width: 450px;
    height: 150px; 
    border-radius: 20px;
    margin-bottom: 15px;
    
}

.img10:hover{
    border: lightgray 2px solid;
    box-shadow: lightgray 20px 20px 20px;
}

.img4{
    width: 450px;
    height: 400px; 
    border-radius: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
}
.img4:hover{
    border: lightgray 2px solid;
    box-shadow: lightgray 20px 20px 20px;
}

.img5{
    width: 450px;
    height: 250px; 
    border-radius: 20px;
    margin-bottom: 15px;
    
}

.img5:hover{
    border: lightgray 2px solid;
    box-shadow: lightgray 20px 20px 20px;
}

.img6{
    width: 450px;
    height: 175px; 
    border-radius: 20px;
    margin-bottom: 15px;
    
}

.img6:hover{
    border: lightgray 2px solid;
    box-shadow: lightgray 20px 20px 20px;
}
.img11{
    width: 450px;
    height: 370px; 
    border-radius: 20px;
    margin-bottom: 15px;
    
}

.img11:hover{
    border: lightgray 2px solid;
    box-shadow: lightgray 20px 20px 20px;
}

.img7{
    width: 450px;
    height: 410px; 
    border-radius: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.img7:hover{
    border: lightgray 2px solid;
    box-shadow: lightgray 20px 20px 20px;
}

.img8{
    width: 450px;
    height: 190px; 
    border-radius: 20px;
    margin-bottom: 15px;
    
}

.img8:hover{
    border: lightgray 2px solid;
    box-shadow: lightgray 20px 20px 20px;
}

.img9{
    width: 450px;
    height: 250px; 
    border-radius: 20px;
    margin-bottom: 15px;
   
}

.img9:hover{
    border: lightgray 2px solid;
    box-shadow: lightgray 20px 20px 20px;
}

.img12{
    width: 450px;
    height: 300px; 
    border-radius: 20px;
    margin-bottom: 15px;
    
}

.img12:hover{
    border: lightgray 2px solid;
    box-shadow: lightgray 20px 20px 20px;
}