@font-face {
  font-family: "BigShouldersDisplay-Bold";
  src: local("BigShouldersDisplay-Bold"),
    url("../../fonts/bigShoulder/BigShouldersDisplay-Bold.ttf")
      format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BigShouldersDisplay-Black";
  src: local("BigShouldersDisplay-Black"),
    url("../../fonts/bigShoulder/BigShouldersDisplay-Black.ttf")
      format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BigShouldersDisplay-Medium";
  src: local("BigShouldersDisplay-Medium"),
    url("../../fonts/bigShoulder/BigShouldersDisplay-Medium.ttf")
      format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSans-Regular";
  src: local("PTSans-Regular"),
    url("../../fonts/PT_Sans/PTSans-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSans-Bold";
  src: local("PTSans-Bold"),
    url("../../fonts/PT_Sans/PTSans-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BigShouldersDisplay-SemiBold";
  src: local("BigShouldersDisplay-SemiBold"),
    url("../../fonts/bigShoulder/BigShouldersDisplay-SemiBold.ttf")
      format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BigShouldersDisplay-ExtraBold";
  src: local("BigShouldersDisplay-ExtraBold"),
    url("../../fonts/bigShoulder/BigShouldersDisplay-ExtraBold.ttf")
      format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BigShouldersDisplay-Light";
  src: local("BigShouldersDisplay-Light"),
    url("../../fonts/bigShoulder/BigShouldersDisplay-Light.ttf")
      format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PTSans-Italic";
  src: local("PTSans-Italic"),
    url("../../fonts/PT_Sans/PTSans-Italic.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

section {
    overflow: hidden;
}

body {
  font-family: "Poppins", Sans-serif;
  background: #0c0c0c;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
header {
  position: fixed;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding-block: 2.5rem;
}
header ul {
  display: flex;
  align-items: center;
  gap: 170px;
}
header ul li a {
  color: white;
  font-family: "BigShouldersDisplay-Bold";
  font-size: 25px;
  position: relative;
}
header ul li a::after {
  content: "";
  background: white;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
header ul li a:hover::after {
  width: 100%;
}
.banner-principal {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  height: calc(100vh - 5rem);
  /* padding-top: 12%; */
  z-index: 1;
  display: flex;
  z-index: 1;
  padding-left: 11%;
  gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.banner-principal::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background: linear-gradient(
    180deg,
    #000 0%,
    rgba(0, 0, 0, 0.4) 49.5%,
    #0c0c0c 91%
  ); */
  background: linear-gradient(180deg, #00000054 -18%, rgba(0, 0, 0, 0.4) 49.5%, #0c0c0c 89%);
  z-index: -1;
}
.banner-principal h1 {
  width: 33.5rem;
  color: white;
  font-family: "BigShouldersDisplay-Black";
  font-size: 110px;
  /*font-weight: 900;*/
  /* line-height: normal; */
  line-height: 90%;
  letter-spacing: 8.307px;
  text-shadow: 0px 3.233px 3.233px rgba(0, 0, 0, 0.25);
}
.aside-hamburguer {
    opacity: 0;
  }
.banner-principal p {
  color: white;
  font-family: "PTSans-Regular";
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  width: 26.5rem;
}
.section_down-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 8rem;
  gap: 6rem;
}
.section_down-banner p {
  color: white;
  font-family: "PTSans-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  width: 26rem;
}
.container-image_secondary {
  position: relative;
}
.container-image_secondary::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 3px solid white;
  left: 5%;
  top: 6%;
}
.contanier-trailer {
  display: flex;
  justify-content: center;
  margin-block: 5%;
  position: relative;
}
.container-reproducir {
  background: black;
  border-radius: 50%;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.container-popup.active {
  display: block;
  top: 0;
}
.container-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.container-popup::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
  z-index: -1;
}
.container-popup iframe {
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 300;
    width: 720px;
    height: 420px;
}
footer {
  position: relative;
  background: linear-gradient(180deg, #0c0c0c 0%, #454545 100%);
  /*filter: grayscale(100%);*/
  color: white;
  display: flex;
  justify-content: center;
  gap: 10%;
  padding-block: 7.5%;
}
footer::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.05;
  z-index: -1;
  mix-blend-mode: soft-light;
}
footer .container-footer-right {
  display: flex;
  gap: 10%;
  width: 45%;
}
footer .container-footer-right .div-peliculas {
  width: 52%;
}
footer .container-footer-right .div-peliculas ul {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  column-count: 2;
}
footer .container-footer-right .div-peliculas ul li {
  width: 100%;
}
footer .container-footer_left h4 {
  font-family: "BigShouldersDisplay-SemiBold";
  font-size: 40px;
  text-shadow: 0px 2.807px 2.807px rgba(0, 0, 0, 0.25);
  font-weight: 600;
}
footer .container-footer_left > div {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
footer .container-footer-right h6 {
  font-family: "BigShouldersDisplay-ExtraBold";
  font-size: 25px;
  font-weight: 800;
  border-bottom: 2px solid white;
  padding-bottom: 2px;
  margin-bottom: 15px;
}
footer .container-footer-right ul li {
  font-family: "BigShouldersDisplay-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
  transition: all .5s ease;
}
footer .container-footer-right ul li a{
    color: white;
}
/* Page Peliculas */
.header-other_pages {
  background: white;
  align-items: center;
  justify-content: space-between;
  padding-inline: 6%;
  padding-block: 1.5rem;
  top: 0;
}
.header-other_pages h2 {
  font-family: "BigShouldersDisplay-Bold";

  font-size: 49px;
  font-weight: 700;
}
.header-other_pages h2 a {
  color: #235158;
}
.header-other_pages ul {
  gap: 60px;
}
.header-other_pages ul li a {
  color: #235158;
}
.banner_pelicula {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*padding-top: 8%;*/
  filter: grayscale(100%);
  height: 28rem;
  position: relative;
}
.banner_pelicula::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    #000 0%,
    rgba(0, 0, 0, 0.4) 49.5%,
    #0c0c0c 91%
  );
  z-index: -1;
}
.banner_pelicula h1 {
  color: white;
  font-family: "BigShouldersDisplay-ExtraBold";
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-weight: 800;
  font-size: 40px;
}
.section-peliculas .card-pelicula h3 {
  font-family: "BigShouldersDisplay-SemiBold";
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 30px;
  color: white;
  font-weight: 600;
  line-height: 30px;
}
.section-peliculas .card-pelicula p {
  font-family: "BigShouldersDisplay-Light";
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  color: white;
  font-weight: 300;
  line-height: 20px;
}
.section-peliculas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  padding-top: 6%;
}
.section-peliculas .card-pelicula {
  width: 26%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.container-img {
  overflow: hidden;
  height: 24rem;
}
.section-peliculas .card-pelicula img {
  transition: transform 0.3s ease;
  height: 100%;
}
.section-peliculas .card-pelicula img:hover {
  transform: scale(1.1);
}
.section-peliculas .card-pelicula h3 {
  margin-top: 15px;
}
.section-peliculas .card-pelicula p {
  margin-top: 3px;
}

.lista-libros {
  padding-bottom: 7rem;
      overflow: visible;
}
.lista-libros .div_container-text {
  width: 38rem;
}
.lista-libros .div_container-text h2 {
  font-family: "BigShouldersDisplay-Bold";
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  color: #a5b6b9;
  margin-bottom: 15px;
}
.lista-libros .div_container-text p {
  font-family: "PTSans-Regular";
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  color: white;
  margin-bottom: 3rem;
}
.lista-libros .div_container-text a {
  color: #235158;
  font-family: "PTSans-Regular";
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  background: #a5b6b9;
  padding-block: 8px;
  padding-inline: 22px;
  transition: all .5s ease;
}
.lista-libros .div_container-libro:nth-child(odd) {
  background: #171717;
}
.lista-libros .div_container-libro:nth-child(even) {
  background: #0c0c0c;
  flex-direction: row-reverse;
}
.lista-libros .div_container-libro:nth-child(odd) img {
  transform: rotate(6.33deg);
}
.lista-libros .div_container-libro:nth-child(even) img {
  transform: rotate(-6.33deg);
}
.lista-libros .div_container-libro {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 22.5rem;
  gap: 8%;
}
.lista-libros .div_container-libro img {
  z-index: 1;
}
#splide-libro .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-text_libro {
  width: 38rem;
}
.container-text_libro h3 {
  font-family: "BigShouldersDisplay-Bold";
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  color: #a5b6b9;
  margin-bottom: 15px;
}
.container-text_libro p {
  font-family: "PTSans-Regular";
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  color: white;
  margin-bottom: 1rem;
}
.container-text_libro span {
  font-family: "PTSans-Bold";
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
  color: white;
}
.section-banner_libro {
  padding-top: 6%;
  padding-bottom: 3rem;
  width: 50%;
}
.section-resumen_criticas {
  padding-inline: 9.5%;
  padding-block: 10%;
  display: flex;
  flex-direction: column;
  gap: 82px;
}
.section-resumen_criticas .critica {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.section-resumen_criticas .critica h3 {
  color: #a5b6b9;
  text-align: center;
  font-family: "PTSans-Italic";
  font-weight: 400;
  line-height: normal;
}
.section-resumen_criticas .critica a {
  font-family: "PTSans-Regular";
  color: white;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  margin-top: 11px;
}
.section-resumen_criticas .critica .line {
  background: #235158;
  height: 1px;
  width: 9rem;
  margin-top: 2rem;
}
.single-banner_pelicula {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 40rem;
  /* margin-top: 2rem; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.single-banner_pelicula::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0c0c0c 94.79%);
}
.single-banner_pelicula h1 {
  font-family: "BigShouldersDisplay-ExtraBold";
  color: white;
  text-shadow: 0px 10.702px 10.702px rgba(0, 0, 0, 0.25);
  font-size: 105px;
  font-weight: 800;
  line-height: 105px;
  text-transform: uppercase;
  z-index: 1;
}
.single-banner_pelicula .distincion {
  position: absolute;
  bottom: 12%;
  z-index: 1;
}
.section-sinopsis {
  padding-top: 3.5rem;
}
.section-sinopsis h2 {
  color: #a5b6b9;
  font-family: "BigShouldersDisplay-Bold";
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}
.section-sinopsis p {
  color: white;
  font-family: "PTSans-Regular";
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  margin-inline: 16%;
}
#imagenesSinopsis {
  margin-inline: 11%;
}
#imagenesSinopsis .splide__slide {
  /* width: 20rem !important; */
  position: relative;
  transform: scale(0.6);
  transition: all 0.3s ease;
}
#imagenesSinopsis .splide__list {
  /* align-items: center; */
}
#imagenesSinopsis .splide__slide.is-prev,
#imagenesSinopsis .splide__slide.is-next {
  z-index: 1;
}
#imagenesSinopsis .splide__slide.is-prev {
  right: -45%;
}
#imagenesSinopsis .splide__slide.is-next {
  /* height: 363px !important;
    width: 273px !important; */
  left: -45%;
}
#imagenesSinopsis .splide__slide.is-active {
  /* width: 25rem !important; */
  z-index: 2;
  transform: scale(0.8);
  right: 6rem;
}
#imagenesSinopsis img {
  width: 100%;
  height: 100%;
}
.section-sinopsis .container-text {
  margin-inline: 17.5%;
  display: flex;
  justify-content: center;
  justify-content: space-around;
  /*margin-top: 5.3rem;*/
  margin-bottom: 7rem;
}
.section-sinopsis .container-text h5 {
  font-size: 19px;
  font-family: "PTSans-Bold";
  color: white;
  font-weight: 700;
  line-height: 28px;
}
.section-sinopsis .container-text li {
  color: white;
  font-size: 19px;
  margin-inline: 0;
  font-weight: 400;
  text-align: left;
  width: 30rem;
  line-height: 28px;
  font-family: "PTSans-Regular";
}
.section-splide-libros {
  display: flex;
  align-items: center;
}
.burger {
  width: 30px;
  height: 20px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.burger-line {
  width: 100%;
  height: 4px;
  background-color: #235158;
}
.x-container {
  width: 40px;
  height: 40px;
  position: relative;
  display: none;
}
.x-line {
  width: 60%;
  height: 4px;
  background-color: white;
  position: absolute;
  transform-origin: center;
}

.x-line:first-child {
  transform: rotate(45deg);
}

.x-line:last-child {
  transform: rotate(-45deg);
}
#pelota {
  position: absolute;
  animation: rebota 1s alternate infinite ease-out;
  transform-origin: center;
}
.pelota {
  width: 2rem;
  margin-inline: auto;
  position: absolute;
  bottom: -2%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes rebota {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(22px);
  }
}
.single-banner_pelicula h2{
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 12.998px 12.998px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 0.5006017088890076px;
    -webkit-text-stroke-color: white;
    font-family: "BigShouldersDisplay-Bold";
    font-size: 129.981px;
    font-style: normal;
    font-weight: 700;
    line-height: 129.981px;
    letter-spacing: 11.698px;
    text-transform: uppercase;
    color: transparent;
    opacity: 0.2;
    position: absolute;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .container-text_libro {
    width: 28rem;
  }
}


