@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-family: 'Proxima Nova';
    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-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    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-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    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-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    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-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    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-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}

::placeholder {
    opacity: 1;
}

.centro {
    width: 100%;
    margin: 0 auto;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.mask_img,
.mask_video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.mask_img img,
.mask_video video {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
}

#banner {
    position: relative;
    height: 420px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    box-sizing: border-box;
}

#banner .centro {
    width: 100%;
    max-width: 1592px;
}

#banner h2 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #d7d193;
    position: relative;
    z-index: 2;
    max-width: 412px;
    padding-left: 65px;
}

#banner ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#banner ul li,
#banner ul .mask_img,
#banner ul img {
    height: 100%;
    width: 100%;
}

#banner ul img {
    display: inline-block;
    object-fit: cover;
    object-position: center;
}

#reserva .centro {
    max-width: 1121px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    transform: translateY(-50%);
}

.filtro_reservas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 54px;
    column-gap: 7px;
}

#reserva h2 {
    font-family: 'Proxima Nova';
    font-weight: 600;
    font-size: 15px;
    color: #acacac;
    text-transform: uppercase;
    margin-top: 10px;
}

.filtro_reservas select {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #86854e;
    text-transform: uppercase;
    background: url(../../imagens/seta_select.png) center right 25px no-repeat;
    background-color: #ffff;
    border: none;
    padding-right: 29px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 27px;
    padding-left: 25px;
    width: 100%;
    min-width: 236px;
    box-sizing: border-box;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    height: 50px;
}

.filtro_reservas label.busca {
    display: flex;
    position: relative;
    height: 50px;
}

.filtro_reservas label.busca input[type='submit'] {

    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #faf3a9;
    text-transform: uppercase;
    border-radius: 27px;
    border: transparent;
    width: 100%;
    padding-left: 25px;
    padding-right: 29px;
    box-sizing: border-box;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);

    background: #959456 url(../../imagens/icon_lupa_reserva.png) 92% center no-repeat;
    background-size: 18px auto;
    border: transparent;
    cursor: pointer;
}

#reserva h3 {
    font-family: 'Proxima Nova';
    font-weight: 600;
    font-size: 13px;
    color: #c8a700;
    text-transform: uppercase;
    margin-top: -3px;
}

.filtro_reservas button {
    background: #c8a700 url(../../imagens/lupa.png) center left 25px no-repeat;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 68px;
    border: none;
    border-radius: 42.5px;
    font-family: 'Proxima Nova';
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
}

#experiencias .centro {
    max-width: 1420px;
}

#experiencias .centro>h2,
#experiencias .centro .top h2 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    color: #959456;
    text-align: center;
    margin: 0 auto;
    margin-top: 9px;
    margin-bottom: 10px;
}

/*#experiencias .paginas {
    display: grid;
    grid-auto-columns: 45px;
    grid-template-rows: 45px;
    justify-content: center;
    grid-auto-flow: column;
    gap: 7px;
    margin-top: 33px;
}

#experiencias .paginas a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #a2a2a2;
    letter-spacing: 0.9px;
    text-align: center;
    background: #ffff;
    border-radius: 50%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.8s ease;
}

#experiencias .paginas a.ativo {
    color: #86854e;
    border: 2px solid #86854e;
}

#experiencias .paginas a:hover {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}*/

/* .listagem_experiencias {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 18px;
    row-gap: 36px;
    margin-top: 26px;
} */
.listagem_experiencias {
    width: 100%;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 15px;
    justify-content: center;
}

.listagem_experiencias li {
    margin: 0;
    height: unset;
    width: 50%;
    max-width: 300px;
    min-width: 280px;
}

.listagem_experiencias li a {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.listagem_experiencias .desconto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    left: -20px;
    z-index: 2;
    width: 60px;
    height: 60px;
    background-color: #c8a700;
    border: 4px solid #fffffe;
    border-radius: 50%;
}

.listagem_experiencias .desconto h5 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.9px;
    color: #ffffff;
}

.listagem_experiencias .desconto h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: -3px;
}

/*.listagem_experiencias .fundo_branco {
    background-color: #ffffff;
    padding: 7px;
    border-radius: 24px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}*/
