:root {
  --azul-claro: #2173bb;
  --bg: #03112a;
  --azul-escuro: #082b54;
  --branco: white;
  --amarelo: #ffb72c;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--azul-claro);
  text-decoration: none;
}

.body {
  background-color: var(--bg);
}

.section {
  background-image: url('../images/tecnologia-de-ponta.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: none;
  margin-left: auto;
  line-height: 20px;
  display: flex;
  position: relative;
  right: 0;
}

.image {
  object-fit: fill;
  object-position: 100% 50%;
  width: 50.57%;
  height: auto;
  margin-right: 0;
  position: relative;
  inset: auto;
}

.image-2 {
  object-fit: fill;
  width: 39.73%;
  height: auto;
  position: absolute;
  inset: auto 2.7% auto auto;
}

.image-3 {
  width: 24.79%;
  height: auto;
  position: absolute;
  inset: auto 10.35% auto auto;
}

.image-4 {
  width: 11.455%;
  position: absolute;
  top: 11.13%;
  right: 44.32%;
}

.image-5 {
  width: 5%;
  position: absolute;
  top: 35.89%;
  right: 7.7%;
}

.image-6 {
  width: 3.28%;
  position: absolute;
  top: 76.43%;
  right: 20.98%;
}

.image-7 {
  width: 44.89%;
  position: absolute;
  right: 11.55%;
}

.div-block-2 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  display: flex;
  position: absolute;
}

.image-8 {
  width: 100%;
  height: auto;
}

.link-block {
  width: 10.93%;
  height: auto;
  margin-top: 0%;
  margin-left: 10%;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 10%;
  display: flex;
}

.text-block {
  color: var(--azul-escuro);
  font-size: 20px;
}

.text-block.alt-branco {
  color: var(--branco);
}

.text-block-2 {
  color: var(--azul-escuro);
  font-size: 1.87vw;
  font-weight: 700;
  line-height: .75em;
}

.text-block-2.alt-branco {
  color: var(--branco);
}

.div-block-3 {
  z-index: 2;
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 15%;
  display: flex;
  position: absolute;
}

.heading {
  color: var(--azul-escuro);
  text-transform: uppercase;
  width: 31.77%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 13.69%;
  font-size: 3.17vw;
  line-height: 1em;
}

.text-span {
  color: var(--branco);
  font-weight: 400;
}

.paragraph {
  opacity: .75;
  color: var(--branco);
  width: 29.27%;
  margin-bottom: 0;
  margin-left: 13.69%;
  font-size: 1.14vw;
  line-height: 1.6vw;
}

.link-block-3 {
  background-color: var(--amarelo);
  border-radius: 1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22.76%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.3vw;
  padding-bottom: 1.3vw;
  transition: all .2s ease-in-out;
  display: flex;
}

.link-block-3:hover {
  transform: scale(.9);
}

.text-block-3 {
  color: var(--azul-escuro);
  font-size: 1.66vw;
  font-weight: 700;
}

