/*
Theme Name:         Miss Vitis
Description:        Miss Vitis Theme
Version:            1.0
Author:             wevolved

Text Domain:        Miss Vitis
*/


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Merienda:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Configurações BASE */
* {
    box-sizing: border-box;
}

html,
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

img,
figure {
    max-width: 100%;
}

/********* FIM DE Alterar o scroll bar **********/
/* Reset comportamento de links */
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    cursor: pointer;
}

/**************** COMPONENTES DE FORMULARIOS **************/
input:focus,
select:focus {
    outline: none !important;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/**************** FONTS ****************/
/* Fonts */
@font-face {
    font-family: "Reservation Wide Regular";
    src: url("fonts/Reservation Wide Regular.ttf");
}

@font-face {
    font-family: 'Minion Pro Disp';
    src: url('fonts/MinionPro-Disp.otf');

}

/* Variáveis p/ reutilizar */
:root {

    /* Colors: */
    --color-970810: #970810;
    --color-e8c567: #E8C567;
    --color-dea691: #DEA691;
    --color-a9ac8d: #A9AC8D;
    --color-93aabe: #93AABE;
    --color-ebeae7: #EBEAE7;
    --color-a5b579: #A5B579;
    --color-b7a699: #B7A699;
    --color-ad9b8d: #AD9B8D;
    --color-000000: #000000;
    --color-ffffff: #FFFFFF;
    --color-333333: #333333;

    --font-Montserrat: 'Montserrat', sans-serif;
    --font-Merienda: 'Merienda', sans-serif;
    --font-MinionPro: 'Minion Pro Disp', serif;

}

body {
    overflow-x: hidden;
}

.container.espacamento {
    width:100%;
    margin: auto;
}

/*****************Geral *************/
button {
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}





/****************************** ERROR 404 *************************************************************/
h2.error-title {
    font-family: var(--font-Montserrat) !important;
    color: var(--color-333333);
    font-weight: 600;
    font-size: 46px;
    text-align: center;
    margin-top: 213px;
}

p.error-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    color: var(--color-333333);
    font-weight: 300;
    margin-bottom: 35px;
}

button.error-btn {
    margin: 0 auto;
    width: fit-content;
    display: block;
}

button.error-btn a {
    background-color: var(--color-000000);
    font-size: 13px;
    padding: 14px 26px;
    margin-top: 60px;
    color: var(--color-ffffff);
    outline: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--font-Montserrat);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    border: 0;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
    line-height: 1.2;
}

button.error-btn a:hover {
    background-color: var(--color-970810);
    color: var(--color-ffffff);
}

/********************************************** HEADER *************************************************/
/* Header Styles */
header {
    padding: 50px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background 0.5s ease, padding 0.5s ease;
    background: transparent;
}

/* Main Menu Navigation */
.main-menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 97px;
}


.main-menu li a:hover:not([href="#"]) {
  opacity: 0.4;
}

.nav-menu {
    flex: 1;
    justify-content: flex-start;
}

li#menu-item-419 > ul.sub-menu,li#menu-item-222 > ul.sub-menu{
    max-width: 77px;
}

header:hover .main-menu > ul.nav-menu > li > a, header:hover .nav-menu-direita > li > a {
font-weight: 600 !important;
}


.logo {
    flex: 5;
 position: absolute;
 left: 50%;
 transform: translate(-50%,0);
}

.nav-menu-direita {
    flex: 1;
    justify-content: flex-end;
    width: 331.27px;
}

/* Menu Lists */
.nav-menu,
.nav-menu-direita {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 35px;
    align-items: flex-start;
}

/* Menu Items */
.nav-menu li,
.nav-menu-direita li,
.logo li {
    position: relative;
}


.nav-menu a,
.nav-menu-direita a {
    color: var(--color-ffffff);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    transition: all 0.3s ease;
    padding: 10px 5px;
    display: block;
    line-height: 1.3;
    font-family: var(--font-Montserrat);
    font-weight: 400;
    transition: color 0.3s ease;
}

.logo a,
.logo-mobile a,
.logo-mobile2 a {
    color: var(--color-ffffff);
    text-decoration: none;
    font-size: clamp(16px, 4vw, 22px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3.3px;
    transition: all 0.3s ease;
    display: block;
    font-family: var(--font-Montserrat);
}

.logo-mobile a {
    display: none;
}

.logo-mobile a {
    font-size: 20px !important;
    text-align: center;
}

.logo-mobile2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 4%;
    margin-left: 6%;
}


/* Estilos do link */
.logo-mobile2 a, .logo-mobile a{
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}

.hamburguer {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1000;
    position: absolute;
    right: 22px;
}

.hamburguer .bar {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 0px;
}

.hamburguer.active {
    display: none;
}


.hamburguer.active .bar:nth-child(1) {
    display: none;
}

.hamburguer.active .bar:nth-child(2) {
    display: none;
}

.hamburguer.active .bar:nth-child(3) {
    display: none;
}

/* Menu Mobile */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -127%;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 999;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.mobile-menu.active {
    right: 0;
}

/* Header do Menu Mobile */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}



.mobile-menu-header .logo a {
    text-decoration: none;
}

.close-menu {
    background: transparent;
    border: none;
    font-size: 27px;
    cursor: pointer;
    color: #333;
    padding: 5px 10px;
    line-height: 1;
    padding-top: 4%;
}

/* Navegação Mobile */
.mobile-nav {
    flex: 1;
    padding: 20px 0;
    overflow: auto;
    height:100vh;
}

.mobile-nav .wpml-ls-native {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: 600;
}
.nav-menu-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu-mobile li {
    border-bottom: 1px solid #f0f0f0;
}

.nav-menu-mobile li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-family: var(--font-Montserrat);
}

.nav-menu-mobile li.current-menu-item a,
.nav-menu-mobile li.current_page_item a {
    color: #AD3C3C;
    font-weight: 600;
}

.nav-menu-mobile .sub-menu {
    list-style: none;
    padding-left: 0;
    background-color: #f8f8f8;
}

.nav-menu-mobile .sub-menu li a {
    padding-left: 40px;
    font-size: 14px;
}

body.no-scroll {
    overflow: hidden;
}


.mobile-menu {
    display: none;
}

.otgs-development-site-front-end{
    display: none;
}


.submenu-social {
    gap: 10px;
    align-items: flex-start;
    display: none;
}

.submenu-social img {
    width: 22px;
    height: 22px;
    transition: filter 0.3s ease;
}

ul .sub-menu{
    display: none;
}


/* Header todo branco ao passar o mouse */
header:hover {
    background: var(--color-ffffff);
}

