@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@font-face {
    font-style: normal;
    font-weight: 300;
    src: url('../fontes/ProximaNova-Light.eot');
    src: url('../fontes/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fontes/ProximaNova-Light.woff2') format('woff2'),
        url('../fontes/ProximaNova-Light.woff') format('woff'),
        url('../fontes/ProximaNova-Light.ttf') format('truetype');
    font-family: 'Proxima Nova';
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: normal;
    src: url('../fontes/ProximaNova-Regular.eot');
    src: url('../fontes/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fontes/ProximaNova-Regular.woff2') format('woff2'),
        url('../fontes/ProximaNova-Regular.woff') format('woff'),
        url('../fontes/ProximaNova-Regular.ttf') format('truetype');
    font-family: 'Proxima Nova';
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 600;
    src: url('../fontes/ProximaNova-Semibold.eot');
    src: url('../fontes/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fontes/ProximaNova-Semibold.woff') format('woff'),
        url('../fontes/ProximaNova-Semibold.ttf') format('truetype');
    font-family: 'Proxima Nova';
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 700;
    src: url('../fontes/ProximaNova-Bold.eot');
    src: url('../fontes/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/ProximaNova-Bold.woff2') format('woff2'),
        url('../fontes/ProximaNova-Bold.woff') format('woff'),
        url('../fontes/ProximaNova-Bold.ttf') format('truetype');
    font-family: 'Proxima Nova';
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: bold;
    src: url('../fontes/ProximaNova-Extrabld.eot');
    src: url('../fontes/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('../fontes/ProximaNova-Extrabld.woff2') format('woff2'),
        url('../fontes/ProximaNova-Extrabld.woff') format('woff'),
        url('../fontes/ProximaNova-Extrabld.ttf') format('truetype');
    font-family: 'Proxima Nova';
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
}

::placeholder {
    opacity: 1;
}

.mask_img,
.mask_video {
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mask_img img,
.mask_video video {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.centro {
    width: 100%;
    margin: 0 auto;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

#banner .mask_video {
    width: 100%;
    height: auto;
    max-height: 743px;
    overflow: hidden;
}

#banner .mask_video .sombra_video {
    display: flex;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../imagens/sombra_banner.png) center no-repeat, url(../imagens/sombra_header.png) center top no-repeat;
}

#banner .mask_video .bt_play {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 76px;
    transform: translate(-50%, -50%);
    background: url(../imagens/bt_play.png) center top no-repeat;
    cursor: pointer;
}

#reserva .centro {
    box-sizing: border-box;
    z-index: 3;
    position: relative;
    max-width: 755px;
    height: 105px;
    margin-top: -52px;
    padding: 10px;
    padding-left: 33px;
    border-radius: 52.5px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

#reserva form {
    display: grid;
    grid-template-columns: 220px 1fr 245px;
    height: 100%;
}

#reserva .data {
    position: relative;
    padding-left: 37px;
    background: url(../imagens/calendario.png) center left no-repeat;
    cursor: pointer;
}

#reserva .data * {
    cursor: pointer;
}

#reserva input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 70px;
    opacity: 0;
    /*width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;*/
}

#reserva h2 {
    margin-top: 10px;
    color: #acacac;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}

#reserva p,
#reserva select {
    color: #364f45;
    font-weight: 700;
    font-size: 26px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}

#reserva select {
    padding-right: 29px;
    border: none;
    background: url(../imagens/seta_select.png) center right no-repeat;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#reserva h3 {
    margin-top: -3px;
    color: #364f45;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}

#reserva button {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 68px;
    border: none;
    border-radius: 42.5px;
    background: #364f45 url(../imagens/lupa.png) center left 25px no-repeat;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Proxima Nova';
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

#experiencias .centro {
    max-width: 1420px;
    padding-bottom: 55px;
}

#experiencias h2:not(.listagem_experiencias h2) {
    max-width: 715px;
    margin: 0 auto;
    margin-top: 38px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 400;
    font-size: 48px;
    font-family: "IBM Plex Serif", serif;
    text-align: center;
}

#experiencias p:not(.listagem_experiencias p) {
    max-width: 715px;
    margin: 0 auto;
    color: #000000;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Proxima Nova';
    letter-spacing: 0.9px;
    text-align: center;
}

.listagem_experiencias {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 28px;
    row-gap: 36px;
    margin-top: 36px;
}

.listagem_experiencias li a {
    position: relative;
}

.listagem_experiencias .desconto {
    display: flex;
    z-index: 2;
    position: absolute;
    top: -10px;
    left: -20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 4px solid #fffffe;
    border-radius: 50%;
    background-color: #364f45;
}

.listagem_experiencias .desconto h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: -0.9px;
}

.listagem_experiencias .desconto h6 {
    margin-top: -3px;
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
}

.listagem_experiencias .fundo_branco {
    padding: 7px;
    border-radius: 24px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.listagem_experiencias .mask_img {
    width: 100%;
    height: 264px;
    border-radius: 18px;
    background-color: #000000;
}

.listagem_experiencias .mask_img img {
    opacity: 90%;
}

.listagem_experiencias .passador>div {
    display: flex;
    z-index: 4;
    position: absolute;
    bottom: 10px;
    left: 50%;
    column-gap: 4px;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    transform: translateX(-50%);
}

.listagem_experiencias .passador span {
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
}

.listagem_experiencias .passador .selected {
    background-color: #364f45;
}

.listagem_experiencias article {
    padding-top: 25px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-left: 23px;
}

.listagem_experiencias article h4 {
    display: flex;
    column-gap: 6px;
    align-items: center;
    margin-left: -16px;
    color: #364f45;
    font-weight: 400;
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
}

.listagem_experiencias article h4 span {
    display: flex;
    width: 10px;
    height: 1px;
    background-color: #364f45;
}

.listagem_experiencias article h3 {
    margin-bottom: 6px;
    color: #313131;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
}

.listagem_experiencias article p {
    color: #6d6c6c;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    font-family: "Source Sans 3", sans-serif;
}

.listagem_experiencias .bloco_preco {
    display: grid;
    grid-template-columns: 50% 1fr;
    width: 335px;
    height: 86px;
    margin-top: -44px;
    margin-right: 14px;
    margin-left: auto;
    overflow: hidden;
    border-radius: 18px;
    background-color: #fafafa;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.listagem_experiencias .bloco_preco .preco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 28px;
}

.listagem_experiencias .bloco_preco .preco h4 {
    color: #717171;
    font-weight: normal;
    font-size: 13px;
    font-family: 'Proxima Nova';
    letter-spacing: 0.39px;
}

.listagem_experiencias .bloco_preco .preco h4 .preco_anterior {
    text-decoration: line-through;
}

.listagem_experiencias .bloco_preco .preco h3 {
    position: relative;
    margin-top: -4px;
    margin-bottom: -5px;
    margin-left: 20px;
    color: #313131;
    font-weight: 700;
    font-size: 32px;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: -1.28px;
}

.listagem_experiencias .bloco_preco .preco h3 .s1,
.listagem_experiencias .bloco_preco .preco h3 .s2 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: unset;
}

