@font-face {
  font-family: "Flecha";
  src: url("../fonts/Flecha/FlechaS-Medium.otf");
  font-weight: 500;
  -webkit-font-smoothing: antialised;
}

@font-face {
  font-family: "Flecha";
  src: url("../fonts/Flecha/FlechaS-Regular.otf");
  font-weight: 400;
  -webkit-font-smoothing: antialised;
}

@font-face {
  font-family: "Flecha";
  src: url("../fonts/Flecha/FlechaS-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
  -webkit-font-smoothing: antialised;
}

@font-face {
  font-family: "Sweet";
  src: url("../fonts/SweetSansPro/SweetSansPro-Bold.otf");
  font-weight: 700;
  -webkit-font-smoothing: antialised;
}

@font-face {
  font-family: "Sweet";
  src: url("../fonts/SweetSansPro/SweetSansPro-Medium.otf");
  font-weight: 500;
  -webkit-font-smoothing: antialised;
}

@font-face {
  font-family: "Sweet";
  src: url("../fonts/SweetSansPro/SweetSansPro-Regular.otf");
  font-weight: 400;
  -webkit-font-smoothing: antialised;
}

::selection{
  background-color: #7E706D99;
}

body {
  overflow-x: hidden;
  font-family: sans-serif;
}

p{
  font-family: 'Flecha';
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0px;
  margin-top: 30px;
  color: black;
}

h6, h6 strong{
  font-family: 'Sweet';
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 3px;
  line-height: 31px;
  color: black;
  text-transform: uppercase;
}

h2{
  font-family: 'Flecha';
  font-weight: 400;
  font-size: 35px;
  letter-spacing: 2.3px;
  line-height: 42px;
  text-transform: uppercase;
}

h3{
  font-family: 'Flecha';
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 2px;
  text-align: center;
  color: black;
  text-transform: uppercase;
}

a{
  font-family: 'Flecha';
  color: black;
}

a:hover{
  color: black;
  text-decoration: underline;
  cursor: pointer;
}

em{
  font-style: italic !important;
}

.conteudo-cms-homapage > .container-fluid > .row > .col-md-12 > p{
  width: 0px !important;
  height: 0px !important;
}

html[href-lang="en"] #meta-3344,
html[href-lang="en"] #meta-3392,
html[href-lang="en"] #meta-3393,
html[href-lang="en"] #meta-3394,
html[href-lang="pt"] #meta-3395,
html[href-lang="pt"] #meta-3396,
html[href-lang="pt"] #meta-3397,
html[href-lang="pt"] #meta-3398,
html[href-lang="pt"] #meta-3419,
html[href-lang="pt"] #meta-3420,
html[href-lang="pt"] #meta-3421,
html[href-lang="pt"] #meta-3422,
html[href-lang="pt"] #meta-3415,
html[href-lang="pt"] #meta-3416,
html[href-lang="pt"] #meta-3417,
html[href-lang="pt"] #meta-3418{
  display: none;
}

/* Header */

.overlay-aviso{
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #191A191A;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-aviso.entrar{
  display: none;
}

.aviso{
  background-color: white;
  width: fit-content;
  padding: 65px 65px 40px;
  height: fit-content;
}

.aviso p {
  width: 390px;
  font-family: 'Sweet';
  text-transform: uppercase;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 45px;
}