.div-block-4 {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-2 {
  color: var(--amarelo);
  text-align: center;
  text-transform: uppercase;
  width: 680px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 54px;
}

.text-span-2 {
  color: var(--branco);
  font-weight: 400;
}

.section-2 {
  padding-top: 60px;
  position: relative;
}

.button {
  background-color: #f469bf;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s ease-in-out;
  display: flex;
}

.button:hover {
  transform: scale(.9);
}

.button.button-small {
  background-color: var(--amarelo);
  color: var(--azul-escuro);
  border-radius: 10px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 16px;
}

.servicos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-28 {
  border: 5px solid var(--amarelo);
  border-radius: 35px;
  justify-content: space-between;
  align-items: center;
  width: 624px;
  height: 297px;
  padding-left: 40px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.div-block-28.div-block-28-alt {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  border-style: none;
  border-color: var(--azul-escuro);
  background-color: var(--azul-escuro);
  flex-flow: row-reverse;
  padding-left: 0;
}

.div-block-28.div-block-28-alt-2 {
  background-color: var(--azul-claro);
  background-image: url('../images/gestao-e-controle.avif');
  background-position: 115%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  justify-content: center;
  align-items: center;
}

.heading-5 {
  color: var(--azul-claro);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.image-15 {
  width: auto;
  height: 64px;
}

.div-block-31 {
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-top: 30px;
  display: flex;
}

.heading-6 {
  color: #e9f2f7;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 48px;
}

.heading-6.heading-2-alt {
  color: #00599e;
  text-align: center;
}

.div-block-33 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 90px;
  padding-right: 75px;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-16 {
  width: auto;
}

.div-block-27 {
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  height: 297px;
  margin-top: 100px;
  display: flex;
}

.paragraph-3 {
  color: gray;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.image-14 {
  align-self: flex-end;
  width: auto;
  height: auto;
}

.image-14.caminhonete {
  align-self: center;
  margin-left: -132px;
}

.image-14.maquina {
  margin-bottom: 15px;
}

.div-block-32 {
  background-color: #fff;
  border-radius: 35px;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.destaque {
  color: #f469bf;
}

.div-block-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 5px solid var(--amarelo);
  border-radius: 35px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 297px;
  height: 297px;
  padding: 30px;
  display: flex;
}

.div-block-30.div-block-30-alt {
  border-color: var(--azul-claro);
}

.heading-4 {
  color: var(--amarelo);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.bold-text {
  color: var(--branco);
}

.bold-text-2, .bold-text-3 {
  color: var(--azul-claro);
}

.bold-text-4 {
  color: var(--branco);
}

.text-span-3 {
  font-weight: 400;
}

.paragraph-4 {
  color: var(--branco);
  text-align: center;
  width: 555px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-block-35 {
  background-image: radial-gradient(circle at 100%, #ffb72c45, #03112a00 55%);
  width: 50%;
  margin-top: -750px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-36 {
  background-image: radial-gradient(circle at 0%, #ffb72c4d, #03112a00 59%);
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-3 {
  background-color: var(--azul-escuro);
  height: 1000px;
}

.section-4 {
  background-image: url('../images/protecao-e-produtividade-no-campo.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 1282px;
  margin-top: -330px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-37 {
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-7 {
  color: #fff;
  text-transform: uppercase;
  width: 455px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.bold-text-5 {
  color: var(--amarelo);
}

.paragraph-5 {
  color: #fff;
  width: 485px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.p {
  color: #fff;
  margin-bottom: 0;
  line-height: 28px;
}

.p.p-sobre-o-pier-hub {
  width: 463px;
  font-size: 16px;
}

.text-span-4 {
  color: #f4703c;
}

.hub-background {
  object-fit: none;
  width: auto;
  height: 566px;
  position: absolute;
  inset: auto;
}

.image-17 {
  width: auto;
  height: 48px;
}

.container-1280 {
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-19 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 50px;
  display: flex;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.faca-sua-reserva {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.div-block-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.botao {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--amarelo);
  color: var(--azul-escuro);
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  transition: all .2s ease-in-out;
  display: flex;
}

.botao:hover {
  transform: scale(.9);
}

.botao.rastreamento-familiar {
  margin-left: 20px;
}

.botao.botao-artigo {
  align-self: center;
}

.h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.h2.h2-48 {
  align-self: flex-start;
  font-size: 48px;
  line-height: 48px;
}

.h2.h2-48.h2-absolute, .h2.h2-48.h2-absolute-copy {
  margin-top: 80px;
  margin-left: 80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.h2.h2-61 {
  align-self: flex-start;
  margin-left: -110px;
  font-size: 62px;
  line-height: 62px;
}

.heading-9 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
}

.mini-card {
  border: 5px solid var(--amarelo);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  height: 180px;
  padding: 20px;
  display: flex;
}

.mini-card.mini-card-laranja-preenchido {
  background-color: var(--amarelo);
}

.mini-card.mini-card-roxo-preenchido {
  border-color: var(--azul-claro);
  background-color: var(--azul-claro);
}

.mini-card.mini-card-roxo {
  border-color: var(--azul-claro);
}

.div-block-39 {
  justify-content: flex-end;
  align-items: center;
  width: 846px;
  display: flex;
  position: relative;
}

.image-18 {
  width: auto;
  height: auto;
  position: relative;
  right: 0;
}

.image-19 {
  width: 846px;
  height: auto;
  margin-left: -65px;
  position: absolute;
  inset: 0%;
}

.bold-text-6 {
  color: var(--amarelo);
}

.bold-text-7, .bold-text-8 {
  color: var(--azul-escuro);
}

.section-5 {
  background-image: url('../images/tranquilidade-para-sua-famila_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 965px;
  margin-top: -370px;
  display: flex;
  position: relative;
}

.section-6 {
  z-index: 1;
  position: relative;
}

.image-20 {
  width: auto;
  height: auto;
  position: absolute;
  left: 10%;
}

.div-block-40 {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-21 {
  width: auto;
}

.paragraph-6 {
  color: #fff;
  align-self: flex-end;
  width: 416px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.div-block-41 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.image-22 {
  height: 40px;
  transition: all .2s ease-in-out;
}

.image-22:hover {
  transform: scale(.9);
}

.div-block-5 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  display: flex;
}

.paragraph-7 {
  color: #e9f2f7;
  width: 297px;
  margin-bottom: 0;
}

.div-block-43 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-23 {
  width: auto;
  height: 25px;
  transition: all .2s ease-in-out;
}

.image-23:hover {
  transform: scale(.9);
}

.h4 {
  color: var(--amarelo);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
}

.h4.h4-central {
  letter-spacing: -1px;
}

.text-block-4 {
  opacity: .25;
  color: #e9f2f7;
  font-size: 12px;
  line-height: 12px;
}

.text-block-4.text-block-alt {
  opacity: .5;
  line-height: 16px;
}

.image-24 {
  width: auto;
  height: 51px;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-10 {
  border-top: 1px solid #e9f2f726;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: flex;
}

.link {
  opacity: 1;
  color: var(--branco);
  transition: all .2s ease-in-out;
}

.link:hover {
  opacity: 100;
  transform: translate(10px);
}

.div-block-44 {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-45, .div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-25 {
  width: 15px;
  height: 15px;
}

.footer {
  background-color: #082c55;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 235px;
  display: flex;
}

.text-block-5, .text-block-6 {
  color: var(--branco);
}

.text-block-7 {
  color: var(--branco);
  width: 170px;
}

.section-7 {
  background-image: radial-gradient(circle at 50% 160%, #ffb72c, #0000 60%);
  padding-top: 150px;
  position: relative;
}

.div-block-46 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-47 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-48 {
  background-color: var(--azul-escuro);
  border-radius: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 624px;
  height: 523px;
  display: flex;
  position: relative;
}

.image-26 {
  z-index: 1;
  order: 0;
  align-self: auto;
  position: absolute;
  inset: 150px auto auto;
}

.paragraph-8 {
  color: var(--branco);
  width: 281px;
  margin-top: 80px;
  margin-bottom: 0;
  margin-right: 80px;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-8-copy {
  color: var(--branco);
  width: 398px;
  margin: 220px 0 0 80px;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-48-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 5px solid var(--amarelo);
  background-color: #0000;
  border-radius: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 624px;
  height: 523px;
  padding-top: 80px;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.paragraph-9 {
  color: #fff;
  width: 410px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.div-block-49 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-27 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-50 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -30px;
  display: flex;
}

.image-28 {
  width: auto;
}

.div-block-51 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-9-copy {
  color: #fff;
  width: 397px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.div-block-52 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-8 {
  color: var(--branco);
  font-size: 28px;
  line-height: 28px;
}

.image-29 {
  width: 48px;
}

.link-2 {
  color: var(--branco);
}

.body-2 {
  background-color: var(--bg);
}

.section-8 {
  background-image: url('../images/sobre-a-junior-tracker.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 610px;
  padding-bottom: 150px;
  position: relative;
}

.section-8.section-contato {
  background-image: url('../images/entre-em-contato.avif');
  background-size: auto 858px;
}

.section-8.section-blog {
  background-image: url('../images/blog-junior-tracker.avif');
  background-size: auto 1021px;
}

.image-33 {
  margin-top: 300px;
  position: absolute;
  inset: 0%;
}

.div-block-53 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 550px;
  display: flex;
  position: relative;
}

.heading-10 {
  color: var(--amarelo);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 115px;
  line-height: 115px;
}

.text-span-5 {
  color: var(--branco);
  font-weight: 400;
}

.div-block-54 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  margin-left: 450px;
  display: flex;
}

.heading-11 {
  color: #fff;
  text-transform: uppercase;
  width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 36px;
  line-height: 40px;
}

.text-span-6 {
  font-weight: 400;
}

.paragraph-10 {
  color: #fff;
  width: 555px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.div-block-55 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-56 {
  border: 5px solid var(--amarelo);
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 385px;
  height: 385px;
  padding: 25px;
  display: flex;
}

.div-block-56.div-block-56-azul {
  border-color: var(--azul-claro);
}

.div-block-56.div-block-56-azul-copy {
  border-color: var(--azul-claro);
  background-color: var(--azul-claro);
}

.text-block-9 {
  color: #fff;
}

.bold-text-9 {
  color: var(--amarelo);
  font-size: 22px;
  line-height: 22px;
}

.bold-text-9.bold-text-9-alt {
  color: var(--azul-claro);
}

.bold-text-9.bold-text-9-alt-copy {
  color: var(--branco);
}

.image-34 {
  width: auto;
  height: auto;
}

.image-35 {
  margin-top: 790px;
  position: absolute;
}

.bold-text-10 {
  font-weight: 400;
}

.bold-text-11 {
  color: var(--amarelo);
}

.div-block-57 {
  background-color: #f6f3f3;
  border-radius: 25px;
  width: 810px;
  height: 385px;
  padding: 25px;
}

.code-embed {
  height: 100%;
}

.div-block-58 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text-12 {
  font-weight: 400;
}

.div-block-59 {
  background-color: #f6f3f3;
  border-radius: 25px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 810px;
  height: 385px;
  padding: 0 20px 20px;
  display: flex;
}

.image-36 {
  width: 50%;
}

.div-block-60 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.heading-12 {
  color: var(--azul-claro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.heading-13 {
  color: var(--azul-escuro);
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 30px;
}

.section-9 {
  padding-top: 300px;
  padding-bottom: 150px;
}

.div-block-61 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-37 {
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-62 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-14 {
  color: var(--azul-claro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.heading-15 {
  color: var(--azul-escuro);
  text-align: left;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 40px;
}

.text-block-10 {
  color: #777;
  text-align: left;
  width: 50%;
}

.paragraph-11 {
  color: #777;
  column-count: 2;
  column-gap: 100px;
  width: 960px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.heading-16 {
  color: var(--azul-escuro);
  text-align: center;
  align-self: center;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 0;
}

.heading-16.subtitulo-artigo {
  text-align: left;
  align-self: auto;
  margin-top: 0;
}

.link-3 {
  color: #777;
  text-align: center;
  align-self: center;
  width: 50%;
  margin-top: -30px;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 479px) {
  .section {
    flex-flow: column;
    height: 768px;
    display: block;
  }

  .div-block {
    top: 350px;
  }

  .image {
    width: 101.14%;
  }

  .image-2 {
    width: 79.46%;
    right: 5.4%;
  }

  .image-3 {
    width: 49.58%;
    right: 20.7%;
  }

  .image-4 {
    width: 22.9%;
    right: 65.32%;
  }

  .image-5 {
    width: 10%;
    top: 11.89%;
    right: 10.7%;
  }

  .image-6 {
    width: 6.56%;
    top: 73.43%;
    right: 25.98%;
  }

  .image-7 {
    width: 89.76%;
    right: auto;
  }

  .div-block-2 {
    padding-top: 40px;
  }

  .link-block {
    width: 30%;
  }

  .link-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block {
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-2 {
    font-size: 3.6vw;
  }

  .div-block-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 130px;
    padding-top: 0%;
  }

  .heading {
    width: 62%;
    margin-left: 10%;
    font-size: 6vw;
  }

  .text-span {
    color: var(--azul-claro);
  }

  .paragraph {
    color: var(--branco);
    width: auto;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 14px;
    line-height: 20px;
  }

  .link-block-3 {
    border-radius: 2vw;
    width: 45%;
    margin-top: 360px;
    padding-top: 2.3vw;
    padding-bottom: 2.3vw;
  }

  .text-block-3 {
    font-size: 3.25vw;
  }

  .div-block-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .heading-2 {
    width: 320px;
    font-size: 23px;
    line-height: 30px;
  }

  .section-2 {
    padding-top: 85px;
  }

  .button {
    align-self: auto;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 16px;
  }

  .servicos {
    padding-top: 0;
  }

  .div-block-28 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 320px;
    height: auto;
    padding-top: 40px;
  }

  .div-block-28.div-block-28-alt {
    flex-flow: column;
    height: auto;
    padding-bottom: 40px;
  }

  .div-block-28.div-block-28-alt-2 {
    background-position: 50% 100%;
    background-size: contain;
  }

  .heading-5 {
    font-size: 23px;
    line-height: 30px;
  }

  .div-block-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-top: 20px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-33 {
    padding: 40px 20px 70px;
  }

  .div-block-29.div-block-29-alt {
    align-self: auto;
    padding-left: 40px;
  }

  .div-block-27 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 320px;
    height: auto;
    margin-top: 50px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-14 {
    margin-top: -80px;
  }

  .image-14.caminhonete {
    margin-top: 0;
    margin-left: 50px;
  }

  .image-14.maquina {
    margin-top: 0;
  }

  .div-block-32 {
    flex-flow: wrap-reverse;
    width: 320px;
    height: auto;
  }

  .div-block-30 {
    width: 320px;
    height: auto;
  }

  .paragraph-4 {
    max-width: 300px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-35 {
    background-image: radial-gradient(circle at 100%, #ffb72c45, #03112a00 55%);
    height: 600px;
    margin-top: -125px;
  }

  .div-block-36 {
    height: 600px;
    margin-top: 59px;
  }

  .section-4 {
    height: 800px;
    margin-top: 0;
    padding-bottom: 40px;
  }

  .div-block-37 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .div-block-38 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 320px;
  }

  .heading-7 {
    max-width: 100%;
    font-size: 23px;
    line-height: 30px;
  }

  .paragraph-5 {
    width: 320px;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .p {
    line-height: 24px;
  }

  .p.p-sobre-o-pier-hub {
    width: 100%;
  }

  .hub-background {
    object-fit: contain;
    width: 100%;
    height: auto;
    inset: 35% 0% 0% auto;
  }

  .container-1280 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-19 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 320px;
    max-width: 100%;
    padding-right: 0;
  }

  .faca-sua-reserva {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .div-block-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .botao {
    height: 50px;
  }

  .botao.rastreamento-familiar {
    margin-left: 0;
  }

  .h2 {
    font-size: 16px;
    line-height: 16px;
  }

  .h2.h2-48 {
    font-size: 23px;
    line-height: 30px;
  }

  .h2.h2-48.h2-absolute {
    margin-top: 40px;
    margin-left: 40px;
  }

  .h2.h2-48.h2-absolute-copy {
    margin-top: -125px;
    margin-left: 40px;
  }

  .h2.h2-61 {
    margin-left: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-9 {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-39 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .image-18 {
    width: 320px;
    right: auto;
  }

  .image-19 {
    width: 320px;
    margin-left: 0;
    left: auto;
    right: auto;
  }

  .section-5 {
    height: 620px;
    margin-top: 0;
  }

  .image-20 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 100% 50%;
    inset: -10% 0% auto;
    overflow: clip;
    transform: translate(-10%);
  }

  .div-block-40 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-21 {
    width: 320px;
    height: auto;
  }

  .paragraph-6 {
    width: 320px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-41 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 50px;
  }

  .div-block-5 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .div-block-42 {
    padding-top: 0;
  }

  .paragraph-7 {
    max-width: 100%;
  }

  .div-block-43 {
    flex: 0 auto;
    width: 100%;
  }

  .div-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-44 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap-reverse;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-7 {
    padding-top: 60px;
  }

  .div-block-46 {
    padding-bottom: 50px;
  }

  .div-block-47 {
    flex-flow: column;
    max-width: 100%;
  }

  .div-block-48 {
    background-color: var(--azul-escuro);
    border-radius: 35px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 320px;
    height: auto;
  }

  .image-26 {
    width: 320px;
    top: 223px;
  }

  .paragraph-8 {
    width: 240px;
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 0;
    font-size: 14px;
    line-height: 20px;
    inset: 0% 0% auto;
  }

  .paragraph-8-copy {
    width: 240px;
    margin-top: 40px;
    margin-left: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-48-copy {
    border-radius: 35px;
    width: 320px;
    max-width: 100%;
    height: auto;
    padding: 40px;
  }

  .paragraph-9 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .image-27 {
    width: 75%;
  }

  .div-block-50 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    width: 320px;
  }

  .image-28 {
    height: auto;
  }

  .div-block-51 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 320px;
  }

  .paragraph-9-copy {
    width: 320px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-52 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .image-29 {
    width: 32px;
  }

  .image-30, .image-31, .image-32 {
    width: 320px;
    height: auto;
  }

  .section-8 {
    background-position: 25% 0;
    background-size: auto;
    padding-bottom: 80px;
  }

  .section-8.section-contato {
    background-size: auto 400px;
  }

  .section-8.section-blog {
    background-size: auto 500px;
  }

  .image-33 {
    margin-top: 199px;
  }

  .div-block-53 {
    width: 300px;
    padding-top: 200px;
  }

  .heading-10 {
    font-size: 43px;
    line-height: 43px;
  }

  .div-block-54 {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .heading-11 {
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-10 {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-55 {
    grid-template-columns: 1fr;
  }

  .div-block-56 {
    width: 300px;
  }

  .div-block-57 {
    width: 300px;
    height: 200px;
    padding: 10px;
  }

  .div-block-58 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .div-block-59 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    max-width: 100%;
    height: auto;
  }

  .image-36 {
    width: 100%;
  }

  .div-block-60 {
    width: 100%;
    padding-left: 0;
  }

  .section-9 {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .div-block-61 {
    width: 300px;
  }

  .image-37 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-62 {
    width: 300px;
  }

  .heading-15 {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-10 {
    width: 100%;
  }

  .paragraph-11 {
    column-count: 1;
    max-width: 100%;
  }

  .heading-16, .heading-16.subtitulo-artigo, .link-3 {
    width: 100%;
  }
}
