@media screen and (min-width: 1650px) {
  .download {
    padding: 250px 0px;
  }

  header,
  .home-section,
  .hero-history,
  .enemies,
  footer {
    padding-left: 8em;
    padding-right: 8em;
  }

  .content-main {
    grid-template-columns: 600px 750px;
  }

  .gallery {
    padding-left: 4em;
    padding-right: 4em;
  }

  .gallery h2 {
    margin-left: 0;
  }
}

@media screen and (max-width: 1440px) {
  .content-main {
    /* padding: 110px 0; */
    grid-template: 250px 150px / 500px 500px;
  }

  /*   .app-stores {
    gap: 0;
    justify-content: space-between;
  } */
  h1 {
    font-size: 2em;
  }

  /*   .app-stores img {
    width: 130px;
  } */

  .selector img {
    width: 150px;
  }

  .slider-nav {
    height: 120px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1366px) {

  /* HEADER */
  header {
    padding: 1em 2em;
  }

  .logo-nav {
    gap: 30px;
  }

  .language-download {
    gap: 10px;
  }

  .navegation ul {
    gap: 15px;
  }

  .navegation a {
    font-size: 16px;
  }

  .logo img {
    width: 200px;
  }

  /* Main */

  .home-section {
    padding: 0 2em;
  }

  h1 {
    font-size: 2.4em;
  }

  .content-main {
    grid-template: 250px 100px / 450px 500px;
    justify-content: space-around;
    padding: 90px 0 170px;
  }


  .app-stores img {
    width: 150px;
  }

  /* HISTORY */

  .hero-history {
    padding: 100px 2em;
  }

  .content-history {
    grid-template-columns: 450px 600px;
  }

  .caption-history h2 {
    font-size: 2em;
  }

  /* Video gallery */

  .video-gallery {
    padding: 4em 2em;
  }

  /* Download */

  .download {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0px;
  }

  .caption-download {
    margin-top: 100px;
    margin-left: auto;
    margin-right: 50px;
  }

  .caption-download .stores {
    margin-top: 30px;
  }

  /* FOOTER */

  .content-footer {
    padding: 40px 2em;
  }

  .wrapper-footer {
    display: grid;
    grid-template-columns: 550px 200px 150px;
    justify-content: space-between;
  }

  /*  .content-nosotros{
    gap: 20px;
  } */
}

@media screen and (max-width: 1150px) {
  .content-history {
    grid-template: 50px auto / 450px 500px;
  }

  #gallery-videos {
    grid-template-columns: repeat(2, 350px);
    justify-content: space-around;
  }
  
}