.aviso .btns {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.aviso .btns button {
  width: 175px;
  height: 45px;
  background-color: white;
  border: 1px solid black;
  font-family: 'Sweet';
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.aviso .btns button:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.logo-phone {
  display: none;
}

.hamburguer-menu .line {
  width: 25px;
  height: 2px;
  border-radius: 20px;
  background-color: black;
  transition: 0.5s;
}

.hamburguer-menu {
  position: none;
  top: 0px;
  right: 0px;
  z-index: 1;
  height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 40px;
  right: 40px;
}

.menu.menu-principal {
  position: fixed;
  top: 38px;
  right: 40px;
  z-index: 1;
/*  width: 380px;*/
  width: 300px;
}

.menu-principal ul{
  display: flex;
  justify-content: space-between;
}

.menu-principal li a, .linguas li a{
  color: white;
  font-family: 'Sweet';
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 26px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.menu-principal li a.ativado::after{
  content: '';
  background-image: url(../GestorSistema/seta-menu.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 4px;
  margin-top: 10px;
}

.wrapper-linguas{
  position: absolute;
  width: 50%;
  left: 0px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  height: 31px;
  align-items: center;
}

.menu.linguas {
  width: 175px;
}

.menu.linguas ul.menul {
  display: flex;
  justify-content: space-evenly;
}

.linguas li a{
  color: black;
}

.linguas li a.ativo{
  text-decoration: line-through;
}

.fadeIn{
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-play-state: paused;
  opacity: 0;
}

@keyframes fadeIn{
  0%{
    opacity: 0;
  }

  100%{
    opacity: 100%;
  }
}


/* Homepage */

#homepage {
  overflow:hidden;
  display: flex;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#homepage .section {
  flex: 0 0 100vw;
  height: 100vh;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
  color: #fbfbfb;
  transition-timing-function: ease-in-out;
}

#homepage .section:nth-of-type(2){
  background-color: #89f8ce;
  flex: 0 0 150vw;
}

#homepage  .section:nth-of-type(3){
  background-color: #ff6473;
}

.bg-white{
  width: 50%;
  position: absolute !important;
  left: 0px;
  top: 0px;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}


.bg-white > div {
  position: relative;
}

.bg-white .quinta-valbom{
  font-family: 'Sweet';
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 10px;
  color: black;
  text-transform: uppercase;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  height: 31px;
  display: flex;
  align-items: center;
}

.bg-white h1{
  font-family: 'Flecha';
  font-weight: 400;
  font-size: 35px;
  letter-spacing: 2.3px;
  line-height: 42px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  width: 320px;
  margin: 0px;
}

.bg-img{
  position: absolute;
  width: 50%;
  top: 0px;
  right: 0px;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-img{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 35%;
  top: 0px;
  left: 0px;
}

/*#quinta .overlay-img{
  display: none;
}
*/
.bg-img img{
  position: relative;
}

.scroll {
  position: absolute;
  right: 45px;
  bottom: 24px;
  display: flex;
  width: 100px;
  justify-content: space-between;
  font-family: 'Sweet';
  font-size: 9px;
  font-weight: 500;
  line-height: 31px;
  text-transform: uppercase;
  align-items: center;
  letter-spacing: 2.7px;
}

.scroll::after{
  content: '';
  background-image: url(../GestorSistema/setaa.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 15px;
}

/* Quinta */

.bg-beje{
  background-color: #F4F4EE;
  padding: 45px 55px 80px 60px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 50vw;
}

.bg-beje img {
  filter: invert(1);
}

.bg-beje.fixo{
  justify-content: flex-end;
}

.bg-beje.fixo img {
  position: fixed;
  top: 45px;
  left: 60px;
  z-index: 3;
}

.bg-beje.absoluto img{
  position: absolute;
}

#quinta img.muda-cor{
  filter: invert(0);
}

.bg-beje .content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.bg-beje .content > div {
  width: 299px;
}

.bg-beje .content .line-vertical {
  width: 1px;
  height: 340px;
  margin-bottom: 50px;
  background-color: #E9E8DC;
}

.bg-beje .content .hectares-vinhas{
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.hectares-vinhas span {
  color: #DEDDCA;
  font-family: 'Flecha';
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 10px;
}

.hectares-vinhas h6{
  line-height: 13px;
  text-align: center;
  font-weight: 500;
}

.bg-img.quinta{
  width: 100vw;
  left: 50vw;
  /*  background-size: 100%;*/
  background-size: cover !important;
  animation-name: zoomIn;
  animation-duration: 30s;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

@keyframes zoomIn{
  0%{
    transform: scale(1.0);
  }

  100%{
    transform: scale(1.3);
  }
}

.bg-beje.fixo  .content{
  position: fixed;
  width: calc(50vw - 90px);
  bottom: 80px;
  left: 60px;
}

#homepage .section#historia {
  display: flex;
  background-color: #F4F4EE;
  flex: 0 0 200vw;
  justify-content: flex-start;
  align-items: flex-end;
}

.historia{
  width: 60vw;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  padding:  0px 0px 80px 60px;
}

.historia .content {
  display: flex;
  gap: 50px;
}

.historia .content p {
  font-family: 'Flecha';
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  width: 309px;
}

.historia .content p span, .sustentabilidade .content p span{
  font-family: 'Flecha';
  font-weight: 400;
}

.historia .content p:last-child{
  font-size: 14px;
  line-height: 21px;
  width: 269px;
}

.bg-img.historia-img{
  position: relative;
  height: 75vh;
  width: 65vw;
}

.menu-principal li a.muda-cor{
  color: black;
}

.menu-principal li a.muda-cor::after{
  filter: invert(1);
}

.wrapper-sust {
  display: flex;
  z-index: 1;
  background-color: #f4f4ee;
  height: 100vh;
  align-items: flex-end;
}

.sustentabilidade {
  display: flex;
  width: 65vw;
  height: 75vh;
  padding-left: 110px;
}

.sustentabilidade h6{
  line-height: 10px;
}

.sustentabilidade .content{
  display: flex;
  gap: 60px;
}

.sustentabilidade .content p{
  width: 300px;
}

.sustentabilidade .content p:last-child{
  width: 270px;
  font-size: 14px;
  line-height: 21px;
}

.sustentabilidade-img{
  padding-bottom: 60px;
}

.sustentabilidade-img .bg-img{
  width: 30vw;
  height: calc(75vh - 60px);
  position: relative;
}

.sustentabilidade2 {
  display: flex;
  width: 40vw;
  padding-left: 55px;
  padding-bottom: 60px;
}

.sustentabilidade2 .content p{
  width: 263px;
  font-size: 14px;
  line-height: 21px;
}

.sustentabilidade2-img {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.sustentabilidade2-img .bg-img{
  position: absolute;
  width: 100vw;
  background-size: cover !important;
  animation-name: zoomIn;
  animation-duration: 15s;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}


.sustentabilidade2-img .bg-img.fixo{
  position: fixed;
}

.sustentabilidade2-img .bg-img.absoluto{
  position: absolute;
}

.final-sustentabilidade{
  width: 42vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #f4f4ee;
}

/*.final-sustentabilidade.fixo{
  margin-left: 100vw;
}*/

.final-sustentabilidade h3{
  width: 270px;
}

.final-sustentabilidade a.os-vinhos{
  position: absolute;
  bottom: 23px;
  right: 85px;
  font-family: 'Sweet';
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 2.7px;
}

a.os-vinhos::after{
  content: '';
  background-image: url(../GestorSistema/setaa.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 15px;
  filter: invert(1);
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
}

#quinta-equipa.section{
  background-color: #F4F4EE;
  align-items: flex-end;
  z-index: 2;
}

#quinta-equipa.section .equipa-img,
#quinta-equipa.section .content{
  width: 50%;
  height: 80vh;
}

#quinta-equipa .equipa-img{
  padding-bottom: 75px;
  display: flex;
  gap: 30px;
  align-items: center;
  padding-left: 30px;
}

#quinta-equipa .equipa-img div:first-child{
  height: 60%;
  width: calc(36% - 15px);
  background-size: cover;
  background-position: center;
}

#quinta-equipa .equipa-img div:last-child{
  height: 100%;
  width: calc(64% - 15px);
  background-size: cover;
  background-position: center;
}

