@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&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: "Hanken Grotesk", Arial, Helvetica, sans-serif;
}
header {
    background-color: #d7d2cb;
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
}
.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%;
}
.mask_img img.img-cover {
    height: inherit;
    min-height: inherit;
    object-fit: cover;
}
header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1720px;
    width: calc(100% - 200px);
    padding: 15px 0;
    position: relative;
}
header .logo{
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    width: 218px;
    height: 70px;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
}
header nav {
    margin-left: auto;
    margin-right: 210px;
}
header nav ul {
    display: flex;
    flex-direction: row;
    column-gap: 55px;
}
header nav a {
    font-weight: 500;
    font-size: 14px;
    color: #4e3629;
    text-transform: uppercase;
}
header nav a.selected,
header nav a:hover {
    text-decoration: 1.2px underline;
    text-underline-offset: 5px;
}
header .bt_menu_mobile {
    background: url(../imagens/bt_menu.png) center no-repeat;
    background-size: contain;
    width: 27px;
    height: 18px;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
}
main p {
    font-family: "Hanken Grotesk", serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
}
main p strong {
    font-weight: 600;
}
#banner .centro {
    display: flex;
    max-width: 1920px;
    position: relative;
    box-sizing: border-box;
    align-items: center;
}
#banner .centro .mask_video {
    width: 100%;
    height: calc(100vh - 64px);
    max-height: 1080px;
}
#banner .centro .mask_video video {
    height: inherit;
    min-height: inherit;
    object-fit: cover;
}
#banner .conteudo {
    background: url(../imagens/sombra_banner.png) left bottom no-repeat;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
#banner .conteudo .centro {
    max-width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 68px;
}
#banner h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    color: #d7d2cb;
    max-width: 550px;
}
#banner h2 strong {
    font-weight: 700;
    font-style: italic;
}
#busca {
    margin-top: -50px;
    position: relative;
    z-index: 2;
}
#busca .centro {
    max-width: 1420px;
}
#busca form {
    background-color: #5d2a2c;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 11px;
    padding: 22px;
    border-radius: 50px;
    margin-left: auto;
}
#busca form label {
    display: flex;
    flex-direction: column;
}
#busca select,
#busca .data {
    background-color: #d7d2cb !important;
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px;
    padding-left: 20px;
    border-radius: 27.5px;
    box-sizing: border-box;
    border: none;
    font-family: "Hanken Grotesk", serif;
    font-size: 18px;
    color: #404040;
}
#busca select {
    background: url(../imagens/seta_select.png) center right 26px no-repeat;
    background-size: 13px;
    width: 286px;
    padding-right: 47px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#busca .data {
    background: url(../imagens/icon_calendario.png) center right 26px no-repeat;
    background-size: 22px;
    width: 203px;
    padding-right: 55px;
    position: relative;
}
#busca input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
#busca .data p {
    font-family: "Hanken Grotesk", serif;
    font-size: 18px;
    color: #404040;
}
#busca button {
    background-color: #ad6433;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 167px;
    height: 55px;
    border: none;
    border-radius: 27.5px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}
