* {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
}

.sobrenos22 .page-container.bottom-offset {
  margin: 0;
}

body .site-content {
  background-color: #f3f3f3;
}
body .site-content::before, body .site-content::after {
  margin: 0;
}

.page-container {
  max-width: 100%;
}

.heroAbout {
  margin-inline: 107px;
  margin-top: 4rem;
}
.heroAbout .hello h1 {
  font-family: "LinotypeTetriaRegular";
  font-style: normal;
  font-weight: bold;
  font-size: 9rem;
  line-height: 106.9%;
  letter-spacing: -0.025em;
  color: #fff;
}
.heroAbout .blocks {
  display: flex;
  align-items: flex-end;
}
.heroAbout .blocks .lider h3 {
  font-family: "LinotypeTetriaRegular";
  font-style: normal;
  font-weight: bold;
  font-size: 5rem;
  line-height: 106.9%;
  letter-spacing: -0.025em;
  color: #ffc42d;
  max-width: 80%;
}
.heroAbout .blocks .dummytext hr {
  background-color: #ffc42d;
  max-width: 64%;
}
.heroAbout .blocks .dummytext p {
  margin-top: 15px;
  max-width: 64%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #989496;
}

.quebra {
  margin-top: 9rem;
  position: relative;
}
.quebra img {
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shapes {
  padding-inline: 107px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}
.shapes::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 0;
  z-index: 2;
  border-top: 0 solid transparent;
  border-left: 200px solid #cccccc;
  border-bottom: 200px solid transparent;
  transform: rotate(-90deg);
}
.shapes::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 0;
  z-index: 2;
  border-top: 0 solid transparent;
  border-left: 400px solid #f5f4f4;
  border-bottom: 400px solid transparent;
  transform: rotate(90deg);
}
.shapes .confianca h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  color: #ffc629;
  max-width: 30%;
}
.shapes .confianca p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #989496;
  max-width: 40%;
  margin: auto 0;
}
.shapes .orgulhosa {
  display: flex;
  justify-content: center;
  max-width: 33%;
  margin: 0 auto;
  margin-top: 160px;
}
.shapes .orgulhosa p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #989496;
  font-weight: 300;
}
.shapes .orgulhosa span {
  color: #ffc629;
  font-weight: 300;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
}

