@media (min-width: 720px) and (max-width: 1022px){

    *{
        border-radius: 0%;
    }
    .header__superior{
        max-width: 900px;
        padding: 10px;
    }
    .logo img{
        width: 50px;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .texto{
        font-size: 0.1em;
        content: "";
        visibility: hidden;
    }
    .texto::after{
        font-size: 25.8em;
        content: "A.N.D.V.";
        visibility:visible;
        color: #005E3B;
        margin-left: auto;
        margin-right: auto;
    }
    .search input {
        width: 155px;
        margin-top: 0px;
        margin-bottom: 0px;
        justify-content: right;
    }



    /*NAVEGACION DESKSTOP------------------------------------------*/
    .container__menu {
      display: none;
    }
    
    /*MENU_RESPONSIVE*/
    .topheader{
        position: fixed;
        background-color: #14161A;
        left: 0%;
        top: 0%;
        width: 100%;
        max-height: 65px;
        z-index: 10;
    }
    .topnav{
        width: 100%;
        height: 40px;
        background-color: rgba(0, 94, 59, 1);
        position: fixed;
        top: 63px;
        z-index: 10;
    }
    .logo1 {
        display: flex;
        padding-bottom: 10px;
    }
    .topnav .open-menu img{
        width: 25px;
      }
    .logo1 img {
        display: none;
        height: 20px;
        margin-right: 10px;
        margin-left: 48px;
        margin-top: 10px;
        cursor: pointer;
    }
    nav1{
        display: flex;
    }
    .menu1{
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 100px;
        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: 18px;
        color: white;
    }
    .open-menu {
        display: block;
        height: 30px;
        margin-right: 10px;
        margin-left: 48px;
        margin-top: 4px;
        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: 80%;
        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,.5);
    }
    .menu1 .img_log{
        width: 20px;
        margin-right: 6px;
    }

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




    .contenedor-banner{
        width: 100%;
        position: relative;
    }
    .banner{
        display: flex;
        position: relative;
        top: 20px;
        width: 100%;
        padding: 0;
        margin-top: 60px;
        height: calc(100vh + 80px);
        background-size: cover;
        background-position: top;
        transition: all .1s ease-out;
        animation: banner_1024 12s infinite linear;
    }
    @keyframes banner_1024{
        0%, 20%{
            background-image: url("../img/Banner_uno_1024.jpg"); 
        }
        21%, 40%{
            background-image: url("../img/Banner_dos_1024.jpg");
        }
        41%, 60%{
            background-image: url("../img/Banner_tres_1024.jpg"); 
        }
        61%, 80%{
            background-image: url("../img/Banner_cuatro_1024.jpg");
        }
        81%, 100%{
            background-image: url("../img/Banner_cinco_1024.jpg");
        }
    }
    .banner h1{
        font-size: 35px;
    }
    .consejeria{
        width: 170px;
        padding-left: 20px;
    }
    .bic{
        width: 170px;
        padding-left: 20px;
    }
    .sombra{
        box-shadow: none;
    }



    .caja70 {
        width: 590px;
        margin-top: 25px;
        margin-bottom: 0%;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
    }
    .caja30 {
        width: 590px;
        margin-top: 40px;
        margin-top: 0%;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
    }
    .caja70 .title {
        font-size: 1.4em;
    }
    .calendar {
        width: 20px;
        height: 25px;
    }
    .fecha_dato {
        font-size: .90em;
    }
    .image-uno {
        width: 125px;
        height: 125px;
    }
    .texto_uno {
        font-size: .95em;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .image-boja_uno {
        width: 95%;
    }
    .image-boja_dos {
        width: 95%;
    }
    .texto-centrado{
        width: 70%;
    }
    .texto-centrado p{
        font-size: .92em;
    }
    .image-uno-caja30{
        width: 150px;
        height: 150px;
    }
    .cajita{
        width: 100%;
        height: 40px;
    }
    .redesSociales{
        padding-left: 20%;
        padding-right: 20%;
    }
    .image-rss{
        width: 38px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .image-face{
        width: 38px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .image-twitter{
        width: 38px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .image-instagram{
        width: 38px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .title-colabora {
        font-size: 1.3em;
    }
    .linea-caja30-colabora {
        width: 115px;
    }
    .image-anglo{
        width: 120px;
    }
    .image-vidal{
        width: 120px;
    }
    .image-Uegha{
        width: 120px;
    }
    .image-garrudo{
        width: 120px;
    }
    .image-cruzcampo{
        width: 120px;
    }
    .title-suscribe {
        font-size: 1.3em;
    }
    .linea-caja30-suscribe {
        width: 300px;
    }
    .correo-Elec{
        font-size: .95em;
    }
    .E-mail-suscribe{
        width: 545px;
        height: 40px;
        margin-left: 20px;
        font-size: 1.2em;
    }
    .btn-suscribe{
        width: 130px;
        font-size: 1.05em;
    }
    .linea-caja30-promociones {
        width: 140px;
    }
    .image-ayala{
        width: 550px;  
    }

}