body {
  font-family: Roboto;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #0b1323;
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #0b1323;
  font-size: 2.6rem;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #0b1323;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0b1323;
  font-size: 1.9rem;
  line-height: 1.2em;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0b1323;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0b1323;
  font-size: 1.3rem;
  line-height: 1.2em;
  font-weight: 700;
}

p {
  margin-bottom: 1.6em;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 300;
}

a {
  color: #222;
  font-size: 15px;
  line-height: 1.6em;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Nunito Sans', sans-serif;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 3px solid #ebebeb;
  font-size: 19px;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  display: block;
  margin-top: 5px;
  margin-bottom: 80px;
  color: #777;
  line-height: 1.4em;
  text-align: center;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.body {
  font-size: 15px;
  line-height: 1.6em;
}

.n-btn {
  display: inline-block;
  margin-top: 0px;
  padding: 1rem 2rem;
  float: none;
  -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;
  border-radius: 100px;
  background-color: #f2c94c;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #0b1323;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.n-btn:hover {
  background-color: #e4bc41;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.n-btn.ghost-1 {
  border: 2px solid #f2c94c;
  background-color: transparent;
}

.n-btn.ghost-1:hover {
  background-color: #f2c94c;
}

.n-btn.ghost-1.white-g-tbn {
  border-color: #f8f8f8;
  color: #f8f8f8;
}

.n-btn.ghost-1.white-g-tbn:hover {
  background-color: #fff;
  color: #0b1323;
}

.n-btn.ghost-2 {
  padding-top: 15px;
  border: 2px solid #f2c94c;
  background-color: transparent;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #f2c94c;
}

.n-btn.ghost-2:hover {
  background-color: #f2c94c;
  color: #0b1323;
}

.n-btn.white-btn {
  background-color: #fff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
}

.n-btn.white-btn:hover {
  background-color: #f0f0f0;
  box-shadow: none;
}

.n-btn.gradient-btn {
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.n-btn.gradient-btn:hover {
  background-color: #e4bc41;
}

.n-btn.gradient-btn.cta-icon {
  padding-right: 41px;
  padding-left: 60px;
  background-image: url('../images/calculadora-cotacao.svg'), -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c));
  background-image: url('../images/calculadora-cotacao.svg'), linear-gradient(90deg, #f2994a, #f2c94c);
  background-position: 30px 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
}

.n-btn.margin-top10 {
  margin-top: 11px;
}

.body {
  color: #222;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.cc-font-color-light {
  background-color: #f2c94c;
}

.color-block.cc-brand-color-1 {
  background-color: #0b1323;
  color: #0b1323;
}

.color-block.cc-brand-color-2 {
  background-color: #f2c94c;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f8f8f8;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-dark-grey-2 {
  background-color: #1a1b1b;
}

.style-guide-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
  font-family: 'Nunito Sans', sans-serif;
}

.style-guide-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0px 0px;
  background-size: 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
}

.style-guide-logo-box.cc-light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.style-guide-label-link {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-decoration: none;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.input {
  height: 44px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #bbb;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  margin-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border-color: #3898ec;
  border-bottom-style: none;
  border-radius: 6px;
  background-color: #fafafa;
}

.input::-webkit-input-placeholder {
  color: #bbb;
}

.input:-ms-input-placeholder {
  color: #bbb;
}

.input::-ms-input-placeholder {
  color: #bbb;
}

.input::placeholder {
  color: #bbb;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  border-bottom-style: none;
  line-height: 1.5em;
}

.success-message {
  border-radius: 4px;
  background-color: rgba(32, 206, 123, 0.1);
  color: #20ce7b;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.card {
  margin: 15px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.card-title {
  margin-top: 0px;
}

.card-paragraph {
  margin-bottom: 0px;
}

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f3f5;
}

.card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.tab-pane {
  padding: 30px 40px 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #aaa;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #333;
  color: #222;
}

.tab-menu {
  padding-right: 5px;
  padding-left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 #ccc;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.par-medio {
  color: #777;
  font-size: 21px;
  font-weight: 300;
  text-align: left;
}

.par-medio.no-margin {
  width: auto;
  margin-right: 0px;
}

.par-medio._490px-block-par {
  max-width: 490px;
}

.par-medio.par-update-top {
  max-width: 552px;
  margin-bottom: 0em;
}

.par-grande {
  color: grey;
  font-size: 1.45rem;
  line-height: 1.5em;
  font-weight: 300;
}

.par-grande.center {
  font-family: 'Nunito Sans', sans-serif;
}

.par-grande.center.white.hero-par {
  margin-bottom: 0.5em;
}

.par-grande.center.title-form {
  padding-right: 90px;
  padding-left: 90px;
}

.par-grande.center.no-margin {
  width: auto;
  text-align: center;
}

.par-grande.no-margin {
  margin-bottom: 0em;
  font-family: 'Nunito Sans', sans-serif;
  text-align: left;
}

.par-xl {
  font-family: 'Nunito Sans', sans-serif;
  color: #0b1323;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 300;
}

.par-xl.ajuste-text-1 {
  padding-right: 115px;
  padding-left: 115px;
}

.par-xl.no-margin {
  margin-bottom: 0em;
  padding-right: 0px;
  padding-left: 0px;
}

.par-xl.no-margin.blue-par {
  width: auto;
  color: #0b1323;
}

.par-xl.blue {
  color: #0b1323;
}

.par-xl.blue.no-margin {
  float: left;
  text-align: left;
}

.g-btn {
  padding: 1.2rem 2.8rem;
  border-radius: 100px;
  background-color: #f2c94c;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #0b1323;
  font-size: 17px;
  font-weight: 700;
}

.g-btn:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.g-btn.gradient-btn {
  margin-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.g-btn.gradient-btn:hover {
  background-color: #e4bc41;
}

.g-btn.gradient-btn.btn-no-marg {
  margin-top: 0px;
}

.g-btn.margin-top20 {
  margin-top: 30px;
}

.g-btn.white-btn {
  display: inline-block;
  background-color: #fff;
  box-shadow: none;
  text-align: center;
}

.g-btn.white-btn.serv-cta-btn {
  margin-top: 30px;
}

.gradient-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c));
  background-image: linear-gradient(90deg, #f2994a, #f2c94c);
}

.gradient-btn:hover {
  background-color: #f2994a;
  background-image: none;
}

.p-btn {
  height: auto;
  padding: 0.6rem 1.6rem;
  float: right;
  border-radius: 100px;
  background-color: #f2c94c;
  font-family: 'Nunito Sans', sans-serif;
  color: #0b1323;
  font-size: 0.8rem;
  font-weight: 700;
}

.p-btn:hover {
  background-color: #e4bc41;
}