.portugal {
  background-color: hsl(44, 100%, 58%);
  display: flex;
  align-items: center;
  padding-inline: 107px;
}
.portugal .info {
  width: 50%;
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.portugal .info h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  line-height: 64px;
  color: #ffffff;
  max-width: 40%;
}
.portugal .info p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 30px;
  color: #2b2b2b;
  max-width: 58%;
  margin: auto 0;
}
.portugal .mapa {
  width: 50%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.portugal .mapa lottie-player {
  margin: 0 auto;
  width: 50%;
  height: 50%;
}

.banner {
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
}
.banner h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}
.banner a {
  text-decoration: none;
  background-color: #ffc629;
  color: white;
  text-decoration: none;
  padding: 0.5rem 2rem;
  width: auto;
  border-radius: 5px;
  font-size: 1.125rem;
  transition: all 0.6s ease;
}
.banner a:hover {
  transform: scale(1.1);
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .heroAbout .hello h1 {
    font-size: 9rem;
  }
  .heroAbout .blocks .lider h3 {
    font-size: 4rem;
    max-width: 80%;
  }
  .heroAbout .blocks .dummytext hr {
    background-color: #ffc42d;
    max-width: 64%;
  }
  .heroAbout .blocks .dummytext p {
    margin-top: 15px;
    max-width: 69%;
    font-size: 1.125rem;
  }
  .quebra {
    margin-top: 9rem;
    position: relative;
  }
  .quebra::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffc42d;
    position: absolute;
    left: 0;
  }
  .quebra img {
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shapes .confianca h3 {
    font-size: 3rem;
    line-height: 64px;
    max-width: 30%;
  }
  .shapes .confianca p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #989496;
    max-width: 40%;
    margin: auto 0;
  }
  .shapes .orgulhosa {
    max-width: 45%;
  }
  .shapes .orgulhosa p {
    font-size: 1.5rem;
  }
  .shapes .orgulhosa span {
    font-size: 1.5rem;
  }
  .portugal .info h3 {
    font-size: 3rem;
    max-width: 45%;
  }
  .portugal .info p {
    font-size: 1.125rem;
    max-width: 58%;
  }
  .banner h5 {
    font-size: 2.25rem;
  }
  .banner a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .heroAbout .hello h1 {
    font-size: 8rem;
  }
  .heroAbout .blocks .lider h3 {
    font-size: 3.6rem;
    max-width: 80%;
  }
  .heroAbout .blocks .dummytext hr {
    background-color: #ffc42d;
    max-width: 64%;
  }
  .heroAbout .blocks .dummytext p {
    margin-top: 15px;
    max-width: 69%;
    font-size: 1rem;
  }
  .quebra img {
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shapes .confianca h3 {
    font-size: 2.6rem;
    line-height: 64px;
    max-width: 30%;
  }
  .shapes .confianca p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #989496;
    max-width: 40%;
    margin: auto 0;
  }
  .shapes .orgulhosa {
    max-width: 45%;
  }
  .shapes .orgulhosa p {
    font-size: 1.3rem;
  }
  .shapes .orgulhosa span {
    font-size: 1.3rem;
  }
  .portugal .info h3 {
    font-size: 2.5rem;
    max-width: 38%;
    line-height: 1.4;
  }
  .portugal .info p {
    font-size: 1rem;
    max-width: 70%;
  }
  .banner h5 {
    font-size: 2rem;
  }
  .banner a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1199px) {
  .heroAbout {
    margin-inline: 20px;
  }
  .heroAbout .hello h1 {
    font-size: 6rem;
  }
  .heroAbout .blocks .lider h3 {
    font-size: 3rem;
    max-width: 100%;
  }
  .heroAbout .blocks .dummytext hr {
    background-color: #ffc42d;
    max-width: 64%;
  }
  .heroAbout .blocks .dummytext p {
    margin-top: 15px;
    max-width: 80%;
    font-size: 0.875rem;
  }
  .quebra img {
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shapes .confianca h3 {
    font-size: 2.2rem;
    line-height: 1.1;
    max-width: 60%;
  }
  .shapes .confianca p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #989496;
    max-width: 60%;
    margin: auto 0;
  }
  .shapes .orgulhosa {
    max-width: 75%;
  }
  .shapes .orgulhosa p {
    font-size: 1.1rem;
  }
  .shapes .orgulhosa span {
    font-size: 1.1rem;
  }
  .portugal {
    padding-inline: 30px;
  }
  .portugal .info h3 {
    font-size: 2.5rem;
    max-width: 80%;
    line-height: 1.4;
  }
  .portugal .info p {
    font-size: 0.876rem;
    max-width: 80%;
  }
  .banner h5 {
    font-size: 2rem;
  }
  .banner a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
  .heroAbout {
    margin-inline: 20px;
    margin-top: 4rem;
  }
  .heroAbout .hello h1 {
    margin: 0;
    font-size: 2.5rem;
    line-height: auto;
  }
  .heroAbout .blocks {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .heroAbout .blocks .lider h3 {
    font-size: 1.875rem;
    max-width: 80%;
    line-height: 115%;
  }
  .heroAbout .blocks .dummytext hr {
    max-width: unset;
  }
  .heroAbout .blocks .dummytext p {
    max-width: unset;
    font-size: 0.875rem;
    line-height: auto;
  }
  .quebra {
    margin-inline: -20px;
    margin-top: 3.125rem;
    position: relative;
  }
  .quebra img {
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shapes {
    margin-inline: -20px;
    padding-inline: 40px;
    padding-top: 4rem;
    padding-bottom: 8rem;
    position: relative;
  }
  .shapes::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 0;
    z-index: 2;
    border-top: 0 solid transparent;
    border-left: 150px solid #cccccc;
    border-bottom: 150px solid transparent;
    transform: rotate(-90deg);
  }
  .shapes::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 0;
    z-index: 2;
    border-top: 0 solid transparent;
    border-left: 150px solid #f5f4f4;
    border-bottom: 150px solid transparent;
    transform: rotate(90deg);
  }
  .shapes .confianca h3 {
    font-size: 1.875rem;
    line-height: 1.1;
    max-width: 80%;
  }
  .shapes .confianca p {
    font-size: 0.875rem;
    line-height: auto;
    max-width: unset;
    margin: auto 0;
  }
  .shapes .orgulhosa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: unset;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .shapes .orgulhosa p {
    font-size: 1.0625rem;
    line-height: auto;
  }
  .shapes .orgulhosa span {
    font-size: 1.0625rem;
  }
  .portugal {
    background-color: hsl(44, 100%, 58%);
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-inline: -20px;
    padding-inline: 40px;
  }
  .portugal .info {
    width: 100%;
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .portugal .info h3 {
    font-size: 1.875rem;
    line-height: 1.1;
    max-width: 80%;
  }
  .portugal .info p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: auto;
    color: #2b2b2b;
    max-width: unset;
    margin: auto 0;
  }
  .portugal .mapa {
    width: 100%;
    margin-top: 0rem;
    margin-bottom: 4rem;
  }
  .portugal .mapa lottie-player {
    margin: 0 auto;
    width: 50%;
    height: 50%;
  }
  .banner {
    margin-inline: -20px;
    padding-inline: 40px;
    background: rgba(0, 0, 0, 0.78);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30vh;
  }
  .banner h5 {
    font-style: normal;
    text-transform: initial;
    font-weight: bold;
    font-size: 2rem;
    line-height: 48px;
    color: #ffffff;
  }
  .banner a {
    text-decoration: none;
    background-color: #ffc629;
    color: white;
    text-decoration: none;
    padding: 0.5rem 2rem;
    width: auto;
    border-radius: 5px;
    font-size: 1.125rem;
    transition: all 0.6s ease;
  }
  .banner a:hover {
    transform: scale(1.1);
  }
}/*# sourceMappingURL=style.css.map */