@charset "UTF-8";
@font-face {
  font-family: "Akzidenz-Grotesk-Light";
  src: url("./_fonts/Akzidenz-Grotesk-Light.ttf") format("truetype");
}
@font-face {
  font-family: "goldenbook-regular";
  src: url("./_fonts/goldenbook-regular.otf") format("opentype");
}
.home__hero {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home__hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__panel-section {
  position: relative;
  z-index: 10;
  margin-top: -1px;
}
.home__display {
  position: relative;
  z-index: 10;
  margin-top: -1px;
}

.teq {
  --left-bg:#6f7683;
  --left-text:#efe9dd;
}

/* Panel izquierdo */
.teq__left {
  background: var(--left-bg);
  color: var(--left-text);
  transition: background 600ms ease, color 600ms ease;
}

.teq__logo {
  width: 190px;
  max-width: 100%;
  height: auto;
  display: block;
  transition: opacity 260ms ease, transform 260ms ease;
}

.teq__desc {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.9;
  transition: opacity 260ms ease, transform 260ms ease;
}

.teq__type {
  font-size: 13px;
  opacity: 0.8;
  transition: opacity 260ms ease, transform 260ms ease;
}

.teq__navItem {
  position: relative;
  display: inline-block;
  padding: 14px 0;
  text-decoration: none;
  color: inherit;
  opacity: 0.75;
  transition: opacity 240ms ease;
}

.teq__navItem:hover {
  opacity: 1;
}

.teq__navItem.is-active {
  opacity: 1;
}

.teq__navLine {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms ease;
  opacity: 0.8;
}

.teq__navItem.is-active .teq__navLine {
  transform: scaleX(1);
}

/* Panel derecho: crossfade */
.teq__right {
  overflow: hidden;
  min-height: 55vh; /* móvil */
}

.teq__media {
  position: absolute;
  inset: 0;
}

.teq__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: opacity, transform;
}

.teq__image.is-current {
  opacity: 1;
  transform: scale(1);
}

.teq__image.is-next {
  opacity: 0;
  transform: scale(1.01);
}

.teq__cta {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 14px 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

/* Desktop button position like your mock */
@media (min-width: 992px) {
  .teq__cta {
    right: 46px;
    bottom: 42px;
  }
  .teq__right {
    min-height: auto;
  }
}
/* Estado de transición */
.teq.is-switching .teq__logo,
.teq.is-switching .teq__desc,
.teq.is-switching .teq__type {
  opacity: 0;
  transform: translateY(4px);
}

.teq.is-switching .teq__image.is-current {
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 520ms ease, transform 650ms ease;
}

.teq.is-switching .teq__image.is-next {
  opacity: 1;
  transform: scale(1);
  transition: opacity 520ms ease, transform 650ms ease;
}

.custom-nav {
  background-color: #406D66;
  width: 100vw;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border: none;
  position: fixed;
  z-index: 11;
}

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 14px;
  width: 60px;
}

.line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: 0.3s ease;
}

.full-screen-menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #BA614A;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  transition: top 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.full-screen-menu.active {
  top: 0;
}

.menu-links {
  list-style: none;
  text-align: center;
  padding: 0;
}

.menu-links li {
  margin: 20px 0;
}

.menu-links a {
  color: white;
  font-size: 2rem;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.menu-links a:hover {
  color: #a0c4be;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 3rem;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.home-panel .split-slider-container {
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  display: flex;
  position: relative;
  background-color: #406D66;
}
.home-panel .panel-left-wrapper,
.home-panel .panel-right-wrapper {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.home-panel .slider-track {
  display: flex;
  height: 100%;
  width: 100%;
}
.home-panel .slide-item {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}
.home-panel .left-item {
  position: relative;
  overflow: hiddens;
}
.home-panel .left-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-panel .left-item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-panel .left-item-title p {
  color: white;
  font-family: "goldenbook-regular";
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
}
.home-panel .left-item-title span {
  font-size: 3rem;
}
.home-panel .right-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10%;
}
.home-panel .content-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-panel .right-image-container {
  width: 100%;
  height: 60%;
  margin-bottom: 2rem;
}
.home-panel .right-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-panel .center-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-panel .nav-btn {
  width: 60px;
  height: 60px;
  background-color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
}
.home-panel .nav-btn:hover {
  transform: scale(1.05);
}

.home-panel__right__text ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.home-panel__right__text li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.home-panel__right__text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  background-image: url("/images/components/home-panel/pointer.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.home-display {
  display: flex;
  background-color: #BA614A;
  width: 100vw;
  height: 100vh;
}

/*# sourceMappingURL=main.css.map */
