@font-face {
  font-family: "Lato-Black";
  src: url("fonts/Lato/Lato-Black.ttf");
}

@font-face {
  font-family: "Lato-BlackItalic";
  src: url("fonts/Lato/Lato-BlackItalic.ttf");
}

@font-face {
  font-family: "Lato-Bold";
  src: url("fonts/Lato/Lato-Bold.ttf");
}

@font-face {
  font-family: "Lato-BoldItalic";
  src: url("fonts/Lato/Lato-BlackItalic.ttf");
}

@font-face {
  font-family: "Lato-Italic";
  src: url("fonts/Lato/Lato-Italic.ttf");
}

@font-face {
  font-family: "Lato-Light";
  src: url("fonts/Lato/Lato-Light.ttf");
}

@font-face {
  font-family: "Lato-LightItalic";
  src: url("fonts/Lato/Lato-LightItalic.ttf");
}

@font-face {
  font-family: "Lato-Regular";
  src: url("fonts/Lato/Lato-Regular.ttf");
}

@font-face {
  font-family: "Lato-Thin";
  src: url("fonts/Lato/Lato-Thin.ttf");
}

@font-face {
  font-family: "Lato-ThinItalic";
  src: url("fonts/Lato/Lato-ThinItalic.ttf");
}

@font-face {
  font-family: "basicfive";
  src: url("fonts/Candlescriptbasicfive/Candlescript_Basic_Five.otf");
}

@font-face {
  font-family: "MinionPro-Regular";
  src: url("fonts/Minion/MinionPro-Regular.otf");
}

body.menu-open {
  overflow-y: hidden !important;
}

.clearfloat {
  display: none;
}

#premium-logo {
  display: none;
}

.moldura-premium {
  position: absolute;
  width: 450px;
  top: -88px;
  left: calc((100% - 450px) / 2);
}

.moldura-meal {
  position: absolute;
  width: 450px;
  top: -44px;
  left: calc((100% - 450px) / 2);
}

.moldura-exterior {
  position: absolute;
  width: 450px;
  top: -89px;
  left: calc((100% - 450px) / 2);
}

.moldura-taste {
  position: absolute;
  width: 450px;
  top: -89px;
  left: calc((100% - 450px) / 2);
}

@media (max-width: 1000px) {
  .moldura-meal {
    position: absolute;
    width: 41.5vw;
    top: -4.6vw;
    left: calc((100% - 41.5vw) / 2);
  }

  .moldura-premium {
    position: absolute;
    width: 41.5vw;
    top: -8.6vw;
    left: calc((100% - 41.5vw) / 2);
  }

  .moldura-exterior {
    position: absolute;
    width: 41.5vw;
    top: -8.6vw;
    left: calc((100% - 41.5vw) / 2);
  }

  .moldura-taste {
    position: absolute;
    width: 41.5vw;
    top: -8.6vw;
    left: calc((100% - 41.5vw) / 2);
  }
}

@media (max-width: 550px) {
  .moldura-meal {
    position: absolute;
    width: 83vw;
    top: -13.2vw;
    left: calc((100% - 83vw) / 2);
  }

  .moldura-premium {
    position: absolute;
    width: 83vw;
    top: -13.2vw;
    left: calc((100% - 83vw) / 2);
  }

  .moldura-exterior {
    position: absolute;
    width: 83vw;
    top: -13.2vw;
    left: calc((100% - 83vw) / 2);
  }

  .moldura-taste {
    position: absolute;
    width: 83vw;
    top: -13.2vw;
    left: calc((100% - 83vw) / 2);
  }
}

/* HEADER */

#header2 {
  position: absolute;
  width: 100%;
}

#header2 .container {
  width: 100%;
  z-index: 9999;
  position: relative;
  background-position: center;
  background-size: cover;
  scroll-behavior: smooth;
  height: 7.5vw;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

#header2 .container .divider {
  display: none;
  height: 3px;
  background-color: #fbb76a;
  width: 80%;
  margin-left: 10%;
}

#header2 .container .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

