.elementor-7265 .elementor-element.elementor-element-a100e9a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-04c9a26 *//* CSS para estilizar el menú de juegos con .elementor-7265 .elementor-element.elementor-element-04c9a26es renombrados */

/* Contenedor principal */
.am-menu-container8769 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    padding: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
}

/* Títulos de sección */
.am-menu-container8769 h2 {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

/* Elementos del menú (tarjetas) */
.am-menu-card8769 {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    width: calc(25% - 20px);
    min-width: 230px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.am-menu-card8769:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

/* Parte superior del menú (iconos) */
.am-menu-top8769 {
    margin-bottom: 20px;
}

/* Contenedor del icono */
.am-icon-box8769 {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8C7AFF; /* Color base para todos los iconos */
}

/* Colores específicos por sección */
/* Juegos de Lectura */
#game1 .am-icon-box8769 { background-color: #FFD02F; }
#game2 .am-icon-box8769 { background-color: #1DD05D; }
#game3 .am-icon-box8769 { background-color: #8C7AFF; }
#game4 .am-icon-box8769 { background-color: #FF5533; }

/* Juegos Matemáticos */
#game5 .am-icon-box8769 { background-color: #FFD02F; }
#game6 .am-icon-box8769 { background-color: #1DD05D; }
#game7 .am-icon-box8769 { background-color: #8C7AFF; }
#game8 .am-icon-box8769 { background-color: #FF5533; }
#game9 .am-icon-box8769 { background-color: #00BCD4; }

/* Iconos dentro del contenedor */
.am-icon-box8769 i {
    font-size: 24px;
    color: white;
}

/* Parte inferior del menú (texto) */
.am-menu-bottom8769 {
    text-align: left;
}

/* Título del juego */
.am-menu-title8769 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

/* Descripción del juego */
.am-description8769 {
    font-size: 14px;
    line-height: 1.5;
    color: #777777;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1200px) {
    .am-menu-card8769 {
        width: calc(33.33% - 20px);
    }
}

@media (max-width: 992px) {
    .am-menu-card8769 {
        width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .am-menu-card8769 {
        width: 100%;
    }
    
    .am-menu-container8769 {
        gap: 15px;
    }
}/* End custom CSS */