body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  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: #ff1200;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

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

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

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

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

.button.full-width {
  display: block;
  width: 100%;
  background-color: #ff1200;
  box-shadow: inset 0 0 20px 3px #000;
}

.brand-text {
  margin-top: -210px;
  margin-bottom: 0px;
  color: #ff1200;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  margin-top: 34px;
  margin-bottom: 9px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  background-color: transparent;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 0 #020202;
}

.section.section-gray {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 12px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  padding: 23px 40px;
  background-color: #020202;
  box-shadow: inset 0 0 10px 3px #000;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 38px;
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  margin-top: auto;
  margin-bottom: 4px;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 10px 17px #000;
}

.hero-subheading {
  margin-top: -17px;
  margin-bottom: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff;
  text-shadow: 0 2px 4px #000;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  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: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

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

.hollow-button.white {
  margin-right: 11px;
  margin-bottom: 11px;
  padding-right: 11px;
  padding-left: 11px;
  border-style: none;
  border-color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #e92415;
  box-shadow: inset 0 0 15px 0 #000;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 2px 4px #000;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.red {
  margin-right: 10px;
  margin-left: -1px;
  border-style: none;
  border-color: #cf404d;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #2d3e4f;
  box-shadow: inset 0 0 15px 0 #000;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 2px 7px #000;
}

.hollow-button.red:hover {
  background-color: transparent;
  text-shadow: none;
}

.hollow-button.red:active {
  background-color: rgba(75, 59, 59, 0);
}

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

.section-heading.centered {
  margin-top: -60px;
  margin-bottom: -50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #ff1200;
  box-shadow: inset 0 0 20px 3px #000;
  color: #ecf0f1;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 9px #000;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: #201e1e;
  font-size: 19px;
  line-height: 28px;
  text-align: left;
  text-shadow: none;
}

.section-title-group {
  margin-top: 63px;
  margin-bottom: 62px;
}

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

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

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

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

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

.footer.center {
  padding: 21px 4px;
  background-color: #192430;
  box-shadow: inset 0 0 22px 0 #000;
  text-align: center;
}

.footer-text {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 26px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.grid-image:hover {
  margin-top: -5px;
  opacity: 0.45;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 155px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  margin-top: auto;
  background-color: #2d3e4f;
  background-image: -webkit-linear-gradient(270deg, rgba(27, 39, 51, .76), rgba(27, 39, 51, .76)), url('../images/fotojanelas_ed801c1a01db1b7359895f40fd27534b.jpg');
  background-image: linear-gradient(180deg, rgba(27, 39, 51, .76), rgba(27, 39, 51, .76)), url('../images/fotojanelas_ed801c1a01db1b7359895f40fd27534b.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  text-align: center;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #020202;
  color: #cf404d;
}

.nav-link.w--current {
  margin-top: auto;
  color: #ecf0f1;
}

.nav-link.w--current:hover {
  background-color: #020202;
}

.nav-menu {
  margin-bottom: 24px;
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url('../images/VERSAO-OTIMIZADA-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url('../images/VERSAO-OTIMIZADA-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
  text-shadow: 0 2px 24px #edeff2;
}

.column-0-padding {
  text-shadow: none;
}

.success-message {
  text-align: center;
}

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

.heading {
  margin-top: -40px;
  margin-bottom: auto;
  margin-left: auto;
  color: #ecf0f1;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}

.heading-2 {
  margin-top: auto;
  margin-bottom: auto;
  color: #ecf0f1;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}

.container {
  margin-top: 10px;
}

.estores {
  display: inline-block;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 9px;
  margin-left: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 0 0 50px 1px #020202;
}

.heading-3 {
  margin-top: auto;
  margin-right: 1px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #ecf0f1;
  font-size: 50px;
  line-height: 44px;
  text-shadow: 0 0 30px rgba(0, 0, 0, .95);
}

.container-2 {
  margin-top: auto;
  margin-bottom: auto;
}

.heading-4 {
  margin-top: -48px;
  padding-bottom: 10px;
  background-color: #ff1200;
  box-shadow: inset 0 0 500px 3px #000;
  color: #ecf0f1;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/canalizadores.canalizador.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/canalizadores.canalizador.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.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;
}

.image-2 {
  margin-right: 15px;
  margin-bottom: 30px;
}

.container-3 {
  margin-top: auto;
  margin-bottom: 26px;
  background-color: transparent;
}

.image-3 {
  margin-top: 39px;
  margin-bottom: auto;
  margin-left: -19px;
  text-align: center;
}

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

.paragraph {
  margin-top: auto;
  margin-right: 1px;
  margin-bottom: auto;
  padding-right: 8px;
  padding-left: 8px;
  color: #f0f0f0;
  font-size: 12px;
  line-height: 22px;
}

.button-2 {
  margin-right: 10px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #ff1200;
  box-shadow: inset 0 0 15px 0 #000;
  font-size: 16px;
  line-height: 25px;
}

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

.button-3 {
  margin-right: 10px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #2d3e4f;
  box-shadow: inset 0 0 15px 0 #000;
  font-size: 16px;
  line-height: 25px;
}

.slider {
  height: 500px;
}

.slide {
  display: inline-block;
  text-align: center;
}

.image-4 {
  display: inline-block;
  text-align: center;
}

.slide-2 {
  text-align: center;
}

.slide-3 {
  text-align: center;
}

.slide-4 {
  text-align: center;
}

.slide-nav {
  text-align: center;
}

.slide-5 {
  text-align: center;
}

.image-5 {
  text-align: center;
}

.slide-6 {
  text-align: center;
}

.slider-2 {
  height: 500px;
}

.slide-7 {
  text-align: center;
}

.slide-8 {
  text-align: center;
}

.slide-9 {
  text-align: center;
}

.slide-10 {
  text-align: center;
}

.slider-3 {
  height: 500px;
  text-align: center;
}

.slide-11 {
  text-align: center;
}

.slide-12 {
  text-align: center;
}

.image-6 {
  text-align: center;
}

.slide-13 {
  text-align: center;
}

.slide-14 {
  text-align: center;
}

.slide-15 {
  text-align: center;
}

.slider-4 {
  height: 500px;
}

.slide-16 {
  text-align: center;
}

.slide-17 {
  text-align: center;
}

.slide-18 {
  text-align: center;
}

.slide-19 {
  text-align: center;
}

.slide-20 {
  text-align: center;
}

.slider-5 {
  height: 500px;
}

.slide-21 {
  text-align: center;
}

.slide-22 {
  text-align: center;
}

.slide-23 {
  text-align: center;
}

.slide-24 {
  text-align: center;
}

.slide-25 {
  text-align: center;
}

.slider-6 {
  height: 500px;
}

.slide-26 {
  text-align: center;
}

.slide-27 {
  text-align: center;
}

.slide-28 {
  text-align: center;
}

.slide-29 {
  text-align: center;
}

.slide-30 {
  text-align: center;
}

.slider-7 {
  height: 500px;
}

.slide-31 {
  text-align: center;
}

.slide-32 {
  text-align: center;
}

.slide-33 {
  text-align: center;
}

.slide-34 {
  text-align: center;
}

.slide-35 {
  text-align: center;
}

.slider-8 {
  height: 500px;
}

.slide-36 {
  text-align: center;
}

.slide-37 {
  text-align: center;
}

.slide-38 {
  text-align: center;
}

.slide-39 {
  text-align: center;
}

.slide-40 {
  text-align: center;
}

.heading-5 {
  color: #f0f0f0;
}

.text-block {
  color: #f0f0f0;
}

.body {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/fotojanelas.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/fotojanelas.JPG');
  background-position: 0px 0px, 74% 50%;
  background-size: auto, contain;
}

.paragraph-2 {
  color: #f0f0f0;
}

.paragraph-3 {
  color: #f0f0f0;
}

.paragraph-4 {
  color: #f0f0f0;
}

.paragraph-5 {
  color: #f0f0f0;
}

.paragraph-6 {
  color: #f0f0f0;
}

.paragraph-7 {
  color: #f0f0f0;
}

.paragraph-8 {
  color: #f0f0f0;
}

.link-2 {
  color: #5da9f5;
  text-decoration: none;
}

.button-4 {
  width: 600px;
  height: 70px;
  margin-top: 267px;
  padding-top: 12px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: rgba(0, 0, 0, .48);
  box-shadow: inset 0 0 34px -1px #fff8f8;
  font-family: Merriweather, serif;
  line-height: 24px;
}

.heading-6 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #edeff2;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  text-shadow: 0 2px 21px #404047;
}

.div-block {
  margin-top: 5px;
  margin-bottom: 11px;
  font-size: 12px;
  line-height: 18px;
}

.button-5 {
  margin-top: 72px;
}

.container-6 {
  margin-top: -138px;
  margin-bottom: 55px;
}

.heading-7 {
  margin-top: 7px;
  margin-bottom: auto;
  padding-top: auto;
  padding-bottom: auto;
  color: #ff1200;
  font-size: 40px;
  line-height: 44px;
  text-shadow: 0 2px 29px #020202;
}

.div-block-2 {
  margin-top: auto;
}

.heading-8 {
  margin-top: 13px;
  color: #ecf0f1;
  font-size: 28px;
  line-height: 35px;
  text-shadow: 0 2px 15px #000;
}

.heading-9 {
  margin-top: 17px;
  margin-bottom: auto;
  color: #ff1200;
  font-size: 45px;
  line-height: 44px;
  text-shadow: 0 2px 15px #020202;
}

.heading-10 {
  margin-top: auto;
  color: #ecf0f1;
  font-size: 28px;
  line-height: 35px;
  text-shadow: 0 2px 13px #020202;
}

.heading-11 {
  color: #ff1200;
  font-size: 45px;
  line-height: 44px;
  text-shadow: 0 2px 17px #020202;
}

.heading-12 {
  margin-top: auto;
  color: #edeff2;
  font-size: 28px;
  line-height: 35px;
  text-shadow: 0 2px 11px #020202;
}

.heading-13 {
  color: #ff1200;
  font-size: 40px;
  line-height: 44px;
  text-shadow: 0 2px 24px #020202;
}

.heading-14 {
  margin-top: auto;
  color: #edeff2;
  font-size: 28px;
  line-height: 35px;
  text-shadow: 0 2px 24px #020202;
}

.heading-15 {
  color: #ff1200;
  font-size: 45px;
  line-height: 44px;
}

.heading-16 {
  margin-top: auto;
  color: #edeff2;
  font-size: 28px;
  line-height: 35px;
  text-shadow: 0 2px 24px #020202;
}

.heading-17 {
  color: #ff1200;
  text-shadow: 0 2px 24px #edeff2;
}

.heading-18 {
  margin-top: auto;
  color: #edeff2;
  font-size: 28px;
  line-height: 35px;
  text-shadow: 0 2px 24px #020202;
}

.heading-19 {
  color: #ff1200;
  font-size: 45px;
  line-height: 44px;
  text-shadow: 0 2px 24px #020202;
}

.heading-20 {
  margin-top: auto;
  margin-bottom: 13px;
  color: #edeff2;
  font-size: 28px;
  line-height: 35px;
  text-shadow: 0 2px 24px #020202;
}

.heading-21 {
  margin-top: 36px;
  color: #ff1200;
  font-size: 45px;
  line-height: 44px;
}

.section-2 {
  height: 1550px;
  padding-top: 20px;
  background-color: #020202;
}

.container-7 {
  height: 0px;
  padding-top: 34px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #020202;
}

.paragraph-9 {
  color: #edeff2;
  text-align: left;
}

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

.paragraph-10 {
  color: #edeff2;
}

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

.row {
  background-color: transparent;
}

.section-3 {
  margin-top: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #020202;
  box-shadow: inset 0 0 30px 5px #000;
}

.section-4 {
  padding-top: 11px;
  background-color: #020202;
  box-shadow: inset 0 0 30px 5px #000;
}

.container-9 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-5 {
  background-color: #020202;
  box-shadow: inset 0 0 30px 5px #000;
}

.section-6 {
  background-color: #020202;
  box-shadow: inset 0 0 30px 5px #000;
}

.section-7 {
  background-color: #020202;
  box-shadow: inset 0 0 30px 5px #000;
}

.section-8 {
  background-color: #020202;
  box-shadow: inset 0 0 30px 5px #000;
}

.section-9 {
  background-color: #020202;
  box-shadow: inset 0 0 30px 5px #000;
}

.heading-22 {
  margin-top: 1px;
  font-size: 16px;
  text-shadow: none;
}

.heading-23 {
  margin-top: 3px;
  margin-bottom: 29px;
  padding-top: 0px;
  color: #ff1200;
  font-size: 32px;
  line-height: 36px;
  text-align: left;
  text-shadow: 0 2px 0 #020202;
}

.paragraph-12 {
  color: #000;
  line-height: 14px;
  text-align: left;
  text-shadow: none;
}

.heading-24 {
  margin-top: auto;
  margin-bottom: 54px;
  color: #ff1200;
  font-size: 22px;
  line-height: 34px;
  text-align: left;
  text-shadow: 0 1px 0 #020202;
}

.heading-25 {
  padding-left: 17px;
  color: #020202;
}

.bold-text {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 30px;
}

.heading-26 {
  margin-top: -26px;
  padding-left: 11px;
  color: #ff1200;
  font-size: 38px;
  line-height: 44px;
}

.heading-27 {
  font-size: 16px;
  text-align: left;
  text-shadow: none;
}

.heading-28 {
  margin-top: 24px;
  color: #ff1200;
  font-size: 25px;
  line-height: 20px;
  text-align: left;
  text-shadow: 0 2px 0 #020202;
}

.heading-29 {
  margin-top: 29px;
  text-shadow: none;
}

.paragraph-13 {
  color: #ff1200;
  text-align: justify;
  text-shadow: none;
}

.heading-30 {
  padding-left: 20px;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.heading-31 {
  margin-bottom: 25px;
  padding-left: 15px;
  color: #ff1200;
  font-size: 38px;
  line-height: 44px;
}

.heading-32 {
  text-align: left;
  text-shadow: none;
}

.paragraph-14 {
  margin-top: 17px;
  font-family: 'Droid Serif', serif;
  color: #ff1200;
  font-size: 18px;
  line-height: 14px;
  text-align: left;
  text-shadow: none;
}

.paragraph-15 {
  margin-top: 23px;
  margin-bottom: -25px;
  font-family: Oswald, sans-serif;
  color: #ff1200;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  text-shadow: none;
}

.heading-33 {
  margin-bottom: 16px;
  padding-left: 15px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.heading-34 {
  margin-bottom: 24px;
  padding-left: 13px;
  color: #ff1200;
  font-size: 38px;
  line-height: 44px;
}

.heading-35 {
  padding-left: 39px;
  color: #ff1200;
  font-size: 25px;
  line-height: 40px;
  text-shadow: 0 2px 0 #020202;
}

.paragraph-16 {
  padding-left: 42px;
}

.heading-36 {
  padding-left: 27px;
  color: #000;
  font-size: 26px;
  line-height: 44px;
}

.paragraph-17 {
  margin-bottom: 28px;
  padding-left: 26px;
  color: #ff1200;
}

.heading-37 {
  margin-top: -13px;
  margin-bottom: 29px;
  padding-left: 21px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #ff1200;
  font-size: 38px;
  line-height: 44px;
}

.paragraph-18 {
  margin-top: 23px;
  color: #ff1200;
  line-height: 24px;
  text-align: left;
}

.paragraph-19 {
  margin-top: 22px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 30px;
}

.paragraph-20 {
  margin-top: 29px;
  margin-bottom: -45px;
  text-align: left;
  text-shadow: none;
}

.paragraph-21 {
  margin-top: 20px;
  text-align: left;
  text-shadow: none;
}

.heading-38 {
  margin-bottom: 17px;
  padding-left: 19px;
  color: #000;
  font-size: 22px;
  line-height: 30px;
}

.heading-39 {
  padding-left: 15px;
  font-size: 28px;
}

.bold-text-2 {
  margin-top: 5px;
  color: #ff1200;
}

.paragraph-22 {
  margin-top: 22px;
  line-height: 22px;
  text-align: left;
  text-shadow: none;
}

.paragraph-23 {
  color: #ff1200;
  text-align: left;
}

.paragraph-24 {
  text-align: left;
  text-shadow: none;
}

.paragraph-25 {
  margin-bottom: 24px;
  padding-right: 12px;
  padding-left: 16px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
}

.heading-40 {
  padding-left: 18px;
  color: #000;
  font-size: 32px;
  line-height: 44px;
}

.heading-41 {
  margin-bottom: 24px;
  padding-left: 16px;
  color: #ff1200;
  font-size: 38px;
  line-height: 44px;
}

.paragraph-26 {
  margin-top: 19px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 24px;
  text-align: left;
  text-shadow: none;
}

.paragraph-27 {
  text-align: left;
  text-shadow: none;
}

.paragraph-28 {
  color: #ff1200;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.bold-text-3 {
  font-size: 25px;
  line-height: 36px;
  text-align: center;
}

.heading-42 {
  text-shadow: none;
}

.bold-text-4 {
  text-shadow: none;
}

.bold-text-5 {
  text-shadow: none;
}

.paragraph-29 {
  line-height: 26px;
  text-align: left;
  text-shadow: none;
}

.bold-text-6 {
  color: #020202;
}

.paragraph-30 {
  color: #ff1200;
  line-height: 22px;
  text-align: justify;
  text-shadow: none;
}

.bold-text-7 {
  color: #000;
}

.paragraph-31 {
  padding-left: 12px;
}

.heading-43 {
  margin-bottom: 17px;
  padding-left: 11px;
  color: #ff1200;
  font-size: 38px;
  line-height: 44px;
}

.image-7 {
  padding-top: 51px;
  float: right;
}

.image-8 {
  margin-top: -361px;
}

.image-9 {
  margin-top: auto;
}

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

.div-block-4 {
  margin-top: 16px;
}

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

.heading-44 {
  color: #ff1200;
  font-size: 45px;
  line-height: 44px;
}

.div-block-6 {
  text-align: center;
}

.inglaterra {
  margin-top: auto;
  margin-right: 19px;
  float: right;
  text-align: center;
}

.link-block {
  margin-top: -223px;
  margin-left: 22px;
  float: right;
}

.link-block-2 {
  margin-top: -194px;
  margin-right: 19px;
  float: right;
}

.portugal {
  float: left;
}

.link-3 {
  color: #bf3a30;
}

.link-4 {
  color: #277bce;
}

.link-4.w--current {
  color: #15212e;
}

.link-5 {
  color: #1f72c5;
}

.link-6 {
  color: #2576c7;
}

.link-7 {
  color: #1f6dbb;
}

.link-8 {
  color: #2670b9;
}

.link-9 {
  color: #246fbb;
}

.link-10 {
  color: #1e65ac;
}

.link-11 {
  color: #2b72b9;
}

.background-video {
  display: inline-block;
  width: 500px;
  height: 300px;
  text-align: center;
}

.container-11 {
  margin-top: 15px;
  text-align: center;
}

.video {
  display: inline-block;
  width: 600px;
}

.video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.background-video-2 {
  display: inline-block;
  width: 380px;
  height: 210px;
}

.html-embed {
  width: 300px;
  height: 53px;
  margin-top: -191px;
  margin-bottom: 90px;
}

.container-12 {
  display: inline-block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.div-block-7 {
  width: 200px;
  height: 53px;
}

.image-12 {
  margin-top: -55px;
  float: left;
}

.video-3 {
  display: block;
  margin-left: auto;
}

.image-13 {
  margin-top: -9px;
  margin-right: 20px;
}

.background-video-3 {
  display: inline-block;
  width: 380px;
  height: 210px;
}

.container-13 {
  margin-top: 15px;
  text-align: center;
}

.container-14 {
  margin-top: 15px;
}

.background-video-4 {
  display: inline-block;
  width: 380px;
  height: 210px;
}

.container-15 {
  margin-top: 15px;
}

.background-video-5 {
  display: inline-block;
  width: 380px;
  height: 210px;
}

.background-video-6 {
  display: inline-block;
  width: 380px;
  height: 210px;
}

.background-video-7 {
  display: inline-block;
  width: 380px;
  height: 210px;
}

.background-video-8 {
  display: inline-block;
  width: 380px;
  height: 210px;
}

.background-video-9 {
  display: inline-block;
  width: 380px;
  height: 210px;
}

.paragraph-32 {
  margin-top: -35px;
  padding-right: 22px;
  padding-left: 22px;
  color: #ecf0f1;
  font-size: 12px;
}

.link-12 {
  color: #49647b;
}

.div-block-8 {
  display: inline-block;
  float: left;
}

.button-6 {
  margin-right: 10px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #ff1200;
}

.section-10 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #020202;
  box-shadow: inset 0 0 20px 3px #000;
  text-align: center;
}

.button-7 {
  margin-right: 10px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #2d3e4f;
}

.section-11 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #020202;
  box-shadow: inset 0 0 20px 3px #000;
  text-align: center;
}

.button-8 {
  margin-right: 10px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #ff1200;
}

.button-9 {
  margin-right: 10px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #2d3e4f;
}

.section-12 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #020202;
  box-shadow: inset 0 0 20px 3px #000;
  text-align: center;
}

.button-10 {
  margin-right: 10px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #ff1200;
}

.button-11 {
  margin-right: 10px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #2d3e4f;
}

.section-13 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #020202;
  box-shadow: inset 0 0 20px 3px #000;
  text-align: center;
}

.button-12 {
  margin-right: 10px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #ff1200;
}

.button-13 {
  margin-right: 10px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #2d3e4f;
}

.section-14 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #020202;
  box-shadow: inset 0 0 20px 3px #000;
  text-align: center;
}

.button-14 {
  margin-right: 10px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #ff1200;
}

.button-15 {
  margin-right: 10px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #2d3e4f;
}

.section-15 {
  margin-top: -54px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #020202;
  box-shadow: inset 0 0 20px 3px #000;
  text-align: center;
}

.button-16 {
  margin-right: 10px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #ff1200;
}

.button-17 {
  margin-right: 10px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #2d3e4f;
}

.section-16 {
  margin-top: -50px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #020202;
  box-shadow: inset 0 0 20px 3px #000;
  text-align: center;
}

.button-18 {
  margin-right: 10px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #ff1200;
}

.button-19 {
  margin-right: 10px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #2d3e4f;
}

.dropdown-toggle {
  color: #ecf0f1;
}

.dropdown-toggle:hover {
  color: #ecf0f1;
}

.dropdown-list.w--open {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .72)), url('../images/Optimized-carrinha.estores.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .72)), url('../images/Optimized-carrinha.estores.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.dropdown-link {
  color: #ecf0f1;
}

.dropdown-link:hover {
  opacity: 0.15;
  -webkit-perspective: 1108px;
  perspective: 1108px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.dropdown-link-2 {
  color: #ecf0f1;
}

.dropdown-link-2:hover {
  opacity: 0.15;
}

.dropdown-link-3 {
  color: #ecf0f1;
}

.dropdown-link-3:hover {
  opacity: 0.15;
}

.dropdown-toggle-2 {
  color: #ecf0f1;
}

.dropdown-list-2.w--open {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.dropdown-link-4 {
  color: #ecf0f1;
}

.dropdown-link-4:hover {
  opacity: 0.15;
}

.dropdown-link-5 {
  color: #ecf0f1;
}

.dropdown-link-5:hover {
  opacity: 0.15;
}

.dropdown-link-6 {
  color: #ecf0f1;
}

.dropdown-link-6:hover {
  opacity: 0.15;
}

.dropdown-toggle-3 {
  color: #ecf0f1;
}

.dropdown-list-3.w--open {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.dropdown-link-7 {
  color: #ecf0f1;
}

.dropdown-link-7:hover {
  opacity: 0.15;
}

.dropdown-link-8 {
  color: #ecf0f1;
}

.dropdown-link-8:hover {
  opacity: 0.15;
}

.dropdown-link-9 {
  color: #ecf0f1;
}

.dropdown-link-9:hover {
  opacity: 0.15;
}

.dropdown-toggle-4 {
  color: #ecf0f1;
}

.dropdown-list-4.w--open {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.dropdown-link-10 {
  color: #ecf0f1;
}

.dropdown-link-10:hover {
  opacity: 0.15;
}

.dropdown-link-11 {
  color: #ecf0f1;
}

.dropdown-link-11:hover {
  opacity: 0.15;
}

.dropdown-link-12 {
  color: #ecf0f1;
}

.dropdown-link-12:hover {
  opacity: 0.15;
}

.dropdown-toggle-5 {
  color: #ecf0f1;
}

.dropdown-list-5.w--open {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.dropdown-link-13 {
  color: #ecf0f1;
}

.dropdown-link-13:hover {
  opacity: 0.15;
}

.dropdown-link-14 {
  color: #ecf0f1;
}

.dropdown-link-14:hover {
  opacity: 0.15;
}

.dropdown-link-15 {
  color: #ecf0f1;
}

.dropdown-link-15:hover {
  opacity: 0.15;
}

.dropdown-toggle-6 {
  color: #ecf0f1;
}

.dropdown-list-6.w--open {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.dropdown-link-16 {
  color: #ecf0f1;
}

.dropdown-link-16:hover {
  opacity: 0.15;
}

.dropdown-link-17 {
  color: #ecf0f1;
}

.dropdown-link-17:hover {
  opacity: 0.15;
}

.dropdown-link-18 {
  color: #ecf0f1;
}

.dropdown-link-18:hover {
  opacity: 0.15;
}

.dropdown-toggle-7 {
  color: #ecf0f1;
}

.dropdown-list-7.w--open {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.dropdown-link-19 {
  color: #ecf0f1;
}

.dropdown-link-19:hover {
  opacity: 0.15;
}

.dropdown-link-20 {
  color: #ecf0f1;
}

.dropdown-link-20:hover {
  opacity: 0.15;
}

.dropdown-link-21 {
  color: #ecf0f1;
}

.dropdown-link-21:hover {
  opacity: 0.15;
}

.dropdown-toggle-8 {
  color: #ecf0f1;
}

.dropdown-list-8.w--open {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-fotocarrinha.JPG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.dropdown-link-22 {
  color: #ecf0f1;
}

.dropdown-link-22:hover {
  opacity: 0.15;
}

.dropdown-link-23 {
  color: #ecf0f1;
}

.dropdown-link-23:hover {
  opacity: 0.15;
}

.dropdown-link-24 {
  color: #ecf0f1;
}

.dropdown-link-24:hover {
  opacity: 0.15;
}

.paragraph-33 {
  margin-top: -35px;
  padding-right: 22px;
  padding-bottom: 0px;
  padding-left: 22px;
  color: #ecf0f1;
  font-size: 12px;
}

.link-13 {
  color: #49647b;
}

.paragraph-34 {
  margin-top: -35px;
  padding-right: 22px;
  padding-left: 22px;
  color: #ecf0f1;
  font-size: 12px;
}

.link-14 {
  color: #49647b;
}

.paragraph-35 {
  margin-top: -35px;
  padding-right: 22px;
  padding-left: 22px;
  color: #ecf0f1;
  font-size: 12px;
}

.link-15 {
  color: #49647b;
}

.paragraph-36 {
  margin-top: -35px;
  padding-right: 22px;
  padding-left: 22px;
  color: #ecf0f1;
  font-size: 12px;
}

.link-16 {
  color: #49647b;
}

.paragraph-37 {
  margin-top: -35px;
  padding-right: 22px;
  padding-left: 22px;
  color: #ecf0f1;
  font-size: 12px;
}

.link-17 {
  color: #49647b;
}

.paragraph-38 {
  margin-top: -35px;
  padding-right: 22px;
  padding-left: 22px;
  color: #ecf0f1;
  font-size: 12px;
}

.link-18 {
  color: #49647b;
}

.paragraph-39 {
  margin-top: -35px;
  padding-right: 22px;
  padding-left: 22px;
  color: #ecf0f1;
  font-size: 12px;
}

.link-19 {
  color: #49647b;
}

.section-17 {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #020202;
  box-shadow: inset 0 0 50px 5px #000;
}

.image-38 {
  display: block;
  text-align: center;
}

.image-39 {
  margin-bottom: 10px;
}

.image-40 {
  margin-bottom: 7px;
}

.image-41 {
  margin-bottom: 10px;
}

.image-42 {
  margin-bottom: 10px;
}

.image-43 {
  margin-bottom: 10px;
}

.image-44 {
  margin-bottom: 10px;
}

.image-45 {
  margin-bottom: 10px;
}

.image-46 {
  margin-bottom: 10px;
}

.html-embed-2 {
  text-align: center;
}

.container-19 {
  display: inline-block;
  text-align: center;
}

.image-51 {
  margin-top: 20px;
}

.link-block-3 {
  margin-top: -97px;
  float: right;
}

.image-52 {
  margin-bottom: 13px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: inset 0 0 32px 1px #000;
}

.image-53 {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: inset 0 0 32px 1px #000;
  text-shadow: none;
}

.image-54 {
  margin-top: -283px;
  padding-left: 31px;
  float: right;
}

.text-block-9 {
  display: block;
  text-align: right;
}

.container-20 {
  margin-top: 9px;
  text-align: center;
}

.background-video-10 {
  left: 18px;
  display: inline-block;
  width: 400px;
  height: 200px;
  float: left;
  text-align: center;
}

.link-block-4 {
  margin-top: -332px;
  margin-right: 19px;
  float: right;
}

.link-block-5 {
  margin-top: -297px;
  margin-right: 19px;
  float: right;
}

.rich-text-block {
  text-align: left;
}

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.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

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) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    background-color: transparent;
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: transparent;
  }
  .section {
    padding-top: 63px;
  }
  .hero-heading {
    margin-top: 11px;
    margin-bottom: auto;
  }
  .hero-subheading {
    margin-top: auto;
  }
  .section-heading.centered {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: auto;
  }
  .section-subheading.center {
    font-size: 18px;
  }
  .section-title-group {
    margin-top: auto;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    top: 40%;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-link.w--current {
    margin-bottom: 0px;
    color: #ecf0f1;
  }
  .nav-menu {
    margin-top: 9px;
    background-color: #49647b;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/Optimized-carrinha.estores.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/Optimized-carrinha.estores.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    padding-top: 9px;
  }
  .estores {
    max-width: 25%;
    margin-top: auto;
    margin-left: 0px;
  }
  .heading-3 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 50px;
  }
  .container-2 {
    margin-top: 10px;
  }
  .heading-4 {
    margin-top: -56px;
  }
  .image-3 {
    max-width: 80%;
    margin-top: 27px;
  }
  .button-2 {
    font-size: 16px;
  }
  .button-3 {
    font-size: 16px;
  }
  .div-block {
    margin-top: auto;
    margin-bottom: 6px;
  }
  .heading-7 {
    margin-top: auto;
    font-size: 38px;
  }
  .div-block-2 {
    margin-top: auto;
  }
  .heading-9 {
    margin-top: auto;
    font-size: 38px;
  }
  .heading-11 {
    font-size: 38px;
  }
  .heading-13 {
    font-size: 38px;
  }
  .heading-15 {
    font-size: 38px;
  }
  .heading-19 {
    font-size: 38px;
  }
  .heading-21 {
    margin-top: auto;
    font-size: 38px;
  }
  .section-2 {
    height: 1700px;
  }
  .heading-23 {
    font-size: 26px;
  }
  .heading-24 {
    margin-bottom: 41px;
    font-size: 20px;
  }
  .container-10 {
    margin-top: 41px;
  }
  .heading-44 {
    font-size: 38px;
  }
  .div-block-6 {
    margin-top: -10px;
  }
  .inglaterra {
    margin-top: -34px;
  }
  .link-block {
    margin-top: -133px;
  }
  .portugal {
    margin-top: auto;
  }
  .container-11 {
    height: 160px;
    margin-top: 17px;
  }
  .background-video-2 {
    height: 170px;
    max-width: 280px;
  }
  .html-embed {
    margin-top: -172px;
    margin-bottom: 118px;
  }
  .container-13 {
    margin-top: auto;
  }
  .container-14 {
    height: 215px;
    margin-top: auto;
  }
  .background-video-4 {
    height: 230px;
  }
  .container-15 {
    margin-top: auto;
  }
  .text-block-2 {
    color: #bf3a30;
  }
  .dropdown-toggle {
    padding-left: 13px;
    color: #691d24;
  }
  .dropdown-toggle:hover {
    color: #ff1200;
  }
  .dropdown-list {
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .dropdown-list.w--open {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .81)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .81), rgba(0, 0, 0, .81)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .dropdown-link {
    color: #f0f0f0;
  }
  .dropdown-link-2 {
    color: #ecf0f1;
  }
  .dropdown-link-3 {
    color: #f0f0f0;
  }
  .dropdown-link-3.w--current {
    color: #ecf0f1;
  }
  .dropdown-toggle-2 {
    padding-left: 13px;
  }
  .text-block-3 {
    color: #bf3a30;
  }
  .dropdown-list-2 {
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .dropdown-list-2.w--open {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .dropdown-link-4 {
    color: #ecf0f1;
  }
  .dropdown-link-5 {
    color: #ecf0f1;
  }
  .dropdown-link-6 {
    color: #ecf0f1;
  }
  .dropdown-toggle-3 {
    padding-left: 13px;
    color: #ecf0f1;
  }
  .dropdown-list-3 {
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .dropdown-list-3.w--open {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .dropdown-link-7 {
    color: #ecf0f1;
  }
  .dropdown-link-8 {
    color: #ecf0f1;
  }
  .dropdown-link-9 {
    color: #ecf0f1;
  }
  .dropdown-toggle-4 {
    padding-left: 13px;
  }
  .text-block-4 {
    color: #ecf0f1;
  }
  .dropdown-list-4 {
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .dropdown-list-4.w--open {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .dropdown-link-10 {
    color: #ecf0f1;
  }
  .dropdown-link-11 {
    color: #ecf0f1;
  }
  .dropdown-link-12 {
    color: #ecf0f1;
  }
  .dropdown-toggle-5 {
    padding-left: 13px;
  }
  .text-block-5 {
    color: #ecf0f1;
  }
  .dropdown-list-5 {
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .dropdown-list-5.w--open {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .dropdown-link-13 {
    color: #ecf0f1;
  }
  .dropdown-link-14 {
    color: #ecf0f1;
  }
  .dropdown-link-15 {
    color: #ecf0f1;
  }
  .dropdown-toggle-6 {
    padding-left: 13px;
  }
  .text-block-6 {
    color: #ecf0f1;
  }
  .dropdown-list-6 {
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .dropdown-list-6.w--open {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .dropdown-link-16 {
    color: #ecf0f1;
  }
  .dropdown-link-17 {
    color: #ecf0f1;
  }
  .dropdown-link-18 {
    color: #ecf0f1;
  }
  .dropdown-toggle-7 {
    padding-left: 13px;
  }
  .text-block-7 {
    color: #ecf0f1;
  }
  .dropdown-list-7 {
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .dropdown-list-7.w--open {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .dropdown-link-19 {
    color: #ecf0f1;
  }
  .dropdown-link-20 {
    color: #ecf0f1;
  }
  .dropdown-link-21 {
    color: #ecf0f1;
  }
  .dropdown-toggle-8 {
    padding-left: 13px;
  }
  .text-block-8 {
    color: #ecf0f1;
  }
  .dropdown-list-8 {
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .dropdown-list-8.w--open {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Optimized-Optimized-fotocarrinha_mini-1.JPG');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .dropdown-link-22 {
    color: #ecf0f1;
  }
  .dropdown-link-23 {
    color: #ecf0f1;
  }
  .dropdown-link-24 {
    color: #ecf0f1;
  }
  .container-20 {
    margin-top: 20px;
    padding-right: 52px;
    padding-left: 52px;
  }
  .background-video-10 {
    width: 300px;
    height: 200px;
  }
  .link-block-4 {
    margin-top: -290px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.section-gray {
    padding-top: 0px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    margin-top: 9px;
    font-size: 28px;
    line-height: 42px;
  }
  .section-heading.centered {
    margin-top: 20px;
  }
  .section-subheading.center {
    font-size: 16px;
  }
  .form-wrapper.squeezed {
    margin-top: 26px;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .grid-fours {
    width: 33.333%;
  }
  .banner {
    padding-top: 14px;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .estores {
    max-width: 35%;
    margin-top: 0px;
    margin-bottom: auto;
    margin-left: 0px;
  }
  .heading-3 {
    margin-top: auto;
    font-size: 50px;
  }
  .container-2 {
    margin-top: 25px;
  }
  .heading-4 {
    margin-top: -24px;
    padding-top: 3px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 35px;
  }
  .image-3 {
    margin-top: 19px;
  }
  .button-2 {
    font-size: 10px;
  }
  .button-3 {
    font-size: 10px;
  }
  .slider {
    height: 400px;
  }
  .slider-2 {
    height: 400px;
  }
  .slider-3 {
    height: 400px;
  }
  .slider-4 {
    height: 400px;
  }
  .slider-5 {
    height: 400px;
  }
  .slider-6 {
    height: 400px;
  }
  .slider-7 {
    height: 400px;
  }
  .slider-8 {
    height: 400px;
  }
  .div-block {
    margin-top: auto;
    margin-bottom: auto;
  }
  .heading-7 {
    margin-top: auto;
    font-size: 30px;
  }
  .heading-9 {
    font-size: 32px;
    line-height: 40px;
  }
  .heading-11 {
    font-size: 30px;
    line-height: 40px;
  }
  .heading-13 {
    font-size: 34px;
    line-height: 40px;
  }
  .heading-15 {
    font-size: 34px;
    line-height: 40px;
  }
  .heading-19 {
    font-size: 34px;
    line-height: 40px;
  }
  .heading-21 {
    font-size: 34px;
    line-height: 40px;
  }
  .section-2 {
    height: 2250px;
  }
  .container-10 {
    margin-top: 0px;
  }
  .heading-44 {
    font-size: 34px;
    line-height: 40px;
  }
  .portugal {
    margin-top: auto;
  }
  .container-11 {
    height: 150px;
    margin-top: auto;
  }
  .background-video-2 {
    height: 145px;
    max-width: 260px;
  }
  .html-embed {
    margin-top: -159px;
    margin-bottom: 107px;
    margin-left: -51px;
  }
  .background-video-3 {
    width: 300px;
    height: 170px;
  }
  .container-13 {
    margin-top: 8px;
  }
  .container-14 {
    height: 170px;
  }
  .background-video-4 {
    width: 300px;
    height: 170px;
  }
  .container-15 {
    margin-top: 6px;
  }
  .background-video-5 {
    width: 300px;
    height: 170px;
  }
  .background-video-6 {
    width: 300px;
    height: 170px;
  }
  .container-16 {
    margin-top: 10px;
  }
  .background-video-7 {
    width: 300px;
    height: 170px;
  }
  .container-17 {
    margin-top: 10px;
  }
  .background-video-8 {
    width: 300px;
    height: 170px;
  }
  .background-video-9 {
    width: 300px;
    height: 170px;
  }
  .container-18 {
    margin-top: 9px;
  }
  .button-6 {
    font-size: 12px;
  }
  .button-7 {
    font-size: 12px;
  }
  .button-8 {
    font-size: 12px;
  }
  .button-9 {
    font-size: 12px;
  }
  .button-10 {
    font-size: 12px;
  }
  .button-11 {
    font-size: 12px;
  }
  .button-12 {
    font-size: 12px;
  }
  .button-13 {
    font-size: 12px;
  }
  .button-14 {
    font-size: 12px;
  }
  .button-15 {
    font-size: 12px;
  }
  .button-16 {
    font-size: 12px;
  }
  .button-17 {
    font-size: 12px;
  }
  .button-18 {
    font-size: 12px;
  }
  .button-19 {
    font-size: 12px;
  }
  .container-20 {
    margin-top: 12px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .background-video-10 {
    width: 250px;
    height: 150px;
  }
  .link-block-4 {
    margin-top: -323px;
  }
}

@media (max-width: 479px) {
  .section {
    display: block;
    margin-top: 23px;
    margin-bottom: auto;
    padding: 0px;
    clear: none;
    text-align: center;
  }
  .section.section-gray {
    display: block;
    margin-top: 12px;
    padding-top: 0px;
    padding-left: 0px;
  }
  .call-to-action-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .call-to-action-heading {
    font-size: 20px;
  }
  .hero-heading {
    margin-top: auto;
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 28px;
  }
  .hero-subheading {
    margin-top: auto;
    line-height: 22px;
  }
  .hollow-button.white {
    padding-right: 12px;
    padding-left: 12px;
    background-color: #bf3a30;
  }
  .hollow-button.red {
    margin-bottom: 11px;
    border-style: none;
    background-color: #2d3e4f;
  }
  .section-heading.centered {
    margin-top: auto;
    font-size: 24px;
  }
  .section-subheading.center {
    margin-top: 3px;
    padding-top: 0px;
    padding-right: 7px;
    padding-left: 7px;
    color: #000;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
  }
  .section-title-group {
    margin-top: auto;
    padding-right: 8px;
    padding-left: 8px;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .footer.center {
    padding-right: 6px;
    padding-left: 6px;
  }
  .footer-text {
    font-size: 12px;
    line-height: 24px;
  }
  .hero-title-wrapper {
    top: 28%;
    padding-right: 4px;
    padding-left: 4px;
    text-align: center;
  }
  .left-navigation {
    width: 100%;
  }
  .banner {
    margin-bottom: auto;
    padding-top: 20px;
    padding-right: 4px;
    padding-left: 4px;
    text-align: center;
  }
  .column-0-padding {
    margin-bottom: auto;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .estores {
    max-width: 50%;
    margin-top: auto;
  }
  .heading-3 {
    margin-top: auto;
    margin-bottom: auto;
    clear: left;
    font-size: 30px;
  }
  .container-2 {
    margin-bottom: auto;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .heading-4 {
    margin-top: auto;
    font-size: 20px;
  }
  .image-2 {
    margin-right: 5px;
  }
  .container-3 {
    display: inline-block;
    margin-top: auto;
  }
  .image-3 {
    display: inline-block;
    max-width: 100%;
    margin-top: 9px;
    margin-left: auto;
    text-align: center;
  }
  .container-4 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .button-2 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .button-3 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .slider {
    height: 230px;
  }
  .image-4 {
    margin-top: 1px;
  }
  .slider-2 {
    height: 230px;
  }
  .slider-3 {
    height: 230px;
  }
  .slider-4 {
    height: 230px;
    margin-top: 36px;
  }
  .slider-5 {
    height: 230px;
  }
  .slider-6 {
    height: 230px;
  }
  .slider-7 {
    height: 230px;
    margin-top: 8px;
  }
  .slider-8 {
    height: 300px;
  }
  .div-block {
    margin-top: auto;
  }
  .heading-7 {
    padding-bottom: auto;
    font-size: 18px;
    line-height: 24px;
  }
  .heading-9 {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-11 {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-13 {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-15 {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-19 {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-21 {
    font-size: 20px;
    line-height: 30px;
  }
  .section-2 {
    height: 1700px;
    margin-top: 23px;
    padding-top: auto;
  }
  .paragraph-11 {
    padding-right: 21px;
    padding-left: 21px;
  }
  .container-8 {
    height: 1550px;
    margin-top: auto;
    background-color: #020202;
    color: #f0f0f0;
  }
  .section-3 {
    background-color: #020202;
    box-shadow: inset 0 0 37px 5px #000;
  }
  .heading-22 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .heading-23 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .paragraph-12 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .heading-24 {
    padding-left: 6px;
    font-size: 18px;
  }
  .heading-26 {
    color: #ff1200;
  }
  .heading-27 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .heading-28 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .heading-29 {
    padding-left: 12px;
    text-align: left;
  }
  .paragraph-13 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .heading-30 {
    padding-left: 5px;
  }
  .heading-31 {
    color: #ff1200;
  }
  .heading-32 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph-14 {
    padding-right: 12px;
    padding-left: 12px;
    line-height: 22px;
  }
  .paragraph-15 {
    margin-bottom: 0px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .heading-34 {
    color: #ff1200;
  }
  .paragraph-18 {
    margin-top: auto;
    padding-left: 6px;
  }
  .paragraph-20 {
    margin-bottom: -79px;
  }
  .paragraph-21 {
    padding-left: 8px;
  }
  .heading-38 {
    padding-right: 6px;
    padding-left: 8px;
  }
  .paragraph-22 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph-23 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .paragraph-24 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-42 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .container-10 {
    margin-top: 0px;
  }
  .image-8 {
    display: inline-block;
    max-width: 30%;
    margin-top: -319px;
    margin-left: 104px;
    text-align: center;
  }
  .heading-44 {
    font-size: 20px;
    line-height: 30px;
  }
  .link-block {
    margin-top: -178px;
  }
  .link-block-2 {
    margin-right: 19px;
  }
  .portugal {
    margin-top: auto;
  }
  .container-13 {
    margin-top: auto;
  }
  .background-video-4 {
    height: 170px;
  }
  .container-16 {
    margin-top: auto;
  }
  .button-6 {
    margin-bottom: 10px;
  }
  .section-10 {
    background-color: #020202;
    box-shadow: inset 0 0 29px 3px #000;
  }
  .section-11 {
    margin-bottom: 16px;
  }
  .button-8 {
    margin-bottom: 10px;
  }
  .button-10 {
    margin-bottom: 10px;
  }
  .button-12 {
    margin-bottom: 10px;
  }
  .button-14 {
    margin-bottom: 10px;
  }
  .button-16 {
    margin-bottom: 10px;
  }
  .button-18 {
    margin-bottom: 10px;
  }
  .section-18 {
    margin-top: 20px;
    margin-bottom: 13px;
    padding-top: 18px;
    padding-bottom: 20px;
    background-color: #020202;
  }
  .image-14 {
    margin-top: -80px;
  }
  .image-15 {
    margin-top: -46px;
  }
  .image-16 {
    margin-top: -101px;
  }
  .image-17 {
    margin-top: -24px;
  }
  .image-18 {
    margin-top: -158px;
  }
  .image-19 {
    margin-top: -46px;
  }
  .image-20 {
    margin-top: -51px;
  }
  .image-21 {
    margin-top: -13px;
  }
  .image-22 {
    margin-top: auto;
    margin-left: 7px;
    float: left;
  }
  .image-23 {
    margin-top: 5px;
    margin-left: 5px;
    float: left;
  }
  .image-24 {
    margin-top: -6px;
    margin-left: 5px;
    float: left;
  }
  .image-25 {
    margin-top: 8px;
    margin-left: 11px;
    float: left;
  }
  .image-26 {
    margin-left: 8px;
    float: left;
  }
  .image-27 {
    margin-left: 7px;
    float: left;
  }
  .image-28 {
    margin-left: 4px;
    float: left;
  }
  .image-29 {
    margin-top: -9px;
    margin-left: 5px;
    float: left;
  }
  .image-30 {
    margin-left: 8px;
    float: left;
  }
  .image-31 {
    margin-left: 5px;
    float: left;
  }
  .image-32 {
    margin-left: 5px;
    float: left;
  }
  .image-33 {
    margin-left: 12px;
    float: left;
  }
  .image-34 {
    margin-left: 5px;
  }
  .image-35 {
    margin-left: 6px;
  }
  .image-36 {
    margin-left: 7px;
    float: left;
  }
  .image-37 {
    margin-left: 6px;
  }
  .image-47 {
    margin-top: 4px;
    margin-left: 5px;
  }
  .image-48 {
    margin-left: 6px;
  }
  .image-49 {
    margin-top: -8px;
  }
  .image-50 {
    margin-left: 4px;
  }
  .html-embed-2 {
    display: block;
    margin-top: auto;
    padding-left: 40px;
    text-align: center;
  }
  .container-19 {
    display: block;
    text-align: center;
  }
  .image-52 {
    margin-bottom: auto;
  }
  .image-54 {
    margin-top: -292px;
  }
  .container-20 {
    margin-top: 14px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .background-video-10 {
    display: inline-block;
    width: 350px;
    height: 200px;
    margin-left: 0px;
    text-align: center;
  }
  .link-block-4 {
    margin-top: -475px;
  }
  .link-block-5 {
    margin-top: -424px;
  }
}