#header2 .container .content .nav {
  display: flex;
  gap: 1vw;
  font-family: Lato-Regular;
}

#header2 .container .content .nav a {
  color: white;
  font-size: 1vw;
}

#header2 .container .content .nav .divider {
  background: white;
  height: 15px;
  width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: -3px;
}

#header2 .container .content .logo {
  display: flex;
  position: relative;
  right: 6vw;
}

#header2 .container .content .logo img {
  width: 7vw;
}

#header2 .container .content .languages {
  position: relative;
  left: 1vw;
  font-family: Lato-Regular;
  font-size: 1vw;
  display: flex;
  gap: 10px;
}

#header2 .container .content .languages span a {
  color: white !important;
}

#header2 .container .content .languages span {
  opacity: 0.5;
}

#header2 .container .content .languages .active {
  opacity: 1 !important;
}

#header2 .container .content .burger-menu {
  display: none;
}

.email-button {
  position: fixed;
  bottom: 75px;
  right: 10px;
  width: 50px; 
  height: 50px; 
  background: url(../images/champagne/reserva.png);
  background-size: cover;
  background-position: center;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index:99999;
}

.email-button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: scale(1.05); 
}

@media (max-width: 1000px) {
  #header2 .container {
    height: 88px;
  }

  #header2 .container .content .nav a {
    font-size: 1.3vw;
  }

  #header2 .container .content .languages {
    font-size: 22px;
  }

  #header2 .container .content .logo {
    right: -48px;
  }

  #header2 .container .content .logo #logo {
    width: 63% !important;
  }

  #header2 .container .content .nav {
    display: none;
  }

  #header2 .container .content .burger-menu {
    cursor: pointer;
    display: unset;
  }

  #header2 .container .content .burger-menu .bar {
    width: 48px;
    height: 3px;
    background-color: white;
    margin: 10px 0;
    transition: 0.4s;
  }

  #header2 .container .content .burger-menu.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-11px, 8px);
  }

  #header2 .container .content .burger-menu.active .bar:nth-child(2) {
    opacity: 0;
  }

  #header2 .container .content .burger-menu.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-9px, -8px);
  }

  .nav-mobile {
    position: fixed;
    left: 0;
    height: calc(100vh - 88px);
    width: 100%;
    background-color: white;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    transform: translateY(-100vh);
    transition: transform 0.5s ease-in-out;
    scroll-behavior: smooth;
  }

  .nav-mobile.active {
    transform: translateY(88px);
  }

  .nav-mobile .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
    height: 100%;
    width: 100%;
    text-align: center;
  }

  .nav-mobile .content .set1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .nav-mobile .content .set1 .option {
    font-family: Lato-Regular;
    font-size: 3vw;
    line-height: 4vw;
  }
}

@media (max-width: 440px) {
  #header2 .container .content .languages {
    font-size: 17px;
    left: -1vw;
  }

  #header2 .container .content .burger-menu {
    position: relative;
    left: 5vw;
  }

  .nav-mobile .content .set1 .option {
    font-family: Lato-Regular;
    font-size: 7vw;
    line-height: 15vw;
  }
}

/* BANNER */

.video {
  width: 100%;
  position: relative;
  top: -140px;
}

.video .desktop {
  width: 100%;
}

.bg-banner {
  width: 100%;
  position: relative;
  background: url(../images/champagne/banner.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 55.8vw;
}

@media (max-height: 823px) {
  .bg-banner {
    height: 56.25vw;
  }
}

@media (max-width: 1000px) {
  .bg-banner {
    width: 100%;
    position: relative;
    background: url(../images/champagne/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: center;
  }
}

/* ABOUT US */

#champagneria {
  background-color: #f3efec;
}

#champagneria .content {
  padding: 8vw 11vw 8vw 11vw;
  display: flex;
  gap: 6vw;
}

#champagneria .content .logo {
  width: 50%;
}

#champagneria .content .logo img {
  width: 35vw;
}

#champagneria .content .info {
  font-size: 0.8vw;
  line-height: 1.4vw;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  z-index: 0;
}