@media (max-width: 700px) {
.listado-distincion-ul {
    scale: 0.7;
    bottom: -1.3rem !important;
}
    .list__home li {
        display: none;
    }
    .burger__home {
        position: absolute !important;
        right: 10% !important;
    }
    .burger__home > .burger-line {
        background-color: #FFFF;
    }
    
    
  .x-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -6%;
    top: 6%;
    background: #235158;
    border-radius: 50%;
  }
  .banner-principal {
    padding-top: 36%;
    padding-inline: 7%;
  }
  .banner-principal h1 {
    width: 100%;
    font-size: 70px;
    margin-bottom: 2rem;
  }
  .banner-principal h2{
      display: none;
  }
  .banner-principal p {
    width: 20rem;
    font-size: 17px;
  }
  .section_down-banner {
    display: flex;
    flex-direction: column;
    padding-block: 4rem;
    padding-inline: 7%;
    gap: 4rem;
  }
  .container-image_secondary {
    width: 20rem;
  }
  .container-image_secondary img {
    width: 100%;
  }
  .section_down-banner p {
    font-size: 15px;
    width: 100%;
  }
  .header-other_pages h2 {
    font-size: 22px;
  }
  header ul li a {
    font-size: 20px;
  }
  header ul {
    gap: 50px;
  }
  .section-peliculas {
    flex-direction: column;
    padding-inline: 7%;
  }
  .section-peliculas .card-pelicula {
    width: 100%;
  }
  .banner_pelicula {
    height: 25rem;
  }
  .single-banner_pelicula {
    background-position: top;
    margin-top: 5.5rem;
    height: 14rem;
  }
  .single-banner_pelicula h1 {
    font-size: 34px;
    text-align: center;
    margin-bottom: -4.5rem;
  }
  .tranding-slider-control {
    bottom: 0;
  }
  #tranding {
    padding: 0;
  }
  .section-sinopsis .container-text {
    flex-direction: column;
    margin-inline: 7%;
    margin-top: 1.3rem;
    margin-bottom: 4rem;
  }
  .section-sinopsis .container-text li {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }
  .section-sinopsis p {
    font-size: 15px;
  }
  .contanier-trailer {
    margin-inline: 1rem 0;
    width: 91%;
  }
  .contanier-trailer img {
    width: 100%;
  }
  .container-popup iframe {
    width: 85%;
    height: 30%;
  }
  .lista-libros .div_container-libro {
    flex-direction: column !important;
    height: 100%;
    padding-inline: 7%;
    padding-top: 2rem;
  }
  .lista-libros .div_container-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
  }
  .lista-libros .div_container-text p {
    font-size: 14px;
    text-align: center;
  }
  .lista-libros {
    padding-bottom: 0;
  }
  .section-resumen_criticas {
    gap: 3rem;
  }
  .section-splide-libros {
    padding-top: 30%;
    flex-direction: column;
  }
  .section-banner_libro {
    width: 100%;
    padding-inline: 15%;
    padding-top: 0;
  }
  .container-text_libro {
    width: 100%;
  }
  .container-text_libro p {
    font-size: 14px;
  }
  .header-other_pages ul {
    display: none;
  }
  footer .container-footer-right {
    width: 100%;
    gap: 8%;
  }
  footer .container-footer-right ul li {
    font-size: 16px;
  }
  footer .container-footer-right h6 {
    font-size: 20px;
  }
  footer .container-footer_left h4 {
    font-size: 26px;
  }
  footer {
    padding-inline: 7%;
    flex-direction: column-reverse;
  }
}
@media(min-width: 1300px) and (max-width: 1400px){
    .banner-principal{
        height: 55rem;
    }
    .pelota{
        bottom: 4%;
    }
    .banner-principal h2{
        top: 38% !important;
    }
}
@media(min-width: 1300px){
    .section-peliculas {
        gap: 70px 0;
    }
}
.swiper-pagination{
    margin-bottom: 7rem;
}
.swiper-pagination-bullet-active{
    background: #A5B6B9;
}
.swiper-pagination-bullet{
    border: 2px solid #A5B6B9;
    width: 12px;
    height: 12px;
}
.container-popup .container-iframe{
    width: 100%;
}
.container-popup.active .container-iframe video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.header-other_pages ul li a:hover::after{
    content: "";
    background: #235158;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
}
.lista-libros .div_container-text a:hover{
    background: white;
    font-family: "PTSans-Bold";
}
footer .container-footer-right ul li:hover{
    font-family: "BigShouldersDisplay-Bold";
}
footer .container-footer-right .menu{
    width: 57px;
}
footer .container-footer-right .menu-libros{
    width: 130px;
}

