body {
  box-sizing: border-box;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.navbar ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.navbar ul li {
  list-style: none;
  margin: 0 10px;
  font-size: 1.15rem;
  cursor: pointer;
  color: #019c7c;
  transition: all 0.15s ease-in-out;
  padding: 10px;
}
.navbar ul li:hover {
  background: #019c7c;
  color: white;
  padding: 10px;
  border-radius: 0.5rem;
}
.navbar ul li a {
  text-decoration: none;
  color: inherit !important;
  font-weight: 400;
}

.box-main {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.box-main img {
  width: 15rem;
}
.box-main .text {
  width: 100%;
  max-width: 35rem;
  padding-right: 3rem;
}

.beneficios {
  background: #f5f5f5;
  min-height: 20rem;
  padding: 5rem 0;
}
.beneficios .beneficios-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.5rem;
}
.beneficios .beneficios-box i,
.beneficios .beneficios-box svg {
  color: #019c7c;
  font-size: 1.75rem;
  padding: 1rem;
}

.logo {
  height: 5rem;
  cursor: pointer;
}

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