/* ------------------------- */
/* VENTANA EMERGENTE DE OFERTAS SEMANALES */
/* ------------------------- */

.contenedor .overlay {
	background: rgba(0,0,0,.8);
    color: white;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;

}
.overlay.active{
	visibility: visible;
}

.popup .btn-cerrar-popup{
	font-size: 36px;
	line-height: 36px;
	display: block;
	text-align: right;
	color: gray;
	transition: .3s ease all;
}
td{
	border: 2px solid;
	border-color: blueviolet;
}
