@media (min-width: 1281px) and (max-width: 1440px) {
  .header__superior {
    max-width: 1150px;
    max-height: 95px;
  }
  .accesos {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo img {
    margin-left: 20px;
  }
  .search input {
    width: 155px;
    padding: 5px;
    justify-content: right;
  }
  nav > ul > li > a {
    font-size: 1.15em;
  }

  /*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;
  }

  /*NAVEGACION ------------------------------------------*/
  .container__menu {
    top: 65px;
  }

  /*SUBMENU*/
  nav ul li ul {
    width: 220px;
  }




  /*---------------------------------------------------------*/
  .contenedor-banner {
    width: 100%;
    position: relative;
  }
  .banner {
    width: 100%;
    padding: 0;
    margin-top: 90px;
    height: calc(100vh - 80px);
    background-size: cover;
    background-position: top;
    transition: all 0.1s ease-out;
    animation: banner 12s infinite linear;
  }
  .caja70 {
    width: 850px;
  }
  .caja30 {
    width: 300px;
  }
  .title {
    font-size: 1.6em;
  }
  .image-uno {
    width: 135px;
    height: 135px;
  }
  .texto_uno {
    font-size: 1.05em;
  }
  .texto-centrado {
    width: 30%;
  }
  .image-uno-caja30 {
    width: 180px;
    height: 180px;
  }
  .redesSociales {
    padding-left: 10%;
    padding-right: 10%;
  }
  .image-rss {
    width: 40px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .image-face {
    width: 40px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .image-twitter {
    width: 40px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .image-instagram {
    width: 40px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .title-colabora {
    font-size: 1.55em;
  }
  .linea-caja30-colabora {
    width: 135px;
  }
  .image-anglo {
    width: 170px;
  }
  .image-vidal {
    width: 170px;
  }
  .image-Uegha {
    width: 170px;
  }
  .image-garrudo {
    width: 170px;
  }
  .image-cruzcampo {
    width: 170px;
  }
  .title-suscribe {
    font-size: 1.35em;
  }
  .linea-caja30-suscribe {
    width: 240px;
  }
  .correo-Elec {
    font-size: 1em;
  }
  .E-mail-suscribe {
    width: 250px;
    height: 40px;
    font-size: 1.2em;
  }
  .btn-suscribe {
    width: 130px;
    font-size: 1.1em;
  }
  .linea-caja30-promociones {
    width: 150px;
  }
  .image-ayala {
    width: 278px;
  }
}
