/*---------------------------------------------------- 
                ÁREAS PROFESIONALES
-----------------------------------------------------*/

/* Estilos para dispositivos moviles */
@media (max-width: 768px) {
    .subCategoryContainer {
        width: 100% !important;
        float: none; /* Eliminar float */
    }
}

.itemListSubCategories h3, .itemListSubCategories p{
    text-align : center !important;
}

.subCategoryMore{
    font-size: 0 !important;
    background: rgba(41, 188, 184, 0.1) !important;
    border: 2px solid #29bcb8 !important;
    color: #29bcb8 !important;
    text-shadow: none !important;
    padding: 4px !important;
}

.subCategoryMore::after {
    content: "Ver cursos disponibles";
    font-size: 13px;
    padding-right: 6px;
    padding-left: 6px;
    color: black;
    font-weight: 500;
    font-family: "MuseoSlab";
}

/*---------------------------------------------------- 
                 BOTONES MÓVIL
-----------------------------------------------------*/

@media (max-width: 768px) {
    .boton_formacion {
        background-size: 15% auto !important;
    }
}