/* 
  textura de movilidad y traspore
*/

@media (min-width:  1148px) and (max-width:  1370px) {
    #size{
        height: 1000px;
    }

}

  /* 
    etiquetas de actividades
  */
  
  @media (min-width:1201px)  {
      .bottom-cover {
          top: initial !important;
          bottom: 0 !important;
      }
  }

@media(min-width: 800px) and (max-width: 1041px)  {
    .two-images{
        top: initial !important;
        bottom: 0 !important;
    }
}

/*
   menu eco y pet
 */
@media (min-width: 501px) {
    #small-menu{
        display:none
    }
}

@media (min-width: 320px) and (max-width: 501px)  {
    #header{
        height: 105px;
    }
}



/*!* */
  /*  ##Device = Tablets, Ipads (portrait)*/
  /*  ##Screen = B/w 768px to 1024px*/
  /**!*/
  
  /*@media (min-width: 768px) and (max-width: 1024px) {*/
  /*  */
  /*  .body {*/
  /*      background-color: orange;*/
  /*  }*/
  /*  */
  /*}*/
  
  /*!* */
  /*  ##Device = Tablets, Ipads (landscape)*/
  /*  ##Screen = B/w 768px to 1024px*/
  /**!*/
  
  /*@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {*/
  /*  */
  /*  .body {*/
  /*      background-color: green;*/
  /*  }*/

  /*  */
  /*}*/
  
  /*!* */
  /*  ##Device = Low Resolution Tablets, Mobiles (Landscape)*/
  /*  ##Screen = B/w 481px to 767px*/
  /**!*/
  
  /*@media (min-width: 481px) and (max-width: 767px) {*/
  /*  */
  /*  .body {*/
  /*      background-color: black;*/
  /*  }*/
  /*  */
  /*  */
  /*}*/
  
  /*!* */
  /*  ##Device = Most of the Smartphones Mobiles (Portrait)*/
  /*  ##Screen = B/w 320px to 479px*/
  /**!*/
  
  /*@media (min-width: 320px) and (max-width: 480px) {*/
  /*  */
  /*  .body {*/
  /*      background-color: pink;*/
  /*  }*/
  /*  */
  /*}*/