.listagem_experiencias .bloco_preco .preco h3 .s1 {
    bottom: 4px;
    left: -19px;
}

.listagem_experiencias .bloco_preco .preco h3 .s2 {
    top: 5px;
}

.listagem_experiencias .bloco_preco .preco h5 {
    color: #717171;
    font-weight: normal;
    font-size: 13px;
    font-family: 'Proxima Nova';
    letter-spacing: 0.39px;
}

.listagem_experiencias .bt_add_carrinho {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-right: 75px;
    background: #dfdfdf url(../imagens/carrinho2.png) center right 30px no-repeat;
    transition: all 0.08s ease-in;
}

.listagem_experiencias li:hover .bt_add_carrinho {
    background: #364f45 url(../imagens/carrinho2_w.png) center right 27px no-repeat;
}

.listagem_experiencias .bt_add_carrinho h3 {
    color: #313131;
    font-weight: 700;
    font-size: 15px;
    line-height: 14px;
    font-family: 'Source Sans 3', sans-serif;
    letter-spacing: -0.6px;
    text-align: right;
    text-transform: uppercase;
    transition: all 0.08s ease-in;
}

.listagem_experiencias li:hover .bt_add_carrinho h3 {
    color: #fff;
}

.listagem_experiencias .bt_saiba_mais {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 200%;
    height: 100%;
    background: #dfdfdf url(../imagens/info.png) center right 30px no-repeat;
    background-size: auto 30px;
    transition: all 0.08s ease-in;
}

.listagem_experiencias li:hover .bt_saiba_mais {
    background: #364f45 url(../imagens/info_w.png) center right 27px no-repeat;
    background-size: auto 30px;
}

.listagem_experiencias .bt_saiba_mais h3 {
    display: block;
    width: 100%;
    color: #313131;
    font-weight: 700;
    font-size: 15px;
    line-height: 14px;
    font-family: 'Source Sans 3', sans-serif;
    letter-spacing: -0.6px;
    text-align: center;
    text-indent: -35px;
    text-transform: uppercase;
    transition: all 0.08s ease-in;
}

.listagem_experiencias li:hover .bt_saiba_mais h3 {
    color: #fff;
}

#banner2 .centro {
    position: relative;
    max-width: 1420px;
}

#banner2 .mask_img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

#banner2 .passador {
    position: relative;
    top: -180px;
}

#banner2 .passador span {
    display: inline-block;
    z-index: 2;
    position: absolute;
    top: 50%;
    width: 76px;
    height: 77px;
    transform: translateY(-50%);
    text-indent: -9999px;
    cursor: pointer;
}

#banner2 .anterior {
    left: -120px;
    background: url(../imagens/passador_esquerda.png) center no-repeat;
}

#banner2 .proximo {
    right: -120px;
    background: url(../imagens/passador_direita.png) center no-repeat;
}

#galeria .centro {
    max-width: 100%;
    padding-top: 49px;
}

#galeria ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

#galeria .mask_img {
    width: 100%;
    height: 350px;
}


#pag_experiencia_interna header {
    background-color: #292929;
}

#conteudo_experiencia .centro {
    max-width: calc(100% - 176px);
    padding-top: 153px;
}

#conteudo_experiencia .listagem_imagens {
    display: grid;
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 240px;
    gap: 20px;
}

#conteudo_experiencia .listagem_imagens li {
    cursor: pointer;
}

#conteudo_experiencia .listagem_imagens li:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
}

#conteudo_experiencia .listagem_imagens .mask_img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

#conteudo_experiencia .listagem_imagens .mask_img img {
    height: inherit;
    object-fit: cover;
}

#conteudo_experiencia .listagem_imagens .mask_img.mask_img_video {
    position: relative;
    background: #222;
}

#conteudo_experiencia .listagem_imagens .mask_img.mask_img_video span {
    display: block;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    background: url(../imagens/bt_play_2.png) center center no-repeat;
}

#conteudo_experiencia .listagem_imagens .mask_img.mask_img_video img {
    opacity: 0.3;
}

#conteudo_experiencia .listagem_imagens .mais_fotos {
    display: flex;
    z-index: 3;
    position: absolute;
    right: 26px;
    bottom: -20px;
    align-items: center;
    width: fit-content;
    height: 40px;
    padding-right: 48px;
    padding-left: 19px;
    border-radius: 20px;
    background: #364f45 url(../imagens/icon_imagens.png) center right 16px no-repeat;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

#conteudo_experiencia .geral {
    max-width: 1086px;
    margin: 0 auto;
    padding-top: 28px;
}

#conteudo_experiencia h3:not(#conteudo_experiencia .box_comprar .preco h3) {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 31px;
    padding: 0 15px;
    border: 1px solid #364f45;
    color: #364f45;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Proxima Nova';
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

#conteudo_experiencia h2 {
    margin-top: -2px;
    margin-bottom: 11px;
    color: #000000;
    font-weight: 400;
    font-size: 48px;
    font-family: "IBM Plex Serif", serif;
}

#conteudo_experiencia p {
    color: #000000;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Proxima Nova';
    letter-spacing: 1px;
}

#conteudo_experiencia .bottom {
    display: grid;
    grid-template-columns: 1fr 377px;
    column-gap: 170px;
    margin-top: 22px;
}

#conteudo_experiencia h4 {
    min-width: 210px;
    margin-bottom: 19px;
    color: #000000;
    font-weight: 400;
    font-size: 38px;
    font-family: "IBM Plex Serif", serif;
}

#conteudo_experiencia .box_comprar .preco h5 {
    position: relative;
    top: 2px;
    left: 4px;
    min-width: 130px;
}

#conteudo_experiencia .esquerda ul {
    display: flex;
    row-gap: 28px;
    flex-direction: column;
    margin-top: 27px;
    margin-bottom: 25px;
}

#conteudo_experiencia .esquerda ul li {
    box-sizing: border-box;
    min-height: 30px;
    padding-left: 50px;
}

#conteudo_experiencia .esquerda ul li.horarios {
    background: url(../imagens/horarios.png) top left no-repeat;
}

