@media (max-width: 800px) {

     @import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');


     body {
     font-family: 'Comfortaa', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     display: flex !important;
     flex-direction: column !important;
     min-height: 100% !important;
     }
     
     footer {
     margin-top: auto !important;
     }
     
     .iconoEmail {
          font-size: 1rem !important;
          background-color: black !important;
          border: 1px solid transparent !important;
          color: white;
     }

     .laborare {
          display: flex;
          flex-direction: column;
          padding-top: 18vh;
          padding-bottom: 0vh;
     }

     .logo {
          width: 80vw;
      }
  
     .menuMobile {
          background-color: #505050;
          border-top: 4px solid #ffffff;
          color: white !important;
          margin-bottom: 0vh !important;
          padding: 2vh;
     }

     .imagenEstrella {
          display: none;
     }

     .idiomas {
          display: none;
     }

     .idiomasMobile {
          width: 100%;
          margin-top: 3vh;
          padding-right: 2vh;
          display: flex;
          justify-content: flex-end;
     }

     .inicio {

          display: flex;
          justify-content: space-between;
     }

     .primary {
          display: none;
     }


     .mobileVersion {
          display: flex;
          justify-content: center;
          margin-top: 12px;
          width: 100%;
     }

     .versionado {
          display: flex;
          align-items: end;
          font-size: 0.7rem;
          font-weight: 100;
          margin-left: 10px;
          color: white
     }

     .versionadoPC {
          display: none;
     }

     .hheecc {
          font-size: 0.8rem;
     }

     .cajaLogo {
          margin: 0px;
          margin-top: 5vh;
     }

     .cajaSignGoogle {
          margin: 0px;
          margin-top: 2vh;
     }


     .imgInicio {
          height: 70px;
     }

     .contenidoLegal {
          color: white;
     }

     .menuFooter {
          display: none;
     }

    
     #lista{
          padding-left: 4vh;
          padding-right: 4vh;
      }

    
     menuMobile {
          background-color: rgb(56, 56, 56);
          border-top: 4px solid #ffffff;
          color: white !important;
          margin-bottom: 0vh !important;
          padding: 2vh;
      }

     footer {
          display: flex;
          flex-direction: column;
          justify-content: space-between;

     }

     .cajafooter {
          margin-top: 4vh;
     }

     .divider {
          padding-bottom: 0vh !important;
     }

}