:root {
  --azul-escuro: #0b1323;
  --white-smoke: #f8f8f8;
  --crimson: #e02c33;
  --white: white;
  --black: black;
  --grey: #777;
  --sandy-brown: #f2994a;
  --gold: #f2c94c;
  --black-2: #1a1b1b;
}

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

h1 {
  color: var(--azul-escuro);
  margin-bottom: 10px;
  font-family: Mukta, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--azul-escuro);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mukta, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--azul-escuro);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mukta, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--azul-escuro);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mukta, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--azul-escuro);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mukta, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--azul-escuro);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mukta, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

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

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

figure {
  margin-bottom: 10px;
}

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

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

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

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

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

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

.n-btn {
  float: none;
  color: var(--azul-escuro);
  letter-spacing: .3px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1rem 2rem;
  font-family: Mukta, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  transition: box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

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

.n-btn.ghost-1 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f2c94c;
  font-family: Assistant;
}

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

.n-btn.ghost-1.white-g-tbn {
  border-color: var(--white-smoke);
  color: var(--white-smoke);
  font-family: Mukta, sans-serif;
  font-weight: 500;
}

.n-btn.ghost-1.white-g-tbn:hover {
  color: var(--azul-escuro);
  background-color: #fff;
}

.n-btn.ghost-2 {
  color: #f2c94c;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f2c94c;
  padding-top: 15px;
  transition: box-shadow .2s, background-color .2s, color .2s;
}

.n-btn.ghost-2:hover {
  color: var(--azul-escuro);
  background-color: #f2c94c;
}

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

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

.n-btn.gradient-btn {
  font-family: Assistant;
  transition: background-color .2s, box-shadow .2s;
}

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

.n-btn.gradient-btn.cta-icon {
  background-color: #fff;
  background-image: url('../images/calculadora-cotacao.svg');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 60px;
  padding-right: 41px;
  font-family: Mukta, sans-serif;
}

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

.body {
  color: #222;
  font-family: Assistant;
}

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

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

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

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

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

.color-block.cc-brand-color-1 {
  background-color: var(--azul-escuro);
  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: var(--white-smoke);
}

.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 {
  color: #ec3872;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

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

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
}

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

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

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

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

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

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

