html {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-thumb {
  background: #1a171c;
}

/* Mejorar rendimiento de animaciones */
.product-card,
.featured-card {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.container {
  background-color: #1a171c;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.container .fatguypc {
  background-color: #1a171c;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.site-main {
  flex: 1; /* Esto hace que el main ocupe todo el espacio disponible */
}

.site-header {
  background: #1a171c;
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 100;
}

.main-navigation {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.group-9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.whatsapp-image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whatsapp-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Menú hamburguesa */
.hamburger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 101;
  position: relative;
}

.hamburger-menu span {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: 3px 0;
  transition: 0.3s;
}

.hamburger-menu.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-menu li a {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-menu li a:hover {
  color: #475764;
}

.nav-icons {
  display: flex;
  gap: 20px;
}

.nav-icons .icon-link {
  color: #ffffff;
  font-size: 24px;
  transition: color 0.3s ease;
}

.nav-icons .icon-link:hover {
  color: #475764;
}

.hero-section,
.products,
.offers-section,
.featured-section,
.about-section {
  position: relative;
  width: 90%;
  max-width: 1408px;
  margin: 0 auto;
  padding: 80px 0;
  top: auto;
  left: auto;
  z-index: 1;
}

.hero-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-section {
  height: auto;
  padding: 120px 0;
}

.hero-content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 50px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.hero-title {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 100px;
  line-height: 1.2;
  margin: 0;
  z-index: 3;
  width: 60%;
}

.hero-subtitle {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  margin: 0;
}

.hero-cta-button {
  display: inline-block;
  width: 202px;
  height: 60px;
  background-color: #475764;
  border: 4px solid #475764;
  border-radius: 15px;
  color: #ffffff;
  font-family: "Bebas Neue", Helvetica;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.hero-cta-button:hover {
  background-color: transparent;
  border: 4px solid #475764;
  color: #ffffff;
}

.hero-images {
  position: relative;
  display: flex;
  align-items: center;
}

.imagen-principal {
  width: 510px;
  height: 550px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  margin-left: -760px;
}

.imagen-fondo {
  width: 430px;
  height: 460px;
  object-fit: cover;
  position: absolute;
  right: 0;
  z-index: 1;
}

.container .group-2 {
  position: absolute;
  width: 841px;
  height: 374px;
  top: 138px;
  left: 0;
}

.container .text-wrapper {
  position: absolute;
  width: 837px;
  top: 345px;
  left: 0;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.container .text-wrapper-2 {
  position: absolute;
  width: 657px;
  top: 0;
  left: 0;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 96px;
  letter-spacing: 0;
  line-height: 1.2;
}

.container .overlap-group-wrapper {
  position: absolute;
  width: 202px;
  height: 60px;
  top: 542px;
  left: 0;
}

.container .div-wrapper {
  position: relative;
  width: 200px;
  height: 60px;
  background-color: #475764;
  border-radius: 15px;
}

.container .text-wrapper-3 {
  position: absolute;
  top: 15px;
  left: 34px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.section-header {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  width: 100%;
  gap: 20px;
}

.section-title {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 48px;
  margin: 0;
  flex-grow: 1;
}

.view-all-button {
  background: transparent;
  border: 4px solid #475764;
  border-radius: 25px;
  color: #ffffff;
  font-family: "Bebas Neue", Helvetica;
  font-size: 24px;
  padding: 10px 50px; /* Reducir padding horizontal */
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0; /* Evita que el botón se encoja demasiado */
}

.view-all-button:hover {
  background-color: #475764;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.offers-grid,
.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.product-card {
  background-color: #2f2e31;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.product-icon {
  width: 170px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 10px;
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-category {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  margin: 0;
}

.product-price {
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  color: #66636b;
  font-size: 20px;
  margin: 0;
}

.container .overlap-3 {
  position: relative;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  border: 4px solid;
  border-color: #475764;
}

.container .text-wrapper-12 {
  position: absolute;
  top: 7px;
  left: 57px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.container .text-wrapper-13 {
  position: absolute;
  top: 34px;
  left: 329px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.container .text-wrapper-14 {
  position: absolute;
  top: 34px;
  left: 472px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.container .text-wrapper-15 {
  position: absolute;
  top: 34px;
  left: 707px;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.container .group-17 {
  width: 638px;
  position: absolute;
  height: 260px;
  top: 110px;
  left: 9px;
}

.container .text-wrapper-19 {
  width: 114px;
  top: 194px;
  left: 267px;
  text-decoration: line-through;
  position: absolute;
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  color: #66636b;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.container .text-wrapper-20 {
  position: absolute;
  width: 114px;
  top: 194px;
  left: 386px;
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.container .group-18 {
  position: absolute;
  width: 638px;
  height: 260px;
  top: 110px;
  left: 736px;
}

.offers-section {
  padding: 80px 0;
  max-width: 1368px;
  margin: 0 auto;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(630px, 1fr));
  gap: 20px;
}

.offer-card {
  background-color: #2f2e31;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
  transition: transform 0.3s ease;
}

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

.offer-image {
  width: 226px;
  height: 224px;
  object-fit: cover;
  border-radius: 10px;
}

.offer-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.offer-category {
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  margin: 0;
}

.offer-description {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  margin: 0;
  line-height: 1.2;
}

.offer-prices {
  display: flex;
  gap: 20px;
  align-items: center;
}

.original-price {
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  color: #66636b;
  font-size: 20px;
  text-decoration: line-through;
}

.discounted-price {
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
}

.about-section {
  width: 100%;
  padding: 120px 0;
  position: relative;
  margin: 20px 0;
}

.about-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.about-content {
  display: flex;
  align-items: center;
  position: relative;
}

.about-rectangle {
  background-color: #2f2e31;
  border-radius: 0 20px 20px 0;
  width: 70%;
  height: 700px;
  position: relative;
  z-index: 1;
}

.about-title {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 68px;
  line-height: 0.9;
  position: absolute;
  top: 0;
  right: 15%;
  z-index: 3;
  text-align: left;
}

.about-image-wrapper {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.about-image {
  width: 419px;
  height: 419px;
  object-fit: cover;
  border-radius: 10px;
}

.about-text {
  width: 30%;
  padding-left: 100px;
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(630px, 1fr));
  gap: 20px;
}

.featured-card {
  background-color: #2f2e31;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.featured-image {
  width: 226px;
  height: 224px;
  object-fit: cover;
  border-radius: 10px;
}

.featured-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.featured-category {
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  margin: 0;
}

.featured-description {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  margin: 0;
  line-height: 1.2;
}

.featured-price {
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  color: #66636b;
  font-size: 20px;
  margin: 0;
}

.site-footer {
  background-color: #2f2e31;
  position: relative;
  padding: 120px 0 60px;
  margin-top: 80px;
  width: 100%;
}

.footer-container {
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.footer-content {
  position: relative;
  z-index: 2;
  /* Cambiado de center a left */
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /* Alinea los hijos a la izquierda */
}

.footer-text {
  align-items: flex-start;
  text-align: left;
  width: 100%; /* Asegura que ocupe todo el ancho disponible */
}

.footer-heading {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 68px;
  margin-bottom: 20px;
}

.footer-message {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.social-icons {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}

.social-icon {
  color: #8dd4e6;
  font-size: 28px;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #475764;
}

.copyright {
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  color: #66636b;
  font-size: 18px;
  text-align: center;
}

/* Imágenes decorativas de placas de video */
.footer-graphic {
  position: absolute;
  height: auto;
  z-index: 1;
}

.footer-graphic-left {
  width: 370px;
  bottom: -500px;
  left: -100px;
  transform: rotate(-15deg);
}

.footer-graphic-right {
  width: 379px;
  top: -500px;
  right: 0;
}

/* RESPONSIVE DESIGN - MOBILE FIRST */

/* Tablets y pantallas medianas */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 80px;
  }

  .section-title {
    font-size: 40px;
  }

  .about-rectangle {
    width: 80%;
    height: 500px;
  }

  .about-image {
    width: 300px;
    height: 300px;
  }

  .about-text {
    font-size: 18px;
  }
}

/* Móviles */
@media (max-width: 768px) {
  /* Header y navegación móvil */
  .whatsapp-image-wrapper {
    width: 80px;
    height: 80px;
  }

  .hamburger-menu {
    display: flex;
    position: fixed;
    top: 24px;
    right: 20px;
    z-index: 10000;
    background: transparent;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #1a171c;
    opacity: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transition: left 0.3s ease;
    z-index: 9999;
    transform: none;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-menu.active li {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  .nav-menu li a {
    font-size: 28px;
  }

  .mobile-nav-icons {
    display: flex;
    gap: 36px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }

  .mobile-icon-link {
    color: #ffffff;
    font-size: 28px;
    position: relative;
    transition: color 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-icon-link:hover {
    color: #475764;
  }

  .mobile-favorites-badge,
  .mobile-cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 0 4px;
  }

  .nav-icons {
    display: none;
  }

  .hamburger-menu.active ~ .nav-icons {
    display: flex;
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 48px;
    z-index: 10000;
    padding: 0 20px;
  }

  .hamburger-menu.active ~ .nav-icons .icon-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    font-size: 26px;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
  }

  .hamburger-menu.active ~ .nav-icons .icon-link:hover {
    color: #475764;
  }

  .hamburger-menu.active ~ .nav-icons .icon-link::after {
    font-family: "Bebas Neue", Helvetica;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #ffffff;
    line-height: 1;
  }



  /* Hero section móvil */
  .hero-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .hero-title {
    width: 100%;
    font-size: 60px;
    text-align: center;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 20px;
  }

  .hero-cta-button {
    align-self: center;
    margin: 20px auto 0;
  }

  .hero-images {
    display: none;
  }

  .section-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 36px;
    text-align: left;
    margin: 0;
    flex-grow: 1;
  }

  .view-all-button {
    padding: 10px 20px;
    font-size: 18px;
    align-self: center;
    flex-shrink: 0;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }

  .product-card {
    padding: 20px 15px;
  }

  .product-category {
    font-size: 24px;
  }

  .product-price {
    font-size: 18px;
  }

  /* Ofertas y destacados móvil - CORRECCIÓN: Cards centradas */
  .offers-grid,
  .featured-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center; /* Centra las cards horizontalmente */
  }

  .offer-card,
  .featured-card {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    width: 100%;
    max-width: 400px; /* Limita el ancho máximo para mejor visualización */
    align-items: center; /* Centra el contenido interno */
  }

  .offer-image,
  .featured-image {
    width: 180px;
    height: 180px;
    margin-bottom: 15px;
  }

  .offer-description,
  .featured-description {
    font-size: 24px;
  }

  .offer-category,
  .featured-category {
    font-size: 18px;
  }

  /* CORRECCIÓN: Precios de ofertas centrados */
  .offer-prices {
    justify-content: center;
    gap: 15px;
  }

  /* Acerca de móvil - CORRECCIÓN: Ocultar rectangle y centrar texto */
  .about-section {
    padding: 60px 0;
  }

  .about-content {
    flex-direction: column;
    align-items: center;
  }

  /* OCULTAR el about-rectangle en móvil */
  .about-rectangle {
    display: none;
  }

  .about-title {
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    position: static; /* Eliminar posición absoluta */
  }

  .about-image-wrapper {
    position: static;
    transform: none;
    margin-bottom: 30px;
  }

  .about-image {
    width: 250px;
    height: 250px;
  }

  /* CENTRAR el about-text */
  .about-text {
    width: 100%;
    max-width: 600px; /* Limita el ancho para mejor legibilidad */
    padding: 0 20px; /* Añade padding lateral */
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    position: static;
    margin: 0 auto; /* Centra el contenedor */
  }

  /* Footer móvil */
  .footer-heading {
    font-size: 48px;
  }

  .footer-message {
    font-size: 20px;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

  /* Ocultar imagen decorativa derecha en móvil */
  .footer-graphic-right {
    display: none;
  }

  .footer-graphic-left {
    width: 250px;
    bottom: -300px;
    left: -50px;
  }
}

/* Móviles pequeños */
@media (max-width: 480px) {
  .site-header {
    padding: 15px 0;
  }

  .main-navigation {
    padding: 0 15px;
  }

  .whatsapp-image-wrapper {
    width: 60px;
    height: 60px;
  }

  .hero-section {
    padding: 80px 0;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-cta-button {
    width: 180px;
    height: 50px;
    font-size: 20px;
  }

  .section-title {
    font-size: 28px; /* Reducir un poco más en pantallas muy pequeñas */
  }

  .view-all-button {
    padding: 8px 15px; /* Reducir más el padding */
    font-size: 16px;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }

  .product-card {
    padding: 20px 15px;
  }

  .product-category {
    font-size: 24px;
  }

  .product-price {
    font-size: 18px;
  }

  .offer-card,
  .featured-card {
    max-width: 320px; /* Ajustar para pantallas pequeñas */
  }

  .about-title {
    font-size: 40px;
  }

  .about-image {
    width: 200px;
    height: 200px;
  }

  .about-text {
    font-size: 14px;
    padding: 0 15px; /* Reducir padding lateral */
  }

  .footer-heading {
    font-size: 40px;
  }

  .footer-message {
    font-size: 18px;
  }

  .social-icon {
    font-size: 24px;
  }

  .copyright {
    font-size: 16px;
  }
}

/* FATGUYPC: ESTILOS DEL REGISTRO Y LOGIN */

.login-bg {
  background: #1a171c;
}

.login-page {
  min-height: 100vh;
  background-color: #1a171c;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.login-page .box {
  background-image: url("../img/Login-1.jpg");
  background-size: contain;
  background-position: -40px center;
  background-repeat: repeat-x;
  flex: 0 0 2000px;
  max-width: 1000px;
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  border: 3px solid #ffffff;
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
}

.login-page .box.slide-active {
  background-position: 180px center;
}

.login-page .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.login-page .box .left,
.login-page .box .right {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
}

.login-page .box .left h3,
.login-page .box .right h3 {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 15px;
}

.login-page .box .left .register-btn,
.login-page .box .right .login-btn {
  background-color: transparent;
  padding: 10px 35px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: "Bebas Neue", Helvetica;
  font-size: 24px;
  cursor: pointer;
  border-radius: 15px;
}

.login-page .box .left .register-btn:focus,
.login-page .box .right .login-btn:focus {
  outline: none;
}

.login-page .box .form {
  position: absolute;
  background-color: #f2f2f2;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}

.login-page .box.slide-active .form {
  right: 50%;
}

.login-page .box .form h3 {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin: 0 0 30px;
}

.login-page .box .form .form-group {
  margin-bottom: 20px;
}

.login-page .box .form .lost-password-form,
.login-page .box .form .login-form,
.login-page .box .form .register-form {
  transition: all 0.5s ease-in-out;
}

.login-page .box .form .login-form h3 {
  font-size: 80px;
}

.login-page .box .form .form-control {
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: #000000;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
  background: #f2f2f2;
  outline: none;
}

.login-page .box .form .form-group input:focus {
  outline: none;
}

.login-page .box .form label {
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}

.submit-btn {
  width: 100%;
  height: 40px;
  background-color: #475764;
  border: 4px solid #475764;
  border-radius: 15px;
  color: #ffffff;
  font-family: "Bebas Neue", Helvetica;
  font-size: 24px;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: transparent;
  border: 2px solid #475764;
  color: #475764;
  text-decoration: none;
}

.submit-btn:focus {
  outline: none;
}

.login-page .box .form p {
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
}

.login-page .box .form h5 {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  margin: 0 0 30px;
  font-weight: normal;
}

.login-page .box .form p a {
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  color: #000;
}

.login-page .box .form .form-hidden {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}

.titulo {
  font-family: "Bebas Neue", Helvetica;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.code {
  display: none;
}

.codebtn {
  display: none;
}

.passbtn {
  display: none;
}

.pass {
  display: none;
}

.social-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px;
  margin: 15px 0;
  border: none;
  border-radius: 5px;
  background: #4285f4;
  color: #4285f4;
  font-size: 22px;
  cursor: pointer;
  transition: background 0.3s;
  font-family: "Bebas Neue", Helvetica;
}

.social-login-btn:hover {
  background: #357abd;
}

.social-login-btn i {
  font-size: 20px;
}

.alert {
  padding: 15px;
  margin: 15px 0;
  border-radius: 5px;
  display: none;
}

.alert.error {
  background: #ffebee;
  color: #c62828;
}

.alert.success {
  background: #e8f5e9;
  color: #2e7d32;
}

.auth-only {
  display: none;
}

/* Responsive para formularios de login */
@media (max-width: 768px) {
  .login-page .box {
    max-width: 90%;
    min-height: 500px;
    flex-direction: column;
  }

  .login-page .box .left,
  .login-page .box .right {
    flex: 1;
    max-width: 100%;
    padding: 20px 0;
  }

  .login-page .box .form {
    position: relative;
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
    padding: 20px;
  }

  .login-page .box.slide-active .form {
    right: 0;
  }

  .login-page .box .form .login-form h3 {
    font-size: 60px;
  }
}

/* FATGUYPC: TERMINAN LOS ESTILOS DEL REGISTRO Y LOGIN */

/* Botón de favoritos */
.btn-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: none;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #999;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.btn-favorite:hover {
  transform: scale(1.1);
  color: #dc3545;
}

.btn-favorite.active {
  color: #dc3545;
  background: #ffe5e5;
}

.btn-favorite.animating {
  animation: heartBeat 0.3s ease;
}

@keyframes heartBeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

/* Badge de favoritos en header */
.favorites-badge,
.favorites-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #dc3545;
  color: white;
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0 5px;
}
/* USER DROPDOWN */
.user-menu {
  position: relative;
}

.user-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  min-width: 230px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1001;
}

.user-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.user-dropdown-content {
  padding: 8px;
}

.dropdown-user-info {
  padding: 14px 15px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2d3436;
}

.dropdown-user-info i {
  font-size: 22px;
  color: #667eea;
  flex-shrink: 0;
}

.dropdown-user-info span {
  font-family: "Oswald", Helvetica;
  font-weight: 500;
  font-size: 15px;
  color: #2d3436;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  color: #2d3436;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: "Oswald", Helvetica;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.dropdown-item:hover {
  background: #f0f3ff;
  color: #667eea;
}

.dropdown-item i {
  width: 18px;
  text-align: center;
  flex-shrink: 0;
  font-size: 14px;
}

.dropdown-divider {
  border: none;
  border-top: 1px solid #f0f0f0;
  margin: 6px 0;
}

.user-dropdown-overlay {
  display: none;
}

@media (max-width: 768px) {
  .user-dropdown-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .user-dropdown-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .user-menu {
    position: static;
  }

  .user-dropdown {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -44%);
    width: 88vw;
    max-width: 340px;
    min-width: unset;
    border-radius: 14px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.32);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    z-index: 10002;
  }

  .user-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
  }

  .user-dropdown-content {
    padding: 12px;
  }

  .dropdown-user-info {
    padding: 16px;
  }

  .dropdown-user-info span {
    max-width: 100%;
    font-size: 15px;
  }

  .dropdown-item {
    font-size: 15px;
    padding: 13px 16px;
  }
}
