html {
    scroll-behavior: smooth;
}

body {
    font-family: "SentaSans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.3;
    background-image: url(../imagens/fundo-site.png);
    background-position: center top;
    background-size: cover;
    color: #ffffff;
}

header {
    width: 90%;
}

nav.navbar {
    background-color: #304934;
    border-radius: 0 0 100px 0;
}

nav.navbar .nav-item:not(:last-child) {
    border-right: 1px solid #b0ce49;
    padding-top: 0;
    padding-bottom: 0;
}

nav.navbar .nav-link {
    color: #b0ce49;
    padding-top: 0;
    padding-bottom: 0;
}

nav.navbar .nav-link:hover {
    text-decoration: underline;
}

.redes-sociais {
    color: #b0ce49;
    font-size: 26px;
}

section.conteudo h2 {
    color: #b0ce49;
    font-size: 55px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}

section.conteudo h2:not(.sem-traco)::after {
    content: "";
    height: 1px;
    width: 85%;
    background-color: #cfae76;
    position: absolute;
    left: 0;
    bottom: 0;
}

.texto-verde {
    color: #b2d65f !important;
}

.icone-seta-sobre-esquerda {
    position: absolute;
    left: 15px;
    margin-top: 1rem;
}

.icone-seta-sobre-direita {
    position: absolute;
    right: 15px;
    margin-top: 1rem;
    bottom: 1rem;
}

.swiper-container-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    /* ou 100% se quiser fluido */
    margin: 0 auto;
    padding: 0 100px;
    /* espaço para as setas nas laterais */
}

.swiper-edicoes {
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    margin-top: -20px;
    background-color: #384a1e;
    /* opcional para dar contraste */
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

/* Ajuste caso queira mudar o ícone ou cor */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 50px;
    color: #000000;
}

.swiper-pagination {
    position: relative;
    bottom: auto;
    padding-top: 2rem;
}

.swiper-pagination-bullet {
    height: 30px;
    width: 30px;
    background-color: #9ec937;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #24412d;
}

.botao-congresso {
    border: 1px solid #6e8e46;
    background-color: #6e8e46;
    color: #1b2a16;
    padding: 12px 24px;
    display: inline-block;
    position: relative;
    clip-path: polygon(15% 0, 100% 0, 100% 70%, 85% 100%, 0 100%, 0 30%);
    text-align: center;
    transition: background-color 0.3s ease;
    text-decoration: none;
    font-weight: bold;
}

.botao-congresso:hover,
.botao-congresso:focus {
    background-color: #1b2a16;
    color: #6e8e46;
    cursor: pointer;
}

.ebook-relatoria {
    position: relative;
    right: -100px;
}

.texto-relatoria {
    position: relative;
    top: 100px;
}

.box-ingressos {
    padding: 1rem 2rem;
}

.col-lg:nth-child(odd) .box-ingressos {
    background-color: #33461b;
}

.col-lg:nth-child(even) .box-ingressos {
    background-color: #004329;
}