#quinta-equipa .content{
  padding-left: 90px;
  padding-top: 40px;
  padding-bottom: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#quinta-equipa .content p{
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  width: 255px;
}

#quinta-equipa.section .content h6 strong,
#quinta-equipa.section .content h6 {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 3px;
}

#quinta-equipa.section .content div:last-child h6:last-child{
  font-weight: 500;
}

#quinta-vinhas.section{
  background-color: white;
  align-items: flex-end;
}


#quinta-vinhas.section .content{
  width: 40vw;
  padding-left: 60px;
  padding-bottom: 30px;
  padding-right: 45px;
}

#quinta-vinhas.section .vinhas-img{
  width: 60vw;
  position: relative;
}

#quinta-vinhas.section .content p{
  width: 280px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.6px;
}

#quinta-vinhas.section .content div:nth-child(2) p{
  margin-left: auto;
  text-align: right;
}

#quinta-vinhas.section .content a{
  font-family: 'Sweet';
  font-size: 10px;
  line-height: 31px;
  letter-spacing: 3px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
}

#quinta-vinhas.section .vinhas-img div{
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

#vinhos .bg-img{
  width: 100%;
}

#vinhos .bg-img.fixo{
  position: fixed;
}

#vinhos .bg-img > div{
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  background-position: center;
  animation-name: zoomIn;
  animation-fill-mode: forwards;
  animation-duration: 15s;
  animation-play-state: paused;
}

#vinhos .content{
  position: absolute;
  z-index: 1;
  width: 630px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

#vinhos .content.fixo {
    position: fixed;
}

#vinhos .content h2{
  color: white;
}

/* Vinhos */

.vinhos{
  display: none !important;
}

.vinhos.destaque-vinho{
  display: flex !important;
}

.wrapper-info{
    display: flex;
    width: 80vw;
    align-items: flex-end;
}

.vinhos .bg-img{
  position: relative;
  width: 100%;

}

#homepage .section.vinhos{
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 1;
}

.vinhos .content{
  width: 30vw;
  height: 600px;
  background-color: #7E706D99;
  padding: 30px 75px 65px 50px;
  position: relative;
}

.vinhos .content .desc{
  color: black;
  font-size: 14px;
  font-family: 'Flecha';
  line-height: 26px;
  letter-spacing: 0.88px;
}

.vinhos .content h6{
  margin-top: 40px;
  line-height: 16px;
  margin-bottom: 10px;
}

.vinhos .content h6 strong{
  letter-spacing: 3.6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 10px;
}

.vinhos .content p,
.vinhos .content p span{
  margin-top: 0px;
  font-family: 'Sweet';
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  width: 280px;
}

.vinhos .content .meta {
  margin-top: 20px;
}

.vinhos .content .meta h6{
  line-height: 15px;
  margin-bottom: 0px;
  margin-top: 22px;
}

.vinhos .content .meta p{
  width: 170px;
  font-size: 11px;
  line-height: 15px;
}

.vinhos .content .meta > div:nth-child(2){
  display: flex;
  align-items: flex-end;
}

.vinhos .content .meta > div:nth-child(2) p {
  margin-left: 10px;
}

.vinhos .content .meta > div:nth-child(2) {
    display: flex;
    align-items: flex-end;
}

.vinhos .anos{
  display: flex;
  flex-direction: column;
}

.vinhos .anos div{
  display: none;
  font-family: 'Sweet';
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: black;
  margin-left: 20px;
  z-index: 1;
}

.vinhos .anos.um-vinho div::after{
  display: none !important;
}

.vinhos .anos div:first-child{
  display: block;
  position: relative;
}

.meta-content.less-opacity{
  opacity: 10%;
}


