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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  padding: 12px 30px;
  border-radius: 0px;
  background-color: #8e8e9c;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #404047;
}

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

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

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

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

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

.button.tab.w--current:hover {
  background-color: #cdda01;
}

.navigation-link {
  padding: 45px 10px 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #404047;
  font-size: 14px;
}

.navigation-link:hover {
  border-bottom: 1px solid #cdda01;
  font-family: Lato, sans-serif;
  color: #404047;
  font-weight: 700;
}

.navigation-link.w--current {
  padding-top: 45px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdda01;
  font-family: Lato, sans-serif;
  color: #404047;
  font-weight: 400;
}

.navigation-link.w--current:hover {
  border-bottom: 1px solid #cdda01;
  background-color: transparent;
  color: #404047;
  font-weight: 700;
}

.navigation-bar {
  border-style: none;
  border-width: 1px;
  border-color: #fff #000 #000;
  background-color: transparent;
  color: #cdda01;
}

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

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

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

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

.section.accent {
  margin-top: 0px;
  padding-top: 97px;
  background-color: #fff;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

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

.hero-section.centered {
  margin-top: -62px;
  padding-top: 97px;
  padding-bottom: 0px;
  border-style: none;
  border-bottom-width: 4px;
  border-bottom-color: #69b9ff;
  background-image: url('../images/trama_2.png'), url('../images/imagem.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 800px, cover;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #192024;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.hollow-button.all-caps {
  text-transform: uppercase;
}

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

.section-heading.centered {
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  font-family: Lato, sans-serif;
  color: #fff;
}

.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  font-family: Lato, sans-serif;
  color: #676770;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.section-title-group {
  margin-bottom: 60px;
}

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

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

.footer {
  margin-top: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 12px;
}

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

.info-icon {
  float: left;
}

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

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

.footer-link.with-icon {
  margin-left: 30px;
}

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

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 220px;
  padding-left: 220px;
}

.white-text {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 12px;
  padding-left: 26px;
  color: #676770;
}

.white-text.white-text-copy {
  color: #f0f0f0;
}

.form {
  margin-top: 40px;
}

.navigation-link-copy {
  padding: 45px 10px 10px;
  background-color: #cdda01;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 14px;
}

.navigation-link-copy:hover {
  border-bottom: 1px solid #cdda01;
  font-family: Lato, sans-serif;
  color: #404047;
  font-weight: 700;
}

.navigation-link-copy.w--current {
  border-bottom: 1px solid #cdda01;
  font-family: Lato, sans-serif;
  color: #404047;
  font-weight: 400;
}

.navigation-link-copy.w--current:hover {
  border-bottom: 1px solid #cdda01;
  background-color: transparent;
  color: #404047;
  font-weight: 700;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-subheading-copy {
  margin-top: -16px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #192024;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.white-text-copy {
  margin-top: 20px;
  margin-bottom: 1px;
  color: #676770;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 4px;
}

.paragraph {
  margin-top: 33px;
  font-family: Lato, sans-serif;
  color: #404047;
  font-weight: 400;
  text-align: center;
}

.heading {
  margin-top: 57px;
}

.paragraph-2 {
  color: #676770;
}

.container {
  text-align: center;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  color: #404047;
}

.button-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 1px solid #676770;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 14px;
  font-weight: 700;
}

.button-2:hover {
  color: #676770;
}

.button-2-copy {
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 1px none #676770;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 14px;
}

.button-2-copy:hover {
  color: #676770;
}

.paragraph-4 {
  margin-top: 47px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #676770;
  line-height: 30px;
}