.lab-form-contato {
  margin-bottom: 0px;
  color: grey;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.l-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 90px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f2c94c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, rgba(0, 0, 0, 0.8))), url('../images/rodo-mw-foto-neve.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), -webkit-gradient(linear, left bottom, left top, from(#1a1b1b), to(rgba(26, 27, 27, 0)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8) 90%), url('../images/rodo-mw-foto-neve.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(0deg, #1a1b1b, rgba(26, 27, 27, 0));
  background-position: 0px 0px, 50% 50%, 0px 0px, 0px 0px;
  background-size: auto, cover, auto, auto;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.l-nav-ctn {
  display: block;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.c-menu {
  display: inline-block;
  padding-top: 21px;
  padding-bottom: 21px;
  float: none;
  -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;
}

.div-block {
  display: none;
}

.navbar-2 {
  position: fixed;
  width: 100%;
  padding: 0px 20px;
  background-color: #fff;
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05);
}

.nav-link {
  margin-right: 1px;
  margin-left: 1px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  background-color: #f8f8f8;
  color: #0b1323;
}

.nav-link.w--current {
  background-color: transparent;
  color: #0b1323;
}

.brand {
  margin-top: 0px;
  padding: 22px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand.w--current {
  padding-top: 24px;
  padding-bottom: 24px;
}

.ctn-1160 {
  max-width: 1160px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.ctn-1160.box-white {
  position: relative;
  top: -30px;
  padding-top: 160px;
  padding-bottom: 160px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 28px 1px rgba(0, 0, 0, 0.05);
}

.ctn-1160.footer-ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding: 90px 27px 70px;
  -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;
  border-radius: 8px;
  background-color: #f8f8f8;
}

.ctn-1160.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.l-sobre-section {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #1a1b1b;
}

.l-sobre-section.center {
  overflow: hidden;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

.white.center.upercase {
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 14px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.15);
}

.image-2 {
  position: relative;
  bottom: -80px;
}

.l-serv-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-8 {
  display: inline-block;
  padding-top: 18px;
  padding-bottom: 18px;
  float: right;
}

.c-block-serv {
  padding-right: 80px;
  padding-left: 80px;
  text-align: left;
}

.c-block-serv.direita-block {
  padding-right: 180px;
  padding-left: 20px;
}

.no-margin {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
}

.no-margin.rodo-larg-nome {
  width: 260px;
}

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

.c-block-flex-rotas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 40px 0px;
  -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;
}

.center-flex-box {
  width: auto;
  padding: 0px 17px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-block-paises {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 21px 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: 'Nunito Sans', sans-serif;
  color: #0b1323;
  font-size: 24px;
}

.text-block.block-dir {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-cta-cotacao {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #f8f8f8;
}

.section-cta-cotacao.espcial-cta {
  background-color: #f2c94c;
  background-image: -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c));
  background-image: linear-gradient(90deg, #f2994a, #f2c94c);
}

.section-dl-apc {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2994a;
  background-image: -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c));
  background-image: linear-gradient(90deg, #f2994a, #f2c94c);
}

.div-block-9 {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 380px;
  padding: 0px;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
}

.image-3 {
  position: absolute;
  top: 0px;
  right: -303px;
  bottom: 0px;
}

.title-dlapc {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
}

.submit-button-apc {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 4px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #0b1323;
  background-image: url('../images/arrow-download.svg'), linear-gradient(95deg, #f2994a, #f2c94c);
  background-position: 50% 50%, 0px 0px;
  background-size: 14px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: -3px 0 11px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 390ms ease;
  transition: opacity 390ms ease;
  color: transparent;
}

.submit-button-apc:hover {
  opacity: 0.8;
}

.success-message-2 {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 9px 30px 3px rgba(0, 0, 0, 0.1);
}

.text-field {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 52px;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 48px;
  padding-left: 48px;
  border-style: none;
  border-radius: 100px;
  background-image: url('../images/mail-ico.svg');
  background-position: 23px 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #414141;
  font-size: 15px;
  text-align: center;
}

.text-field:hover {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
}

.text-field:focus {
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.15);
}

.text-field::-webkit-input-placeholder {
  background-color: transparent;
}

.text-field:-ms-input-placeholder {
  background-color: transparent;
}

.text-field::-ms-input-placeholder {
  background-color: transparent;
}

.text-field::placeholder {
  background-color: transparent;
}

.form-apc {
  position: relative;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 6px;
  -webkit-transition: padding 200ms cubic-bezier(.55, .055, .675, .19);
  transition: padding 200ms cubic-bezier(.55, .055, .675, .19);
}

.form-apc:hover {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph {
  width: 80%;
  margin-bottom: 5%;
  padding-right: 0%;
  padding-left: 0%;
  font-family: 'Nunito Sans', sans-serif;
  color: #8f9090;
  font-size: 1.3rem;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.paragraph.msg-sucess {
  margin-bottom: 0%;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2em;
}

.paragraph.erro-form {
  margin-bottom: 0%;
  padding-right: 0%;
  padding-left: 0%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2em;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.light-par {
  font-weight: 300;
}

.error-message-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 6px 27px 3px rgba(0, 0, 0, 0.1);
}

.form {
  position: relative;
  width: 100%;
  text-align: center;
}

.section-4 {
  position: relative;
  z-index: 2;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
  background-image: url('../images/logo-simb.svg');
  background-position: 100% -67px;
  background-size: 3000px;
  background-repeat: no-repeat;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.utility-page-form {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.apc_title {
  padding-right: 192px;
  padding-left: 192px;
  font-size: 2.6rem;
  text-align: left;
}

.apc_title.no-margin {
  padding-right: 154px;
  padding-left: 154px;
}

.apc_title.no-margin.center {
  width: auto;
  padding-right: 195px;
  padding-left: 195px;
  text-align: center;
}

.c-block-footer {
  max-width: 960px;
}

.div-block-10 {
  margin-right: 20px;
  padding: 0px 212px 20px 0px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}

.column {
  padding-bottom: 0px;
}

.image-4 {
  margin-bottom: 20px;
}

.paragraph-2 {
  color: grey;
}

.site-map-link {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Nunito Sans', sans-serif;
  color: grey;
  text-decoration: none;
}

.label-footer {
  font-size: 20px;
}

.label-footer.no-margin {
  margin-bottom: 25px;
  color: grey;
}

.block-sitemap {
  padding-top: 1.6em;
  text-align: left;
}

.text-horario {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Nunito Sans', sans-serif;
  color: grey;
  font-size: 16px;
  line-height: 1.2em;
}

.div-block-11 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading {
  margin-bottom: 47px;
}

.image-5 {
  margin-bottom: 24px;
}

.submit-button {
  padding-right: 38px;
  padding-left: 38px;
}

.box-coll-contato {
  padding: 0px 0px 26px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bloco-dados-footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 35px 20px 90px 35px;
  border: 1px solid #e7dfdf;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 13px 10px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-6 {
  margin-right: 10px;
}

.dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  padding: 10px 30px 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle.w--open {
  position: relative;
  width: 100%;
  padding: 7px 7px 7px 0px;
}

.dropdown-list {
  top: 0px;
}

.dropdown-list.w--open {
  position: absolute;
  left: -18px;
  top: -68px;
  overflow: hidden;
  padding: 0px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-list.mob-droplist.w--open {
  position: static;
  box-shadow: none;
}

.link-bloco-dados {
  font-family: 'Nunito Sans', sans-serif;
  color: #777;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.drop-link-city {
  padding: 10px 25px 10px 35px;
  background-image: url('../images/phone-ico-f.svg');
  background-position: 2px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #777;
  font-size: 13px;
}

.drop-link-city:hover {
  background-color: transparent;
  background-image: url('../images/phone-ico-f.svg');
  background-position: 2px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.link-4 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e7dfdf;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #777;
  text-align: center;
}

.link-4:hover {
  background-color: #fcfcfc;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 112px 125px;
  -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;
  background-color: #f2c94c;
  background-image: url('../images/cta-end-d.jpg'), -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c));
  background-image: url('../images/cta-end-d.jpg'), linear-gradient(90deg, #f2994a, #f2c94c);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.hero.cotacao-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hero.contato-pg {
  background-image: -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c));
  background-image: linear-gradient(90deg, #f2994a, #f2c94c);
  background-position: 0px 0px;
  background-size: auto;
}

.rotulo_form_contato {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #797979;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.div-block-54 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #fff;
}

.textarea {
  max-width: 100%;
  min-height: 120px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  background-color: transparent;
  line-height: 1.5em;
}

.textarea::-webkit-input-placeholder {
  color: #cecece;
}

.textarea:-ms-input-placeholder {
  color: #cecece;
}

.textarea::-ms-input-placeholder {
  color: #cecece;
}

.textarea::placeholder {
  color: #cecece;
}

.text-field-contato {
  min-height: 41px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #a5a5a5 #000 #e4e4e4;
  border-radius: 0px;
  background-color: transparent;
}

.text-field-contato::-webkit-input-placeholder {
  color: #cecece;
}

.text-field-contato:-ms-input-placeholder {
  color: #cecece;
}

.text-field-contato::-ms-input-placeholder {
  color: #cecece;
}

.text-field-contato::placeholder {
  color: #cecece;
}

.submit-button-6 {
  position: absolute;
  top: 70px;
  right: 102px;
  padding: 10px 27px;
  border-radius: 100px;
  background-color: #f2c94c;
  color: #0b1323;
  font-weight: 700;
}

.submit-button-6.na-pg-contato {
  top: 188px;
  padding-right: 16px;
}

.section-36 {
  position: relative;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
}

.row-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.container-1183 {
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none #e6e6e6;
}

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

.block-form-contact {
  position: relative;
  top: -60px;
  overflow: hidden;
  padding: 69px 102px 0px;
  border: 1px none #ccc;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 10px 24px -3px rgba(0, 0, 0, 0.05);
  font-family: 'Nunito Sans', sans-serif;
}

.block-campos.pading-campos {
  padding-right: 0px;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  background-color: transparent;
}

.select-field-3 {
  min-height: 41px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-53 {
  padding: 10px 34px 10px 0px;
}

.div-block-53.larg-total {
  max-width: 211px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-1184 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-adress {
  padding-top: 160px;
  padding-bottom: 160px;
}

.text-adress-contato {
  display: inline-block;
  margin-top: 5px;
  font-family: 'Nunito Sans', sans-serif;
  color: #777;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 400;
}

.image-8 {
  display: inline-block;
  margin-right: 10px;
  padding-left: 0px;
}

.block-dados-emp {
  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;
}

.block-dados-emp.aj-vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-style: normal;
}

.image-9 {
  margin-top: 0px;
  margin-right: 5px;
  padding-right: 5px;
}

.link-block-3 {
  padding-top: 5px;
  padding-right: 23px;
  padding-bottom: 5px;
}

.row-8 {
  margin-bottom: 11px;
}

.error-message-red {
  position: absolute;
  left: 10px;
  top: 5px;
  padding: 20px 20px 20px 60px;
  border-style: none;
  border-left-width: 4px;
  border-left-color: #d64343;
  border-radius: 4px;
  background-color: #f63f45;
  background-image: url('../images/erro.svg');
  background-position: 15px 50%;
  background-size: 29px;
  background-repeat: no-repeat;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.error-message-red.form-dl-apc {
  left: 0px;
  top: 0px;
  margin: 10px;
}

.text-block-3 {
  display: inline-block;
  color: #fff;
  line-height: 1.4em;
}

.success-message-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  margin-bottom: 0px;
  padding: 24px 85px;
  border-radius: 6px;
  background-color: #11bf5a;
  background-image: url('../images/done.svg');
  background-position: 25px 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.text-block-4 {
  color: #fff;
  font-size: 1rem;
  text-align: left;
}

.text-block-5 {
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 700;
}

.section160px {
  padding: 230px 20px 160px;
  text-align: center;
}

.hero-title {
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
}

.hero-title.zero-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hero-title.zero-margin.pg-hero-serv-title {
  padding-right: 10px;
  padding-left: 10px;
}

._20px-bloco-esp {
  height: 20px;
}

.section-38 {
  padding-right: 20px;
  padding-bottom: 160px;
  padding-left: 20px;
}

.img-sobre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  margin-bottom: 160px;
  padding: 46px;
  -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;
  background-image: url('../images/capa-apcd-rodomw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-39 {
  padding-top: 0px;
  padding-bottom: 160px;
}

.div-block-55 {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  padding: 140px 105px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/logo-simb.svg');
  background-position: -74px 35%;
  background-size: 1110px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: 0 15px 30px -1px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.section-40 {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #f8f8f8;
}

.container-1186 {
  padding: 0px 180px;
}

._100px-bloco-esp {
  height: 100px;
}

.linha-sep-color {
  width: 80px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c));
  background-image: linear-gradient(90deg, #f2994a, #f2c94c);
}

.unordered-list {
  margin-bottom: 1.6em;
  padding-left: 40px;
  font-family: 'Nunito Sans', sans-serif;
  color: #707070;
  list-style-type: square;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #707070;
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 300;
}

.section-41 {
  padding: 160px 20px;
}

.ctn-flex-feat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloco-texto-60 {
  width: 60%;
  padding: 38px 0px;
}

.img-box-flex {
  width: 40%;
  min-height: 420px;
  background-image: url('../images/Man-call-centre-IT-department.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-box-flex.local-sect {
  background-image: url('../images/porto-seco-m.jpg');
  background-position: 36% 0%;
}

.title-client-prioridade {
  max-width: 390px;
  text-align: left;
}

.title-client-prioridade.local-title {
  max-width: 470px;
}

.div-block-57 {
  display: inline-block;
  padding: 10px;
}

.section-42 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 95vh;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  background-image: url('../images/apcdb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.div-block-59 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 70px 56px 10px;
}

.div-block-60 {
  width: 546px;
  text-align: left;
}

.heading-44 {
  display: block;
  margin-top: 0px;
}

.heading-44.white {
  text-align: left;
}

.div-block-61 {
  width: 50%;
  padding-left: 301px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.success-message-4 {
  padding-left: 60px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.45);
  border-radius: 6px;
  background-color: #1dc262;
  background-image: url('../images/done.svg');
  background-position: 15px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.1);
}

.section-43 {
  padding: 160px 20px;
  background-color: #f8f8f8;
}

.title-serv-sec {
  width: 460px;
}

.title-serv-sec.no-margin {
  text-align: left;
}

.block-desc-serv {
  max-width: 760px;
}

.block-desc-serv.desc-frota.white {
  max-width: 488px;
}

.title-int-transp.no-margin {
  text-align: left;
}

.div-block-63 {
  max-width: 660px;
  padding: 0px;
}

.block-cta-serv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 30px 20px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/WhatsApp-Image-2020-01-03-at-17.50.15.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/WhatsApp-Image-2020-01-03-at-17.50.15.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-45 {
  padding: 160px 20px;
  background-color: #f8f8f8;
}

.title-perfil-carga {
  max-width: 370px;
}

.title-perfil-carga.no-margin {
  text-align: left;
}

._50x-bloco-esp {
  height: 50px;
}

.block-perfil-cargas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 60px 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 16px 30px -1px rgba(0, 0, 0, 0.05);
}

.section-46 {
  position: relative;
  padding: 0px 20px;
}

.div-block-65 {
  position: relative;
  bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 70px;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 30px -1px rgba(0, 0, 0, 0.06);
}

._404-title {
  font-size: 5rem;
}

.block-ico-tipo-carga {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 70px 150px 70px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 19px;
  -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;
}

.image-16 {
  margin-right: 15px;
}

.tipo-carga {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.4rem;
  text-align: left;
}

.img-tipo-carga {
  position: static;
  width: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 55px;
}

.image-18 {
  position: static;
  right: 213px;
  margin-right: 15px;
  border-radius: 4px;
  box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.35);
}

.image-19 {
  position: relative;
  left: 109px;
  top: 0px;
  right: 0px;
  margin-top: -60px;
  border-radius: 4px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.35);
}

.image-20 {
  position: absolute;
  top: 134px;
  border-radius: 4px;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.25);
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 31px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-69 {
  width: 50%;
  padding-right: 20px;
}

.unordered-list-2 {
  padding-left: 0px;
}

.text-block-6 {
  display: inline-block;
  margin-right: 20px;
  margin-left: 1px;
  font-family: 'Nunito Sans', sans-serif;
  color: #777;
  font-size: 1.7rem;
  font-weight: 700;
}

.vantagem-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px 14px;
  -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;
}

.div-block-71 {
  width: 60px;
  height: 2px;
  background-color: #f2c94c;
}

.title-vantagem {
  width: 360px;
  text-align: left;
}

.destinos-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 18px 15px;
  -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;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}

.text-block-7 {
  display: inline-block;
  padding: 0px 30px;
  font-family: 'Nunito Sans', sans-serif;
  color: #777;
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 400;
}

.sep-vert {
  width: 1px;
  height: 40px;
  background-color: #d3d3d3;
}

.section-47 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-48 {
  position: relative;
  padding-top: 170px;
  padding-bottom: 50px;
  background-color: #222;
  box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.2);
}

.section-49 {
  height: 100%;
}

.html-embed {
  position: relative;
  top: 0px;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  text-align: center;
}

.section-50 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding: 43px 61px;
  text-align: center;
}

