/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.custom-filter li:hover a{
	color:#fff !important;
	cursor: pointer;
}

.boton-flotante {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #007bff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .descargar-icono {
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
  }
  
  .descargar-icono:hover {
	color: #ffffff;
	text-decoration: none;
  }

  .descargar-icono img{
	width:100px !important;
  }