@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");

/* ESTILOS GENERALES */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: border-box;
}
main {
  flex-grow: 1;
  padding-top: 58px;
}

/* Sugerencia para incluir en estilos generales: textos del color del logo*/
.textoFlow {
  color: #00bc7dfc;
}
.textoFlow:hover {
  color: #ffffff;
}

.textoBlanco {
  color: #f6f8f7b6;
}

/* CARDS contenedores de Peliculas */
.asideCardHover:hover {
  filter: brightness(130%);
}

.fondoTransparenteCard img {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.953);
  padding: 0;
}

.fondoTransparenteCard :hover {
  filter: brightness(110%);
  box-shadow: 0px 0px 5px 1px rgba(38, 255, 186, 0.507);
}

.colorTextoCard:hover {
  color: #edefefb6;
}

.colorTextoCard {
  color: #f6f8f7b6;

  font-size: large;
  border-radius: 10px;
}

/* Sombra Redondeada Para banners y containers*/
.sombraRedondeada {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.503);
  padding: 0;
}

/* BARRA DE NAVEGACION  (NAVBAR) */

.btn-outline-info {
  color: wheat;
  border: solid 1px #1e9672;
}
.btn-outline-info:hover {
  background-color: #1e9672;
  color: rgb(255, 255, 255);
}

/* Logo FLIXADA Con gradientes*/
.logoFlixada {
  font-family: "Righteous", cursive;
  font-size: 55px;
  background: -webkit-linear-gradient(#00ffd5, #1e9672, #04ffd5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 5px #00020149;
}

.logoFlixadaChico {
  font-family: "Righteous", cursive;

  background: -webkit-linear-gradient(#00ffd5, #1e9672, #04ffd5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.colorDeFlow {
  color: #57dfb7;
}

.letraLogoPrincipal {
  font-family: "Righteous", cursive;
}

.logoFlixadaDelFooter {
  font-family: "Righteous", cursive;
  font-size: 35px;
}

/* Color de los links activos  */

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #57dfb7;
}

input[type="text"]:focus,
textarea:focus {
  color: #ffffff;
}
input[type="number"]:focus {
  color: #ffffff;
}
input[type="number"]:active {
  color: #ffffff;
}

/* ERROR 404 */

.error404sm {
  display: none;
}

/* CARRUSEL */
.video-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}

.logan {
  opacity: 0.8;
}

/* Display de Formularios del NAVBAR para que se vea bien en SMALL*/

.formBuscar {
  align-self: center;
}

.form-control {
  color: #ffffff;
}

.formBuscar1 {
  display: none;
}

