/* Custom Styles */
.navbar-brand img {
    height: 100px;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.nav-link{
    margin: 0 10px;
    text-transform: uppercase;
    transition: font-weight 0.2s ease;
}

.nav-link.active {
    font-weight: bold;
    color: #c7a639 !important;
}

.btn-emergency {
    background-color: #c7a639;
    color: white;
    font-weight: bold;
    padding: 8px 40px;
    margin-left: 40px;
}

.btn-emergency:hover {
    background-color: #234731;
    color: white;
}

.btn-facebook {
    background-color: #303030;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding: 20px;
}

.btn-facebook:hover {
    background-color: #c7a639;
    color: white;
}

.carousel-item {
    height: 800px;
    background-size: cover;
    background-position: center;
}

#bombeiros_slider .carousel-item, 
#associacao_slider_1 .carousel-item, 
#associacao_slider_2 .carousel-item, 
#associacao_slider_3 .carousel-item, 
#fanfarra_slider .carousel-item 
{
    max-height: 500px !important;
    background-size: cover;
    background-position: center;
}

#bombeiros_slider .carousel-item img,
#associacao_slider_1 .carousel-item img,
#associacao_slider_2 .carousel-item img,
#associacao_slider_3 .carousel-item img,
#fanfarra_slider .carousel-item img
 {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.carousel-item img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.carousel-background{
    height: 800px;
}

.content-section {
    padding: 60px 0;
}

footer {
    background-color: #c7a639;
    color: white;
    padding: 40px 0 20px;
    /* margin-top: 60px; */
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: white;
}

.logofooter{
    width: 100px;
    margin-bottom: 20px;
}

#donativos{
    width: 100%;
    background: url('../images/banners/donativos.png');
    height: 800px;
    background-size: cover;
    background-position: center;
}

#separator_01{
    width: 100%;
    background: url('../images/separators/separator_01.png');
    height: 300px;
    background-size: cover;
    background-position: center;
    border-top: 10px solid #c7a639;
    border-bottom: 10px solid #CCC;
}

#separator_02{
    width: 100%;
    background: url('../images/separators/separator_02.png');
    height: 300px;
    background-size: cover;
    background-position: center;
    border-top: 10px solid #c7a639;
    border-bottom: 10px solid #CCC;
}

/* Scroll to Top Button */
#scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #c7a639;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scrollToTop.show {
    opacity: 1;
    visibility: visible;
}

#scrollToTop:hover {
    background-color: #234731;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {
    .carousel-item, .carousel-item img, .carousel-background {
        height: 600px;
    }

    .nav-link {
        font-size: 20px;
        font-weight: bold;
        margin: 10px 10px;
    }

    .btn-emergency {
        padding: 15px 50px;
        margin-top: 25px;
        margin-left: 0px;
        font-size: 22px;
    }

    .btn-facebook {
        padding: 20px;
        margin-top: 25px;
        margin-left: 0px;
        margin-bottom: 30px;
    }

    #donativos{
        background: url('../images/banners/donativos_small.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

}
