/* ======== SUBTÍTULO HEADER NUEVO ======== */
.subtitulo-header {
  color: #3a2a10;
  font-size: 2.0rem;
  margin: 2px 0;
  font-weight: 600;
  text-transform: none;
}

/* ======== ESTILOS GENERALES ======== */
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fffaf3;
  color: #3a2a10;
  text-align: center;
}

/* ======== CABECERA ======== */
header {
  background-color: #ffffff;
  padding: 25px 15px;
  border-bottom: 3px solid #d4af37;
}

.logo {
  width: 1100px;
  max-width: 95%;
  display: block;
  margin: 0 auto 10px;
}

h1 {
  color: #3a2a10;
  font-size: 1.8rem;
  margin-top: 10px;
}

/* ======== MENÚ ======== */
.menu-navegacion {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.nav-link {
  color: #b8860b;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  padding: 6px 10px;
  border-radius: 8px;
}

.nav-link:hover {
  background-color: #fff6dd;
  color: #3a2a10;
}

/* ======== SECCIONES ======== */
.seccion {
  padding: 50px 20px;
}

.bg-clara {
  background-color: #fdf8ec;
}

/* ======== TÍTULOS CON FRANJA ======== */
h2 {
  position: relative;
  display: block;
  width: 100%;
  background-color: #000;
  color: #d4af37;
  font-size: 2rem;
  font-weight: bold;
  padding: 30px 0;
  margin: 0 0 40px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

/* ======== NUESTROS GATOS ======== */
.contenedor-gatos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}

.cat-card {
  width: 300px;
  background: white;
  border: 2px solid #d4af37;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
  position: relative;
}

.cat-card:hover {
  transform: translateY(-5px);
}

.cat-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 15px;
  border: 2px solid #d4af37;
  cursor: pointer;
}

.cat-card h3 {
  margin-top: 10px;
  color: #b8860b;
}

/* ======== ACORDEONES ======== */
.acordeon {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.acordeon-item {
  margin-bottom: 20px;
  border: 2px solid #d4af37;
  border-radius: 10px;
  overflow: hidden;
  background: white;
}

.acordeon-boton {
  width: 100%;
  padding: 15px;
  background: #000;
  color: #d4af37;
  font-size: 1.2rem;
  border: none;
  text-align: left;
  cursor: pointer;
}

.acordeon-contenido {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #fffdf7;
  transition: max-height 0.4s ease;
}

.galeria-acordeon {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
}

/* Centrar fotos */
.info-abierta .galeria-acordeon,
.galeria-acordeon {
  justify-content: center;
}

.galeria-acordeon img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #d4af37;
  cursor: pointer;
}

/* ======== CAMADAS ======== */
.contenedor-camadas {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.info-camada {
  background: white;
  border: 2px solid #d4af37;
  border-radius: 12px;
  padding: 20px;
  max-width: 350px;
}

.fotos-crias {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
  justify-content: center;
}

.fotos-crias img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 15px;
  border: 2px solid #d4af37;
  cursor: pointer;
}

/* Video debajo de crías */
.video-camadas {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.video-camadas video {
  width: 800px;
  max-width: 100%;
  height: 450px;
  border-radius: 15px;
  border: 4px solid #d4af37;
}

/* ======== FORMULARIO ======== */
.form-reserva {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-reserva input,
.form-reserva textarea {
  padding: 12px;
  border: 2px solid #d4af37;
  border-radius: 10px;
}

/* ======== CONTACTO ======== */
iframe {
  width: 90%;
  height: 300px;
  border: 2px solid #d4af37;
  border-radius: 12px;
}

/* ======== BOTONES FLOTANTES ======== */
.instagram-float,
.whatsapp-float {
  position: fixed;
  right: 25px;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.instagram-float {
  bottom: 140px;
  background: linear-gradient(45deg,#fd5949,#d6249f,#285AEB);
  border: 2px solid #fff;
}

.whatsapp-float {
  bottom: 50px;
  background: #25D366;
  border: 2px solid #fff;
}

.instagram-float img,
.whatsapp-float img {
  width: 30px;
  height: 30px;
}

.facebook-float,
.youtube-float {
  position: fixed;
  left: 25px;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.facebook-float {
  bottom: 140px;
  background: #1877f2;
  border: 2px solid white;
}

.youtube-float {
  bottom: 50px;
  background: red;
  border: 2px solid white;
}

.facebook-float img,
.youtube-float img {
  width: 30px;
  height: 30px;
}
/* ======== INFO CAMADA DEBAJO DE FOTOS DE CRÍAS ======== */
.fotos-crias + .info-camada.pequeña {
  margin: 30px auto 0;
  text-align: center;
  max-width: 400px;
}
/* ======== VIDEO VERTICAL DEBAJO DE FOTOS DE CRÍAS ======== */
.video-camadas video {
  aspect-ratio: 9 / 16;
  width: 360px;
  height: auto;
  max-width: 100%;
}
/* ======== FOTO VERTICAL EN CAMADAS ======== */
.foto-camada-vertical {
  width: 360px;
  max-width: 100%;
  aspect-ratio: 9 / 16;
  margin: 25px auto;
  border-radius: 15px;
  border: 4px solid #d4af37;
  overflow: hidden;
}

.foto-camada-vertical img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
