.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 30px;
  margin-left: 0px;
  padding: 30px 50px;
  border-radius: 4px;
  background-color: #0e57b1;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.button.white {
  margin-bottom: 49px;
  background-color: #3b99d9;
}

.button.but-rastre {
  width: 90%;
  margin-right: 0px;
  margin-bottom: 10px;
}

.button.but-rastre.but-whi {
  background-color: #fff;
  color: #0e57b1;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current:active {
  color: #0e57b1;
}

.navigation-bar {
  position: fixed;
  width: 100%;
  background-color: #f7f7f7;
}

.navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 0px 0px;
  background-color: #020623;
  text-align: center;
}

.section.accent {
  background-color: #030d26;
}

.section.accent.section2 {
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  background-color: #050913;
}

.section.accent.section-normas {
  padding-right: 40%;
  padding-bottom: 33px;
  padding-left: 2%;
  background-color: #fcfcfc;
  background-image: url('../images/NORMAS.png');
  background-position: 80% 140%;
  background-size: 25%;
  background-repeat: no-repeat;
  text-align: left;
}

.section.accent.section-faq {
  padding-right: 0px;
  padding-bottom: 39px;
  padding-left: 0px;
  background-color: #edeef1;
  background-image: url('../images/FAQ.png');
  background-position: 80% 130%;
  background-size: 25%;
  background-repeat: no-repeat;
  text-align: left;
}

.section.accent.section-inscrever {
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  background-color: #fff;
  text-align: left;
}

.section.section1 {
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  background-color: #0033b8;
}

.section.section3 {
  padding-right: 0px;
  padding-left: 0px;
}

.section.section4 {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f8f8f8;
}

.section.section-faq1 {
  padding-bottom: 80px;
  background-color: #edeff2;
  text-align: left;
}