.listagem_experiencias .mask_img {
    background-color: #000000;
    width: 100%;
    height: 198px;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.listagem_experiencias .mask_img img {
    opacity: 90%;
}

.listagem_experiencias .passador>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    column-gap: 4px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 4;
}

.listagem_experiencias .passador span {
    background-color: #ffffff;
    width: 14px;
    height: 14px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
}

.listagem_experiencias .passador .selected {
    background-color: #c8a700;
}

.listagem_experiencias article {
    padding-top: 9px;
    padding-bottom: 16px;
}

.listagem_experiencias article h4 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 26px;
    color: #b1ac78;
    text-transform: uppercase;
}

.listagem_experiencias article h4 span {
    background-color: #c8a700;
    display: flex;
    width: 10px;
    height: 1px;
}

.listagem_experiencias article h3 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #5e5e5e;
    margin-bottom: 6px;
}

.listagem_experiencias article p {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #8b8b8b;
    margin-top: 7px;
}

.listagem_experiencias .bloco_preco {
    background-color: #fafafa;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 76px;
    border-radius: 18px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: auto;
}

.listagem_experiencias .bloco_preco .preco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 65px;
    background: url(../../imagens/icon_saiba_mais.png) center left 21px no-repeat;
}

.listagem_experiencias .bloco_preco .preco h3 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: -0.6px;
    color: #959456;
    text-transform: uppercase;
    text-align: left;
}

.listagem_experiencias .bt_add_carrinho {
    background: #dfdfdf url(../../imagens/icon_bt_comprar.png) center right 21px no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-right: 66px;
    box-sizing: border-box;
    transition: all 0.08s ease-in;
}

.listagem_experiencias li:hover .bt_add_carrinho {
    background: #959456 url(../../imagens/icon_bt_comprar2.png) center right 27px no-repeat;
}

.listagem_experiencias .bt_add_carrinho h3 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: -0.6px;
    color: #595959;
    text-transform: uppercase;
    text-align: right;
    transition: all 0.08s ease-in;
}

.listagem_experiencias li:hover .bt_add_carrinho h3 {
    color: #fff;
}

.listagem_experiencias .bt_saiba_mais {
    background: #dfdfdf url(../../imagens/info.png) center right 30px no-repeat;
    background-size: auto 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 200%;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.08s ease-in;
}

.listagem_experiencias li:hover .bt_saiba_mais {
    background: #c8a700 url(../../imagens/info_w.png) center right 27px no-repeat;
    background-size: auto 30px;
}

.listagem_experiencias .bt_saiba_mais h3 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: -0.6px;
    color: #313131;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.08s ease-in;
    display: block;
    width: 100%;
    text-indent: -35px;
}

.listagem_experiencias li:hover .bt_saiba_mais h3 {
    color: #fff;
}

#enoturismo_interno .centro {
    width: calc(100% - 90px);
    margin: 0 auto;
    max-width: 1920px;
}

#enoturismo_interno .grid_imagens {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 240px 240px;
    gap: 10px;
    width: 100%;
}

#enoturismo_interno .grid_imagens .mask_img:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

#enoturismo_interno .grid_imagens .mask_img {
    border-radius: 12px;
}

#enoturismo_interno .grid_imagens .mask_img,
#enoturismo_interno .grid_imagens .mask_img img {
    width: 100%;
    height: 100%;
}

#enoturismo_interno .grid_imagens .mask_img img {
    object-fit: cover;
    object-position: center;
    display: inline-block;
}

#enoturismo_interno .conteudo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    margin-top: 45px;
}

#enoturismo_interno .conteudo .esquerda {
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
}

#enoturismo_interno .conteudo .esquerda h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
    color: #5e5e5e;
}

#enoturismo_interno .conteudo .esquerda p:nth-of-type(1) {
    margin-top: 20px;
}

#enoturismo_interno .conteudo .esquerda p~p {
    margin-top: 22px;
}

#enoturismo_interno .conteudo p,
#enoturismo_interno .conteudo p a {
    display: flex;
    flex-direction: column;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #5e5e5e;
}

#enoturismo_interno .conteudo p a {
    text-decoration: underline;
}

