*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}

html {
  font-family: "Inria Serif", serif;
  box-sizing: border-box;
  font-size: 62.5%;
  color: #396780;
  font-weight: 400;
  line-height: 1.5;
}

body {
  font-size: 1.8rem;
  background-color: #fff;
}

@media only screen and (min-width: 720px) {
  body {
    font-size: 2.4rem;
  }
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 2rem;
}

header > nav {
  display: flex;
  align-items: center;
  max-width: 120rem;
  width: 100%;
  justify-content: space-between;
  min-height: 80px;
}

header > nav img {
  max-width: 18rem;
}

header > nav > ul {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.button {
  background-color: #396780;
  color: #fff;
  border-radius: 0.8rem;
  padding: 0.8rem 1.2rem;
  font-weight: bold;
  text-align: center;
}

h1 {
  font-weight: bold;
  font-size: 4rem;
}

h2 {
  font-weight: bold;
  font-size: 2.8rem;
}

@media only screen and (max-width: 720px) {
  header > nav {
    padding-top: 2rem;
    flex-direction: column;
  }

  header > nav ul {
    margin-top: 2rem;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}

main {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #c5daea;
  padding: 4rem 2rem;
}

main > div {
  display: flex;
  align-items: center;
  max-width: 120rem;
  width: 100%;
  justify-content: space-between;
}

main > div img {
  max-width: 45rem;
}

main > div > div p {
  max-width: 50rem;
}

main > div > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

main > div > div h1 {
  margin-bottom: 1rem;
}

main > div > div a {
  margin-top: 4rem;
  display: block;
  /* align-self: center; */
}

@media only screen and (max-width: 720px) {
  main > div {
    flex-direction: column;
  }

  main > div > div a {
    margin-bottom: 3rem;
  }
}

.who {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f2f2f7;
  padding: 8rem 2rem;
}

.who > div {
  display: flex;
  align-items: center;
  max-width: 60rem;
  width: 100%;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

.who > div h1 {
  margin-bottom: 2rem;
}

.who > div p:nth-child(2) {
  margin-bottom: 3rem;
}

.who > div a {
  margin-top: 6rem;
}

.features {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8rem 2rem;
}

.features > div {
  display: flex;
  align-items: center;
  max-width: 120rem;
  width: 100%;
  justify-content: space-between;
}

.features > div ul {
  list-style: disc;
  list-style-position: inside;
}

.features > div ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.features > div > div {
  display: flex;
  flex-direction: column;
}

.features > div img {
  max-width: 30rem;
}

.features > div h1 {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 720px) {
  .features > div {
    flex-direction: column;
  }

  .features > div img {
    max-width: 100%;
  }

  .features > div ul {
    margin-top: 2rem;
  }
}

.nosomos {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #c5daea;
  padding: 8rem 2rem;
}

.nosomos > div {
  display: flex;
  align-items: center;
  max-width: 120rem;
  width: 100%;
  justify-content: center;
}

.nosomos > div ul {
  list-style: disc;
  list-style-position: inside;
  margin-top: 3rem;
  max-width: 55rem;
}

.nosomos > div > div {
  width: 100%;
}

.nosomos > div ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.nosomos > div > div:last-child {
  display: flex;
  justify-content: center;
}

.nosomos > div a {
  justify-self: flex-start;
  /* margin-right: auto; */
  /* margin-left: 20rem; */
}

@media only screen and (max-width: 720px) {
  .nosomos > div {
    flex-direction: column;
  }

  .nosomos > div ul {
    margin-top: 2rem;
  }

  .nosomos > div a {
    margin-top: 6rem;
  }
}

.requisitos img {
  max-width: 50rem !important;
  margin-right: 3rem;
}

@media only screen and (max-width: 720px) {
  .requisitos img {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}

.simulador {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8rem 2rem;
}

.simulador > div {
  display: flex;
  align-items: center;
  max-width: 120rem;
  width: 100%;
  flex-direction: column;
}

.simulador > div > div > div {
  color: #fff;
  background-color: #386581;
  text-align: center;
  padding: 3rem;
}

.simulador > div > div > div h2 {
  margin-bottom: 2rem;
}

.simulador > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.simulador > div > div > div:not(:last-child) {
  /* margin-right: 3rem; */
}

.simulador > div a {
  margin-top: 6rem;
  width: 100%;
  max-width: 25rem;
}

.simulador > div h1 {
  margin-bottom: 3rem;
}

.simulador input {
  color: #000;
  padding: 0 0.5rem;
}

@media only screen and (max-width: 720px) {
  .simulador > div > div > div {
    width: 100%;
  }
}

.testimonios {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f2f2f7;
  padding: 8rem 2rem;
}

.testimonios img {
  max-width: 5rem;
}

.testimonios > div {
  display: flex;
  align-items: center;
  max-width: 120rem;
  width: 100%;
  flex-direction: column;
}

.testimonios > div h1 {
  margin-bottom: 3rem;
}

.testimonios > div > div > div {
  background-color: orange;
  max-width: 35rem;
  padding: 3rem;
  background-color: #c5daea;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonios > div > div > div img {
  margin-bottom: 2rem;
}

.testimonios > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.testimonios > div > div > div > p {
  font-size: 2rem;
}

.testimonios > div > div > div > p:last-child {
  margin-top: 2rem;
  font-weight: bold;
}

.testimonios > div > div > div:nth-child(2) {
  background-color: #396780;
  color: #fff;
}

.info1 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3rem 2rem;
  font-size: 1.6rem;
}

.info1 > div {
  max-width: 120rem;
  width: 100%;
}

.info2 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3rem 2rem;
  font-size: 1.6rem;
}

.info2 > div {
  max-width: 120rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.info2 > div > div {
  width: 100%;
}

@media only screen and (max-width: 720px) {
  .info2 > div {
    flex-direction: column;
  }

  .info2 > div > div {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.info3 {
  width: 100%;
  display: flex;
  justify-content: center;
  /* padding: 3rem 2rem; */
  font-size: 1.6rem;
}

.info3 > div {
  /* max-width: 120rem; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 3rem; */
}

.info3 > div > div {
  width: 100%;
  height: 100%;
}

.info3 > div > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info3 > div > div {
  padding: 2rem;
}

@media only screen and (max-width: 720px) {
  .info3 > div {
    flex-direction: column;
  }

  .info3 > div > div {
    width: 100%;
    /* margin-bottom: 3rem; */
  }
}

footer {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3rem 2rem;
  font-size: 1.6rem;
  background-color: #396780;
  color: #fff;
}

footer > div {
  max-width: 120rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

footer > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer > div > div > p {
  margin: 0 1rem;
}
