*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

body {
  font-family: "Red Hat Display", sans-serif;
  overflow-x: hidden;
}

.logo-container__logo {
  padding-top: 48px;
  margin: 0 auto;
}

.principal {
  display: flex;
  flex-wrap: wrap;
  padding-top: 4rem;
}
@media (min-width: 1100px) {
  .principal {
    flex-wrap: nowrap;
  }
}
.principal__left {
  width: 50%;
  position: relative;
  right: 20px;
}
.principal__right {
  width: 50%;
  position: relative;
  left: 20px;
}
@media (min-width: 1100px) {
  .principal__right {
    order: 3;
  }
}
.principal__text {
  padding: 3rem 2rem 2rem;
  text-align: center;
}
@media (min-width: 550px) {
  .principal__text {
    padding: 3rem 10rem 2rem;
  }
}
@media (min-width: 1100px) {
  .principal__text {
    order: 1;
    padding: 3rem 2rem 2rem;
  }
}
.principal__text--title {
  font-size: 40px;
  font-weight: 900;
  line-height: 110%;
  color: #28283d;
  margin-bottom: 1.5rem;
  padding: 0 1rem 0;
}
.principal__text--p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  padding: 0 0rem 1.5rem;
}

.btn {
  display: block;
  margin: auto;
  margin-bottom: 1rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
  border: none;
  font-weight: 900;
  line-height: 150%;
  font-size: 16px;
  color: white;
}
@media (min-width: 550px) {
  .btn {
    display: inline-block;
    margin: 0.5rem;
  }
}
.btn--blue {
  background-color: #4d96a9;
}
.btn--purple {
  background-color: #855fb1;
  margin-bottom: 2rem;
  height: 56px;
}

.cerouno {
  padding: 2rem 2rem 4rem;
}
.cerouno__circulo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #d1d1df;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #87879d;
  line-height: 150%;
  font-weight: 900;
  position: relative;
  margin-top: 80px;
  background-color: white;
}
.cerouno__circulo::before {
  content: "";
  position: absolute;
  height: 80px;
  border: 0.5px solid #d1d1df;
  top: -80px;
}

.fotos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
@media (min-width: 1280px) {
  .fotos {
    max-width: 1120px;
    margin: auto;
    margin-bottom: 4rem;
  }
}
.fotos img {
  min-height: 144px;
  min-width: 144px;
  width: 40%;
  height: 40%;
  margin: 0.5rem;
  border-radius: 8px;
  width: 20%;
}
@media (min-width: 1280px) {
  .fotos img {
    max-height: 256px;
  }
}

.second__text {
  padding: 0px 2rem 4rem;
  text-align: center;
}
@media (min-width: 550px) {
  .second__text {
    padding: 0px 8rem 4rem;
  }
}
@media (min-width: 1280px) {
  .second__text {
    max-width: 544px;
    padding: 0;
    margin: auto;
  }
}
.second__text--span {
  color: #4d96a9;
  font-size: 12px;
  letter-spacing: 4px;
  line-height: 110%;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.second__text--h2 {
  color: #28283d;
  font-size: 2rem;
  font-weight: 900;
  line-height: 110%;
  margin-bottom: 2rem;
}
@media (min-width: 550px) {
  .second__text--h2 {
    padding: 8px 3rem;
  }
}
.second__text--p {
  color: #87879d;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.footer {
  padding: 4rem 2.4rem;
  text-align: center;
  background: linear-gradient(rgba(0, 188, 212, 0.8), rgba(0, 188, 212, 0.8)), url("./assets/desktop/image-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 550px) {
  .footer {
    padding: 4rem 8rem;
    background-position: center center;
  }
}
@media (min-width: 1280px) {
  .footer {
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
    min-height: 312px;
    background-position: center center;
  }
}
.footer--h3 {
  color: white;
  font-size: 2rem;
  font-weight: 900;
  line-height: 110%;
  margin-bottom: 1.5rem;
}
@media (min-width: 1280px) {
  .footer--h3 {
    max-width: 345px;
    margin-right: 50px;
  }
}
.footer--p {
  color: white;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media (min-width: 1280px) {
  .footer--p {
    max-width: 355px;
    margin-right: 50px;
    padding-right: 30px;
  }
}

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