/* sass --watch sass/main.scss style/styles.css */
@import url("https://fonts.googleapis.com/css2?family=Saira+Stencil:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Saira Stencil;
  color: white;
}

body {
  background-color: rgb(10, 10, 78);
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
}

main {
  flex: 1;
}

/* sass --watch sass/main.scss style/styles.css */
header {
  position: sticky;
  top: 0;
  background-color: rgb(11, 11, 44);
  z-index: 1000;
}
header .logo {
  width: auto;
  height: 80px;
  display: block;
}
header .navbar .nav-link,
header .navbar .navbar-brand,
header .navbar .titulo {
  color: white !important;
}
header .navbar .container-fluid {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  width: 100%;
  padding: 0px 600px;
}
header .navbar {
  background-color: #141414;
}
header .navbar-nav {
  margin: 0 auto;
  display: flex;
  gap: 10px;
}
header .titulo {
  color: white;
  margin: 0;
  margin-top: 0;
  gap: 5px;
  font-size: 2rem;
}
header .navbar ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 480px) and (max-width: 959px) {
  header h1 {
    display: none;
  }
  header .navbar .container-fluid {
    justify-content: space-around;
    padding: 0px 30px;
  }
  header .navbar-toggler {
    background-color: #1f1f1f;
    border-color: white;
  }
  header .navbar-toggler .navbar-toggler-icon {
    filter: invert(1);
  }
}
@media (min-width: 300px) and (max-width: 479px) {
  header h1 {
    display: none;
  }
  header .logo {
    height: 60px;
  }
  header .navbar .container-fluid {
    justify-content: space-between;
    padding: 0px 30px;
  }
  header .navbar-toggler {
    background-color: #1f1f1f;
    border-color: white;
  }
  header .navbar-toggler .navbar-toggler-icon {
    filter: invert(1);
  }
}

/* sass --watch sass/main.scss style/styles.css */
.simple-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 5%;
  background-color: #1a1a1a;
  color: white;
  align-items: center;
}
.simple-footer .footer-info {
  text-align: center;
}
.simple-footer .footer-credit {
  text-align: center;
}
.simple-footer p {
  margin-bottom: 0rem;
}
.simple-footer .simple-footer p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.8;
}
.simple-footer .footer-social {
  display: flex;
  justify-content: center;
}
.simple-footer .social-wrapper {
  display: flex;
  gap: 15px;
}
.simple-footer .social-icon {
  width: 24px;
  height: 24px;
  filter: invert(1);
  transition: transform 0.3sease;
  display: block;
}
.simple-footer .social-icon:hover {
  transform: translateY(-3px);
}
@media (min-width: 300px) and (max-width: 479px) {
  .simple-footer {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }
}
.simple-footer .footer-social {
  justify-content: center;
  margin-top: 10px;
}
@media (min-width: 480px) and (max-width: 959px) {
  .simple-footer {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }
}