#champagneria .content .info .master {
  font-family: basicfive;
  font-size: 3vw;
  color: #fbb76a;
}

@media (max-width: 1000px) {
  #champagneria .content {
    flex-direction: column;
  }

  #champagneria .content .logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #champagneria .content .info {
    font-size: 1.8vw;
    line-height: 2.4vw;
    gap: 6vw;
  }

  #champagneria .content .info .master {
    font-size: 5vw;
  }
}

@media (max-width: 600px) {
  #champagneria .content .info {
    font-size: 2.8vw;
    line-height: 3.4vw;
    gap: 6vw;
  }

  #champagneria .content .info .master {
    font-size: 7vw;
  }
}

@media (max-width: 440px) {
  #champagneria .content .info {
    font-size: 3.8vw;
    line-height: 4.4vw;
    gap: 6vw;
  }
}

/* AMBIENTES */

#ambientes {
  background: #262e30;
  width: 100%;
}

#ambientes .content {
  display: flex;
  padding: 7vw 9vw 7vw 9vw;
  flex-direction: column;
  color: #cccccc;
  gap: 7vw;
}

#ambientes .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
}

#ambientes .content .title p {
  font-family: basicfive;
  color: #fbb76a;
  font-size: 3vw;
}

#ambientes .content .rooms-container {
  width: 100%;
  display: flex;
  gap: 5vw;
}

#ambientes .content .rooms-container .room-ambient {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  width: 20vw;
}

#ambientes .content .rooms-container .room-ambient .outside-content {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

#ambientes .content .rooms-container .room-ambient .moldura {
  background-size: contain;
  height: 23vw;
  background-repeat: no-repeat;
}

#ambientes .content .rooms-container .room-ambient #premium {
  background-image: url(../images/champagne/premium.png);
}

#ambientes .content .rooms-container .room-ambient #meals {
  background-image: url(../images/champagne/meals.png);
}

#ambientes .content .rooms-container .room-ambient #exterior {
  background-image: url(../images/champagne/exterior.png);
}

#ambientes .content .rooms-container .room-ambient #tasting {
  background-image: url(../images/champagne/tasting.png);
}

#ambientes .content .rooms-container .room-ambient .moldura img {
  position: relative;
  left: calc((100% - 31px) / 2);
  top: 5vw;
}

#ambientes .content .rooms-container .room-ambient .moldura p {
  position: relative;
  top: 8vw;
  width: 100%;
  text-align: center;
  font-size: 1vw;
  font-family: MinionPro-Regular;
}

#ambientes .content .rooms-container .room-ambient .text {
  text-align: center;
  width: 70%;
  margin-left: 15%;
  font-family: Lato-Regular;
  height: 4.5vw;
}

#ambientes .content .rooms-container .room-ambient .text p {
  font-size: 0.8vw;
}

#ambientes .content .rooms-container .room-ambient .button {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

#ambientes .content .rooms-container .room-ambient .button a {
  color: #fbb76a;
  text-decoration: none;
  border: 1px solid;
  padding: 0.5vw 0.5vw 0.5vw 0.5vw;
  font-size: 1vw;
}

#ambientes .content .rooms-container .room-ambient .button a:hover {
  background: #fbb76a;
  color: #262e30;
}

@media (max-width: 1000px) {
  #ambientes .content .title p {
    font-size: 5vw;
  }

  #ambientes .content .rooms-container {
    width: 100%;
    display: flex;
    gap: 7vw;
    flex-wrap: wrap;
    justify-content: center;
  }

  #ambientes .content .rooms-container .room-ambient .moldura {
    height: 50vw;
  }

  #ambientes .content .rooms-container .room-ambient {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    width: 34vw;
  }

  #ambientes .content .rooms-container .room-ambient .moldura p {
    font-size: 1.5vw;
  }

  #ambientes .content .rooms-container .room-ambient .moldura img {
    top: 10vw;
  }

  #ambientes .content .rooms-container .room-ambient .text p {
    font-size: 1.4vw;
  }

  #ambientes .content .rooms-container .room-ambient .text {
    height: 8.5vw;
  }

  #ambientes .content .rooms-container .room-ambient .button a {
    padding: 1vw 1vw 1vw 1vw;
    font-size: 2vw;
  }

  #ambientes .content .rooms-container .room-ambient .moldura p {
    top: 14vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  #ambientes .content .rooms-container .room-ambient .outside-content {
    gap: 30px;
  }
}