#conteudo_experiencia .esquerda ul li.duracao {
    background: url(../imagens/duracao.png) top left 4px no-repeat;
}

#conteudo_experiencia .esquerda ul li.incluso {
    background: url(../imagens/incluso.png) top left 6px no-repeat;
}

#conteudo_experiencia .esquerda ul li.capacidade {
    background: url(../imagens/capacidade.png) top left 1px no-repeat;
}

#conteudo_experiencia .esquerda ul li.capacidade_min {
    background: url(../imagens/capacidade_min.png) top left 1px no-repeat;
}

#conteudo_experiencia .esquerda ul li.valor {
    background: url(../imagens/valor.png) top left no-repeat;
}

#conteudo_experiencia .esquerda p {
    font-size: 18px;
    letter-spacing: 0.9px;
}

#conteudo_experiencia .esquerda p b {
    font-weight: 700;
}

#conteudo_experiencia .esquerda p span,
#conteudo_experiencia .esquerda p.observacao {
    font-weight: 600;
}

#conteudo_experiencia .esquerda p.observacao {
    line-height: 24px;
}

#conteudo_experiencia .esquerda .botoes {
    display: flex;
    column-gap: 5px;
    flex-direction: row;
    margin-top: 50px;
}

#conteudo_experiencia .esquerda .botoes a {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 40px;
    padding-right: 20px;
    padding-left: 44px;
    border-radius: 21px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}

#conteudo_experiencia .esquerda .botoes a.whats {
    background: #4caf50 url(../imagens/whats.png) center left 13px no-repeat;
    background-size: 23px;
}

#conteudo_experiencia .esquerda .botoes a.local {
    background: #364f45 url(../imagens/local.png) center left 14px no-repeat;
    background-size: 21px;
}

#conteudo_experiencia .esquerda .botoes a.menu {
    background: #595959 url(../imagens/cardapio.png) center left 14px no-repeat;
    background-size: 21px;
}

#conteudo_experiencia .box_comprar {
    position: sticky;
    top: 100px;
    height: fit-content;
    margin-top: 10px;
    padding: 22px;
    padding-bottom: 30px;
    border-radius: 24px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#conteudo_experiencia .box_comprar h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 0;
    border-radius: 20px;
    background-color: #dfdfdf;
    color: #313131;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}

#conteudo_experiencia .box_comprar .preco {
    display: flex;
    align-items: flex-end;
    margin-top: 21px;
    margin-bottom: 21px;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#conteudo_experiencia .box_comprar .preco h4,
#conteudo_experiencia .box_comprar .preco h5 {
    margin-bottom: 0;
    color: #717171;
    font-weight: normal;
    font-size: 17px;
    font-family: 'Proxima Nova';
    letter-spacing: 0.6px;
}

#conteudo_experiencia .box_comprar .preco h4 .preco_anterior {
    text-decoration: line-through;
}

#conteudo_experiencia .box_comprar .preco h3 {
    position: relative;
    margin-top: -4px;
    margin-bottom: -5px;
    margin-left: 28px;
    color: #313131;
    font-weight: 700;
    font-size: 48.4px;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: -1.9px;
}

#conteudo_experiencia .box_comprar .preco h3 .s1,
#conteudo_experiencia .box_comprar .preco h3 .s2 {
    position: absolute;
    font-weight: 700;
    font-size: 27px;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: unset;
}

#conteudo_experiencia .box_comprar .preco h3 .s1 {
    bottom: 4px;
    left: -27px;
}

#conteudo_experiencia .box_comprar .preco h3 .s2 {
    top: 5px;
}

#conteudo_experiencia .box_comprar a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 53px;
    padding-left: 28px;
    border-radius: 26.5px;
    background: #364f45 url(../imagens/carrinho3.png) center right 28px no-repeat;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    font-family: "Source Sans 3", sans-serif;
    letter-spacing: -0.68px;
    text-transform: uppercase;
}

#conteudo_experiencia .box_comprar a.bt_whats_novo_comprar {
    background: #4ea365 url(../imagens/bt_whats_novo_comprar.png) center right 20px no-repeat;
    background-size: 28px auto;
}

.box_comprar .listagem_cartoes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
}

#avaliacoes .centro {
    max-width: 1086px;
    padding-top: 35px;
}

#avaliacoes h2,
#localizacao h2 {
    color: #000000;
    font-weight: 400;
    font-size: 48px;
    font-family: "IBM Plex Serif", serif;
    text-align: center;
}

.listagem_avaliacoes {
    position: relative;
    width: 50000px;
    margin-top: 30px;
    gap: 17px;
}

.centro_hide {
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    overflow-x: hidden;
}

.listagem_avaliacoes li {
    width: 469px;
    margin-right: 20px;
    float: left;
}

.listagem_avaliacoes li:not(.listagem_avaliacoes .estrelas li) {
    padding: 32px;
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.listagem_avaliacoes li .top {
    display: grid;
    grid-template-columns: 70px 1fr;
    column-gap: 21px;
    align-items: center;
}

.listagem_avaliacoes li h3 {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Proxima Nova';
}

.estrelas {
    display: flex;
    height: 12px;
    margin-top: 7px;
}

.star-icon {
    margin-top: -9px;
    border: none;
    color: #364f45;
    font-size: 19px;
    list-style-type: none;
    cursor: pointer;
}

.listagem_avaliacoes li .star-icon {
    width: 20px;
    margin-right: 0;
}

.star-icon::before {
    content: "\2606";
}

.star-icon.ativo::before {
    content: "\2605";
}

.listagem_avaliacoes li p {
    margin-top: 16px;
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Proxima Nova';
}

#avaliacoes {
    position: relative;
}

.passador_avaliacoes {
    z-index: 9999;
    position: absolute;
    top: 230px;
    left: 0;
    width: 100%;
    min-height: 10px;
}

.passador_avaliacoes .passador {
    position: relative;
    max-width: 1086px;
    margin: 0 auto;
}

.passador_avaliacoes .passador span {
    display: inline-block;
    position: absolute;
    width: 55px;
    height: 56px;
    background-size: contain !important;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.08s ease-in;
}

.passador_avaliacoes .passador:hover span {
    opacity: 1;
}

.passador_avaliacoes .anterior {
    left: -108px;
    background: url(../imagens/passador_esquerda.png) center no-repeat;
}

.passador_avaliacoes .proximo {
    right: -108px;
    background: url(../imagens/passador_direita.png) center no-repeat;
}

#localizacao .centro {
    max-width: 1420px;
    padding-top: 35px;
    padding-bottom: 20px;
}

#localizacao p {
    margin-top: 13px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Proxima Nova';
    letter-spacing: 1px;
    text-align: center;
}