/* sass --watch sass/main.scss style/styles.css */
.contenedor {
  padding: 60px 5%;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.contenedor .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  justify-items: center;
}
.contenedor .contenedor .card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contenedor .card {
  background-color: #1f1f1f;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex: 0px 0px 300px;
  width: 300px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  min-height: 500px;
}
.contenedor .card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
}
.contenedor .card img {
  width: 100%;
  aspect-ratio: 16/9;
  height: 50vh;
  object-fit: cover;
  display: block;
}
.contenedor .info {
  padding: 15px;
}
.contenedor .info p {
  font-size: 14px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contenedor .info a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.contenedor button {
  width: 100%;
  padding: 10px;
  background-color: blue;
  border: none;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
.contenedor button:hover {
  background-color: black;
}
.contenedor .boton-vincular {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: blue;
  color: white !important;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.contenedor .boton-vincular:hover {
  background-color: black;
}
@media (min-width: 480px) and (max-width: 959px) {
  .contenedor {
    padding: 40px 20px;
  }
  .contenedor .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (min-width: 300px) and (max-width: 479px) {
  .contenedor {
    padding: 20px 20px;
  }
  .contenedor .grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contenedor .card {
    max-width: 100%;
  }
}

/* sass --watch sass/main.scss style/styles.css */
.contenedor-categorias {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0px 0%;
  background-color: rgb(10, 10, 78);
}
.contenedor-categorias .categoria-seccion {
  width: 100%;
}
.contenedor-categorias .titulo-cat {
  color: white;
  padding: 10px;
  margin: 60px 20px 0px 0px;
  font-size: 2rem;
  margin-bottom: 20px;
  border-left: 6px solid blue;
  padding-left: 15px;
  text-transform: uppercase;
}
.contenedor-categorias .carousel-horizontal {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin: 40px;
  overflow-x: auto;
  padding-bottom: 20px;
  scrollbar-width: thin;
  scrollbar-color: blue transparent;
}
.contenedor-categorias .card-anime {
  flex: 0 0 220px;
  background-color: #1f1f1f;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.contenedor-categorias .card-anime:hover {
  transform: translateY(-5px);
}
.contenedor-categorias .card-anime img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.contenedor-categorias .info-card {
  padding: 12px;
}
.contenedor-categorias .info-card p {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
}
.contenedor-categorias .carousel-horizontal::-webkit-scrollbar {
  height: 6px;
}
.contenedor-categorias .carousel-horizontal::-webkit-scrollbar-thumb {
  background: blue;
  border-radius: 10px;
}

/* sass --watch sass/main.scss style/styles.css */
.reproductor {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reproductor .video-container {
  width: 95%;
  max-width: 1000px;
  margin: 30px;
  aspect-ratio: 16/9;
  background: black;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 255, 0.4);
}
.reproductor .video-container iframe {
  width: 100%;
  height: 100%;
}
.reproductor .info-video h2 {
  padding: 30px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.reproductor .info-video p {
  font-size: 1rem;
  color: #ccc;
  padding: 30px;
}
.reproductor a {
  color: white;
}
.reproductor .lista-capitulos h3 {
  padding: 30px;
  margin-bottom: 15px;
}
.reproductor .capitulos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  padding: 0px 30px;
}
.reproductor .capitulo {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #1f1f1f;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.2s;
}
.reproductor .capitulo:hover {
  background-color: #333;
}
.reproductor .capitulo.activo {
  background-color: blue;
  font-weight: bold;
}
.reproductor .mi-video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  background-color: #000;
  border-radius: 10px;
  outline: none;
}
@media (min-width: 480px) and (max-width: 959px) {
  .reproductor .video-container {
    width: 90%;
  }
  .reproductor .info-video h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 300px) and (max-width: 479px) {
  .reproductor {
    padding: 10px 0;
  }
  .reproductor .video-container {
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
  }
  .reproductor .info-video {
    width: 95%;
  }
  .reproductor .info-video h2 {
    font-size: 1.4rem;
  }
  .reproductor .info-video p {
    font-size: 0.9rem;
    padding: 10px 0;
  }
  .reproductor .lista-capitulos {
    width: 95%;
  }
  .reproductor .lista-capitulos h3 {
    padding-left: 0;
  }
  .reproductor .lista-capitulos .capitulos {
    padding: 0;
  }
}

/* sass --watch sass/main.scss style/styles.css */
.noticias {
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px 20px;
}
.noticias .titulo-seccion {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}
.noticias .noticias-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.noticias .noticia {
  background-color: #1f1f1f;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.noticias .noticia:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
}
.noticias .noticia img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.noticias .contenido {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.noticias .contenido h3 {
  font-size: 1.1rem;
}
.noticias .contenido p {
  font-size: 0.9rem;
  color: #ccc;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.noticias .noticia button {
  margin-top: auto;
  padding: 10px;
  background-color: blue;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
.noticias .noticia button:hover {
  background-color: black;
}
.noticias .accordion-body {
  color: #141414;
}
.noticias .accordion-button:hover {
  background-color: transparent !important; /* O el color exacto que quieras */
  color: white !important;
  z-index: 1;
}
.noticias .accordion-button:hover {
  background-color: blue !important;
  color: white !important;
}

.modal {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.modal:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}

.modal-contenido {
  background: #1f1f1f;
  padding: 20px;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  color: white;
  position: relative;
  transform: scale(0.8);
  transition: 0.3s;
  max-height: 80vh;
  overflow-y: auto;
}

.modal:target .modal-contenido {
  transform: scale(1);
}

.modal-contenido img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.cerrar {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  text-decoration: none;
  color: white;
}

.btn {
  color: white;
  display: block;
  text-align: center;
  margin-top: auto;
  padding: 10px;
  background-color: blue;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.btn:hover {
  background-color: black;
}

@media (min-width: 480px) and (max-width: 959px) {
  .noticias .noticias-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
}
@media (min-width: 300px) and (max-width: 479px) {
  .noticias .noticias-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
}
/* sass --watch sass/main.scss style/styles.css */
.contac {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px;
  justify-content: center;
}

.form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 20px auto;
  text-align: center;
  color: black;
}

label {
  background-color: skyblue;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  color: #000;
  border-radius: 5px;
}

.form-container {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
}

.columna-derecha {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
}

div .media-caja {
  height: 50vh;
}

.form-label {
  font-weight: bold;
  margin-bottom: 5px;
}

.form-input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-btn {
  background-color: #000;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.accordion {
  width: 100%;
  margin-top: 20px;
}

iframe {
  max-width: 100%;
  border-radius: 8px;
}

.accordion-body {
  color: black !important;
}

.accordion-button:hover {
  background-color: transparent !important;
  color: white !important;
  z-index: 1;
}

.accordion-button:hover {
  background-color: blue !important;
  color: white !important;
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: #f8f9fa;
}

@media (min-width: 480px) and (max-width: 959px) {
  div .media-caja {
    height: 0;
    padding: 0;
  }
}
@media (min-width: 480px) and (max-width: 959px) and (min-width: 300px) and (max-width: 479px) {
  div .media-caja {
    height: 0;
    padding: 0;
  }
}

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