button.custom-accordion-header {
    color: #000000 !important;
}

.custom-accordion-section {
    margin-bottom: 20px;
}

.custom-accordion {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.custom-accordion-item {
    border-bottom: 1px solid #ddd;
}

.custom-accordion-item:last-child {
    border-bottom: none;
}

.custom-accordion-header {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: 'open_sansbold', Arial, sans-serif;
    padding: 15px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
}

.custom-accordion-header:hover,
.custom-accordion-header.custom-active {
    background-color: #eeeeee;
    color:#000000;
}

.custom-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 15px;
    line-height: 21px;
    font-family: 'open_sansregular', Arial, sans-serif;
}

.custom-accordion-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.custom-accordion-content li {
    padding: 5px 0;
}

/* Responsive design */
@media (max-width: 600px) {
    .custom-accordion-header {
        font-size: 16px;
        padding: 12px;
    }

    .custom-accordion-content {
        font-size: 14px;
        line-height: 20px;
    }
}

.hombres-accordion-section {
    margin-bottom: 20px;
}

.hombres-accordion {
    border: 1px solid #444;
    border-radius: 5px;
}

.hombres-accordion-item {
    border-bottom: 1px solid #444;
}

.hombres-accordion-item:last-child {
    border-bottom: none;
}

.hombres-accordion-header {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: 'open_sansbold', Arial, sans-serif;
    padding: 15px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    color: #f0f0f0;
}

.hombres-accordion-header:hover,
.hombres-accordion-header.hombres-active {
    background-color: #5a5a5a;
    color: #ffffff;
}

.hombres-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 15px;
    line-height: 21px;
    font-family: 'open_sansregular', Arial, sans-serif;
    color: #d3d3d3;
    background-color: #333;
    padding: 0 15px;
}

.hombres-accordion-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.hombres-accordion-content li {
    padding: 5px 0;
    color: #d3d3d3;
}

/* Responsive design */
@media (max-width: 600px) {
    .hombres-accordion-header {
        font-size: 16px;
        padding: 12px;
    }

    .hombres-accordion-content {
        font-size: 14px;
        line-height: 20px;
    }
}