/* Links de todos os itens de menu, mesmo com classes dinâmicas */
header:hover .nav-menu-direita li a,
header:hover .nav-menu-direita li span.menu-social-title {
    color: #000000 !important;
    text-decoration: none;
}

/* Todos os submenus normais */
header:hover .sub-menu {
    display: block !important;
}

/* Submenu-social (ícones lado a lado) */
header:hover .submenu-social {
    display: flex !important;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
}

/* Ícones sociais */
header:hover .submenu-social img {
    width: 22px;
    height: 22px;
    filter: invert(1);
    }

header:hover .logo a {
    color: var(--color-000000);
}

header:hover .nav-menu a,header:hover .nav-menu-direita a {
    color: #010101;
}


      .overlay-aviso {
                width: 100vw;
                height: 100vh;
                background-color: #4A4444;
                opacity: 0.78;
                position: fixed;
                top: 0px;
                left: 0px;
                z-index: 99999;
            }

            .aviso-legal {
                position: fixed;
                top: 50%;
                left: 50%;
                transform: translateY(-50%) translateX(-50%);
                z-index: 99999;
                background-color: #EDE9E5;
                padding: 50px 80px;
                display: flex;
                flex-direction: column;
                align-items: center;

            }

            .logo-aviso {
                color: #000;
                text-decoration: none;
                font-size: clamp(16px, 4vw, 22px);
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 3.3px;
                transition: all 0.3s ease;
                display: block;
                font-family: var(--font-Montserrat);
            }



            .aviso-legal>.escolha>div:hover {
                background-color: #5C5C5C;
                color: #EDE9E5;
                cursor: pointer;
            }

            .aviso-legal h4 {
                color: #5C5C5C;
                text-align: center;
                margin-bottom: 30px;
                width: 490px;
                font-family: var(--font-Montserrat);
            }

            .aviso-legal>.escolha {
                display: flex;
                gap: 15px;
            }

            .aviso-legal>.escolha>div {
                padding: 12px 40px;
                color: #5C5C5C;
                border: 1px solid #5C5C5C;
                font-family: var(--font-Montserrat);
                font-weight: 500;
                letter-spacing: 1px;
                font-size: 15px;
            }

            .aviso-legal>div:last-child {
                margin-top: 42px;
                color: #5C5C5C;
                text-align: center;
                font-size: 12px;
                letter-spacing: 1.2px;
                line-height: 20px;
                width: 450px;
                font-family: var(--font-Montserrat);
            }

            @media (max-width: 480px) {
    .aviso-legal {
        padding: 20px 15px;
        width: 90%;
    }
    .aviso-legal h4 {
        font-size: 16px;
    width: 60%;
    max-width: 100%;
    }

    .aviso-legal>.escolha>div {
        padding: 10px 15px;
        font-size: 14px;
      
    }
    .aviso-legal>div:last-child {
        font-size: 11px;
        line-height: 1.4;
         width: 90%;
        max-width: 100%;
    }
}
.balmadre.balmadre-especial h2::after {
    display: none;
}
.wine, .wine figure, .wine figure div, .wine figure div img, .up, .up figure, .up figure div, .up figure div img, 
.foto, .foto figure, .foto figure div, .foto figure div img {
    object-fit: cover;
    width: 100%;
}
/*************************************** HOME ****************************************************/
.back {
    height: calc( 100dvh - 40px);
    position: relative;
    margin-bottom: 0;
    margin: 20px 5px;
    animation: fadeIn 1s ease-in forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.back img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.titulo-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

h1.titulo-page {
    color: var(--color-ffffff);
    text-align: center;
    font-family: var(--font-MinionPro);
    font-size: clamp(36px, 6vw, 60px);
    letter-spacing: 1.2px;
    width: 36%;
    max-width: 100%;
}


.resto {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1000;
    text-align: center;
}

.line {
    width: 1px;
    height: 90px;
    background-color: var(--color-ffffff);
    margin: 20px auto;
}

p.descricao-page {
    color: var(--color-ffffff);
    text-align: center;
    font-family: var(--font-Montserrat);
    font-size: clamp(14px, 3vw, 20px);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 20px;
}

.back2 {
    margin-top: 3%;
    margin-bottom: 8%;
}

.back2 p {
    font-family: var(--font-Montserrat);
    color: var(--color-000000);
    font-size: 26px;
    letter-spacing: 0.26px;
    width: 37%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 8%;
    font-weight: 400;
}

.back2resto .line2,
.back4 .line2 {
    width: 80px;
    height: 1px;
    background-color: var(--color-000000);
    margin: 16px auto;
}

.back2resto a,
.back4 a {
    background-image: none !important;
    background-color: transparent !important;
    font-size: 18px !important;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-family: var(--font-Montserrat);
    color: var(--color-000000);
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    white-space: nowrap;
}

.back2 .vc_row {
    margin-left: 0px;
    margin-right: 0px;
}

.back3 {
    margin-bottom: 8%;
}

.back3 .wpb_content_element {
    margin-bottom: 0px;
}

.back3 .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.back3 .vc_btn3-container {
    margin-bottom: 0;
}

.back3-escrita h3 {
    font-family: var(--font-Montserrat);
    font-size: 22px;
    color: var(--color-ffffff);
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 15px;
}

.back3-escrita h2 {
    font-family: var(--font-MinionPro);
    font-size: 60px;
    color: var(--color-ffffff);
    letter-spacing: 0px;
}

.back3-escrita p {
    font-family: var(--font-Montserrat);
    font-size: 16px;
    color: var(--color-ffffff);
    letter-spacing: 0.16px;
    line-height: 1.5;
    width: 38%;
    max-width: 100%;
    margin: 65px auto;
    margin-bottom: 66px !important;
}

.back3-escrita .conhecer-bot a {
    font-family: var(--font-Montserrat);
    font-size: 18px !important;
    color: var(--color-ffffff);
    letter-spacing: 1.8px;
    margin: 0 auto;
    text-transform: uppercase;
    background-image: none !important;
    background-color: transparent !important;
}

.back3 div.img-garraf {
    height: 100vh;
}

.back4 div.imag-garrafa {
    height: 60vh;
    width: 36%;
}

.back4 div.colheita {
    height: 60vh;
    width: 35vw;
    margin-left: 13.9%;
}

.back4 h2 {
    font-family: var(--font-Montserrat);
    font-size: 30px;
    color: var(--color-000000);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.back4 p {
    font-family: var(--font-MinionPro);
    font-size: 26px;
    color: var(--color-000000);
    letter-spacing: 0.26px;
    line-height: 1.5;
    width: 65%;
    max-width: 100%;
}

.back4 .text-douro {
    margin-left: 20%;
}

.back4 .mover {
    margin-right: 63px;
}

.back2resto,
.back4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.back4 {
    margin-bottom: 8%;
}

.secao-produtos {
    max-width: 100%;
    padding: 60px 113px;
}

.grid-produtos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px; /* vertical | horizontal */
}


.produto-card {
    text-align: left;
}


.produto-img-wrapper {
    background-color: #f0f0f0;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0;
    overflow: hidden;
}

.produto-img-wrapper img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
transition: transform 0.3s ease;
padding: 15px;
}