.white-box {
  height: 330px;
  padding: 35px;
  border: 1px none #dcebf7;
  border-radius: 0px;
  background-color: #1b80d4;
  text-align: left;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.white-box.transparent:hover {
  background-color: #011731;
}

.white-box.card-crono {
  border-style: none;
  background-image: url('../images/tacografo-capa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.white-box.card-rastrea {
  background-image: url('../images/RASTREADOR.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.white-box.blogimg {
  padding: 0px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  width: 100.0002022609619%;
  max-width: 100.0002022609619%;
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px none #69b9ff;
  background-image: url('../images/BANNER-TOPO.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  color: #0e57b1;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-subheading {
  margin-bottom: 40px;
  padding-right: 103px;
  color: #404047;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.botao-secundario {
  display: inline-block;
  margin: 10px 0px;
  padding: 10px 30px 10px 0px;
  border: 1px none #fff;
  border-radius: 0px;
  background-image: url('../images/LINE-MENU.svg');
  background-position: 0% 50%;
  background-size: 25%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.botao-secundario:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.botao-secundario.all-caps {
  border-color: #0e57b1;
  color: #0e57b1;
  text-transform: uppercase;
}

.botao-secundario.invert {
  color: #0e57b1;
  font-weight: 400;
}

.botao-secundario.whatsapp {
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: url('../images/WHATSAPP_1.svg');
  background-size: contain;
  color: #000;
  font-weight: 700;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.left {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.section-heading.left.white {
  color: #fff;
}

.section-heading.left.sub-rastre {
  margin-top: 60px;
  margin-bottom: 30px;
  line-height: 40px;
  font-weight: 300;
}

.section-heading.title-azul {
  margin-bottom: 30px;
  color: #0e57b1;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.section-subheading.center {
  color: #3a8bd2;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 41px;
  padding-right: 30px;
}

.section-title-group.grupo-local {
  display: block;
  width: 35%;
  padding-top: 35px;
  padding-right: 0px;
  border-top: 1px solid rgba(59, 153, 217, 0.28);
  text-align: left;
  text-decoration: none;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #000;
}

.footer.center {
  border-top: 0px none #dbdbdb;
  background-color: #050913;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #668cad;
  font-size: 14px;
  line-height: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
  opacity: 0.46;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  font-size: 14px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px none #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
  border-bottom-style: none;
  color: #668cad;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 50px;
  max-width: 30%;
  margin-bottom: 30px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.form {
  margin-top: 40px;
}

.brand {
  width: 15vw;
  height: 53px;
  background-image: url('../images/LOGO-VANGUARD.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container {
  max-width: 90%;
  padding-right: 40%;
  color: #2e9dff;
  text-align: left;
}

.div-block {
  display: block;
}

.container-2 {
  max-width: 90%;
}

.card-servicos {
  margin-bottom: 28px;
}

.coluna-card {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #b8d9f6;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.paragraph.paragr-centra {
  text-align: center;
}

.paragraph.head-serv {
  padding-right: 15%;
  font-size: 18px;
  line-height: 30px;
}

.mapa {
  display: block;
  width: 100%;
  height: 800px;
  margin-left: 0px;
  padding-left: 5%;
  background-image: url('../images/BANNER-LOCALIZACAO-MAPA.png'), url('../images/BANNER-LOCALIZACAO-FUNDO.png');
  background-position: 50% 50%, 50% 100%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: left;
  text-decoration: none;
}

.mapa:hover {
  background-image: url('../images/BANNER-LOCALIZACAO-MAPA.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.88))), url('../images/BANNER-LOCALIZACAO-FUNDO.png');
  background-image: url('../images/BANNER-LOCALIZACAO-MAPA.png'), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.88)), url('../images/BANNER-LOCALIZACAO-FUNDO.png');
  background-position: 50% 50%, 0px 0px, 50% 100%;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  opacity: 1;
}

.container-1 {
  padding-right: 40%;
}

.container-corpo {
  max-width: 90%;
}

.container-corpo.cont-rastre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.legislacao {
  position: absolute;
  display: block;
  width: 60%;
  height: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sobre-img {
  width: 100%;
  height: 100%;
}

.sobre-colun {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.image {
  display: block;
  height: auto;
  max-width: 50%;
}

.column {
  padding: 100px 10% 80px 5%;
  background-color: #fcfcfc;
}

.column.faq-card {
  background-color: #fcfcfc;
  color: #0e57b1;
  text-align: left;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/urban-traffic-road-with-cityscape.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/urban-traffic-road-with-cityscape.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-2.faqside {
  display: block;
  padding: 100px 10% 80px 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #0e57b1;
  background-image: none;
  text-align: left;
}

.logo-vangaurd {
  height: 140px;
  margin-right: 50px;
  background-image: url('../images/LOGO-WHITE.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.field-label {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #0e57b1;
  font-weight: 400;
}

.email-imput {
  display: inline-block;
  width: 55%;
  height: 55px;
  margin-bottom: 0px;
  border: 0px none #000;
  background-color: #ebebeb;
}

.email-field-home {
  display: block;
}

.submit-button {
  display: inline-block;
  width: 140px;
  height: 55px;
  border: 0px none #000;
  background-color: #0e57b1;
}

.sign-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.banner-produto {
  width: 100%;
  height: 480px;
}

.banner-cronotac {
  width: 100%;
  height: 100%;
  padding-top: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 87, 177, 0.4)), color-stop(84%, rgba(0, 0, 0, 0.64))), url('../images/tacografo-capa.png');
  background-image: linear-gradient(180deg, rgba(14, 87, 177, 0.4), rgba(0, 0, 0, 0.64) 84%), url('../images/tacografo-capa.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner-cronotac.banner-rastreadores {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 87, 177, 0.4)), color-stop(84%, rgba(0, 0, 0, 0.64))), url('../images/RASTREADOR.jpg');
  background-image: linear-gradient(180deg, rgba(14, 87, 177, 0.4), rgba(0, 0, 0, 0.64) 84%), url('../images/RASTREADOR.jpg');
}

.section-crono1 {
  background-color: #fff;
}

.colu-crono {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 8px;
}

.colu-crono.sess4 {
  border-bottom: 1px solid #fff;
}

.vdo {
  padding: 30px 50px 30px 0px;
  border-left: 1px none #dadada;
}

.image-2 {
  height: 50px;
  margin-bottom: 30px;
}

.section-crono2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-crono {
  padding-right: 0px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.divider {
  position: absolute;
  left: auto;
  top: 0%;
  right: 4%;
  bottom: 0%;
  width: 1px;
  height: 100%;
  background-color: #dadada;
}

.section-crono3 {
  background-color: #1b80d4;
}

.colun-crono2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-3 {
  height: 60px;
  margin-right: 22px;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}

.image-3:hover {
  height: 65px;
}

.img-col4 {
  width: 100%;
}

.container-3 {
  max-width: 90%;
}

.section-rastre2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  padding-top: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  background-image: url('../images/RASTREAMENTO-MOB.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.colun-rastre1 {
  margin-right: 0px;
  margin-left: 0px;
}

.colun-rastre2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  line-height: 35px;
}

.banner-faq {
  width: 100%;
  height: 100%;
  background-image: url('../images/portrait-smiling-trucker-standing-by-his-truck-ready-driving.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-4 {
  max-width: 90%;
  margin-bottom: 114px;
}

.section-blog1 {
  padding-top: 150px;
}

.image-4 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.teresina {
  position: absolute;
  left: 47%;
  top: 436px;
  width: 20%;
  height: 150px;
}

.teresina.picos {
  left: 57%;
  top: 631px;
}

.section-services-crono {
  background-color: #0e57b1;
  background-image: url('../images/ensiao-e-selagem-de-tacografos.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ensaios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link-2 {
  color: #0e57b1;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    padding-top: 30px;
    padding-bottom: 30px;
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button {
    display: block;
    height: 80px;
    font-size: 30px;
  }

  .hamburger-button.w--open {
    height: 85px;
    background-color: #0e57b1;
  }

  .navigation-menu {
    height: auto;
    background-color: #0e57b1;
  }

  .brand-link.w--current {
    width: 17%;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .container-2 {
    height: 85px;
  }

  .mapa {
    background-position: 0% 50%, 50% 100%;
  }

  .mapa:hover {
    background-position: 0% 50%, 0px 0px, 50% 100%;
  }

  .section-rastre2 {
    height: 650px;
    padding-bottom: 0px;
  }

  .teresina {
    left: 71%;
  }

  .teresina.picos {
    left: 79%;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-right: 0px;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 12px;
  }

  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .button.white.gru {
    width: 100%;
  }

  .hamburger-button {
    padding-top: 31px;
  }

  .brand-link {
    width: 40%;
  }

  .brand-link.w--current {
    width: 30%;
  }

  .section.accent.section-normas {
    padding-right: 5%;
    padding-left: 0%;
  }

  .white-box {
    margin-bottom: 0px;
  }

  .white-box.transparent {
    height: 250px;
  }

  .white-box.card-crono {
    height: 220px;
    margin-bottom: 0px;
  }

  .white-box.card-rastrea {
    height: 220px;
  }

  .white-box.blogimg {
    height: 200px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .hero-subheading {
    padding-right: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .botao-secundario {
    font-size: 14px;
    line-height: 18px;
  }

  .botao-secundario.all-caps {
    font-size: 12px;
    line-height: 12px;
  }

  .section-heading.left {
    font-size: 20px;
    line-height: 25px;
  }

  .section-heading.title-azul {
    font-size: 20px;
    line-height: 30px;
  }

  .section-subheading.center {
    font-size: 12px;
  }

  .section-title-group.grupo-local {
    width: 45%;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand {
    width: 100%;
    height: 55px;
  }

  .container {
    padding-right: 20%;
  }

  .card-servicos {
    margin-bottom: 12px;
  }

  .mapa {
    background-position: 50% 50%, 50% 100%;
  }

  .mapa:hover {
    background-position: 50% 50%, 0px 0px, 50% 100%;
  }

  .sobre-colun {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column {
    padding-top: 50px;
    padding-right: 5%;
    padding-bottom: 50px;
  }

  .column-2 {
    height: 250px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2.faqside {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo-vangaurd {
    width: 100%;
    height: 100px;
  }

  .banner-produto {
    height: 350px;
  }

  .banner-cronotac {
    padding-top: 32%;
  }

  .colu-crono {
    padding-left: 0px;
  }

  .vdo {
    padding-left: 0px;
  }

  .section-crono2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .divider {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 1px;
  }

  .colun-crono2 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }

  .crono-tip {
    margin-bottom: 20px;
  }

  .section-rastre2 {
    background-position: 50% 28%;
    background-size: contain;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .teresina {
    left: 54%;
  }

  .teresina.picos {
    left: 70%;
  }

  .section-services-crono {
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    position: absolute;
    width: 90vw;
    margin-bottom: 25px;
  }

  .button.white.gru {
    position: static;
  }

  .button.but-rastre.but-whi {
    top: 86px;
  }

  .navigation-bar {
    height: 80px;
  }

  .hamburger-button {
    height: 87px;
  }

  .brand-link.w--current {
    width: 40%;
    padding-bottom: 0px;
  }

  .section.accent.section-normas {
    background-position: 80% 120%;
    background-size: 40%;
  }

  .section.accent.section-faq {
    background-position: 90% 120%;
    background-size: 45%;
  }

  .section.accent.section-inscrever {
    padding-top: 48px;
  }

  .white-box {
    padding: 20px;
  }

  .white-box.card-crono {
    height: 150px;
  }

  .white-box.card-rastrea {
    height: 150px;
  }

  .hero-section.centered {
    padding-top: 349px;
    padding-bottom: 108px;
    background-color: #f8f8f8;
    background-position: 50% 20%;
    background-size: auto 40vh;
    background-repeat: no-repeat;
  }

  .hero-subheading {
    margin-bottom: 30px;
  }

  .section-heading.left.sub-rastre {
    margin-top: 27px;
  }

  .section-heading.title-azul {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-title-group.grupo-local {
    width: 50%;
  }

  .grid-image {
    width: 35%;
  }

  .container {
    padding-right: 18%;
  }

  .div-block {
    width: 99.610281%;
  }

  .container-2 {
    height: 80px;
  }

  .paragraph {
    margin-bottom: 10px;
  }

  .mapa {
    background-position: 50% 100%, 50% 100%;
    background-size: auto 70vh, cover;
  }

  .mapa:hover {
    background-position: 50% 100%, 0px 0px, 50% 100%;
    background-size: auto 72vh, auto, cover;
  }

  .column.faq-card {
    padding-top: 30px;
    padding-bottom: 93px;
  }

  .column-2.faqside {
    height: 300px;
  }

  .banner-produto {
    height: 400px;
  }

  .banner-cronotac {
    padding-top: 47%;
  }

  .colu-crono {
    text-align: left;
  }

  .vdo {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 9px;
  }

  .image-2 {
    height: 30px;
  }

  .grid-crono {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: row;
  }

  .colun-crono2 {
    padding-top: 31px;
    padding-bottom: 0px;
  }

  .crono-tip {
    margin-bottom: 38px;
  }

  .image-3 {
    margin-bottom: 22px;
  }

  .section-rastre2 {
    background-position: 50% 32%;
  }

  .colun-rastre2 {
    padding-top: 41px;
    padding-bottom: 59px;
  }

  .column-6 {
    height: 80px;
  }

  .column-7 {
    height: 180px;
  }

  .teresina {
    left: 50%;
    top: 640px;
  }

  .teresina.picos {
    left: 67%;
    top: 776px;
  }

  .ensaios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