@media (max-width: 650px) {
  #ambientes .content .rooms-container {
    flex-wrap: unset;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  #ambientes .content {
    padding: 12vw;
    gap: 10vw;
  }

  #ambientes .content .rooms-container .room-ambient {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    width: 65%;
  }

  #ambientes .content .rooms-container .room-ambient .moldura {
    height: 72vw;
  }

  #ambientes .content .rooms-container .room-ambient .outside-content {
    gap: 30px;
    position: relative;
    top: -14vw;
  }

  #ambientes .content .title p {
    font-size: 9vw;
  }

  #ambientes .content .rooms-container .room-ambient .text p {
    font-size: 3.4vw;
  }

  #ambientes .content .rooms-container .room-ambient .moldura img {
    top: 17vw;
  }

  #ambientes .content .rooms-container .room-ambient .moldura p {
    top: 21vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  #ambientes .content .rooms-container .room-ambient .button a {
    padding: 2vw 2vw 2vw 2vw;
    font-size: 4vw;
  }

  #ambientes .content .rooms-container .room-ambient #rm-premium {
    top: -5vw;
  }

  #ambientes .content .rooms-container .room-ambient #rm-meals {
    top: -1vw;
  }

  #ambientes .content .rooms-container .room-ambient #rm-exterior {
    top: 1vw;
  }

  #ambientes .content .rooms-container .room-ambient #rm-tasting {
    top: -3vw;
  }

  #ambientes .content .rooms-container .room-ambient .text {
    height: auto;
  }
}

/* ROOMS */

.rooms {
  width: 100%;
  background-color: #262e30;
}

.rooms .container {
  height: 500px;
  padding-top: 250px;
  padding-bottom: 200px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.rooms .container .swiper-container {
  width: 100%;
  height: 100%;
}

.rooms .container .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
}

.rooms .container .swiper-container .swiper-wrapper .swiper-slide .meal {
  height: 382px;
  border-radius: 4vw;
  position: relative;
}

.rooms .container .swiper-container .swiper-wrapper .swiper-slide .premium {
  height: 312px;
  position: relative;
}

.rooms .container .swiper-container .swiper-wrapper .swiper-slide .exterior {
  height: 348px;
  position: relative;
  border-radius: 20px;
}

.rooms .container .swiper-container .swiper-wrapper .swiper-slide .taste {
  height: 336px;
  position: relative;
  border-radius: 100%;
}

.rooms .container .swiper-container .text {
  gap: 70px;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 500px;
}

.rooms .container .swiper-container .text p {
  font-family: basicfive;
  font-size: 5vw;
  color: #fbb76a;
}

.rooms .container .swiper-container .text a {
  color: #fbb76a;
  border: 1px solid #fbb76a;
  text-decoration: none;
  padding: 13px;
  font-size: 20px;
  z-index: 99999;
}

.rooms .container .swiper-container .text a:hover {
  background-color: #fbb76a;
  color: #262e30;
}

