.elementor-kit-19{--e-global-color-primary:#1F0033;--e-global-color-secondary:#CC0000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==========================================
   ESTILO PARA SECCIÓN DE ENTRENADORES
   ========================================== */

/* Forzar a que todas las fotos sean circulares e idénticas */
.bloque-entrenador img {
    width: 160px !important;
    height: 160px !important;
    object-fit: cover !important; /* Recorta la foto automáticamente para que encaje sin deformarse */
    border-radius: 50% !important; /* Las hace completamente redondas estilo ficha deportiva */
    border: 3px solid #a80000 !important; /* Borde rojo de tu club */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

/* Efecto de animación al pasar el ratón por encima del bloque */
.bloque-entrenador:hover img {
    transform: translateY(-8px) scale(1.05) !important; /* La foto sube y se agranda un pelín */
    border-color: #ffffff !important; /* El borde cambia a blanco brillante */
    box-shadow: 0 12px 28px rgba(168, 0, 0, 0.5) !important; /* Brillo rojo inferior */
}

/* Estilo moderno para los nombres de los entrenadores */
.bloque-entrenador .elementor-heading-title,
.bloque-entrenador h3,
.bloque-entrenador p {
    margin-top: 18px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: 0.5px !important;
    transition: color 0.3s ease !important;
}

/* Cambio sutil de color en el nombre al pasar el ratón */
.bloque-entrenador:hover .elementor-heading-title,
.bloque-entrenador:hover h3,
.bloque-entrenador:hover p {
    color: #ff4d4d !important; /* El texto se vuelve un rojo más vivo */
}/* End custom CSS */