#localizacao iframe {
    width: 100%;
    height: 558px;
    border-radius: 18px;
}

#localizacao iframe {
    width: 100%;
    height: 558px;
    border-radius: 18px;
}

#pag_experiencia_interna #galeria .centro {
    padding-top: 23px;
}

#pag_modal_compra {
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#pag_modal_compra main {
    display: flex;
    align-items: center;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
}

#pag_modal_compra .centro {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 745px;
    max-height: 600px;
    margin-top: -65px;
    padding-top: 27px;
    border-radius: 18px;
    background-color: #f4f4f4;
}

#pag_modal_compra .form {
    box-sizing: border-box;
    display: flex;
    position: relative;
    row-gap: 10px;
    flex-direction: column;
    width: 100%;
    max-width: calc(100% - 60px);
    max-height: inherit;
    margin: 0 auto;
    padding-bottom: 120px;
}

#pag_modal_compra h2 {
    margin-bottom: 25px;
    color: #000000;
    font-weight: 600;
    font-size: 30px;
    font-family: "IBM Plex Serif", serif;
    text-align: center;
}

#pag_modal_compra #calendario h2 {
    color: #eee;
}

.passos_compra {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    overflow-y: scroll;
}

.passos_compra .top {
    /*box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);*/
    border-radius: 18px;
    background-color: #ffffff;
    cursor: pointer;
}

.passos_compra .top .centro2 {
    display: flex;
    column-gap: 17px;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: calc(100% - 40px);
    height: 55px;
    margin: 0 auto;
}

.passos_compra .top h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #364f45;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Proxima Nova';
}

.passos_compra .top h3 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Proxima Nova';
}

.passos_compra .fechado .conteudo {
    display: none;
}

.passos_compra .conteudo h4 {
    margin-top: 26px;
    margin-bottom: 17px;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Proxima Nova';
    text-align: center;
}

.passos_compra .conteudo .calendario {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 18px;
}

.passos_compra .conteudo .calendario #calendario {
    position: relative;
    left: 30px;
}

.passos_compra select {
    box-sizing: border-box;
    display: flex;
    width: 338px;
    height: 55px;
    padding-left: 28px;
    border: none;
    border-radius: 27.5px;
    background: #ffffff url(../imagens/seta_select2.png) center right 26px no-repeat;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    color: #585858;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Proxima Nova';
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0 auto;
    margin-bottom: 35px;
}

.passos_compra .opcao {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 19px 30px;
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.passos_compra .conteudo .opcao h3 {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Proxima Nova';
}

.passos_compra .conteudo .opcao p {
    margin-top: 1px;
    margin-bottom: 7px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Proxima Nova';
}

.passos_compra .conteudo .opcao h4 {
    margin: 0;
    font-weight: bold;
    text-align: unset;
}

.passos_compra .contador {
    display: flex;
    column-gap: 14px;
    flex-direction: row;
    align-items: center;
}

.passos_compra .contador span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain !important;
    text-indent: -9999px;
    cursor: pointer;
}

.passos_compra .contador .menos {
    background: url(../imagens/menos.png) center no-repeat;
}

.passos_compra .contador .mais {
    background: url(../imagens/mais.png) center no-repeat;
}

.passos_compra .contador input[type="number"] {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #909090;
    border-radius: 6px;
    background-color: transparent;
    -moz-appearance: textfield;
    appearance: textfield;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Proxima Nova';
    text-align: center;
}

.barra_footer {
    box-sizing: border-box;
    display: flex;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 28px 30px;
    border-radius: 0 0 18px 18px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.barra_footer p,
#carrinho .bloco_valor p {
    color: #434343;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Proxima Nova';
}

.barra_footer h3,
#carrinho .bloco_valor h3 {
    margin-top: 4px;
    color: #313131;
    font-weight: 700;
    font-size: 28px;
    font-family: 'Proxima Nova';
}

.barra_footer .direita,
#carrinho .bloco_valor .direita {
    display: flex;
    column-gap: 8px;
    flex-direction: row;
}

.barra_footer button,
#carrinho .bloco_valor button,
#carrinho .bloco_valor a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 47px;
    padding: 0 24px;
    border: 2px solid #364f45;
    border-radius: 23.5px;
    background-color: transparent;
    color: #364f45;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Proxima Nova';
    cursor: pointer;
}

.barra_footer button.finalizar,
#carrinho .bloco_valor button.finalizar {
    background-color: #364f45;
    color: #ffffff;
    font-weight: bold;
}

#pag_carrinho header,
#pag_pagamento header,
#pag_agradecimento header {
    background-color: #292929;
}

#carrinho {
    padding-top: 173px;
    padding-bottom: 69px;
}

#carrinho .centro {
    max-width: 1086px;
}

#carrinho .bloco_compra {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#carrinho .bloco_compra .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 40px;
    background-color: #364f45;
}

#carrinho .bloco_compra .top h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}

#carrinho .bloco_compra .top .excluir {
    padding-right: 32px;
    background: url(../imagens/delete.png) center right no-repeat;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
    cursor: pointer;
}

#carrinho .bloco_compra .meio {
    display: flex;
    column-gap: 50px;
    flex-direction: row;
    align-items: center;
    padding: 20px 40px;
}

#carrinho .bloco_compra .meio .mask_img {
    width: 200px;
    height: 135px;
    border-radius: 12px;
}

#carrinho .bloco_compra .meio .mask_img img {
    height: inherit;
    object-fit: cover;
}

#carrinho .bloco_compra .contador {
    display: flex;
    row-gap: 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#carrinho .bloco_compra .contador span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain !important;
    text-indent: -9999px;
    cursor: pointer;
}

#carrinho .bloco_compra .contador .menos {
    background: url(../imagens/seta_baixo.png) center no-repeat;
}

#carrinho .bloco_compra .contador .mais {
    background: url(../imagens/seta_cima.png) center no-repeat;
}

#carrinho .bloco_compra .contador input[type="number"] {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #494949;
    border-radius: 6px;
    background-color: transparent;
    -moz-appearance: textfield;
    appearance: textfield;
    color: #292929;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Proxima Nova';
    text-align: center;
}

#carrinho .bloco_compra .meio h3 {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Proxima Nova';
}

#carrinho .bloco_compra .meio h4 {
    margin-top: 8px;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Proxima Nova';
}

#carrinho .bloco_compra .bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    padding: 0 40px;
    background-color: #292929;
}

#carrinho .bloco_compra .bottom h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}

#carrinho .bloco_valor {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 28px 40px;
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#pagamento .centro {
    max-width: 1420px;
    padding-top: 165px;
    padding-bottom: 52px;
}