.produto-img-wrapper img:hover {
    transform: scale(1.1);
}

.produto-info {
    padding: 0;
}

.produto-titulo {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 8px 0;
    color: var(--color-000000);
    letter-spacing: 0.55px;
    text-align: left;
    font-family: var(--font-MinionPro);
}

p.produto-subtitulo {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: var(--color-000000);
    text-align: left !important;
    letter-spacing: 0.9px;
    font-family: var(--font-Montserrat);
}

.ver-todos-coluna {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.ver-todos-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-right: 10px;
}

.ver-todos-link {
    font-size: 18px;
    letter-spacing: 1.8px;
    color: var(--color-000000);
    text-decoration: none;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--font-Montserrat);

}

a:hover.ver-todos-link {
    color: var(--color-000000) !important;
}


.linha-vertical {
    width: 1px;
    height: 80px;
    background-color: #ccc;
}

div .garrafas2 {
    height: 100vh;
}


.agric-logo{
    padding-left: 80px;
}

/****************************** PAGINA DOURO/BEIRA INTERIOR*********************************************/
h1.titulo-page {
    width: 43%;
    max-width: 100%;
}

.back5 p {
    font-family: var(--font-MinionPro);
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.26px;
    margin: 10%;
    margin-bottom: 12% !important;
}

.mapa img {
    margin-top: 10%;
    margin-bottom: 10%;
    width: 45vw;
}

div.quinta {
    margin-top: -252px;
}

.quinta img,
.videira img {
    aspect-ratio: 4/4;
    margin-bottom: 14%;
}

.clima h2,
.solo h2 {
    font-family: var(--font-Montserrat);
    font-size: 30px;
    color: var(--color-000000);
    letter-spacing: 3px;
    text-align: left;
    padding: 0px 60px;
    padding-bottom: 5%;
}

.clima p, .solo p {
    font-family: var(--font-Montserrat);
    font-size: 16px;
    letter-spacing: 0.32px;
    color: var(--color-000000);
    padding: 0px 60px;
}
.solo p, .clima p {
    width: 500px;
    max-width: 100%;
}

.sol img, .terra img {
    width: 70px;
    margin-left: 50px;
    padding-top: 50px;
}

/*************************************** PAGINA HISTORIA ***********************************************/
.back6 p {
    font-family: var(--font-MinionPro);
    font-size: 26px;
    color: var(--color-000000);
    letter-spacing: 0px;
    width: 79%;
    max-width: 100%;
    margin: 10%;
    margin-bottom: 17% !important;
}

.back8 .wpb_content_element {
    margin-bottom: 0px;
}

.back8 {
    padding-bottom: 8%;
}

.back8 h2 {
    font-family: var(--font-MinionPro);
    color: var(--color-000000);
    text-align: left;
    font-size: 55px;
    margin-bottom: 45px;
    margin-top: 10%;
}

.back8 p {
    font-family: var(--font-Montserrat);
    color: var(--color-000000);
    letter-spacing: 0.32px;
    font-size: 16px;
    width: 54%;
    max-width: 100%;
}

.uvas {
    margin-bottom: 8% !important;
    margin-top: -12%;
}

.back8.vc_row[data-vc-full-width] {
    overflow: visible;
}

.back10 .vc_column-inner {
    padding-top: 0 !important;
}

.back9 h2 {
    font-family: var(--font-MinionPro);
    color: var(--color-000000);
    font-size: 55px;
    letter-spacing: 0px;
    margin-top: 10%;
}

.back9 p {
    font-family: var(--font-MinionPro);
    color: var(--color-000000);
    font-size: 22px;
    letter-spacing: 0px;
    width: 62%;
    max-width: 100%;
    margin: 0 auto;
}

.back9 h5 {
    font-family: var(--font-Montserrat);
    font-size: 22px;
    color: var(--color-000000);
    margin-bottom: 10% !important;
}

.page-id-11 .site-footer, .page-id-349 .site-footer {
    margin-top: 0 !important;
}

.back10 .wpb_content_element {
    margin-bottom: 0px !important;
}

/************************************** Bal da Madre ***************************************************/
.wine img {
    margin-top: 4%;
}

.balmadre h3 {
    font-family: var(--font-Montserrat);
    font-size: 20px;
    color: var(--color-000000);
    letter-spacing: 3px;
}

.balmadre h2 {
    font-family: var(--font-MinionPro);
    color: var(--color-000000);
    font-size: 55px;
    letter-spacing: 1.1px;
    position: relative;
}

.balmadre p {
    color: var(--color-000000);
    font-size: 26px;
    font-family: var(--font-MinionPro);
    width: 48%;
    max-width: 100%;
    margin: 0 auto;
}

.vinhos-bal .ver-todos-coluna {
    display: none;
}

.linha-subtitulo-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.lado-direito {
    display: flex;
    align-items: center;
    gap: 10px;
}

.linha-horizontal {
    width: 70px;
    height: 1px;
    background: var(--color-000000);
}

.botao-ver-inline {
    font-family: var(--font-Montserrat);
    font-size: 18px;
    color: var(--color-000000) !important;
    text-decoration: none;
    margin-left: 20px;
}

.balmadre h2::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/12/Bio.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
}


/************************************* SINGLE VINHOS ***************************************************/
.back-vinho{
    margin-top: 8%;
    padding-bottom: 19%;
}

.back-vinho h1{
    font-family: var(--font-MinionPro);
    color: var(--color-ffffff);
    letter-spacing: 0.8px;
    font-size: 40px;
    margin-top: 20%;
}

.back-vinho p{
    font-family: var(--font-Montserrat);
    font-size: 16px;
    letter-spacing: 0.32px;
    color: var(--color-ffffff);
    width: 54%;
    max-width: 100%;
}

.infos p{
    font-family: var(--font-Montserrat);
    font-size: 22px;
    color: var(--color-ffffff);
    white-space: nowrap;
}

.linhamexer{
    margin-right: 50%;
}

.infos .vc_col-sm-6 {
    width: 27%;
}

.infos .vc_col-sm-3{
    width: 12%;
}

