:root {
    --swiper-theme-color: #fff;
}

body {
    background-color: #2e3239;
    /* font-family: 'PT Sans', sans-serif; */
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
}

h1 {
    text-align: center;
    font-size: min(max(18px, calc(1.125rem + ((1vw - 3.2px) * 3.4615))), 36px);
    min-height: 0vw;
    padding: 30px 20px 40px 20px;
}

h2 {
    text-align: center;
    font-size: min(max(18px, calc(1.125rem + ((1vw - 3.2px) * 3.4615))), 36px);
    min-height: 0vw;
    padding: 3% 1%;
}

.header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0.5rem 0.5rem 0.5rem;
}

.header img {
    width: 40%;
    max-width: 400px;
    height: auto;
}

.containerGallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.swiper-container .swipper-button {
    width: 100px;
    height: 100%;
    padding: 20px 0;
}

.swiper-container .swiper-button-prev {
    top: 0;
    left: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0.8;
}

.swiper-container .swiper-button-next {
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0.8;
}

.wrapper {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.container-carrossel {
    width: 100%;
    max-width: 836px;
}

.header-slider {
    background: #000;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.gallery-slider {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.gallery-slider .swiper-slide {
    width: auto;
    max-height: 533px;
    height: 63.756vw;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    margin: 10px 0 0 0;
}

.gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.1;
    border-radius: 15px;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.button-more {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.readmore__button {
    display: inline-flex;
    background-image: linear-gradient(162deg, #fecd34 0%, #9c7700 74%);
    padding: 15px 35px;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0px 14px 80px 24px #000000;
    text-decoration: none;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.5px;
}

#categorySelector label,
#categorySelector .drpdwn-custom {
    font-size: clamp(0.688rem, 0.313vw + 0.625rem, 0.875rem);
}

#categorySelector {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem;
    gap: 10px;
}

#categorySelector select {
    background-color: #3d424c;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0.5rem;
    font-size: 1rem;
}

@media screen and (max-width: 840px) {
    h1 {
        padding: 1rem 0.5rem 1.5rem 0.5rem;
    }
}

@media screen and (max-width: 500px) {
    #categorySelector {
        justify-content: center;
    }
}