.footer-copy {
  margin-top: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-copy.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.container-2 {
  padding-top: 47px;
}

.button-3 {
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #676770;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 14px;
  font-weight: 700;
}

.button-3:hover {
  color: #676770;
}

.button-3-copy {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1px;
  border-style: none solid none none;
  border-width: 1px;
  border-right-color: #676770;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 14px;
}

.button-3-copy:hover {
  color: #676770;
}

.button-4-copy {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1px;
  border-right: 1px none #676770;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 14px;
}

.button-4-copy:hover {
  color: #676770;
}

.button-4 {
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 1px none #676770;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 14px;
  font-weight: 700;
}

.button-4:hover {
  color: #676770;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block {
  color: #676770;
}

.container-4 {
  width: 939.9999389648438px;
}

.bold-text {
  font-weight: 300;
}

.bold-text-2 {
  font-weight: 300;
}

.text-span {
  font-weight: 300;
}

.navigation-link-2 {
  padding: 45px 5px 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #404047;
  font-size: 14px;
}

.navigation-link-2:hover {
  border-bottom: 1px solid #cdda01;
  font-family: Lato, sans-serif;
  color: #404047;
  font-weight: 700;
}

.navigation-link-2.w--current {
  padding-top: 45px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdda01;
  font-family: Lato, sans-serif;
  color: #404047;
  font-weight: 400;
}

.navigation-link-2.w--current:hover {
  border-bottom: 1px solid #cdda01;
  background-color: transparent;
  color: #404047;
  font-weight: 700;
}

.navigation-link-copy-2 {
  padding: 45px 10px 10px;
  background-color: #cdda01;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 14px;
}

.navigation-link-copy-2:hover {
  border-bottom: 1px solid #cdda01;
  font-family: Lato, sans-serif;
  color: #404047;
  font-weight: 700;
}

.navigation-link-copy-2.w--current {
  border-bottom: 1px solid #cdda01;
  font-family: Lato, sans-serif;
  color: #404047;
  font-weight: 400;
}

.navigation-link-copy-2.w--current:hover {
  border-bottom: 1px solid #cdda01;
  background-color: transparent;
  color: #404047;
  font-weight: 700;
}

.section-paineis {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section-paineis.accent {
  background-color: rgba(63, 63, 70, .68);
}

.bold-text-3 {
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-4 {
  font-size: 25px;
  font-weight: 400;
}

.paragraph-copy {
  display: block;
  margin-top: 33px;
  margin-bottom: -4px;
  padding-left: 8px;
  font-family: Lato, sans-serif;
  color: #676770;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.bold-text-5 {
  font-size: 25px;
  font-weight: 400;
}

.bold-text-6 {
  font-size: 25px;
  font-weight: 400;
}

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

.section-heading-copy.centered {
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading-copy.centered.white {
  font-family: Lato, sans-serif;
  color: #fff;
}

.section-heading-copy.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading-copy.centered.white {
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 30px;
}

.white-text-copy2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
}

.white-text-copy2.white-text-copy {
  margin-top: 20px;
  margin-bottom: 1px;
  color: #676770;
}

.image {
  margin-top: 1px;
}

.field-label {
  margin-top: 49px;
}

.text-field {
  overflow: visible;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.text-field-2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.text-field-3 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.text-field-4 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.textarea {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.text-field-5 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.text-field-6 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.text-field-7 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.submit-button {
  margin-top: 46px;
  background-color: #cdda01;
}

.paragraph-4-copy {
  margin-top: 6px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #676770;
  line-height: 30px;
}

.container-copy {
  margin-top: 40px;
  margin-bottom: -37px;
  padding-bottom: 0px;
  text-align: center;
}

.button-2-copy-copy {
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 1px none #676770;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 11px;
}

.button-2-copy-copy:hover {
  color: #676770;
}

.button-2-copy2 {
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 1px solid #676770;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 11px;
  font-weight: 400;
}

.button-2-copy2:hover {
  color: #676770;
}

.text-block-2 {
  color: #192024;
}

.bold-text-7 {
  font-size: 25px;
  font-weight: 400;
}

.div-block-3 {
  margin-top: 76px;
}

.bold-text-8 {
  font-weight: 600;
}

.text-span-2 {
  color: #676770;
}

.section-paineis-copy {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section-paineis-copy.accent {
  background-color: rgba(63, 63, 70, .06);
}

.bold-text-9 {
  font-size: 20px;
  font-weight: 300;
}

.bold-text-10 {
  text-decoration: underline;
}

.bold-text-11 {
  text-decoration: underline;
}

.bold-text-12 {
  color: #404047;
}

.bold-text-13 {
  color: #404047;
}

.bold-text-14 {
  color: #404047;
}

.bold-text-15 {
  text-decoration: underline;
}

.bold-text-16 {
  color: #404047;
  font-size: 20px;
  line-height: 0px;
  font-weight: 700;
}

.italic-text {
  color: #404047;
  font-size: 25px;
  line-height: 0px;
  font-style: normal;
  font-weight: 300;
}

.bold-text-17 {
  color: #404047;
}

.bold-text-18 {
  color: #404047;
}

.bold-text-19 {
  color: #404047;
}

.bold-text-20 {
  text-decoration: underline;
}

.bold-text-21 {
  color: #404047;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
}

.bold-text-22 {
  font-size: 25px;
  font-weight: 300;
}

.bold-text-23 {
  color: #404047;
}

.bold-text-24 {
  color: #404047;
}

.bold-text-25 {
  text-decoration: underline;
}

.bold-text-26 {
  color: #404047;
}

.bold-text-27 {
  color: #404047;
}

.bold-text-28 {
  color: #404047;
}

.paragraph-copy-copy {
  display: block;
  margin-top: 33px;
  margin-bottom: -4px;
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

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

.section-heading-cop2y.centered {
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading-cop2y.centered.white {
  font-family: Lato, sans-serif;
  color: #fff;
}

.section-heading-cop2y.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading-cop2y.centered.white {
  font-family: Lato, sans-serif;
  color: #fff;
}

.bold-text-29 {
  color: #192024;
  font-size: 20px;
}

.bold-text-30 {
  color: #404047;
  font-size: 14px;
  font-weight: 700;
}

.bold-text-31 {
  text-decoration: underline;
}

.paragraph-copy-copy2 {
  display: block;
  margin-top: 33px;
  margin-bottom: -4px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #676770;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.paragraph-copy-copy3 {
  display: block;
  margin-top: 33px;
  margin-bottom: -4px;
  padding-right: 87px;
  padding-left: 29px;
  font-family: Lato, sans-serif;
  color: #676770;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -31px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  margin-top: 28px;
}

.link-block {
  background-image: url('../images/01_turismoPortugal_logo.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-3 {
  margin-top: 40px;
  padding-bottom: 7px;
  color: hsla(240, 4%, 42%, .47);
  font-size: 12px;
  text-align: center;
}

.link-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.grid {
  -ms-grid-columns: 3.5fr 1fr 1fr;
  grid-template-columns: 3.5fr 1fr 1fr;
}

.container-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  margin-left: 0px;
  padding-left: 0px;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -31px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.turismo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.bp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.emel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.fidelidade {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.jap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.nos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.petrolapa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.saintgobain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.viaverde {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.carface {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.dekra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.intrumjustiia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.sabseg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.autorola {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.autovista {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.jimpisoft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.manheim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.sgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.container-7-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -31px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.local {
  padding-top: 242px;
  padding-bottom: 242px;
}

.local.centered {
  height: 500px;
  margin-top: 0px;
  padding-top: 97px;
  padding-bottom: 0px;
  border-style: none;
  border-bottom-width: 4px;
  border-bottom-color: #69b9ff;
  background-color: #192024;
  background-image: url('../images/ARAC2019_ADROexterior.jpg');
  background-position: 50% 50%;
  background-size: 1489px;
  background-repeat: no-repeat;
  text-align: center;
}

.local1 {
  margin-top: -16px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #f0f0f0;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.local2 {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.local2.accent {
  background-color: #fff;
}

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

.local3.centered {
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.local3.centered.white {
  font-family: Lato, sans-serif;
  color: #fff;
}

.local3.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.local3.centered.white {
  font-family: Lato, sans-serif;
  color: #676770;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-5 {
  display: none;
  overflow: visible;
}

.columns {
  margin-bottom: 55px;
}

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

.programapdf.centered {
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.programapdf.centered.white {
  font-family: Lato, sans-serif;
  color: #fff;
}

.programapdf.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.programapdf.centered.white {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 14px;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  margin-left: 0px;
  color: #192024;
  font-weight: 300;
}

.text-block-6 {
  color: #192024;
  font-weight: 300;
  text-decoration: none;
}

.container-9 {
  border-bottom: 1px solid #8e8e9c;
}

.link-block-3 {
  position: relative;
  left: -7px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.button-6 {
  display: none;
  overflow: visible;
}

.text-span-3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.button-7 {
  background-color: #192024;
  font-size: 14px;
  letter-spacing: 2px;
}

.text-span-4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 8px;
}

.glasurit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.travelport {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.rm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.section-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bp-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.turismo-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.emel-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.container-6-copy-copy {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-7-copy-copy {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3-copy {
  margin-top: 100px;
  color: hsla(240, 4%, 42%, .47);
  font-size: 12px;
  text-align: center;
}

.text-block-3-copy2 {
  margin-top: 100px;
  color: hsla(240, 4%, 42%, .47);
  font-size: 12px;
  text-align: center;
}

.text-block-3-copy3 {
  margin-top: 100px;
  color: hsla(240, 4%, 42%, .47);
  font-size: 12px;
  text-align: center;
}

.text-block-3-copy4 {
  margin-top: 100px;
  color: hsla(240, 4%, 42%, .47);
  font-size: 12px;
  text-align: center;
}

.text-block-3-copy5 {
  margin-top: 40px;
  color: hsla(240, 4%, 42%, .47);
  font-size: 12px;
  text-align: center;
}

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

.section-heading-copy-copy.centered {
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading-copy-copy.centered.white {
  font-family: Lato, sans-serif;
  color: #fff;
}

.section-heading-copy-copy.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading-copy-copy.centered.white {
  margin-top: 37px;
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 30px;
}

.section-2-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2-copy-copy2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2-copy-copy3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edeff2;
}

.section-2-copy-copy4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edeff2;
}

.body {
  background-color: #fff;
}

.link {
  font-style: normal;
}

.italic-text-2 {
  color: #192024;
  font-style: normal;
  font-weight: 400;
}

.section-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-5-sponsors {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-7-s {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-7-ss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -31px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-7-copyss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-7-s-copys {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-7-copysss {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-span-5 {
  font-size: 12px;
}

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

.section-heading-copy-copyoradores.centered {
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading-copy-copyoradores.centered.white {
  font-family: Lato, sans-serif;
  color: #fff;
}

.section-heading-copy-copyoradores.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading-copy-copyoradores.centered.white {
  font-family: Lato, sans-serif;
  color: #676770;
  font-size: 20px;
}

.cvs {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.cvs.accent {
  margin-top: 0px;
  padding-top: 97px;
  background-color: #f0f0f0;
}

.cvs-button {
  position: relative;
  left: -7px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: underline;
}

.ana {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.intrum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.eurotaxx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.getwashh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.sofrapa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.travelport-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.travelport_sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000004, 0.6000000000000004);
  -ms-transform: scale(0.6000000000000004, 0.6000000000000004);
  transform: scale(0.6000000000000004, 0.6000000000000004);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #cdda01;
  }
  .navigation-menu {
    background-color: #cdda01;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 0px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .navigation-link-copy {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link-copy.w--current {
    color: #fff;
  }
  .div-block-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph {
    padding-right: 40px;
    padding-left: 40px;
  }
  .paragraph-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-link-2 {
    color: #080808;
    line-height: 8px;
  }
  .navigation-link-2.w--current {
    color: #fff;
  }
  .navigation-link-copy-2 {
    background-color: #9b9ba1;
    color: #fff;
  }
  .navigation-link-copy-2.w--current {
    color: #fff;
  }
  .paragraph-copy {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }
  .icon {
    color: #192024;
  }
  .paragraph-copy-copy {
    padding-right: 40px;
    padding-left: 40px;
  }
  .paragraph-copy-copy2 {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }
  .paragraph-copy-copy3 {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }
  .container-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .fidelidade {
    width: 250px;
  }
  .jap {
    width: 250px;
  }
  .nos {
    width: 250px;
  }
  .petrolapa {
    width: 350px;
  }
  .saintgobain {
    width: 250px;
  }
  .viaverde {
    width: 250px;
  }
  .container-7-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .local.centered {
    height: 400px;
    margin-top: 0px;
    padding-top: 144px;
    padding-bottom: 0px;
    background-image: url('../images/ARAC2019_ADROexterior.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .dropdown-list.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-5 {
    display: inline-block;
    width: 250px;
    background-color: #cdda01;
  }
  .button-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #cdda01;
    font-family: Lato, sans-serif;
    color: #404047;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .button-7 {
    width: 250px;
  }
  .text-span-4 {
    font-size: 14px;
    letter-spacing: 4px;
  }
  .container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .glasurit {
    width: 250px;
  }
  .travelport {
    width: 250px;
  }
  .rm {
    width: 250px;
  }
  .container-7-copy-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-7-s {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .container-7-ss {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .container-7-copyss {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .container-7-s-copys {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .container-7-copysss {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .intrum {
    width: 250px;
  }
  .sofrapa {
    width: 250px;
  }
  .travelport-copy {
    width: 250px;
  }
  .travelport_sponsor {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .hamburger-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 0px;
    background-image: url('../images/trama_2.png'), -webkit-gradient(linear, left top, left bottom, color-stop(40%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, .49))), url('../images/imagem.jpg');
    background-image: url('../images/trama_2.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0) 40%, hsla(0, 0%, 100%, .49)), url('../images/imagem.jpg');
    background-position: 50% 50%, 0px 0px, 93% 50%;
    background-size: 800px, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    margin-left: 27px;
    font-size: 18px;
    text-align: center;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .fullwidth-image {
    padding-right: 100px;
    padding-left: 100px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .div-block {
    padding-top: 0px;
  }
  .hero-subheading-copy {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0px;
  }
  .heading {
    font-size: 25px;
  }
  .container-2 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .container-3 {
    padding-right: 18px;
    padding-left: 11px;
  }
  .container-4 {
    width: 800px;
    padding-right: 161px;
  }
  .icon {
    color: #192024;
  }
  .fidelidade {
    width: 180px;
  }
  .jap {
    width: 180px;
  }
  .nos {
    width: 180px;
  }
  .petrolapa {
    width: 280px;
  }
  .saintgobain {
    width: 180px;
  }
  .viaverde {
    width: 180px;
  }
  .local.centered {
    padding-top: 119px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, .49))), url('../images/ARAC2019_ADROexterior.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 40%, hsla(0, 0%, 100%, .49)), url('../images/ARAC2019_ADROexterior.jpg');
    background-position: 0px 0px, 93% 50%;
    background-size: auto, contain;
    background-repeat: repeat, repeat;
  }
  .local1 {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0px;
  }
  .dropdown-list.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-6 {
    text-align: center;
    text-decoration: none;
  }
  .button-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .glasurit {
    width: 180px;
  }
  .travelport {
    width: 180px;
  }
  .rm {
    width: 180px;
  }
  .intrum {
    width: 180px;
  }
  .sofrapa {
    width: 180px;
  }
  .travelport-copy {
    width: 180px;
  }
  .travelport_sponsor {
    width: 180px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: -2px;
    margin-left: 10px;
    font-size: 14px;
    text-align: center;
  }
  .navigation-bar {
    background-color: transparent;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .hero-subheading {
    display: block;
    margin-left: -1px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
    text-align: left;
  }
  .section-heading.centered {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .section-heading.centered.white {
    font-size: 20px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
  .fullwidth-image {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-2 {
    margin-top: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-subheading-copy {
    position: static;
    margin-top: 90px;
    margin-left: -5px;
    padding-right: 20px;
    font-size: 8px;
  }
  .heading {
    font-size: 20px;
  }
  .paragraph-2 {
    font-size: 14px;
  }
  .container-2 {
    padding-left: 23px;
  }
  .button-4 {
    margin-top: 19px;
  }
  .container-3 {
    margin-top: -59px;
    padding-right: 11px;
  }
  .container-4 {
    padding-right: 480px;
    background-color: transparent;
  }
  .navigation-link-2 {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .navigation-link-copy-2 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .bold-text-3 {
    line-height: 40px;
  }
  .bold-text-4 {
    line-height: 40px;
  }
  .paragraph-copy {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .bold-text-5 {
    line-height: 40px;
  }
  .bold-text-6 {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 40px;
  }
  .section-heading-copy.centered {
    font-size: 14px;
  }
  .white-text-copy2.white-text-copy {
    letter-spacing: 1px;
  }
  .bold-text-7 {
    line-height: 40px;
  }
  .paragraph-copy-copy {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .section-heading-cop2y.centered {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .section-heading-cop2y.centered.white {
    font-size: 20px;
  }
  .paragraph-copy-copy2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .paragraph-copy-copy3 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .container-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-7 {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .bp {
    width: 220px;
  }
  .emel {
    width: 220px;
  }
  .fidelidade {
    width: 100px;
  }
  .jap {
    width: 100px;
  }
  .nos {
    width: 100px;
  }
  .petrolapa {
    width: 200px;
  }
  .saintgobain {
    width: 100px;
  }
  .viaverde {
    width: 100px;
  }
  .local.centered {
    padding-top: 60px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, .49))), url('../images/ARAC2019_ADROexterior.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 40%, hsla(0, 0%, 100%, .49)), url('../images/ARAC2019_ADROexterior.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .local1 {
    margin-top: 90px;
    padding-right: 20px;
    font-size: 8px;
  }
  .local3.centered {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .local3.centered.white {
    font-size: 20px;
  }
  .dropdown-list.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown {
    left: -27px;
  }
  .programapdf.centered {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .programapdf.centered.white {
    font-size: 20px;
  }
  .button-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .glasurit {
    width: 100px;
  }
  .travelport {
    width: 100px;
  }
  .rm {
    width: 100px;
  }
  .bp-copy {
    width: 220px;
  }
  .emel-copy {
    width: 220px;
  }
  .section-heading-copy-copy.centered {
    font-size: 14px;
  }
  .container-5-sponsors {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-7-s {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .container-7-ss {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .container-7-copyss {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .container-7-s-copys {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .container-7-copysss {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .section-heading-copy-copyoradores.centered {
    font-size: 14px;
  }
  .section-heading-copy-copyoradores.centered.white {
    position: static;
    font-size: 14px;
    line-height: 26px;
  }
  .intrum {
    width: 100px;
  }
  .sofrapa {
    width: 100px;
  }
  .travelport-copy {
    width: 100px;
  }
  .travelport_sponsor {
    width: 100px;
  }
}

