@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap";
@import "https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Manufacturing+Consent&display=swap";
@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";
* {
  box-sizing: border-box;
}
:root {
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color-scheme: light dark;
  color: #ffffffde;
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  --color-gray-100: #f4f3f1;
  --color-gray-200: #dddbd8;
  --color-gray-300: #ccc9c6;
  --color-gray-400: #aeaba7;
  --color-gray-500: #8a8784;
  --color-gray-600: #656360;
  --color-gray-700: #4b4a47;
  --color-gray-800: #31302e;
  --color-gray-900: #1f1d1b;
  --color-primary-100: #fcf3e1;
  --color-primary-200: #fceccd;
  --color-primary-300: #fae1af;
  --color-primary-400: #fbd997;
  --color-primary-500: #ffd37c;
  --color-primary-600: #f9c762;
  --color-primary-700: #fbc14d;
  --color-primary-800: #fab833;
  --color-primary-900: #f6ad1b;
}
body {
  margin: 0;
  font-family: Quicksand, sans-serif;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flip-card {
  background-color: transparent;
  width: 26vw;
  height: 75vh;
  perspective: 1000px;
  grid-column: span 1;
  display: flex;
  z-index: 5;
  justify-content: center;
  transition: 0.5s linear;
}
.flip-card-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px #0003;
  overflow: hidden;
  max-width: 700px;
}
.flip-card:hover {
  transform: translateY(20px);
  transition: 0.5s linear;
}
.flip-card:hover .flip-card-back {
  transform: translate(0);
  opacity: 1;
  transition: 0.5s linear;
}
.flip-card:hover .card-logo-container {
  background-color: #00000090;
  transition: 0.5s linear;
}
.flip-card:hover .card-logo,
.flip-card:hover .card-subtitle,
.flip-card:hover .copyright-logo {
  opacity: 0;
  transition: 0.4s linear;
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flip-card-front {
  background-color: #bbb;
  color: #000;
}
.flip-card-back {
  color: #fff;
  transform: translateY(10%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s linear;
}
.card-background {
  width: 100%;
  height: 100%;
}
.card-logo-container {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  transition: 0.5s linear;
}
.card-logo {
  width: 60%;
  filter: drop-shadow(black 1px 0 10px);
  height: min-content;
  max-height: 10rem;
  transition: 0.8s linear;
}
.copyright-logo {
  height: 2.5rem;
  width: auto;
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  transition: 0.8s linear;
}
.card-subtitle {
  color: #e3ce79;
  margin-top: 1.2rem;
  font-size: 14px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: black 1px 0 10px;
  transition: 0.8s linear;
}
.card-back-title img {
  width: 60%;
  height: auto;
  margin-top: 2rem;
}
.card-back-description {
  padding-inline: 2rem;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 1rem;
}
.card-back-button {
  padding-block: 1rem;
  padding-inline: 2rem;
  font-size: 18px;
  background-color: #e3ce79;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 1rem;
  color: #000;
  border: none;
}
@media (max-width: 700px) {
  .flip-card {
    grid-column: span 3;
    width: 100%;
  }
  .card-back-description {
    padding-inline: 1rem;
    font-size: 1rem;
  }
  .card-subtitle {
    line-height: 1;
  }
  .copyright-logo {
    width: auto;
    height: 2rem;
    left: 0.5rem;
  }
}
.cardContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.principalLanding-header {
  display: flex;
  width: 100%;
  height: 1.8rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.principalLanding-header a {
  width: fit-content;
  height: 100%;
}
.principalLanding-header img {
  margin-top: 1rem;
  height: 100%;
  width: auto;
}
.principalText {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2%;
}
.principalText .title {
  margin-bottom: 0;
  font-size: 2.3rem;
  font-weight: 300;
  font-family: Quicksand, sans-serif;
  letter-spacing: 0.4rem;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.principalText .subtitle {
  font-size: 20px;
  font-family: Quicksand, sans-serif;
  letter-spacing: 1px;
  margin-top: 3px;
  font-weight: 300;
  word-spacing: 1px;
}
.cardContainer {
  padding-inline: 5%;
  margin-top: 5%;
}
.decoration-line {
  position: absolute;
  top: 40%;
  display: none;
  left: 0;
  width: 100%;
  height: 15%;
  background-color: #004b58;
  transform: translateY(-50%);
}
.logo-container-media {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-container-media svg {
  width: 20px;
}
.principal-landing-footer {
  margin-top: 10rem;
}
.principal-landing-footer .logo-phoenix {
  height: 1.8rem;
  width: auto;
}
.social-media {
  display: flex;
  gap: 0.5rem;
}
.links-footer-container {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4%;
}
.social-media-container {
  grid-column: span 2;
  padding-left: 10rem;
  margin-top: 0.5rem;
}
.social-media-container .logo-phoenix {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.menu-footer {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.menu-footer .title-menu {
  font-weight: 700;
}
.menu-footer a {
  color: gray;
  text-decoration: none;
}
.menu-footer .title-menu {
  color: #fff;
}
.menu-footer p {
  margin-bottom: 0;
  color: gray;
  line-height: 2;
}
.principal-landing-footer .copyright-text {
  display: flex;
  justify-content: center;
  width: 100%;
  color: gray;
  line-height: 1;
}
@media (max-width: 700px) {
  .principalLanding-header {
    margin-top: 1rem;
  }
  .principalLanding-header img {
    margin-top: 0;
  }
  .principalText .title {
    text-align: center;
    margin-top: 1rem;
  }
  .principalText .subtitle {
    text-align: center;
  }
  .principal-landing-footer {
    margin-top: 5rem;
  }
  .social-media-container {
    grid-column: span 2;
    padding-left: 1rem;
    margin-top: 0;
  }
  .links-footer-container {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 4%;
  }
  .menu-footer {
    align-items: start;
    padding-left: 1rem;
    margin-top: 1rem;
  }
  .principal-landing-footer .copyright-text {
    position: relative;
    line-height: 5;
  }
  .homeSelector {
    top: 0 !important;
  }
}
.form-suscribe .logo {
  height: 1.8rem;
  width: auto;
}
.form-suscribe {
  width: 100%;
  font-size: 16px;
  background-color: #2d2d2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 1rem;
}
.email-input {
  background: #2d2d2d;
  border: 1px solid white;
  padding: 0.5rem;
  width: 15rem;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  font-size: 16px;
  color: #fff;
}
.form-suscribe p {
  margin-top: 1.5rem;
  line-height: 3;
}
.form-suscribe button {
  padding-block: 0.6rem;
  padding-inline: 1.8rem;
  border: 1px solid white;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #2d2d2d;
  color: #fff;
}
.email-input:focus-visible {
  outline: 0px;
}
@media (max-width: 700px) {
  .form-suscribe p {
    line-height: 1.3;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.icon-translate {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 0.5rem;
}
.languageContainer {
  display: flex;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 15;
}
.languageContainer button {
  background: transparent;
  border: transparent;
  cursor: pointer;
}
.languageContainer button:hover {
  text-shadow: 2px 0 4px;
}
.contenedorOptions {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  color:white;
  background-color: #ffffff15;
  border-radius: 8px;
  margin-right: 1rem;
  position: relative;
  gap: 0.5rem;
}
.contenedorOptions:after {
  content: "";
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffffff15;
  position: absolute;
  right: -6px;
  top: 12px;
}
.hero {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.hero-img-container,
.hero-img-container img,
.fade-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-img-container {
  z-index: 2;
}
.hero-img-copy {
  position: fixed;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%);
  will-change: opacity;
}
.hero-img-copy p {
  font-size: 0.65rem;
}
.video-icon-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.video-play:hover {
  transform: scale(1.1);
  transition: 0.5s linear;
}
.fade-overlay {
  will-change: opacity;
  z-index: 2;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  transform-origin: center 15%;
  width: 100%;
  height: 200%;
  z-index: 2;
}
.logo-container {
  display: flex;
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 250px;
  z-index: 2;
  justify-content: center;
  align-items: center;
}
.referencia {
  opacity: 0;
  width: 342.7px;
  height: 163.4px;
  border: 1px solid red;
  background: linear-gradient(
    0deg,
    #0000ff50 0% 10%,
    #ffff0050 11% 20%,
    #0000ff50 21% 30%,
    #ffff0050 31% 40%,
    #0000ff50 41% 50%,
    #ffff0050 51% 60%,
    #0000ff50 61% 70%,
    #ffff0050 71% 80%,
    #0000ff50 81% 90%,
    #ffff0050 91% 100%
  );
}
.overlay-copy {
  position: fixed;
  bottom: 18%;
  left: 50%;
  transform: translate(-50%);
  font-family: EB Garamond, serif;
  font-weight: 500;
  z-index: 2;
}
.overlay-copy h1,
.overlay-copy p {
  background-color: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transform-origin: center 0%;
}
.overlay-copy h1 {
  font-size: 7rem;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: 1px;
}
.overlay-copy p {
  font-size: 54px;
  letter-spacing: 2px;
}
.overlay-copy img {
  width: 65%;
  padding-block: 1rem;
  opacity: 0;
}
.hero-img-logo {
  display: flex;
  align-items: center;
  width: 100vw;
  justify-content: center;
}
.frase-principal {
  top: 15vh;
  font-size: 2.5rem;
  width: 27rem;
  font-weight: 500;
  line-height: 0.9;
  word-spacing: -4px;
  position: fixed;
  font-family: EB Garamond, serif;
}
@media (max-width: 700px) {
  .hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .hero-img-logo img,
  .hero-img-container {
    width: 80vw;
  }
  .hero-img-container {
    position: relative;
  }
  .overlay {
    opacity: 0;
  }
  .overlay-copy {
    width: 100%;
    top: 5%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .overlay-copy h1 {
    margin-top: 20vh;
    font-size: 45px;
  }
  .overlay-copy p {
    font-size: 1rem;
  }
  .overlay-copy img {
    width: 80vw;
    height: auto;
  }
  .video-icon-container {
    opacity: 1;
  }
  .fade-overlay {
    opacity: 0;
  }
  .frase-principal {
    font-size: 2rem;
    width: 85vw;
  }
}
@media (min-width: 2400px) {
  .logo-container {
    top: 18%;
    width: 350px;
    height: 350px;
  }
  .overlay-copy {
    bottom: 20%;
  }
}
@media (min-width: 3000px) {
  .logo-container {
    width: 600px;
    height: 600px;
  }
  .overlay-copy {
    bottom: 25%;
  }
  .overlay-copy h1 {
    font-size: 13rem;
  }
  .overlay-copy p {
    font-size: 5rem;
  }
}
@media (min-width: 4000px) {
  .overlay-copy h1 {
    font-size: 9rem;
  }
  .overlay-copy p {
    font-size: 4rem;
  }
  .overlay-copy {
    bottom: 15%;
  }
  .hero-principal-img {
    align-self: center;
    width: 60% !important;
    transform: translate(-50%) !important;
    left: 50% !important;
  }
}
.sub-banner {
  z-index: 11;
  position: relative;
}
.second-overlay-copy {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: EB Garamond, serif;
  font-weight: 500;
}
.second-overlay-copy h3 {
  background-color: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transform-origin: center 0%;
  font-size: 64px;
  text-align: center;
  font-weight: 500;
  width: max-content;
  line-height: 1.1;
  align-self: center;
  justify-self: center;
  padding-inline: 5rem;
}
.second-overlay-copy img {
  width: 65%;
  opacity: 0;
  padding-block: 0.5rem;
}
.second-overlay-copy p {
  background-color: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: justify;
  font-size: 25px;
  line-height: 1.4;
  width: 100%;
}
@media (max-width: 700px) {
  .sub-banner {
    margin-top: 100vh;
    display: flex;
    flex-direction: column;
    width: 100vw;
  }
  .second-overlay-copy {
    left: 0;
    top: 50%;
    width: 100vw;
    transform: translateY(-50%);
  }
  .second-overlay-copy h3 {
    width: 90vw;
    font-size: 30px;
    padding: 0;
  }
  .second-overlay-copy img {
    width: 80vw;
  }
  .second-overlay-copy p {
    font-size: 16px;
    width: 100vw;
    padding-inline: 5vw;
    text-align: center;
  }
}
@media (min-width: 3000px) {
  .second-overlay-copy h3 {
    font-size: 7rem;
  }
  .second-overlay-copy p {
    font-size: 3rem;
  }
}
.chair-container {
  height: auto;
  position: relative;
  top: 0;
  z-index: var(--indexChair);
  margin-top: 60vh;
}
.canvasContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  transform: translateY(-30vh);
}
.canvasContainer canvas {
  width: 100vw;
  filter: blur(0.9rem);
  z-index: 2;
  opacity: 0;
}
.overlay-canvas {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: var(--bg-primary);
  transform: scaleY(1.1);
  z-index: 4;
  opacity: 0;
}
.infoContent {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
  padding-inline: var(--p-chair-inline);
  transform: translateY(100vh);
  z-index: 3;
}
.infoContent .section-1,
.infoContent .section-2,
.infoContent .maskImg-2 {
  grid-column: span 6;
}
.infoContent .section-2 {
  padding-top: calc(100vh / 6);
}
.infoContent .maskImg-1 {
  aspect-ratio: 9/16;
}
.infoContent .maskImg-2,
.infoContent .maskImg-3 {
  aspect-ratio: 1/1;
}
.infoContent .maskImg-2 {
  width: calc(100% + var(--p-chair-inline));
}
.infoContent .maskImg-3 {
  grid-column: span 5;
}
.wrapContent-6fr {
  gap: var(--grid-gap);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.maskImg-1,
.maskImg-2,
.maskImg-3 {
  position: relative;
  border: 0 solid transparent;
  transition: border-width 0.6s ease, border-color 0.3s ease 0.3s;
}
.expand-icon {
  width: 4em;
  height: 4em;
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
  background-color: var(--bg-primary);
  padding: 1em;
  border-radius: 50%;
}
.expand-icon svg path {
  stroke: #fff9cb;
}
.maskImg-1:hover,
.maskImg-2:hover,
.maskImg-3:hover {
  border: 0.5vw solid var(--colorChair);
  cursor: zoom-in;
}
.maskImg-1:hover .expand-icon,
.maskImg-2:hover .expand-icon,
.maskImg-3:hover .expand-icon {
  background-color: #fff9cb;
}
.maskImg-1:hover .expand-icon svg path,
.maskImg-2:hover .expand-icon svg path,
.maskImg-3:hover .expand-icon svg path {
  stroke: var(--bg-primary);
}
.section-1 .title,
.section-1 .maskImg-1 {
  grid-column: 2 / span 5;
}
.sub-container {
  grid-column: 2 / span 4;
  margin-bottom: 6vh;
  display: flex;
  flex-direction: column;
  gap: 3vh;
  direction: ltr;
}
.maskImg-1 img {
  object-position: center;
}
.maskImg-2 img {
  object-position: 50% center;
}
.maskImg-3 img {
  object-position: 53% center;
}
.title,
.subtitle,
.description {
  text-align: left;
}
.title,
.subtitle {
  font-family: EB Garamond, serif;
  direction: ltr;
}
.title {
  width: 100%;
  display: flex;
  height: auto;
  align-items: center;
  font-size: 4rem;
  text-transform: uppercase;
}
.title .tm-span {
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  vertical-align: -webkit-baseline-middle;
}
.subtitle {
  font-size: 45px;
  line-height: 1.1;
  color: var(--colorChair);
  font-weight: 600;
}
.description {
  font-size: 25px;
  line-height: 1.3;
  font-family: Helvetica, sans-serif;
}
.boton-compra {
  background-color: #2e2e2e;
  border: 1px solid #fef289;
  grid-column: span 5;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.boton-compra a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  color: #fef289;
  font-weight: 900;
  font-family: EB Garamond, serif;
}
.bottom-mobile {
  display: none;
}
@media (max-width: 800px) {
  .canvasContainer canvas {
    width: auto;
    height: 100vh;
    overflow-x: hidden;
    transform: translate(var(--posMobile));
  }
  .canvasContainer {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }
  .infoContent {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .section-1,
  .section-2 {
    display: grid;
    padding-inline: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .infoContent .section-2 {
    padding-top: 0;
  }
  .title {
    font-size: 2.5rem;
    grid-column: span 4 !important;
  }
  .subtitle {
    font-size: 34.5px;
  }
  .description {
    font-size: 19.3px;
  }
  .sub-container,
  .maskImg-1 {
    grid-column: span 4 !important;
  }
  .two-img-content {
    display: flex;
    overflow-x: auto;
    height: 100vw;
    width: 100vw;
    padding-right: 20vw;
  }
  .botton-desktop {
    display: none;
  }
  .two-img-content .maskImg-2,
  .two-img-content .maskImg-3 {
    width: 81vw;
    height: 100%;
  }
  .infoContent {
    direction: ltr !important;
  }
  .maskImg-2 {
    left: 0 !important;
  }
  .bottom-mobile {
    display: block;
    padding-inline: 2.5em;
  }
}
@media (min-width: 3000px) {
  .title {
    font-size: 6rem;
  }
  .sub-container h3 {
    font-size: 5rem;
  }
  .sub-container p {
    font-size: 3rem;
  }
  .boton-compra a {
    font-size: 2rem;
  }
  .boton-compra {
    height: 6rem;
  }
}
.postal {
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  z-index: 10;
  position: relative;
}
.inicio-postal {
  position: relative;
  width: 77vw;
  height: 95vh;
}
.inicio-postal img {
  width: 100%;
  height: 100%;
}
.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.text-overlay h3 {
  font-family: EB Garamond, serif;
  font-size: 65px;
  font-weight: 200;
  line-height: 1;
  margin-top: 2.5rem;
  width: 80%;
}
.text-overlay button {
  font-family: Helvetica, sans-serif, serif;
  background: #f8dc8f;
  color: #000;
  font-size: 25px;
  border: none;
  font-weight: 500;
  padding-inline: 5rem;
  padding-block: 0.3rem;
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}
@media (max-width: 800px) {
  .postal {
    position: absolute;
    transform: translateY(-115vh);
  }
  .inicio-postal {
    width: 100vw;
    height: 80vw;
  }
  .text-overlay h3 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .text-overlay button {
    bottom: 3vh;
  }
}
.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-primary);
}
.svg-container {
  position: relative;
}
.svg-container svg {
  width: 15rem;
  height: 15rem;
  filter: drop-shadow(0 0 10px #bc9e5f);
}
.gradient-cover {
  width: 16rem;
  height: 16rem;
  position: absolute;
  z-index: 100;
  animation: loaderShadow 3s infinite alternate-reverse linear;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 2%,
    rgba(0, 0, 0, 0) 3%,
    var(--bg-primary) 4%,
    var(--bg-primary) 100%
  );
  opacity: 1;
}
@keyframes loaderShadow {
  0% {
    transform: scale(30);
    background: radial-gradient(
      circle,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 2%,
      rgba(0, 0, 0, 0) 3%,
      var(--bg-primary) 4%,
      var(--bg-primary) 100%
    );
  }
  to {
    transform: scale(10);
  }
}
.logo {
  width: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  width: auto;
  height: 4.2rem;
  padding: 1rem;
}
nav {
  display: flex;
  justify-content: space-between;
}
.burger {
  display: flex;
  align-items: center;
  width: 4rem;
  padding-right: 2rem;
  margin-right: 1rem;
  cursor: pointer;
}
.burger-container {
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}
.burger-line {
  width: 100%;
  height: 5px;
  background-color: #fff;
}
.burger-line:nth-child(1) {
  top: 33%;
  position: absolute;
}
.burger-line:nth-child(2) {
  top: 60%;
  position: absolute;
}
header {
  position: fixed;
  width: 100vw;
  z-index: 12;
}
@media (max-width: 800px) {
  .burger {
    margin-right: 0;
    padding-right: 1rem;
    width: 3rem;
  }
  .logo img {
    padding-left: 1;
  }
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  transition: all 0.5s ease;
  color: #fff;
}
.menu-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.menu-content .bg-img,
.menu-content .bg-img-overlay,
.menu-content .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.menu-text {
  position: absolute;
  transform: translate(100vw);
  height: 100%;
  width: 50%;
  transition: all 0.5s ease;
}
.menu-text .bg-img-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: auto;
}
.menu-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: EB Garamond, serif;
}
.cabecera {
  margin-top: 9vh;
  display: flex;
}
.menu-text-container h2 {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 400;
  padding-left: 10%;
  width: fit-content;
  margin-right: 2em;
  border-bottom: 2px solid #fbefcf;
}
.list-titles {
  width: fit-content;
  margin-right: 2rem;
  list-style-type: none;
  margin-top: 4rem;
  justify-self: end;
  justify-items: end;
}
.img-title-decoration {
  height: 50px;
  width: auto;
}
.menu-text-container p {
  font-size: 35px;
}
.menu-text-container li {
  display: flex;
  height: 4rem;
  align-items: center;
  padding-right: 1rem;
  margin-top: 2.5rem;
  text-transform: uppercase;
}
.guion-container {
  width: 60px;
  margin-left: 1rem;
}
.menu-text-container li p {
  margin-left: 1rem;
  display: flex;
  cursor: pointer;
  font-weight: 300;
  word-spacing: 5px;
}
.menu-text-container li p:hover {
  color: #fbefcf;
}
.tm-span {
  font-size: 16px;
}
.initial-letter {
  font-size: 40px !important;
  transform: translateY(-3px);
}
.copyright-text {
  font-size: 14px !important;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  font-weight: 400;
  height: auto;
  color: #bdbdbd;
}
.menu .burger {
  position: absolute;
  top: 0.595rem;
  right: 0;
  margin-right: 0;
  display: flex;
}
.menu .burger-container {
  width: 50px;
  height: 50px;
  position: relative;
}
.menu .burger-line:nth-child(1) {
  top: 34%;
}
.menu .burger-line:nth-child(2) {
  top: 61%;
}
.animate-overlay-menu {
  animation: moveMenu 30s linear forwards;
}
@media (max-width: 800px) {
  .menu-text {
    transform: translate(0) !important;
  }
  .menu-text-container p {
    font-size: 1.5rem;
    text-align: end;
  }
  .cabecera {
    display: flex;
    flex-direction: column;
    margin-top: 8vh;
  }
  .menu-text-container {
    width: 100vw;
  }
  .cabecera img {
    width: 60vw;
    height: auto;
    transform: translate(-40%);
    margin-left: 50%;
  }
  .cabecera h2 {
    text-align: center;
    padding-left: 18%;
    margin-bottom: 1rem;
  }
  .list-titles {
    margin-right: 1rem;
    margin-top: 1rem;
  }
  .list-titles li {
    margin-top: 1.5rem;
  }
  .copyright-text {
    right: 1rem;
    bottom: 2%;
  }
}
@media (min-width: 2300px) {
  .cabecera h2 {
    font-size: 2.5rem;
  }
  .guion-container {
    width: 3.5rem;
  }
  .list-titles {
    margin-top: 7rem;
  }
  .list-titles li p {
    font-size: 3rem;
  }
  .list-titles li {
    margin-top: 4rem;
  }
  .copyright-text {
    width: 35rem;
  }
}
@media (min-width: 3000px) {
  .cabecera h2 {
    font-size: 4rem;
    margin-right: 1em;
  }
  .cabecera img {
    width: 10vw;
    height: auto;
  }
  .list-titles li p {
    font-size: 5rem;
  }
  .list-titles li {
    margin-top: 10rem;
  }
  .list-titles {
    margin-left: 9vw;
  }
  .copyright-text {
    width: 45rem;
    right: 2rem;
    bottom: 7rem;
  }
}
:root {
  --bg-primary: #111117;
  --grid-gap: 25px;
  --p-chair-inline: 13vw;
}
html {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#root {
  position: static;
  width: 100%;
  height: auto;
}
body {
  background-color: var(--bg-primary);
  color: #fff;
  position: relative;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h1 {
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
  line-height: 0.8;
}
p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 0.8;
}
section {
  position: static;
  width: 100vw;
  height: 100svh;
  text-align: center;
}
.sillas {
  display: grid;
  gap: 10rem;
}
.separador {
  padding-top: 115vh;
  padding-inline: 15vw;
}
.lotr-language {
  right: 6rem;
  top: 1.2rem;
}
.contenedorOptions {
  background: #2b2b2b;
}
.contenedorOptions:after {
  border-left-color: #2b2b2b;
}
.lotrPrincipal .overlay-copy h1 {
  color: transparent;
}
@media (max-width: 800px) {
  html {
    height: auto;
  }
  body {
    overflow: hidden;
    height: max-content;
  }
  .separador {
    padding-top: 0;
    z-index: 10;
    transform: translateY(-115vh);
    position: relative;
    padding-inline: 5vw;
  }
  .lotr-language {
    right: 3rem;
    top: 1.2rem;
  }
  .hero-principal-img {
    height: 57% !important;
    top: 18% !important;
  }
}
.footer-section {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: absolute;
  flex-direction: column;
  background-color: var(--bg-primary);
}
.footer-section p {
  margin-top: 0.5rem;
  line-height: 1.3;
}
.footer-container {
  width: auto;
  height: 4rem;
}
@media (max-width: 800px) {
  .footer-section {
    position: relative;
    z-index: 10;
    height: 40vh;
    text-align: center;
  }
  .footer-container img {
    width: 90vw;
    height: auto;
  }
  .footer-section p {
    font-size: 15px;
  }
}
.sillasbc:last-of-type {
  padding-bottom: 100vh;
}
.footer-bc img {
  height: 10rem;
}
.sillasbc .boton-compra {
  border-color: gray;
}
.sillasbc .boton-compra a {
  color: #fff;
}
.subSectionBc .description-subbanner {
  padding-inline: 15%;
}
.sillasbc .subtitle {
  font-family: Manufacturing Consent, system-ui;
  font-size: 3.5rem;
}
.sillasbc .title img {
  width: 100%;
  height: fit-content;
}
@media (max-width: 700px) {
  .footer-bc img {
    height: auto;
  }
  .footer-bc {
    position: absolute;
    bottom: 0;
    transform: translateY(-60vh);
  }
  .sillasbc .subtitle {
    line-height: 0.7;
  }
  .sillasbc:last-of-type {
    padding-bottom: 0;
  }
  .principalBanner-bc #logoMask {
    transform: translate(20%, 15%) scale(0.7) !important;
  }
  .principalBanner-bc .hero-principal-img {
    height: 70vh !important;
    top: 10% !important;
  }
  .sillabc .title img {
    height: auto;
    object-fit: contain;
  }
  .bc-language {
    right: 3rem;
    top: 1.2rem;
  }
  .subSectionBc .description-subbanner {
    padding-inline: 5%;
    color: transparent;
  }
  .subSectionBc .second-overlay-copy h3 {
    color: transparent;
  }
}
@media (min-width: 2400px) {
  .principalBanner-bc .logo-container {
    top: 26.5%;
  }
}
@media (min-width: 2400px) and (min-height: 1280px) and (max-height: 1306px) {
  .principalBanner-bc .logo-container {
    left: 49.51%;
  }
}
.menu-bc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  display: none;
  transition: all 0.5s ease;
  color: #000;
}
.menu-content-bc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.menu-content-bc .bg-img-bc,
.menu-content-bc .bg-img-overlay,
.menu-content-bc .bg-overlay-bc {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.menu-text-bc {
  position: absolute;
  transform: translate(100vw);
  height: 100%;
  width: 50%;
  transition: all 0.5s ease;
}
.menu-text-bc .bg-img-menu-bc {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: auto;
}
.menu-text-container-bc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: EB Garamond, serif;
}
.cabecera-bc {
  margin-top: 9vh;
  display: flex;
}
.menu-text-container-bc h2 {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 400;
  padding-left: 20%;
  width: fit-content;
  margin-right: 2em;
}
.list-titles-bc {
  width: fit-content;
  margin-left: 7.4vw;
  list-style-type: none;
  margin-top: 4rem;
}
.img-title-decoration-bc {
  height: 50px;
  width: auto;
}
.menu-text-container-bc p {
  font-size: 35px;
  text-transform: uppercase;
}
.menu-text-container-bc li {
  display: flex;
  height: 4rem;
  align-items: center;
  padding-right: 1rem;
  margin-top: 2.5rem;
}
.guion-container-bc {
  width: 30px;
}
.menu-text-container-bc li p {
  margin-left: 1rem;
  display: flex;
  cursor: pointer;
  font-weight: 300;
  word-spacing: 5px;
}
.menu-text-container-bc li p:hover {
  color: #fbefcf;
}
.initial-letter-bc {
  font-size: 40px !important;
  transform: translateY(-3px);
}
.copyright-text-bc {
  position: absolute;
  bottom: 4rem;
  right: 1.5rem;
  font-weight: 400;
  height: auto;
  width: 350px;
}
.menu-bc .burger {
  position: absolute;
  top: 0.595rem;
  right: 0;
  margin-right: 0;
  display: flex;
}
.menu-bc .burger-container {
  width: 50px;
  height: 50px;
  position: relative;
}
.menu-bc .burger-line:nth-child(1) {
  top: 34%;
}
.menu-bc .burger-line:nth-child(2) {
  top: 61%;
}
.animate-overlay-menu-bc {
  animation: moveMenu 30s linear forwards;
}
@keyframes moveMenu {
  0% {
    transform: translate(-30px);
  }
  to {
    transform: translate(-50vw);
  }
}
@media (max-width: 800px) {
  .menu-text-bc {
    transform: translate(-80px) !important;
  }
  .cabecera-bc {
    display: flex;
    flex-direction: column;
    margin-top: 8vh;
  }
  .menu-text-container-bc {
    left: 7rem;
    width: 100vw;
  }
  .cabecera-bc img {
    width: 60vw;
    height: auto;
    transform: translate(-50%);
    margin-left: 50%;
  }
  .cabecera-bc h2 {
    text-align: center;
    padding-left: 18%;
    margin-bottom: 1rem;
  }
  .list-titles-bc {
    margin-top: 1rem;
  }
  .copyright-text-bc {
    width: 60vw;
    right: 3rem;
    bottom: 20%;
  }
}
@media (min-width: 2300px) {
  .cabecera-bc h2 {
    font-size: 2.5rem;
  }
  .guion-container-bc {
    width: 3.5rem;
  }
  .list-titles-bc {
    margin-top: 7rem;
  }
  .list-titles-bc li p {
    font-size: 3rem;
  }
  .list-titles-bc li {
    margin-top: 4rem;
  }
  .copyright-text-bc {
    width: 35rem;
  }
}
@media (min-width: 3000px) {
  .cabecera-bc h2 {
    font-size: 4rem;
    margin-right: 1em;
  }
  .cabecera-bc img {
    width: 10vw;
    height: auto;
  }
  .list-titles-bc li p {
    font-size: 5rem;
  }
  .list-titles-bc li {
    margin-top: 10rem;
  }
  .list-titles-bc {
    margin-left: 9vw;
  }
  .copyright-text-bc {
    width: 45rem;
    right: 2rem;
    bottom: 7rem;
  }
}
.loader-container-bc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: var(--bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-img-container-bc {
  width: 20vw;
  animation: rotacion 4s linear infinite;
}
@keyframes rotacion {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
