:root {
    --branco: #FFFFFF;
    --marrom-mel: #B45700;
    --background-off-white: #F4F4F0;
    --creme: #F5E4C4;
    --footer: #805A37;
    --degrade--dourado: linear-gradient(90deg, #E7C05C 3.5%, #FFFFFF 100%);

    --font--Mont: "Montserrat", sans-serif;
}


.swiper-button-prev, .swiper-button-next {
    display: none;
}

.swiper-pagination {
    display: none;
}

.carrossel__titulo {
    font-family: var(--font--Mont);
    font-size: 37px;
    color: var(--marrom-mel);
    margin: 1.5em 0;
    text-align: center;
}

.swiper {
    width: 100%;
    max-width: 960px;
}

.swiper-slide {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    
    
}

.carrossel__imagem {
    width: 100%;
    margin-bottom: 3em;
    height: auto;
    object-fit: cover;
    clip-path: inset(5% 10% 0 15%);
    
}