#enoturismo_interno .conteudo p b {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #bc715b;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 2px;
}

#enoturismo_interno .conteudo .esquerda .bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    padding-top: 5px;
}

#enoturismo_interno .conteudo .esquerda .bottom p b {
    padding-bottom: 5px;
}

#enoturismo_interno .conteudo .direita {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#enoturismo_interno .conteudo .direita>div {
    border-radius: 24px;
}

#enoturismo_interno .conteudo .comprar {
    background: #ffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    padding: 0 25px;
    box-sizing: border-box;
    padding-bottom: 36px;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#enoturismo_interno .conteudo .comprar>a {
    width: 100%;
    height: 52px;
    border-radius: 26px;
    background: #959456 url(../../imagens/icon_whatsapp_interna.png) center right 15px no-repeat;
    background-size: 24px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    color: #faf3a9;
    letter-spacing: 0.85px;
    text-transform: uppercase;
    margin-top: 17px;
}

#enoturismo_interno .conteudo .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

#enoturismo_interno .conteudo .tags h5 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #bc715b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#enoturismo_interno .conteudo .tags .tag {
    display: inline-block;
    padding: 6px 14px;
    background-color: #f5f5f0;
    color: #86854e;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 15px;
    letter-spacing: 0.5px;
}

#enoturismo_interno .conteudo .maps {
    position: relative;
}

#enoturismo_interno .conteudo .google_mapa {
    float: unset;
    margin: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    max-height: 500px;
    position: relative;
}

#enoturismo_interno .conteudo .maps .opcoes {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
    position: absolute;
    bottom: 0;
    right: 29px;
    transform: translateY(50%);
    z-index: 2;
}

#enoturismo_interno .conteudo .maps .opcoes a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 138px;
    height: 36px;
    padding-left: 14px;
    border-radius: 18px;
    background: url(../../imagens/seta_experiencia_interna.png) center right 12px no-repeat;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #ffff;
    text-transform: uppercase;
    box-sizing: border-box;
}

#enoturismo_interno .conteudo .maps .opcoes a.contato {
    background-color: #9cb957;
}

#enoturismo_interno .conteudo .maps .opcoes a.como_chegar {
    background-color: #bc715b;
}



/* NOVA PÁGINA */
#pag_enoturismo_interno .conteudo .comprar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#pag_enoturismo_interno #experiencias {
    box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.1);
    padding-top: 26px;
    padding-bottom: 26px;
    margin-top: 60px;
}

#pag_enoturismo_interno #experiencias .centro {
    width: calc(100% - 90px);
    max-width: 1920px;
}

#pag_enoturismo_interno #experiencias .top {
    display: grid;
    grid-template-columns: auto 900px;
    justify-content: space-between;
}

#pag_enoturismo_interno #experiencias .top .esquerda {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 35px;
}

#pag_enoturismo_interno #experiencias .top .esquerda a {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #97976a;
    text-transform: uppercase;
    text-decoration: underline;
    background: url(../../imagens/seta_ver_todos.png) center right no-repeat;
    padding-right: 15px;
    display: inline-block;
    margin-top: 3px;
}

#pag_enoturismo_interno #experiencias .top h2 {
    margin: 0;
    font-size: 32px;
    line-height: 24px;
    color: #86854e;
}

#pag_enoturismo_interno .listagem_experiencias {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 21px;
    column-gap: 21px;
}

#pag_enoturismo_interno #experiencias .filtro_reservas {
    grid-template-columns: repeat(3, 1fr) 54px;
}

#pag_enoturismo_interno #experiencias .filtro_reservas label.busca input[type="text"] {
    display: none;
}

#pag_enoturismo_interno #experiencias .filtro_reservas label.busca input[type="submit"] {
    width: 100%;
    height: 100%;
    background-color: #959456;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: unset;
    background-size: 18px;
}

/* AJUSTES */
/*#pag_enoturismo #quem_somos .somos,
#pag_enoturismo #quem_somos .denominacao {
    margin-top: 38px;
}*/
/* AJUSTES */
#quem_somos .somos,
#quem_somos .denominacao {
    margin-top: 38px;
}