@media (min-width: 430px) and (max-width: 719px) {
  .animado {
    opacity: 1;
    transition: all 0.5s;
  }
  * {
    border-radius: 0%;
  }
  .header__superior {
    max-width: 800px;
    max-height: 65px;
    padding: 20px;
  }
  .logo img {
    width: 50px;
    margin-left: 20px;
  }
  .texto {
    font-size: 0.1em;
    content: "";
    visibility: hidden;
  }
  .texto::after {
    font-size: 27em;
    content: "A.N.D.V.";
    visibility: visible;
    color: #005e3b;
    margin-left: auto;
    margin-right: auto;
  }
  .search input {
    display: none;
    width: 155px;
    justify-content: right;
  }
  .container__menu {
    height: 45px;
    top: 60px;
  }

  nav > ul {
    flex-direction: column;
    background-color: #005e3b;
    position: fixed;
    left: 0;
    top: 105px;
    width: 100%;
    height: 0px;
    transition: all 200ms ease;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
  }
  nav > ul > li > a {
    font-size: 1.05em;
  }
  nav > ul > li > a:hover {
    transform: scale(1);
  }
  /*submenu*/
  nav ul li ul {
    left: 130px;
  }
  nav > ul > li:hover ul {
    top: 60px;
  }
  nav > ul > li:first-child a {
    background-position: 40px;
  }
  nav ul li ul {
    width: 240px;
  }
  .selected {
    transform: scale(1);
  }

  #label__check {
    display: block;
  }
  .icon__menu {
    display: flex;
    width: 60px;
    height: 60px;
    margin-left: 25px;
    padding-bottom: 15px;
  }
  #check__menu:checked ~ nav > ul {
    height: 420px;
    transition: all 300ms ease;
    opacity: 1;
    visibility: visible;
  }

  /*NAVEGACION DESKSTOP------------------------------------------*/
  .container__menu {
    display: none;
  }

  /*MENU_RESPONSIVE*/
  .topheader {
    position: fixed;
    background-color: #14161a;
    left: 0%;
    top: 0%;
    width: 100%;
    max-height: 85px;
    z-index: 10;
  }
  .topnav {
    width: 100%;
    height: 40px;
    background-color: rgba(0, 94, 59, 1);
    position: fixed;
    top: 60px;
    z-index: 10;
  }
  .logo1 {
    display: flex;
    padding-bottom: 10px;
  }
  .topnav .open-menu img{
    width: 25px;
  }
  .logo1 img {
    display: none;
    height: 30px;
    margin-right: 10px;
    margin-left: 48px;
    margin-top: 10px;
    cursor: pointer;
  }
  nav1 {
    display: flex;
  }
  .menu1 {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 95px;
    width: 100%;
    height: 100%; /*alto de menu*/
    overflow-y: auto;
    display: flex;
    background-color: rgba(0, 94, 59, 1);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    transition: all 0.3s ease-in-out;
  }
  .menu1 a {
    font-size: 16px;
    color: white;
  }
  .open-menu {
    display: block;
    height: 30px;
    margin-right: 10px;
    margin-left: 48px;
    margin-top: 6px;
    cursor: pointer;
    border: none;
    background: none;
  }
  .close-menu {
    display: none;
  }
  .menu_opened {
    opacity: 1;
    pointer-events: all;
  }
  .selected1 {
    background-image: url(../img/inicio_blank_100.png);
    background-size: 28px;
    background-repeat: no-repeat;
    display: flex;
    padding-top: 10px;
    margin-left: 4%;
  }
  .menu1 li {
    padding: 22px 40px;
    list-style: none;
    transition: all 0.3s;
  }
  .menu1 li a {
    padding: 14px 1px;
    padding-left: 1%;
    padding-right: 70%;
    list-style: none;
  }
  .menu1 li:hover {
    display: block;
    align-items: center;
    padding-left: 45px;
    color: white;
    cursor: pointer;
    background-color: #95ce5e;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  }
  .menu1 .img_log {
    width: 20px;
    margin-right: 6px;
  }

  /*-------------------------------------------------------------------------------------*/

  .contenedor-banner {
    width: 100%;
    position: relative;
  }
  .banner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    background-size: cover;
    margin-top: 85px;
    height: calc(40vh + 80px);
    transition: all 0.8s ease-in-out;
    animation: banner_720 12s infinite linear;
  }
  @keyframes banner_720 {
    0%,
    20% {
      background-image: url("../img/Banner_uno_720.jpg");
    }
    21%,
    40% {
      background-image: url("../img/Banner_dos_720.jpg");
    }
    41%,
    60% {
      background-image: url("../img/Banner_tres_720.jpg");
    }
    61%,
    80% {
      background-image: url("../img/Banner_cuatro_720.jpg");
    }
    81%,
    100% {
      background-image: url("../img/Banner_cinco_720.jpg");
    }
  }
  .banner h1 {
    font-size: 23px;
  }
  .consejeria {
    width: 145px;
  }
  .bic {
    width: 145px;
  }
  .contenedor {
    background-color: #fef8e1;
  }
  .sombra {
    box-shadow: none;
  }
  .caja70 {
    width: 400px;
    margin-top: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 0%;
  }
  .caja30 {
    width: 400px;
    margin-top: 40px;
    box-shadow: none;
    margin-top: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .cajita {
    width: 100%;
    height: 40px;
  }
  .title {
    font-size: 1.35em;
  }
  .calendar {
    width: 18px;
    height: 23px;
  }
  .fecha_dato {
    font-size: 0.85em;
  }
  .image-central {
    width: 100%;
  }
  .filigrana {
    width: 40%;
  }
  .image-uno {
    width: 125px;
    height: 125px;
  }
  .texto_uno {
    font-size: 0.95em;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 0;
    padding-right: 0;
  }
  .image-boja_uno {
    width: 100%;
  }
  .image-boja_dos {
    width: 100%;
  }
  .texto-centrado {
    width: 70%;
  }
  .texto-centrado p {
    font-size: 0.92em;
  }

  .E-mail-suscribe {
    width: 350px;
  }
  .btn-suscribe {
    width: 130px;
    font-size: 1.05em;
  }
  .btn-suscribe:hover {
    background: #005e3b;
  }
  .linea-caja30-promociones {
    width: 165px;
  }
  .image-ayala {
    width: 370px;
  }
}
