/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 03 2026 | 16:33:30 */

#slider-noticias {
    position: relative;
}

.dots-white-rv {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    display: flex !important;
    justify-content: center;
    gap: 10px; 
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    z-index: 20 !important;
}

.dots-white-rv li {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.dots-white-rv li button {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    background-color: transparent !important; 
    border: 2px solid #ffffff !important; 
    border-radius: 50% !important;
    padding: 0 !important;
    color: transparent !important; 
    font-size: 0 !important;
    line-height: 0 !important;
    cursor: pointer !important;
    display: block !important;
    transition: all 0.3s ease;
}

.dots-white-rv li.slick-active button {
    background-color: #ffffff !important; 
    transform: scale(1.1); 
}