* {
  box-sizing: border-box;
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}

html {
  max-width: 1920px;
  min-width: 320px;
  font-family: "Regular";
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
}

.contenedor-principal {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  max-width: 1920px;
  min-width: 320px;
  background-color: #ffffff;
}