.vc_sep_line{
    width: 27vw !important;
}

.sugestoes h2{
font-family: var(--font-Montserrat);
font-size: 30px;
letter-spacing: 3px;
color: var(--color-000000);
}

.back-vinho img{
    width: 500px;
}

.back-vinho .resto-escrita p::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 1px;
    background: var(--color-ffffff);
    margin-right: 60px;
}

.back-vinho .resto-escrita p{
    font-size: 18px;
    letter-spacing: 1.8px !important;
    white-space: nowrap;
}


body.single-produto .produto-card-link.product-4 {
    display: block !important;
}

body.single-produto .ver-todos-coluna{
    display: none;
}

.logo-amb img{
    width: 50px;
}

.single-produto .produto-card-link.product-1,.single-produto .produto-card-link.product-2,.home .back4 .produto-card-link.product-1, .home .back4 .produto-card-link.product-2, .home .back4 .produto-card-link.product-6{
    display: none;
}
/************************************* FOOTER **********************************************************/
/* Footer Principal */
.site-footer {
    background: var(--color-000000);
    color: var(--color-ffffff);
    padding: 60px 40px 40px;
    margin-top: 40px;
}

/* 6 colunas */
.footer-content {
    max-width: 1464px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 60px;
    margin-bottom: 50px;
}

.footer-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding-top: 40px;
}

.footer-logo {
    height: 106px;
    width: auto;
}

/* Footer Sections */
.footer-section h3 {
    font-family: var(--font-Montserrat);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: var(--color-ffffff);
    line-height: 16px;
}

/* Menus */
.footer-links {
    font-family: var(--font-Montserrat);
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;

}

.footer-links li a,
.contact-info a {
    color: var(--color-ffffff);
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1.5px;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
    font-family: var(--font-Montserrat);
    line-height: 1.4;
    font-weight: 200;
}

.footer-links li a:hover {
    opacity: 0.7;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-ffffff);
    transition: all 0.3s ease;
}

.social-links a svg {
    width: 20px;
    height: 20px;
}

.footer-bottom {
    max-width: 1464px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 60px;
    margin: auto;
}


.footer-bottom a {
    color: var(--color-888888);
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    font-family: var(--font-Montserrat);
    width: 175px;
    max-width: 100%;
}

.footer-bottom a:nth-child(1) {
    grid-column: 3;
}

.footer-bottom a:nth-child(2) {
    grid-column: 4;
}

.footer-bottom a:nth-child(3) {
    grid-column: 5;
}

.footer-section {
    margin-top: 40px;
}

.footer-section h3 a {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-ffffff);
    text-transform: uppercase;
    line-height: 1.6;
}
/************************************* CONTACTOS ******************************************************/
.form {
    margin-top: 7%;
    padding: 0px 40px;
}

.form h1{
    font-family: var(--font-Montserrat);
    font-weight: 500;
    font-size: 36px;
    line-height: 1.1;
    color: var(--color-000000);
    margin-bottom: 4%;
}

.form p a{
    font-family: var(--font-Montserrat);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    color: var(--color-000000);
}

.contactos{
    margin-bottom:15% !important;
}

.form h2{
font-family: var(--font-Montserrat);
font-weight: 600;
font-size: 20px;
line-height: 1.1;
}

/* Geral */
.wpcf7 form {
    max-width: 600px;
    font-family: inherit;
}

/* Campos de texto, email, tel e textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #8c8c8c;
    background: transparent;
    outline: none;
    margin-bottom: 25px;
    font-family: var(--font-Montserrat);
    line-height: 1.7;
    color: var(--color-000000);
    padding: 0 0 12px 0;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #000;
    opacity: 1;
}

.wpcf7 textarea {
    resize: none;
    height: 15vh;
}

/* Foco */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-bottom-color: #000;
}

/* Checkbox */
.wpcf7 .wpcf7-acceptance {
    margin-top: 10px;
}

.wpcf7 .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    gap: 10px;
    font-family: var(--font-Montserrat);
    line-height: 1.7;
    color: var(--color-000000);
    font-weight: 400;
}

/* Checkbox custom simples */
.wpcf7 input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin-top: 3px;
}

.wpcf7 .wpcf7-submit-btn {
    margin-top: 30px;
    background: transparent;
    border: 1px solid #000;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-Montserrat);
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--color-000000);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