.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 {
  color: #20ce7b;
  background-color: rgba(32, 206, 123, .1);
  border-radius: 4px;
}

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

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

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

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

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

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

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.tab-link {
  color: #aaa;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

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

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

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

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

.par-medio {
  color: #777;
  font-family: Mukta, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

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

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

.par-medio.blue {
  color: var(--azul-escuro);
  font-weight: 400;
}

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

.par-grande {
  color: #5a5a5a;
  padding-right: 0;
  font-family: Mukta, sans-serif;
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 1.5em;
}

.par-grande.center {
  font-family: Assistant;
}

.par-grande.center.title-form {
  padding-left: 90px;
  padding-right: 90px;
  font-family: Mukta, sans-serif;
}

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

.par-grande.no-margin {
  margin-bottom: 0;
}

.par-grande.no-margin.ajuste-subhead-1 {
  max-width: 565px;
  font-family: Mukta, sans-serif;
  line-height: 1.4em;
  display: inline-block;
}

.par-grande.no-margin.link-par-1 {
  color: var(--crimson);
  background-image: url('../images/link-ext.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-bottom: 1px solid rgba(224, 44, 51, .15);
  padding-right: 18px;
  line-height: 1.4em;
  display: inline-block;
}

.par-grande.no-margin.link-par-1:hover {
  border-bottom-color: rgba(224, 44, 51, .8);
}

.par-xl {
  color: var(--azul-escuro);
  font-family: Mukta, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3em;
}

.par-xl.ajuste-text-1 {
  padding-left: 115px;
  padding-right: 115px;
  font-family: Mukta, sans-serif;
}

.par-xl.ajuste-text-1.white {
  font-family: Assistant;
}

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

.par-xl.no-margin.blue-par {
  width: auto;
  color: var(--azul-escuro);
  font-family: Mukta, sans-serif;
}

.par-xl.blue {
  color: var(--azul-escuro);
}

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

.g-btn {
  background-color: var(--crimson);
  color: #fff;
  border-radius: 6px;
  padding: 1.2rem 2.8rem;
  font-family: Mukta, sans-serif;
  font-size: 17px;
  font-weight: 500;
  transition: box-shadow .2s;
}

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

.g-btn.gradient-btn {
  align-self: center;
  margin-top: 30px;
}

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

.g-btn.gradient-btn.btn-no-marg {
  background-image: none;
  margin-top: 0;
  font-family: Mukta, sans-serif;
}

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

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

.g-btn.white-btn.dl-apc-arrow {
  transform-origin: 100%;
  background-image: url('../images/blue-arrow.svg');
  background-position: 115%;
  background-repeat: no-repeat;
  background-size: 19px;
  transition: box-shadow .2s, all .2s;
}

.g-btn.white-btn.dl-apc-arrow:hover {
  background-position: 90%;
  padding-right: 3.2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

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

.gradient-btn {
  background-image: linear-gradient(to right, #f2994a, #f2c94c);
  font-family: Assistant;
}

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

.p-btn {
  height: auto;
  float: right;
  background-color: var(--crimson);
  color: var(--azul-escuro);
  border-radius: 6px;
  padding: .6rem 1.6rem;
  font-family: Assistant;
  font-size: .8rem;
  font-weight: 700;
}

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

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

.l-hero-section {
  height: 91vh;
  background-color: var(--crimson);
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(rgba(0, 0, 0, .25), rgba(26, 27, 27, 0) 73%), url('../images/red-cargo-transportadora.webp');
  background-position: 0 0, 0 0, 50% 13%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.c-menu {
  float: right;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 10px;
  display: inline-block;
}

.c-menu.c-menu-otp {
  float: left;
  border-right: 1px solid #f5f5f5;
  padding: 18px 24px;
}

.div-block {
  display: none;
}

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

.nav-link {
  color: rgba(255, 255, 255, .7);
  border-radius: 100px;
  margin-left: 1px;
  margin-right: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Mukta, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all .2s;
}

.nav-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.nav-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Mukta, sans-serif;
  font-size: 15px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15);
}

.nav-link.w--current:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.nav-link.nav_link_otp {
  color: #6b6b6b;
  font-size: 15px;
}

.nav-link.nav_link_otp:hover {
  background-color: rgba(0, 0, 0, .02);
}

.nav-link.nav_link_otp.w--current {
  box-shadow: inset 0 0 0 1px #f0f0f0;
}

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

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

.ctn-1160 {
  max-width: 1160px;
  flex: 1;
}

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

.ctn-1160.footer-ctn {
  background-color: var(--crimson);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 90px 27px 70px;
  display: flex;
  overflow: hidden;
}

.ctn-1160.center-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.l-sobre-section.center {
  background-color: var(--white-smoke);
  padding-top: 160px;
  padding-bottom: 140px;
  overflow: hidden;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

.white.center.upercase {
  letter-spacing: 14px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 4px 4px rgba(0, 0, 0, .1), 0 8px 8px rgba(0, 0, 0, .1), 0 16px 16px rgba(0, 0, 0, .15);
  font-family: Assistant;
}

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

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

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

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

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

.no-margin {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Mukta, sans-serif;
}

.no-margin.rodo-larg-nome {
  width: 260px;
  color: var(--crimson);
  font-size: 3rem;
}

.section {
  background-color: var(--white-smoke);
  padding-top: 21px;
  padding-bottom: 160px;
}

.c-block-flex-rotas {
  justify-content: center;
  align-items: center;
  padding: 50px 40px 0;
  display: flex;
}

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

.c-block-paises {
  width: 25%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  padding: 21px 41px;
  display: flex;
}

.text-block {
  color: var(--azul-escuro);
  align-self: flex-end;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Nunito Sans;
  font-size: 24px;
  display: flex;
}

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

.section-cta-cotacao {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-cta-cotacao.espcial-cta {
  background-color: #f2c94c;
  background-image: linear-gradient(to right, #f2994a, #f2c94c);
}

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

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

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

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

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

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

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

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

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

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

.text-field::-ms-input-placeholder {
  background-color: rgba(0, 0, 0, 0);
}

.text-field::placeholder {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

.paragraph.white {
  color: #fff;
}

.paragraph.white.light-par {
  font-family: Mukta, sans-serif;
  font-weight: 300;
}

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

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

.section-4 {
  z-index: 2;
  background-color: var(--crimson);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--crimson);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.apc_title.no-margin.center {
  width: auto;
  color: #fff;
  text-align: center;
  padding-left: 201px;
  padding-right: 201px;
  font-family: Mukta, sans-serif;
  font-weight: 400;
}

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

.div-block-10 {
  border-bottom: 1px solid rgba(230, 230, 230, .2);
  margin-right: 20px;
  padding: 0 212px 20px 0;
}

.column {
  padding-bottom: 0;
}

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

.paragraph-2 {
  color: #fff;
}

.paragraph-2.no-margin {
  margin-bottom: 12px;
  font-family: Mukta, sans-serif;
}

.site-map-link {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Mukta, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.site-map-link.w--current {
  color: #fff;
  font-family: Mukta, sans-serif;
  font-size: 16px;
}

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

.label-footer.no-margin {
  color: #fff;
  margin-bottom: 25px;
  font-family: Mukta, sans-serif;
}

.label-footer.no-margin.bot-margin10.black-text {
  color: var(--crimson);
}

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

.text-horario {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Mukta, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

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

.heading {
  margin-bottom: 26px;
}

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

.submit-button {
  width: 100%;
  background-color: var(--crimson);
  color: var(--white);
  border-radius: 8px;
  padding: 14px 38px;
  font-size: 16px;
  font-weight: 500;
}

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

.div-block-12 {
  justify-content: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.bloco-dados-footer {
  width: 100%;
  box-shadow: none;
  background-color: #fff;
  border-radius: 6px;
  padding: 35px 20px 90px 35px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

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

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

.dropdown-toggle {
  width: 100%;
  min-width: 100%;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 30px 10px 0;
  transition: all .2s;
  display: flex;
  position: relative;
}

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

.dropdown-list {
  top: 0;
}

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

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

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

.drop-link-city {
  color: #777;
  background-image: url('../images/phone-ico-f.svg');
  background-position: 2px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 10px 25px 10px 35px;
  font-family: Mukta, sans-serif;
  font-size: 14px;
  transition: all .2s;
}

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

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

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

.hero {
  height: 400px;
  background-color: #f2c94c;
  background-image: url('../images/cta-end-d.jpg'), linear-gradient(to right, #f2994a, #f2c94c);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  padding: 112px 125px;
  display: flex;
}

.hero.cotacao-hero {
  height: 100vh;
  background-color: #181818;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/fh-beira-rio-red.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  display: none;
}

.hero.contato-pg {
  height: 420px;
  background-color: var(--crimson);
  background-image: linear-gradient(rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../images/contato-red-cargo.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.rotulo_form_contato.rot-cot {
  color: rgba(255, 255, 255, .29);
}

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

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

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

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

.textarea.field-cot {
  color: #fff;
}

.text-field-contato {
  min-height: 41px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-top-color: #a5a5a5;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

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

.text-field-contato.field-cot {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .2);
}

.text-field-contato.field-cot:hover {
  border-bottom-color: #fff;
}

.text-field-contato.field-cot:focus {
  color: #fff;
}

.submit-button-6 {
  background-color: var(--crimson);
  color: #fff;
  border-radius: 6px;
  padding: 10px 27px;
  font-weight: 700;
  position: absolute;
  top: 70px;
  right: 102px;
}

.submit-button-6.na-pg-contato {
  color: #fff;
  border-radius: 6px;
  padding-right: 16px;
  top: 188px;
}

.submit-button-6.na-pg-cot-btn {
  padding-top: 8px;
  padding-bottom: 8px;
  top: 115px;
}

.section-36 {
  background-color: var(--white-smoke);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

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

.ctn-form-contato {
  border-bottom: 1px #e6e6e6;
  flex: 1;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.ctn-form-contato.ctn-cotacao {
  padding-left: 103px;
  padding-right: 103px;
}

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

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

.block-form-contact.block-form-cot {
  background-color: rgba(0, 0, 0, .5);
  padding-top: 40px;
  box-shadow: 0 10px 24px -3px rgba(0, 0, 0, .2);
}

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

.linha-form-header {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4e4e4;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.linha-form-header.line-cot {
  border-bottom-color: rgba(228, 228, 228, .2);
}

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

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

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

.container-1184 {
  flex: 1;
}

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

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

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

.block-dados-emp {
  align-items: flex-start;
  display: flex;
}

.block-dados-emp.aj-vert {
  flex-direction: column;
  margin-bottom: 30px;
  font-style: normal;
}

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

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

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

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

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

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

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

.text-block-5 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
}

.section160px {
  padding: 230px 20px 160px;
}

.section160px.pg-hero-section {
  padding-top: 210px;
  padding-bottom: 105px;
}

.hero-title {
  text-align: center;
  font-family: Mukta, sans-serif;
  font-size: 3.2rem;
}

.hero-title.zero-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mukta, sans-serif;
}

.hero-title.zero-margin.pg-hero-serv-title {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Mukta, sans-serif;
  font-size: 3.2rem;
}

._20px-bloco-esp {
  height: 20px;
  padding-left: 54px;
  padding-right: 54px;
}

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

.img-sobre {
  width: 100%;
  height: 600px;
  background-image: url('../images/redcargo-frota.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
  padding: 46px;
  display: flex;
}

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

.div-block-55 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  margin-top: 0;
  padding: 140px 105px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px -1px rgba(0, 0, 0, .05);
}

.section-40 {
  background-color: var(--white-smoke);
  padding-top: 160px;
  padding-bottom: 160px;
}

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

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

.linha-sep-color {
  width: 80px;
  background-color: var(--crimson);
  padding-top: 2px;
  padding-bottom: 2px;
}

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

.list-item {
  color: #707070;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mukta, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2em;
  list-style-type: square;
}

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

.ctn-flex-feat {
  background-color: var(--crimson);
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.bloco-texto-60 {
  width: 55%;
  flex: 1;
  padding: 80px;
}

.img-box-flex {
  width: 40%;
  min-height: 420px;
  background-image: url('../images/atendimento.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.img-box-flex.local-sect {
  width: 57%;
  min-height: 420px;
  background-image: url('../images/stock-photo-238132609-1.jpg');
  background-position: 52% 70%;
  background-size: 1400px;
  flex: 0 auto;
  margin-bottom: 0;
}

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

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

.title-client-prioridade.local-title.white {
  font-size: 2.2rem;
}

.title-client-prioridade.white {
  max-width: 513px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3em;
}

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

.section-42 {
  height: 95vh;
  text-align: center;
  background-color: #0e0e0e;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.div-block-62 {
  padding: 0;
  display: flex;
}

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

.section-43 {
  background-color: var(--white-smoke);
  padding: 160px 20px;
}

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

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

.title-int-transp.no-margin {
  font-size: 2rem;
}

.title-int-transp.no-margin.white {
  font-family: Mukta, sans-serif;
}

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

.block-cta-serv {
  align-items: center;
  display: flex;
}

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

.section-44 {
  height: 75vh;
  background-image: linear-gradient(rgba(24, 0, 1, .68), rgba(24, 0, 1, .68)), url('../images/redcargo-frota.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 20px;
  display: flex;
}

.section-45 {
  background-color: var(--white-smoke);
  padding: 160px 20px;
}

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

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

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

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

.block_vantg-svc {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 100px 70px;
  display: flex;
  position: static;
  bottom: -20px;
}

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

.block-ico-tipo-carga {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 150px 70px 30px;
  display: flex;
}

.div-block-66 {
  justify-content: center;
  align-items: center;
  padding: 15px 19px;
  display: flex;
}

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

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

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

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

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

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

.div-block-68 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 31px 120px 31px 0;
  display: flex;
}

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

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

.text-block-6 {
  color: #777;
  margin-right: 20px;
  font-family: Mukta, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1em;
  display: inline-block;
}

.vantagem-block {
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px 14px;
  display: flex;
}

.div-block-71 {
  width: 60px;
  height: 2px;
  background-color: var(--crimson);
  color: var(--crimson);
}

.title-vantagem {
  width: 360px;
}

.destinos-block {
  max-width: 600px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 18px 15px;
  display: flex;
}

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

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

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

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

.section-49 {
  height: 100%;
}

.body-2 {
  background-color: #d6d6d6;
}

.html-embed {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 0;
}

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

.image-21 {
  opacity: 1;
}

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

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

.text-block-8 {
  color: #000;
  font-family: Mukta, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

.link-5 {
  font-size: 1rem;
  font-weight: 600;
}

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

.link-block-4 {
  background-image: url('../images/selo-seguro.svg');
  background-position: 0 44%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 15px;
  padding: 0 30px 0 25px;
  text-decoration: none;
}

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

.section-confirmacao {
  height: 100vh;
  background-color: #d3d3d3;
  background-image: linear-gradient(rgba(19, 19, 19, .9), rgba(19, 19, 19, .9));
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.container-1187 {
  filter: blur();
  flex: 1;
  padding: 90px;
}

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

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

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

.div-block-74 {
  flex: 1;
}

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

.nav-update {
  background-color: var(--crimson);
  padding-top: 6px;
  padding-bottom: 6px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

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

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

.button-3 {
  color: #3898ec;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/seta-azul.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 19px;
  align-items: center;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 30px;
  font-size: 15px;
  transition: all .2s;
  display: inline-block;
}

.button-3:hover {
  padding-right: 35px;
}

.button-3.btn-pg-updates {
  float: right;
  color: #000;
  background-image: url('../images/black-arrow.svg');
  background-size: 16px 256px;
  margin-top: 0;
}

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

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

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

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

.image-25 {
  margin-right: 20px;
}

.div-block-77 {
  height: 50px;
}

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

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

.obs-text {
  font-size: 12px;
  font-style: italic;
}

._40px-margin-img {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-6 {
  max-width: 500px;
  color: #888;
}

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

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

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

.div-block-78 {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

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

.field-label {
  font-family: Nunito Sans;
}

.submit-button-7 {
  background-color: var(--crimson);
  color: #fff;
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Nunito Sans;
  font-weight: 600;
}

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

.body-3, .heading-46, .heading-47, .heading-48, .block-quote {
  font-family: Assistant;
}

.section-52 {
  z-index: 999;
  height: 9vh;
  min-height: 77px;
  background-color: var(--crimson);
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

._100_nav-ctn {
  max-width: 100%;
  min-width: 960px;
  padding: 20px 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-80 {
  max-width: 100%;
  flex: 1;
}

.navbar-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.hero-text {
  max-width: 660px;
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mukta, sans-serif;
  font-size: 6.5vmin;
  font-weight: 600;
  line-height: 103%;
}

.link-6 {
  font-weight: 400;
}

.link-7 {
  font-size: 16px;
}

.btn-hero-transp {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(255, 255, 255, .06);
  background-image: url('../images/white-arrow.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 1rem;
  margin-right: 0;
  padding: 18px 75px 18px 34px;
  font-family: Mukta, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
}

.btn-hero-transp:hover {
  background-color: var(--crimson);
  background-position: 90%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .45);
}

.cta-nav-home {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: rgba(255, 255, 255, .07);
  background-image: url('../images/transportadora-internacional-vendedor.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 36px;
  background-attachment: scroll;
  border-radius: 100px;
  padding: 15px 30px 15px 58px;
  font-family: Mukta, sans-serif;
  font-size: 15px;
  transition: all .2s;
}

.cta-nav-home:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15);
}

.cta-nav-home.cta-nav-otp {
  background-color: var(--crimson);
  background-image: url('../images/transportadora-internacional-vendedor.svg');
  background-size: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 50px;
}

.body-4 {
  font-family: Mukta, sans-serif;
}

.link-bloc_red_bar {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  transition: box-shadow .508s, opacity .492s;
  display: flex;
}

.link-bloc_red_bar:hover {
  background-color: rgba(255, 255, 255, .05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .09);
}

.image-26 {
  margin-right: 10px;
  display: inline-block;
}

.text-block-10 {
  max-width: 175px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  display: inline-block;
}

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

.text-block-11 {
  color: rgba(255, 255, 255, .99);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.1em;
}

.calc-icon, .call-icon {
  margin-right: 10px;
}

.route-icon {
  opacity: 1;
  margin-right: 10px;
}

.text-block-12 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.coll-redbar {
  padding-left: 0;
  padding-right: 0;
}

.row-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-13 {
  color: #fff;
  font-size: 15px;
  line-height: 1.2em;
}

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

.bloco-dia {
  width: 30%;
}

.bloco-horario {
  flex: 1;
}

.img-block-cta {
  min-height: 480px;
  background-color: var(--crimson);
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/atendimento.webp');
  background-position: 0 0, 6% 38%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 44px;
  display: flex;
}

.paragraph-7 {
  text-align: left;
}

.row-11 {
  align-items: center;
  display: flex;
}

.column-35 {
  text-align: left;
  padding-right: 80px;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-2 {
  background-color: var(--azul-escuro);
}

.tabs-2 {
  display: flex;
}

.tabs-content-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.feature-tabs {
  width: 50%;
  flex-direction: column;
  flex: 0 auto;
  padding: 20px;
  display: flex;
}

.tab-link-tab-2 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  border-color: #fff;
  border-radius: 7px;
  padding: 30px 30px 30px 100px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .07);
}

.feature-tab-heading {
  color: var(--crimson);
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.image-28 {
  position: absolute;
  left: 30px;
  right: 30px;
}

.paragraph-8 {
  color: #444;
  margin-bottom: 0;
  font-family: Mukta, sans-serif;
  font-weight: 400;
}

.img-tabs {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0;
}

.div-block-82 {
  background-color: #f2994a;
  padding: 90px;
}

.div-block-83 {
  margin-bottom: 0;
}

.container-1189 {
  text-align: center;
  margin-bottom: 40px;
}

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

._80px-bloco-esp {
  padding-top: 40px;
  padding-bottom: 40px;
}

.card-vantage {
  background-color: var(--white-smoke);
  border-radius: 6px;
  margin-bottom: 0;
  padding: 60px 55px 40px;
}

.img-vantage {
  margin-bottom: 20px;
}

.button-4 {
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.section-54 {
  background-color: #f8f9fa;
  padding-top: 160px;
  padding-bottom: 160px;
}

.feature-cards-big {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  padding-top: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-big {
  width: 33%;
  background-color: #fff;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  padding: 110px 40px 60px;
}

.feature-big.midle-card {
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-radius: 0;
}

.feature-big-heading {
  font-size: 1.3rem;
}

.feature-par {
  color: #979797;
  font-size: 1.1rem;
  line-height: 1.4em;
}

.btn-branco {
  color: var(--azul-escuro);
  letter-spacing: .5px;
  background-color: #fff;
  border-radius: 6px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
}

.btn-branco:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, .14);
}

.btn-branco.big-btn {
  padding: 20px 30px 18px;
  font-size: 20px;
}

.heading-49 {
  margin-top: 0;
}

.div-block-84 {
  display: flex;
}

.div-block-85 {
  flex: 1;
  padding: 60px 66px 20px 100px;
}

.text-block-14 {
  color: #777;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.feature_card_wrapper {
  border-radius: 6px;
  flex: 1;
  justify-content: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.ctn-nav-otp {
  max-width: 100%;
  min-width: 960px;
}

.brand-2 {
  background-color: var(--crimson);
  padding: 23px 33px;
}

.bold-text, .bold-text-2 {
  font-family: Mukta, sans-serif;
}

.header-logo-onli {
  text-align: center;
  padding: 37px 51px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.text-field-3 {
  text-align: center;
  background-color: rgba(255, 255, 255, .15);
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
}

.text-field-3:focus {
  background-color: var(--white);
}

.text-field-3::-ms-input-placeholder {
  color: #a3a3a3;
  background-color: rgba(0, 0, 0, 0);
}

.text-field-3::placeholder {
  color: #a3a3a3;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-88 {
  padding: 40px;
}

.heading-50 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 500;
}

.heading-51 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 600;
}

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

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

.text-span {
  font-size: 8rem;
  line-height: .8em;
}

.icon-carga-1 {
  margin-bottom: 19px;
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.burger-line {
  width: 22.5px;
  height: 3px;
  background-color: #444;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.header {
  margin-bottom: 60px;
}

.section_cad_cv {
  min-height: 100vh;
  background-color: #bd262b;
  justify-content: center;
  align-items: center;
  padding-top: 119px;
  padding-bottom: 119px;
  display: flex;
  position: relative;
}

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

.campo-1 {
  height: 50px;
  border: 2px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 5%;
  font-size: 15px;
  transition: border-color .2s;
}

.campo-1.ajuste-pad-cv {
  margin-bottom: 5px;
  font-family: Mukta, sans-serif;
  font-size: 16px;
}

.n-btn-2 {
  float: none;
  color: #fff;
  text-align: left;
  letter-spacing: .1px;
  background-color: #e02c33;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1rem 3rem 1rem 2rem;
  font-family: Mukta, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  transition: box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.n-btn-2:hover {
  color: #000;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.n-btn-2.cv-btn {
  background-image: none;
  padding-right: 2rem;
}

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

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

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

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

.text-bloc-error {
  color: #fff;
  font-weight: 400;
}

.label_cv {
  font-family: Mukta, sans-serif;
  font-weight: 500;
}

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

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

.block-img-flex-curric {
  width: 45%;
  background-image: url('../images/atendimento.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -1px;
}

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

.paragraph-9.white {
  color: #fff;
}

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

.n-btn-3 {
  float: none;
  color: #fff;
  text-align: left;
  letter-spacing: .1px;
  background-color: #e02c33;
  background-image: none;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1rem 3rem 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  transition: box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.n-btn-3:hover {
  color: #000;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.n-btn-3.ghost-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f8f8f8;
  padding-top: 15px;
  padding-right: 2rem;
  transition: box-shadow .2s, background-color .2s, color .2s;
}

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

.link-8 {
  color: #fdfdfd;
  font-size: .9rem;
  text-decoration: underline;
}

.form-block {
  margin-bottom: 0;
}

.field-label-cotacao {
  z-index: 10;
  color: #252525;
  text-align: left;
  letter-spacing: .2px;
  margin-bottom: -15px;
  font-size: .8rem;
  font-weight: 700;
  position: relative;
}

.section-cotacao {
  height: auto;
  min-height: 100vh;
  background-color: #ef4336;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/fh-beira-rio-red.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.text-block-16 {
  color: #fff;
  font-size: .9rem;
  line-height: 1.2em;
}

.submit-button-red {
  width: 100%;
  background-color: #ef4336;
  border-radius: 100px;
  margin-top: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9rem;
  font-weight: 400;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
}

.flex-block-form-cotacao {
  width: 40%;
  padding: 10px;
}

.wrapper-cotacao-form {
  box-shadow: none;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .06);
  border: .6px solid rgba(255, 255, 255, .11);
  border-radius: 1rem;
  margin-bottom: 8px;
  padding: 72px 40px 30px;
  position: relative;
  overflow: hidden;
}

.text-field-cotacao {
  height: 40px;
  background-color: #fff;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.container-9 {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bloco-termos-cotacao {
  opacity: .53;
  padding: 2px 9px 9px;
}

.heading-7 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 35px;
  font-family: Mukta, sans-serif;
  font-size: 3rem;
  line-height: 1.1em;
}

.heading-8 {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15em;
}

.select-field {
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-top: 7px;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 0;
  padding-left: 0;
}

.paragraph-10 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
}

.wrapper-field-cotacao {
  box-shadow: none;
  background-color: #fff;
  border: 1px #dadada;
  border-radius: 4px;
  margin-bottom: 7px;
  padding: 4px 2px 4px 7px;
  position: relative;
  overflow: hidden;
}

.div-block-111 {
  text-align: center;
  background-color: rgba(248, 248, 248, .08);
  border-bottom: 1px solid rgba(228, 228, 228, 0);
  padding: 9px 20px 8px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.form-2 {
  position: relative;
}

.flex-block-txt-cotacao {
  width: 60%;
  padding: 0 190px 0 0;
}

.modal-body {
  z-index: 10;
  max-height: 70vh;
  max-width: 420px;
  min-height: 400px;
  color: #313131;
  background-color: #fff;
  border-radius: 8px;
  padding: 35px 30px;
  font-size: 1rem;
  line-height: 1.15em;
  position: relative;
  overflow: auto;
  box-shadow: 0 9px 50px -14px rgba(0, 0, 0, .5);
}

.modal-closer {
  z-index: 5;
  background-color: rgba(0, 0, 0, .9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.close-icon {
  z-index: 20;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}

.text-detail-slides {
  color: #4b4b4b;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1em;
  display: block;
}

.text-field-cotacao-2 {
  height: 46px;
  background-color: #fff;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: .9rem;
  font-weight: 600;
  position: relative;
}

.button-wrapper {
  color: #fff;
  cursor: pointer;
  background-image: url('../images/save.svg');
  background-position: 6% 44%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 6px 15px 6px 31px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s ease-in, box-shadow .2s;
}

.button-wrapper:hover {
  background-color: rgba(255, 255, 255, .2);
  box-shadow: 0 4px 15px -3px rgba(0, 0, 0, .64);
}

.button-wrapper:active {
  background-color: rgba(255, 255, 255, .25);
}

.wrapper-field-cotacao-2 {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 4px;
  margin-bottom: 7px;
  padding: 5px 2px 2px 7px;
  position: relative;
  overflow: hidden;
}

.wrapper_code_apc {
  border-width: 1px;
  border-color: #000;
  border-radius: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-slides {
  background-color: #000;
  padding-top: 6%;
  padding-bottom: 4%;
  box-shadow: 0 9px 29px rgba(0, 0, 0, .2);
}

.block-details-slides {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #222;
  grid-template: "."
                 "."
                 / 1fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 16px;
  padding-bottom: 10px;
  display: grid;
}

.text-block-17 {
  color: #fff;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-91 {
  color: #fff;
  align-self: end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.1em;
}

.modal-title {
  color: #000;
  margin-bottom: 7px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1em;
}

.html-embed-2 {
  height: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  padding-bottom: 0;
  overflow: hidden;
}

.paragraph-16 {
  color: #505050;
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.field-label-cotacao-2 {
  z-index: 10;
  color: #777;
  text-align: left;
  letter-spacing: .2px;
  margin-bottom: -18px;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.submit-button-form {
  width: 100%;
  background-color: var(--crimson);
  color: #fff;
  border-radius: 6px;
  margin-top: 7px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 1rem;
  font-weight: 400;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
}

.modal-wrapper {
  z-index: 99999;
  perspective: 850px;
  cursor: default;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav_slides {
  z-index: 10;
  text-align: center;
  background-color: #1b1b1b;
  padding: 10px 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-136 {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  grid-template: "."
  / minmax(160px, 160px) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.image-34 {
  opacity: 1;
}

.button-5 {
  width: 210px;
  text-align: center;
  background-color: #3641a3;
  background-image: url('../images/arrow-white.svg');
  background-position: 8%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 8px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: .85em;
  font-weight: 300;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
}

.button-5.btn-nav-slides {
  width: auto;
  background-color: var(--crimson);
  color: #fff;
  background-image: none;
  border-radius: 4px;
  align-self: center;
  margin-right: 0;
  padding: 7px 21px;
  font-size: .85rem;
  font-weight: 400;
}

.heading-92 {
  color: var(--azul-escuro);
  margin-top: 10px;
  font-size: 1.7rem;
}

.btn-apc {
  background-color: var(--crimson);
  letter-spacing: .3px;
  text-transform: none;
  background-image: url('../images/eye.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 34px;
  border-radius: 7px;
  padding: 14px 22px 14px 45px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1em;
  transition: background-color .2s;
}

.btn-apc:hover {
  background-color: #c2262c;
}

.btn-apc:active {
  background-color: #88191d;
}

.div-block-138 {
  align-self: center;
  margin-bottom: 0;
}

.paragraph-18 {
  color: silver;
  text-transform: none;
  cursor: help;
  background-image: url('../images/info_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
  margin-top: .8em;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 29px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  display: block;
}

.paragraph-17 {
  color: #777;
  margin-bottom: .6em;
  font-size: 1.3rem;
  line-height: 1.3em;
}

.section_view_apc {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 160px;
}

.grid_apc_view {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  grid-template: "."
                 "."
                 "."
                 / .33fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 40px;
  display: grid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .07);
}

.hamburger-wrapper-2 {
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 20px 18px 18px;
  display: flex;
}

.burger-line-2 {
  width: 22.5px;
  height: 3px;
  background-color: #656565;
  border-radius: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.div-block-129 {
  padding-left: 13%;
  padding-right: 13%;
}

.paragraph-hero-svc {
  color: #777;
  text-align: center;
  margin-bottom: 0;
  font-size: 3.3vmin;
  line-height: 1.3em;
}

.container-1197 {
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

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

.nav-link-2 {
  padding: 18px 14px;
  transition: background-color .2s;
}

.nav-link-2:hover {
  background-color: rgba(241, 241, 241, .85);
  transform: translate(0);
}

.brand-3 {
  align-self: center;
}

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

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

.drop-link-rel {
  transition: background-color .2s;
}

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

.section-body-relat {
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.html-embed-3 {
  text-align: center;
  border: 1px solid #ececec;
  justify-content: center;
  display: flex;
}

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

.wrapper_senha {
  padding: 0;
  display: flex;
  position: relative;
}

.block-cotacao-passw {
  width: 35%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/redcargo-frota.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.button-back-passw {
  color: #0a1a46;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: .95rem;
  transition: color .2s, background-color .2s, border-color .2s;
}

.button-back-passw:hover {
  border-color: var(--crimson);
  background-color: var(--crimson);
  color: #fff;
}

.link-block-logo-passw {
  background-color: var(--white);
  border-radius: 12px;
  padding: 10px;
  transition: background-color .2s;
}

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

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

.div-block-174 {
  align-items: center;
  display: flex;
}

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

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

.paragraph-30 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3em;
}

.text-block-48 {
  margin-right: 15px;
  font-size: .95rem;
  font-weight: 500;
}

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

.h09_title {
  max-width: 500px;
  color: var(--crimson);
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-94 {
  color: var(--black);
  text-align: left;
  letter-spacing: -.03em;
  align-self: flex-start;
  margin-top: 0;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.15em;
}

.text-block-49 {
  color: #0a1a46;
  text-align: left;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.3em;
}

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

.wg-element-wrapper {
  align-items: center;
  display: inline-block;
  position: relative;
}

.wg-element-wrapper.sw8 {
  z-index: 1;
}

.wg-element-wrapper.sw8.wg-footer {
  margin-top: 19px;
}

.wg-dd-2-list {
  transform-origin: 100% 0;
  background-color: #fff;
  padding-top: 2.5rem;
  padding-bottom: .5rem;
  top: -.5rem;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  box-shadow: 0 3px 11px -1px rgba(64, 73, 255, .11);
}

.wg-selector-text-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
}

.wg-selector-text-wrapper:hover {
  color: var(--crimson);
}

.wg-dropdown-2 {
  width: auto;
  flex-direction: column;
  align-items: stretch;
  font-weight: 700;
}

.wg-dropdown-2-link {
  height: 2rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.wg-dropdown-2-link:hover {
  color: #ff6640;
}

.wg-dd-2-togle {
  z-index: 1;
  width: 100%;
  height: 2rem;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  transition: color .2s;
  display: flex;
}

.wg-dd-2-togle:hover {
  color: var(--crimson);
}

.wg-flag-ico {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.wg-flag {
  width: 20px;
  height: 16px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.text-block-50 {
  color: var(--white);
}

@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 {
    text-align: center;
    padding-left: 57px;
    padding-right: 57px;
  }

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

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

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

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

  .l-hero-section {
    height: 88vh;
    background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), linear-gradient(rgba(26, 27, 27, .38), rgba(26, 27, 27, 0)), url('../images/red-cargo-transportadora.webp');
    background-position: 0 0, 0 0, 24% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

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

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

  .navbar_2 {
    overflow: scroll;
  }

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

  .image {
    padding-right: 0;
  }

  .ctn-1160 {
    flex: 1;
  }

  .ctn-1160.center {
    overflow: visible;
  }

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

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

  .ctn-1160.ctn-unid-rol {
    overflow: auto;
  }

  .l-sobre-section.center {
    padding: 100px 30px;
    overflow: visible;
  }

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

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

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

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

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

  .no-margin {
    width: 250px;
  }

  .section {
    padding: 100px 20px 99px;
  }

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

  .section-dl-apc {
    background-image: linear-gradient(to right, #f2994a, rgba(242, 201, 76, 0)), linear-gradient(rgba(242, 201, 76, .7), rgba(242, 201, 76, .7)), url('../images/Mockup-apc.png'), linear-gradient(to right, #f2994a, #f2c94c);
    background-position: 0 0, 0 0, 0, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, cover, auto;
  }

  .div-block-9 {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 105px;
    padding-right: 105px;
    display: flex;
  }

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

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

  .text-field {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .div-block-12 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px #e7dfdf;
    border-radius: 6px;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .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: 0;
    margin-bottom: 30px;
  }

  .row {
    text-align: center;
  }

  .hero.cotacao-hero {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .ctn-form-contato.ctn-cotacao {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

  .row-8 {
    min-width: 960px;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0) 44%);
    padding-left: 30px;
    position: relative;
  }

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

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

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

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

  .hero-title.zero-margin {
    font-size: 2.5rem;
  }

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

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

  .img-sobre {
    height: 420px;
    background-image: linear-gradient(rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/redcargo-frota.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: 100px;
    padding: 76px 300px;
  }

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

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

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

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

  .unordered-list {
    padding-left: 20px;
  }

  .list-item {
    font-size: 1.2em;
  }

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

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

  .bloco-texto-60 {
    padding: 50px;
  }

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

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

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

  .title-client-prioridade.white {
    font-size: 1.6rem;
  }

  .div-block-58 {
    z-index: 10;
    background-image: linear-gradient(to right, #fff 49%, rgba(255, 255, 255, 0) 74%);
    margin-bottom: 80px;
    padding-left: 49px;
    padding-right: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .image-12 {
    flex: 1;
  }

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

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

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

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

  .success-message-4 {
    border-color: rgba(255, 255, 255, .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 {
    flex-direction: column;
  }

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

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

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

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

  .block_vantg-svc {
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-ico-tipo-carga, .div-block-66 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-68 {
    padding-right: 35px;
  }

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

  .text-block-6 {
    text-align: right;
    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-left: 27px;
    padding-right: 27px;
    font-size: 1.2rem;
  }

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

  .credit-site {
    text-align: center;
    padding-bottom: 100px;
  }

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

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

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

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

  .button-3 {
    margin-left: 0;
  }

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

  .ctn-updates {
    padding: 60px;
  }

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

  .section-52 {
    height: 10vh;
    min-height: 75px;
    padding-left: 20px;
    padding-right: 0;
    overflow: hidden;
  }

  ._100_nav-ctn {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text {
    font-size: 6vw;
  }

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

  .image-27 {
    max-width: 90%;
  }

  .calc-icon {
    width: 15%;
    max-width: 100%;
  }

  .call-icon, .route-icon {
    width: 15%;
  }

  .row-10 {
    min-width: 1160px;
    overflow: hidden;
  }

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

  .row-11 {
    align-items: flex-start;
  }

  .tabs-2 {
    flex-direction: column-reverse;
  }

  .tabs-content-2 {
    padding: 0;
  }

  .feature-tabs {
    width: 100%;
  }

  .img-tabs {
    margin-bottom: 30px;
  }

  .heading-sec-home.no-margin {
    display: inline-block;
  }

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

  .card-vantage {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-29 {
    width: 60%;
  }

  .feature-cards-big {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-big {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .logo-menu-home {
    max-width: 120px;
  }

  .text-field-3 {
    background-color: var(--white);
  }

  .text-field-3::-ms-input-placeholder {
    background-color: var(--white);
  }

  .text-field-3::placeholder {
    background-color: var(--white);
  }

  .image-31 {
    width: 75%;
  }

  .image-32 {
    width: 100%;
  }

  .image-33 {
    width: 75%;
  }

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

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

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

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

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

  .link-8 {
    font-size: .6rem;
  }

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

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

  .flex-block-form-cotacao {
    width: 100%;
    padding-left: 140px;
    padding-right: 140px;
  }

  .container-9 {
    flex-direction: column;
  }

  .heading-7 {
    font-size: 2.4rem;
  }

  .paragraph-10 {
    display: none;
  }

  .flex-block-txt-cotacao {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 121px;
    padding-right: 121px;
    display: flex;
  }

  .text-detail-slides {
    font-size: .8rem;
  }

  .section-slides {
    padding: 10% 40px;
  }

  .heading-91 {
    align-self: end;
    font-size: 1.4rem;
  }

  .submit-button-form {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav_slides {
    padding: 8px 20px;
  }

  .div-block-136 {
    align-items: center;
  }

  .button-5 {
    margin-bottom: 12px;
  }

  .button-5.btn-nav-slides {
    align-self: center;
    margin-bottom: 0;
  }

  .div-block-129 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .paragraph-hero-svc {
    font-size: 2.8vmin;
  }

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

  .container-1197 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template: "Area-2 Area-3 Area"
    / .25fr 1fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: grid;
  }

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

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

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

  .brand-3 {
    align-items: flex-end;
    display: flex;
  }

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

  .icon-4 {
    display: none;
  }

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

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

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

  .dropdown-relat {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    transition: padding .2s, background-color .2s;
  }

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

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

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

  .section-body-relat, .html-embed-3 {
    width: 100%;
  }

  .wrapper_senha {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/fh-beira-rio-red.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .link-block-logo-passw {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 8px;
    display: flex;
  }

  .image-48 {
    padding: 0;
  }

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

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

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

  .wg-element-wrapper.sw8 {
    left: -15px;
  }

  .wg-dd-2-togle {
    position: relative;
  }
}

@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: .8rem;
  }

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

  .card-wrap {
    flex: 1;
  }

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

  .par-medio.history-biz {
    color: #292828;
    font-size: 1.4rem;
  }

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

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

  .par-grande.no-margin.link-par-1 {
    background-position: 100% 46%;
    background-size: 9px;
    padding-right: 13px;
  }

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

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

  .p-btn {
    margin-top: 12px;
    transition: background-color .2s;
  }

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

  .l-hero-section {
    min-height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .div-block {
    min-height: 600px;
    background-color: var(--azul-escuro);
    margin: 57px;
  }

  .navbar_2 {
    background-color: #fff;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
  }

  .nav-link {
    color: #444;
    padding: 8px 20px 8px 0;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-link:hover {
    color: #363636;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link.w--current {
    color: #444;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-link.nav_link_otp.w--current {
    box-shadow: none;
  }

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

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

  .image {
    padding-right: 0;
  }

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

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

  .block_cv-pv {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .menu-hamb {
    background-color: var(--crimson);
    border-radius: 100px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 6px;
  }

  .menu-hamb.w--open {
    z-index: 10;
    background-image: linear-gradient(to bottom, var(--crimson), var(--crimson));
  }

  .menu-hamb.ajust-otp-hamb {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 16px;
  }

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

  .l-sobre-section.center {
    padding-bottom: 50px;
  }

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

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

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

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

  .call-home {
    width: 36px;
    height: 36px;
    float: right;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/phone-ico-f_1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    background-attachment: scroll;
    border: 1px solid #fff;
    border-radius: 100px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    padding: 12px;
  }

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

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

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

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

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

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

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

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

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

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-content {
    width: auto;
  }

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

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

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

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

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

  .hero.cotacao-hero {
    height: 100vh;
    min-height: 720px;
  }

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

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

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

  .submit-button-6.na-pg-cot-btn {
    padding-top: 11px;
    padding-bottom: 11px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

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

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

  .block-form-contact.block-form-cot {
    padding-top: 21px;
    padding-bottom: 21px;
  }

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

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

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

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

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

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

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

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

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

  .section160px.pg-hero-section {
    padding-top: 170px;
    padding-bottom: 80px;
  }

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

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

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

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

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

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

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

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

  .ctn-flex-feat {
    flex-direction: column;
  }

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

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

  .title-client-prioridade.white {
    font-size: 1.5rem;
  }

  .column_data_red.ocult-col {
    display: none;
  }

  .image-12 {
    padding: 0;
  }

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

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

  .div-block-62 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

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

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

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

  .block-perfil-cargas {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .block_vantg-svc {
    flex-direction: column;
  }

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

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

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

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

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

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

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

  .vantagem-block {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

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

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

  .bloco-paises {
    background-image: linear-gradient(to right, #000, #fff);
    padding: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

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

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

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

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

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

  .image-25 {
    margin-bottom: 15px;
  }

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

  .ctn-updates {
    padding: 30px;
  }

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

  .div-block-78 {
    flex-direction: column;
    align-items: flex-start;
  }

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

  ._100_nav-ctn {
    padding: 10px 30px;
  }

  .hero-text {
    max-width: 455px;
    font-size: 4vw;
  }

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

  .bloco-dia {
    flex: 1;
  }

  .row-11 {
    flex-direction: column;
  }

  .column-35 {
    padding-right: 10px;
  }

  .feature-tabs {
    padding: 9px 20px;
  }

  .paragraph-8 {
    font-size: .9rem;
  }

  .icon {
    color: #fff;
  }

  .div-block-83 {
    padding: 60px;
  }

  .card-vantage {
    margin-bottom: 20px;
  }

  .image-29 {
    width: 50%;
  }

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

  .feature-cards-big {
    padding-left: 28px;
    padding-right: 0;
  }

  .feature-big {
    width: 300px;
    min-width: 300px;
    flex: 0 auto;
  }

  .feature-big.midle-card {
    min-width: 280px;
  }

  .feature_card_wrapper {
    flex: 0 auto;
    justify-content: flex-start;
    padding-right: 21px;
    overflow: auto;
  }

  .div-block-86 {
    float: right;
    border: 1px solid #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    display: flex;
    position: fixed;
    top: 10px;
    right: 10px;
  }

  .ctn-nav-otp {
    min-width: auto;
  }

  .icon-2 {
    color: #fff;
  }

  .logo-menu-home {
    padding-right: 30px;
  }

  .div-block-88 {
    min-width: auto;
  }

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

  .heading-51 {
    font-size: 5vw;
  }

  .text-span {
    margin-left: -8px;
    padding-left: 0;
  }

  .image-32 {
    width: 75%;
  }

  .hamburger-wrapper {
    padding: 9px;
  }

  .burger-line {
    width: 19px;
    height: 2px;
    background-color: #fff;
  }

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

  .bloco_flex_curriculo {
    height: auto;
    min-height: auto;
    flex-direction: column;
  }

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

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

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

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

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

  .text-field-cotacao {
    font-size: .9rem;
  }

  .heading-7 {
    font-size: 2rem;
  }

  .flex-block-txt-cotacao {
    justify-content: center;
    padding-left: 47px;
    padding-right: 47px;
  }

  .text-detail-slides {
    line-height: 1.1em;
  }

  .text-field-cotacao-2 {
    font-size: .9rem;
  }

  .section-slides {
    display: block;
  }

  .block-details-slides {
    grid-template-rows: auto auto auto auto;
  }

  .text-block-17 {
    line-height: 1.1em;
  }

  .heading-92 {
    font-size: 1.5rem;
    line-height: 1.1em;
  }

  .paragraph-18 {
    font-size: .9rem;
  }

  .paragraph-17 {
    font-size: 1.1rem;
    line-height: 1.2em;
  }

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

  .grid_apc_view {
    padding: 47px 15px;
  }

  .hamburger-wrapper-2 {
    padding: 10px 9px;
  }

  .burger-line-2 {
    width: 22px;
    height: 2px;
    background-color: #fff;
  }

  .container-1197 {
    align-items: center;
  }

  .nav-menu {
    width: 100%;
    align-self: center;
    padding-left: 34px;
    padding-right: 34px;
  }

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

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

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

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

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

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

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

  .menu-button-relat {
    display: none;
  }

  .html-embed-3.conversoes-desk {
    display: flex;
  }

  .button-back-passw {
    color: #fff;
    background-color: rgba(255, 255, 255, .15);
    border-style: none;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8rem;
    line-height: 1em;
  }

  .link-block-logo-passw {
    justify-content: center;
    align-items: center;
    padding: 8px;
    display: flex;
  }

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

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

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

  .head_form-passw {
    padding: 10px;
  }

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

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

  .html-embed-4 {
    flex: 1;
    display: none;
  }

  .wg-element-wrapper.sw8 {
    left: auto;
  }

  .lottie-animation {
    width: 24px;
    height: 24px;
  }
}

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

  h2 {
    font-size: 7.5vw;
  }

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

  .n-btn.ghost-1, .n-btn.ghost-2 {
    padding: .8rem 1.5rem;
  }

  .n-btn.gradient-btn.cta-icon {
    text-align: left;
    background-position: 25px 48%;
    background-size: 12px;
    flex: 1;
    padding-left: 55px;
  }

  .n-btn.margin-top10 {
    margin-top: 10px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .par-medio, .par-medio.blue, .par-medio.white.no-margin {
    font-size: 1rem;
  }

  .par-medio.history-biz {
    font-size: 1.3rem;
  }

  .par-grande {
    color: #686868;
  }

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

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

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

  .par-grande.no-margin.ajuste-subhead-1, .par-grande.no-margin.link-par-1 {
    font-size: 1.1rem;
  }

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

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

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

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

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

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

  .l-hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), linear-gradient(to top, #1a1b1b, rgba(26, 27, 27, 0)), url('../images/red-cargo-transportadora.webp');
    background-position: 0 0, 0 0, 35%;
    background-size: auto, auto, cover;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .c-menu {
    z-index: 98;
    width: 90%;
    max-height: 100vh;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 35px;
    position: fixed;
    overflow: auto;
  }

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

  .navbar_2 {
    background-color: #fff;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
  }

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

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

  .nav-link.nav_link_otp.w--current {
    box-shadow: none;
  }

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

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

  .image {
    padding: 10px;
  }

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

  .block_cv-pv {
    text-align: left;
    position: relative;
  }

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

  .menu-hamb {
    z-index: 1000;
    background-color: var(--crimson);
    border-radius: 100px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 8px;
  }

  .menu-hamb.w--open {
    z-index: 100;
    background-image: linear-gradient(to bottom, var(--crimson), var(--crimson));
  }

  .menu-hamb.ajust-otp-hamb {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .ctn-1160 {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .ctn-1160.center {
    overflow: visible;
  }

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

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

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

  .white.center.upercase {
    letter-spacing: 0;
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 9vw;
    line-height: 1.3em;
  }

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

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

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

  .section {
    padding: 100px 0;
  }

  .c-block-flex-rotas, .center-flex-box {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .call-home {
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-image: url('../images/telefone-ico-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    border: 1px solid #fff;
    margin: 0 10px 0 0;
    padding: 7px;
    box-shadow: 0 2px 11px rgba(0, 0, 0, .1);
  }

  .call-home.tell-otp {
    width: 38px;
    height: 38px;
    box-shadow: none;
    background-image: url('../images/ico-call-red.svg');
    background-size: 34px;
    padding: 8px;
  }

  .call-home.telef-home {
    background-color: var(--crimson);
    border-style: none;
    margin-right: 8px;
  }

  .section-cta-cotacao {
    padding: 100px 10px;
  }

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

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

  .submit-button-apc {
    background-size: 16px, auto;
    transition: opacity .39s;
    left: 83%;
    right: 83%;
  }

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

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

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

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

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

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

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

  .utility-page-wrap {
    background-image: linear-gradient(to bottom, null, null);
    padding-left: 30px;
    padding-right: 30px;
  }

  .utility-page-content {
    justify-content: flex-end;
    padding-bottom: 100px;
  }

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

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

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

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

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

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

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

  .paragraph-2.no-margin {
    font-size: 15px;
  }

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

  .site-map-link.w--current {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 15px;
  }

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

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

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

  .submit-button {
    padding: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hero.cotacao-hero {
    height: 100vh;
    background-color: #181818;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.contato-pg {
    height: 280px;
  }

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

  .textarea.field-cot {
    min-height: 90px;
    padding-bottom: 23px;
  }

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

  .text-field-contato.field-cot {
    margin-bottom: 0;
  }

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

  .submit-button-6.na-pg-cot-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

  .ctn-form-contato {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .block-form-contact.block-form-cot {
    padding-top: 20px;
    padding-bottom: 21px;
  }

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

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

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

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

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

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

  .block-dados-emp {
    align-items: center;
  }

  .block-dados-emp.aj-vert {
    align-items: flex-start;
    padding-left: 60px;
  }

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

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

  .container-1185 {
    overflow: visible;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .unordered-list {
    padding-left: 20px;
  }

  .list-item {
    font-size: 1rem;
  }

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

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

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

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

  .img-box-flex.local-sect {
    min-height: 300px;
  }

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

  .title-client-prioridade.local-title {
    font-size: 7.2vw;
  }

  .title-client-prioridade.local-title.white {
    padding-right: 0;
    font-size: 7.5vw;
  }

  .title-client-prioridade.white {
    font-size: 1.4rem;
  }

  .column_data_red {
    padding-left: 1px;
    padding-right: 1px;
  }

  .column-32, .column-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    flex: 0 auto;
  }

  .section-42 {
    height: 100vh;
    background-position: -55px 54%;
    background-size: cover;
    padding-left: 21px;
    padding-right: 21px;
  }

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

  .div-block-60 {
    flex: 0 auto;
  }

  .heading-44.white {
    margin-bottom: 0;
  }

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

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

  .image-15, .section-43 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-serv-sec.no-margin {
    width: auto;
    font-size: 7.2vw;
  }

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

  .title-int-transp.no-margin {
    width: auto;
    font-size: 6vw;
  }

  .title-int-transp.no-margin.white {
    font-size: 7.2vw;
  }

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

  .section-45 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-perfil-carga.no-margin {
    font-size: 7.2vw;
  }

  .block-perfil-cargas {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 0;
  }

  .section-46 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block_vantg-svc {
    padding: 90px 25px;
  }

  .block-ico-tipo-carga {
    width: 100%;
    align-items: stretch;
    padding: 10px 0;
  }

  .div-block-66 {
    min-width: 270px;
    text-align: center;
    flex-direction: row;
    align-items: center;
    margin-right: -2px;
    padding: 20px 6% 20px 0%;
  }

  .image-16 {
    margin-bottom: 1px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .tipo-carga {
    text-align: left;
    font-size: 1.1rem;
  }

  .img-tipo-carga {
    width: 100%;
    padding-left: 0;
    padding-right: 15px;
  }

  .image-19, .image-20 {
    position: static;
  }

  .div-block-68 {
    padding-top: 0;
    padding-right: 0;
  }

  .text-block-6 {
    text-align: right;
    font-size: 1.3rem;
  }

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

  .title-vantagem {
    max-width: 300px;
    margin-top: 0;
    padding-right: 7px;
    font-size: 7.2vw;
  }

  .destinos-block {
    justify-content: flex-start;
    padding-left: 28px;
    overflow: auto;
  }

  .text-block-7 {
    font-size: 1.1rem;
  }

  .sep-vert {
    height: 32px;
  }

  .section-47 {
    padding: 100px 25px;
  }

  .html-embed {
    margin-top: -80px;
    padding-top: 0;
    padding-bottom: 52px;
  }

  .credit-site {
    padding: 25px 20px 110px;
  }

  .text-block-8, .link-5 {
    font-size: 12px;
  }

  .link-block-4 {
    background-position: 0 32%;
    background-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
  }

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

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

  .bloco-verde-tkd {
    flex-direction: column;
    padding: 40px 30px;
  }

  .div-block-73 {
    margin-bottom: 20px;
  }

  .title-msg-sucess {
    font-size: 7vw;
  }

  .nav-update {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-3.btn-pg-updates {
    padding-right: 25px;
    font-size: 14px;
  }

  .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;
  }

  .section-52 {
    height: 10vh;
    min-height: 70px;
    padding-left: 0;
  }

  ._100_nav-ctn {
    min-width: auto;
    padding: 0 0 0 10px;
  }

  .hero-text {
    font-size: 8vw;
    line-height: 1.2em;
  }

  .btn-hero-transp {
    background-position: 90%;
    padding: 13px 56px 13px 24px;
    font-size: 15px;
  }

  .image-27 {
    width: 14%;
    max-width: 100%;
  }

  .calc-icon, .call-icon, .route-icon {
    width: 12%;
  }

  .text-block-12 {
    font-size: 19px;
  }

  .row-10 {
    min-width: 980px;
  }

  .bloco-flex-horario {
    margin-top: 0;
  }

  .bloco-dia {
    flex: 0 auto;
  }

  .column-34 {
    margin-bottom: 30px;
  }

  .img-block-cta {
    background-image: url('../images/stock-photo-238132609-1.jpg');
    background-position: 50%;
    background-size: 1000px;
    padding: 20px;
  }

  .column-35 {
    margin-bottom: 50px;
    padding-right: 10px;
  }

  .tabs-content-2 {
    margin-bottom: 20px;
  }

  .feature-tabs {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 0;
    overflow: scroll;
  }

  .tab-link-tab-1 {
    min-width: 240px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 10px;
    padding-top: 62px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    min-width: 240px;
    margin-right: 10px;
    padding-top: 59px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .feature-tab-heading {
    margin-bottom: 5px;
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .image-28 {
    top: -13px;
    left: 18px;
    right: 0;
  }

  .icon {
    color: #fff;
  }

  .div-block-83 {
    text-align: left;
    padding: 20px 20px 20px 0;
  }

  .container-1189 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-53 {
    padding-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .image-29 {
    width: 80%;
  }

  .feature-big {
    min-width: 280px;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .btn-branco {
    font-size: 15px;
  }

  .btn-branco.big-btn {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
  }

  .div-block-86 {
    z-index: 1000;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px 5px;
    top: 3px;
    right: 1px;
  }

  .brand-2 {
    padding: 10px;
  }

  .icon-2 {
    color: #fff;
  }

  .div-block-87 {
    float: right;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    padding: 9px 0 9px 11px;
    display: flex;
  }

  .logo-menu-home {
    max-width: 100px;
    padding-right: 0;
  }

  .header-logo-onli {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .text-field-3 {
    text-align: left;
    border-style: none;
    margin-bottom: 0;
    font-size: 15px;
  }

  .text-field-3:focus {
    background-color: var(--white);
  }

  .div-block-88 {
    width: 100%;
    border-top-right-radius: 10px;
    padding: 0 20px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .07);
  }

  .heading-50 {
    font-size: 1.2rem;
  }

  .image-30 {
    max-width: 65%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-51 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 57px;
    font-size: 7vw;
  }

  .text-span {
    font-size: 7.6rem;
  }

  .text-span-2 {
    font-size: 2.7rem;
  }

  .image-31, .image-32, .image-33 {
    width: 65%;
  }

  .hamburger-wrapper {
    padding: 10px;
  }

  .burger-line {
    margin-top: 2px;
    margin-bottom: 2px;
  }

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

  .section_cad_cv {
    height: 100vh;
    min-height: 800px;
    align-items: flex-start;
    padding: 90px 15px;
  }

  .campo-1 {
    font-size: 13px;
  }

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

  .bloco_flex_curriculo {
    height: auto;
  }

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

  .block-flex-form-curric {
    padding: 20px 30px 30px;
    overflow: visible;
  }

  .block-img-flex-curric {
    background-position: 0 -17px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

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

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

  .field-label-cotacao {
    font-size: .7rem;
  }

  .section-cotacao {
    padding: 80px 15px;
  }

  .text-block-16 {
    line-height: 1.1em;
  }

  .submit-button-red {
    background-image: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .flex-block-form-cotacao {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-cotacao-form {
    z-index: 10;
    background-color: rgba(255, 255, 255, .11);
    padding-left: 26px;
    padding-right: 26px;
  }

  .text-field-cotacao {
    height: 48px;
  }

  .heading-7 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 6.8vw;
  }

  .heading-8 {
    font-size: .95rem;
  }

  .wrapper-field-cotacao {
    border-color: #e4e4e4;
  }

  .div-block-111 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .flex-block-txt-cotacao {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-body {
    min-height: auto;
    padding: 30px 20px;
  }

  .text-field-cotacao-2 {
    height: 46px;
  }

  .button-wrapper {
    padding: 7px 15px 7px 30px;
  }

  .wrapper-field-cotacao-2 {
    border-color: #e4e4e4;
  }

  .section-slides {
    padding-bottom: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-details-slides {
    grid-template-rows: auto auto auto auto auto;
    margin-top: -18px;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .modal-title {
    text-align: center;
    font-size: 5.7vw;
  }

  .div-block-139 {
    padding-top: 15px;
  }

  .html-embed-2 {
    margin-top: -80px;
    padding-top: 0;
    padding-bottom: 52px;
  }

  .paragraph-16 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 3.8vw;
  }

  .field-label-cotacao-2 {
    font-size: .7rem;
    line-height: 1.2em;
  }

  .submit-button-form {
    background-image: none;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .9rem;
  }

  .modal-wrapper {
    padding: 30px 10px;
    display: none;
  }

  .nav_slides {
    padding-left: 0;
    padding-right: 0;
  }

  .image-34 {
    max-width: 80%;
  }

  .button-5 {
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: .75em;
  }

  .button-5.btn-nav-slides {
    align-self: center;
    display: none;
  }

  .heading-92 {
    text-align: center;
    font-size: 1.2rem;
  }

  .image-46 {
    max-width: 62%;
  }

  .btn-apc {
    background-size: 31px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 43px;
    font-size: .9rem;
  }

  .div-block-138 {
    text-align: center;
    align-self: center;
  }

  .paragraph-18 {
    text-align: left;
    background-size: 21px;
    justify-content: flex-start;
    margin-top: 1.6em;
    padding-left: 25px;
    font-size: .7rem;
    display: inline-block;
  }

  .paragraph-17 {
    text-align: center;
    margin-bottom: 1.1em;
    font-size: .85rem;
  }

  .div-block-137 {
    text-align: center;
    align-self: center;
  }

  .section_view_apc {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid_apc_view {
    grid-row-gap: 7px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         ".";
    padding-top: 43px;
    padding-bottom: 43px;
    font-size: 1.1em;
  }

  .burger-line-2 {
    height: 2px;
  }

  .div-block-129 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-hero-svc {
    font-size: 4.5vw;
  }

  .icone-drop-relat {
    text-align: center;
    margin-left: 0;
    margin-right: 12px;
    font-size: .8rem;
  }

  .container-1197 {
    grid-template-columns: .25fr 1fr .5fr;
    grid-template-areas: "Area-2 Area-3 Area";
  }

  .nav-menu {
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .navbar_relat {
    padding-left: 0;
  }

  .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: .9rem;
  }

  .drop-link-rel.w--current {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
  }

  .text-block-45 {
    margin-right: 6px;
    line-height: 1em;
  }

  .dropdown-relat {
    padding-left: 5px;
    padding-right: 24px;
  }

  .dropdown-relat.w--open {
    border-bottom-style: none;
    padding-left: 20px;
  }

  .menu-button-relat.w--open {
    background-position: 50%;
  }

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

  .wrapper_senha {
    background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/fh-beira-rio-red.jpg');
    background-position: 0 0, 65%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .button-back-passw {
    padding: 8px 10px;
    font-size: .65rem;
    line-height: 1.1em;
  }

  .link-block-logo-passw {
    border-radius: 8px;
    padding: 4px;
    display: flex;
  }

  .link-block-logo-passw:hover, .image-48:hover {
    background-color: #fff;
  }

  .grid-head-passw {
    grid-template-columns: 60px 1fr;
  }

  .text-block-48 {
    text-align: right;
    margin-right: 8px;
    font-size: .65rem;
    line-height: 1.1em;
  }

  .head_form-passw {
    z-index: 100;
    padding: 10px;
  }

  .h09_title {
    font-size: .9rem;
  }

  .heading-94 {
    max-width: 180px;
    text-align: left;
    font-size: 1.7rem;
    line-height: 1em;
  }

  .text-block-49 {
    max-width: 210px;
    font-size: .9rem;
  }

  .grid_form_passw {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template: "Area Area-2"
    / 2.5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .html-embed-4 {
    justify-content: center;
    margin-top: -2px;
    display: flex;
  }

  .wg-element-wrapper.sw8 {
    left: auto;
  }

  .wg-dropdown-2-link, .wg-dd-2-togle {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-50, .bold-text-4 {
    font-size: 12px;
  }

  .lottie-animation {
    width: 22px;
    height: 22px;
  }
}

#w-node-_4e4e71a5-949c-87c0-dae1-1b818bb7e665-cc7cae33 {
  grid-area: Area;
  align-self: center;
  justify-self: start;
}

#w-node-_4e4e71a5-949c-87c0-dae1-1b818bb7e667-cc7cae33 {
  grid-area: Area-2;
  align-self: center;
  justify-self: end;
}

#w-node-_780f05e2-3412-534b-bc29-420189e8dd02-b87cae3c {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_780f05e2-3412-534b-bc29-420189e8dd04-b87cae3c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_780f05e2-3412-534b-bc29-420189e8dd06-b87cae3c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_780f05e2-3412-534b-bc29-420189e8dd08-b87cae3c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_780f05e2-3412-534b-bc29-420189e8dd0a-b87cae3c {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-cf88caf4-af30-99e1-6c9c-e7e10ba2e13f-b87cae3c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-cf88caf4-af30-99e1-6c9c-e7e10ba2e141-b87cae3c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
  justify-self: end;
}

#w-node-d8d66314-2438-cfe6-d503-ac86e302a8a0-987cae36 {
  grid-area: 1 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d8d66314-2438-cfe6-d503-ac86e302a8a2-987cae36 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_780f05e2-3412-534b-bc29-420189e8dd02-b87cae3c {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
  }

  #w-node-_780f05e2-3412-534b-bc29-420189e8dd04-b87cae3c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cf88caf4-af30-99e1-6c9c-e7e10ba2e141-b87cae3c {
    grid-area: 1 / 4 / 2 / 5;
    align-self: center;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_780f05e2-3412-534b-bc29-420189e8dd02-b87cae3c {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
  }

  #w-node-_780f05e2-3412-534b-bc29-420189e8dd04-b87cae3c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_780f05e2-3412-534b-bc29-420189e8dd06-b87cae3c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_780f05e2-3412-534b-bc29-420189e8dd08-b87cae3c {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_780f05e2-3412-534b-bc29-420189e8dd0a-b87cae3c {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-cf88caf4-af30-99e1-6c9c-e7e10ba2e141-b87cae3c {
    grid-area: 1 / 3 / 2 / 5;
    align-self: center;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d55d38f1-80cc-7252-c763-f7b3a7d33151-cc7cae33 {
    grid-area: Area;
  }

  #w-node-_1f85ce86-2f72-197e-e34b-a2a6572eee76-cc7cae33 {
    grid-area: Area-2;
  }

  #w-node-_780f05e2-3412-534b-bc29-420189e8dd02-b87cae3c {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
  }

  #w-node-_780f05e2-3412-534b-bc29-420189e8dd04-b87cae3c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_780f05e2-3412-534b-bc29-420189e8dd08-b87cae3c {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_780f05e2-3412-534b-bc29-420189e8dd0a-b87cae3c {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-cf88caf4-af30-99e1-6c9c-e7e10ba2e13f-b87cae3c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-cf88caf4-af30-99e1-6c9c-e7e10ba2e141-b87cae3c {
    grid-area: 1 / 3 / 2 / 5;
    align-self: center;
    justify-self: end;
  }

  #w-node-d8d66314-2438-cfe6-d503-ac86e302a8a0-987cae36 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-d8d66314-2438-cfe6-d503-ac86e302a8a2-987cae36 {
    grid-area: 2 / 1 / 5 / 3;
    align-self: start;
    justify-self: center;
  }
}


