/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2025 | 19:07:25 */
/* Centrar texto de tarjetas */
.elementor-counter-title{
	text-align: center;
}

/* CSS para cambiar el color del título a blanco en hover */

/* Seleccionamos el contenedor principal */
.material-box:hover .elementor-image-box-title {
    color: #ffffff !important; /* Color blanco con !important para asegurar que sobrescriba otros estilos */
    transition: color 0.3s ease; /* Transición suave del cambio de color */
}

/* También podemos añadir un estilo base para el título si quieres definir un color por defecto */
.material-box .elementor-image-box-title {
    transition: color 0.3s ease; /* Transición suave para el estado normal también */
}

/* Color de la franja del texto seleccionado */
/* Navegadores Webkit (Chrome, Safari, Edge, etc.) */
::selection {
  background-color: #B0CC3C;
  color: white; /* Cambia si quieres un texto diferente durante la selección */
}

/* Firefox */
::-moz-selection {
  background-color: #B0CC3C;
  color: white;
}

/* Paginación pagina de materiales disponibles*/

.ekit-pagination{
	display:flex;
	align-content:center;
	justify-content:center;
}