/* Para CONTROL DE PAGINACION ESTILOS DE LOS BOTONES*/
.page-link {
  background-color: rgb(31 199 144);
  background: -webkit-linear-gradient(#00ffd5, #1e9672, #04ffd5);
  border: 1px solid rgba(3, 74, 70, 0.607);
  color: #000000;
  border-radius: 6px;
  text-shadow: #000000;
  margin: 5px;
  font-weight: bold;
}

.page-link:hover {
  color: #ffffff;
  font-weight: bold;
}

/*** ESTILOS BOTÓN SUSCRIBIRSE que esta en INDEX.html y otras paginas ***/

.botonSuscribirse {
  background: #2125297d; /* color de fondo */
  color: #fffffffc; /* color de fuente */
  text-decoration: none;
  border: 1px solid #00bc7dfc; /* tamaño y color de borde */
  padding: 3% 25%;
  border-radius: 1px; /* redondear bordes */
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  border-radius: 20px;
  margin-top: 15px;
}
.botonSuscribirse:hover {
  color: rgb(255, 255, 255); /* color de fuente hover */
}
.botonSuscribirse::after {
  content: "";
  background: #00bc7dfc; /* color de fondo hover */
  background: -webkit-linear-gradient(#10df9acd, #089380cf, #3b9fb5e5);
  position: absolute;
  z-index: -1;
  padding: 16px 20px;
  display: block;
  left: 0;
  right: 0;
  top: -100%;
  bottom: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20px;
}
.botonSuscribirse:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

/* Para DETALLE pelicula y serie */

#accordionEpisodios {
  display: none;
}

.EpisodiosLG {
  display: block;
}

.EpisodiosLG article img {
  width: 300px;
  height: 180px;
  border-radius: 15%;
}

.botonCentrado {
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.textoCategoria {
  font-size: 2em;
  font-family: righteous, cursive;
  top: 44%;
  left: 0;
  right: 0;
  color: #eeececc6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 80%;
  text-shadow: 4px 4px 9px #000000;
}

.textoCategoria:hover {
  color: white;
}

.listaDetalle {
  list-style: none;
}

.botonReproducir {
  font-size: small;
  color: #00ffd5;
}
.efectoReproducir:hover {
  color: #00ffd5;
}
.imgFleabag {
  width: 100%;
}
.imgTheThing {
  width: 100%;
}
.tituloEpisodios {
  font-size: 15px;
  font-weight: 400;
}
.tituloEpisodio {
  font-size: 15px;
  font-weight: 600;
}
.textoEpisodio {
  font-size: 18px;
}
.botonVerEpisodio {
  font-size: large;
  color: #00ffd5;
}

/* FOOTER */

.bg-footer {
  background-color: #74ebd5;
  background: -webkit-linear-gradient(#00bc7dfc, #57dfb7, #3b9fb5e5);
}
.textoFooter {
  font-size: medium;
  padding: 10px;
}
footer a {
  text-decoration: none;
  color: rgb(3, 3, 3);
}
.inconosRedesSociales a {
  color: #243532;
}
.inconosRedesSociales a:hover {
  color: #009499;
}
.text-dark {
  font-weight: bolder;
}

footer a[href="pages/peliculas.html"] {
  display: none;
}

footer a[href="/pages/peliculas.html"] {
  display: none;
}

/* PAGINA ACERCA DE NOSOTROS*/

.imgProfile {
  width: 200px;
}

/* Estilos propios de la PAGINA DE LOGIN login.html */
.formLogin {
  align-self: center;
  width: 500px;
  margin-top: 10%;
  margin-bottom: 10%;
}

input[type="email"]:focus,
textarea:focus {
  color: #ffffff;
}
input[type="password"]:focus,
textarea:focus {
  color: #ffffff;
}

textarea[type="text"]:focus,
textarea:focus {
  color: #ffffff;
}

input[type="tel"]:focus,
textarea:focus {
  color: #ffffff;
}

.bgHeaderFormLogin {
  border: #00ffff29 solid 1px;
}

/* ESTILOS DE LA PAGINA SUSCRIPCION.html */

.form-select-sm {
  width: min-content;
}

.sombraTextoSuscripcion {
  text-shadow: -2px 0px 8px #000000;
}

.cardPrecioSuscripcion {
  max-width: 18rem;
  width: 300px;
  border-radius: 8%;
  height: 25rem;
  border: #00ffff29 solid 1px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #74ebd5;
  background: -webkit-linear-gradient(#10df9acd, #02a8aacf, #3b9fb5e5);
}

.cardPrecioSuscripcion:hover {
  filter: brightness(1.1);
}

.brilloAumentado:hover {
  filter: brightness(1.5);
}

.card-body {
  flex: 1 1 auto;
  /* padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x); */
  color: var(--bs-card-color);
}

/* BOTON WHATSAPP CONTACTO*/
.btn-wtsp {
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  bottom: 30px;
  right: 30px;
  background-color: green;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px, 1px 10px rgba (0, 0, 0, 0.3);
  z-index: 100;
}

.chat {
  position: absolute;
  top: 35px;
  font-size: small;
}

.btn-wtsp:hover {
  background-color: white;
  color: green;
}

/* ESTILOS RESPONSIVOS (MEDIA QUERYs) */

/* Dispositivos SMALL */

@media all and (max-width: 576px) {
  /* Estilos generales*/

  main {
    padding-top: 40px;
  }
  /* Navbar */
  nav .navFija {
    position: relative;
  }
  /* Formularios Responsivos SMALL*/
  .formBuscar1 {
    display: block;
  }
  .formBuscar2 {
    display: none;
  }
  .formLogin {
    align-self: center;
    width: 100%;

    padding-top: 18px;
    margin-bottom: 10%px;
  }

  .form-control {
    width: 200px;
  }

  .contacto {
    font-size: 11px;
  }

  /*Cards Responsivas */
  /* letras card*/
  .colorTextoCard {
    font-size: large;
  }
  /*Pagina Suscripciones*/

  .sombraTextoSuscripcion {
    font-size: medium;
  }
  .cardPrecioSuscripcion {
    width: 90%;
  }
  /*Acordion detalle de SERIE*/

  #accordionEpisodios {
    display: block;
  }
  .EpisodiosLG {
    display: none;
  }

  .textoEpisodio {
    font-size: small;
  }

  .error404md {
    display: none;
  }

  .error404sm {
    display: block;
  }
}

/* Dispositivos MEDIUM (TABLETS) */
@media all and (max-width: 767px) {
  .videoResponsive {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: 50%;
  }
}

/* Formularios Responsivos TABLETS */
@media all and (min-width: 577px) and (max-width: 991px) {
  /* Estilos generales*/
  main {
    padding-top: 55px;
  }

  .formBuscar1 {
    display: block;
  }
  .formBuscar2 {
    display: none;
  }

  .form-control {
    width: 200px;
  }

  #Plan899 {
    padding-bottom: 0px;
    margin-bottom: -18px;
  }

  .cardPrecioSuscripcion {
    max-width: 18rem;

    border-radius: 5%;
    height: 25rem;
    border: #00ffff29 solid 1px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #74ebd5;
    background: -webkit-linear-gradient(#10df9acd, #02a8aacf, #3b9fb5e5);
  }

  .formLogin {
    margin-top: auto;
    align-self: center;
    width: 100%;
    margin-bottom: 10%;
  }

  /* Accordion pagina Detalle Serie (FLEABAG)*/

  #accordionEpisodios {
    display: block;
  }
  .EpisodiosLG {
    display: none;
  }

  /* Letra de las cards de peliculas */
  .colorTextoCard {
    font-size: large;
  }

  .error404sm {
    display: none;
  }

  .error404md {
    display: block;
  }
}

/* Dispositivos Large en adelante PC, TV, etc */

@media all and (min-width: 992x) {
}