#pagamento form {
    display: grid;
    grid-template-columns: 1fr 510px;
    column-gap: 30px;
    row-gap: 27px;
}

#pagamento .bloco_dados,
#pagamento .bloco_forma_pagamento,
#pagamento .bloco_resumo {
    overflow: hidden;
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#pagamento .bloco_dados .top,
#pagamento .bloco_forma_pagamento .top,
#pagamento .bloco_resumo .top {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 40px;
    background-color: #292929;
}

#pagamento .bloco_dados .top h2,
#pagamento .bloco_forma_pagamento .top h2,
#pagamento .bloco_resumo .top h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}

.conteudo_form1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 14px;
    row-gap: 19px;
    padding: 0 40px;
    padding-top: 32px;
    padding-bottom: 40px;
}

.span1 {
    grid-column: span 1;
}

.span2 {
    grid-column: span 2;
}

.conteudo_form1 label {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Proxima Nova';
}

.conteudo_form1 label input {
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    border: none;
    border-radius: 6px;
    background-color: #f4f4f4;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Proxima Nova';
    text-indent: 18px;
}

form input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.conteudo_form2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14px;
    padding-top: 25px;
    padding-bottom: 40px;
}

.conteudo_form2 input[type="radio"] {
    display: flex;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.conteudo_form2 label.active {
    background: #364f45;
}

.conteudo_form2 label.active h3 {
    color: #fff;
}

.conteudo_form2 label.pix.active h3 {
    background: url(../imagens/pix2_w.png) center right no-repeat;
}

.conteudo_form2 label.cartao.active h3 {
    background: url(../imagens/cartao_credito_w.png) center right no-repeat;
}

.conteudo_form2 label {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border-radius: 6px;
    background-color: #f4f4f4;
    cursor: pointer;
}

.conteudo_form2 label h5 {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    color: #3d3d3d;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Proxima Nova';
    text-align: center;
    text-transform: uppercase;
}

.conteudo_form2 label h5 b {
    color: #364f45;
    font-weight: 700;
}

.conteudo_form2 label h3 {
    width: fit-content;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Proxima Nova';
}

.conteudo_form2 label.pix h3 {
    padding-right: 35px;
    background: url(../imagens/pix2.png) center right no-repeat;
}

.conteudo_form2 label.cartao h3 {
    padding-right: 45px;
    background: url(../imagens/cartao_credito.png) center right no-repeat;
}

.conteudo_form2 label.boleto h3 {
    padding-right: 55px;
    background: url(../imagens/boleto.png) center right no-repeat;
}

#pagamento .direita {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column: 2;
}

#resumo_itens .conteudo_form3 {
    margin-bottom: 30px;
}

.conteudo_form3 {
    padding: 0 40px;
    padding-top: 30px;
}

.conteudo_form3 .top_conteudo {
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: 25px;
    align-items: center;
    margin-bottom: 15px;
}

.conteudo_form3 .top_conteudo article {
    position: relative;
}

.conteudo_form3 .top_conteudo article span.totais {
    position: absolute;
    top: 30px;
    right: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Proxima Nova';
}

.conteudo_form3 .top_conteudo article span.totais b {
    color: #364f45;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Proxima Nova';
}

.conteudo_form3 .top_conteudo .mask_img {
    width: 100%;
    max-height: 120px;
    border-radius: 12px;
}

.conteudo_form3 .top_conteudo .mask_img {
    height: inherit;
    object-fit: cover;
}

.conteudo_form3 .top_conteudo h3 {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Proxima Nova';
}

.conteudo_form3 .top_conteudo h4 {
    margin-bottom: 10px;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Proxima Nova';
}

.conteudo_form3 .top_conteudo h5 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Proxima Nova';
}

.box_observacao {
    padding-top: 20px;
}

.box_observacao p {
    margin-bottom: 7px;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Proxima Nova';
}

.box_observacao label {
    display: grid;
    width: 100%;
}

.box_observacao label textarea {
    height: 50px;
    height: 80px;
    margin-top: -2px;
    padding-top: 10px;
    border: none;
    border-radius: 6px;
    background-color: #f4f4f4;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Proxima Nova';
    text-indent: 18px;
    resize: none;
}

.box_observacao label textarea::placeholder {
    opacity: 0.7;
}

.box_cupom {}

.box_cupom p {
    margin-bottom: 7px;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Proxima Nova';
}

.box_cupom label {
    display: grid;
    grid-template-columns: 1fr 119px;
    column-gap: 7px;
    width: 100%;
}

.box_cupom label input[type="text"] {
    height: 50px;
    margin-top: -2px;
    border: none;
    border-radius: 6px;
    background-color: #f4f4f4;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Proxima Nova';
    text-indent: 18px;
}

.box_cupom label input[type="text"]::placeholder {
    opacity: 0.7;
}

.box_cupom label button {
    box-sizing: border-box;
    border: 2px solid #292929;
    border-radius: 6px;
    background-color: transparent;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
    cursor: pointer;
}

.box_cupom label .mensagem_retorno {
    display: none;
    margin-top: 5px;
    padding: 6px 0;
    border: 2px solid #fb8383;
    border-radius: 6px;
    color: #fb8383;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Proxima Nova';
    text-align: center;
    text-transform: uppercase;
}

.box_cupom label .mensagem_cupom {
    position: relative;
    left: 18px;
    margin-top: 5px;
    color: #bfa220;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Proxima Nova';
    text-decoration: underline;
    text-transform: uppercase;
}

.conteudo_form3 .box_valores {
    padding-top: 32px;
}

.conteudo_form3 .box_valores article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.conteudo_form3 .box_valores h4 {
    color: #292929;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}

.conteudo_form3 .box_valores h3,
.conteudo_form3 .box_valores h3 strong {
    margin-top: 15px;
    color: #292929;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}

#pagamento .declaracao {
    display: grid;
    grid-template-columns: 30px 1fr;
    padding-top: 30px;
}

#pagamento .declaracao span.checkbox {
    box-sizing: border-box;
    display: flex;
    position: relative;
    top: -1px;
    width: 22px;
    height: 22px;
    border: 1px solid #292929;
    border-radius: 6px;
    background-color: transparent;
}

#pagamento .declaracao input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pagamento .declaracao p {
    color: #2d2d2d;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Proxima Nova';
}

#pagamento .declaracao p a {
    color: #364f45;
    font-weight: 600;
    text-decoration: underline;
}

#pagamento .bt_finalizar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-top: 21px;
    border: none;
    border-radius: 30px;
    background-color: #364f45;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
    cursor: pointer;
}

