body {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.sectionprincipal .sectionprincipal__titulo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sectionprincipal .sectionprincipal__titulo .sectionprincipal__titulo--h1 {
  font-size: 3.5em;
  color: #0000ff;
  text-align: center;
  margin: 48px 0;
  font-weight: bold;
  text-transform: uppercase;
}

.sectionprincipal .sectionImg__div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 48px 0;
}

.sectionprincipal .sectionImg__div .sectionImg__div--img {
  object-fit: contain;
  object-position: center;
  width: 35%;
  height: auto;
}

.sectionprincipal .sectionInfo__div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.sectionprincipal .sectionInfo__div .sectionInfo__div--p {
  font-size: 1.5em;
  color: #000;
  text-align: center;
  margin: 48px 0;
  font-weight: bold;
  text-transform: uppercase;
}

/*# sourceMappingURL=style.css.map */
