/*
  STYLE v 1.1;
  05/2023;
  João Diogo Pereira;
*/

/*FONTS*/

@font-face {
  font-family: 'BanksMiles';
  src: url(../fonts/BanksMilesSingleLine.ttf);
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat.ttf);
}

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto.ttf);
}

@font-face {
  font-family: 'LibreBaskervile';
  src: url(../fonts/LibreBaskerville.ttf);
}

@font-face {
  font-family: 'Brand';
  src: url(../fonts/Brand.ttf);
}

@font-face {
  font-family: 'Rufina';
  src: url(../fonts/Rufina.ttf);
}

@font-face {
  font-family: 'Bebas';
  src: url(../fonts/BebasNeueBook.ttf);
}

@font-face {
  font-family: 'NotoSerif';
  src: url(../fonts/NotoSerif.ttf);
}

/*GERAL*/

.banksMilesFont{
  font-family: 'BanksMiles';
}

.montserratFont{
  font-family: 'Montserrat';
}

.libreBaskervileFont{
  font-family: 'LibreBaskervile';
}

.robotoFont{
  font-family: 'Roboto';
}

.brandFont{
  font-family: 'Brand';
}

.rufinaFont{
  font-family: 'Rufina';
}

.bebasFont{
  font-family: 'Bebas';
}

.notoSerifFont{
  font-family: 'NotoSerif';
}

html {
  overflow-x: hidden; 
}

.main-container {
  margin: 0 auto;
  width: 90%; 
}

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

a {
  text-decoration: none; 
}

.pointer-events-none{
  pointer-events: none;
}

.row {
  margin: 0;
  padding: 0; 
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; 
}

.single-produto main, .single-noticia main, .page-template-default main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 76px;
}

.page-template-page-qbbrunch, .single-produto, .single-noticia, .page-template-default{
  background-color: #eae2d7;
}

.page-template-page-palace{
  background-color: #ebf0e4;
}

.page-template-page-rustica{
  background-color: #f2ece5;
}

.page-template-page-memorias{
  background-color: #EBF0E4;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; 
  overflow: hidden;
}

.preloader{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eae2d7;
}

.preloader svg{
  width:25vw;
  height: auto;
  transform: rotate(5deg);
  animation: shake .5s infinite;
}

@keyframes shake {
  0%{
    transform: rotate(5deg);
  }
  25%{
    transform: rotate(-5deg);
  }
  50%{
    transform: rotate(5deg);
  }
  75%{
    transform: rotate(-5deg);
  }
  100%{
    transform: rotate(5deg);
  }
}

.preloader svg path{
  fill: #AF6900;
  animation: change 2s infinite;
}

@keyframes change {
  0%{
    fill: #AF6900;
  }
  25%{
    fill: #763626;
  }
  50%{
    fill: #8DA4AC;
  }
  75%{
    fill: #56603D;
  }
  100%{
    fill: #AF6900;
  }
}

img{
  max-width: 100%;
  display: inline-block;
}

.maintenance{
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
  width: 100%;
}