@media (max-width: 400px){
    .single-banner_pelicula {
        margin-top: 4.8rem;
    }
}
@media (min-width: 421px) and (max-width: 700px){
    .section_down-banner{
        flex-direction: column;
    }
    .banner-principal h2{
        display: none;
    }
    header ul {
        gap: 40px;
    }
    footer{
        flex-direction: column;
        padding-inline: 7%;
    }
    footer .container-footer_left{
        margin-bottom: 2rem;
    }
    .container-image_secondary{
        width: 22rem;
    }
    .container-image_secondary img{
        width: 100%;
    }
    .banner-principal h1 {
        width: 23rem;
        font-size: 70px;
    }
    .banner-principal p{
        width: 21.5rem;
        margin-top: 2rem;
    }
    .banner-principal {
        padding-top: 28%;
        padding-left: 7%;
    }
    .section_down-banner {
        padding-block: 5rem; 
        padding-inline: 7%;
        gap: 3rem;
    }
    .section_down-banner > div{
        width: 100%;
    }
    .section_down-banner > div p{
        width: 100%;
    }
    .container-footer-right{
        width: 100% !important;
    }
    footer .container-footer-right ul li {
        margin-bottom: 15px;
    }
}
#icon-ig #icon-ig_1, #icon-ig #icon-ig_2, #icon-ig #icon-ig_3, #icon-fb  #icon-fb_1, #icon-x #icon-x_1{
    transition: all .5s ease;
}
#icon-ig:hover #icon-ig_1,#icon-ig:hover #icon-ig_2, #icon-ig:hover #icon-ig_3 {
    fill: #3594A3;
}
#icon-fb:hover #icon-fb_1{
    fill: #3594A3;
}
#icon-x:hover #icon-x_1{
    fill: #3594A3;
}
/*.distincion{*/
/*    width: 135px;*/
/*}*/
@media(min-width: 701px) and (max-width: 1200px){
    .banner-principal h2 {
        font-size: 187px !important;
    }
    .container-image_secondary{
        width: 30rem;
    }
    .container-image_secondary img{
        width: 100%;
    }
    .section-peliculas {
        gap: 60px 0;
    }
}
.listado-distincion-ul{
    width: 20rem;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1;
    gap: 15px;
    position: absolute;
    bottom: 8%;
}
 
