
*{
    box-sizing: border-box;
    margin: 0;
}
body{
    height: 100vh !important;
}
.loadhidden {
    visibility: hidden;
}

.section-wrap{
    padding: 50px 150px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-100{
    margin-top: 100px;
}
.bg-silver{
    background-color: rgb(240, 240, 240);
}

header{
    width: 100%;
    color: white;
    padding: 1%;
    box-shadow: 0px -15px 20px 1px #212529;
}
header nav ul{
    display: flex;
    flex-direction: row;
    gap: 1%;
    align-items: center;
}
header li{
    list-style-type: none;
}
header a{
    text-decoration: none;
    padding-top: 10px;
    color: white;
}
.navbar-brand{
    padding: 8px 0;
    padding-top: 5px;
}
main{
    height: 100%;
}
footer{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
.dropdown-item.active, .dropdown-item:active {
    color: #212529 !important;
    text-decoration: none !important;
    background-color: whitesmoke !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #212529 !important;
    background-color: whitesmoke !important;
}

img{
    height: auto;
    border-radius: 10px !important;
}
.img-shadow{
    box-shadow: 2px 2px 20px silver;
}
.gap-20{
    gap: 20px;
}


.dropdown > button{
    padding: 0;
    background-color: transparent;
    border: none;
    height: auto;
}


.two-columns{
    display: flex;
    flex-direction: row;
    gap: 5%;
}

.left-main{
    padding-top: 5%;
}
.nav-link.dropdown-toggle.show{
    justify-self: center;
}

.carousel img{
    width: 250px;
    height: auto;
}
.carousel .section-wrap.two-columns.bg-silver{
    height: fit-content;
    padding-bottom: 40px;
}
@media only screen and (max-width: 860px) {
picture{
    display: flex;
    justify-content: center;
}
.section-wrap {
        padding: 30px 50px;
    }
.carousel img {
    width: 50%;
} 
.carousel .section-wrap.two-columns.bg-silver{
    
    flex-direction: column;
}
}
/* ------------ */

.slick-prev, .slick-prev::before, .slick-next, .slick-next::before {
    color: black !important;
 z-index: 1000;

}
.slick-prev::before, .slick-next::before{
        background-color: white;
        border-radius: 50%;
        padding: 3px;
}
.slick-prev{
    left: 25px !important;
}
.slick-next{
    right: 25px !important;
}

.slick-dots {
    bottom: 10px !important; /* Ajuste se estiverem fora da tela */
}

.slick-dots li button:before {
    font-size: 12px; /* Aumenta os dots se forem pequenos */
    color: black !important; /* 🔥 Ajuste a cor */
}

.publicacao{
    width: 150px;
    height: auto;
    border-radius: 10px !important;
}

li{
    list-style: none;
}