@media (max-width: 1000px) {
  .rooms .container .swiper-container .swiper-wrapper .swiper-slide .meal {
    height: 34vw;
  }

  .rooms .container .swiper-container .swiper-wrapper .swiper-slide .premium {
    height: 28vw;
  }

  .rooms .container .swiper-container .swiper-wrapper .swiper-slide .exterior {
    height: 31vw;
  }

  .rooms .container .swiper-container .swiper-wrapper .swiper-slide .taste {
    height: 31vw;
  }

  .rooms .container {
    height: 500px;
    padding-top: 210px;
    padding-bottom: 200px;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .rooms .container .swiper-container .text {
    gap: 10vw;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50vw;
  }

  .rooms .container .swiper-container .text p {
    font-family: basicfive;
    font-size: 10vw;
    color: #fbb76a;
  }
}

@media (max-width: 550px) {
  .rooms .container .swiper-container .swiper-wrapper .swiper-slide .meal {
    height: 69vw;
    border-radius: 59px;
    position: relative;
  }

  .rooms .container .swiper-container .swiper-wrapper .swiper-slide .premium {
    height: 57vw;
    position: relative;
  }

  .rooms .container .swiper-container .swiper-wrapper .swiper-slide .exterior {
    height: 64vw;
    position: relative;
  }

  .rooms .container .swiper-container .swiper-wrapper .swiper-slide .taste {
    height: 61vw;
    position: relative;
  }

  .rooms .container .swiper-container .text {
    gap: 10vw;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 87vw;
  }
}

/* FOOTER */

#footer2 {
  width: 100%;
  background-color: #f3efec;
}

#footer2 img {
  width: 100%;
}

#footer2 .container {
}

#footer2 .container .content {
  display: flex;
  padding: 5vw 8vw 5vw 8vw;
}

#footer2 .container .content .right-side {
  font-family: Lato-Regular;
  display: flex;
  justify-content: end;
  align-items: baseline;
  gap: 5vw;
  height: fit-content;
  position: relative;
  left: 11vw;
  top: 5vw;
}

#footer2 .container .content .right-side .item {
  display: flex;
  flex-direction: column;
  font-size: 0.8vw;
  line-height: 1.4vw;
}

#footer2 .container .content .right-side .item .footer2-socials {
  display: flex;
  gap: 1vw;
}

#footer2 .container .content .right-side .item p {
}

#footer2 .container .content .left-side {
  width: 50%;
}

#footer2 .container .content .left-side .phrase {
}

#footer2 .container .content .left-side .phrase p {
  font-family: basicfive;
  font-size: 5vw;
  line-height: 5vw;
  color: #262e30;
}

#footer2 .container .copyright2 {
  width: 90%;
  margin-left: 5%;
  display: flex;
  border-top: 1px solid #707070;
  justify-content: flex-end;
  gap: 6vw;
  padding-top: 1vw;
  padding-bottom: 2vw;
}

@media (max-width: 1500px) {
  #footer2 .container .content .right-side {
    left: 11vw;
    top: 4vw;
  }

  #footer2 .container .content .right-side .item {
    font-size: 1.2vw;
    line-height: 1.8vw;
  }
}

@media (max-width: 1000px) {
  #footer2 .container .content .right-side {
    font-family: Lato-Regular;
    display: flex;
    justify-content: end;
    align-items: baseline;
    gap: 5vw;
    height: fit-content;
    position: relative;
    left: 8vw;
    top: 2vw;
  }

  #footer2 .container .content .right-side .item {
    display: flex;
    flex-direction: column;
    font-size: 1.5vw;
    line-height: 2.4vw;
  }

  #footer2 .container .copyright2 {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  #footer2 .container .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4vw;
  }

  #footer2 .container .content .left-side .phrase p {
    font-size: 7vw;
    line-height: 7vw;
  }

  #footer2 .container .content .left-side {
    width: 100%;
    text-align: center;
  }

  #footer2 .container .content .right-side {
    gap: 5vw;
    left: 0;
    top: 2vw;
  }

  #footer2 .container .content .right-side .item {
    font-size: 2.5vw;
    line-height: 4.4vw;
  }
}

@media (max-width: 650px) {
  #footer2 .container .copyright2 {
    flex-direction: column;
    gap: 1vw;
    text-align: center;
  }

  #footer2 .container .copyright2 .mobile-center {
    justify-content: center;
  }
}

@media (max-width: 440px) {
  #footer2 .container .content .right-side {
    gap: 5vw;
    left: 0;
    top: 2vw;
    flex-direction: column;
  }

  #footer2 .container .content .right-side .item {
    font-size: 3.5vw;
    line-height: 5.4vw;
  }

  #footer2 .container .content .left-side .phrase p {
    font-size: 9vw;
    line-height: 9vw;
  }
}