* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

html {
  font-size: 16px;
}

body {
  background-color: #ffffff;
}

.tituloSeccion {
  font-size: 1.8rem;
  color: #000000;
  text-align: center;
  margin: 40px 0px 10px 0px;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}