/* estilos del carrusel en w3 */
.mySlides {
	display:none;
	text-decoration: none;
}

.w3-button{	
	border-radius: 0.5rem;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.20);
	text-decoration: none;
	border-style: none;
	background-color: #E5A419;
	color: #AB0409;
}

.w3-content{
	text-align: center;
	object-fit: cover;
	padding: 3rem;
	width: auto;
	height: auto;
	align-content: center;
}