.image-21 {
  opacity: 1;
}

.credit-site {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-8 {
  font-family: 'Nunito Sans', sans-serif;
  color: #adadad;
  font-size: 15px;
  line-height: 1.2em;
}

.link-5 {
  color: #adadad;
  line-height: 1.2em;
}

.link-5:hover {
  color: #8a8a8a;
}

.link-block-4 {
  margin-bottom: 15px;
  padding: 4px 30px 4px 28px;
  background-image: url('../images/site-security.svg');
  background-position: 0px 41%;
  background-size: 21px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.text-block-9 {
  font-family: 'Nunito Sans', sans-serif;
  color: #34a853;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
}

.section-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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;
  background-color: #d3d3d3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 8, 19, 0.9)), to(rgba(2, 8, 19, 0.9))), url('../images/WhatsApp-Image-2020-01-03-at-17.50.15.jpeg');
  background-image: linear-gradient(180deg, rgba(2, 8, 19, 0.9), rgba(2, 8, 19, 0.9)), url('../images/WhatsApp-Image-2020-01-03-at-17.50.15.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-1187 {
  padding: 90px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  text-align: center;
}

.bloco-verde-tkd {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  border-radius: 10px;
  background-color: #11bf5a;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.19);
}

.div-block-73 {
  display: inline-block;
  margin-right: 24px;
}

.title-msg-sucess {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2rem;
}

.div-block-74 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.image-22 {
  border-radius: 100px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.nav-update {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #e6cd2d;
  background-image: -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c));
  background-image: linear-gradient(90deg, #f2994a, #f2c94c);
}

.container-1188 {
  text-align: center;
}

.link-block-5 {
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
}

.btn-update {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 6px 18px;
  float: right;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Nunito Sans', sans-serif;
  color: #0b1323;
  font-size: 13px;
  font-weight: 600;
}

.link-3 {
  display: none;
  padding-right: 22px;
  background-image: url('../images/black-arrow.svg');
  background-position: 100% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-3:hover {
  padding-right: 30px;
}

.destaque-block {
  margin-bottom: 40px;
  padding: 30px 30px 40px;
  border-radius: 8px;
  background-color: rgba(153, 255, 198, 0.45);
}

.section-update {
  padding: 119px 0px;
  background-color: #f6f6f6;
}

.ctn-updates {
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 80px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background-color: #fff;
}

._40px-margin-img {
  margin-bottom: 40px;
}

.title-date-update {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 21px;
}

.text-block-update {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 400;
}

.heading-45 {
  max-width: 410px;
  margin-top: 0px;
  line-height: 1.2em;
}

.textarea-2 {
  min-height: 110px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-radius: 6px;
  background-color: #ebebeb;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
}

.div-block-79 {
  margin-top: 50px;
  padding-top: 30px;
  padding-right: 220px;
  padding-bottom: 30px;
}

.field-label {
  font-family: 'Nunito Sans', sans-serif;
}

.submit-button-7 {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 100px;
  background-color: #f2c94c;
  font-family: 'Nunito Sans', sans-serif;
  color: #0b1323;
  font-weight: 600;
}

.text-field-2 {
  border-style: none;
  border-radius: 6px;
  background-color: #ebebeb;
  font-family: 'Nunito Sans', sans-serif;
}

.ad_here {
  overflow: hidden;
  min-height: 120px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.bloco-flex-horario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  padding: 0px 7px 7px 0px;
}

.bloco-dia {
  width: 27%;
}

.bloco-horario {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-upload.hide {
  display: none;
  margin-bottom: 0px;
}

.container-45 {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-2 {
  min-width: 162px;
  padding: 13px 24px;
  border: 2px none #0079ff;
  border-radius: 100px;
  background-color: #0079ff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  line-height: 1.2em;
  font-weight: 500;
}

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

.div-block-108 {
  margin-bottom: 20px;
  padding: 20px;
  border: 2px dashed #bebebe;
  border-radius: 8px;
  text-align: center;
}

.col-button-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  min-width: 140px;
  -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;
}

.navbar-1 {
  position: fixed;
  left: 0px;
  top: 0%;
  right: 0px;
  z-index: 1000;
  display: block;
  padding-top: 0px;
  padding-bottom: 0%;
  border-bottom: 1px none rgba(0, 121, 255, 0.15);
  background-color: rgba(30, 39, 71, 0.95);
  text-align: center;
}

.navbar-1.otpg-vav {
  background-color: transparent;
}

.navbar-1.otpg-vav.menupost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e2747;
}

.block-flex-form-curric {
  overflow: auto;
  padding: 70px 90px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form_curriculo {
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.campo-1 {
  height: 50px;
  margin-bottom: 5%;
  border: 2px solid #ebebeb;
  border-radius: 3px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.campo-1.ajuste-pad-cv {
  margin-bottom: 5px;
}

.bloco-flex-hamb {
  display: none;
}

.section_cad_cv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 119px;
  padding-bottom: 119px;
  -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;
  background-color: #0b1323;
}

.block-img-flex-curric {
  overflow: hidden;
  width: 45%;
  margin-bottom: 0px;
  background-image: url('../images/trabalhe-na-rodo-mw2x.jpg');
  background-position: 53% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bloco_flex_curriculo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70vh;
  min-height: 500px;
  padding: 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.18);
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
  min-width: 140px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-2.w--current {
  width: 8%;
}

.container-menu-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-23 {
  padding-right: 0.5vw;
}

.submit-button-8 {
  display: inline-block;
  padding: 12px 45px 12px 30px;
  border-radius: 100px;
  background-color: #0079ff;
  background-image: url('../images/seta-form.svg');
  background-position: 91% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-81 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2em;
}

.nav-link-top {
  margin-right: 0px;
  margin-left: 0px;
  padding: 33px 20px 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: none;
}

.nav-link-top:hover {
  color: #0079ff;
}

.nav-link-top.w--current {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #0079ff;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: none;
}

.nav-link-top.w--current:hover {
  color: #0079ff;
  font-size: 14px;
  letter-spacing: 0em;
  text-transform: none;
}

.text-bloc-error {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.tag-new {
  position: absolute;
  right: 99px;
  bottom: 56px;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #f2c94c;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 10px;
  line-height: 1.6em;
  text-decoration: none;
}

.tag-new.w--current {
  position: absolute;
  right: 99px;
  bottom: 56px;
  padding: 2px 5px;
  border-radius: 4px;
  background-color: #f2c94c;
  font-size: 11px;
  line-height: 1.6em;
  text-decoration: none;
}

.goog_translate_widget {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 5000;
}

.html-embed-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-109 {
  display: inline-block;
  overflow: hidden;
  margin-top: 21px;
  padding: 0px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

.notranslate {
  width: 260px;
  margin-top: 0px;
  text-align: left;
}

.container-1197 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  margin-right: auto;
  margin-left: 0px;
}

.navbar_relat {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-left: 20px;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}

.nav-link-2 {
  padding: 18px 14px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link-2:hover {
  background-color: hsla(0, 0%, 94.7%, 0.85);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.brand-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dropdown-list-2 {
  background-color: #dbd1d1;
}

.dropdown-list-2.w--open {
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  background-color: #fff;
}

.drop-link-rel {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.drop-link-rel:hover {
  background-color: #f3f3f3;
}

.section-body-relat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.html-embed-rpd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  text-align: center;
}

.div-block-175 {
  max-width: 380px;
  text-align: center;
}

.wrapper_senha {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.block-cotacao-passw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100vh;
  padding: 35px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/WhatsApp-Image-2020-01-03-at-17.50.15.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/WhatsApp-Image-2020-01-03-at-17.50.15.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.button-back-passw {
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #0a1a46;
  font-size: 0.9rem;
  font-weight: 400;
}

.button-back-passw:hover {
  border-color: #f2c94c;
  background-color: #f2c94c;
  color: #0b1323;
}

.link-block-logo-passw {
  padding: 0px;
  border-radius: 15px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.link-block-logo-passw:hover {
  border-bottom-style: none;
  border-bottom-width: 1px;
  background-color: transparent;
}

.heading-95 {
  margin-top: 6px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 700;
}

.div-block-174 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-head-passw {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 0.5fr 16px 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-cta-passw {
  padding: 7px 25px;
  border-radius: 6px;
  background-color: #fff;
  color: #0a1f44;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-30 {
  margin-bottom: 13px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3em;
}

.text-block-48 {
  margin-right: 15px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.head_form-passw {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.h09_title {
  max-width: 500px;
  margin-bottom: 10px;
  color: #777;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
}

.block_content_passw {
  padding: 0px 40px;
}

.heading-94 {
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #0b1323;
  font-size: 2.1rem;
  line-height: 1.15em;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.03em;
}

.text-block-49 {
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #0b1323;
  font-size: 1.1rem;
  line-height: 1.3em;
  text-align: left;
}

.text-field-3 {
  min-height: 44px;
  border-radius: 6px;
  font-family: 'Nunito Sans', sans-serif;
}

.html-embed-3 {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .par-medio {
    font-size: 1.2rem;
  }

  .par-grande {
    font-size: 1.3rem;
  }

  .par-grande.center.title-form {
    padding-right: 57px;
    padding-left: 57px;
    text-align: center;
  }

  .par-grande.no-margin {
    width: auto;
  }

  .par-xl {
    font-size: 1.6rem;
  }

  .par-xl.ajuste-text-1.white {
    padding-right: 70px;
    padding-left: 70px;
    font-size: 1.8rem;
  }

  .par-xl.blue.no-margin {
    width: auto;
    text-align: center;
  }

  .l-hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), -webkit-gradient(linear, left bottom, left top, from(#1a1b1b), to(rgba(26, 27, 27, 0))), url('../images/rodo-mw-foto-neve.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(0deg, #1a1b1b, rgba(26, 27, 27, 0)), url('../images/rodo-mw-foto-neve.jpg');
    background-position: 0px 0px, 0px 0px, 100% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .l-nav-ctn {
    overflow: hidden;
    min-width: 860px;
    padding-right: 39px;
  }

  .c-menu {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .navbar-2 {
    overflow: scroll;
  }

  .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }

  .image {
    padding-right: 20px;
  }

  .ctn-1160.box-white {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ctn-1160.footer-ctn {
    margin-top: 0px;
    padding: 70px 61px 30px;
  }

  .center.no-margin.white.title-hero-forms {
    width: auto;
  }

  .center.no-margin.ttitle-hero-forms {
    width: auto;
  }

  .white.center.upercase {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 40px;
    letter-spacing: 10px;
  }

  .l-serv-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-block-serv {
    padding-right: 29px;
    padding-left: 29px;
  }

  .c-block-serv.direita-block {
    padding-top: 40px;
    padding-right: 110px;
    padding-left: 110px;
  }

  .no-margin {
    width: 250px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-dl-apc {
    background-image: -webkit-gradient(linear, left top, right top, from(#f2994a), to(rgba(242, 201, 76, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(242, 201, 76, 0.7)), to(rgba(242, 201, 76, 0.7))), url('../images/Mockup-apc.png'), -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c));
    background-image: linear-gradient(90deg, #f2994a, rgba(242, 201, 76, 0)), linear-gradient(180deg, rgba(242, 201, 76, 0.7), rgba(242, 201, 76, 0.7)), url('../images/Mockup-apc.png'), linear-gradient(90deg, #f2994a, #f2c94c);
    background-position: 0px 0px, 0px 0px, 0px 50%, 0px 0px;
    background-size: auto, auto, cover, auto;
    background-repeat: repeat, repeat, no-repeat, repeat;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 105px;
    padding-left: 105px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    text-align: center;
  }

  .title-dlapc {
    font-size: 2rem;
  }

  .submit-button-apc {
    left: 85%;
    right: 85%;
  }

  .text-field {
    width: 100%;
  }

  .form-apc {
    width: 60%;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph {
    width: 70%;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 1.1rem;
  }

  .paragraph.erro-form {
    width: auto;
  }

  .paragraph.white.light-par {
    width: 100%;
  }

  .section-4 {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .utility-page-wrap {
    background-position: 94% -90px;
    background-size: 2000px;
  }

  .utility-page-content {
    font-family: 'Nunito Sans', sans-serif;
  }

  .apc_title.no-margin {
    padding-right: 60px;
    padding-left: 60px;
  }

  .apc_title.no-margin.center {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 2.5rem;
  }

  .div-block-10 {
    margin-right: 0px;
    padding-right: 123px;
    padding-bottom: 50px;
  }

  .paragraph-2.no-margin {
    width: auto;
  }

  .site-map-link {
    font-size: 13px;
  }

  .label-footer.no-margin {
    font-size: 18px;
  }

  .block-sitemap {
    padding-top: 0em;
  }

  .block-sitemap.horarios-block {
    padding-top: 0em;
  }

  .text-horario {
    font-size: 13px;
  }

  .box-coll-contato {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .div-block-12 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e7dfdf;
    border-radius: 6px;
    background-color: #fff;
  }

  .link-4 {
    border-top-color: #e7dfdf;
  }

  .link-4:hover {
    background-color: #fdfdfd;
  }

  .servive_title.no-margin {
    width: auto;
  }

  .servive_title.margin-bottom-30 {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .row {
    text-align: center;
  }

  .submit-button-6 {
    top: 76px;
    right: 59px;
    padding: 6px 15px 6px 23px;
    font-size: 13px;
  }

  .submit-button-6.na-pg-contato {
    top: 178px;
  }

  .block-form-contact {
    padding-right: 60px;
    padding-left: 60px;
  }

  .select-field-3 {
    min-height: 32px;
  }

  .div-block-53 {
    padding-right: 20px;
  }

  .div-block-53.larg-total {
    padding-bottom: 7px;
  }

  .section-adress {
    position: relative;
    overflow: visible;
    text-align: right;
  }

  .block-dados-emp {
    padding-left: 0px;
    text-align: left;
  }

  .block-dados-emp.aj-vert {
    font-style: normal;
    text-align: left;
  }

  .row-8 {
    position: relative;
    min-width: 960px;
    padding-left: 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(44%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 44%);
  }

  .container-1185 {
    position: relative;
    display: inline-block;
    overflow: auto;
  }

  .error-message-red {
    left: 15px;
    top: 5px;
  }

  .success-message-3 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .section160px {
    padding-top: 190px;
    padding-bottom: 120px;
  }

  .hero-title.zero-margin.pg-hero-serv-title {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-38 {
    padding-bottom: 100px;
  }

  .img-sobre {
    height: 420px;
    margin-bottom: 100px;
    padding: 76px 300px;
  }

  .section-39 {
    padding-right: 30px;
    padding-bottom: 100px;
    padding-left: 30px;
  }

  .div-block-55 {
    padding: 118px 45px;
    background-position: 93% -199px;
    background-size: 2000px;
    background-attachment: scroll;
  }

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

  .container-1186 {
    padding-right: 90px;
    padding-left: 90px;
  }

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

  .section-41.local-sect {
    padding-right: 40px;
    padding-left: 40px;
  }

  .bloco-texto-60 {
    padding-right: 30px;
  }

  .img-box-flex {
    min-height: 380px;
  }

  .title-client-prioridade {
    margin-top: 0px;
    font-size: 2.2rem;
  }

  .title-client-prioridade.local-title {
    padding-right: 13px;
    font-size: 2.2rem;
  }

  .div-block-58 {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    margin-bottom: 80px;
    padding-right: 45px;
    padding-left: 49px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(49%, #fff), color-stop(74%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #fff 49%, hsla(0, 0%, 100%, 0) 74%);
  }

  .image-12 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-42 {
    height: 100vh;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 0px 50%;
  }

  .row-9 {
    margin-bottom: 30px;
    padding-top: 50px;
  }

  .div-block-61 {
    padding-left: 75px;
  }

  .div-block-62 {
    padding: 0px;
  }

  .success-message-4 {
    border-color: hsla(0, 0%, 100%, 0.45);
  }

  .section-43 {
    padding: 100px 40px;
  }

  .title-serv-sec.no-margin {
    width: 410px;
  }

  .block-desc-serv {
    padding-right: 80px;
  }

  .block-desc-serv.desc-frota.white {
    padding-right: 131px;
  }

  .title-int-transp.no-margin {
    width: 440px;
  }

  .block-cta-serv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-64 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-44 {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .title-perfil-carga.no-margin {
    width: auto;
    font-size: 2.2rem;
  }

  .div-block-65 {
    margin-top: -19px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .block-ico-tipo-carga {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-66 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-69 {
    padding-right: 0px;
  }

  .text-block-6 {
    font-size: 1.4rem;
  }

  .vantagem-block {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .div-block-71 {
    width: 40px;
  }

  .title-vantagem {
    width: auto;
    font-size: 2.2rem;
  }

  .destinos-block {
    max-width: 520px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-7 {
    padding-right: 27px;
    padding-left: 27px;
    font-size: 1.2rem;
  }

  .section-47 {
    padding-right: 90px;
    padding-left: 90px;
  }

  .credit-site {
    text-align: center;
  }

  .link-block-4 {
    display: inline-block;
    padding-right: 0px;
  }

  .container-1187 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .title-msg-sucess {
    font-size: 1.8rem;
  }

  .nav-update {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-update {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .ctn-updates {
    padding: 60px;
  }

  .div-block-79 {
    padding-right: 150px;
  }

  .icon {
    color: #fff;
  }

  .button-2 {
    min-width: 130px;
    padding: 9px 18px;
    font-size: 0.7rem;
  }

  .col-button-top {
    width: 20%;
    min-width: 100px;
  }

  .navbar-1 {
    left: 0px;
    top: 0%;
    right: 0px;
    padding: 6px 15px;
  }

  .navbar-1.otpg-vav.menupost {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-flex-form-curric {
    padding: 60px 50px;
  }

  .campo-1 {
    height: 40px;
    font-size: 14px;
  }

  .bloco-flex-hamb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-img-flex-curric {
    width: 45%;
  }

  .brand-2 {
    width: 90%;
    -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;
  }

  .brand-2.w--current {
    min-height: 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-menu-flex {
    width: 100%;
    min-width: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-23 {
    padding-right: 13px;
    padding-left: 13px;
  }

  .nav-menu-2 {
    left: -20px;
    top: 0px;
    width: 60%;
    min-width: 320px;
    margin-top: -5px;
    padding-top: 61px;
    padding-right: 27px;
    padding-left: 8%;
    background-color: #fff;
    box-shadow: 1px 1px 26px 0 rgba(0, 0, 0, 0.04);
  }

  .menu-button {
    width: 40px;
    height: 40px;
    padding: 9px 8px;
    border-radius: 100px;
    background-color: #0079ff;
    text-align: left;
  }

  .nav-link-top {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #929292;
  }

  .nav-link-top.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .tag-new {
    bottom: 50px;
  }

  .tag-new.w--current {
    bottom: 51px;
  }

  .notranslate {
    font-size: 2rem;
  }

  .icone-drop-relat {
    font-size: 0.9rem;
  }

  .container-1197 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-areas: "Area-2 Area-3 Area";
    -ms-grid-columns: 0.25fr 0px 1fr 0px 0.25fr;
    grid-template-columns: 0.25fr 1fr 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-menu {
    padding: 16px 44px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
  }

  .navbar_relat {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 0.9rem;
  }

  .brand-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .brand-3.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .icon-4 {
    display: none;
  }

  .dropdown-list-2.w--open {
    padding-top: 8px;
    border-top-style: none;
  }

  .image-24 {
    max-width: 75%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-45 {
    font-size: 0.9rem;
  }

  .dropdown-relat {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    -webkit-transition: padding 200ms ease, background-color 200ms ease;
    transition: padding 200ms ease, background-color 200ms ease;
  }

  .dropdown-relat.w--open {
    padding-left: 30px;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    background-color: #ececec;
  }

  .menu-button-relat {
    position: relative;
    padding: 20px 25px;
    background-image: url('../images/hambu-menu.svg');
    background-position: 50% 50%;
    background-size: 19px 12px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .menu-button-relat.w--open {
    padding: 20px 25px;
    background-color: transparent;
    background-image: url('../images/x.svg');
    background-size: 19px;
  }

  .section-body-relat {
    width: 100%;
  }

  .html-embed-rpd {
    width: 100%;
  }

  .wrapper_senha {
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/WhatsApp-Image-2020-01-03-at-17.50.15.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/WhatsApp-Image-2020-01-03-at-17.50.15.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .block-cotacao-passw {
    display: none;
  }

  .link-block-logo-passw:hover {
    background-color: transparent;
  }

  .text-block-48 {
    color: #f8f8f8;
  }

  .h09_title {
    color: #fff;
    font-size: 1rem;
  }

  .heading-94 {
    color: #fff;
  }

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

  .html-embed-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 6.5vw;
  }

  h3 {
    font-size: 5.8vw;
  }

  h4 {
    font-size: 5.1vw;
  }

  h5 {
    font-size: 4.3vw;
  }

  h6 {
    font-size: 3.7vw;
  }

  p {
    font-size: 0.8rem;
  }

  .n-btn.margin-top10 {
    margin-top: 10px;
  }

  .card-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .par-medio {
    font-size: 1.1rem;
  }

  .par-grande {
    font-size: 1.2rem;
  }

  .par-grande.center.title-form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .par-xl {
    font-size: 1.4rem;
  }

  .par-xl.ajuste-text-1.white {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.6rem;
  }

  .p-btn {
    margin-top: 12px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .p-btn:hover {
    background-color: #f2994a;
  }

  .l-hero-section {
    padding-right: 30px;
    padding-left: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left bottom, left top, from(#1a1b1b), to(rgba(26, 27, 27, 0))), url('../images/rodo-mw-foto-neve.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(0deg, #1a1b1b, rgba(26, 27, 27, 0)), url('../images/rodo-mw-foto-neve.jpg'), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px, 85% 50%, 0px 0px, 0px 0px;
  }

  .l-nav-ctn {
    min-width: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .c-menu {
    overflow: hidden;
    width: 80%;
    max-height: 100vh;
    min-height: auto;
    padding: 30px 30px 19px 40px;
    background-color: #fff;
    box-shadow: 3px 3px 24px 0 rgba(0, 0, 0, 0.1);
  }

  .div-block {
    min-height: 600px;
    margin: 57px;
    background-color: #0b1323;
  }

  .navbar-2 {
    overflow: visible;
    padding: 0px 0px 0px 20px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding: 8px 20px 8px 0px;
  }

  .nav-link:hover {
    background-color: transparent;
  }

  .brand {
    margin-top: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image {
    padding-right: 60px;
  }

  .div-block-2 {
    margin-bottom: 2em;
    padding: 10px 0px;
    text-align: left;
  }

  .linha-sep {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #f5f5f5;
  }

  .div-block-4 {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }

  .link-2 {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: 'Nunito Sans', sans-serif;
    color: #a7a7a7;
    text-decoration: none;
  }

  .menu-hamb {
    border-left: 1px none #f5f5f5;
    background-color: transparent;
  }

  .menu-hamb.w--open {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2c94c), to(#f2c94c));
    background-image: linear-gradient(180deg, #f2c94c, #f2c94c);
  }

  .ctn-1160.footer-ctn {
    padding-right: 40px;
    padding-bottom: 37px;
    padding-left: 40px;
  }

  .div-block-8 {
    margin-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .c-block-serv {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .c-block-serv.direita-block {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 43px;
    padding-left: 43px;
  }

  .no-margin {
    width: auto;
    margin-right: 0px;
  }

  .link-block {
    margin-top: 7px;
    margin-right: 14px;
    margin-left: 14px;
    padding: 22px;
    float: right;
    border-radius: 100px;
    background-color: #f8f8f8;
  }

  .section-dl-apc {
    padding-right: 28px;
    padding-left: 28px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c));
    background-image: linear-gradient(90deg, #f2994a, #f2c94c);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block-9 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-dlapc {
    font-size: 5.2vw;
  }

  .submit-button-apc {
    position: absolute;
    left: 88%;
    top: 6px;
    right: 88%;
    bottom: 8px;
  }

  .text-field {
    width: 100%;
    padding-right: 65px;
    padding-left: 60px;
    text-align: left;
  }

  .form-apc {
    display: inline-block;
    width: 380px;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph {
    width: 55%;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 2.5vw;
  }

  .form {
    position: relative;
    width: 100%;
  }

  .section-4 {
    padding-bottom: 0px;
  }

  .apc_title.no-margin.center {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 6vw;
  }

  .div-block-10 {
    padding-right: 0px;
  }

  .box-coll-contato {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-bloco-dados {
    font-size: 13px;
  }

  .servive_title.no-margin {
    text-align: center;
  }

  .hero.cotacao-hero {
    height: 260px;
  }

  .div-block-54 {
    display: none;
  }

  .submit-button-6 {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    border-radius: 0px;
    background-image: none;
    font-size: 14px;
  }

  .submit-button-6.na-pg-contato {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }

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

  .column-29 {
    padding-left: 0px;
  }

  .block-form-contact {
    padding: 40px 50px;
  }

  .div-block-53.larg-total {
    max-width: 100%;
    padding-bottom: 7px;
  }

  .section-adress {
    padding: 60px 10px;
    text-align: left;
  }

  .text-adress-contato {
    font-size: 0.8rem;
  }

  .image-8 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .block-dados-emp {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-dados-emp.aj-vert {
    padding-left: 87px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row-8 {
    min-width: auto;
    padding-left: 0px;
  }

  .success-message-3 {
    padding-top: 18px;
    padding-right: 30px;
    padding-bottom: 18px;
  }

  .section160px {
    padding-top: 201px;
    padding-bottom: 110px;
  }

  .hero-title.zero-margin {
    font-size: 7.9vw;
  }

  .hero-title.zero-margin.pg-hero-serv-title {
    font-size: 8vw;
  }

  .img-sobre {
    height: 420px;
    margin-bottom: 70px;
    padding: 150px;
  }

  .section-39 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-55 {
    padding-right: 40px;
    padding-left: 40px;
    background-position: 100% 50%;
  }

  .section-40 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .container-1186 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section-41 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .bloco-texto-60 {
    width: 100%;
    padding-right: 0px;
  }

  .img-box-flex {
    width: 100%;
  }

  .image-12 {
    padding: 0px;
  }

  .div-block-60 {
    width: auto;
    text-align: center;
  }

  .div-block-61 {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
  }

  .div-block-62 {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .success-message-4 {
    border: 1px solid #fff;
  }

  .block-desc-serv {
    padding-right: 41px;
  }

  .block-desc-serv.desc-frota.white {
    padding-right: 0px;
  }

  .block-perfil-cargas {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-65 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-ico-tipo-carga {
    overflow: auto;
    width: 100%;
    padding: 31px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-66 {
    min-width: 320px;
    margin-right: 30px;
    padding-right: 20px;
  }

  .img-tipo-carga {
    position: relative;
    width: 100%;
    padding-top: 106px;
    padding-bottom: 60px;
  }

  .image-18 {
    position: relative;
    right: 0%;
  }

  .image-19 {
    position: absolute;
    left: 32%;
    top: 71%;
    right: 48%;
    bottom: 48%;
  }

  .image-20 {
    position: relative;
    top: 1px;
  }

  .div-block-68 {
    width: 100%;
  }

  .div-block-69 {
    width: 100%;
  }

  .vantagem-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .destinos-block {
    overflow: auto;
    max-width: 400px;
    padding-left: 28px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sep-vert {
    padding-left: 1px;
    background-color: #d3d3d3;
  }

  .section-47 {
    padding: 131px 50px;
  }

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

  .link-5 {
    font-size: 14px;
  }

  .link-block-4 {
    font-size: 13px;
  }

  .text-block-9 {
    font-size: 15px;
  }

  .bloco-verde-tkd {
    padding: 40px;
  }

  .section-update {
    padding-right: 30px;
    padding-left: 30px;
  }

  .ctn-updates {
    padding: 30px;
  }

  .heading-45 {
    max-width: 100%;
  }

  .div-block-79 {
    padding-right: 0px;
  }

  .bloco-flex-horario {
    padding-right: 0px;
  }

  .bloco-dia {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-2 {
    min-width: 130px;
  }

  .navbar-1 {
    left: 0px;
    top: 0%;
    right: 0px;
  }

  .block-flex-form-curric {
    position: relative;
    overflow: visible;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .section_cad_cv {
    height: 100vh;
    min-height: 600px;
    padding: 20px 40px;
  }

  .block-img-flex-curric {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: 50% -127px;
  }

  .bloco_flex_curriculo {
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submit-button-8 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 0px 0px 8px 8px;
  }

  .nav-menu-2 {
    width: 50%;
  }

  .heading-81 {
    font-size: 4vw;
  }

  .nav-link-top {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .nav-link-top.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .tag-new {
    right: 102%;
  }

  .tag-new.w--current {
    right: 16%;
  }

  .notranslate {
    width: 349px;
  }

  .container-1197 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    width: 100%;
    padding-right: 34px;
    padding-left: 34px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-link-2 {
    position: relative;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1em;
    text-align: left;
  }

  .dropdown-list-2.w--open {
    border-top-style: none;
  }

  .drop-link-rel {
    font-size: 0.9rem;
  }

  .drop-link-rel.w--current {
    font-size: 0.9rem;
  }

  .text-block-45 {
    line-height: 1em;
  }

  .dropdown {
    z-index: 10;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-relat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 34px 15px 5px;
  }

  .dropdown-relat.w--open {
    border-style: solid solid none;
    border-top-width: 1px;
    border-top-color: #ececec;
    border-right-width: 1px;
    border-right-color: #ececec;
    border-left-width: 1px;
    border-left-color: #ececec;
  }

  .html-embed-rpd.desk_rpd {
    display: none;
  }

  .button-back-passw {
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: none;
    border-radius: 100px;
    background-color: hsla(0, 0%, 100%, 0.15);
    color: #fff;
    font-size: 0.8rem;
    line-height: 1em;
  }

  .link-block-logo-passw {
    padding: 0px;
  }

  .image-47 {
    max-width: 77%;
  }

  .grid-head-passw {
    grid-column-gap: 0px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .text-block-48 {
    margin-right: 10px;
    color: #fff;
    font-size: 0.8rem;
  }

  .head_form-passw {
    padding: 10px;
  }

  .block_content_passw {
    min-width: auto;
  }

  .heading-94 {
    color: #fff;
    font-size: 1.9rem;
  }

  .text-block-49 {
    color: #fff;
    line-height: 1.2em;
  }

  .html-embed-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10vw;
  }

  h2 {
    font-size: 7.5vw;
  }

  .n-btn {
    height: auto;
    padding: 1rem 1.8rem;
    font-size: 0.8rem;
  }

  .n-btn.ghost-1 {
    padding: 0.8rem 1.5rem;
  }

  .n-btn.ghost-2 {
    padding: 0.8rem 1.5rem;
  }

  .n-btn.gradient-btn.cta-icon {
    padding-left: 55px;
    background-size: 12px, auto;
  }

  .n-btn.margin-top10 {
    width: 100%;
    margin-top: 10px;
    padding: 0.8rem 1.6rem;
    text-align: center;
  }

  .n-btn.submit-passw {
    padding: 0.5rem 1.1rem;
  }

  .par-medio {
    font-size: 1rem;
  }

  .par-medio.white.no-margin {
    font-size: 0.9rem;
    line-height: 1.4em;
  }

  .par-grande.center.white {
    padding-right: 3vw;
    padding-left: 3vw;
    font-size: 4.5vw;
    line-height: 1.3em;
  }

  .par-grande.center.white.hero-par {
    margin-bottom: 0.2em;
    padding-right: 19vw;
    padding-left: 0vw;
    font-size: 5vw;
    text-align: left;
  }

  .par-grande.center.title-form {
    font-size: 1.1rem;
    line-height: 1.4em;
    text-align: left;
  }

  .par-grande.center.no-margin {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 4.5vw;
    line-height: 1.3em;
  }

  .par-xl {
    font-size: 1.35rem;
  }

  .par-xl.ajuste-text-1.white {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.4rem;
  }

  .g-btn.gradient-btn {
    padding: 1rem 2.6rem;
    font-size: 1rem;
  }

  .g-btn.gradient-btn.margin-top20 {
    display: inline-block;
    margin-top: 15px;
  }

  .g-btn.white-btn {
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .p-btn {
    font-size: 0.7rem;
  }

  .l-hero-section {
    overflow: hidden;
    padding-right: 20px;
    padding-bottom: 31%;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#111212), to(rgba(26, 27, 27, 0))), url('../images/hero-mobile.jpg'), url('../images/rodo-mw-foto-neve.jpg');
    background-image: linear-gradient(0deg, #111212, rgba(26, 27, 27, 0)), url('../images/hero-mobile.jpg'), url('../images/rodo-mw-foto-neve.jpg');
    background-position: 0px 0px, 50% 50%, 70% 50%;
    background-size: auto, cover, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .c-menu {
    overflow: hidden;
    width: 90%;
    max-height: 100vh;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
  }

  .div-block {
    min-height: 900px;
  }

  .navbar-2 {
    padding: 0px 0px 0px 10px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    font-weight: 700;
  }

  .nav-link.w--current {
    display: block;
    float: none;
  }

  .brand {
    margin-top: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand.w--current {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: left;
  }

  .image {
    max-width: 80%;
    padding-right: 19px;
  }

  .linha-sep {
    position: relative;
    margin-top: 90px;
    margin-bottom: 35px;
  }

  .div-block-4 {
    position: relative;
    text-align: left;
  }

  .link-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .ctn-1160 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .ctn-1160.center {
    text-align: center;
  }

  .ctn-1160.box-white {
    padding: 80px 15px;
  }

  .ctn-1160.footer-ctn {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 10px 20px;
  }

  .l-sobre-section.center {
    padding: 130px 20px 30px;
  }

  .white.center.upercase {
    margin-top: 0px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 8vw;
    line-height: 1.1em;
    text-align: left;
    letter-spacing: 0vw;
    text-transform: none;
  }

  .l-serv-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-block-serv {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-block-serv.direita-block {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section {
    padding: 130px 20px;
  }

  .c-block-flex-rotas {
    padding-right: 0px;
    padding-left: 0px;
  }

  .center-flex-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-block-paises {
    padding-right: 11px;
    padding-left: 11px;
  }

  .text-block {
    font-size: 4vw;
  }

  .link-block {
    width: 32px;
    height: 32px;
    margin: 14px 4px 14px 10px;
    padding: 7px;
    background-image: url('../images/telefone-ico-white.svg'), -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c));
    background-image: url('../images/telefone-ico-white.svg'), linear-gradient(90deg, #f2994a, #f2c94c);
    background-position: 50% 50%, 0px 0px;
    background-size: 14px, auto;
    background-repeat: no-repeat, repeat;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  }

  .section-cta-cotacao {
    padding: 130px 20px;
  }

  .section-dl-apc {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f2994a), to(#f2c94c));
    background-image: linear-gradient(90deg, #f2994a, #f2c94c);
    background-position: 0px 0px;
    background-size: auto;
  }

  .div-block-9 {
    width: 100%;
  }

  .submit-button-apc {
    left: 83%;
    right: 83%;
    background-size: 16px, auto;
    -webkit-transition: opacity 390ms ease;
    transition: opacity 390ms ease;
  }

  .submit-button-apc:hover {
    opacity: 0.9;
  }

  .text-field {
    width: 100%;
    padding-right: 60px;
    padding-left: 55px;
    font-size: 14px;
    text-align: left;
  }

  .form-apc {
    width: auto;
    margin-top: 10px;
  }

  .paragraph {
    width: auto;
    margin-bottom: 10%;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 4.5vw;
  }

  .paragraph.msg-sucess {
    margin-bottom: 0%;
  }

  .paragraph.erro-form {
    font-size: 0.8rem;
  }

  .section-4 {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .utility-page-wrap {
    background-position: -1246px 0px;
  }

  .utility-page-content {
    padding-right: 14px;
    padding-bottom: 100px;
    padding-left: 14px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .utility-page-form {
    width: 100%;
  }

  .apc_title.no-margin {
    padding-right: 0px;
    padding-left: 0px;
  }

  .apc_title.no-margin.center {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 7.2vw;
  }

  .div-block-10 {
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
  }

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

  .image-4 {
    padding-right: 50px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .site-map-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2em;
  }

  .site-map-link.w--current {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .label-footer.no-margin {
    font-size: 15px;
  }

  .label-footer.no-margin.bot-margin10 {
    margin-bottom: 10px;
  }

  .box-coll-contato {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-12 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .bloco-dados-footer {
    overflow: hidden;
    max-height: auto;
    padding: 30px 30px 70px;
  }

  .image-6 {
    margin-right: 11px;
    padding: 2px;
  }

  .dropdown-list.w--open {
    left: -29px;
    right: -31px;
  }

  .dropdown-list.mob-droplist.w--open {
    position: static;
    margin-top: 5px;
  }

  .link-bloco-dados {
    line-height: 1.2em;
  }

  .drop-link-city {
    padding-right: 20px;
    padding-left: 30px;
    font-size: 12px;
  }

  .link-4 {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
  }

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

  .image-7 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero {
    height: 280px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero.cotacao-hero {
    height: 280px;
  }

  .textarea {
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 15px;
    line-height: 1.3em;
  }

  .text-field-contato {
    min-height: 36px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .submit-button-6 {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 0px;
    background-position: 59% 50%;
    background-size: 18px;
    font-size: 15px;
  }

  .section-36 {
    padding-bottom: 20px;
  }

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

  .container-1183 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .block-form-contact {
    padding: 10vw 30px 30px;
  }

  .select-field-3 {
    min-height: 36px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .div-block-53 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .div-block-53.larg-total {
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-adress {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-adress-contato {
    margin-top: 0px;
    font-size: 0.8rem;
  }

  .image-8 {
    position: relative;
    right: 7px;
  }

  .block-dados-emp {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-dados-emp.aj-vert {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-3 {
    padding-right: 0px;
  }

  .row-8 {
    padding-left: 0px;
  }

  .container-1185 {
    overflow: visible;
  }

  .error-message-red {
    margin-right: 15px;
  }

  .text-block-3 {
    line-height: 1.2em;
  }

  .success-message-3 {
    padding: 11px 30px 11px 60px;
    background-position: 15px 50%;
    background-size: 30px;
  }

  .text-block-4 {
    font-size: 0.8rem;
  }

  .section160px {
    padding: 110px 17px 90px;
    text-align: left;
  }

  .section160px.pg-hero-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-title.zero-margin {
    font-size: 7.9vw;
    text-align: center;
  }

  .section-38 {
    padding-bottom: 70px;
  }

  .img-sobre {
    height: 320px;
    padding: 109px 110px;
  }

  .section-39 {
    padding-bottom: 90px;
  }

  .div-block-55 {
    padding: 100px 35px;
    background-position: -71px 122%;
    background-size: 200px;
  }

  .container-1186 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-41 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-41.local-sect {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bloco-texto-60 {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .img-box-flex {
    min-height: 280px;
  }

  .title-client-prioridade {
    margin-top: 0px;
  }

  .title-client-prioridade.local-title {
    font-size: 7.2vw;
  }

  .column-31 {
    padding-right: 1px;
    padding-left: 1px;
  }

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

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

  .image-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-42 {
    height: 100vh;
    padding-right: 21px;
    padding-left: 21px;
    background-position: -55px 54%;
    background-size: cover;
  }

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

  .div-block-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-44.white {
    margin-bottom: 0px;
  }

  .row-9 {
    padding-top: 40px;
  }

  .div-block-62 {
    padding: 0px;
  }

  .image-15 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-43 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-serv-sec.no-margin {
    width: auto;
    font-size: 7.2vw;
  }

  .block-desc-serv {
    padding-right: 0px;
  }

  .title-int-transp.no-margin {
    width: auto;
  }

  .title-int-transp.no-margin.white {
    font-size: 7.2vw;
  }

  .section-44 {
    height: 500px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/WhatsApp-Image-2020-01-20-at-19.37.39.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/WhatsApp-Image-2020-01-20-at-19.37.39.jpeg');
    background-attachment: scroll, scroll;
  }

  .section-45 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .title-perfil-carga.no-margin {
    font-size: 7.2vw;
  }

  .block-perfil-cargas {
    padding-right: 0px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-46 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-65 {
    margin-top: -20px;
    padding: 90px 25px;
  }

  .block-ico-tipo-carga {
    width: 100%;
    padding: 10px 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-66 {
    min-width: 270px;
    margin-right: -2px;
    padding: 20px 6% 20px 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-16 {
    margin-right: 0px;
    margin-bottom: 1px;
    padding-right: 20px;
    padding-left: 0px;
  }

  .tipo-carga {
    font-size: 1.1rem;
    text-align: left;
  }

  .img-tipo-carga {
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
  }

  .image-19 {
    position: static;
  }

  .image-20 {
    position: static;
  }

  .div-block-68 {
    padding-top: 0px;
  }

  .text-block-6 {
    font-size: 1.3rem;
  }

  .vantagem-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .title-vantagem {
    max-width: 300px;
    margin-top: 0px;
    padding-right: 7px;
    font-size: 7.2vw;
  }

  .destinos-block {
    overflow: auto;
    padding-left: 28px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-7 {
    font-size: 1.1rem;
  }

  .sep-vert {
    height: 32px;
  }

  .section-47 {
    padding: 100px 25px;
  }

  .html-embed {
    margin-top: -80px;
    padding-top: 0px;
    padding-bottom: 52px;
  }

  .credit-site {
    padding: 25px 20px;
  }

  .text-block-8 {
    font-size: 11px;
  }

  .link-5 {
    font-size: 11px;
  }

  .link-block-4 {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    background-position: 0px 32%;
    background-size: 14px;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .container-1187 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bloco-verde-tkd {
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-73 {
    margin-bottom: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .title-msg-sucess {
    font-size: 7vw;
  }

  .nav-update {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .destaque-block {
    padding: 15px 20px 25px;
  }

  .section-update {
    padding: 100px 15px;
  }

  .ctn-updates {
    margin-bottom: 30px;
    padding: 30px 15px 20px;
  }

  .title-date-update {
    font-size: 19px;
  }

  .heading-45 {
    padding-right: 61px;
    font-size: 7vw;
  }

  .bloco-flex-horario {
    margin-top: 0px;
  }

  .bloco-dia {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-34 {
    margin-bottom: 31px;
  }

  .icon {
    text-align: center;
    text-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  }

  .col-button-top {
    position: relative;
    z-index: 140;
    display: none;
    width: 33%;
    min-width: 60px;
  }

  .navbar-1 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0 7px 20px 0 transparent;
  }

  .block-flex-form-curric {
    overflow: visible;
    padding: 20px 30px 30px;
  }

  .campo-1 {
    font-size: 13px;
  }

  .bloco-flex-hamb {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section_cad_cv {
    height: 100vh;
    min-height: 800px;
    padding: 90px 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block-img-flex-curric {
    padding-top: 55px;
    padding-bottom: 55px;
    background-position: 0px -59px;
  }

  .bloco_flex_curriculo {
    height: auto;
  }

  .brand-2 {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .brand-2.w--current {
    padding-left: 0%;
  }

  .container-menu-flex {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-23 {
    max-width: 120px;
    padding-right: 20px;
    padding-left: 0px;
  }

  .submit-button-8 {
    border-radius: 0px;
  }

  .nav-menu-2 {
    z-index: 99999;
    width: 60%;
    height: 100vh;
    min-width: 280px;
    margin-left: 0px;
    padding-top: 61px;
    background-color: #fff;
    box-shadow: 1px 1px 26px 0 rgba(0, 0, 0, 0.4);
  }

  .heading-81 {
    font-size: 6vw;
  }

  .menu-button {
    width: 60px;
    min-width: 60px;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .menu-button.w--open {
    background-color: #ef4336;
  }

  .nav-link-top {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .tag-new {
    right: 48%;
    bottom: 39px;
  }

  .tag-new.w--current {
    right: 46%;
    bottom: 39px;
  }

  .notranslate {
    width: auto;
    font-size: 1.6rem;
  }

  .icone-drop-relat {
    margin-right: 12px;
    margin-left: 0px;
    font-size: 0.8rem;
    text-align: center;
  }

  .container-1197 {
    grid-template-areas: "Area-2 Area-3 Area";
    -ms-grid-columns: 0.25fr 1fr 0.5fr;
    grid-template-columns: 0.25fr 1fr 0.5fr;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
  }

  .navbar_relat {
    padding-left: 0px;
  }

  .brand-3.w--current {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .dropdown-list-2 {
    z-index: 100;
  }

  .dropdown-list-2.w--open {
    border-top-style: none;
  }

  .drop-link-rel {
    padding: 7px 15px 7px 10px;
    font-size: 0.9rem;
  }

  .drop-link-rel.w--current {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.9rem;
  }

  .text-block-45 {
    margin-right: 6px;
    line-height: 1em;
  }

  .dropdown-relat {
    padding-right: 24px;
    padding-left: 5px;
  }

  .dropdown-relat.w--open {
    padding-left: 20px;
    border-bottom-style: none;
  }

  .menu-button-relat.w--open {
    background-position: 50% 50%;
  }

  .wrapper_senha {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), color-stop(15%, transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(82%, rgba(0, 0, 0, 0.8))), url('../images/WhatsApp-Image-2020-01-03-at-17.50.15.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 15%), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8) 82%), url('../images/WhatsApp-Image-2020-01-03-at-17.50.15.jpeg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .button-back-passw {
    padding: 8px 10px;
    font-size: 0.65rem;
    line-height: 1.1em;
  }

  .link-block-logo-passw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0px;
  }

  .image-47 {
    max-width: 38px;
  }

  .grid-head-passw {
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
  }

  .text-block-48 {
    margin-right: 8px;
    font-size: 0.65rem;
    line-height: 1.1em;
    text-align: right;
  }

  .head_form-passw {
    z-index: 100;
    padding: 10px;
  }

  .h09_title {
    font-size: 0.9rem;
  }

  .block_content_passw {
    position: relative;
    z-index: 100;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0px;
    border-top-right-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
    text-align: left;
  }

  .heading-94 {
    max-width: 200px;
    font-size: 1.7rem;
    line-height: 1em;
    text-align: left;
  }

  .text-block-49 {
    max-width: 210px;
    font-size: 0.9rem;
  }

  .grid_form_passw {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-areas: "Area Area-2";
    -ms-grid-columns: 2.5fr 8px 1fr;
    grid-template-columns: 2.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .text-field-3 {
    max-width: 500px;
    margin-bottom: 0px;
    border: 1px none #000;
  }
}

#w-node-_59d47678-7db4-5e15-5348-77e76f79faaa-84b28c66 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_59d47678-7db4-5e15-5348-77e76f79faac-84b28c66 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9429dd12-f599-3a90-378c-1358c2d4a6e9-84b28c66 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9429dd12-f599-3a90-378c-1358c2d4a6eb-84b28c66 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_27f2116f-78b8-ade5-c8bb-a270260f9909-260f9907 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-align: start;
    justify-self: start;
    grid-area: Area-2;
  }

  #w-node-_27f2116f-78b8-ade5-c8bb-a270260f991e-260f9907 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    grid-area: Area;
  }

  @media screen and (max-width: 991px) {
    .container-1197>#w-node-_59d47678-7db4-5e15-5348-77e76f79faaa-84b28c66 {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
    }

    .container-1197>#w-node-_59d47678-7db4-5e15-5348-77e76f79faac-84b28c66 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .container-1197>#w-node-_9429dd12-f599-3a90-378c-1358c2d4a6e9-84b28c66 {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
    }

    .container-1197>#w-node-_9429dd12-f599-3a90-378c-1358c2d4a6eb-84b28c66 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .container-1197>#w-node-_27f2116f-78b8-ade5-c8bb-a270260f9909-260f9907 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .container-1197>#w-node-_27f2116f-78b8-ade5-c8bb-a270260f991e-260f9907 {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
    }
  }

  @media screen and (max-width: 479px) {
    .container-1197>#w-node-_59d47678-7db4-5e15-5348-77e76f79faaa-84b28c66 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
    }

    .grid_form_passw>#w-node-_59d47678-7db4-5e15-5348-77e76f79faaa-84b28c66 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .container-1197>#w-node-_59d47678-7db4-5e15-5348-77e76f79faac-84b28c66 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid_form_passw>#w-node-_59d47678-7db4-5e15-5348-77e76f79faac-84b28c66 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
    }

    .container-1197>#w-node-_9429dd12-f599-3a90-378c-1358c2d4a6e9-84b28c66 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
    }

    .grid_form_passw>#w-node-_9429dd12-f599-3a90-378c-1358c2d4a6e9-84b28c66 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .container-1197>#w-node-_9429dd12-f599-3a90-378c-1358c2d4a6eb-84b28c66 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid_form_passw>#w-node-_9429dd12-f599-3a90-378c-1358c2d4a6eb-84b28c66 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
    }

    .container-1197>#w-node-_27f2116f-78b8-ade5-c8bb-a270260f9909-260f9907 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid_form_passw>#w-node-_27f2116f-78b8-ade5-c8bb-a270260f9909-260f9907 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
    }

    .container-1197>#w-node-_27f2116f-78b8-ade5-c8bb-a270260f991e-260f9907 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
    }

    .grid_form_passw>#w-node-_27f2116f-78b8-ade5-c8bb-a270260f991e-260f9907 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
  }
}