/* Ícone */
.wpcf7 .wpcf7-submit-btn::after {
    content: "";
    width: 9px;
    height: 13px;
    background-image: url('/wp-content/uploads/2025/12/chevron-right-svgrepo-com-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

/* Hover */
.wpcf7 .wpcf7-submit-btn:hover {
    background: #000;
    color: #fff;
}

/* Animação subtil */
.wpcf7 .wpcf7-submit-btn::after {
    transition: transform 0.3s ease;
}

.wpcf7 .wpcf7-submit-btn:hover::after {
    transform: translateX(4px);
    filter: invert(1);
}


.foto {
    margin-bottom: 0px !important;
}


.wpcf7-list-item {
    margin: 0;
    padding-top: 10px;
}

.wpcf7-form-control-wrap{
    display: flex;
}

.page-id-31 .site-footer,.page-id-434 .site-footer{
    margin-top: 0 !important;
}
/****************************** Politica e Termos *****************************************************/
.form p{
    font-family: var(--font-Montserrat);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    color: var(--color-000000);
    margin-bottom: 20px;
}

.privacy-policy .resto,.page-id-525 .resto,.page-id-528 .resto,.page-id-522 .resto{
    display: none;
}
/****************************** MEDIA QUERIES **********************************************************/
@media screen and (min-width:4000px)and (max-width:5000px) {
    header {
    top:166px;
}

.line {
    width: 3px;
    height: 90px;
    background-color: var(--color-ffffff);
    margin: 20px auto;
}

.clima{
    display: flex;
    justify-content: center;
}

.clima .vc_col-sm-6{
    width: 26%;
}

.solo{
    display: flex;
    justify-content: center;
}

.solo .vc_col-sm-6{
    width: 26%;
}


.logo {
    flex: 10;
    display: flex;
    justify-content: center;
}

.nav-menu a, .nav-menu-direita a {
    color: var(--color-ffffff);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    transition: all 0.3s ease;
    padding: 10px 5px;
    display: block;
    line-height: 1.3;
    font-family: var(--font-Montserrat);
    font-weight: 400;
}

.uvas {
    margin-bottom: 4% !important;
    margin-top: -8%;
}

.up img{
    width: 100%;
}

.up,.wine{
    width: 100%;
}

.up figure,.wine figure{
    width: 100%;
}

.up .vc_single_image-wrapper, .wine .vc_single_image-wrapper  {
    width: 100%;
}

.wine img {
    width: 100%;
}

.back-vinho img {
    width: 830px;
    max-width: 100%;
}

.produto-img-wrapper img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.logo-amb img {
    width: 86px !important;
}

 .form {
        margin-top: 3%;
    }

    .wpcf7 form {
        max-width: 1200px;
    }

    .form h1 {
        font-size: 72px;
    }

    .foto{
    display: flex;
    justify-content: flex-end;
    }
}





@media screen and (max-width:1404px) {

  .form {
        margin-top: 10%;
    }

    .wpcf7 form {
        max-width: 570px;
    }

    .form h1 {
        font-size: 36px;
    }


    .logo-mobile a,
    .logo-mobile2 a {
        display: none;
    }

    .hamburguer {
        display: none;
        margin-right: 20px;
    }

    .mobile-menu {
        display: none;
    }

    .line {
        height: 60px;
    }

    .resto {
        bottom: 11%;
    }

    p.descricao-page {
        font-size: 14px;
    }

    header {
        top: 0;
    }
    .back img {
        width: 100%;
        object-fit: cover;
    }



    .back2resto p {
        white-space: nowrap;
    }

    .back2 .vc_row {
        margin-left: -53px;
        margin-right: 0px;
    }

    .back4 p {
        width: 100%;
    }

    div.colheita {
        margin-right: 20%;
    }



    .back8 h2,
    .back9 h2 {
        font-size: 50px;
    }

    .back8 p {
        width: 60%;
    }

    .uvas {
        margin-top: -10%;
    }

    .mobile-menu.active .logo-mobile2 p{
        color: var(--color-000000);
    }
}

/* ====== 1280px ====== */
@media screen and (max-width: 1280px) {
       .form {
        margin-top: 9% !important;
    }

    .wpcf7 form {
        max-width: 520px;
    }

    .form h1 {
        font-size: 34px;
    }

    .footer-content {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }

    .footer-brand {
        grid-column: span 2;
        justify-content: center;
    }
    .back3-escrita h3 {
        font-size: 14px;
    }
    .back3-escrita .conhecer-bot a {
        font-size: 14px !important;
    }
    .vc_custom_1763716843489, .vc_custom_1763741839964, .vc_custom_1764234213752 {
        padding: 50px 0px !important;
    }
    .back3 div.img-garraf, div.garrafas2 {
        height: 50vh !important;
    }
    .footer-section {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .back3-escrita h2 {
        font-size: 36px;
    }
    .back img {
        width: 100%;
        object-fit: cover;
    }

.back4 div.colheita {
    height: 83vh;
    width: 100vw;
    margin: 5%;
}
    .logo-mobile a,
    .logo-mobile2 a {
        display: block;
    }

    .hamburguer {
        display: flex;
        margin-right: 20px;
    }

    .mobile-menu {
        display: block;
    }

    .main-menu {
        display: none;
    }

    .back5 p {
        font-size: 24px;
    }

    div.quinta {
        margin-top: -180px;
    }

    .back6 p {
        font-size: 24px;
    }

    .back8 h2,
    .back9 h2 {
        font-size: 46px;
    }


    .wpb_single_image.wpb_content_element.vc_align_center.pessoas {
        margin-left: 5%;
    }

 .back4 h2{
    text-align: center !important;
 }

    .logo-amb img{
    width: 50px !important;
}

header:hover{
    background-color: unset;
}
    }




/* ====== 1200px ====== */
@media screen and (max-width: 1200px) {

      .form {
        margin-top: 8%;
    }

    .wpcf7 form {
        max-width: 500px;
    }

    .form h1 {
        font-size: 32px;
    }


    .footer-content {
        max-width: 1000px;
    }

   .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .back2resto a,
    .back4 a {
        white-space: nowrap;
    }




    .back6 p {
        font-size: 22px;
    }

    .back8 h2,
    .back9 h2 {
        font-size: 42px;
    }


    .uvas {
        margin-top: -8%;
    }

    .balmadre h2 {
        font-size: 45px;
    }

    .balmadre p {
        font-size: 22px;
        width: 60%;
    }

  .logo-amb img{
    width: 76px !important;
    padding-left: 30px;
}
}


/* ====== 1024px - tablets landscape ====== */
@media screen and (max-width: 1024px) {
.sol img, .terra img {
    margin-left: 10px;
    padding-top: 0px;
}
.foto img {
    height: 50vh !important;
    margin-bottom: 0px;
}
.form {
    margin-top: 8%;
    padding: 0px 20px;
}
.wine img {
    margin-top: 95px;
    height: auto !important;
}
.mapa img {
    margin-top: 5%;
    margin-bottom:5%;
    width: 300px;
}
.quinta img, .videira img {
    margin-bottom: 0%;
}
.clima h2, .solo h2 {
    font-size: 26px;
}
.site-footer {
    padding: 60px 30px 30px;
    margin-top: 0px;
}
.solo{
    margin-top: 50px;
}
.clima p, .solo p {
    font-size: 16px;
}
.clima h2, .solo h2, .clima p, .solo p {
    padding: 0px 15px;
}
.agric-logo {
    padding-left: 0px;
    text-align: center !important;
}
.agric-logo img{
    width: 60px;
    height: auto;
}
.back8 p, .back9 p {
    width: 100%;
    padding: 0px 30px;
    font-size: 16px;
    margin: auto;
}
.fam, .fam figure, .fam figure div, .fam figure div img{
    object-fit: cover;
    width: 100%;
}
.form {
        margin-top: 12% !important;
    }
    .single-produto .produto-card-link.product-1, 
    .single-produto .produto-card-link.product-2, 
    .home .back4 .produto-card-link.product-1, 
    .home .back4 .produto-card-link.product-2, 
    .home .back4 .produto-card-link.product-6 {
    display: none;
}
    .ver-todos-link {
        font-size: 14px;
        writing-mode: horizontal-tb;
        transform: none;
    }
    .form h1 {
        font-size: 30px;
        margin-bottom: 6%;
    }

    .form p a {
        font-size: 18px;
    }
    .back4 h2{
        font-size: 18px;
    }
    .wpcf7 form {
        max-width: 100%;
    }



    .footer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .footer-brand {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    #wpadminbar {
        display: none;
    }

    .logo-mobile a,
    .logo-mobile2 a {
        display: block;
    }

    .hamburguer {
        display: flex;
        margin-right: 10px;
    }

    .main-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .line {
        height: 50px;
    }

    .resto {
        bottom: 11%;
    }

    p.descricao-page {
        font-size: 14px;
    }

    header {
    padding: 50px;
    position: sticky; 
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
}


 
    .back img {
        width: 100%;
        object-fit: cover;
    }

    .back2resto p {
        white-space: nowrap;
    }

    .back2 .vc_row {
        margin-left: -53px;
        margin-right: 0px;
    }



    .back4 .text-douro {
        margin-left: 0%;
    }
.grid-produtos {
    display: block;
}
    .back4 h2 {
        text-align: center !important;
    }
    .back2resto a, .back4 a {
        font-size: 14px !important;
    }
    .back4 p {
        text-align: center !important;
        width: 100%;
    font-family: var(--font-Montserrat);
        font-size: 16px;
        letter-spacing: 0.16px;
        line-height: 1.5;
    }
    .back2resto a, .back4 a {
        font-size: 14px !important;
        padding: 10px !important;
        margin-top: 0px !important;
    }
    .back4 div.colheita {
        height: 60vh;
        width: 90vw;
    }

    .balmadre p {
        font-size: 16px;
    }
    .secao-produtos {
        padding: 30px 25px;
    }
    .back2 p {
        font-size: 20px;
    }

    .produto-titulo {
        font-size: 20px;
    }

    p.produto-subtitulo {
        font-size: 16px;
    }

    .ver-todos-coluna {
        position: relative;
        top: unset;
        transform: rotate(90deg);
        right: unset;
        grid-column: span 2;
    }

    .produto-card.product-4 {
        display: block;
    }

    div.colheita {
        height: auto;
        margin-right: 0;
    }


    .back5 p {
        font-size: 22px;
        margin: 8%;
    }

    div.quinta {
        margin-top: -120px;
    }



    .back6 p {
        font-size: 21px;
        margin: 8%;
    }

    .back8 h2,
    .back9 h2 {
        font-size: 38px;
    }

    .back9 p {
        font-size: 20px;
    }


    .uvas {
        margin-top: -5%;
    }


    .uvas {
        display: none;
    }

    .wpb_single_image.wpb_content_element.vc_align_center.pessoas {
        margin-left: 5%;
    }


}

/* ====== 991px - tablets ====== */
@media only screen and (max-width: 991px) {

    .logo-mobile a,
    .logo-mobile2 a {
        display: block;
    }
    .produto-card {
        margin-bottom: 30px !important;
    }
    .back4 > .wpb_column {
        margin-bottom: 50px;
    }
    .produto-img-wrapper {
        margin-bottom: 15px;
    }

    .hamburguer {
        display: flex;
    }

    .main-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 35px;
        text-align: center;
        align-items: center;
    }

    .footer-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .footer-brand {
        grid-column: span 1;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom {
       display: flex;
    }

 

    .back2resto .line2 {
        width: 47px;
        height: 1px;
    }

    .back2 .vc_row {
        margin-left: -71px;
    }

    .back3-escrita p {
        width: 65%;
    }


    .back2resto a,
    .back4 a {
        white-space: nowrap;
        margin-top: 10px;
    }


    .back4 p {
        width: 100%;
    }

    .back4 div.imag-garrafa {
        margin-right: 0;
    }


    .back5 p {
        font-size: 20px;
        margin: 7%;
    }

    div.quinta {
        margin-top: -80px;
    }



    .back6 p {
        font-size: 20px;
        margin: 7%;
    }

    .back8 h2,
    .back9 h2 {
        font-size: 34px;
    }



    .balmadre h2 {
        font-size: 38px;
    }

    .balmadre h3 {
        font-size: 18px;
    }

    .balmadre p {
        font-size: 20px;
        width: 70%;
    }


    .lado-direito {
        justify-content: flex-start;
        gap: 8px;
    }

    .logo-amb img {
    width: 76px !important;
    margin-left: 25px;
}

.back-vinho .resto-escrita p::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 1px;
    background: var(--color-ffffff);
    margin-right: 60px;
}

.back4 .mover {
    margin-right: 0px; 
}

.back4 .line2 {
    margin-right: 20px;
    width: 38px;
}
}






/* ====== 767px - tablet portrait ====== */
@media only screen and (max-width: 767.5px) {

.form {
    margin-top: 15% !important;
}

.produto-img-wrapper img {
    width: 100%;
}



    .mover.vc_row.vc_row-flex{
        flex-wrap: nowrap;
    }

    .footer-content {
        grid-template-columns: 1fr !important;
        text-align: center;
        gap: 40px;
    }

    .footer-section {
        margin: 0 auto;
    }

    .footer-brand {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding-top: 0;
    }

    .social-links {
        justify-content: center;
    }

    .back2 .vc_row {
        margin-left: -5px;
    }

    .back2resto p {
        white-space: nowrap;
        text-align: center;
    }

    .secao-produtos {
        padding: 30px 25px;
    }


    .produto-titulo {
        font-size: 20px;
    }

    p.produto-subtitulo {
        font-size: 16px;
    }

    .ver-todos-coluna {
        transform: unset;
    }

    .back4 {
        flex-direction: column;
        text-align: center;
        margin-bottom: 15%;
    }

    .back4 .text-douro {
    padding: 40px;
 }

    div.imag-garrafa {
        margin-right: 0;
        width: 80% ;
        height: 50vh;
    }


    div.colheita {
        width: 100%;
    }


    .back5 p {
        font-size: 18px;
        margin: 6%;
    }

    div.quinta {
        margin-top: -40px;
    }



    .back6 p {
        font-size: 19px;
        margin: 6%;
        width: 90%;
    }

    .back8 h2,
    .back9 h2 {
        font-size: 30px;
    }



    .back9 h5 {
        font-size: 20px;
    }

    .balmadre h2 {
        font-size: 32px;
    }

    .balmadre h3 {
        font-size: 16px;
    }

    .balmadre p {
        font-size: 18px;
        width: 90%;
    }


.wine{
    margin-bottom: 0 !important;
}
    .botao-ver-inline {
        font-size: 16px;
        margin-left: 0;
    }

    .linha-horizontal {
        width: 50px;
    }

    .logo-amb{
        margin-left: 30%;
    }

 .balmadre h2::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/12/Bio.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 14%;
    top: -24%;
    transform: translateY(-50%);
}

.back4 div.imag-garrafa {
    height: 60vh;
    width: 90%;
}





}


@media only screen and (max-width: 600px) {
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 32px;
        text-align: center;
    }

    .footer-section,
    .footer-brand {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .footer-brand {
        flex-direction: column;
        gap: 20px;
        padding-top: 10px;
    }

    .footer-logo {
        height: 85px;
    }

    .footer-links {
        align-items: center;
    }

    .contact-info {
        align-items: center;
    }

    .social-links {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 18px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .back2 .vc_row {
        margin-left: 0px;
    }

    .back2resto p {
        text-align: center;
    }

    .back2 p {
        width: 60%;
    }



    .back2resto a,
    .back4 a {
        white-space: nowrap;
    }

    .vc_btn3-container.vc_btn3-left {
        text-align: center !important;
    }

    .back4 .text-douro {
        margin-left: 0%;
        text-align: center !important;
    }

    .back4 h2 {
        text-align: center !important;
    }


    .back4 .mover {
        margin-right: 0px;
    }


    .secao-produtos {
        padding: 20px 20px;
    }

    .produto-titulo {
        font-size: 18px;
    }

    p.produto-subtitulo {
        font-size: 15px;
    }

    .ver-todos-coluna {
        margin-top: 45px;
        text-align: center;
    }

    .ver-todos-content {
        flex-direction: column;
        align-items: center;
    }



    .linha-vertical {
        width: 80px;
        height: 1px;
    }




    .back5 p {
        font-size: 17px;
        margin: 5%;
    }

    div.quinta {
        margin-top: -20px;
    }


  

    .back6 p {
        font-size: 18px;
        margin: 5%;
    }

    .back8 h2,
    .back9 h2 {
        font-size: 28px;
        text-align: center;
    }


    .back9 h5 {
        font-size: 18px;
    }



    .wpb_single_image.wpb_content_element.vc_align_center.pessoas {
        margin-left: 0%;
    }



.back8 p {
     margin: auto;
}

}

@media only screen and (max-width: 430px) {
.form {
    margin-top: 25% !important;
}

    .footer-logo {
        height: 80px;
    }

    .social-links a {
        width: 28px;
        height: 28px;
    }

    .footer-bottom a {
        font-size: 10px;
        letter-spacing: 1.6px;
    }

    .back2 p {
        width: 80%;
        max-width: 100%;
    }

    .back2resto p {
        text-align: center;
    }

    .back3-escrita p {
        width: 65%;
    }

    .back2resto a,
    .back4 a {
        white-space: nowrap;
    }

    h1.titulo-page {
        width: 90%;
        max-width: 100%;
    }

    .back4 .text-douro {
        margin-left: 0%;
    }

    .back4 h2 {
        text-align: center !important;
    }



    .back4 .mover {
        margin-right: 0px;
    }

    .vc_btn3-container.vc_btn3-left {
        text-align: center !important;
    }


    .back5 p {
        font-size: 16px;
        margin: 5%;
    }


    div.quinta {
        margin-top: 0;
    }


    .back8 h2,
    .back9 h2 {
        font-size: 26px;
    }

    .back9 h5 {
        font-size: 17px;
    }

    .balmadre h2 {
        font-size: 28px;
    }

    .balmadre h3 {
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .balmadre p {
        font-size: 16px;
        width: 100%;
    }

    .linha-subtitulo-wrapper {
        align-items: flex-start;
    }

    .lado-direito {
        flex-wrap: wrap;
        gap: 5px;
        margin-bottom: 10px !important;
    }

    .linha-horizontal {
        width: 40px;
    }


    p.produto-subtitulo{
        margin-bottom: 20px !important;
        text-align: left !important;
    }

    .ver-todos-link{
        margin-top: 15px;
    }

    .back6 p {
    font-size: 17px;
    margin: 7%;
    width: 84%;
}

.balmadre h2::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/12/Bio.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 4%;
    top: -24%;
    transform: translateY(-50%);
}

}

@media only screen and (max-width: 378px) {

    .footer-logo {
        height: 70px;
    }

    .footer-content {
        gap: 20px;
    }

    .back2 .vc_row {
        margin-left: 0px;
    }

    .back3-escrita p {
        width: 69%;
    }

    .back2resto a,
    .back4 a {
        white-space: nowrap;
    }

    h1.titulo-page {
        width: 50%;
        max-width: 100%;
    }

    .back4 p {
        width: 100%;
    }

    .back4 .text-douro {
        margin-left: 0%;
    }

    .back4 h2 {
        text-align: center !important;
    }

    .back5 p {
        font-size: 15px;
        margin: 4%;
    }





    .back6 p {
        font-size: 16px;
    }

    .back8 h2,
    .back9 h2 {
        font-size: 24px;
    }

   .balmadre h2::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/12/Bio.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 66px;
    position: absolute;
    right: 4%;
    top: 21%;
    transform: translateY(-50%);
}
}

@media only screen and (max-width: 320px) {

    .footer-logo {
        height: 60px;
    }

    .footer-bottom {
        gap: 12px;
    }

    .footer-bottom a {
        font-size: 9px;
    }

    .resto {
        bottom: 8%;
    }

    h1.titulo-page {
        width: 73%;
        max-width: 100%;
        margin-top: 0%;
    }

    .back2 p {
        width: 100%;
    }

    .back5 p {
        font-size: 14px;
        margin: 3%;
    }


    div.quinta {
        margin-top: 10px;
    }


    .back6 p {
        font-size: 15px;
        margin: 3%;
    }

    .back8 h2,
    .back9 h2 {
        font-size: 22px;
    }



    .back9 h5 {
        font-size: 15px;
    }

    .balmadre h2::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/12/Bio.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    position: absolute;
    right: 4%;
    top: 21%;
    transform: translateY(-50%);
}
.form{
    margin-top: 16%;
}
}








