
#acordeon .accordion-button::after {
    width: 44px;
    height: 44px;
    border: 2px solid var(--light-dos); 
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1rem;
    box-sizing: border-box;
    background-image: none; 
    content: '\f078'; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--dark); 
}


#acordeon .custom-img-container {
    position: relative;
    overflow: visible;
}

#acordeon .custom-img {
    border-radius: 1rem;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    min-width: 100%;
    width: 100%;
    max-width: 100% !important;
}