@media screen and (max-width: 1024px) {
  .default-option {
    width: 70px;
    gap: 5px;
  }

  .home-section {
    background-size: cover;
    background-position: center right;
  }

  .default-option p {
    display: none;
  }

  .content-opciones {
    right: 0;
  }

  .btn_download {
    width: 110px;
  }

  .navegation ul {
    gap: 10px;
  }

  .logo-nav {
    gap: 20px;
  }

  /* MAIN */
  .content-main {
    grid-template: repeat(3, auto) / 1fr;
    gap: 20px;
    padding: 50px 0;
  }

  .main-img {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .main-img img {
    width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  h1 {
    text-align: center;
    font-size: 2em;
    line-height: 35px;
    margin-bottom: 25px;
  }

  .caption {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .caption p {
    text-align: justify;
  }

  .app-stores img {
    width: 200px;
  }

  .app-stores {
    margin-top: 50px;
    grid-column: 1/2;
    grid-row: 3/4;
    justify-content: center;
    gap: 30px;
  }

  .stores__content{
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }


  /* HISTORY */
  .hero-history h2 {
    text-align: center;
  }

  .content-history {
    grid-template: 50px auto auto / 95%;
    justify-content: center;
    gap: 30px;
  }

  .caption-history,
  .image-hero,
  .title-history {
    grid-column: 1/2;
  }

  .title-history {
    grid-row: 1/2;
  }

  .caption-history {
    grid-row: 3/4;
    text-align: justify;
  }

  .caption-history p {
    margin: 0;
  }

  .image-hero {
    grid-row: 2/3;
  }

  .image-hero img {
    width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* Enemies */

  .enemies {
    padding: 100px 2em;
    background-size: cover;
  }

  /* VIDEO GAME */
  .video-section {
    padding: 4em;
  }

  #game-video a img {
    width: 100%;
  }

  /* VIDEO GALLERY  */

  .enemies img {
    width: 300px;
  }

  #gallery-videos a,
  #gallery-videos2 a,
  #gallery-videos3 a,
  #gallery-videos4 a,
  #gallery-videos5 a {
    cursor: pointer;
    position: relative;
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  /*   #gallery-videos a:hover::after,
  #gallery-videos2 a:hover::after,
  #gallery-videos3 a:hover::after,
  #gallery-videos4 a:hover::after,
  #gallery-videos5 a:hover::after {
    content: "";
    background-image: url(/images/overlay-gallery.png);
    background-size: cover;
    width: 370px;
    height: 360px;
    left: -35px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
  } */

  /* GALLERY */

  .gallery-slider .slick-slide img {
    width: 400px;
  }

  /* DOWNLOAD */
  .download {
    background-size: cover;
    background-position: center;
    padding: 150px 0px;
  }

  .caption-download {
    width: 675px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: 50px;
  }

  .caption-download .stores__content{
    gap: 5px;
  }

  /* FOOTER */

  .content-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .logo-footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    row-gap: 40px;
  }

  .sobrenosotros {
    grid-column: 1/4;
  }

  .contactanos {
    grid-column: 1/2;
  }

  .redes {
    grid-column: 3/4;
  }
}

@media screen and (max-width: 950px) {
  .content-comentarios {
    grid-template-columns: 400px;
    justify-items: center;
    gap: 50px;
  }

  .comentario {
    padding: 20px 10px;
    border: 1px solid #0094FF;
    border-radius: 10px;
  }

  .comentario p {
    min-height: 100px;
  }

}

@media screen and (max-width: 860px) {
  header {
    position: relative;
  }

  .navegation {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    min-height: 100vh;
    overflow: hidden;
    background-color: #00003e;
    width: 0;
    display: flex;
    align-items: center;
    transition: 300ms ease all;
  }

  .navegation.open {
    width: 250px;
    transition: 300ms ease all;
  }

  .backgroundBlur {
    position: absolute;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    background: rgba(0, 4, 93, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .backgroundBlur.show {
    visibility: visible;
  }

  .navegation ul {
    justify-content: center;
    flex-direction: column;
    width: 175px;
    margin: auto;
    gap: 35px;
  }

  .navegation a {
    font-size: 24px;
  }

  .menu_bar {
    display: block;
    position: absolute;
    top: 30px;
    right: 31px;
    cursor: pointer;
  }

  .navegation ul .btn_download {
    display: block;
    width: 130px;
  }

  .language-download .btn_download {
    display: none;
  }

  .btn_download a {
    font-size: 24px;
  }

  .navegation.open .close-sidebar {
    display: block;
    z-index: 99;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
  }

  .navegation.open .netdreams_nav {
    display: block;
    position: absolute;
    bottom: 50px;
    width: 120px;
    left: 50%;
    margin-left: -60px;
  }

  .language-download {
    margin-right: 80px;
  }
}

@media screen and (max-width: 768px) {

  header {
    padding: 1em;
  }

  /* Main */

  .main-img img {
    width: 100%;
  }

  .home-section {
    background-size: cover;
  }

  /* HISTORY */

  .image-hero img {
    width: 100%;
  }

  /* ENEMIES */

  .enemies-slider div {
    width: 400px;
    margin: 0 auto;
  }

  .caption-enemy p {
    width: 350px;
    margin-left: -175px;
    top: -10px;
  }


  /* VIDEO GALLERY */

  #gallery-videos {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  /* VIDEO GAME */
  .video-section {
    padding: 4em 2em;
  }


  /* Widget steam */
  .widgetSteam {
    display: none;
  }

  /* Widget itch */
  #ItchioWidget {
    display: none;
  }

  /* Download */

  .caption-download {
    width: 90%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 30px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: 20px;
  }

  .download {
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
  }

  /* FOOter */
  .content-footer {
    padding: 40px 1em;
  }

  /* KIT PRESS */
  .ulpresskit.logos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .categoria.colores {
    grid-column: auto;
  }

  .lipresskit a {
    align-items: center;
    display: flex;
  }

}

@media screen and (max-width: 650px) {

  /*   .wrapper-footer {
    display: grid;
    grid-template-columns: 90%;
    justify-content: center;
    gap: 30px;
  } */
  #game-video i {
    font-size: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }

  .logo-footer{
    justify-content: space-between;
    gap: 0;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .app-stores {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }


  /* ENEMIES */
  .caption-enemy p {
    width: 300px;
    margin-left: -150px;
    top: -10px;
  }

  /*   .content-nosotros{
    flex-direction: column;
    gap: 5px;
  } */
}

@media screen and (max-width: 530px) {
  .logo-footer{
    flex-direction: column;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 450px) {
  header {
    padding: 1em;
  }

  .menu_bar {
    right: 16px;
    top: 1.8em;
  }

  .language-download {
    margin-right: 45px;
  }

  .default-option {
    padding: 8px 5px;
    width: 60px;
    gap: 0;
  }

  .menu_bar img {
    width: 30px;
  }

  .logo img {
    width: 140px;
  }

  .content-opciones {
    width: 130px;
  }

  .content-opciones a {
    display: grid;
    grid-template-columns: 40px 1fr;
  }

  /* Main */
  .home-section {
    padding: 0 1em;
  }

  h1 {
    font-size: 1.7em;

  }

  .content-main {
    gap: 30px;
    grid-template: repeat(3, auto) / 1fr;
  }

  /* History */

  .hero-history h2 {
    font-size: 2.5em;
  }

  .hero-history {
    padding: 50px 1em;
  }

  .video-responsive a img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #FFF;
    border-radius: 10px;
  }

  /* Comentarios */

  .comentarios {
    padding: 2em 1em;
  }

  .content-comentarios {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 50px;
  }

  .comentario img {
    width: 150px;
  }

  .comentario span {
    margin-top: 10px;
  }



  /* ENEMIES */

  .enemies {
    padding: 1em;
  }

  .enemies p {
    padding: 1em;
  }

  .enemies-slider {
    background-image: url(/images/fondo-circulo.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 350px;
  }

  .enemies-slider img {
    width: 250px;
  }

  #gallery-videos a,
  #gallery-videos2 a,
  #gallery-videos3 a,
  #gallery-videos4 a,
  #gallery-videos5 a {
    width: 250px;
  }

  /*   #gallery-videos a:hover::after,
  #gallery-videos2 a:hover::after,
  #gallery-videos3 a:hover::after,
  #gallery-videos4 a:hover::after,
  #gallery-videos5 a:hover::after {
    content: "";
    background-image: url(/images/overlay-gallery.png);
    background-size: cover;
    width: 250px;
    height: 235px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: calc(50% - 125px);
    bottom: 0;
  } */

  .enemies-slider div {
    width: 100%;
  }

  .enemies-slider {
    margin-top: 50px;
  }

  .caption-enemy p {
    width: 270px;
    margin-left: -135px;
    top: -20px;
  }

  .caption-download .stores__content{
    justify-content: center;
  }

  /* GAME VIDEO */

  .video-section {
    padding: 4em 1em;
  }

  #game-video i {
    font-size: 50px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    cursor: pointer;
  }

  /* GALLERY SLIDER */

  .gallery-slider .slick-slide img {
    width: 250px;
  }

  /* VIDEO GALLERY */

  .video-gallery {
    padding: 2em 1em;
  }

  /* Gallery */
  .gallery h2 {
    width: auto;
  }

  .selector img {
    width: 100px;
  }

  .slider-nav {
    height: 80px;
    overflow: hidden;
  }

  /* Downloa */

  .caption-download {
    background: rgba(0, 0, 0, 0.7);
    padding: 16px;
    border-radius: 30px;
    margin: 50px auto 0;
    text-align: center;
  }

  .caption-download h2 {
    margin-left: 0;
 }
  /* Footer */
  /*   .wrapper-footer {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 30px;
  } */

  .logo-footer img {
    width: 180px;
  }
}

@media screen and (max-width: 450px) {

  .redes,
  .contactanos {
    grid-column: 1/4;
  }

  #home1 {
    padding: 1em;
  }

  .example {
    display: block;
  }

  .lipresskit span {
    display: none;
  }

  .footer-copyright {
    padding: 1em;
  }
}