.bt_padrao {
    background: url(../imagens/seta_cinza.png) center right 18px no-repeat;
    background-size: 20px !important;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 50px;
    padding-left: 18px;
    padding-right: 56px;
    border: 1px solid #404040;
    box-sizing: border-box;
    font-family: "Hanken Grotesk", serif;
    font-weight: 600;
    font-size: 17px;
    color: #404040;
    text-transform: uppercase;
    transition: all 0.08s ease-in;
    opacity: 0.8;
}
.bt_padrao:hover {
    background: url(../imagens/seta_cinza.png) center right 14px no-repeat;
    opacity: 1;
}
.bt_padrao.branco {
    background: url(../imagens/seta_branca.png) center right 18px no-repeat;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: all 0.08s ease-in;
    opacity: 0.8;    
}
.bt_padrao.branco:hover {
    background: url(../imagens/seta_branca.png) center right 14px no-repeat;
    opacity: 1;
}
#ip .centro {
    max-width: 1420px;
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 40px;
    padding-top: 167px;
}
#ip .esquerda {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
#ip .mask_img {
    width: 850px;
    height: auto;
    overflow: unset;
    margin-left: -250px;
}
#ip .mask_img span.ip {
    background: url(../imagens/ip.png) center no-repeat;
    background-size: contain;
    display: flex;
    width: 240px;
    height: 305px;
    position: absolute;
    top: -48px;
    right: -110px;
    z-index: 2;
}
#ip .direita {
    padding-top: 55px;
    padding-bottom: 64px;
}
main h2:not(#banner h2) {
    font-family: "Hanken Grotesk", serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    color: #404040;
}
#ip p {
    color: #404040;
    max-width: 600px;
    margin-top: 34px;
}
#ip .bt_padrao {
    margin-top: 34px;
}
#terroir {
    background-color: #ad6433;
}
#terroir .centro,
#vinicolas .centro {
    max-width: 1120px;
}
#terroir .centro {
    display: grid;
    grid-template-columns: 1fr 50%;
    gap: 70px;
    margin-bottom: 150px;
    padding-top: 59px;
}
#terroir .direita {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
}
#terroir h2 {
    color: #ffffff !important;
    text-align: right;
}
#terroir p {
    color: #ffffff;
    text-align: right;
    margin-top: 36px;
}
#terroir .bt_padrao {
    margin-top: 42px;
    margin-left: auto;
}
#terroir .mask_img {
    width: 100%;
    height: 730px;
    border-radius: 280px;
    margin-bottom: -124px;
    background-image: url(../imagens/img_terroir.jpg);  
    background-position: 240px top; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-size: auto 100%;
    background-position: 320px top; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-size: auto 100%;
    transition: all 0.24s ease-in;
}
#vinicolas {
    overflow: hidden;
}
#vinicolas .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#vinicolas .passador{
    display: none;
}
#vinicolas .passador span {
    display: inline-block;
    width: 55px;
    height: 55px;
    text-indent: -99999px;
    position: relative;
    cursor: pointer;
    transition: all 0.08s ease-in;
    position: relative;
    z-index: 99;
    background-size: 18px !important;
    border-radius: 50%;
}
#vinicolas .passador span:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
#vinicolas .anterior {
    background: url(../imagens/passador_esquerda.png) center no-repeat;
    margin-right: 5px;
}
#vinicolas .proximo {
    background: url(../imagens/passador_direita.png) center no-repeat;
}
#vinicolas .anterior:hover {
    background: url(../imagens/passador_esquerda.png) center left 15px no-repeat;
}
#vinicolas .proximo:hover {
    background: url(../imagens/passador_direita.png) center right 15px no-repeat;
}
.listagem_vinicolas {
    /*display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 28.645vw;
    gap: 18px;
    margin-left: -568px;*/
    margin-top: 54px;
    margin-left: 15px;
}
.listagem_vinicolas li {
    position: relative;
}
.listagem_vinicolas .mask_img {
    background-color: #000000;
    width: 100%;
    height: 21.43vw;
    border-radius: 25px;
}
.listagem_vinicolas .mask_img img {
    height: inherit;
    object-fit: cover;
    transition: all 0.38s ease-in;
}
.listagem_vinicolas  li:hover .mask_img img{
    filter: blur(2px);
}
.listagem_vinicolas .nome_hover {
    display: none;
}
.listagem_vinicolas li:hover .nome_hover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 74px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.listagem_vinicolas li:hover .nome_hover img {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    object-fit: contain;
}
.listagem_vinicolas li:hover .mask_img img {
    opacity: 40%;
    transition: all 0.08s ease-in;
}
#historia .centro {
    max-width: calc(100% - 80px);
    width: 1720px;
    padding-bottom: 72px;
}
#historia .top,
#historia .bottom {
    max-width: 1420px;
    margin: 0 auto;
}
#historia .top {
    background: url(../imagens/logo_transparencia.png) center left no-repeat;
    background-size: 193px;
    padding-top: 95px;
    padding-left: 300px;
    padding-right: 235px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
