@media (min-width: 1441px) and (max-width: 1660px) {
  .header__superior {
    max-width: 1300px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .search input {
    width: 160px;
  }
  /*NAVEGACION ------------------------------------------*/
  .container__menu {
    top: 65px;
  }
  .accesos {
    display: flex;
    align-items: center;
    justify-content: center;
  }

    /*MENU1_RESPONSIVE*/
    .topheader {
      display: none; /*ocultar menu responsive */
    }
    .topnav {
      display: none;
    }
    .logo1 {
      display: none;
    }
    .logo1 img {
      display: none;
    }
    .open-menu {
      display: none;
    }
    .open-menu img {
      display: none;
    }
    .menu1 {
      display: none;
    }
    .close-menu {
      display: none;
    }
    .close-menu img {
      display: none;
    }
    .topnav ul li {
      display: none;
    }
    /*---------------------------------------------------------*/


    
  .contenedor-banner {
    width: 100%;
    position: relative;
  }
  .banner {
    width: 100%;
    padding: 0;
    margin-top: 80px;
    height: calc(100vh + 10px);
    background-size: cover;
    background-position: top;
    transition: all 0.1s ease-out;
    animation: banner 12s infinite linear;
  }
  .caja70 {
    width: 980px;
  }
  .caja30 {
    width: 380px;
  }
  .title {
    font-size: 1.7em;
  }
  .texto-centrado {
    width: 40%;
  }
  .image-uno {
    width: 140px;
    height: 140px;
  }
  .image-uno-caja30 {
    width: 190px;
    height: 190px;
  }
  .redesSociales {
    padding-left: 10%;
    padding-right: 10%;
  }
  .image-rss {
    width: 45px;
  }
  .image-face {
    width: 45px;
  }
  .image-twitter {
    width: 45px;
  }
  .image-instagram {
    width: 45px;
  }
  .title-colabora {
    font-size: 1.6em;
  }
  .linea-caja30-colabora {
    width: 140px;
  }
  .title-suscribe {
    font-size: 1.4em;
  }
  .linea-caja30-suscribe {
    width: 330px;
  }
  .correo-Elec {
    font-size: 1.05em;
  }
  .E-mail-suscribe {
    width: 330px;
    height: 40px;
    font-size: 13px;
  }
  .btn-suscribe {
    width: 130px;
    font-size: 1.1em;
  }
  .linea-caja30-promociones {
    width: 155px;
  }
  .image-ayala {
    width: 355px;
  }

}
