/* Botón personalizado SFOI */
.rh_sfoi_button {
    display: inline-block;
    padding: 12px 32px;
    background: transparent;
    color: #fff;
    border: 2px solid #cfae58;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
}

.rh_sfoi_button:hover {
    background: #cfae58;
    color: #000;
    border-color: #cfae58;
}
/* Estilos generales del contenedor */
.rh_mod_sfoi_wrapper {
    position: relative;
    height: auto;
    overflow: visible;
}

.rh_mod_sfoi_slider_wrapper {
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

.rh_mod_sfoi_button_wrapper {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 10;
    position: relative;
}

/* Botón personalizado */
#rh_sfoi_custom_button {
    padding: 12px 30px;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#rh_sfoi_custom_button:hover {
    background-color: transparent;
    color: #000;
}

/* Estilos para enlaces de menú */
.menu-item a {
    background-color: transparent !important;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover del menú */
.menu-item a:hover {
    background-color: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

/* Menú activo: letra dorada */
.menu-item.current-menu-item > a,
.menu-item.current_page_item > a,
.menu-item.current-menu-ancestor > a,
.menu-item.current_page_ancestor > a {
    background-color: transparent !important;
    color: #cfae58 !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

/* Elimina posibles pseudoelementos que generen fondo negro */
.menu-item a::before,
.menu-item a::after {
    background: none !important;
    box-shadow: none !important;
    content: none !important;
}

/* Estilo especial para el botón VIP */
.menu-vip a {
    background-color: gold !important;
    color: black !important;
}

.menu-vip a:hover {
    background-color: gold !important;
    color: white !important;
}

.wp-block-group {
    color: #000 !important;
}
/* Estilo para el widget de archivos */
.wp-block-archives-list li a {
    color: #000 !important;
}

/* Título del widget "Archives" */
.wp-block-heading {
    color: #000 !important;
}

.cat-item {
    color: #000 !important;
}
.cat-item-cat-item-1{
    color: #000 !important;
}