#historia .top article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
    margin-top: 30px;
}
#historia p {
    color: #404040;
}
#historia .bt_padrao {
    margin-top: 26px;
}
#historia .mask_img {
    width: 100%;
    height: 450px;
    border-radius: 25px;
}
.listagem_historia {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 80px;
    margin-top: 41px;
}
.listagem_historia h3 {
    font-family: "Hanken Grotesk", serif;
    font-weight: 700;
    font-size: 36px;
    color: #404040;
    text-align: center;
}
.listagem_historia p {
    font-size: 18px;
    line-height: 28px;
    color: #404040;
    text-align: center;
    margin-top: 12px;
}
#conheca {
    background-color: #5d2a2c;
}
#conheca .centro {
    max-width: 1295px;
    display: grid;
    grid-template-columns: 50% 1fr;
    column-gap: 85px;
    align-items: center;
    padding-top: 75px;
    margin-bottom: -202px;
    position: relative;
    z-index: 2;
}
#conheca .mask_img {
    width: 100%;
    height: auto;
    border-radius: 25px;
}
#conheca h2 {
    color: #ffffff !important;
}
#conheca p {
    color: #ffffff;
    max-width: 390px;
    margin-top: 36px;
}
#conheca .bt_padrao {
    margin-top: 36px;
}
#conheca .box_curva {
    overflow: hidden;
    margin-bottom: -67px;
}
#conheca .curva {
    display: flex;
    width: 120%;
    height: 300px;
    background-color: #5d2a2c;
    border-radius: 100%;
    margin-left: -10%;
    position: relative;
    z-index: 1;
}
footer {
    background-color: #d7d2cb;
}
footer .centro {
    max-width: 1420px;
    padding-top: 113px;
    position: relative;
}
footer .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 39px;
}
footer .logo {
    background: url(../imagens/logo_footer.png) center no-repeat;
    background-size: contain;
    width: 194px;
    height: 176px;
    text-indent: -9999px;
    margin: 0 auto;
    position: absolute;
    top: 101px;
    left: 50%;
    transform: translateX(-50%);
}
footer ul {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
footer ul a {
    font-family: "Hanken Grotesk", serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #4e3629;
    text-transform: uppercase;
}
footer .contato {
    align-items: flex-end;
}
footer .contato li {
    text-align: right;
}
footer .sociais {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: fit-content;
    margin-top: 16px;
    margin-left: auto;
}
footer .sociais a {
    background-size: contain !important;
    display: flex;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 0.85;
    transition: all 0.08s ease-in;
}
footer .sociais a:hover{
    opacity: 1;
}
footer .sociais .instagram {
    background: url(../imagens/icon_insta.png) center no-repeat;
}
footer .sociais .facebook {
    background: url(../imagens/icon_face.png) center no-repeat;
}
footer .sociais .email {
    background: url(../imagens/icon_email.png) center no-repeat;
}
footer .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #4e3629;
    padding: 16px 0;
}
footer .bottom h3,
footer .bottom h3 a {
    font-size: 14px;
    color: #2d2d2d;
    text-align: center;
}
footer .bottom h3 a {
    text-decoration: underline;
}
#geral_ip .centro {
    max-width: 1120px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#geral_ip .top {
    padding-top: 80px;
    padding-bottom: 60px;
}
#geral_ip p {
    color: #404040;
    margin-top: 36px;
}
#geral_ip .top p {
    max-width: 450px;
}
#geral_ip .top .mask_img {
    width: 325px;
    height: 414px;
    margin-left: 76px;
}
#geral_ip .meio {
    background: #bdd6e6 url(../imagens/fundo_uva.png) center bottom no-repeat;
    background-size: 1920px;
    padding-top: 44px;
    padding-bottom: 123px;
}
#geral_ip .meio p {
    color: #5d2a2c;
    max-width: 360px;
    margin-top: 0;
}
#geral_ip .meio .direita p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    max-width: 225px;
    margin: 0 auto;
}
#geral_ip .meio .direita p strong {
    font-size: 30px;
    line-height: 38px;
}
#geral_ip .meio .direita .mask_img {
    width: 252px;
    height: auto;
    margin: 0 auto;
    margin-top: 23px;
}
#geral_ip .bottom .centro {
    align-items: center;
    padding-top: 32px;
    padding-bottom: 58px;
}
#geral_ip .bottom .mask_img {
    width: 560px;
    height: 730px;
    border-radius: 270px;
    margin-left: -95px;
}
#estabelecimentos {
    background: #899064 url(../imagens/fundo_estabelecimentos.png) right bottom 10px no-repeat;
}
#estabelecimentos .centro {
    max-width: 1120px;
    padding-top: 60px;
    padding-bottom: 78px;
}
#estabelecimentos ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 80px;
    row-gap: 30px;
    margin-top: 58px;
}
#estabelecimentos h2 {
    font-size: 40px;
    line-height: 38px !important;
    color: #ffffff !important;
    text-align: center;
    max-width: 460px;
    margin: 0 auto;
}
#estabelecimentos h3 {
    font-family: "Hanken Grotesk", serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #ffffff;
    padding-bottom: 4px;
}
#estabelecimentos p {
    font-size: 18px;
    color: #ffffff;
}
#pag_terroir #terroir .centro {
    padding-top: 159px;
}
#pag_terroir #video {
    height: 100vh;
}
#pag_terroir #video .mask_video {
    height: 100%;
    display: flex;
}
#pag_terroir #video .mask_video video {
    object-fit: cover;
    height: 100%;
}
#conteudo_terroir .centro,
#conteudo_historia .centro {
    max-width: 1420px;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    padding-top: 30px;
    padding-bottom: 75px;
}
#conteudo_terroir p,
#conteudo_historia p {
    color: #404040;
}
#conteudo_terroir .top,
#conteudo_historia .top {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 80px;
    align-items: center;
    padding-bottom: 5px;
}
#conteudo_terroir .mask_img,
#conteudo_historia .mask_img {
    width: 100%;
    height: 457px;
    border-radius: 25px;
}
#conteudo_terroir .top p,
#conteudo_historia .top p {
    max-width: 390px;
    margin-top: 20px;
}
#conteudo_terroir .meio,
#conteudo_historia .bottom {
    display: grid;
    grid-template-columns: 1fr 50%;
    gap: 80px;
    align-items: center;
}
#conteudo_terroir .meio .mask_img,
#conteudo_historia .bottom .mask_img {
    height: 330px;
}
#conteudo_terroir .meio p,
#conteudo_historia .bottom p {
    margin-left: 150px;
}
#conteudo_terroir .bottom {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 80px;
    align-items: center;
}
#conteudo_terroir .bottom .esquerda,
#conteudo_historia .top .esquerda {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
#conteudo_terroir .bottom .mask_img {
    height: 350px;
}
#pag_interna_vinicola #vinicolas .centro {
    padding-top: 128px;
}
#detalhes_vinicola .centro {
    max-width: 1420px;
    padding-top: 135px;
    padding-bottom: 57px;
}
#detalhes_vinicola .top {
    display: grid;
    grid-template-columns: 50% 1fr;
}
#detalhes_vinicola .mask_img {
    height: 527px;
    border-radius: 25px;
}
#detalhes_vinicola .laranja {
    background-color: #ad6433;
    width: 1420px;
    min-height: 503px;
    padding-top: 100px;
    padding-left: 628px;
    padding-right: 215px;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-radius: 25px;
    margin-top: -70px;
    margin-left: -560px;
}
#detalhes_vinicola .laranja h2,
#detalhes_vinicola .laranja p {
    color: #ffffff;
}
#detalhes_vinicola .laranja p {
    margin-top: 30px;
}
#detalhes_vinicola .site {
    padding-top: 30px;
    padding-left: 68px;
}
#detalhes_vinicola .site a {
    font-family: "Hanken Grotesk", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #ad6433;
    text-decoration: underline;
}
#detalhes_vinicola .infos {
    display: flex;
    flex-direction: row;
    column-gap: 150px;
    margin-top: 44px;
    position: relative;
}
#detalhes_vinicola .infos .icon_vinicola {
    position: absolute;
    width: 158px;
    height: 154px;
    top: 50%;
    transform: translateY(-50%);
    left: -204px;
}
#detalhes_vinicola .infos .icon_vinicola img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#detalhes_vinicola .infos li {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    max-width: 390px;
}
#detalhes_vinicola .infos h3 {
    font-family: "Hanken Grotesk", serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    color: #404040;
    margin-bottom: 14px;
}
#detalhes_vinicola .infos p,
#detalhes_vinicola .infos a {
    font-family: "Hanken Grotesk", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #404040;
    margin-top: -7px;
}
#detalhes_vinicola .infos p{
    
}
#detalhes_vinicola .infos p strong,
#detalhes_vinicola .infos a strong {
    font-weight: 700;
}
#pag_interna_vinicola footer .centro {
    padding-top: 67px;
}
#pag_interna_vinicola footer .logo {
    top: 55px;
}
#pag_historia #historia .centro {
    padding-top: 58px;
}
#menu_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    background: #d7d2cb;
    padding: 40px;
    overflow: auto;
    box-sizing: border-box;
    display: none;
}
#menu_mobile.aberto {
    display: flex;
}
header #menu_mobile nav {
    margin-right: auto;
    margin-left: 0;
}
header #menu_mobile nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 40px;
}
header .bt_menu_mobile {
    display: none;
}