.vinhos .anos div:first-child::after {
  content: '';
  background-image: url(../GestorSistema/seta-drop.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 8px;
  height: 4px;
  position: absolute;
  bottom: 3px;
  right: -20px;
  transition: 0.5s;
}

.vinhos .anos.abriu div:first-child::after {
  transform: rotate(-180deg);
  transition: 0.5s;
}

.vinhos .anos.abriu div:first-child {
  text-decoration: underline;
}

.vinhos .ano{
  position: relative;
  cursor: pointer;
}

.wrapper-anos{
  top: -1px;
  position: absolute;
  left: 30px;
}

.vinhos-nomes {
  display: flex;
  flex-direction: column;
}

.vinhos-nomes div{
  display: flex;
  flex-direction: column;
}

.vinhos-nomes div::after{
  content: '|';
  color: #191A195A;
  font-size: 32px;
  transform: rotate(45deg);
  text-align: center;
  margin-top: 20px;
}

.vinhos-nomes div p,
.vinhos-nomes div p span{
  color: black;
  font-family: 'Sweet';
  font-size: 10px;
  letter-spacing: 3px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.wrapper-vinhos-nomes{
  height: 100vh;
  width: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vinhos-nomes div:last-child::after{
  display: none;
}

.vinhos-nomes div.vinho-ativo p{
  color: #191A195A;
}

.ficha-tecnica {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.ficha-tecnica a {
  font-family: 'Sweet';
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 2px;
  text-decoration: underline;
  color: black;
}

/* Contactos */

.redes-phone, .credits{
  display: none;
  height: 0px !important;
  width: 0px !important;
}

div#contactos {
  gap: 80px;
  align-items: flex-end !important;
  background-color: #F4F4EE !important;
  z-index: 1;
}

div#contactos > div {
  width: calc(50vw - 40px);
  height: 80%;
}

.contactos-img{
  display: flex;
  gap: 30px;
  height: 80vh;
}

.contactos-img div{
  background-size: cover;
  background-position: center;
}

.contactos-img > div:first-child {
  width: 20vw;
  height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
}

.contactos-img > div:first-child > div:first-child{
  width: 20vw;
  height: 70%;
}

.contactos-img > div:last-child{
  width: 30vw;
  height: calc(100% - 80px);
}

.redes {
  display: flex;
  flex-direction: column;
  height: 30%;
  justify-content: center;
  align-items: center;
}

.redes a {
  font-family: 'Sweet';
  font-size: 10px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: black;
}

.redes a:first-child{
  display: flex;
  flex-direction: column;
  text-align: center;
}

.traco {
  color: black;
  margin: 10px 0px;
}

.wrapper-contactos {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  justify-content: space-between;
}

.contactos{
  padding-top: 40px;
  position: relative;
}

.contactos h6{
  margin-bottom: 10px;
}

.contactos p{
  font-size: 15px;
  margin: 0px;
  line-height: 18px;
  letter-spacing: 1.40px;
}

.contactos > a{
  position: absolute;
  top: 80px;
  left: 250px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1.4px;
  text-decoration: underline;
}

.visite-nos p{
  font-size: 23px;
  line-height: 31px;
  width: 395px;
  margin-top: 10px;
}

.onde-comprar {
  width: 450px;
}

.onde-comprar a {
  font-family: 'Sweet';
  font-size: 11px;
  line-height: 17px;
  font-weight: 400;
}

.onde-comprar .col-md-6 {
  width: 50%;
  color: black;
  padding: 0px;
  margin-top: 10px;
}

.onde-comprar .col-md-6, .onde-comprar span, .onde-comprar strong {
  width: 50%;
  color: black;
  padding: 0px;
  font-family: 'Sweet';
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
}

.onde-comprar strong {
  font-weight: 500;
}

/* Imprensa */

div#imprensa {
  background-color: #F4F4EE !important;
  justify-content: space-between !important;
  padding: 0px 100px 0px 60px;
  align-items: flex-end !important;
  z-index: 1;
}

div#imprensa > div{
  height: 75vh;
  display: flex;
}

div#imprensa > div:first-child {
    margin-right: 135px;
}

div#imprensa p{
  line-height: 31px;
  width: 200px;
  margin: 0px;
}

.noticia a:hover h3{
  text-decoration: underline;
}

.wrapper-news {
  width: fit-content;
}

.wrapper-news .new-img {
  background-position: center;
  background-size: cover;
}

.wrapper-news .noticia:nth-of-type(3n+1) .new-img{
  height: 32vh;
}

.wrapper-news .noticia:nth-of-type(3n+2) .new-img{
  height: 40vh;
}

.wrapper-news .noticia:nth-of-type(3n) .new-img{
  height: 25vh;
}

.wrapper-news .noticia {
  padding-right: 15px;
  width: 21.5vw;
}

.wrapper-news .noticia:last-child {
  padding-right: 0px;
}

.wrapper-news h6.data-new {
  letter-spacing: 2px;
  color: #191A19;
  margin-top: 18px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 10px;
}

.wrapper-news h3.titulo-new {
  font-size: 23px;
  text-align: left;
  line-height: 28px;
  letter-spacing: 0.14px;
  text-transform: none;
}

.wrapper-news button.slick-prev.slick-arrow {
    display: none !important;
}

.wrapper-news button.slick-next.slick-arrow {
  position: absolute;
  top: unset;
  bottom: 0;
  right: -60px;
  font-size: 9px;
  color: black;
  font-weight: 500;
  font-family: 'Sweet';
  letter-spacing: 2.7px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}

.slick-next:before {
  display: none;
}

.slick-next:after {
  content: '';
  background-image: url(../GestorSistema/seta.png);
  width: 24px;
  height: 15px;
  display: block;
  filter: invert(1);
  margin-left: 30px;
}

.btn-ver-mais.ver-mais {
  font-family: 'Sweet';
  font-size: 9px;
  font-weight: 500;
  color: black;
  line-height: 31px;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  align-items: flex-end;
  margin-bottom: 20px;
  position: absolute;
  right: 60px;
}

.btn-ver-mais.ver-mais::after {
  content: '';
  background-image: url(../GestorSistema/setaa.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 15px;
  display: block;
  filter: invert(1);
  margin-left: 30px;
  margin-bottom: 7px;
}

#terminou, .credits{
  height: 0px;
}

