
@media only screen and (max-width: 940px) { 

    .img-agave2{

      display: none;

    }

    .image-1{

      display: none;

    }

 
}


@media only screen and (min-width: 840px) { 

  .footer{

    background-size: 100% auto;

  }

  .image-movil{

    display: none;

  }

}