#pagamento .bloco_resumo.limite {
    height: calc(100% - 71px);
    padding-bottom: 20px;
}

#agradecimento {
    padding-top: 165px;
    padding-bottom: 58px;
}

#agradecimento .centro {
    max-width: 1086px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#agradecimento .top2 .status {
    position: absolute;
    top: 76px;
    right: 0;
    max-width: 430px;
}

#agradecimento .top {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 40px;
    background-color: #292929;
}

#agradecimento .top h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}

#agradecimento .conteudo {
    padding: 40px;
    padding-top: 30px;
}

#agradecimento h3 {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Proxima Nova';
}

#agradecimento p {
    margin-top: -2px;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Proxima Nova';
}

#agradecimento .bottom {
    display: grid;
    grid-template-columns: 1fr 465px;
    column-gap: 46px;
    margin-top: 30px;
}

#agradecimento .esquerda .div1.show_pix {
    display: block;
}

#agradecimento .esquerda .div1.show_pix h4 {
    display: block;
    padding: 70px 0 30px 0;
    border: 2px solid #00a650;
    border-radius: 12px;
    background: url(../imagens/boss_cart/status_aprovado.png) center 20px no-repeat;
    background-size: 45px auto;
    color: #00a650;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Proxima Nova';
    text-align: center;
}

#agradecimento .esquerda .div1 {
    display: grid;
    grid-template-columns: 170px 1fr;
    column-gap: 40px;
    align-items: center;
}

#agradecimento .esquerda .div1 .codigo_pix img {
    display: block;
    width: 100%;
}

#agradecimento .codigo_pix a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    margin-top: 15px;
    border-radius: 6px;
    background-color: #364f45;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
}

#agradecimento .instrucoes_pix {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
}

#agradecimento .instrucoes_pix li {
    display: grid;
    grid-template-columns: 35px 1fr;
}

#agradecimento .instrucoes_pix h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #364f45;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Proxima Nova';
}

#agradecimento .instrucoes_pix p {
    color: #2d2d2d;
    font-weight: 300;
    font-size: 17px;
}

#agradecimento .cinza {
    box-sizing: border-box;
    display: flex;
    row-gap: 2px;
    flex-direction: column;
    width: 100%;
    margin-top: 25px;
    padding: 20px 22px;
    border-radius: 6px;
    background-color: #f4f4f4;
}

#agradecimento .cinza p {
    color: #2d2d2d;
    text-align: center;
}

#agradecimento .cinza p b {
    color: #000000;
    font-weight: 600;
}

#agradecimento .direita {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#agradecimento .direita p {
    color: #282828;
    text-align: center;
}

#agradecimento .direita p b {
    font-weight: bold;
}

#agradecimento .direita h4,
#agradecimento .direita h3 {
    color: #292929;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Proxima Nova';
    text-align: center;
    text-transform: uppercase;
}

#agradecimento .direita h3 {
    font-size: 32px;
}

#agradecimento .direita a.bt_ver_ingressos {
    box-sizing: border-box;
    display: flex;
    top: 15px;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 50px;
    margin: 0 auto;
    border: 2px solid #364f45;
    border-radius: 6px;
    color: #364f45;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Proxima Nova';
    text-decoration: none;
    text-transform: uppercase;
}

#agradecimento .direita a {
    box-sizing: border-box;
    display: flex;
    position: relative;
    top: 20px;
    align-items: center;
    justify-content: center;
    width: 225px;
    margin: 0 auto;
    border-radius: 6px;
    color: #364f45;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Proxima Nova';
    text-decoration: underline;
    text-transform: uppercase;
}

.bt_contato_whats {
    display: block;
    width: 270px;
    height: 83px;
    background: url(../imagens/bt_contato_whats.png) center no-repeat;
    background-size: 100% auto;
    text-indent: -20000px;
}

#conteudo_experiencia .andar_whats {
    position: sticky;
    top: 100px;
    width: 270px;
    height: fit-content;
    margin-top: 10px;
    padding: 22px;
    padding-bottom: 30px;
    border-radius: 24px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#conteudo_experiencia .andar_whats h6 {
    margin-top: 5px;
    margin-bottom: 3px;
    margin-bottom: 15px;
    color: #666;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Proxima Nova';
    text-align: center;
    text-transform: uppercase;
}

#conteudo_experiencia .box_comprar .preco .esquerda {
    width: 182px;
}

#conteudo_experiencia .esquerda .botoes a.bt_politicas {
    box-sizing: border-box;
    border: 2px solid #364f45;
    background: transparent url(../imagens/bt_download_politicas.png) center left 16px no-repeat;
    background-size: 22px;
    color: #364f45;
}

#conteudo_experiencia .box_comprar a.bt_whats_novo_comprar {
    justify-content: center;
    width: 100%;
    height: 83px;
    padding-right: 5px;
    padding-left: 65px;
    border-radius: 18px;
    background: url(../imagens/bt_contato_whats2.png) center left no-repeat;
    background-size: cover;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: unset;
}
























#cards_enoturismo,
#galeria {
    display: none;
}

#cards_enoturismo {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 80px;
    background: url(../imagens/background8.jpg) center top -450px no-repeat;
}

#cards_enoturismo .center {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding-right: 89px;
    padding-left: 89px;
}

#cards_enoturismo .center::after {
    display: inline-block;
    position: absolute;
    bottom: 128px;
    left: 0;
    width: 89px;
    height: 54px;
    background: #364f45;
    content: '';
}

#cards_enoturismo .center .passador {
    box-sizing: border-box;
    display: flex;
    position: absolute;
    bottom: 83px;
    left: 0;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 89px;
}

#cards_enoturismo .center .passador span {
    display: inline-block;
    width: 55px;
    height: 18px;
    text-indent: -9999px;
    cursor: pointer;
}

#cards_enoturismo .center .passador span.esquerda {
    background: url(../imagens/card_esquerda.png) center no-repeat;
}

#cards_enoturismo .center .passador span.direita {
    background: url(../imagens/card_direita.png) center no-repeat;
}

#cards_enoturismo .center .center-interno {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding-right: 89px;
}

#cards_enoturismo .center .center-interno::after {
    display: inline-block;
    z-index: 1;
    position: absolute;
    right: 1px;
    bottom: -70px;
    width: calc(50% - 148px);
    height: 470px;
    background: #364f45;
    content: '';
}

#cards_enoturismo .center article {
    display: flex;
    z-index: 3;
    position: relative;
    flex-direction: row;
    width: 100%;
    padding-top: 39px;
    padding-bottom: 24px;
    background: url(../imagens/fundo_cards.jpg) center no-repeat;
    background-size: cover;
}

