@media (min-width: 1661px) and (max-width: 1930px) {
/*
  .header__superior {
    max-width: 2300px;
    padding-top: 5px;
    padding-bottom: 0px;
  }
*/
/*
  .search input {
    width: 160px;
    justify-content: right;
  }
*/

  /*NAVEGACION ------------------------------------------*/
  .container__menu {
    top: 65px;
  }
  .accesos {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu {
    max-width: 1930px;
    margin: auto;
    height: 100%;
  }

  .contenedor-banner {
    width: 100%;
    position: relative;
  }
  .banner {
    width: 100%;
    padding: 0;
    margin-top: 60px;
    height: calc(100vh +10);
    background-size: cover;
    background-position: top;
    transition: all 0.1s ease-out;
    animation: banner_1930 12s infinite linear;
  }
  @keyframes banner_1930 {
    0%,
    20% {
      background-image: url("../img/Banner_uno.jpg");
    }
    21%,
    40% {
      background-image: url("../img/Banner_dos.jpg");
    }
    41%,
    60% {
      background-image: url("../img/Banner_tres.jpg");
    }
    61%,
    80% {
      background-image: url("../img/Banner_cuatro.jpg");
    }
    81%,
    100% {
      background-image: url("../img/Banner_cinco.jpg");
    }
  }

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