.maintenance__title{
  font-family: 'Brand';
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.maintenance__content{
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.48px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.banner{
  height: 100vh;
  height: 100svh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner h2{
  font-size: 128px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.banner__img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: auto;
}

.btns{
  border-radius: 272.9px;
  width: fit-content;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 3rem;
  position: relative;
  z-index: 1;
  transition: all .3s ease-in-out;
}

.btns--qb{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #56603d;
}

.btns--qb:hover{
  color: #56603d;
  background-color: #fff;
}

.btns--qb--sec{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f2ece5;
  border: solid 1px #f2ece5;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #56603d;
}

.btns--qb--sec:hover{
  color: #56603d;
  background-color: #f2ece5;
}

.btns--palace{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #faf7f2;
  text-transform: uppercase;
  background-color: #af6900;
  border: solid 2px #af6900;
}

.btns--palace:hover{
  color: #af6900;
  background-color: transparent;
}

.btns--memorias{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
  border: solid 2px #fff;
}

.btns--memorias:hover{
  color: #fff;
  border: solid 2px #763626;
  background-color: #763626;
}

.btns--memorias--sec{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #763626;
  text-transform: uppercase;
  background-color: transparent;
  border: solid 2px #763626;
}

.btns--memorias--sec:hover{
  color: #fff;
  border: solid 2px #763626;
  background-color: #763626;
}

.btns--memorias--ter{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
  border: solid 2px #fff;
}

.btns--memorias--ter:hover{
  color: #763626;
  border: solid 2px #fff;
  background-color: #fff;
}

.btns--banner{
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  padding: .25rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between; 
}

.btns--banner > *{
  padding: .5rem;
  display: inline-block;
}

.btns--banner--qb{
  background-color: #eae2d7;
  color: #361e09;
}

.btns--banner--qb:hover{
  color: #eae2d7;
  background-color: #56603d;
}

.btns--banner--palace{
  background-color: #F6F6F6;
  color: #040404;
}

.btns--banner--palace:hover{
  color: #F6F6F6;
  background-color: #040404;
}

.btns--banner--rustica{
  background-color: #f2ece5;
  color: #361e09;
}

.btns--banner--rustica:hover{
  color: #f2ece5;
  background-color: #8DA4AC;
}

.btns--banner--memorias{
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
}

.btns--banner--memorias:hover{
  color: #fff;  
  border: solid 1px #6b3223;
  background-color: #6b3223;
}

.btns--banner__arrow{
  border-radius: 50%;
  width: fit-content;
  transition: all .3s ease-in-out;
}

.btns--banner--qb .btns--banner__arrow{
  background-color: #56603d;
}

.btns--banner--qb:hover .btns--banner__arrow{
  background-color: #eae2d7;
}

.btns--banner__arrow svg path{
  transition: all .3s ease-in-out;
}

.btns--banner--qb .btns--banner__arrow svg path{
  fill: #eae2d7;
}

.btns--banner--qb:hover .btns--banner__arrow svg path{
  fill: #56603d;
}

.btns--banner--palace .btns--banner__arrow{
  background-color: #040404;
}

.btns--banner--palace:hover .btns--banner__arrow{
  background-color: #F6F6F6;
}

.btns--banner--rustica .btns--banner__arrow{
  background-color: #8DA4AC;
}

.btns--banner--rustica:hover .btns--banner__arrow{
  background-color: #F6F6F6;
}

.btns--banner--memorias .btns--banner__arrow{
  background-color: #fff;
}

.btns--banner--memorias:hover .btns--banner__arrow{
  background-color: #fff;
}

.btns--banner__arrow svg path{
  transition: all .3s ease-in-out;
}

.btns--banner--palace .btns--banner__arrow svg path{
  fill: #F6F6F6;
}

.btns--banner--palace:hover .btns--banner__arrow svg path{
  fill: #040404;
}

.btns--banner--rustica .btns--banner__arrow svg path{
  fill: #F6F6F6;
}

.btns--banner--rustica:hover .btns--banner__arrow svg path{
  fill: #8DA4AC;
}

.btns--banner--memorias .btns--banner__arrow svg path{
  fill: #6b3223;
}

.btns--banner--memorias:hover .btns--banner__arrow svg path{
  fill: #6b3223;
}

.landing__item{
  width: 100%;
  height: 100vh;
  /* height: 100svh; */
  position: relative;
  display: block;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.landing__item__bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  opacity: .85;
  z-index: 0;
  transition: all .3s ease-in-out;
}

.landing__item:hover .landing__item__bg{
  transform: scale(1.1);
  opacity: 1;
}

.landing__item .landing__item__overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
  transition: all .3s ease-in-out;
}

.landing__item:hover .landing__item__overlay{
  background-color: rgba(0, 0, 0, 0);
}

.landing__item .landing__item__logo{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  opacity: 1;
  position: relative;
  z-index: 2;
  filter: brightness(0) invert(1);
  transition: all .3s ease-in-out;
}

.footer__logo{
  filter: brightness(0);
}

.landing__item:hover .landing__item__logo{
  opacity: 0;
}

.espaco h2, .ementa h2{
  font-size: 108.6px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.espaco h3, .ementa h3, .noticias h2, .contactos h2{
  font-size: 54.3px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.contactos--palace h2{
  font-size: 54.3px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #191919;
  text-transform: uppercase;
}

.content{
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.content--qb{
  color: #000;
}

.galeria{
  display: flex;
  overflow-x: scroll;
  scroll-behavior: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.galeria.drag{
  cursor: grab;  
  cursor: -webkit-grab;  
}

.galeria.dragging{
  cursor: grabbing;
  cursor: -webkit-grabbing; 
}

.galeria::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.galeria__screen{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
  height: 75vh;
  height: 75svh;
  flex-shrink: 0;
  width: 100%;
  grid-auto-flow: dense;
}

.galeria__screen > .galeria__item{
  overflow: hidden;
}

.galeria__item--tall {
  grid-row: span 2;
}

.galeria__item--fat {
  grid-column: span 2;
}

.galeria__item--full {
  grid-column: span 4;
  grid-row: span 4;
}

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

.ementa__card--palace{
  border-radius: 10px;
  background-color: #ebf0e4;
}

.ementa__card{
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ementa__card--uber{
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  aspect-ratio: 16 / 7;
    background-position: bottom;
}

.ementa__card__title{
  font-size: 86.6px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.ementa__card__title--uber{
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1.5rem;
}

.ementa__card__content{
  font-size: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

.ementa__card img{
  filter: brightness(0) invert(1);
  width: 50%;
}

.noticias__carousel .owl-stage{
  padding-bottom: .5rem;
}

.noticia__item{
  padding: .5rem;
  border-radius: 12px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  text-decoration: none;
}

.noticias__page{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: .25rem;
  width: 100%;
  aspect-ratio: 4 / 3;
  grid-auto-flow: dense;
}

.noticia__item{
  grid-column: span 2;
  grid-row: span 1;
}

.noticia__item--first{
  grid-column: span 2;
  grid-row: span 2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.noticia__item--first .noticia__item__overlay{
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(86, 96, 61, 0.7);
}

.noticia__item__title{
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3e3232;
}

.noticia__item--first .noticia__item__title{
  color: #fff;
}

.noticia__item__content{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.25px;
  letter-spacing: 0.25px;
  text-align: left;
  color: rgba(62, 50, 50, 0.75);
}

.noticia__item--first .noticia__item__content{
  color: rgba(255, 255, 255, 0.75);
}

.noticia__item__img{
  flex: 0 0 35%;
  border-radius: 8px;
  aspect-ratio: 1;
  overflow: hidden;
}

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

.noticias__carousel .owl-nav button{
  border-radius: 50%!important;
  background-color: rgba(62, 50, 50, 0.05)!important;
  width: 40px;
  aspect-ratio: 1;
  transition: all .3s ease-in-out;
}

.noticias__carousel .owl-nav button svg path{
  fill: #56603D;
  transition: all .3s ease-in-out;
}

.noticias__carousel .owl-nav button:hover{
  background-color: #56603D!important;
}

.noticias__carousel .owl-nav button:hover svg path{
  fill: #fff;
}

.recrutamento{
  background-color: #56603d;
}

.recrutamento--palace{
  background-color: transparent;
}

.recrutamento h2{
  font-size: 54.3px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f2ece5;
  text-transform: uppercase;
}

.recrutamento__content{
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f2ece5;
}

.recrutamento__content--form{
  font-style: italic;
  font-weight: normal;
}

.inputs{
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f2ece5;
  border: solid 1px #f2ece5;
}

.labels{
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f2ece5;
}

.labels a{
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f2ece5;
  text-decoration: none;
  border-bottom: solid 1px transparent;
  transition: all .3s ease-in-out;
}

.labels a:hover{
  color: #f2ece5;
  border-bottom: solid 1px #f2ece5;
}

.labels--file{
  padding: .5rem 1rem;
  border: solid 1px #f2ece5;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 400;
  background-color: transparent;
  flex-shrink: 0;
  transition: all .3s ease-in-out;
}

.labels--file:hover{
  background-color: #f2ece5;
  color: #56603D;
}

.labels--file--palace:hover{
  color: #af6900;
}

.labels--file--rustica:hover{
  color: #8DA4AC;
}

.uploaded-files{
  padding: .5rem 1rem;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  width: fit-content;
}

.info{
  border-radius: 56px;
  background-color: #f2ece5;
}

.contactos{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contactos__tel a{
  font-size: 36px;
  line-height: 1.4;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.contactos__cost{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.contactos__email a{
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.contactos__tel a:hover, .contactos__email a:hover{
  color: #56603d;
}

.contactos__address{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.contactos__socials a{
  text-decoration: none;
  border-radius: 50%; 
  background-color: #56603d;
  width: 40px;
  height: 40px;
  border: solid 2px #56603d;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.contactos__socials a svg{
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
}

.contactos__socials a:hover{
  background-color: #f2ece5;
}

.contactos__socials a svg .text-hover-effect{
  fill: #f2ece5;
  transition: all .3s ease-in-out;
}

.contactos__socials a:hover svg .text-hover-effect{
  fill: #56603D;
}

.contactos__socials a svg .background-hover-effect{
  fill: #56603D;
  transition: all .3s ease-in-out;
}

.contactos__socials a:hover svg .background-hover-effect{
  fill: #f2ece5;
}

.contactos--palace a, .contactos--palace .contactos__cost, .contactos--palace .contactos__address{
  color: #191919;
}

.contactos--palace a:hover{
  color: #af6900;
}

.contactos--palace .contactos__socials a{
  text-decoration: none;
  border-radius: 50%; 
  background-color: #191919;
  width: 40px;
  height: 40px;
  border: solid 2px #191919;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.contactos--palace .contactos__socials a:hover{
  background-color: #ebf0e4;
}

.contactos--palace .contactos__socials a svg .text-hover-effect{
  fill: #ebf0e4;
  transition: all .3s ease-in-out;
}

.contactos--palace .contactos__socials a:hover svg .text-hover-effect{
  fill: #191919;
}

.contactos--palace .contactos__socials a svg .background-hover-effect{
  fill: #191919;
  transition: all .3s ease-in-out;
}

.contactos--palace .contactos__socials a:hover svg .background-hover-effect{
  fill: #ebf0e4;
}

.sobre-nos h3{
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 8.4px;
  text-align: center;
  color: #af6900;
  text-transform: uppercase;
}

.sobre-nos h2{
  font-size: 80px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #482817;
  text-transform: uppercase;
}

.sobre-nos .content{
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.48px;
  text-align: center;
  color: #000;
}

.galeria__img{
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px;
}

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

.ementa__card--palace{
  transform: translateY(50%);
  position: relative;
  z-index: 1;
}

.ementa__video{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ementa__video video{
  min-width: 100%; 
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ementa--palace h2{
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #482817;
}

.ementa--palace h3{
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #af6900;
}

.ementa--palace .content{
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.76;
  letter-spacing: normal;
  text-align: center;
  color: #9e845c;
}

.vinhos__content{
  z-index: 1;
  position: relative;
}

.vinhos__overlay{
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.vinhos__content h2{
  font-size: 94.7px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.noticias--palace{
  background-color: #1b1b1b;
}

.noticias--palace h3{
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 8.4px;
  text-align: center;
  color: #ebf0e4;
  text-transform: uppercase;
}

.noticias--palace h2{
  font-size: 80px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ebf0e4;
  text-transform: uppercase;
}

.uber__tabs__tab{
  padding: .5rem 0;
  margin: 0 3rem;
  border-bottom: solid 2px transparent;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.uber__tabs__tab:hover, .uber__tabs__tab.active{
  border-bottom: solid 2px #8DA4AC;
}

.uber__tabs__tab span{
  font-size: 70px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: .5;
  letter-spacing: normal;
  text-align: left;
  color: #504c47;
}

.uber__tabs__tab img{
  width: 200px;
  filter: brightness(0);
}

.grid-align{
  display: inline-grid;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
}

.uber__images{
  position:relative;
  width: 100%;
  aspect-ratio: 4/3;
}

.uber__images .uber__background{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(-10deg) translateX(10%);
}

.uber__images .uber__absolute{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  aspect-ratio: 1;
  transform: translate(-30%, -10%);
}

.entregas__tab h3{
  font-size: 28.7px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 10.03px;
  text-align: left;
  color: #af6900;
  transition: all .3s ease-in-out;
}

.entregas__tab h2{
  font-size: 70px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #482817;
  transition: all .3s ease-in-out;
}

.entragas__content{
  font-size: 20.3px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.76;
  letter-spacing: normal;
  text-align: left;
  color: #9e845c;
}

.recrutamento--palace__img{
  border-radius: 10px;
  position: relative;
  aspect-ratio: 16/6;
  width: 100%;
  overflow: hidden;
}

.recrutamento--palace__img .overlay{
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(108, 65, 0, 0.3), rgba(108, 65, 0, 0.3));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.recrutamento--palace__img img{
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recrutamento--palace__info{
  border-radius: 10px;
  background-color: #1f1f1f;  
  z-index: 1;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}

.recrutamento--palace h2{
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.recrutamento--palace .recrutamento__content{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.recrutamento--palace .recrutamento__content--form{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.noticias__page--palace{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 1.5rem;
  flex-shrink: 0;
  width: 100%;
  grid-auto-flow: dense;
}

.noticia__item--palace{
  border-radius: 11.4px;
  background-color: #f5ebda;
  overflow: hidden;
  text-decoration: none;
}

.noticia__item--palace .noticia__item__img{
  height: 100%;
  border-radius: 0;
  overflow:hidden;
}

.noticia__item--palace .noticia__item__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all .3s ease-in-out;
}

.noticia__item--palace:hover .noticia__item__img img{
  transform: scale(1.1);
}

.noticia__item--palace .noticia__item__title{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.6px;
  text-align: left;
  color: #482817;
  text-transform: uppercase;
}

.noticia__item--palace .noticia__item__content{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9e845c;
}

.noticia__item--palace .noticia__info{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9e845c;
}

.noticia__item--palace1{
  grid-column: 1;
  grid-row: 1;
}

.noticia__item--palace2{
  grid-column: 1;
  grid-row: 2;
}

.noticia__item--palace3{
  grid-column: 1;
  grid-row: 3;
}

.noticia__item--palace4{
  grid-column: 2;
  grid-row: 1 / span 3;
  position: relative;
}

.btns--noticia{
  border-top: solid 1px #af6900;
  border-bottom: solid 1px #af6900;
  background-color: transparent;
  padding: .25rem;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #482817;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
  transition: all .3s ease-in-out;
}

.btns--noticia:hover{
  background-color: #af6900;
  color: #ebf0e4;
}

.noticia__item--palace4 .noticia__item__img{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: translateY(0);
  transition: all .5s ease-in-out;
}

.noticia__item--palace4:hover .noticia__item__img img{ 
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.noticia__item--palace4:hover .noticia__item__img{
  transform: translateY(-100%) scale(1);
  opacity: 0;
}

.noticias--palace .noticias__page-numbers__btn{
  cursor: pointer;
}

.noticias--palace .noticias__page-numbers__btn path {
  fill: #fff;
  transition: all .3s ease-in-out;
}

.noticias--palace .noticias__page-numbers__btn:hover path {
  fill: #af6900;
}

.noticias__page-numbers{
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.banner--rustica h2{
  font-size: 128px;
  font-weight: lighter;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.banner--rustica h2::after, .recrutamento--rustica h2::after{
  content: '';
  position: absolute;
  margin: auto;
  right: 0;
  bottom: -1rem;
  left: 0;
  width: 75%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

.espaco--rustica h2{
  font-size: 108.6px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: .7;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.espaco--rustica h3{
  font-size: 54.3px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.espaco--rustica h3::after, .ementa--rustica h2::after, .noticias--rustica h2::after, .contactos--rustica h2::after{
  content: '';
  position: absolute;
  margin: auto;
  right: 0;
  bottom: -1rem;
  left: 0;
  width: 75%;
  height: 1px;
  background-color: #8DA4AC;
  z-index: 1;
}

.content--rustica{
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.btns--rustica{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #8DA4AC;
}

.btns--rustica:hover{
  color: #8DA4AC;
  background-color: #fff;
}

.btns--rustica--sec{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f2ece5;
  border: solid 1px #f2ece5;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #8DA4AC;
}

.btns--rustica--sec:hover{
  color: #8DA4AC;
  background-color: #f2ece5;
}

.ementa--rustica h2{
  font-size: 77.7px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.produtos .owl-stage{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.produto{
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #eae2d7;
  transform: translateY(0);
  display: block;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.produto:hover{
  transform: translateY(-5px);
}

.produto__img{
  width: 100%;
  aspect-ratio: 4/3;
}

.produto__img img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.produto__nome{
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
}

.produto__nome::after{
  content: '';
  position: absolute;
  margin: auto;
  right: 0;
  bottom: -.5rem;
  left: 0;
  width: 75%;
  height: 1px;
  background-color: #8DA4AC;
  z-index: 1;
}

.ementa__card--uber--rustica{
  border-radius: 41px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-position: bottom left;
}

.noticias--rustica h2{
  font-size: 77.7px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #101010;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
}

.noticia__rustica .noticia__item__title{
  font-size: 35px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #101010;
  text-transform: uppercase;
}

.noticia__rustica .noticia__item__content{
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #101010;
}

.noticia__rustica .noticia__item__content a{
  color: #101010;
  text-decoration: none;
  border-bottom: solid 1px transparent;
  transition: all .3s ease-in-out;
}

.noticia__rustica .noticia__item__content a:hover{
  border-bottom: solid 1px #101010;
}

.noticias--memorias .noticia__item__content a{
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px transparent;
  transition: all .3s ease-in-out;
}

.noticia__rustica .noticia__item__content a:hover{
  border-bottom: solid 1px #fff;
}

.noticias--rustica .noticias__carousel .owl-nav{
  text-align: right;
}

.noticias--rustica .noticias__carousel .owl-nav button{
  background-color: transparent!important;
}

.noticias--rustica .noticias__carousel .owl-nav button:hover{
  background-color: transparent!important;
}

.noticias--rustica .noticias__carousel .owl-nav button{
  transform: translateX(0);
  transition: all .3s ease-in-out;
}

.noticias--rustica .noticias__carousel .owl-nav button.owl-prev:hover{
  transform: translateX(-5px);
}

.noticias--rustica .noticias__carousel .owl-nav button.owl-next:hover{
  transform: translateX(5px);
}

.noticias--rustica .noticias__carousel .owl-nav button svg path, .noticias--rustica .noticias__carousel .owl-nav button:hover svg path{
  fill: #8DA4AC!important;
}

.recrutamento--rustica{
  background-color: #8DA4AC;
}

.recrutamento--rustica h2{
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.contactos--rustica h2{
  font-size: 54.3px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #191919;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.contactos--rustica .contactos__tel a:hover, .contactos--rustica  .contactos__email a:hover{
  color: #8DA4AC;
}

.contactos--rustica .contactos__socials a{
  text-decoration: none;
  border-radius: 50%; 
  background-color: #8DA4AC;
  width: 40px;
  height: 40px;
  border: solid 2px #8DA4AC;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.contactos--rustica .contactos__socials a svg{
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
}

.contactos--rustica .contactos__socials a:hover{
  background-color: #f2ece5;
}

.contactos--rustica .contactos__socials a svg .text-hover-effect{
  fill: #f2ece5;
  transition: all .3s ease-in-out;
}

.contactos--rustica .contactos__socials a:hover svg .text-hover-effect{
  fill: #8DA4AC;
}

.contactos--rustica .contactos__socials a svg .background-hover-effect{
  fill: #8DA4AC;
  transition: all .3s ease-in-out;
}

.contactos--rustica .contactos__socials a:hover svg .background-hover-effect{
  fill: #f2ece5;
}

.banner--memorias{
  height: auto;
  background-blend-mode: multiply;
  background-position: top center;
}

.banner--memorias .oneScreen{
  height: 100vh;
  height: 100svh;
}

.galeria--memorias__img{
  aspect-ratio: 3/4;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

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

.galeria--memorias .owl-nav{
  text-align: right!important;
  margin-top: 1.5rem!important;
}

.galeria--memorias .owl-nav button{
  background-color: transparent!important;
}

.galeria--memorias .owl-nav button:hover{
  background-color: transparent!important;
}

.galeria--memorias .owl-nav button{
  transform: translateX(0);
  transition: all .3s ease-in-out;
}

.galeria--memorias .owl-nav button.owl-prev:hover{
  transform: translateX(-5px);
}

.galeria--memorias .owl-nav button.owl-next:hover{
  transform: translateX(5px);
}

.galeria--memorias .owl-nav button svg path, .galeria--memorias .owl-nav button:hover svg path{
  fill: #ffffff!important;
}

.content--memorias{
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.64px;
  text-align: left;
  color: #fff;
}

.ementa--memorias{
  background-size: cover;
  background-position: center;
  aspect-ratio: 2 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ementa--memorias h2{
  font-size: 70px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.ementa--memorias p{
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.48px;
  text-align: center;
  color: #fff;
}

.noticias--memorias{
  background-color: #763626;
}

.noticias--memorias .pagination{
  background-image: url(../images/noticias-memorias.svg);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
}

.noticias--memorias h2{
  font-size: 70px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  mix-blend-mode: soft-light;
  text-transform: unset;
  opacity: .25;
}

.noticias--memorias .noticia__item__title{
  font-size: 35px;
  font-weight: normal;
  line-height: 1.09;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.noticias--memorias .noticia__item__content{
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.vinhos{
  background-image: url(../images/linha-vinhos.svg);
    background-size: 125% 100%;
    background-position: 50% 175%;
    background-repeat: no-repeat;
}

.vinhos__title{
  font-size: 90px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.84;
  letter-spacing: normal;
  text-align: left;
  color: #763626;
}

.vinhos__intro{
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.61px;
  text-align: left;
  color: #3b3b3b;
  text-transform: uppercase;
}

.vinhos__nome{
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.82px;
  text-align: left;
  color: #3b3b3b;
  text-transform: uppercase;
}

.vinhos__content{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.52px;
  text-align: left;
  color: #3b3b3b;
}

.vinhos__content *:last-child{
  margin-bottom:0;
}

.uber--memorias{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ementa__card--uber--memorias{
  box-shadow: unset;
  display: block!important;
  aspect-ratio: unset;
}

.uber--memorias .ementa__card__title--uber{
  font-size:70px;
}

.recrutamento--memorias{
  background-color: transparent;
}

.recrutamento--memorias h2, .recrutamento--memorias .recrutamento__content, .recrutamento--memorias .labels, .recrutamento--memorias .labels a{
  color: #763626;
}

.recrutamento--memorias .labels a:hover{
  color: #3b3b3b;
}

.recrutamento--memorias .labels--file{
  border: solid 1px #763626;
}

.recrutamento--memorias .labels--file:hover {
  background-color: #763626;
  color: #f2ece5;
}

.recrutamento--palace__img{
  border-radius: 10px;
  position: relative;
  aspect-ratio: 16/6;
  width: 100%;
  overflow: hidden;
}

.recrutamento--memorias__img .overlay{
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(108, 65, 0, 0.3), rgba(108, 65, 0, 0.3));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.recrutamento--memorias__img img{
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recrutamento--memorias__info{
  border-radius: 10px;
  background-color: #763626;  
  z-index: 1;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}

.contactos--memorias{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contactos--memorias .info{
  background-color: #763626;
}

.contactos--memorias h2, .contactos--memorias .contactos__tel a, .contactos--memorias .contactos__email a, .contactos--memorias .contactos__address, .contactos--memorias .contactos__cost {
  color: #fff;
}

.contactos--memorias .contactos__tel a:hover, .contactos--memorias .contactos__email a:hover{
  color: #3b3b3b;
}

.contactos--memorias .contactos__socials a{
  text-decoration: none;
  border-radius: 50%; 
  background-color: #fff;
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.contactos--memorias .contactos__socials a svg{
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
}

.contactos--memorias .contactos__socials a:hover{
  background-color: #763626;
}

.contactos--memorias .contactos__socials a svg .text-hover-effect{
  fill: #763626;
  transition: all .3s ease-in-out;
}

.contactos--memorias .contactos__socials a:hover svg .text-hover-effect{
  fill: #fff;
}

.contactos--memorias .contactos__socials a svg .background-hover-effect{
  fill: #fff;
  transition: all .3s ease-in-out;
}

.contactos--memorias .contactos__socials a:hover svg .background-hover-effect{
  fill: #763626;
}

.footer--memorias .footer__title{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #763626;
}

.footer--memorias .footer__menu, .footer--memorias .footer__subtitle{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #151515;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer--memorias .footer__menu:hover{
  color: #763626;
}

.footer--memorias .footer__text, .footer--memorias .footer__text a{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #151515;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer--memorias .footer__text a:hover{
  color: #763626;
}

.footer--memorias .footer__cost{
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #151515;
}

.footer--memorias .footer__socials a{
  text-decoration: none;
  margin-right: .5rem;
}

.footer--memorias .footer__socials a svg path{
  fill: #763626;
  transition: all .3s ease-in-out;
}

.footer--memorias .footer__socials a:hover svg path{
  fill: #151515;
}

.footer--memorias .copyright-area{
  border-top: solid 1px #763626;
}

.footer--memorias .copyright-area *{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #151515;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer--memorias .copyright-area a:hover{
  color: #763626;
}

.footer--rustica .footer__title{
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #8DA4AC;
}

.footer--rustica .footer__menu, .footer--rustica .footer__subtitle{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer--rustica .footer__menu:hover{
  color: #8DA4AC;
}

.footer--rustica .footer__text, .footer--rustica .footer__text a{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer--rustica .footer__text a:hover{
  color: #8DA4AC;
}

.footer--rustica .footer__cost{
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222;
}

.footer--rustica .footer__socials a{
  text-decoration: none;
  margin-right: .5rem;
}

.footer--rustica .footer__socials a svg path{
  fill: #8DA4AC;
  transition: all .3s ease-in-out;
}

.footer--rustica .footer__socials a:hover svg path{
  fill: #222;
}

.footer--rustica .copyright-area{
  border-top: solid 1px #8DA4AC;
}

.footer--rustica .copyright-area *{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer--rustica .copyright-area a:hover{
  color: #8DA4AC;
}

.footer--palace .footer__title{
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b1b;
}

.footer--palace .footer__menu, .footer--palace .footer__subtitle{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b1b;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer--palace .footer__menu:hover{
  color: #1b1b1b;
}

.footer--palace .footer__text, .footer--palace .footer__text a{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b1b;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer--palace .footer__text a:hover{
  color: #af6900;
}

.footer--palace .footer__cost{
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b1b;
}

.footer--palace .footer__socials a{
  text-decoration: none;
  margin-right: .5rem;
}

.footer--palace .footer__socials a svg path{
  fill: #1b1b1b;
  transition: all .3s ease-in-out;
}

.footer--palace .footer__socials a:hover svg path{
  fill: #af6900;
}

.footer--palace .copyright-area{
  border-top: solid 1px #1b1b1b;
}

.footer--palace .copyright-area *{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1b1b1b;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer--palace .copyright-area a:hover{
  color: #af6900;
}

.footer--qb .footer__title{
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #56603D;
}

.footer--qb .footer__menu, .footer--qb .footer__subtitle{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer--qb .footer__menu:hover{
  color: #222222;
}

.footer--qb .footer__text, .footer--qb .footer__text a{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer--qb .footer__text a:hover{
  color: #56603D;
}

.footer--qb .footer__cost{
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
}

.footer--qb .footer__socials a{
  text-decoration: none;
  margin-right: .5rem;
}

.footer--qb .footer__socials a svg path{
  fill: #56603D;
  transition: all .3s ease-in-out;
}

.footer--qb .footer__socials a:hover svg path{
  fill: #222222;
}

.footer--qb .copyright-area{
  border-top: solid 1px #222222;
}

.footer--qb .copyright-area *{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222222;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer--qb .copyright-area a:hover{
  color: #56603D;
}

.popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 0, 0, .25);
  z-index: 999;
}

.popup__close{
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  background-color: transparent;
  transition: all .3s ease-in-out;
}

.popup__close svg{
  width: 30px;
  height: 30px;
}

.popup--qb .popup__close:hover{
  background-color: #fff;
}

.popup--qb .popup__close svg path{
  fill: #fff;
  transition: all .3s ease-in-out;
}

.popup--qb .popup__close:hover svg path{
  fill: #56603d;
  transition: all .3s ease-in-out;
}

.popup--qb .popup__title{
  font-weight: 500;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: normal;
  color: #fff;
}

.popup--qb .popup__tel{
  font-weight: 400;
  font-size: 50px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease-in-out;
  color: #fff;
}

.popup--qb .popup__tel:hover{
  color: #eae2d7;
}

.popup--palace .popup__close:hover{
  background-color: transparent;
}

.popup--palace .popup__close svg path{
  fill: #292929;
  transition: all .3s ease-in-out;
}

.popup--palace .popup__close:hover svg path{
  fill: #9B5B0D;
  transition: all .3s ease-in-out;
}

.popup--palace .popup__title{
  font-weight: 500;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: normal;
  color: #9B5B0D;
}

.popup--palace .popup__tel{
  font-weight: 400;
  font-size: 50px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: left;
  color: #292929;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.popup--palace .popup__tel:hover{
  color: #9B5B0D;
}

.popup--memorias .popup__close:hover{
  background-color: transparent;
}

.popup--memorias .popup__close svg path{
  fill: #3b3b3b;
  transition: all .3s ease-in-out;
}

.popup--memorias .popup__close:hover svg path{
  fill: #763626;
  transition: all .3s ease-in-out;
}

.popup--memorias .popup__title{
  font-weight: 500;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: normal;
  color: #fff;
}

.popup--memorias .popup__tel{
  font-weight: 400;
  font-size: 50px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.popup--memorias .popup__tel:hover{
  color: #3b3b3b;
}

.popup--rustica .popup__close:hover{
  background-color: transparent;
}

.popup--rustica .popup__close svg path{
  fill: #fff;
  transition: all .3s ease-in-out;
}

.popup--rustica .popup__close:hover svg path{
  fill: #8DA4AC;
  transition: all .3s ease-in-out;
}

.popup--rustica .popup__title{
  font-weight: 500;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: normal;
  color: #fff;
}

.popup--rustica .popup__tel{
  font-weight: 400;
  font-size: 50px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.popup--rustica .popup__tel:hover{
  color: #8DA4AC;
}

.produto--nohover:hover{
  transform: translateY(0);
}

.noticias__img{
  border-radius: 41px;
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}

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

.noticia--single h1{
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #191919;
}

.custom-col-3 {
  flex: 0 0 auto;
  width: 25%!important;
}

.popup__title.popup__text{
  font-weight: 300;
  font-size: 16px;
}

@media only screen and (max-width:1024px) and (orientation:landscape){
  .recrutamento--palace__info{
    bottom: -45%;
  }
}

@media only screen and (max-width:1024px) and (orientation:portrait){
  .custom-col-3 {
    flex: 0 0 auto;
    width: 100%!important;
  }

  .landing__item{
    height: 25vh;
    /* height: 25svh; */
  }

  .maintenance{
    bottom: 50%;
    transform: translateX(-50%) translateY(50%);
  }
}

@media only screen and (max-width:992px) and (orientation:portrait){
  .ementa__card__title{
    font-size: 60px;
  }
  .recrutamento--palace__img{
    aspect-ratio: 16/8;
  }

  .recrutamento--palace__info{
    bottom: -40%;
  }

  .noticias--memorias .noticia__item__title{
    font-size: 20px;
  }

  .noticias--memorias .noticia__item__content{
    font-size: 16px;
  }

  .vinhos__title{
    font-size: 50px;
  }

  .vinhos__nome{
    font-size: 40px;
  }

  .ementa__card--uber{
    aspect-ratio: 4/ 3;
  }

  .ementa__card--uber{
    aspect-ratio: 4/ 3;
  }
}

@media only screen and (max-width: 767px){
  .banner h2{
    font-size: 60px;
  }

  .espaco h2, .ementa h2 {
    font-size: 50px;
  }

  .espaco h3, .ementa h3, .noticias h2, .contactos h2{
    font-size: 30px
  }

  .content{
    font-size: 16px;
  }

  .ementa__card__title {
    font-size: 50px;
  }

  .sobre-nos h2, .vinhos__content h2{
      font-size: 50px;
  }

  .sobre-nos .content{
      font-size: 16px;
  }

  .noticia__item__img{
    flex: 0 0 30%;
  }

  .noticia__item__title{
    font-size: 14px;
  }

  .noticias__page .btns--qb, .noticias__page .btns--qb--sec{
    padding: .5rem 1.5rem;
  }

  video{
    max-width: none;
  }

  .ementa--palace h2, .noticias--palace h2{
    font-size: 35px;
  }

  .ementa--palace .content, .ementa--palace h3{
    font-size: 16px;
  }

  .noticia__item--palace .noticia__item__title{
    font-size: 12px;
  }

  .noticias__page--palace{
    grid-template-rows: repeat(4, 1fr);
  }

  .noticia__item--palace1, .noticia__item--palace2, .noticia__item--palace3{
    grid-column: 1 / span 2;
  }

  .noticia__item--palace4{
    grid-column: 1 / span 2;
    grid-row: 4;
  }

  .uber__tabs__tab span, .entregas__tab h2{
    font-size: 40px;
  }

  .entregas__tab h3{
    font-size: 20px;
    letter-spacing: 6.03px;
  }

  .recrutamento--palace h2{
    font-size: 30px;
  }

  .btns, .recrutamento--palace .recrutamento__content--form{
    font-size: 16px;
  }

  .uploaded-files{
    width: 100%;
  }

  .recrutamento--palace__info{
    position: relative;
    transform: translateY(-3rem);
    width: 95%;
    margin: 0 auto;
    bottom: unset;
    left: unset;
  }

  .recrutamento--palace__img{
    aspect-ratio: 16/9;
  }

  .contactos--palace h2{
    font-size: 40px;
  }

  .contactos__tel a{
    font-size: 30px;
  }

  .footer__title{
    font-size: 20px!important;
  }

  .footer__menu, .footer__subtitle{
    font-size: 16px!important;
  }

  .footer__text, .footer__text a{
    font-size: 14px!important;
  }
  
  .noticia--single h1{
    font-size: 20px;
  }

  .noticia--single .noticia__item__content{
    font-size: 16px;
  }

  .noticias__img{
    aspect-ratio: 16 / 11;
  }

  .content--memorias{
    font-size: 16px;
  }

  .ementa--memorias h2{
    font-size: 40px;
  }

  .vinhos__img{
    height: 50vh;
    height: 50svh;
  }

  .vinhos__img img{
    height: 100%;
    width: 100%;
    object-fit: scale-down;
  }

  .vinhos__nome{
    font-size: 30px;
  }

  .vinhos__intro {
    font-size: 20px;
  }

  .vinhos__content {
    font-size: 16px;
  }

  .uber--memorias .ementa__card__title--uber{
    font-size: 40px;
    margin-bottom: 0;
  }

  .ementa__card__content {
    font-size: 20px;
  }

  .recrutamento h2{
    font-size: 35px;
  }

  .recrutamento__content{
    font-size: 16px;
  }

  .contactos--memorias .contactos h2{
    font-size: 30px;
  }

  .contactos--memorias .contactos__tel a {
    font-size: 25px;
  }

  .contactos--memorias .contactos__email a {
    font-size: 14px;
  }

  .footer--memorias .footer__text.mail, .footer--memorias .footer__text.mail a {
    font-size: 9px!important;
  }

  .banner--rustica h2{
    font-size: 45px;
  }

  .espaco--rustica h2{
    font-size: 60px;
  }

  .espaco--rustica h3{
    font-size: 40px;
  }

  .content--rustica{
    font-size: 16px;
  }

  .ementa--rustica h2 {
    font-size: 50px;
  }

  .ementa__card--uber {
    aspect-ratio: 4 / 3;
  }

  .popup__title{
    font-size: 35px!important;
  }

  .popup__tel{
    font-size: 30px!important;
  }

  .ementa__card__title--uber{
    font-size: 30px!important;
  }

  .noticias--rustica h2{
    font-size: 50px;
  }

  .noticia__rustica .noticia__item__title {
    font-size: 25px;
  }

  .noticia__rustica .noticia__item__content {
    font-size: 16px;
  }

  .contactos--rustica h2{
    font-size: 40px;
  }

  .contactos__email a{
    font-size: 20px;
  }

  .contactos__address {
    font-size: 16px;
  }

  .galeria__screen{
    grid-template-rows: repeat(4, 1fr);
    height: 100vh;
    height: 100svh;
  }

  .galeria__item{
    grid-row: span 1;
    grid-column: span 2; 
  }

  .galeria__item--tall{
    grid-row: span 1;
    grid-column: span 4; 
  }
}

@media only screen and (max-width: 767px) and (orientation:landscape){
  .ementa__card--uber{
    aspect-ratio: 16 / 9;
  }

  .maintenance__title{
    font-size: 20px;
  }

  .maintenance__content{
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) and (orientation:portrait){
  .ementa__card--uber{
    aspect-ratio: 1;
  }

  .maintenance__title{
    font-size: 20px;
  }

  .maintenance__content{
    font-size: 13px;
  }
}