.boton-xl{
	width: 25%;
}
.boton-m{
	width: 20%;
}
.boton-cen-bottom {
	position: absolute;
	bottom: 13.5%;
	left: 40%;		
	-webkit-transition: all ease-out 0.5s;
	cursor: pointer;
	border-radius: 5px;
}
.boton-izq-bottom {
	position: absolute;
	bottom: 13.5%;
	left: 9%;	
	-webkit-transition: all ease 0.2s;
	cursor: pointer;
	border-radius: 5px;
}
.img-boton{
	width: 100%;
	height: 100%;
	object-fit: contain;	
}

/*Estilos hover */
.hover-agrandar:hover{
	transform: scale(1.02);
}
.hover-sombrear:hover{
	-webkit-box-shadow: 1px 1px 13px 4px rgb(32 32 32 / 20%);
    -moz-box-shadow: 1px 1px 13px 4px rgba(32,32,32,.2);
    box-shadow: 1px 1px 13px 4px rgb(32 32 32 / 20%);
}