/* Reset universal */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Fuente base y fondo oscuro */
body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background-color: #000;
  color: #fff;
  line-height: 1.6;
}

/* Header fijo superior */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #000;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-bottom: 1px solid #333;
}

/* Menú de navegación */
nav ul {
  list-style: none;
  display: flex;
  gap: 40px;
}

nav ul li a {
  text-decoration: none;
  color: rgb(172, 152, 98);
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: #fff;
}

/* Sección de bienvenida */
.bienvenida {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin-top: 80px; /* espacio para el header */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 40px 20px;
}

/* Imagen de fondo */
.bienvenida::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: url('bellas models.png');
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
  z-index: 0;
}

/* Contenido encima del fondo */
.bienvenida .contenido {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 800px;
  width: 100%;
  padding: 20px;
}

/* Logo centrado */
.bienvenida .contenido img {
  max-width: 200px;
  height: auto;
  filter: brightness(1);
}

/* Título principal */
.bienvenida h1 {
  font-size: clamp(32px, 6vw, 50px);
  color: rgb(172, 152, 98);
  font-weight: bold;
}

/* Subtítulo */
.bienvenida h2 {
  font-size: clamp(18px, 4vw, 24px);
  color: rgb(233, 218, 176);
  font-weight: 500;
}
.Sobre-Nosotros{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    background-color: rgb(2, 1, 1);
}
.contenido1{
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 20px;
}
.contenido1 h2{
    display: flex;
    text-align: center;
  color: rgb(172, 152, 98);
  font-weight: bold;
  font-size: 35px;
}
.contenido1 button{
    margin-top: 20px;
    padding: 10px;
    border: 0;
    background-color: rgb(172, 152, 98);
}
button a{
    text-decoration: none;
    color: #000;
}
.btn {
  display: inline-block;
  background-color: #0088cc;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.btn:hover {
  background-color: #006699;
  transform: translateY(-2px);
}

.btn:active {
  background-color: #004c75;
  transform: scale(0.98);
}

.btn:focus {
  outline: 2px solid #fff;
  outline-offset: 3px;
}


.bienvenida1 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin-top: 80px; /* espacio para el header */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 40px 20px;
}

/* Imagen de fondo */
.bienvenida1::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: url('fondo2.png');
  background-size: cover;
  background-position: center;
  filter: brightness(0.1);
  z-index: 0;
}

/* Contenido encima del fondo */
.bienvenida1 .contenido {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 800px;
  width: 100%;
  padding: 20px;
}

/* Logo centrado */
.bienvenida1 .contenido img {
  max-width: 200px;
  height: auto;
  filter: brightness(1);
}
.contenido-modelos {
  position: relative;
  z-index: 2;
  text-align: center;
  color: rgb(172, 152, 98);
}

.contenido-modelos h2 {
  font-size: clamp(28px, 5vw, 40px);
  color: rgb(211, 183, 108);
  font-weight: bold;
  margin-bottom: 40px;
}

.cuadrícula-modelos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 0 20px;
}


.modelo-box {
  width: 100%;
  aspect-ratio: 3 / 4;
  border: 2px solid rgb(245, 217, 139);
  border-radius: 12px;
  background-color: rgba(255,255,255,0.03);
  transition: transform 0.3s;
}

.modelo-box:hover {
  transform: scale(1.03);
  cursor: pointer;
}

.mensaje-final {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
}
.Apk {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: linear-gradient(120deg, #0d0c0a, #3b2f13, #6d5200, #0d0c0a);
  background-size: 300% 300%;
  animation: eleganteOro 20s ease-in-out infinite;
}

@keyframes eleganteOro {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



.Play-store {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
}

.apk-cont {
  max-width: 500px;
  text-align: left;
}

.apk-cont h2 {
  font-size: 36px;
  color: #f5d97f;
  margin-bottom: 20px;
}

.apk-cont p {
  font-size: 16px;
  color: #eee;
  margin-bottom: 30px;
}

.apk-cont button {
  background: transparent;
  color: #f5d97f;
  border: 2px solid #f5d97f;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.apk-cont button:hover {
  background-color: #f5d97f;
  color: #000;
}

.apk-cont button a {
  text-decoration: none;
  color: inherit;
}

.imagen2 img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.footer {
  background-color: #1a140a; /* marrón oscuro */
  color: #f5e3b3;
  padding: 40px 20px 20px;
  font-size: 14px;
}

.footer-contenido {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-seccion {
  flex: 1 1 200px;
}

.footer-seccion h4 {
  margin-bottom: 12px;
  color: #d2b671;
  font-size: 16px;
}

.footer-seccion ul {
  list-style: none;
  padding: 0;
}

.footer-seccion ul li {
  margin-bottom: 8px;
}

.footer-seccion ul li a {
  color: #f5e3b3;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-seccion ul li a:hover {
  color: #fff;
}

.footer-abajo {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #3a2f1d;
  margin-top: 30px;
  font-size: 13px;
  color: #b8a677;
}

@media (max-width: 768px) {
  .cuadrícula-modelos {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .cuadrícula-modelos {
    grid-template-columns: 1fr;
  }
}