.box-ingressos .lote {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.box-ingressos .publico {
    color: #f2cf8d;
    font-weight: bold;
    font-size: 18px;
}

.box-ingressos .valor {
    color: #f2cf8d;
    font-weight: 400;
    font-size: 22px;
    margin-top: 0.5rem;
}

.box-ingressos .botao-comprar {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    border-radius: 50px;
    height: 115px;
    width: 115px;
    font-weight: bold;
    transition: 0.3s;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    color: #f2cf8d;
    text-transform: uppercase;
    margin: 0 auto -50px auto;
}

.col-lg:nth-child(odd) .box-ingressos .botao-comprar {
    background-color: #004329;
    border: 1px solid #004329;
}

.col-lg:nth-child(even) .box-ingressos .botao-comprar {
    background-color: #33461b;
    border: 1px solid #33461b;
}

.col-lg:nth-child(odd) .box-ingressos .botao-comprar:hover,
.col-lg:nth-child(odd) .box-ingressos .botao-comprar:focus {
    background-color: #f2cf8d;
    color: #004329;
}

.col-lg:nth-child(even) .box-ingressos .botao-comprar:hover,
.col-lg:nth-child(even) .box-ingressos .botao-comprar:focus {
    background-color: #f2cf8d;
    color: #33461b;
}

.texto-bege {
    color: #e1c282 !important;
}

.texto-verde-limao {
    color: #d8ff4f !important;
}

.box-programacao {
    background-color: #33461b;
    color: #ffffff;
}

.box-programacao .data {
    color: #f0d9a0;
    font-size: 35px;
    font-weight: 500;
}

.box-programacao .horario {
    font-weight: 500;
}

.box-programacao .descricao {
    font-size: 90%;
}

.box-show {
    background-color: #304934;
    color: #ffffff;
    display: inline-block;
    position: relative;
    clip-path: polygon(15% 0, 100% 0, 100% 70%, 85% 100%, 0 100%, 0 30%);
    text-align: center;
    transition: background-color 0.3s ease;
    text-decoration: none;
    font-weight: bold;
}

.box-show .data {
    color: #f0d9a0;
    font-size: 45px;
    font-weight: 500;
}

.box-show .horario {
    font-size: 55px;
    font-weight: normal;
}

.box-show .texto {
    text-align: start;
    line-height: 1;
    font-size: 22px;
    color: #f0d9a0;
}

section.programacao .botao-congresso {
    position: absolute;
    right: 30px;
    bottom: -25px;
    background-color: #9db149;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #9db149;
}

section.programacao .botao-congresso:hover,
section.programacao .botao-congresso:focus {
    background-color: #ffffff;
    color: #9db149;
}

.botao-praticas {
    clip-path: polygon(20% 0, 95% 0, 100% 25%, 80% 100%, 5% 100%, 0 75%);
    background-color: #9db149;
    color: #132419;
    font-weight: 500;
    border: 1px solid #9db149;
    font-size: 45px;
    position: absolute;
    right: -50px;
    bottom: 0;
}

.botao-praticas:hover,
.botao-praticas:focus {
    background-color: #ffffff;
    color: #9db149;
}

section.local .nome-local {
    font-size: 85px;
    font-weight: 500;
    color: #9ecf4c;
    line-height: 1;
}

section.local .buffet,
section.local .cidade {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

section.local .descricao {
    font-size: 24px;
    width: 80%;
    font-weight: 100;
}

section.local .mapa {
    width: 450px;
    height: 250px;
    position: relative;
    margin-top: -125px;
}

.swiper-hoteis img,
.swiper-restaurantes img,
.swiper-hospedar img,
.swiper-restaurantes-chapada img,
.swiper-passeios img {
    margin-bottom: 1.5rem;
}

.swiper-hoteis .nome,
.swiper-restaurantes .nome,
.swiper-hospedar .nome,
.swiper-restaurantes-chapada .nome,
.swiper-passeios .nome {
    color: #b7cc55;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.swiper-hoteis .descricao,
.swiper-restaurantes .descricao,
.swiper-hospedar .descricao,
.swiper-restaurantes-chapada .descricao,
.swiper-passeios .descricao {
    width: 80%;
}

.swiper-hoteis .descricao i.fas,
.swiper-restaurantes .descricao i.fas,
.swiper-hospedar .descricao i.fas,
.swiper-restaurantes-chapada .descricao i.fas,
.swiper-passeios .descricao i.fas {
    color: #f75c47;
}

.swiper-hoteis .distancia {
    color: #b7cc55;
    font-size: 90%;
}

.swiper-hoteis .botao-congresso {
    border: 2px solid #827a48;
    background-color: #061001;
    color: #99783f;
    font-size: 12px;
}

.box-patrocinadores {
    background-color: #ffffff;
    clip-path: polygon(10% 0, 100% 0, 100% 75%, 90% 100%, 0 100%, 0 30%);
}

.lista-secoes {
    list-style: none;
}

.lista-secoes a {
    text-decoration: none;
    color: #b0ce49;
    font-weight: 500;
    font-size: 22px;
}

footer .informacoes,
footer .informacoes a {
    color: #b0ce49;
    font-weight: normal;
}

footer .informacoes.telefone {
    position: relative;
    top: -200px;
    left: 100px;
}

.texto-amarelo {
    font-weight: 500;
    color: #ffff00;
}

.box-almoco .botao-congresso {
    position: absolute;
    right: 0;
    bottom: -30px;
    background-color: #9db149;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #9db149;
}

.box-almoco .botao-congresso:hover,
.box-almoco .botao-congresso:focus {
    background-color: #ffffff;
    color: #9db149;
}

.modal-body,
.modal-content {
    background-color: #121a13;
    color: #ffffff;
}

.botao-congresso.branco.transparente {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 28px;
}

section.conteudo.praticas h2:not(.sem-traco)::after {
    content: "";
    height: 1px;
    width: 70%;
    background-color: #cfae76;
    position: absolute;
    left: 15%;
    bottom: 0;
}

.gallery-item {
    margin-bottom: 15px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.nav-link,
.nav-link:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    body {
        background-position: left top;
    }

    .botao-praticas {
        font-size: 23px;
        right: 0;
        bottom: 0;
    }

    .navbar-toggler {
        color: #b0ce49;
        border-color: #b0ce49;
        line-height: 1;
    }

    nav.navbar .nav-item:not(:last-child) {
        border: none;
    }

    .ebook-relatoria {
        position: relative;
        right: 0;
    }

    section.local .mapa {
        width: 75%;
        height: 250px;
        position: relative;
        margin-top: -80px;
    }

    section.conteudo h2 {
        font-size: 25px;
    }

    .swiper-slide {
        text-align: center;
    }

    .swiper-hoteis .descricao,
    .swiper-restaurantes .descricao,
    .swiper-hospedar .descricao,
    .swiper-restaurantes-chapada .descricao,
    .swiper-passeios .descricao {
        width: 100%;
    }

    .swiper-restaurantes .descricao i.fas,
    .swiper-hospedar .descricao i.fas,
    .swiper-restaurantes-chapada .descricao i.fas,
    .swiper-passeios .descricao i.fas {
        margin-right: 0.5rem;
    }

    section.local .descricao {
        font-size: 18px;
        width: 100%;
        font-weight: 100;
    }

    .texto-relatoria {
        position: relative;
        top: auto;
        margin-top: 1rem;
    }

    .box-ingressos {
        padding: 1rem 1rem;
    }

    .box-ingressos .publico {
        color: #f2cf8d;
        font-weight: bold;
        font-size: 18px;
    }

    .box-ingressos .botao-comprar {
        height: 110px;
        width: 110px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    section.local .nome-local {
        font-size: 65px;
        line-height: 1;
    }

    .icone-seta-sobre-direita {
        position: absolute;
        right: 15px;
        margin-top: 1rem;
        top: 1rem;
    }

    .icone-seta-sobre-esquerda {
        position: absolute;
        right: 15px;
        margin-top: 1rem;
        top: 25%;
    }

    .mapa-mato-grosso {
        width: 75%;
    }

    header {
        width: 100%;
    }

    .navbar {
        display: inline-block;
    }

    nav.navbar {
        background-color: transparent;
    }

    .topo-redes-sociais {
        width: 80%;
        text-align: end;
        display: inline-block;
    }

    .navbar-collapse {
        position: fixed;
        top: -100vh;
        left: 0;
        z-index: 1;
        background: #304934;
        width: 100%;
        height: 100vh;
        padding: 0 1rem;
        transition: 0.3s ease-in-out top;
    }

    .navbar-collapse.collapse.show {
        top: 0;
        transition: 0.3s ease-in-out top;
    }

    .navbar-collapse.collapse.show ul {
        margin-top: 3rem;
    }

    .navbar-toggler[aria-expanded="true"] {
        position: fixed;
        top: 15px;
        left: 15px;
        z-index: 2;
        transition: 0.4s ease-in-out all;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 35px;
    }

    footer .informacoes.telefone {
        position: relative;
        top: auto;
        left: auto;
    }

    .swiper-container-wrapper {
        padding: 0px 50px;
    }

    .nav-link,
    .nav-link:hover {
        font-size: 14px;
    }
}