@media screen and (max-width: 1200px){
  .historia .content p{
    width: 260px;
  }

  .historia .content p:last-child {
    width: 190px;
  }
}

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

  .bg-white h1, .final-sustentabilidade h3 {
    font-size: 25px;
    line-height: 30px;
    width: 215px;
  }

  .bg-white .quinta-valbom {
    width: 200px;
    justify-content: center;
  }

  .bg-beje img {
    width: 110px;
  }

  .bg-beje .content .line-vertical {
    height: 250px;
  }

  p, .historia .content p {
    font-size: 17px;
    line-height: 23px;
  }

  .hectares-vinhas span {
    font-size: 37px;
  }

  .sustentabilidade .content {
    gap: 35px;
  }

  .sustentabilidade .content p {
    width: 250px;
  }

  .sustentabilidade .content p:last-child {
    width: 230px;
    font-size: 13px;
    line-height: 19px;
  }

  #quinta-equipa .content p {
    font-size: 17px;
    line-height: 23px;
    width: 290px;
  }

  #quinta-equipa .content h6 {
    line-height: 5px;
  }

  #quinta-vinhas.section .content p {
    font-size: 14px;
    line-height: 21px;
  }

  #quinta-vinhas.section .content a {
    font-size: 7px;
    letter-spacing: 2px;
  }

  .vinhos .content {
    height: 460px;
    padding: 30px 50px 50px 30px;
  }

  .vinhos .content h6 {
    margin-top: 20px;
  }

  .vinhos .content h6 strong {
    letter-spacing: 2.5px;
    font-size: 8px;
  }

  .vinhos .content p {
    font-size: 10px;
    line-height: 15px;
    width: fit-content;
  }

  .vinhos .content .desc {
    font-size: 12px;
  }

  .vinhos .content .meta p, .vinhos .anos div {
    font-size: 10px;
  }

  .vinhos .content .meta h6 {
    margin-top: 10px;
    font-size: 8px;
    letter-spacing: 2px;
  }

  .ficha-tecnica a {
    font-size: 8px;
  }

  .contactos p {
    font-size: 13px;
    line-height: 16px;
  }

  .contactos a {
    left: 195px;
  }

  .visite-nos p {
    font-size: 18px;
    line-height: 22px;
  }

  .wrapper-news {
    width: 530px;
  }

  .wrapper-news .noticia:nth-of-type(3n+1) .new-img {
    height: 185px;
  }

  .wrapper-news .noticia:nth-of-type(3n+2) .new-img {
    height: 245px;
  }

  .wrapper-news .noticia:nth-of-type(3n) .new-img {
    height: 140px;
  }

  .wrapper-news h6.data-new {
    letter-spacing: 1px;
    font-size: 7px;
    margin-top: 13px;
    margin-bottom: 12px;
  }
  
  .wrapper-news h3.titulo-new {
    font-size: 17px;
    line-height: 22px;
  }
}

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

  /* Header */

  .quinta-phone {
    position: absolute;
    bottom: 100px;
    font-family: 'Sweet';
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 31px;
  }

  .hamburguer-menu{
    transition: 0.5s;
  }

  .hamburguer-menu.open{
    transition: 0.5s;
    right: 50%;
    transform: translateX(75%);
  }


  .hamburguer-menu.open .line:nth-child(2){
    opacity: 0;
    transition: 0.5s;
  } 

  .hamburguer-menu.open .line:nth-child(1){
    transform: rotate(45deg) translateY(9px);
  }

  .hamburguer-menu.open .line:nth-child(3){
    transform: rotate(-45deg) translateY(-9px);
  }

  .menu-principal li a {
    font-size: 20px;
    line-height: 40px;
  }

  .linguas li a {
    font-size: 10px;
  }

  .menu.linguas {
    width: 100vw;
    position: fixed;
    left: 0px;
    top: calc(100px - 100vh);
    transition: 0.5s;
    z-index: 4;
  }

  .menu.linguas.open{
    top: 100px;
    transition: 0.5s;
  }

  .menu.linguas ul.menul {
    position: relative;
    z-index: 4;
    justify-content: center;
    gap: 25px;
  }

  .menu.menu-principal{  
    position: fixed;
    top: -100vh;
    left: 0px;
    right: unset;
    justify-content: center;
    align-items: center;
    background-color: #F4F4EE;
    width: 100%;
    height: 100vh;
    transition: 0.5s;
    display: flex;
    transform: none;
    z-index: 3;
  }

  .menu.menu-principal.open{
    transition: 0.5s;
    top: 0%;
  }

  .menu-principal li a {
    font-size: 10px;
    line-height: 60px;
    color: black;
  }

  .wrapper-linguas {
    left: unset;
    bottom: unset;
    margin-bottom: 100px;
  }

  .col-md-12 {
    padding: 0px;
  }

  .col-md-12 > p {
    margin: 0px;
  }

  .container.header-transparente {
    height: 0px;
  }

  .bg-white, .bg-img {
    width: 100%;
    position: relative !important;
  }

  .menu-principal ul {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
  }

  #homepage .section {
    flex-direction: column;
  }

  .hamburguer-menu {
    position: fixed;
    z-index: 3;
    top: 22px;
  }

  .back-header {
    width: 100%;
    height: 60px;
    background-color: #f4f4ee;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
  }

  .back-header.fixo {
    display: block;
  }


  .bg-beje.fixo img {
    top: 25px;
    left: 50px;
  }

  .bg-beje img {
    width: 90px;
  }



  /* Início */

  #homepage {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  .scroll::after {
    transform: rotate(90deg);
  }

  /* Quinta */

  #homepage .section:nth-of-type(2) {
    flex: 0 0 100vw;
  }

  .bg-beje {
    padding: 35px 40px 80px 50px;
  }

  .bg-white h1, .final-sustentabilidade h3 {
    font-size: 35px;
    line-height: 42px;
    width: 320px;
  }

  .bg-white .quinta-valbom {
    position: relative;
    top: 0;
  }

  .bg-img.quinta {
    width: 100vw;
    left: 0;
  }

  .bg-beje.fixo .content {
    position: inherit; 
    width: 100%;
    bottom: unset; 
    left: unset;
  }

  #homepage .section#historia {
    flex: 0 0 100vw;
  }

  .historia {
    padding: 60px 60px 15px 60px;
    width: 100vw;
    align-items: flex-start;
    flex-direction: column;
    height: fit-content;
  }

  #homepage .section#historia {
    align-items: flex-start;
  }

  .sustentabilidade {
    display: flex;
    width: 100vw;
    height: fit-content;
    padding-left: 60px;
    padding-bottom: 60px;
  }

  .historia .content {
    flex-direction: column;
    gap: 0px;
  }

  .bg-img.historia-img {
    position: absolute !important;
    height: 50vh;
    width: 50vw;
    top: 70px;
  }

  #homepage .section#historia {
    height: fit-content;
  } 

  .historia .content p {
    margin-top: 15px;
  }

  .sustentabilidade .content {
    gap: 70px;
    width: calc(100vw - 60px);
    position: relative;
  }

  .sustentabilidade .content p:nth-child(2){
    position: absolute;
    left: calc(50% - 30px);
  }

  .wrapper-sust{
    height: fit-content;
  }

  .sustentabilidade {
    height: fit-content;
  }

  .sustentabilidade-img .bg-img {
    width: calc(50vw - 60px);
    height: 400px;
    margin-left: 60px;
  }  

  .sustentabilidade2-img .bg-img {
    height: 50vh;
  }

  .final-sustentabilidade {
    width: 100vw;
    height: 50vh;
  }

  div#quinta-equipa {
    padding-top: 60px;
  }

  #quinta-equipa.section {
    align-items: flex-start;
    flex-direction: row;
    height: fit-content;
  }

  #quinta-equipa.section .equipa-img, #quinta-equipa.section .content {
    width: 50%;
    height: 50vh;
  }

  #quinta-equipa .content {
    padding-left: 55px;
  }

  #quinta-vinhas.section{
    height: fit-content;
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: flex-start;
    flex-direction: row;
  }

  #quinta-vinhas.section .content {
    width: 50vw;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0px;
  }

  #quinta-vinhas.section .vinhas-img div {
    height: 50vh;
  }

  /* Vinhos */

  #homepage div.section.vinhos{
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 100vh;
  }

 #homepage div.section.vinhos .bg-img {
    width: 60vw;
    height: 80vh;
  }

  .wrapper-info {
    display: flex;
    width: 100vw;
    align-items: flex-end;
  }

  .vinhos .content {
    width: 40vw;
    height: 60vh;
  }

  .wrapper-vinhos-nomes {
    height: 10vh;
    width: 100vw;
  }

  .vinhos-nomes {
    flex-direction: row;
    gap: 50px;
  }

  .vinhos-nomes div {
    flex-direction: row;
    align-items: center;
  }

  .vinhos-nomes div::after {
    margin-left: 40px;
  }

  /* Contactos */

  div#contactos.section {
    height: fit-content;
  }

  div#contactos > div {
    width: 100vw;
  }

  .contactos-img {
    height: 60vh;
    gap: 0;
    justify-content: space-between;
  }

  .contactos-img > div:first-child > div:first-child {
    width: 40vw;
    height: 80%;
  }


  .contactos-img > div:last-child {
    width: 55vw;
    height: 100%;
  }

  .contactos-img > div:first-child {
    width: fit-content;
    height: 60vh;
  }

  .redes {
    height: 20%;
  }

  .redes a {
    line-height: 17px;
  }

  .contactos {
    padding-top: 0;
  }

  .wrapper-contactos {
    padding-left: 60px;
  }

  .contactos p {
    font-size: 15px;
    line-height: 18px;
  }

  .visite-nos p {
    font-size: 23px;
    line-height: 31px;
  }

  .visite-nos {
    padding-top: 40px;
  }

  .onde-comprar {
    padding-top: 40px;
  }

  /* Imprensa */

  div#imprensa {
    padding: 0px 60px 0px 60px;
  }

  div#imprensa p {
    width: 100%;
    padding-bottom: 25px;
    margin-top: 30px;
  }

  div#imprensa > div:first-child {
    margin-right: 0;
  }

  div#imprensa > div {
    height: fit-content;
    justify-content: center;
  }

  #homepage .section#imprensa {
    height: fit-content;
    align-items: center !important;
    padding-bottom: 100px;
  }

  .wrapper-news button.slick-next.slick-arrow {
    bottom: -100px;
  }

}