#cards_enoturismo .center article div.esquerda {
    box-sizing: border-box;
    display: flex;
    row-gap: 26px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 53.34%;
    padding-right: 43px;
    padding-left: 40px;
}

#cards_enoturismo .center article .esquerda ul {
    width: 100%;
    max-height: 473px;
}

#cards_enoturismo .center article .esquerda ul li {
    position: relative;
    width: 100%;
    padding-top: 74.96%;
}

#cards_enoturismo .center article .esquerda ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#cards_enoturismo .center article .esquerda .marcacao {
    display: flex;
    column-gap: 5px;
    flex-direction: row;
}

#cards_enoturismo .center article .esquerda .marcacao button {
    box-sizing: border-box;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid #364f45;
    border-radius: 50%;
    background: no-repeat;
    cursor: pointer;
}

#cards_enoturismo .center article .esquerda .marcacao button.active {
    background: #364f45;
}

#cards_enoturismo .center article .direita {
    box-sizing: border-box;
    width: 46.58%;
    padding-right: 65px;
}

#cards_enoturismo .center-interno article .direita h3 {
    margin-bottom: 3px;
}

#cards_enoturismo .center article .direita h2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 42px;
    line-height: 45px;
    font-family: 'IBM Plex Serif';
}

#cards_enoturismo .center article .direita p {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
    margin-top: 16px;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: 'proximaNova-regular';
    letter-spacing: 0.9px;
}

#exp_enoturismo {
    box-sizing: border-box;
    width: 100%;
    padding: 0 89px;
}

#exp_enoturismo .center {
    display: flex;
    row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}

#exp_enoturismo h2.titulo {
    display: inline-block;
    margin-bottom: 27px;
    padding-right: 96px;
    background: url(../imagens/maos.png) top 4px right no-repeat;
    color: #000000;
    font-weight: 400;
    font-size: 64px;
    font-family: 'IBM Plex Serif';
}

#exp_enoturismo .center>div {
    width: 100%;
}

#exp_enoturismo .center div ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 550px;
    width: 100%;
    gap: 50px;
}

#exp_enoturismo .center div ul a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #342e2b;
}

#exp_enoturismo .center div ul a img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: overlay;
    opacity: 0.9;
}

#exp_enoturismo .center div ul a article {
    box-sizing: border-box;
    display: flex;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-right: 50px;
    padding-left: 31px;
}

#exp_enoturismo .center .degustacao:nth-of-type(2) ul a article {
    padding-top: 96px;
}

#exp_enoturismo .center .degustacao:nth-of-type(2) ul a article h3 {
    margin-top: 0;
}

#exp_enoturismo .center div ul a article h3 {
    display: flex;
    column-gap: 11px;
    flex-direction: row;
    align-items: center;
    margin-top: auto;
    color: #364f45;
    font-weight: 400;
    font-size: 13px;
    font-family: 'proximaNova-regular';
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

#exp_enoturismo .center div ul a article h3::before {
    display: inline-block;
    width: 100%;
    min-width: 30px;
    max-width: 80px;
    height: 1px;
    background: #364f45;
    content: '';
}

#exp_enoturismo .center div ul a article h2 {
    max-width: 265px;
    margin-top: 10px;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    font-family: 'IBM Plex Serif';
}

#exp_enoturismo .center .experiencias ul a article h2 {
    max-width: 430px;
}

#exp_enoturismo .center div ul a article p {
    max-width: 314px;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    font-family: 'proximaNova-regular';
    letter-spacing: 0.75px;
}

#exp_enoturismo .center div ul a article h4 {
    margin-top: auto;
    margin-bottom: 32px;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    font-family: 'proximaNova-regular';
    letter-spacing: 0.75px;
}

#exp_enoturismo .center div ul li.colheita {
    grid-row: last;
    grid-column: span 3;
}

#exp_enoturismo .center div ul li.colheita article p {
    max-width: 601px;
}

#exp_enoturismo .center div h3.tipo,
#cards_enoturismo .center-interno article .direita h3 {
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
    padding: 6px 12px 7px 18px;
    border: 1px solid #364f45;
    color: #364f45;
    font-weight: 400;
    font-size: 16px;
    font-family: 'proximaNova-regular';
    letter-spacing: 2.4px;
    text-transform: uppercase;
}


/* ========================================================================= */
/* HEADER DA VINÍCOLA CAMPESTRE */
/* ========================================================================= */
#header {
    display: flex;
    z-index: 998;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    align-items: center;
    height: 100px;
    transition: transform 0.32s ease, background-color 0.25s ease, height 0.3s ease;
}

/* Fundo sombreado gradiente quando no topo */
#header.transparente::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(230, 13%, 9%);
    content: '';
    opacity: 1;
    transition: opacity 0.3s ease;
}

#header.transparente {
    height: 130px;
    background: transparent;
}

#pag-index #header.transparente::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    opacity: 1;
    transition: opacity 0.3s ease;
}

#pag-index #header.transparente {
    height: 168px;
    background: transparent;
}

#header.escuro {
    height: 104px;
    background: hsl(230, 13%, 9%);
}

#header.escuro::before {
    opacity: 0;
}

#header.oculto {
    transform: translateY(-110%);
}

#header .centro {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Logos */
#header .logo {
    margin: 0;
    transition: opacity 0.2s ease;
}

#header .logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

#header .logo-vertical {
    display: none;
    height: 90px;
}

#header.transparente .logo-vertical {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#header .logo-horizontal {
    display: none;
    height: 45px;
}

#header.escuro .logo-horizontal {
    display: block;
}

#header .acoes {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 24px;
}

#header .botoes-conta-carrinho {
    display: flex;
    align-items: center;
    gap: 24px;
}

#header .bt_carrinho,
#header .bt_menu_mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

#header .bt_carrinho {
    padding: 12px 24px;
    border-radius: 166px;
    background: hsl(156, 19%, 26%);
    transition: background 0.2s ease;
}

#header .bt_carrinho:hover {
    background: #2f5f45;
}

#header .bt_menu_mobile {
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 84px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.06);
    transition: all 0.2s ease;
}

#header .bt_menu_mobile:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.16);
}

#header .bt_conta {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

#header .bt_conta:hover {
    opacity: 0.8;
}

#header .bt_conta .icone-conta {
    display: block;
    width: 37px;
    height: 37px;
    background-image: url(../imagens/conta_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* ========================================================================= */
/* MENU FULLSCREEN */
/* ========================================================================= */
:root {
    --font-eb-garamond: 'EB Garamond', serif;
    --font-montserrat: 'Montserrat', sans-serif;
}

#menu-mobile {
    display: none;
    visibility: hidden;
    z-index: 2000;
    position: fixed;
    inset: 0;
    overflow: hidden;
    background: #000;
    color: #fff;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#menu-mobile.is-open {
    display: block;
    visibility: visible;
    opacity: 1;
}