/* Tablets grandes e desktops pequenos (até 1366px) */
@media (max-width: 1366px) {

  .form {
        margin-top: 10%;
    }

    .wpcf7 form {
        max-width: 550px;
    }

    .form h1 {
        font-size: 35px;
    }


    .back-vinho h1{
        font-size: 36px;
    }
    
    .back-vinho img{
        width: 420px;
    }
    
    .vc_sep_line{
        width: 30vw !important;
    }

    .infos .vc_col-sm-6 {
    width: 36%;
}


}

/* Tablets em landscape (até 1024px) */
@media (max-width: 1024px) {
    .back-vinho{
        margin-top: 13%;
        padding-bottom: 15%;
    }
    
    .back-vinho h1{
        font-size: 32px;
        margin-top: 15%;
    }
    
    .back-vinho p{
        width: 70%;
        font-size: 15px;
    }
    
    .infos p{
        font-size: 20px;
    }
    
    .infos .vc_col-sm-6 {
        width: 49%;
    }
    
    .infos .vc_col-sm-3{
        width: 15%;
    }
    
    .vc_sep_line{
        width: 35vw !important;
    }
    
    .sugestoes h2{
        font-size: 26px;
        letter-spacing: 2px;
    }
    
    .back-vinho img{
        width: 380px;
    }
    
    .back-vinho .resto-escrita p{
        font-size: 16px;
    }

    .balmadre h2::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/12/Bio.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    position: absolute;
    right: 4%;
    top: 15%;
    transform: translateY(-50%);
}
}