@media screen and (max-height: 700px){
    .bg-beje {
      padding: 45px 40px 30px 40px;
    }

    .bg-beje.fixo .content {
      bottom: 30px;
      left: 40px;
    }

    .bg-beje .content p{
      font-size: 18px;
    }

    .bg-beje .content .line-vertical {
      height: 260px;
    }

    .bg-beje.fixo img {
      left: 40px;
    }
}

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

  /* Header */

  .aviso {
    padding: 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .aviso p {
    width: 230px;
    margin-bottom: 40px;
    letter-spacing: 2px;
  }

  .aviso .btns button {
    width: 90px;
  }

  .logo-phone {
    position: fixed;
    top: 25px;
    left: 30px;
    z-index: 3;
  }

  .logo-phone.open{
    display: block;
  }

  .bg-beje.fixo img {
    top: 25px;
    left: 30px;
  }

  .hamburguer-menu {
    right: 30px;
  }

  /* Inicio */

  #homepage .section {
    height: fit-content;
  }

  .bg-white {
    height: 100vh;
    position: relative;
  }

  .bg-white .quinta-valbom {
    background-image: url(../GestorSistema/Group29.png);
    background-size: contain;
    filter: invert(1);
    background-repeat: no-repeat;
    width: auto;
    height: 70px;
    color: transparent;
    background-position: center;
    position: absolute;
    top: 60px;
    transform: translateY(0) translateX(-50%);
  }

  .bg-white > div {
    position: unset;
  }

  .bg-img {
    height: 50vh;
  }

  .menu.linguas ul.menul {
    gap: 35px;
  }

  .wrapper-linguas {
    position: absolute;
    width: 100%;
    display: none;
  }

  .bg-white h1, .final-sustentabilidade h3 {
    font-size: 25px;
    line-height: 32px;
    width: 240px;
  }

  .scroll {
    right: 50%;
    bottom: unset;
    top: calc(100vh - 150px);
    filter: invert(1);
    transform: translateX(50%);
    flex-direction: column-reverse;
    gap: 10px;
  }

  .overlay-img {
    opacity: 10%;
  }

  .line-vertical {
    display: none;
  }

  .bg-beje.fixo .content {
    position: unset;
  }

  .bg-beje .content .hectares-vinhas {
    position: absolute;
    top: -25vh;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
  }

  .hectares-vinhas span {
    font-size: 40px;
    color: white;
  }

  .hectares-vinhas span {
    font-size: 40px;
    color: white;
  }

  .hectares-vinhas h6 {
    color: white;
  }

  .bg-img img {
    display: none;
  }


  /* Quinta */

  .bg-beje img {
    display: none;
  }

  #quinta .bg-beje {
    padding: 65px 40px 65px 30px;
    width: 100vw;
    height: fit-content;
    gap: 0px;
  }

  #quinta.section{
    height: fit-content;
  }

  #quinta .bg-beje .content > div:first-child {
    width: 100%;
    padding-right: 40px;
  }

  #quinta .bg-beje .content > div:first-child > p:last-child{
    font-size: 15px;
    width: 50vw;
    line-height: 23px;
  }

  .bg-beje .content {
    width: fit-content;
  }

  .bg-beje .content {
    width: fit-content;
  }

  p, .historia .content p {
    font-size: 22px;
    line-height:30px;
    width: 100%;
  }

  .historia .content p:last-child {
    width: 70%;
    font-size: 14px;
    line-height: 21px;
    margin-top: 40px;
  }
  
    .bg-img.quinta {
      width: 100vw;
      height: 300px;
      left: 0;
    }

  div#quinta-img .overlay-img{
    display: none;
  }

  .historia {
    padding: 65px 40px 65px 30px;
  }

  .bg-img.historia-img {
    position: relative !important;
    height: 330px;
    width: 100%;
    top: 0;
    margin-left: 0;
  }

  .sustentabilidade {
    padding-left: 30px;
    padding-top: 65px;
    padding-right: 40px;
    padding-bottom: 65px;
  }

  .sustentabilidade .content {
    gap: 0;
    width: 100%;
    position: relative;
    flex-direction: column;
  }

  .sustentabilidade .content p {
    width: 100%;
  }

  .ler-mais {
    font-family: 'Sweet';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px !important;
    line-height: 25px !important;
    letter-spacing: 2px;
    text-decoration: underline;
    color: black;
    margin-top: 30px;
  }

  .ler-mais::after{
    content: 'Ler Mais';
  }

  .ler-mais.ler-menos::after{
    content: 'Ler Menos';
  }

  .sustentabilidade .content p {
    position: relative;
    left: 0;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    padding-right: 55px;
    display: none;
  }

  .sustentabilidade .content p:first-child {
    font-size: 20px;
    line-height: 28px;
    display: block;
  }

  .sustentabilidade .content p:nth-child(2) {
    position: relative;
    left: 0;
  }

  .sustentabilidade-img .bg-img {
    width: 100vw;
    height: 50vh;
    margin-left: 0;
    top: 0;
  }

  .wrapper-sust {
    flex-direction: column;
  }

  .sustentabilidade2 {
    width: calc(100vw - 60px);
    margin-left: 30px;
    padding-left: 0px;
    display: none;
  }

  .sustentabilidade-img {
    padding-bottom: 0px;
    display: none;
  }

  .sustentabilidade2-img .bg-img {
    height: 370px;
  }

  .sustentabilidade2-img {
    height: fit-content;
  }

  .final-sustentabilidade {
    height: 80vh;
    flex-direction: column;
  }

  .final-sustentabilidade a.os-vinhos {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 80px;
    text-decoration: underline;
  }


  a.os-vinhos::after{
    display: none;
  }

  .sustentabilidade2 .content p {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }

  .sustentabilidade2 h6 {
    line-height: 10px;
  }

  #quinta-equipa.section {
    flex-direction: column;
  }

  #quinta-equipa.section .equipa-img{
    width: calc(100% - 30px);
    margin-left: 15px;
    height: 540px;
    padding-bottom: 0px;
    padding: 0px;
  }

  #quinta-equipa .equipa-img div:last-child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  #quinta-equipa.section .content {
    width: 100%;
    height: fit-content;
    gap: 20px;
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 60px;
  }

  #quinta-vinhas.section .vinhas-img div {
    height: 370px;
  }

  #quinta-equipa .content p {
    font-size: 18px;
    width: 100%;
    line-height: 28px;
    padding-right: 90px;
    margin-bottom: 130px;
  }

  #quinta-vinhas.section {
    flex-direction: column-reverse;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f4f4ee;
  }

  #quinta-vinhas.section .content p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    padding-right: 60px;
    margin-top: 20px;
  }

  #quinta-vinhas.section .vinhas-img {
    width: 100vw;
  }

  #quinta-vinhas.section .content {
    width: 100vw;
    padding-left: 40px;
    padding-top: 55px;
    height: fit-content;
  }

  #quinta-vinhas.section .content a {
    display: none;
  }

  #quinta-equipa.section .equipa-img > div:first-child{
    display: none;
  }

  /* Vinhos */

  #vinhos .bg-img {
    width: 100%;
    height: 100vh;
  }

  #vinhos .bg-img .overlay-img{
    opacity: 30%;
  }

  #vinhos h2 {
    font-size: 25px;
    line-height: 32px;
  }

  #vinhos .content {
    width: 100%;
    padding: 0px 30px;
  }

  .vinhos .content h6 {
    margin-top: 30px;
  }
    
  .wrapper-info {
    flex-direction: column;
  }

  #homepage div.section.vinhos .bg-img {
    width: 100vw;
    height: 500px;
  }

  .vinhos .content {
    width: 100vw;
    height: fit-content;
    padding: 30px 80px 50px 30px;
  }

  .vinhos .content .meta {
    margin-top: 40px;
  }

  .vinhos .content .meta h6 {
    margin-top: 20px;
    font-size: 10px;
  }

  .vinhos .content .meta p, .vinhos .anos div {
    font-size: 11px;
  }

  .vinhos .content p {
    font-size: 13px;
    line-height: 21px;
    width: fit-content;
  }

  .vinhos .content h6 strong {
    font-size: 12px;
    width: 200px;
    display: block;
  }

  #homepage div.section.vinhos {
    height: fit-content;
  }

  .wrapper-vinhos-nomes {
    display: none;
  }

  /* Contactos */

  .redes-phone, .credits {
    display: block;
    width: 100% !important;
  }

  .redes-phone{
    height: fit-content !important;
  }

  .wrapper-contactos{
    padding-bottom: 30px;
  }

  .contactos-img, .contactos-img > div:first-child {
    height: 40vh;
    padding-left: 30px;
    display: none;
  }

  .redes {
    height: fit-content;
    align-items: flex-start;
  }

  .traco {
    display: none;
  }

  .redes a {
    line-height: 20px;
  }

  .contactos-img > div:first-child > div:first-child {
    height: 65%;
    width: 35vw;
  }
    
  div#contactos.section {
    height: fit-content;
    padding: 30px 30px;
    width: 100%;
  }

  .contactos-img > div:last-child {
    width: 45vw;
  }

  .contactos > a {
    position: relative;
    top: 20px;
    left: 0;
  }

  div#contactos {
    gap: 0px;
  }

  .contactos p {
    line-height: 19px;
  }

  .visite-nos {
    padding-top: 60px;
  }

  .visite-nos p {
    font-size: 23px;
    line-height: 31px;
    padding-right: 60px;
  }

  .onde-comprar {
    width: 100%;
  }

  .onde-comprar .col-md-6, .onde-comprar span, .onde-comprar strong {
    width: 100%;
  }

  .onde-comprar .col-md-6:last-child{
    margin-top: 25px;
  }

  .credits {
    font-family: 'Sweet';
    font-size: 11px;
    line-height: 17px;
    font-weight: 400;
    padding: 20px 30px;
    height: fit-content !important;
  }

  /* Imprensa */

  #homepage .section#imprensa {
    background-color: white !important;
  }

  div#imprensa > div:first-child {
    margin-right: 0;
    margin-top: 50px;
    width: 240px;
  }

  .wrapper-news {
    width: calc(100vw - 60px);
  }

  div#imprensa {
    padding: 0px 30px 0px 30px;
  }

  .wrapper-news .noticia .new-img{
    height: 300px !important;
  }

  .slick-list {
    padding: 0px 50px 0px 0px !important;
  }

  .wrapper-news button.slick-next.slick-arrow {
    right: 0px;
  }

  .wrapper-news h6.data-new {
    font-size: 10px;
    line-height: 15px;
    margin-top: 15px;
  }

  div#imprensa p {
    text-align: center;
    line-height: 27px;
    padding-bottom: 50px;
  }

  .wrapper-news h3.titulo-new {
    margin-top: 5px;    
    font-size: 23px;
    line-height: 28px;
  }

} 