body {
  background-color: #c9cba3;
  color: #335c67;
  font-family: "Cause", cursive;
  text-align: center;
}

.mi-imagen {
  width: 350px;
  height: auto;
}
.mi-imagen2 {
  width: 400px;
  height: auto;
}
.peliculas {
  margin-bottom: 30px;
}

h1 {
  font-family: Georgia, serif;
  color: #e26d5c;
}

h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 28px;
  font-style: normal;
  margin-bottom: 5px;
  color:#e26d5c;
}
h3 {
  font-family: "Faculty Glyphic", sans-seriff;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 5px;
  color:#283618;
 text-align: left;
 margin-left: -15px;
}
h4 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 28px;
  font-style: normal;
  margin-bottom: 5px;
  color:#283618;
}
h5 {
  font-family: "Faculty Glyphic", sans-seriff;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 5px;
  color:#283618;
 text-align: left;
 margin-left: 5px;
}
.p2, ul, ol, li {
  font-family: "Cause", cursive;
  font-weight: 400;
  font-style: normal;
  color: #335c67;
}
p {
  color: #585d27;
}
.columnas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 70%;
  margin: 0 auto;
}
.centrada {
  display: block;
  margin: 0 auto;
}
.banner {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
ul, ol {
  display: inline-block;
  text-align: left;
}
ul {
  list-style-type: "★ ";
}

.marco {
  border: 2px solid #e26d5c;
  padding: 15px 8px;
  border-radius: 20px;
  background-color: #ffe1a8;
  box-shadow: 4px 4px 0px #e26d5c;
}
nav {
  display: flex;
  gap: 20px;
  justify-content: center;
}

nav a {
  color: #ffe1a8;
  border-bottom: 2px solid #b69121;
  padding-bottom: 3px;
  text-decoration: none;
  font-family: "Fredoka", sans-serif;
  font-size: 20px

}
a {
  color: #a53860;
}
a:hover {
  color: #335c67;
}

.titulo-imagen {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.imagen-titulo {
  width: 60px;
  height: auto;
}
.imagen-titulo2 {
  width: 40px;
  height: auto;
}

.tarjetas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 10px auto;
}

.tarjeta {
  border: 2px solid #e26d5c;
  border-radius: 20px;
  padding: 15px;
  background-color: #e9d8a6;
  box-shadow: 4px 4px 0px #e26d5c;
  text-align: center;
  transition: transform 0.3s;
  cursor: pointer;
}

.tarjeta:hover {
  transform: scale(1.05);
}

.extra {
  display: none;
}

.categoria {
  color: #a53860;
  font-family: "Fredoka", sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-contenido {
  background-color: #e9d8a6;
  border: 2px solid #a53860;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 4px 4px 0px #a53860;
  max-width: 500px;
  width: 90%;
  position: relative;
}

.modal-contenido .extra {
  display: block;
  margin-top: 15px;
  border-top: 2px dashed #a53860;
  padding-top: 10px;
}

.cerrar {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #a53860;
}

.nav-tarjetas {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 30px auto;
}

.nav-tarjeta {
  border: 2px solid #e26d5c;
  padding: 15px 8px;
  border-radius: 20px;
  background-color: #ffe1a8;
  box-shadow: 4px 4px 0px #e26d5c;
  text-decoration: none;
  color: inherit;
  text-align: center;
  width: 150px;
  transition: all 0.3s;
}

.nav-emoji {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}

.nav-tarjeta:hover {
  transform: translateY(-10px);
}

.tarjetas-diario {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  max-width: 900px;
  margin: 0 auto;
}

.tarjeta-diario {
  border: 2px solid #335c67;
  border-radius: 15px;
  padding: 10px;
  background-color: #c9cba3;
  box-shadow: 3px 3px 0px #335c67;
  text-align: left;
  transition: transform 0.3s;
  cursor: pointer;
  width: 120px;
}

.tarjeta-diario:hover {
  transform: scale(1.05);
}

.pelicula {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}

body {
  cursor: url('/cursor.png'), auto;
}

.carrusel-contenedor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}

.carrusel {
  display: flex;
  gap: 15px;
  transition: transform 0.4s ease;
}
.carrusel-wrapper {
  overflow: hidden;
  width: 900px;
}
.slide {
  width: 280px;
  height: 200px;
  object-fit: cover;
  flex-shrink: 0;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.slide.activa {
  opacity: 1;
}

.flecha {
  background-color: #e9d8a6;
  border: 2px solid #e9d8a6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  flex-shrink: 0;
}

.flecha:hover {
  background-color: #a53860;
   border: 2px solid #a53860;
  color: white;
}

.espacio {
  width: 280px;
  flex-shrink: 0;
}