#menu-mobile .menu-interno {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#menu-mobile .menu-painel {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 60%;
    height: 100%;
    padding: 60px 80px;
    background: #14151a;
}

#menu-mobile .menu-logo {
    display: block;
    align-self: flex-start;
    width: 220px;
    margin-bottom: auto;
}

#menu-mobile .menu-logo img {
    width: 100%;
    height: auto;
}

#menu-mobile .menu-lista {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
    list-style: none;
}

#menu-mobile .menu-lista>li>a {
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    font-family: var(--font-eb-garamond);
    text-align: right;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

#menu-mobile .menu-lista>li>a:hover {
    opacity: 0.7;
}

#menu-mobile .submenu {
    display: flex;
    visibility: hidden;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 33%;
    height: 170vh;
    margin: 0;
    padding: 0 60px;
    gap: 20px;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#menu-mobile.exibir-marcas .submenu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

#menu-mobile .submenu li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 32px;
    font-family: var(--font-eb-garamond);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

#menu-mobile .submenu li a:hover {
    opacity: 1;
}

#menu-mobile .menu-imagem {
    display: block;
    position: relative;
    width: 40%;
    background-image: url(../imagens/menu.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    transition: transform 0.6s ease;
}

#menu-mobile .menu-imagem::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(47, 95, 69, 0.85);
    /* Verde escuro */
    content: '';
    opacity: 0;
    transition: opacity 0.4s ease;
}

#menu-mobile.exibir-marcas .menu-imagem::after {
    opacity: 1;
}

#menu-mobile .bt_fechar_menu {
    display: flex;
    z-index: 2200;
    position: absolute;
    top: 50px;
    right: 100px;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 54px;
    border: none;
    border-radius: 800px;
    background: black;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

#menu-mobile .bt_fechar_menu:hover {
    transform: scale(1.1);
    background: #254a36;
}

#menu-mobile .bt_fechar_menu svg {
    width: 30px;
    height: 30px;
    stroke: #ffffff;
}

.no-scroll {
    overflow: hidden;
}


/* ========================================================================= */
/* FOOTER DA VINÍCOLA CAMPESTRE */
/* ========================================================================= */
#site-footer .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

#site-footer {
    z-index: 10;
    position: relative;
    padding: 64px 0 48px;
    background-color: #0f1511;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

#site-footer a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

#site-footer a:hover {
    color: #ffffff;
    opacity: 0.8;
}

#site-footer .topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(76, 88, 97, 0.4);
}

#site-footer .topo__logo img {
    width: auto;
    height: 52px;
}

#site-footer .topo__acoes {
    display: flex;
    align-items: center;
    gap: 32px;
}

#site-footer .redes-sociais {
    display: flex;
    gap: 16px;
}

#site-footer .redes-sociais a svg {
    width: 27px;
    height: 27px;
    fill: #ffffffCC;
    transition: fill 0.2s ease;
}

#site-footer .redes-sociais a:hover svg {
    fill: #ffffff;
}

#site-footer .cta .btn--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 48px;
    gap: 12px;
    border-radius: 100px;
    background-color: #364f45;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

#site-footer .cta .btn--primary:hover {
    background-color: #48665a;
}

/* Marcas */
#site-footer .marcas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 64px 0;
    border-bottom: 1px solid rgba(76, 88, 97, 0.4);
}

#site-footer .marcas__titulo {
    margin: 0;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
}

#site-footer .marcas img {
    width: 220px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

#site-footer .marcas img:hover {
    opacity: 1;
}

/* Grade de Informações */
#site-footer .grade {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 60px;
    gap: 30px;
}

#site-footer .coluna__titulo {
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}

#site-footer .coluna__conteudo {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.2;
}

#site-footer .coluna__item {
    margin-bottom: 20px;
}

#site-footer .coluna__item .label {
    font-size: 15px;
}

#site-footer .coluna__item p {
    margin: 0;
}

#site-footer .numero {
    color: rgb(233, 222, 206);
    font-weight: 600;
}

/* Newsletter */
#site-footer .newsletter .input {
    box-sizing: border-box;
    width: 100%;
    height: 54px;
    margin-bottom: 8px;
    padding: 16px 24px;
    border: 1px solid white;
    border-radius: 100px;
    background: transparent;
    color: #ffffff;
    font-size: 17px;
}

#site-footer .newsletter .input::placeholder {
    color: #ffffff;
    font-size: 17px;
}

#site-footer .newsletter .btn-enviar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    padding: 0 32px;
    border: none;
    border-radius: 100px;
    background-color: #364f45 !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#site-footer .newsletter .btn-enviar:hover {
    background-color: #48665a !important;
}

/* Base do Footer */
#site-footer .base {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 47px;
    border-top: 1px solid rgba(76, 88, 97, 0.4);
    color: #ffffffCC;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

#site-footer .dev {
    display: flex;
    align-items: center;
    gap: 40px;
}

#site-footer .dev a {
    color: #ffffffCC;
}

#site-footer .dev a:hover {
    color: #ffffff;
}

#site-footer .copyright {
    flex: 1;
}

#site-footer .privacidade {
    flex: 1;
    text-align: right;
}
#site-footer .privacidade a{
    padding-left: 25px;
}

/* Lista de Links */
#site-footer .nav-lista {
    margin: 0;
    padding: 0;
    list-style: none;
}

#site-footer .nav-lista li {
    margin-bottom: 10px;
}

#site-footer .nav-lista li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

#site-footer .nav-lista li a:hover {
    color: #364f45;
}

/* Acordeão (mobile) */
#site-footer .acordeao {
    display: none;
}

#site-footer .acordeao__item {
    margin-bottom: 0;
}

#site-footer .acordeao__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    border: none;
    background: transparent;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}

#site-footer .acordeao__btn svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    stroke: #ffffff;
    transition: transform 0.3s ease;
}

#site-footer .acordeao__item.is-open .acordeao__btn svg {
    transform: rotate(180deg);
}

#site-footer .acordeao__painel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

#site-footer .acordeao__item.is-open .acordeao__painel {
    max-height: 500px;
}

#site-footer .acordeao__interno {
    padding-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.7;
}

#site-footer .acordeao__interno p {
    margin: 0 0 10px;
}

#site-footer .acordeao__interno .nav-lista li {
    margin-bottom: 8px;
}