section{
    text-align: center;
    margin-top: 0px;
	margin-bottom:20%; 
    
}
#img-1 { height: 80%;}
#img-1 img{
    width:65%;
    height: auto;
    border-radius: 20px;
	object-fit: cover;
}
#img-2 img{
    width: 0%;
   height: 0%;
	
	
    }
.row {
	display: flex;
 	flex-wrap: wrap;
	flex-flow: row wrap;
	
}
.side {
  flex: 60%;
  /*background-color: #f1f1f1;*/
  padding: 20px;
  
}

.main {
  flex: 40%;
  /*background-color: white;*/
  padding: 20px;
}

.side img 
	{ width: 70%; height: auto; border-radius: 5%;

}
.imagenes {
	width: 100%;
}
.imagenes img {width: 100%; height: auto; border-radius: 5%; object-fit: contain; padding-bottom: 20px;}
@media (max-width:768px){
#img-1 img{
    width:0%;
    height: 0%;
    }
#img-2 img{
    width:90%;
    height: auto;
    border-radius: 20px;
    }
	.row { flex-direction: column;
	}
	.side img { width: 100%;
		
	}
}