.zoom{
	z-index: 100000;
    width: 100%;
    height: 100vh;
    background-color: #000000e0;
    position: fixed;
    top: 0;

    display: none;
   justify-content: center;
   align-items: center;
}

.zoom .cerrar{
	top: 0;
    right: 0;
    position: absolute;
    display: block;
    color: #fff;
    text-align: right;
    font-size: 2em;
    padding-right: 15px;
    font-weight: bolder;
    cursor: pointer;
}

.zoom img{
	
}
.zoomClic{cursor: pointer;}

.imgSection img{margin-bottom: 20px;}