@font-face {
  font-family: "CourierPrime";
  src: url("../fonts/CourierPrime/CourierPrime-Regular.woff") format('woff'), 
       url('../fonts/CourierPrime/CourierPrime-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "CourierPrime";
  src: url("../fonts/CourierPrime/CourierPrime-Bold.woff") format('woff'), 
       url("../fonts/CourierPrime/CourierPrime-Bold.woff2") format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/Atlas-Grotesk-Font/Atlas Grotesk-Light-Desktop.woff2") format("woff2"),
       url("../fonts/Atlas-Grotesk-Font/Atlas Grotesk-Light-Desktop.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/Atlas-Grotesk-Font/Atlas Grotesk-Light Italic-Desktop.woff2") format("woff2"),
       url("../fonts/Atlas-Grotesk-Font/Atlas Grotesk-Light Italic-Desktop.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/Atlas-Grotesk-Font/Atlas Grotesk-Regular-Desktop.woff2") format("woff2"),
       url("../fonts/Atlas-Grotesk-Font/Atlas Grotesk-Regular-Desktop.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/Atlas-Grotesk-Font/Atlas Grotesk-Regular Italic-Desktop.woff2") format("woff2"),
       url("../fonts/Atlas-Grotesk-Font/Atlas Grotesk-Regular Italic-Desktop.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/Atlas-Grotesk-Font/Atlas Grotesk-Medium-Desktop.woff2") format("woff2"),
       url("../fonts/Atlas-Grotesk-Font/Atlas Grotesk-Medium-Desktop.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/Atlas-Grotesk-Font/Atlas Grotesk-Medium Italic-Desktop.woff2") format("woff2"),
       url("../fonts/Atlas-Grotesk-Font/Atlas Grotesk-Medium Italic-Desktop.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "PPEditorialNew";
  src: url("../fonts/PP-EditorialNew-Essentials/PPEditorialNew-Regular.woff2") format("woff2"),
       url("../fonts/PP-EditorialNew-Essentials/PPEditorialNew-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "PPEditorialNew";
  src: url("../fonts/PP-EditorialNew-Essentials/PPEditorialNew-Italic.woff2") format("woff2"),
       url("../fonts/PP-EditorialNew-Essentials/PPEditorialNew-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "PPEditorialNew";
  src: url("../fonts/PP-EditorialNew-Essentials/PPEditorialNew-Bold.woff2") format("woff2"),
       url("../fonts/PP-EditorialNew-Essentials/PPEditorialNew-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "PPEditorialNew";
  src: url("../fonts/PP-EditorialNew-Essentials/PPEditorialNew-BoldItalic.woff2") format("woff2"),
       url("../fonts/PP-EditorialNew-Essentials/PPEditorialNew-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "PPEditorialNew";
  src: url("../fonts/PP-EditorialNew-Ultralight/PPEditorialNew_Ultralight.woff2") format("woff2"),
       url("../fonts/PP-EditorialNew-Ultralight/PPEditorialNew-Ultralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}



/* Estrutra */

:root {
  --black: #141818;
  --castanho: #C53923;
  --beige: #D4BF48;
}


h1, h1 span{
  font-family: 'Gascogne';
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  color: white;
  margin: 0px;
}

h1 strong{
  font-family: 'Gascogne';
  font-size: 28px;
  line-height: 32px;
}

h2, h2 span{
  font-family: 'PPEditorialNew';
  font-size: 32px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 300;
  color: var(--black);
  text-transform: unset;
  letter-spacing: unset;
  margin: 0px;
}

h2 strong{
  font-family: 'Gascogne';
  font-size: 32px;
  line-height: 30px;
}

h3, h3 span{
  font-family: 'Gascogne';
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: var(--castanho);
  text-transform: unset;
  letter-spacing: unset;
  margin: 0px;
}

h4, h4 a, h4 span{
  font-family: 'CourierPrime';
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black);
}

h5, h5 a, h5 span{
  font-family: 'AtlasGrotesk';
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--black);
}

h6, h6 span, h6 a{
  font-family: 'AtlasGrotesk';
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: var(--black);
}

p, a, p span{
  font-family: 'AtlasGrotesk';
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 0px;
  letter-spacing: 0.3px;
  color: var(--black);
}

p strong{
  font-family: 'AtlasGrotesk';
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--black);
}

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

a:focus{
  text-decoration: underline;
  color: var(--black) !important;
}

div, div span{
  font-family: 'AtlasGrotesk';
  font-size: 13px;
  line-height: 21px;
  font-weight: 300 !important;
  margin: 0px;
  letter-spacing: 0.3px;
}


body{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

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

:focus{
  outline: 0px;
  color: var(--black) !important;
}

.close {
  float: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  color: unset;
  text-shadow: unset;
  filter: alpha(opacity=20);
  opacity: unset;
}

.close:focus, .close:hover {
  color: unset;
  text-decoration: unset;
  cursor: unset;
  filter: unset;
  opacity: unset;
}

.conteudo-cms-contacts, .blocoContactosFooter{
  background-color: transparent;
}

.conteudo-cms-geral{
  overflow: hidden;
}

a.menu-item-ativo-lang{
  text-decoration: underline;
}

.grecaptcha-badge {
  display: none !important;
}

form.form-newsletter {
  display: flex;
}

/* Politicas */

section.conteudo-paginas-politica-de-cookies {
  max-width: 1350px;
  margin: 0 auto;
  margin-top: 120px;
  display: flex;
}

section.conteudo-paginas-politica-de-cookies h1, 
section.conteudo-paginas-politica-de-cookies h1 span {
  color: black;
  font-size: 36px;
}

section.conteudo-paginas-politica-de-cookies h1{
  padding-bottom: 15px;
}

section.conteudo-paginas-politica-de-cookies h2 {
  padding-top: 30px;
  padding-bottom: 15px;
}

/* Header */

a.btn-book {
  position: fixed;
  z-index: 10;
    color: var(--castanho);
    font-family: "PPEditorialNew";
    text-transform: uppercase;
    background-color: var(--beige);
    padding: 10px 20px;
    font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transform-origin: center;
  top: 350px;
    right: -60px;
  transform: translateY(-50%) rotate(-90deg);
}

.header .logo {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.header .logo img {
    width: 200px;
    filter: invert(1);
}
.eventos .header .logo img{
    filter: invert(0);
}

.hamburguer-menu {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 40px;
  width: 34px;
  height: 18px;
  cursor: pointer;
}

.hamburguer-menu .line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  left: 0px;
  border-radius: 10px;
}

.hamburguer-menu .line:first-child {
  width: 80%;
  top: 0px;
}

.hamburguer-menu.open .line:first-child {
  animation-name: line1;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

.hamburguer-menu.close .line:first-child {
  animation-name: line1-close;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes line1{
  0%{
    width: 80%;
    top: 0%;
    transform: translateY(0%) rotate(0);
  }
  25%{
    width: 100%;
    top: 0%;
    transform: translateY(0%) rotate(0);
  }
  50%{
    width: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  75%{
    width: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  100%{
    width: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
}

@keyframes line1-close{
  0%{
    width: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
  25%{
    width: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  50%{
    width: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  75%{
    width: 100%;
    top: 0%;
    transform: translateY(0%) rotate(0);
  }
  100%{
    width: 80%;
    top: 0%;
    transform: translateY(0%) rotate(0);
  }
}

.hamburguer-menu .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburguer-menu.open .line:nth-child(2) {
  animation-name: line2;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

.hamburguer-menu.close .line:nth-child(2) {
  animation-name: line2-close;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes line2{
  0%{
    width: 100%;
    opacity: 1;
  }
  25%{
    width: 100%;
    opacity: 1;
  }
  50%{
    width: 100%;
    opacity: 0;
  }
  75%{
    width: 100%;
    opacity: 0;
  }
  100%{
    width: 100%;
    opacity: 0;
  }
}

@keyframes line2-close{
  0%{
    width: 100%;
    opacity: 0;
  }
  25%{
    width: 100%;
    opacity: 0;
  }
  50%{
    width: 100%;
    opacity: 0;
  }
  75%{
    width: 100%;
    opacity: 1;
  }
  100%{
    width: 100%;
    opacity: 1;
  }
}


.hamburguer-menu .line:last-child {
  bottom: 0;
}

.hamburguer-menu.open .line:last-child {
  animation-name: line3;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

.hamburguer-menu.close .line:last-child {
  animation-name: line3-close;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes line3{
  0%{
    width: 100%;
    bottom: 0%;
    transform: translateY(0%) rotate(0);
  }
  25%{
    width: 100%;
    bottom: 0%;
    transform: translateY(0%) rotate(0);
  }
  50%{
    width: 100%;
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  75%{
    width: 100%;
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100%{
    width: 100%;
    bottom: 50%;
    transform: translateY(50%) rotate(45deg);
  }
}

@keyframes line3-close{
  0%{
    width: 100%;
    bottom: 50%;
    transform: translateY(50%) rotate(45deg);
  }
  25%{
    width: 100%;
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  50%{
    width: 100%;
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  75%{
    width: 100%;
    bottom: 0%;
    transform: translateY(0%) rotate(0);
  }
  100%{
    width: 100%;
    bottom: 0%;
    transform: translateY(0%) rotate(0);
  }
}


.menu-principal {
  background-image: url(../GestorSistema/FERRUGEM.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100vw;
  height: 700px;
  top: 0px;
  right: -100vw;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
  padding-right: 0px;
  transition: 0.7s;
}

.logo-menu{position: absolute;top: 30px;}
.logo-menu a{

}
.logo-menu a img{
  
}

.menu-principal.open{
  right: 0px;
  transition: 0.7s;
}

.menu-principal ul.menul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.menu-principal ul.menul li a {
     color: white;
    font-family: 'PPEditorialNew';
    font-size: 32px;
    text-transform: uppercase;
    line-height: 43px;
}

.menu-principal ul.menul li a:hover, 
.menu-principal ul.menul li a.ativo{
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.menu-principal ul.menul li a:focus{
  color: white !important;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.headerExtra {
  position: absolute;
  right: calc(40px - 50vw);
  top: 670px;
  transform: translateY(-100%);
  z-index: 2;
  transition: 0.7s;
}

.headerExtra.open {
    right: 50%;
    transition: 0.7s;
    transform: translateX(50%) translateY(-100%);
}

.headerExtra .blocoLanguage{
  background-color: transparent;
}

ul.sub-idiomas{
  display: flex;
  flex-direction: row-reverse;
}

ul.sub-idiomas li a{
   font-family: "AtlasGrotesk";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: white;
}

ul.sub-idiomas li:last-child::after{
  content: '-';
  margin: 0px 8px;
  color: white;
  font-size: 13px;
}

.noticias.eventos.eventos.evento .menu-principal,
.cms-politica-de-cookies .menu-principal {
  height: 100vh;
}

.noticias.eventos.eventos.evento .headerExtra,
.cms-politica-de-cookies .headerExtra {
  top: calc(100vh - 60px);
}

/* Homepage */

.swiper-slide{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-out;
}

.swiper-container {
  width: 100%;
  height: 700px;
    position: relative;
}

.banner-img-pequeno{
    position: absolute;
    width: 100%;
    bottom: 50px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.swiper-slide .img{
  width: 50%;
  height: 700px;
  background-size: cover;
  background-position: center; 
  transition: background-position 0.3s ease-in-out; 
}

.parallax-bg.duas-img {
  display: flex;
}

.banner .swiper-slide h1{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
    font-size: 33px;
    line-height: 47px;
    font-family: 'PPEditorialNew';
    text-transform: uppercase;
}

body.cms-homapage .swiper-slide h1{
  font-size: 33px;
  line-height: 47px;
  font-family: 'PPEditorialNew';
  text-transform: uppercase;
}

.slick-next:before,
.slick-prev:before {
  content: '';
  background-image: url('../GestorSistema/seta-banner.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  transform: rotate(45deg);
}

.slick-prev:before {
  transform: rotate(225deg);
}

.custom-container{
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

section.our-concept{
  padding: 70px 95px 84px;
  display: flex;
  justify-content: space-between;
}



.our-concept > div {
  width: 33.3%;
}

.our-concept .col2 > div{
  width: 100%;
  height: 415px;
  background-size: cover;
  background-position: center;
}

.our-concept .col3 > div{
  width: 100%;
  height: 215px;
  background-size: cover;
  background-position: center;
}

.our-concept .col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 90px 55px 0px;
}

.our-concept .col1 p{
  width: 280px;
  font-family: 'PPEditorialNew';
  text-transform: uppercase;
  line-height: 38px;
}

.desc, .desc a{
  font-family: 'AtlasGrotesk';
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  display: flex;
  gap: 22px;
  text-transform: uppercase;
  align-items: center;
}

.desc::before{
  content: '';
  width: 20px;
  height: 1px;
  background-color: var(--castanho);
}

.our-concept .col2{
  border-left: 1px solid rgb(0 0 0 / 50%);
  border-right: 1px solid rgb(0 0 0 / 50%);
  padding: 35px 30px 55px;
}

.our-concept .col3{
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-right: 1px solid rgb(0 0 0 / 50%);
  padding: 0px 30px;
}

.our-concept h6{
  font-size: 14px;
  font-family: 'AtlasGrotesk';
  width: 220px;
  font-weight: 300;
  line-height: 22px;
}

.single-phrase{
  padding: 170px 95px 0px;
  display: flex;
  justify-content: center;
}

.regional-dishes.close{
  display: none;
}

.regional-dishes p{
  max-width: fit-content;
  width: 840px;
  text-align: center;
  max-width: calc(100vw - 90px);
  font-size: 18px;
  line-height: 30px;
}

section.menus-home {
  padding: 180px 95px 90px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

section.menus-home.close {
  display: none;
}


section.menus-home > div{
  height: 630px;
  width: calc(33.3% - 20px);
}

.img-menus-container{
  overflow: hidden;
}

/*.img-menus-container .img {
  width: 100%;
  height: 630px;
  background-size: cover;
  background-position: center;
}*/

.menus-home .info-menus{
  background-color: var(--castanho);
  padding: 50px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.menus-home .info-menus h2{
  color: var(--beige);
  text-transform: uppercase;
}

.menus-home .info-menus h6{
  color: var(--beige);
  text-align: center;
  font-size: 12px;
  line-height: 23px;
}

.menus-home .info-menus .content > div:last-child{
  margin-top: 20px;
}

.menus-home .img-menus{
  background-size: cover;
  background-position: center;
  transition-delay: 0.3s;
}

.menus-home .sinal-mais{
  background-image: url('../GestorSistema/sinal-mais-2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#info-restaurant-menu{
  transition-delay: 0.6s;
}

.slide-in-before{
  opacity: 0;
  position: relative;
  top: 200px;
  transition: 0s;
}

.slide-in-animation{
  opacity: 1;
  top: 0px;
  transition: 1s;
}

.slide-in-contacts{
  animation-name: slide-in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes slide-in{
  0%{
    opacity: 0;
    top: 100px;
  }
  100%{
    opacity: 1;
    top: 0px;
  }
}

section.we-also-have{
  display: flex;
  justify-content: space-between;
  padding: 90px 95px 90px;
  background: var(--beige);
}

section.we-also-have.close{
  display: none;
}

.we-also-have .col2{
  border-left: 1px solid rgb(0 0 0 / 50%);
  border-right: 1px solid rgb(0 0 0 / 50%);
  padding: 10px 30px;
  width: 66%;
}

.we-also-have .col2 > div{
  height: 480px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.we-also-have .col1 p{
  width: 270px;
  font-family: 'PPEditorialNew';
  font-size: 24px;
  line-height: 38px;
  text-transform: uppercase;
}
.we-also-have .col1 p strong{

    font-size: 24px;
    line-height: 38px;
  font-family: 'PPEditorialNew';
  font-weight: 400;
}

.we-also-have .col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 95px 50px 0px;
}

.we-also-have .img-container{
  overflow: hidden;
}

.we-also-have .img-container .img{
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 480px;
}

section.agenda{
  padding: 125px 80px 0px 95px;
}

section.agenda.close{
  display: none;
}

.agenda h2{
  margin-bottom: 20px;
  font-family: 'PPEditorialNew';
  text-transform: uppercase;
  line-height: 30px;
  font-size: 30px;
}

.agenda article{
  margin-right: 15px;
}

.agenda .loop-agenda article .img{
  width: 100%;
  height: calc(1250px / 3);
  background-size: cover;
  background-position: center;
}

.loop-agenda .slick-next {
  right: -45px;
}

.loop-agenda .slick-prev {
  left: -45px;
}

.loop-agenda article h4{
  font-size: 19px;
  margin-top: 15px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'PPEditorialNew';
}

.loop-agenda article h6{
  font-size: 10px;
  line-height: 20px;
  color: var(--castanho);
  text-transform: uppercase;
}

/* Footer */

footer.footer{
  margin-top: 150px;
  background-color: var(--beige);
  padding: 55px 95px 20px;
  display: flex;
  justify-content: space-between;
}

footer h2{
  font-size: 28px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.book-table{
  padding-bottom: 100px;
}

.book-table > h5 a{
  text-decoration: underline;
} 

.creditos {
  position: absolute;
  bottom: 25px;
  left: 95px;
  display: flex;
  width: calc(100% - 190px);
  justify-content: space-between;
}

.creditos > .col-md-6{
  width: fit-content;
  padding: 0px;
}

.footer-contactos {
  margin-bottom: 20px;
}

.footer-redes a{
  text-decoration: underline;
}

#email-newsletter{
  width: 250px;
}

#email-newsletter,
#submit-newsletter{
  font-family: 'AtlasGrotesk';
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  border: 0px;
  background-color: transparent;
  border-bottom: 1px solid var(--black);
  color: var(--black);
  padding-bottom: 5px;
  float: none;
  border-radius: 0px;
}

#email-newsletter::placeholder{
  color: var(--black) !important;
}

#submit-newsletter {
  margin-left: -5px;
}

/* Concept */

.concept-banner{
  height: 700px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept-banner h1{
  width: 400px;
  text-align: center;
}

.traditional-recipes{
  padding-top: 110px;
}

.traditional-recipes p{
  max-width: fit-content;
  width: 820px;
  text-align: center;
  max-width: calc(100vw - 90px);
}
section.the-concept{
  background: transparent;
  padding: 70px 95px 0px;
}
.the-concept h4{
  width: 240px;
  font-family: 'AtlasGrotesk';
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
}

section.the-concept{
  padding-top: 125px;
}

.the-concept .desc {
  gap: 15px;
  align-items: flex-start;
  flex-direction: column;
}

.the-concept .col1 {
  padding: 75px 90px 0px 0px;
}

.the-concept .col2 {
  padding: 0px 30px 0px;
}

.the-concept .col2 > div {
  height: 500px;
}

.the-concept .col3 > div {
  height: 370px;
}

.restaurant-uniquess{
  display: flex;
  margin-top: 140px;
    background: var(--beige);
}

.restaurant-uniquess .col1{
  width: 50%;
  height: 690px;
  background-position: center;
  background-size: cover;
}

.restaurant-uniquess .swiper-container{
  overflow: hidden;
  width: 50%;
  height: 690px;
}

.restaurant-uniquess .col1 .img{
  background-position: center;
  background-size: cover;
  width: 100%;
}

.restaurant-uniquess .col2 {
  width: 50%;
  padding: 60px 95px 0px 80px;
  display: flex;
  gap: 0px;
  flex-direction: column;
}

.restaurant-uniquess .col2 p{
  width: 320px;
  margin-bottom: 60px;
  font-family: 'PPEditorialNew';
  font-size: 23px;
  line-height: 24px;
  display: flex;
  justify-content: flex-start;
}
.restaurant-uniquess .col2 p span{
  font-size: 23px;
  line-height: 34px;
  font-family: 'PPEditorialNew';
  text-transform: uppercase;
}

.restaurant-uniquess .col2 h5{
  width: 250px;
  display: flex;
  padding-bottom: 58px;
  align-self: flex-end;
}

.restaurant-uniquess .col2 p h5{
  
}
.joao-vieira{
  display: flex;
  padding: 140px 95px 130px;
}

.joao-vieira .swiper-container{
  overflow: hidden;
  height: calc(1100px / 2);
  width: 50%;
}

.joao-vieira .swiper-container .parallax-bg{
  background-position: center;
  background-size: cover;
}

.joao-vieira .col2{ 
  height: calc(1100px / 2);
  width: 50%;
  background-position: center;
  background-size: cover;
}

.joao-vieira .col1{
  width: 50%;
  padding: 10px 130px 0px 0px;
  display: flex;
}

.joao-vieira .desc {
  width: 120px !important;
  margin-right: 70px;
  white-space: nowrap;
  height: fit-content;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}

.joao-vieira .content {
  padding-top: 70px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

.joao-vieira h2{
  margin-bottom: 30px;
  font-size: 32px;
  text-transform: uppercase;
}

.joao-vieira h6{
  width: 240px;
}

section.wine-cellar{
  display: flex;
  padding-top: 0px;
  background: var(--castanho);
}

section.wine-cellar .col1{
  width: 50%;
  padding-right: 85px;
}

section.wine-cellar .swiper-container{
  overflow: hidden;
  height: 580px;
  width: calc(50% - 85px);
  margin-right: 85px;
}

section.wine-cellar .swiper-container .parallax-bg{
  background-position: center;
  background-size: cover;
}

section.wine-cellar .col1 > div{
  width: 100%;
  height: 580px;
  background-size: cover;
  background-position: center;
}

section.wine-cellar .col2{
  max-width: calc(1440px / 2);
  width: 50%;
  padding-right: 95px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.wine-cellar .col2 p{
  width: 400px;
  color: var(--beige);
  justify-content: flex-start;
  display: flex;
  max-width: 100%;
}
.wine-cellar .col2 p span,
.wine-cellar .col2 p strong{
  color: var(--beige);
  font-family: 'PPEditorialNew';
  font-size: 23px;
  line-height: 34px;
}
.wine-cellar .col2 p span{
    display: block;
    padding-top: 68px;
    font-size: 24px;
    line-height: 34px;
    font-family: 'PPEditorialNew';
    text-transform: uppercase;
}
.wine-cellar .col2 h5{
    width: 310px;
    color: var(--beige);
    display: flex;
    padding-bottom: 53px;
    font-size: 13px;
    line-height: 21px;
    align-self: flex-end;
}

body.cms-concept footer{
  margin: 0px;
}

/* Lunch Menu */

.lunch-menu .cruz,
.restaurant-menu .cruz {
  width: 40px;
  position: absolute;
  top: 45px;
  right: 55px;
  height: 40px;
  cursor: pointer;
}

.lunch-menu .cruz::after,
.restaurant-menu .cruz::after,
.lunch-menu .cruz::before,
.restaurant-menu .cruz::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--castanho);
  display: block;
  position: absolute;
  transform-origin: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.lunch-menu .cruz::before,
.restaurant-menu .cruz::before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

section.lunch-menu{
  padding: 145px 95px 0px;
  display: none;
  margin-bottom: 50px;
}

section.lunch-menu.open{
  display: block;
}

.carta{
  background-color: var(--beige);
  padding: 70px 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.carta h2{
  font-size: 36px;
  color: var(--castanho);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.carta .horario-menu h6{
  font-size: 14px;
  text-align: center;
}

.carta .horario-menu h6 strong{
  font-weight: 400;
}

.carta .titulo-menu{
  margin-bottom: 115px;
}

.carta .item-menu{
  text-align: center;
  margin-bottom: 50px;
}

.carta .item-menu  h3{
  margin-bottom: 15px;
  font-family: 'PPEditorialNew';
  text-transform: uppercase;
  font-size: 27px;
  line-height: 30px;
}

.carta .item-menu  h5{
  line-height: 25px;
  text-transform: uppercase;
}
.carta .item-menu  h5 span {
    font-size: 12px;
    line-height: 12px;
    text-transform: none;
    font-weight: 400 !important;
    font-family: 'CourierPrime';
    text-align: left;
    font-size: 12px;
    font-family: 'AtlasGrotesk';
    line-height: 25px;
    text-transform: uppercase;
}
.carta .preco{
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carta .preco h3{
  color: var(--castanho);
  text-align: center;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-family: 'PPEditorialNew';
  font-size: 24px;
  text-transform: uppercase;
}

.carta .preco h3::after,
.carta .preco h3::before{
  content: '';
  width: 30px;
  height: 1px;
  background-color: var(--castanho);
}

.carta .preco h6 {
  text-transform: uppercase;
  width: 300px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  margin-top: 15px;
}

.lunch-menu .wrapper-menu {
  flex-direction: column;
}

/* Restaurant Menu */

.restaurant-menu{
  padding: 140px 95px 0px;
  display: none;
}

.restaurant-menu.open{
  display: block;
}

.restaurant-menu .carta{
  padding: 70px 100px 50px;
  align-items: flex-start;
}

.restaurant-menu .carta h2{
  text-align: left;
}

.wrapper-menu {
  display: flex;
  flex-wrap: wrap;
}

.wrapper-menu .grupo{
  width: 50%;
}

.wrapper-menu .grupo:first-child{
  padding-bottom: 90px;
}

.wrapper-menu .grupo:nth-child(2n-1){
  padding-right: 115px;
}

.restaurant-menu .item-menu h3{
  text-align: left;
}

.restaurant-menu .item-menu h5{
  text-align: left;
  font-size: 12px;
  font-family: 'AtlasGrotesk';
  line-height: 25px;
}

.restaurant-menu .item-menu > h5{
  margin-bottom: 15px;
}

.restaurant-menu .item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 15px;
}

.item-menu h6 {
  text-transform: uppercase;
  text-align: left;
  color: var(--castanho);
  position: relative;
  top: -10px;
  display: none;
}

.item.mais-margem {
  margin-top: 40px;
}

/* Contacts */

.contacts {
  display: flex;
  justify-content: space-between;
  padding: 90px 95px 0px;
}

.contacts .swiper-container {
  width: 340px;
  height: 425px;
  overflow: hidden;
}

.contacts .col2 .img > div {
  width: 340px;
  height: 425px;
  background-size: cover;
  background-position: center;
}

.contacts .col2{
  display: flex;
}

.contacts .col2 .info-contacts{
  padding-right: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacts .col2 .img{
  border-left: 1px solid rgb(166 90 42 / 50%);
  border-right: 1px solid rgb(166 90 42 / 50%);
  padding: 0px 25px;
  height: fit-content;
}

.contacts .col1 p {
  width: 280px;
}

.contacts .desc {
  gap: 15px;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 25px;
}

.contacts .info {
  margin-bottom: 50px;
}

.contacts .info:last-child h5 a {
  text-decoration: underline;
}

.page-contacts footer.footer{
  margin-top: 130px;
}

/* Evento */

article.evento {
  max-width: 1350px;
  margin: 0 auto;
  margin-top: 120px;
  display: flex;
  padding-bottom: 90px;
  padding-top: 50px;
}

article.evento .col1{
  width: 50%;
  height: calc(100vh - 120px);
}

article.evento .slide-galeria{
  width: 100%;
  height: 100%;
}

article.evento .slide-galeria .img{
  background-size: cover;
  background-position: bottom;
  height: calc(100vh - 120px);
}

article.evento .col2 {
  width: 50%;
  padding-left: 70px;
  padding-right: 50px;
}

article.evento .desc{
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 60px;
}

article.evento .content > div{
  display: flex;
  justify-content: space-between;
}

article.evento .content .links {
  margin-bottom: 30px;
}

article.evento h2{
  width: 270px;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 40px;
}

article.evento h5{
  color: var(--castanho);
  text-transform: uppercase;
  white-space: nowrap;
}

article.evento .content p,
article.evento .content .text a,
article.evento .content li{
  width: 380px;
  font-family: 'CourierPrime';
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
}

article.evento .content li{
  margin-bottom: 0px;
}

article.evento .links .desc{
  flex-direction: row;
  align-items: center;
  gap: 22;
  margin-bottom: 15px;
}

article.evento .links .desc a{
  text-decoration: underline;
  white-space: nowrap;
}

body.evento footer{
margin-top: 0px;
}

body.evento .hamburguer-menu .line,
body.cms-politica-de-cookies .hamburguer-menu .line {
  background-color: var(--castanho);
}

body.evento .hamburguer-menu.open .line,
body.cms-politica-de-cookies .hamburguer-menu.open .line{
  background-color: white;
}


.custom-container p,
.custom-container p span,
.custom-container p span strong,
.custom-container p strong{
    font-size: 24px;
    line-height: 38px;
    font-family: 'PPEditorialNew';
    text-transform: uppercase;
    font-weight: 200;
}

.custom-container p span strong,
.custom-container p strong{
    font-weight: 400;
}
.contacts .col1 p {
    width: 383px;
    max-width: 100%;
}
/* Media Queries */


.fullwidth-verde{
    background: var(--beige);
}

footer .link-especial a{
  color: var(--castanho);
  text-decoration: underline;
}

@media only screen and (max-width: 1440px){
  
  /* Homepage */

  .agenda .loop-agenda article .img{
    height: calc(33.3vw - 80px);
  }

  /* Concept */

  .joao-vieira .col2 {
    height: calc(45vw - 95px);
  }
}

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

  /* Evento */

  article.evento .content > div {
    gap: 30px;
  }

  article.evento .content p,
  article.evento .content .text a,
  article.evento .content li {
    width: 100%;
  }

}

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

  /* Header */

  .menu-principal{
    height: 100vh;
    max-height: 100vh;
  }

  .headerExtra {
    top: calc(100vh - 30px);
  }

  /* Homepage */

  .banner {
    height: 100vh;
    max-height: 700px;
  }

  .banner .wrapper-content .img {
    height: 100vh;
    max-height: 700px;
  }

  .our-concept .col2 > div {
    height: 350px;
  }

  .our-concept .col1 p {
    width: 100%;
  }

  .our-concept .col1 {
    padding: 35px 40px 55px 0px;
  }

  .menus-home .info-menus {
    padding: 35px 35px 40px;
  }

  section.menus-home > div {
    height: 500px;
  }

  .img-menus-container .img {
    height: 500px;
  }


  .menus-home .sinal-mais {
    width: 30px;
    height: 30px;
  }

  .info-menus h2, .info-menus h2 span {
    font-size: 25px;
    text-align: center;
  }

  .lunch-menu .cruz, .restaurant-menu .cruz {
    height: 30px;
    width: 30px;
  }

  .restaurant-menu .carta {
    padding: 50px 50px 50px;
  }

  .carta .titulo-menu {
    margin-bottom: 75px;
  }

  .wrapper-menu .grupo:nth-child(2n-1) {
    padding-right: 60px;
  }

  .loop-agenda article h4 {
    font-size: 14px;
    line-height: 20px;
  }

  /* Footer */

  footer h2 {
    font-size: 24px;
  }

  #email-newsletter {
    width: 200px;
  } 

  /* Concept */

  .joao-vieira .desc {
    margin-right: 35px;
  }

  /* Contacts */

  .contacts .col2 .info-contacts {
    padding-right: 30px;
  }

  .contacts .col1 p {
    width: 200px;
  }

  /* Evento */

  article.evento .col2 {
    width: 50%;
    padding-left: 40px;
    padding-right: 30px;
  }

  article.evento .content p,
  article.evento .content .text a,
  article.evento .content li {
    width: 100%;
    font-size: 12px;
  }

  article.evento .content > div:last-child {
    flex-direction: column;
  }
}

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

  /* Estrutra */

  p, a, p span, p strong {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
  }

  /* Homepage */

  section.our-concept {
    padding: 100px 30px 0px;
  }

  .our-concept .col2 > div {
    height: 290px;
  }

  .our-concept .col1 {
    padding: 35px 40px 40px 0px;
  }
  .our-concept .col2 {
    padding: 25px 20px 40px;
  }

  .our-concept h6 {
    font-size: 12px;
    line-height: 15px;
    width: 100%;
  }

  .our-concept .col3 {
    padding: 0px 20px;
  }

  .our-concept .col3 > div {
    width: 100%;
    height: 140px;
  }

  .single-phrase {
    padding: 100px 30px 0px;
  }

  .regional-dishes p {
    width: 100%;
    max-width: 100%;
  }

  section.menus-home {
    padding: 100px 30px 0px;
    gap: 10px;
  }

  section.menus-home > div {
    height: 450px;
    width: calc(33.3% - 10px);
  }

  .img-menus-container .img {
    height: 450px;
  }

  section.lunch-menu {
    padding: 100px 30px 0px;
  }

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

  .restaurant-menu {
    padding: 100px 30px 0px;
  }

  .restaurant-menu .item {
    gap: 15px;
  }

  .carta .titulo-menu {
    margin-bottom: 50px;
  }

  .wrapper-menu .grupo:first-child {
    padding-bottom: 50px;
  }

  .restaurant-menu .carta {
    padding: 50px 50px 0px;
  }

  section.we-also-have {
    padding: 100px 30px 0px;
  }

  .we-also-have .col2 > div {
    height: 280px;
  }

  section.agenda {
    padding: 100px 15px 0px 30px;
  }
  
  .agenda .loop-agenda article .img {
    height: calc(33.3vw - 30px);
  }

  /* Footer */

  footer.footer {
    margin-top: 100px;
    padding: 40px 30px 20px;
  }

  .creditos {
    left: 30px;
    width: calc(100% - 60px);
  }

  .book-table {
    padding-bottom: 70px;
  }

  /* Concept */

  .traditional-recipes p {
    max-width: 100%;
    width: 100%;
  }

  .the-concept h4 {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .the-concept .col2 > div {
    height: 340px;
  }

  .the-concept .col3 > div {
    width: 100%;
    height: 270px;
  }

  .restaurant-uniquess {
    margin-top: 100px;
  }

  .restaurant-uniquess .col2 {
    width: 50%;
    padding: 110px 30px 0px 50px;
  }

  .joao-vieira {
    padding: 100px 30px 0px;
  }

  .joao-vieira .col2 {
    height: calc(45vw - 30px);
  }

  .joao-vieira .col1 {
    padding: 10px 50px 0px 0px;
  }

  .joao-vieira h6 {
    width: 100%;
  }

  .joao-vieira .desc {
    margin-right: 30px;
  }
  
  section.wine-cellar .col1 {
    padding-right: 50px;
  }

  section.wine-cellar .col2 {
    padding-right: 30px;
    gap: 30px;
  }

  .wine-cellar .col2 h5 {
    width: 100%;
  }

  .wine-cellar .col2 p {
    width: 100%;
  }

  /* Contacts */

  .contacts {
    padding: 90px 30px 0px;
    gap: 40px;
  }

  .contacts .col2 .img > div {
    width: 230px;
    height: 430px;
  }

  .contacts .col1 p {
    width: 100%;
  }

  .contacts .info h5{
    white-space: nowrap;
  }

}

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

  /* Estrutura */

  p, a, p span, p strong{
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
  }

  .cms-politica-de-cookies .container {
    width: calc(100% - 50px);
    max-width: 100%;
    margin: auto;
  }

  /* Header */

  .header .logo{
    padding: 0px;
    top: 25px;
  } 

  .hamburguer-menu {
    top: 25px;
    right: 30px;
    width: 30px;
    height: 17px;
  }

  .menu-principal {
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
    right: -100vw;
    padding-right: 30px;
    position: fixed;
  }

  .headerExtra {
    right: calc(50% - 100vw);
    top: calc(100vh - 130px);  
    transform: translateX(50%);
  }

  .noticias.eventos.eventos.evento .headerExtra,
  .cms-politica-de-cookies .headerExtra {
    top: calc(100vh - 130px);  
  }

  .headerExtra.open {
    right: 50%;
  }

  ul.sub-idiomas {
    justify-content: center;
  }

  .menu-principal {
    justify-content: center;
    padding: 0px;
  }

  .menu-principal ul.menul {
    align-items: center;
  }

  /* Homepage */

  .banner .wrapper-content .img {
    max-height: 550px;
  }

  .banner {
    max-height: 700px;
  }

  body.cms-homapage .swiper-slide h1 {
    max-width: 270px;
    top: 50%;
  }

  section.our-concept {
    padding: 50px 30px 60px;
    flex-wrap: wrap;
  }
  
  .our-concept .col1 {
    width: 50%;
    padding: 0px 30px 25px 0px;
  }

  .our-concept .col2 {
    padding: 0px;
    width: 50%;
    border: 0px;
  }

  .our-concept .col2 > div {
    height: 240px;
  }

  .our-concept .col1 p {
    font-size: 14px;
    line-height: 20px;
  }

  .desc, .desc a {
    font-size: 11px;
    gap: 12px;
  }

  .desc::before {
    width: 12px;
  }

  .our-concept .col3 {
    padding: 25px 0px 0px;
    width: 100%;
    border: 0px;
    gap: 15px;
  }

  .our-concept .col3 > div {
    height: 190px;
  }

  .single-phrase {
    padding: 50px 30px 0px;
  }

  section.menus-home {
    padding: 50px 30px 0px;
    flex-direction: column;
    gap: 30px;
  }

  section.menus-home > div {
    width: 100%;
  }

  section.we-also-have {

        padding: 50px 30px 50px;
        flex-direction: column;
        margin-top: 60px;
  }
  .banner .swiper-slide h1 {
      font-size: 28px;
      line-height: 40px;
  }

  .we-also-have .col1 {
    padding: 10px 20px 10px 0px;
    width: 100%;
    gap: 20px;
  }

  .we-also-have .col1 p {
    width: 100%;
  }

  .we-also-have .col2 {
    padding: 10px 0px;
    width: 100%;
    border: 0px;
  }

  .we-also-have .col2 > div {
    height: 210px;
  }

  .loop-agenda .slick-next:before, 
  .loop-agenda .slick-prev:before {
    width: 15px;
    height: 15px;
  }

  .loop-agenda .slick-next {
    right: -40px;
    top: 45%;
  }

  .loop-agenda .slick-prev {
    left: -20px;
    top: 45%;
  }

  .agenda .loop-agenda article .img {
    height: calc(90vw - 30px);
  }

  /* Menus */

  section.lunch-menu {
    padding: 50px 0px 0px;
  }

  .lunch-menu .cruz, .restaurant-menu .cruz {
    top: 30px;
    right: 30px;
  }

  .carta {
    padding: 70px 30px 50px;
  }

  .carta .item-menu h5 {
    font-size: 12px;
    line-height: 18px;
  }

  .carta .item-menu h3,
  .carta .preco h3 {
    font-size: 25px;
    line-height: 25px;
  }

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

  .carta .horario-menu h6 {
    font-size: 13px;
  }

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

  .wrapper-menu .grupo {
    width: 100%;
  }

  .wrapper-menu .grupo:nth-child(2n-1) {
    padding-right: 0;
  }

  .wrapper-menu .grupo:first-child {
    padding-bottom: 0;
  }

  .restaurant-menu {
    padding: 50px 0px 0px;
  }

  .restaurant-menu .carta {
    padding: 70px 30px 0px;
  }

  .carta .titulo-menu {
    margin-bottom: 30px;
  }

  /* Footer */

  footer.footer {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  footer h2{
    margin-bottom: 15px;
  }

  footer.footer > div{
    width: 50%;
  }

  footer.footer .location {
    padding-bottom: 0px;
    padding-right: 20px;
  }

  footer.footer .follow-us {
    padding-bottom: 120px;
    padding-right: 20px;
  }

  footer.footer h5{
    font-size: 12px;
    line-height: 17px;
  }

  footer.footer .book-table {
    padding-right: 20px;
  }

  input#submit-newsletter {
    margin-top: 10px;
    font-size: 12px;
    margin-left: 0px;
  }

  #email-newsletter {
    width: 80%;
  }

  .newsletter form{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer .creditos{
    width: 100%;
    flex-direction: column;
    align-items: center;
    left: 0px;
  }

  .footer .creditos h6{
    font-size: 10px;
  }

  /* Concept */

  .the-concept h4 {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
  }

  .the-concept .col2 > div {
    height: 100%;
  }

  .the-concept .desc {
    margin-bottom: 20px;
  }

  .the-concept .col3 > div {
    height: calc(100vw - 60px);
  }

  .restaurant-uniquess {
    margin-top: 50px;
    flex-direction: column;
  }

  .restaurant-uniquess .col1 {
    height: 100vw;
    width: 100%;
  }

  .restaurant-uniquess .swiper-container {
    width: 100%;
    height: 100vw;
  }

  .restaurant-uniquess .swiper-slide .img {
    width: 100%;
    height: 100vw;
  }

  .restaurant-uniquess .col2 {
    width: 100%;
    padding: 30px 30px 0px 30px;
  }

  .restaurant-uniquess .col2 p {
    width: 100%;
    margin-bottom: 25px;
  }

  .restaurant-uniquess .col2 h5 {
    width: 100%;
  }

  .joao-vieira {
    padding: 50px 30px 0px;
    flex-direction: column-reverse;
  }

  .joao-vieira .col2 {
    height: calc(100vw - 60px);
    width: 100%;
  }

  .joao-vieira .swiper-container {
    overflow: hidden;
    height: calc(100vw - 60px);
    width: 100%;
  }
  
  .joao-vieira .col1 {
    padding: 30px 0px 0px 0px;
    flex-direction: column;
    width: 100%;
  }

  .joao-vieira .content {
    padding-top: 30px;
  }

  section.wine-cellar {
    padding-top: 0px;
    flex-direction: column;
    margin-top: 50px;
  }

  section.wine-cellar .swiper-container {
    height: 100vw;
    width: 100%;
    margin-right: 0;
  }

  section.wine-cellar .col1 {
    padding-right: 0;
    width: 100%;
  }

  section.wine-cellar .col1 > div {
    height: 100vw;
  }

  section.wine-cellar .col2 {
    padding: 30px 30px 0px;
    gap: 20px;
    width: 100%;
    flex-direction: column;
  }

  body.cms-concept footer {
    margin-top: 0px;
    padding-bottom: 100px;
  }

  /* Contacts */

  .swiper-slide h1 {
    padding: 0px 30px;
  }

  .contacts {
    flex-direction: column;
    padding: 50px 30px 0px;
    gap: 50px;
  }

  .contacts h5,
  .contacts h5 a{
    font-size: 12px;
    line-height: 17px;
  }

  .contacts .col2 .info-contacts {
    padding-right: 20px;
    width: 50%;
  }

  .contacts .desc {
    margin-bottom: 15px;
  }

  .contacts .col2 .img {
    padding: 0px 0px;
    width: 50%;
    border: 0px;
  }

  .contacts .swiper-container {
    width: 50%;
    height: 320pxx;
    overflow: hidden;
  }

  .contacts .col2 .img > div {
    width: 100%;
    height: 320px;
  }

  .contacts .info {
    margin-bottom: 0;
  }

  .page-contacts footer.footer {
    margin-top: 50px;
  }

  article.evento {
    flex-direction: column;
    margin-top: 80px;
  }

  article.evento .col1 {
    width: 100%;
  }

  article.evento .slide-galeria .img {
    height: calc(80vh - 80px);
  }

  article.evento .col1 {
    height: calc(80vh - 80px);
  }
  
  article.evento .col2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }

  article.evento .desc {
    margin-bottom: 30px;
  }

  article.evento h2 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 25px;
  }

  article.evento .content > div {
    gap: 15px;
  }

  article.evento .content .links {
    margin-bottom: 15px;
  }

  article.evento h2 {
    margin-bottom: 20px;
  }



}