@media(max-width: 400px){
    .listado-distincion-ul {
        scale: 0.7;
        bottom: -1rem;
    }
    
    .single-banner_pelicula h1 {
        scale: 0.8;
    }
    .banner-principal h1 {
        /* font-size: 60px; */
        font-size: 53px;
    margin-top: 3rem;
    }
    .pelota{
        bottom: -2%;
    }
    .header-other_pages h2{
        font-size: 24px !important;
    }
    footer .container-footer-right .div-peliculas ul li{
        height: 30px;
        font-size: 14px;
    }
}


.listado-distincion-ul li{
    width: 200px;
    height: 160px;
}
.listado-distincion-ul li img{
    width: 100%;
    object-fit: contain;
}
.contanier-trailer .imagen_fondo_trailer{
    width: 54rem;
    height: 30rem;
}
@media (max-width: 700px){
	.listado-distincion-ul li img{
        width: auto;
        object-fit: contain;
        height: 7rem;
        aspect-ratio: 1 / 1;
    }
}
@media (min-width: 701px) and (max-width: 1000px){
    .banner-principal h1{
        font-size: 95px;
    }
    header ul {
        gap: 120px
    }
    .banner-principal {
        padding-top: 16%;
    }
    .section_down-banner {
        gap: 2rem;
        padding-inline: 11%;
    }
    .section_down-banner p{
        font-size: 16px;
        width: 16rem;
    }
    footer ul li{
        font-size: 17px !important;
        margin-bottom: 15px !important;
    }
}
@media (max-width: 700px) {
    header.move{
        padding-block: 2rem !important;
    }
    header.move .only-scroll{
        display: none !important;
    }
    header.move ul .burger__home .burger-line{
        background-color: #235158;
    }
    .listado-distincion-ul li{
        width: 150px;
        height: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container-popup.active .container-iframe video {
        width: 345px;
        height: 200px;
    }
    footer .container-footer-right ul li:hover{
        font-family: "BigShouldersDisplay-Medium";
    }
    .container-footer_left{
        margin-top:2rem;
    }
     .burger {
        display: flex;
    }
    .header-other_pages ul{
        display: none;
    }
    .header-other_pages h2 {
        font-size: 35px;
    }
    .aside-hamburguer {
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    background: white;
    z-index: 100;
    height: 100vh;
    width: 16rem;
    transform: translateX(120%);
    transition: all 0.5s ease;
  }
  .aside-hamburguer.active {
    transform: translateX(0);
  }
  .aside-hamburguer ul {
    padding-top: 50%;
    padding-left: 10%;
  }
  .aside-hamburguer ul li {
    margin-bottom: 25px;
  }
  .aside-hamburguer ul li a {
    color: #235158;
    font-family: "BigShouldersDisplay-Bold";
    font-size: 20px;
  }
  .lista-libros .div_container-libro{
      flex-direction: column !important;
      height: 39rem;
      gap: 5%;
  }
  .lista-libros .div_container-text{
      width: 100%;
      height: 100%;
      padding-inline: 3rem;
      margin-bottom:3rem;
  }
  .lista-libros .div_container-libro img{
        height: 23rem;
  }
  .lista-libros {
      padding-bottom: 1rem;
  }
  .section-splide-libros{
      flex-direction: column;
  }
  .section-banner_libro{
      width: 100%;
      padding-inline: 3rem;
  }
  .container-text_libro{
      width: 100%;
  }
  #splide-libro .splide__arrow--prev{
      left: -3%;
  }
  #splide-libro .splide__arrow--next{
      right: -3%;
  }
  .section-peliculas{
      flex-direction: column;
  }
  .section-peliculas .card-pelicula {
      width: 100%;
  }
  .contanier-trailer .imagen_fondo_trailer{
        width: 28rem;
    max-width: 98%;
    height: 19rem;
    object-fit: contain;
    object-position: center;
  }
  .tranding-slide{
      display: flex;
      justify-content: center;
  }
  .tranding-slide .tranding-slide-img img{
      width: 27rem;
  }
  .tranding-slide-img{
      width: 26rem;
  }
  .single-post .section-sinopsis .container-text{
      margin-top: 4.3rem;
  }
}
header{
    transition: all .5s ease;
}
header.move{
    background: white;
    justify-content: space-around;
    padding-block: 1.5rem;
}
header.move ul li a{
    color: #235158;
}
header .only-scroll{
    display: none;
    opacity: 0;
}
header.move ul{
    gap: 60px;
}
header.move .only-scroll{
    display: block;
    opacity: 1;
    font-family: "BigShouldersDisplay-Bold";
    font-size: 49px;
    font-weight: 700;
    color: #235158;
}
/**** Menu in home ****/
.d-none {
    display: none;
}