/* ======================================= */
/*                  GLOBAL                 */
/* ======================================= */

/* * {
  font-family: 'Ubuntu', sans-serif;
}

h1, h2, h3, h4, h5, h6, input, textarea, select, button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}

ul, ol {
  list-style: none;
}

a:visited, a:link, a:focus, a:hover, a:active {
  list-style: none;
  text-decoration: none;
} */

/* Note 11 => >360 */
/* Mi A3   => 351-360px */
/* IF viewport width is 360px or smaller, */
@media (max-width: 360px) {

  /* 16 px esta bien */
  .titulosHome {
    font-size: 0.9rem;
  }
  .btnShareApp {
    font-size: 0.75rem;
  }

  .cardNameCompany {
    font-size: 1rem;
  }

  .cardAddressCompany {
    font-size: 0.75rem;
  }
}