/* Tablets em portrait (até 768px) */
@media (max-width: 768px) {

.form {
    margin-top: 12%;
  }



  .form h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .form h2 {
    font-size: 18px;
  }

  .form p a {
    font-size: 16px;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea {
    font-size: 14px;
  }

  .wpcf7 textarea {
    height: 60px;
  }

  .wpcf7 .wpcf7-acceptance label {
    font-size: 13px;
  }

  .wpcf7 .wpcf7-submit-btn {
    font-size: 15px;
    padding: 12px 24px;
  }

  .contactos {
    margin-bottom: 10% !important;
  }

    .back-vinho{
        margin-top: 13%;
        padding-bottom: 12%;
    }
    
    .back-vinho h1{
        font-size: 28px;
        margin-top: 10%;
        letter-spacing: 0.6px;
    }
    
    .back-vinho p{
        width: 85%;
        font-size: 14px;
        letter-spacing: 0.28px;
    }
    
    .infos p{
        font-size: 18px;
        white-space: normal;
    }
    
    .linhamexer{
        margin-right: 30%;
    }
    
    .infos .vc_col-sm-6 {
        width: 45%;
    }
    
    .infos .vc_col-sm-3{
        width: 20%;
    }
    
    .vc_sep_line{
        width: 40vw !important;
    }
    
    .sugestoes h2{
        font-size: 24px;
        letter-spacing: 1.5px;
    }
    
    .back-vinho img{
        width: 320px;
    }
    
    .back-vinho .resto-escrita p::before {
        width: 40px;
        margin-right: 30px;
    }
    
    .back-vinho .resto-escrita p{
        font-size: 15px;
        letter-spacing: 1.2px !important;
    }

.container.espaçamento {
    padding: 0% 1% 0;
}

    header {
    position: sticky;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
}

.line{
    height: 40px;
}

.wpb_single_image.vc_align_left {
    text-align: center ;
}
}

/* Smartphones grandes (até 640px) */
@media (max-width: 640px) {

    .back-vinho{
        margin-top: 15% !important;
        padding-bottom: 10%;
    }
    
    .back-vinho h1{
        font-size: 24px;
        margin-top: 8%;
        text-align: center !important;
    }
    
    .back-vinho p{
        width: 95%;
        font-size: 14px;
        text-align: center !important;
    }
    
    .infos p{
        font-size: 16px;
        text-align: center !important;
    }
    
    .linhamexer{
        margin-right: 20%;
    }
    
    .infos .vc_col-sm-6 {
        width: 48%;
    }
    
    .infos .vc_col-sm-3{
        width: 25%;
    }
    
    .vc_sep_line{
        width: 50vw !important;
        margin-left: 40%;
    }
    
    .sugestoes h2{
        font-size: 22px;
        letter-spacing: 1.2px;
        text-align: center !important;
    }
    
    .back-vinho img{
        width: 280px;
    }
    
    .back-vinho .resto-escrita p::before {
        width: 30px;
        margin-right: 20px;
    }
    
    .back-vinho .resto-escrita p{
        font-size: 14px;
        letter-spacing: 1px !important;
        white-space: normal;
        text-align: center !important;
    }

    .infos{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .wpb_single_image.vc_align_left {
    text-align: center ;
}


}

/* Smartphones médios (até 480px) */
@media (max-width: 480px) {

 .form h1 {
    font-size: 22px;
  }

  .form h2 {
    font-size: 16px;
  }

  .wpcf7 .wpcf7-submit-btn {
    width: 100%;
    justify-content: center;
  }

  .wpcf7 .wpcf7-submit-btn::after {
    margin-left: 10px;
  }


    .back-vinho{
        margin-top: 32% !important;
        padding-bottom: 8%;
    }
    
    .back-vinho h1{
        font-size: 22px;
        margin-top: 5%;
    }
    
    .back-vinho p{
        width: 100%;
        font-size: 13px;
    }
    
    .infos p{
        font-size: 15px;
    }
    
    .linhamexer{
        margin-right: 10%;
    }
    
    .infos .vc_col-sm-6 {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .infos .vc_col-sm-3{
        width: 100%;
        margin-bottom: 15px;
    }
    
    .vc_sep_line{
        width: 60vw !important;
    }
    
    .sugestoes h2{
        font-size: 20px;
        letter-spacing: 1px;
    }
    
    .back-vinho img{
        width: 240px;
    }
    
    .back-vinho .resto-escrita p::before {
        width: 24px;
        margin-right: 15px;
    }
    
    .back-vinho .resto-escrita p{
        font-size: 13px;
        letter-spacing: 0.8px !important;
    }

    .balmadre h2::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/12/Bio.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 66px;
    position: absolute;
    right: 4%;
    top: 21%;
    transform: translateY(-50%);
}
}

/* Smartphones pequenos (até 375px) */
@media (max-width: 375px) {
    .back-vinho h1{
        font-size: 20px;
    }
    
    .back-vinho p{
        font-size: 12px;
    }
    
    .infos p{
        font-size: 14px;
    }
    
    .sugestoes h2{
        font-size: 18px;
    }
    
    .back-vinho img{
        width: 220px;
    }
    
    .back-vinho .resto-escrita p{
        font-size: 12px;
    }
    
    .vc_sep_line{
        width: 70vw !important;
    }

    .back-vinho p {
    font-size: 12px;
    width: 55%;
    max-width: 100%;
    margin: auto;
}

.page-id-31 .resto, .page-id-434 .resto{
    display: none;
}

.page-id-31 .main{
    padding: 20px;
}

.form{
    margin-top: 25% !important;
    padding: 20px;
}
}

/* Smartphones muito pequenos (até 320px) */
@media (max-width: 320px) {
    .back-vinho h1{
        font-size: 18px;
    }
    
    .back-vinho p{
        font-size: 11px;
    }
    
    .infos p{
        font-size: 13px;
    }
    
    .sugestoes h2{
        font-size: 16px;
    }
    
    .back-vinho img{
        width: 200px;
    }
    
    .back-vinho .resto-escrita p{
        font-size: 11px;
        letter-spacing: 0.6px !important;
    }
    
    .back-vinho .resto-escrita p::before {
        width: 20px;
        margin-right: 10px;
    }

    .balmadre h2::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/12/Bio.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    position: absolute;
    right: 4%;
    top: 21%;
    transform: translateY(-50%);
}
}