body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

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

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

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

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 0px;
  background-color: #f93b1d;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: century-gothic, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: none;
}

.button:hover {
  background-color: #54565a;
}

.button.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-text {
  margin-top: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  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;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13);
}

.nav-link {
  margin-top: 6px;
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link:hover {
  box-shadow: none;
  color: #f83c2b;
}

.nav-link.w--current {
  box-shadow: none;
  color: #f83c2b;
}

.nav-link.current {
  padding-right: 5px;
  padding-left: 5px;
}

.section {
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212127;
  color: rgba(84, 86, 90, 0.2);
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  height: auto;
  margin-top: -70px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #212127;
  color: #e4e8eb;
}

.section.footer.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 39px;
  -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;
  background-color: #fdfffe;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  background-color: #fdfffe;
}

.section.clients {
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #54565a;
}

.section.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 28px;
  font-family: minion-3-display, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: none;
}

.nav-menu {
  padding-right: 1px;
  padding-left: 72px;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  padding-top: 12px;
  text-decoration: none;
}

.brand-link.w--current {
  margin-top: 11px;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 23px;
  font-family: century-gothic, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: none;
}

.section-subtitle {
  width: 30%;
  margin-bottom: 68px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #f83c2b;
  font-family: minion-3-display, sans-serif;
  color: #fdfffe;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.bold-text {
  color: #54565a;
  font-weight: 400;
}

.plan-wrapper {
  min-height: 300px;
  padding: 17px;
  border-radius: 3px;
  background-color: #fff;
  color: #2b2b2b;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  position: relative;
  display: block;
  width: 80%;
  margin-left: 438px;
  clear: none;
  -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;
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  display: block;
  width: 100%;
  margin-bottom: 21px;
  padding-right: 0px;
  padding-left: 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;
  font-family: minion-3-display, sans-serif;
  color: #54565a;
  font-size: 18px;
  line-height: 31px;
  font-style: italic;
  font-weight: 300;
}

.slide-nav {
  display: none;
  color: #54565a;
  font-size: 10px;
}

.person {
  position: static;
  display: inline-block;
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
  text-align: center;
}

.name {
  font-family: century-gothic, sans-serif;
  color: #212127;
  font-size: 11px;
  font-weight: 700;
}

.title {
  font-family: minion-3-display, sans-serif;
  color: #54565a;
  font-size: 16px;
  font-style: italic;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.center-contents {
  text-align: center;
}

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 10%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}

.small-text {
  color: hsla(0, 0%, 100%, 0.31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.dropdown-link {
  padding-bottom: 21px;
  padding-left: 22px;
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dropdown-link:hover {
  color: rgba(253, 255, 254, 0.5);
}

.dropdown-link.w--current {
  color: #f83c2b;
}

.dropdown-link-2 {
  margin-right: 14px;
  padding-left: 22px;
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dropdown-link-2:hover {
  color: rgba(253, 255, 254, 0.5);
}

.dropdown-link-2.w--current {
  color: #f83c2b;
}

.dropdown-link-3 {
  padding-left: 22px;
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dropdown-link-3:hover {
  color: rgba(253, 255, 254, 0.5);
}

.dropdown-link-4 {
  padding-top: 21px;
  padding-left: 22px;
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dropdown-link-4:hover {
  color: rgba(253, 255, 254, 0.5);
}

.dropdown-link-4.w--current {
  color: #f83c2b;
}

.text-block {
  font-family: century-gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.image-2 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.dropdown-toggle {
  margin-top: 12px;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

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

.dropdown-list {
  background-color: #212127;
}

.dropdown-list.w--open {
  margin-top: 7px;
  background-color: #212127;
}

.image-3 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 23px;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container {
  height: auto;
  margin-top: 140px;
  padding-left: 0px;
}

.image-4 {
  margin-top: 17px;
  margin-bottom: 10px;
  opacity: 0;
}

.container-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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-align: left;
}

.row {
  padding-left: 0px;
}

.heading {
  text-align: left;
}

.heading-2 {
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 16px;
}

.paragraph {
  font-family: Bitter, serif;
  color: #54565a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.column-2 {
  margin-top: -40px;
  padding-top: 0px;
}

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

.column-4 {
  position: relative;
}

.row-2 {
  position: relative;
  left: 356px;
  top: -115px;
  width: 30%;
  margin-left: 0px;
  text-align: left;
}

.text-block-2 {
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.text-block-3 {
  font-family: minion-3-display, sans-serif;
  color: #8c8e90;
  font-size: 16px;
  letter-spacing: 1px;
}

.row-2-b {
  position: relative;
  left: 669px;
  top: -292px;
  width: 30%;
  margin-left: 0px;
  text-align: left;
}

.row-2-c {
  position: relative;
  left: 356px;
  top: -75px;
  width: 30%;
  margin-top: 47px;
  margin-left: 0px;
  text-align: left;
}

.row-2-d {
  position: relative;
  left: 669px;
  top: -213px;
  width: 30%;
  margin-left: 0px;
  text-align: left;
}

.container-3 {
  display: -ms-grid;
  display: grid;
  margin-top: 56px;
  margin-bottom: 84px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-3 {
  text-align: left;
}

.section-subtitle-copy {
  width: 100%;
  margin-bottom: 35px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #f83c2b;
  font-family: century-gothic, sans-serif;
  color: #212127;
  font-size: 25px;
  line-height: 35px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.text-block-4 {
  width: 100%;
  margin-top: 0px;
  margin-right: -39px;
  padding-top: 0px;
  padding-right: 144px;
  padding-bottom: 42px;
  font-family: minion-3-display, sans-serif;
  color: #8c8e90;
  font-size: 20px;
  font-style: italic;
}

.text-block-4-copy {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: minion-3-display, sans-serif;
  color: #54565a;
  font-size: 16px;
  font-style: normal;
}

.video-2 {
  position: relative;
  left: 19px;
  top: 0px;
  bottom: 0px;
  width: 50%;
}

.container-4 {
  position: relative;
  left: 166px;
  top: -71px;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-5 {
  padding-left: 200px;
}

.column-6 {
  left: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: -70px;
  margin-bottom: -71px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.video-3 {
  width: 55%;
  height: 200%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-4 {
  font-family: minion-3-display, sans-serif;
  color: #54565a;
  font-size: 20px;
  font-style: italic;
}

.image-5 {
  margin-top: 59px;
  padding-bottom: 16px;
  text-align: left;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2px;
  padding-bottom: 18px;
  -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-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  padding-bottom: 347px;
  -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;
  background-color: rgba(84, 86, 90, 0.2);
  color: rgba(84, 86, 90, 0.2);
}

.section-copy.blue {
  background-color: #e3f3fc;
}

.section-copy.main {
  height: 10%;
  margin-top: 86px;
  padding-top: 33px;
  padding-bottom: 50px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-copy.grey {
  background-color: #f0f0f0;
}

.section-copy.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-copy.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section-copy.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section-copy.purple {
  background-color: #fdfffe;
}

.section-copy.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section-copy.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.text-block-5 {
  position: static;
  display: block;
  width: 120%;
  margin-top: 19px;
  margin-left: -62px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: century-gothic, sans-serif;
  color: #212127;
  font-size: 12px;
  text-align: center;
}

.main-subtitle-copy {
  margin-bottom: 28px;
  font-family: minion-3-display, sans-serif;
  font-size: 30px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
}

.container-6 {
  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;
}

.button-copy {
  display: inline-block;
  width: 265.703125px;
  margin-right: 0px;
  padding: 13px 23px;
  border-radius: 0px;
  background-color: #54565a;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: century-gothic, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: none;
}

.button-copy:hover {
  background-color: #f83c2b;
}

.button-copy.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.button-copy.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button-copy.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.button-2 {
  position: relative;
  top: 49px;
  right: -1200px;
  display: block;
  width: 7%;
  background-color: transparent;
  background-image: url('../images/facebook.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.column-7 {
  position: relative;
  top: -86px;
  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-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-6 {
  position: relative;
  top: 197px;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 181px;
  -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-7 {
  position: static;
  left: -140px;
  top: 389px;
  margin-top: 20px;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-link-2 {
  position: relative;
  left: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-9 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-9 {
  position: static;
  left: -43px;
  display: block;
  height: 88%;
  margin-top: 50px;
  margin-bottom: 18px;
  padding-left: 235px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.slide-2 {
  position: static;
  width: 100%;
  height: 120%;
  margin-top: 36px;
  padding-right: 123px;
  padding-left: 123px;
  text-align: center;
}

.slide-nav-2 {
  position: static;
  margin-top: 83px;
  margin-bottom: -46px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #212127;
}

.container-10 {
  display: block;
  -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;
}

.container-11 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.heading-4-copy {
  font-family: century-gothic, sans-serif;
  color: #212127;
  font-size: 25px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

.section-copy-copy {
  margin-top: -1px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fdfffe;
  color: rgba(84, 86, 90, 0.2);
}

.section-copy-copy.blue {
  background-color: #e3f3fc;
}

.section-copy-copy.main {
  height: 10%;
  margin-top: 86px;
  padding-top: 33px;
  padding-bottom: 50px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-copy-copy.grey {
  background-color: #f0f0f0;
}

.section-copy-copy.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-copy-copy.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section-copy-copy.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section-copy-copy.purple {
  background-color: #fdfffe;
}

.section-copy-copy.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section-copy-copy.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.divider-2 {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider-2.grey {
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, 0.09);
}

.grey-icon-wrapper {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grey-icon-wrapper:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.grey-icon-wrapper.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.big-icon {
  width: 20%;
  background-image: url('../images/lupa.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
}

.heading-5 {
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-5.heading-5-copy {
  margin-bottom: 51px;
  letter-spacing: 0.5px;
}

.grey-icon-wrapper-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grey-icon-wrapper-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.grey-icon-wrapper-copy.push-top {
  display: block;
  width: 156%;
  margin-left: 0px;
  padding-bottom: 39px;
  padding-left: 19px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/00_foto_1.png');
}

.grey-icon-wrapper-copy.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(248, 60, 43, 0.49)), to(rgba(248, 60, 43, 0.49))), url('../images/00_foto_1.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(248, 60, 43, 0.49), rgba(248, 60, 43, 0.49)), url('../images/00_foto_1.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.grey-icon-wrapper-copy2 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grey-icon-wrapper-copy2:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.grey-icon-wrapper-copy2.push-top {
  background-image: url('../images/02_foto.png');
}

.grey-icon-wrapper-copy2.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/02_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/02_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.paragraph-2 {
  font-family: minion-3-display, sans-serif;
  color: rgba(84, 86, 90, 0.5);
  font-style: italic;
}

.paragraph-3 {
  font-family: minion-3-display, sans-serif;
  color: rgba(84, 86, 90, 0.5);
  font-style: italic;
}

.paragraph-4 {
  font-family: minion-3-display, sans-serif;
  color: rgba(84, 86, 90, 0.5);
  font-style: italic;
}

.image-9 {
  position: relative;
  left: 149px;
  top: 105px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
  background-repeat: no-repeat;
}

.image-10 {
  background-image: url('../images/00_foto.png');
  background-position: 50% 50%;
  background-size: 186px;
}

.image-10:hover {
  background-image: url('../images/00_foto.png');
  background-position: 50% 50%;
  background-size: 186px;
}

.lightbox-link-3 {
  background-image: url('../images/00_foto.png');
  background-position: 0px 0px;
  background-size: 186px;
}

.premios1 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios1:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios1.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/trofeu_surf_TBN_1.png');
}

.premios1.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/trofeu_surf_TBN_1.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/trofeu_surf_TBN_1.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.grey-icon-wrapper-copy-copy2 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grey-icon-wrapper-copy-copy2:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.grey-icon-wrapper-copy-copy2.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/00_foto_1.png');
}

.grey-icon-wrapper-copy-copy2.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/00_foto_1.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/00_foto_1.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.form-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0%;
  padding-left: 0%;
  -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;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 3px 0 0 0 transparent;
  font-family: 'Droid Serif', serif;
  color: #dfe8e4;
  font-size: 18px;
  font-style: italic;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #7ec4bd;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, 0.18);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #dfe8e4;
}

.field.large {
  height: 127px;
  font-family: 'Droid Serif', serif;
  color: #dfe8e4;
}

.button-3 {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Vollkorn, serif;
  color: #47474f;
  font-size: 19px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.button-3:hover {
  background-color: #fff;
}

.button-3.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #54565a;
  font-family: 'Droid Serif', serif;
  color: #54565a;
  font-size: 14px;
}

.button-3.form:hover {
  background-color: rgba(84, 86, 90, 0.57);
}

.success-message-2 {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #fdfffe;
  background-color: transparent;
  color: #fdfffe;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.navigation-copy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #212127;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13);
}

.heading-4-copy-copy {
  margin-top: 19px;
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 25px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

.grey-icon-wrapper-copy-copy2-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grey-icon-wrapper-copy-copy2-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.grey-icon-wrapper-copy-copy2-copy.push-top {
  width: 133%;
  margin-bottom: 0px;
  padding-bottom: 298px;
  padding-left: 250px;
  background-image: url('../images/00_foto_1.png');
}

.grey-icon-wrapper-copy-copy2-copy.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/00_foto_1.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/00_foto_1.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.grey-icon-wrapper-copy-copy3 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grey-icon-wrapper-copy-copy3:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.grey-icon-wrapper-copy-copy3.push-top {
  width: 133%;
  margin-bottom: 0px;
  padding-bottom: 299px;
  padding-left: 258px;
  background-image: url('../images/00_foto_1.png');
}

.grey-icon-wrapper-copy-copy3.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/00_foto_1.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/00_foto_1.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

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

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

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

.grey-icon-wrapper-4 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grey-icon-wrapper-4:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.grey-icon-wrapper-4.push-top {
  width: 133%;
  padding-bottom: 299px;
  padding-left: 257px;
  background-image: url('../images/00_foto_1.png');
}

.grey-icon-wrapper-4.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/00_foto_1.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/00_foto_1.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

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

.grey-icon-wrapper-1m {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grey-icon-wrapper-1m:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.grey-icon-wrapper-1m.push-top {
  display: inline-block;
  width: 133%;
  padding-top: 252px;
  padding-bottom: 52px;
  padding-left: 86px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/00_foto_1.png');
}

.grey-icon-wrapper-1m.push-top:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 60, 43, 0.83)), to(rgba(248, 60, 43, 0.83))), url('../images/00_foto_1.png');
  background-image: linear-gradient(180deg, rgba(248, 60, 43, 0.83), rgba(248, 60, 43, 0.83)), url('../images/00_foto_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-5-merchandising {
  position: relative;
  left: -44px;
  width: 100%;
  font-family: century-gothic, sans-serif;
  color: rgba(33, 33, 39, 0);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.heading-5-merchandising:hover {
  color: #fdfffe;
  text-align: left;
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project-row {
  display: block;
  margin-top: 68px;
  background-color: #272832;
}

.project-row.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#a0f), to(#0072f5));
  background-image: linear-gradient(90deg, #a0f, #0072f5);
}

.project-link {
  position: relative;
  display: block;
  width: 25%;
  height: 350px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #fff;
  text-decoration: none;
}

.project-link:hover {
  opacity: 0.5;
}

.project-link.project-1 {
  position: static;
  background-image: url('../images/client_logo_safeguard_properties.png');
}

.project-link.project-5 {
  width: 25%;
  background-image: url('../images/client_logo_safeguard_properties.png');
}

.project-link.project-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-image: url('../images/00_foto_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
}

.project-link.project-4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 60, 43, 0.79)), to(rgba(248, 60, 43, 0.79))), url('../images/00_foto_1.png');
  background-image: linear-gradient(180deg, rgba(248, 60, 43, 0.79), rgba(248, 60, 43, 0.79)), url('../images/00_foto_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.half-width {
  width: 50%;
}

.project-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 11px 19px 13px;
  background-color: transparent;
  color: transparent;
}

.project-wrapper:hover {
  color: #fdfffe;
}

.tag {
  width: 100%;
  height: 3%;
  margin-top: 288px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 39px;
  font-family: 'Droid Serif', serif;
  color: transparent;
  font-size: 14px;
  line-height: 10px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.tag:hover {
  color: #fdfffe;
}

.quarter-width {
  width: 25%;
}

.text-block-6 {
  font-family: minion-3-display, sans-serif;
  color: rgba(253, 255, 254, 0.59);
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
}

.heading-6 {
  font-family: century-gothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-7 {
  font-family: century-gothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-8 {
  display: inline-block;
  font-family: century-gothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.heading-9 {
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 18px;
  font-weight: 700;
}

.nav-menu-2 {
  padding-right: 20px;
  padding-left: 150px;
}

.section-merchandising {
  margin-top: 82px;
  margin-bottom: -7px;
  padding-top: 70px;
  padding-bottom: 43px;
  background-color: #444446;
  color: #54565a;
}

.section-merchandising.blue {
  background-color: #e3f3fc;
}

.section-merchandising.main {
  height: 10%;
  margin-top: 86px;
  padding-top: 33px;
  padding-bottom: 50px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-merchandising.grey {
  background-color: #f0f0f0;
}

.section-merchandising.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-merchandising.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section-merchandising.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section-merchandising.purple {
  background-color: #fdfffe;
}

.section-merchandising.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section-merchandising.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.heading-9-copy {
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 18px;
  font-weight: 700;
}

.heading-9-copy-copy {
  margin-top: -12px;
  margin-bottom: 35px;
  margin-left: -71px;
  font-family: century-gothic, sans-serif;
  color: transparent;
  font-size: 18px;
  font-weight: 700;
}

.heading-9-copy-copy:hover {
  color: #fdfffe;
}

.container-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2px;
  padding-bottom: 18px;
  -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-7 {
  width: 100%;
  height: 100%;
  background-color: #f83c2b;
  background-image: url('../images/00_foto_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: century-gothic, sans-serif;
  color: transparent;
  font-weight: 700;
}

.text-block-7:hover {
  color: #fdfffe;
}

.link-block-2 {
  width: 25%;
  height: 25%;
  padding-bottom: 0px;
  background-image: url('../images/trofeu_surf_TBN.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
}

.link-block-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 60, 43, 0.79)), to(rgba(248, 60, 43, 0.79))), url('../images/00_foto_1.png');
  background-image: linear-gradient(180deg, rgba(248, 60, 43, 0.79), rgba(248, 60, 43, 0.79)), url('../images/00_foto_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.paragraph-5 {
  margin-bottom: 0px;
  padding-top: 73px;
  padding-right: 39px;
  padding-left: 46px;
  font-family: century-gothic, sans-serif;
  color: transparent;
}

.paragraph-5:hover {
  color: #fdfffe;
}

.row-merchandising1 {
  display: block;
  margin-top: 33px;
  -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;
}

.m1 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m1:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.m1.push-top {
  width: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 306px;
  padding-left: 374px;
  background-image: url('../images/00_foto_1.png');
}

.m1.push-top:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 60, 43, 0.7)), to(rgba(248, 60, 43, 0.7))), url('../images/00_foto_1.png');
  background-image: linear-gradient(180deg, rgba(248, 60, 43, 0.7), rgba(248, 60, 43, 0.7)), url('../images/00_foto_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.m2 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m2:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.m2.push-top {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 306px;
  padding-left: 374px;
  background-image: url('../images/00_foto_1.png');
}

.m2.push-top:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 60, 43, 0.7)), to(rgba(248, 60, 43, 0.7))), url('../images/00_foto_1.png');
  background-image: linear-gradient(180deg, rgba(248, 60, 43, 0.7), rgba(248, 60, 43, 0.7)), url('../images/00_foto_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.m3 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m3:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.m3.push-top {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 306px;
  padding-left: 374px;
  background-image: url('../images/00_foto_1.png');
}

.m3.push-top:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 60, 43, 0.7)), to(rgba(248, 60, 43, 0.7))), url('../images/00_foto_1.png');
  background-image: linear-gradient(180deg, rgba(248, 60, 43, 0.7), rgba(248, 60, 43, 0.7)), url('../images/00_foto_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

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

.m4 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m4:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.m4.push-top {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 306px;
  padding-left: 374px;
  background-image: url('../images/00_foto_1.png');
}

.m4.push-top:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 60, 43, 0.7)), to(rgba(248, 60, 43, 0.7))), url('../images/00_foto_1.png');
  background-image: linear-gradient(180deg, rgba(248, 60, 43, 0.7), rgba(248, 60, 43, 0.7)), url('../images/00_foto_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.bold-text-2 {
  color: #f83c2b;
}

.heading-5-copy {
  overflow: visible;
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.paragraph-2-copy {
  font-family: minion-3-display, sans-serif;
  color: rgba(253, 255, 254, 0.5);
  font-style: italic;
}

.paragraph-3-copy {
  font-family: minion-3-display, sans-serif;
  color: rgba(253, 255, 254, 0.5);
  font-style: italic;
}

.paragraph-4-copy {
  font-family: minion-3-display, sans-serif;
  color: rgba(253, 255, 254, 0.5);
  font-style: italic;
}

.link-block-3 {
  display: block;
  width: 100%;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.heading-10 {
  font-family: century-gothic, sans-serif;
  color: #dfe8e4;
  font-size: 14px;
  font-weight: 700;
}

.paragraph-6 {
  font-family: minion-3-display, sans-serif;
  color: #8c8e90;
  font-weight: 400;
  letter-spacing: 1px;
}

.div-block-2 {
  width: 300%;
  margin-right: 53px;
}

.mask {
  position: static;
  overflow: visible;
  height: 120%;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.heading-premios {
  display: inline-block;
  margin-top: 186px;
  margin-bottom: 0px;
  font-family: century-gothic, sans-serif;
  color: transparent;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-premios:hover {
  color: #fdfffe;
}

.grey-icon-wrapper-copy-copy-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grey-icon-wrapper-copy-copy-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.grey-icon-wrapper-copy-copy-copy.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/00_foto_1.png');
}

.grey-icon-wrapper-copy-copy-copy.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/00_foto_1.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/00_foto_1.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios2 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios2:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios2.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/trofeu_TC_TBN_1.png');
}

.premios2.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/trofeu_TC_TBN_1.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/trofeu_TC_TBN_1.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios3 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios3:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios3.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/medalha_ANDEBOL2003_TBN.png');
}

.premios3.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/medalha_ANDEBOL2003_TBN.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/medalha_ANDEBOL2003_TBN.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.columns {
  margin-top: 45px;
}

.premios4 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios4:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios4.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/trofeu_TC_TBN_3.png');
}

.premios4.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/trofeu_TC_TBN_3.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/trofeu_TC_TBN_3.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios5 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios5:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios5.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/trofeu_TC_tbn_2.png');
}

.premios5.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/trofeu_TC_tbn_2.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/trofeu_TC_tbn_2.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios6 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios6:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios6.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/medalha_cers_TBN.png');
}

.premios6.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/medalha_cers_TBN.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/medalha_cers_TBN.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios7 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios7:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios7.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/medalha_MS_tbn2b.png');
}

.premios7.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/medalha_MS_tbn2b.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/medalha_MS_tbn2b.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios8 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios8:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios8.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/medalha_MS_GR_tbn3.png');
}

.premios8.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/medalha_MS_GR_tbn3.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/medalha_MS_GR_tbn3.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios9 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios9:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios9.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/medalha_MS_TB_1b.png');
}

.premios9.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/medalha_MS_TB_1b.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/medalha_MS_TB_1b.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios10 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios10:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios10.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/medalha_MS_GR_TBNfita.png');
}

.premios10.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/medalha_MS_GR_TBNfita.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/medalha_MS_GR_TBNfita.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios11 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios11:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios11.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/trofeu_TC_tbn.png');
}

.premios11.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/trofeu_TC_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/trofeu_TC_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios12 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios12:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios12.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/TAP_TBN.png');
}

.premios12.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/TAP_TBN.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/TAP_TBN.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.gravacao1 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gravacao1:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.gravacao1.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/GRAVACAO_LivingTribes_GR_tbn.png');
}

.gravacao1.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/GRAVACAO_LivingTribes_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/GRAVACAO_LivingTribes_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.gravacao2 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gravacao2:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.gravacao2.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/GRAVACAO_CxEsgrima_GR_tbn.png');
}

.gravacao2.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/GRAVACAO_CxEsgrima_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/GRAVACAO_CxEsgrima_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.gravacao3 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gravacao3:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.gravacao3.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/GRAVACAO_CxBHFC_GR_tbn.png');
}

.gravacao3.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/GRAVACAO_CxBHFC_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/GRAVACAO_CxBHFC_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.merchandising1 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.merchandising1:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.merchandising1.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/trofeu_TC_GR_3.png');
}

.merchandising1.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/trofeu_TC_GR_3.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/trofeu_TC_GR_3.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.merchandising2 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.merchandising2:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.merchandising2.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/TAP_TBN.png');
}

.merchandising2.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/TAP_TBN.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/TAP_TBN.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.merchandising3 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.merchandising3:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.merchandising3.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/medalha_MS_GR_TBNfita.png');
}

.merchandising3.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/medalha_MS_GR_TBNfita.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/medalha_MS_GR_TBNfita.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica1 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sinaletica1:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica1.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/trofeu_TC_GR_3.png');
}

.sinaletica1.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/trofeu_TC_GR_3.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/trofeu_TC_GR_3.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica2 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sinaletica2:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica2.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/TAP_TBN.png');
}

.sinaletica2.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/TAP_TBN.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/TAP_TBN.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica3 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sinaletica3:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica3.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/medalha_MS_GR_TBNfita.png');
}

.sinaletica3.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/medalha_MS_GR_TBNfita.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/medalha_MS_GR_TBNfita.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.contactos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  margin-bottom: 84px;
  -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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contactos-title {
  width: 60%;
  margin-bottom: 66px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #f83c2b;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 20px;
  line-height: 22px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.premios13 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios13:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios13.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/trofeuDE_TB.png');
}

.premios13.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/trofeuDE_TB.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/trofeuDE_TB.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios14 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios14:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios14.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/federacaoGR.png');
}

.premios14.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/federacaoTB.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/federacaoTB.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios15 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios15:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios15.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/MEDALHA_FPA_GR_tbn.png');
}

.premios15.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/MEDALHA_FPA_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/MEDALHA_FPA_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios16 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios16:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios16.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/triathlonTB.png');
}

.premios16.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/triathlonTB.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/triathlonTB.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios17 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios17:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios17.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/MEDALHA_DE_GR_tbn.png');
}

.premios17.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/MEDALHA_DE_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/MEDALHA_DE_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

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

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.merchandising1a {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.merchandising1a:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.merchandising1a.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/MERCHANDISING_EGEO03_GR_tbn.png');
}

.merchandising1a.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/MERCHANDISING_EGEO03_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/MERCHANDISING_EGEO03_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.merchandising2a {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.merchandising2a:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.merchandising2a.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/MERCHANDISING_EGEO01_GR_tbn.png');
}

.merchandising2a.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/MERCHANDISING_EGEO01_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/MERCHANDISING_EGEO01_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.merchandising3a {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.merchandising3a:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.merchandising3a.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/MERCHANDISING_EGEO02_GR_tbn.png');
}

.merchandising3a.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/MERCHANDISING_EGEO02_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/MERCHANDISING_EGEO02_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica1a {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sinaletica1a:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica1a.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/SINAL_heineken_GR_tbn.png');
}

.sinaletica1a.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/SINAL_heineken_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/SINAL_heineken_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica2a {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sinaletica2a:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica2a.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/SINAL_banania_GR_tbn.png');
}

.sinaletica2a.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/SINAL_banania_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/SINAL_banania_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica3a {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sinaletica3a:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica3a.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/SINAL_numero6_GR_tbn.png');
}

.sinaletica3a.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/SINAL_numero6_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/SINAL_numero6_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.nav-link-copy {
  margin-top: 6px;
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link-copy:hover {
  box-shadow: none;
  color: #f83c2b;
}

.nav-link-copy.w--current {
  box-shadow: none;
  color: #f83c2b;
}

.nav-link-copy.current {
  padding-right: 5px;
  padding-left: 5px;
}

.container-11-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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.premios18 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios18:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios18.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/rollersTB.png');
}

.premios18.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/rollersTB.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/rollersTB.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios19 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios19:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios19.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/federacaoGR.png');
}

.premios19.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/federacaoTB.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/federacaoTB.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios20 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios20:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios20.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/triathlonTB.png');
}

.premios20.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/triathlonTB.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/triathlonTB.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios-20 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios-20:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios-20.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/TROFEU_Playstation_GR_tbn.png');
}

.premios-20.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/TROFEU_Playstation_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/TROFEU_Playstation_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios21 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios21:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios21.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/MEDALHA_inatel_GR_tbn.png');
}

.premios21.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/MEDALHA_inatel_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/MEDALHA_inatel_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios22 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios22:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios22.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/TROFEU_inatel_GR_tbn.png');
}

.premios22.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/TROFEU_inatel_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/TROFEU_inatel_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.gravacao-4 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gravacao-4:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.gravacao-4.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/PIN_BHFC_GR_tbn.png');
}

.gravacao-4.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/PIN_BHFC_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/PIN_BHFC_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.gravacao-5 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gravacao-5:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.gravacao-5.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/trofeu_TC_tbn.png');
}

.gravacao-5.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/trofeu_TC_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/trofeu_TC_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.gravacao-6 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gravacao-6:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.gravacao-6.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/3D_peixe_GR_tbn.png');
}

.gravacao-6.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/3D_peixe_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/3D_peixe_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.column-25 {
  margin-bottom: 24px;
}

.sinaletica-3 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sinaletica-3:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica-3.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/SINAL_N_GR_tbn.png');
}

.sinaletica-3.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/SINAL_N_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/SINAL_N_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica-5 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sinaletica-5:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica-5.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/comemoracao_centenario_TBN.png');
}

.sinaletica-5.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/comemoracao_centenario_TBN.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/comemoracao_centenario_TBN.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica-6 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sinaletica-6:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica-6.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/SINAL_cartaxo_GR_tbn.png');
}

.sinaletica-6.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/SINAL_cartaxo_GR_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/SINAL_cartaxo_GR_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.column-26 {
  margin-bottom: 46px;
}

.image-5-copy {
  margin-top: 59px;
  padding-bottom: 16px;
  text-align: left;
}

.image-5-copy2 {
  margin-top: 59px;
  padding-bottom: 16px;
  text-align: left;
}

.image-5-copy4 {
  margin-top: 59px;
  padding-bottom: 16px;
  text-align: left;
}

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

.slide-nav-3 {
  bottom: -69px;
}

.slide-3 {
  left: 0px;
  top: 0px;
  right: 0px;
}

.slider-3 {
  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;
}

.mask-2 {
  position: static;
  overflow: visible;
  height: 120%;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.slide-4 {
  position: static;
  width: 100%;
  height: 120%;
  margin-top: 36px;
  text-align: center;
}

.person-2 {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
  text-align: center;
}

.testimony-text-2 {
  width: 100%;
  margin-bottom: 21px;
  padding-right: 150px;
  padding-left: 150px;
  font-family: minion-3-display, sans-serif;
  color: #54565a;
  font-size: 18px;
  line-height: 31px;
  font-style: italic;
  font-weight: 300;
}

.name-2 {
  font-family: century-gothic, sans-serif;
  color: #212127;
  font-size: 11px;
  font-weight: 700;
}

.title-2 {
  font-family: minion-3-display, sans-serif;
  color: #54565a;
  font-size: 16px;
  font-style: italic;
}

.slide-nav-4 {
  position: relative;
  top: 208px;
  margin-top: 72px;
  margin-bottom: -46px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #212127;
}

.navigation-copy-contctos {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  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;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13);
}

.navbar {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #fff;
}

.logo-img {
  margin-right: 18px;
  float: left;
}

.logo-title {
  margin-top: 13px;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link-2 {
  margin-top: 23px;
  margin-left: 34px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link-2:hover {
  border-bottom-color: #7ec4bd;
}

.nav-link-3 {
  margin-top: 6px;
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link-3:hover {
  box-shadow: none;
  color: #f83c2b;
}

.nav-link-3.w--current {
  box-shadow: none;
  color: #f83c2b;
}

.nav-link-3.current {
  padding-right: 5px;
  padding-left: 5px;
}

.image-14 {
  padding-top: 11px;
  padding-bottom: 11px;
}

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

.dropdown-list-2.w--open {
  top: 79px;
  margin-top: 12px;
  background-color: #212127;
}

.brand-link-2 {
  padding-top: 12px;
  text-decoration: none;
}

.brand-link-2.w--current {
  margin-top: 11px;
}

.dropdown-link-5 {
  margin-right: 14px;
  padding-left: 22px;
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dropdown-link-5:hover {
  color: rgba(253, 255, 254, 0.5);
}

.dropdown-link-5.w--current {
  color: #f83c2b;
}

.dropdown-link-6 {
  padding-left: 22px;
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dropdown-link-6:hover {
  color: rgba(253, 255, 254, 0.5);
}

.nav-menu-4 {
  padding-right: 1px;
  padding-left: 72px;
}

.link-block-4 {
  text-align: right;
}

.dropdown-link-7 {
  padding-top: 21px;
  padding-left: 22px;
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dropdown-link-7:hover {
  color: rgba(253, 255, 254, 0.5);
}

.dropdown-link-7.w--current {
  color: #f83c2b;
}

.dropdown-link-8 {
  padding-bottom: 21px;
  padding-left: 22px;
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dropdown-link-8:hover {
  color: rgba(253, 255, 254, 0.5);
}

.dropdown-link-8.w--current {
  color: #f83c2b;
}

.dropdown-toggle-2 {
  margin-top: 12px;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dropdown-toggle-2:hover {
  color: #f83c2b;
}

.slide-4b {
  position: static;
  width: 100%;
  height: 120%;
  margin-top: 36px;
  text-align: center;
}

.slide-4c {
  position: static;
  width: 100%;
  height: 120%;
  margin-top: 36px;
  text-align: center;
}

.paragraph-7 {
  font-family: century-gothic, sans-serif;
  color: #fdfffe;
}

.heading-11 {
  font-family: century-gothic, sans-serif;
  color: #8c8e90;
}

.paragraph-8 {
  color: #54565a;
}

.cookies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  margin-bottom: 84px;
  -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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.section-heading-fabrico.centered {
  margin-top: 55px;
  margin-bottom: 9px;
  font-family: century-gothic, sans-serif;
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.paragraph-9 {
  margin-top: 18px;
  margin-bottom: 69px;
  padding-right: 200px;
  padding-left: 200px;
  font-family: century-gothic, sans-serif;
  color: #676770;
  font-style: normal;
  text-align: center;
}

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

.section-cookies {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fdfffe;
  color: rgba(84, 86, 90, 0.2);
}

.section-cookies.blue {
  background-color: #e3f3fc;
}

.section-cookies.main {
  height: 10%;
  margin-top: 86px;
  padding-top: 33px;
  padding-bottom: 50px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-cookies.grey {
  background-color: #f0f0f0;
}

.section-cookies.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-cookies.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #212127;
  color: #e4e8eb;
}

.section-cookies.footer.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 19px;
  padding-bottom: 39px;
  -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;
  background-color: #fdfffe;
  color: #939596;
  font-size: 14px;
}

.section-cookies.purple {
  background-color: #fdfffe;
}

.section-cookies.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #54565a;
}

.section-cookies.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.text-span {
  font-size: 20px;
}

.bold-text-4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

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

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

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

.text-block-8 {
  margin-top: 26px;
}

.text-block-9 {
  margin-top: 19px;
}

.button-4 {
  position: relative;
  left: -116px;
  top: 15px;
  right: 41px;
  background-color: transparent;
  color: #8c8e90;
  font-size: 12px;
}

.button-4-copy {
  position: relative;
  left: 103px;
  top: -24px;
  right: 41px;
  background-color: transparent;
  color: #8c8e90;
  font-size: 12px;
}

.section-3 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212127;
  color: rgba(84, 86, 90, 0.2);
}

.section-3.blue {
  background-color: #e3f3fc;
}

.section-3.main {
  height: 10%;
  margin-top: 86px;
  padding-top: 33px;
  padding-bottom: 50px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-3.grey {
  background-color: #f0f0f0;
}

.section-3.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-3.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #212127;
  color: #e4e8eb;
}

.section-3.footer.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 19px;
  padding-bottom: 39px;
  -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;
  background-color: #fdfffe;
  color: #939596;
  font-size: 14px;
}

.section-3.purple {
  background-color: #fdfffe;
}

.section-3.clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fdfffe;
}

.section-3.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.premios23 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios23:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios23.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/Padel_TBN.png');
  background-size: cover;
}

.premios23.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/Padel_TBN.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/Padel_TBN.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios24 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios24:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios24.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-color: #202020;
  background-image: url('../images/trofeu_CNBTT_tbn.png');
  background-size: cover;
}

.premios24.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.1)), to(rgba(253, 255, 254, 0.1))), url('../images/trofeu_CNBTT_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.1), rgba(253, 255, 254, 0.1)), url('../images/trofeu_CNBTT_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios25 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios25:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios25.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-color: #202020;
  background-image: url('../images/trofeu_CNS13_tbn.png');
  background-size: cover;
}

.premios25.push-top:hover {
  background-color: #202020;
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.1)), to(rgba(253, 255, 254, 0.1))), url('../images/trofeu_CNS13_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.1), rgba(253, 255, 254, 0.1)), url('../images/trofeu_CNS13_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios23-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios23-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios23-copy.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/triatlo_medalha_tbn.png');
  background-size: cover;
}

.premios23-copy.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/triatlo_medalha_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/triatlo_medalha_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios24-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios24-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios24-copy.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-color: #202020;
  background-image: url('../images/triatlo_tbn.png');
  background-size: cover;
}

.premios24-copy.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.1)), to(rgba(253, 255, 254, 0.1))), url('../images/triatlo_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.1), rgba(253, 255, 254, 0.1)), url('../images/triatlo_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios25-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios25-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios25-copy.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-color: #202020;
  background-image: url('../images/edp_tbn.png');
  background-size: cover;
}

.premios25-copy.push-top:hover {
  background-color: #202020;
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.1)), to(rgba(253, 255, 254, 0.1))), url('../images/edp_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.1), rgba(253, 255, 254, 0.1)), url('../images/edp_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.link {
  margin-top: 16px;
  color: #54565a;
  font-size: 12px;
}

.link:hover {
  color: #8c8e90;
}

.link-block-6 {
  width: 150px;
  height: 75px;
  background-image: url('../images/2020.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.link-block-6:hover {
  opacity: 0.69;
}

.premios25-copy-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios25-copy-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios25-copy-copy.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-color: #202020;
  background-image: url('../images/qmcasa_TBN.png');
  background-size: cover;
}

.premios25-copy-copy.push-top:hover {
  background-color: #202020;
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.1)), to(rgba(253, 255, 254, 0.1))), url('../images/qmcasa_TBN.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.1), rgba(253, 255, 254, 0.1)), url('../images/qmcasa_TBN.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios24-copy-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios24-copy-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios24-copy-copy.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-color: #202020;
  background-image: url('../images/gala_desporto_TBN.png');
  background-size: cover;
}

.premios24-copy-copy.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.1)), to(rgba(253, 255, 254, 0.1))), url('../images/gala_desporto_TBN.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.1), rgba(253, 255, 254, 0.1)), url('../images/gala_desporto_TBN.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica1a-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sinaletica1a-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica1a-copy.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/sinaletica_camara_aveirasTBN.png');
}

.sinaletica1a-copy.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/sinaletica_camara_aveirasTBN.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/sinaletica_camara_aveirasTBN.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.protecao {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.protecao:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.protecao.push-top {
  width: 133%;
  height: 89%;
  padding-top: 169px;
  padding-bottom: 256px;
  padding-left: 225px;
  background-color: #202020;
  background-image: url('../images/viseira_protecao.png');
  background-size: cover;
}

.protecao.push-top:hover {
  background-color: #202020;
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.1)), to(rgba(253, 255, 254, 0.1))), url('../images/viseira_protecao.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.1), rgba(253, 255, 254, 0.1)), url('../images/viseira_protecao.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.protecao1 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.protecao1:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.protecao1.push-top {
  display: block;
  width: auto;
  height: 89%;
  padding-top: 168px;
  padding-bottom: 256px;
  padding-left: 225px;
  background-color: #202020;
  background-image: url('../images/oculos_protecao.png');
  background-size: cover;
}

.protecao1.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.1)), to(rgba(253, 255, 254, 0.1))), url('../images/oculos_protecao.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.1), rgba(253, 255, 254, 0.1)), url('../images/oculos_protecao.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.protecao2 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.protecao2:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.protecao2.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/triatlo_medalha_tbn.png');
  background-size: cover;
}

.protecao2.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/triatlo_medalha_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/triatlo_medalha_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.protecao3 {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.protecao3:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.protecao3.push-top {
  width: auto;
  padding-bottom: 256px;
  padding-left: 225px;
  background-color: #202020;
  background-image: url('../images/trofeu_CNS13_tbn.png');
  background-size: cover;
}

.protecao3.push-top:hover {
  background-color: #202020;
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.1)), to(rgba(253, 255, 254, 0.1))), url('../images/trofeu_CNS13_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.1), rgba(253, 255, 254, 0.1)), url('../images/trofeu_CNS13_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.column-31 {
  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-align: center;
}

.lightbox-link-6 {
  text-align: center;
}

.column-32 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.lightbox-link-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link-8 {
  display: block;
}

.columns-2-copy {
  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;
}

.columns-p2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.protecao-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.protecao-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.protecao-copy.push-top {
  width: 133%;
  height: 89%;
  padding-top: 169px;
  padding-bottom: 256px;
  padding-left: 225px;
  background-color: #202020;
  background-image: url('../images/vitrines_protecao.png');
  background-size: cover;
}

.protecao-copy.push-top:hover {
  background-color: #202020;
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.1)), to(rgba(253, 255, 254, 0.1))), url('../images/vitrines_protecao.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.1), rgba(253, 255, 254, 0.1)), url('../images/vitrines_protecao.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.protecao1-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.protecao1-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.protecao1-copy.push-top {
  display: block;
  width: auto;
  height: 89%;
  padding-top: 168px;
  padding-bottom: 256px;
  padding-left: 225px;
  background-color: #202020;
  background-image: url('../images/divisoria_protecao_automovel.png');
  background-size: cover;
}

.protecao1-copy.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.1)), to(rgba(253, 255, 254, 0.1))), url('../images/divisoria_protecao_automovel.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.1), rgba(253, 255, 254, 0.1)), url('../images/divisoria_protecao_automovel.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.column-22-copy {
  text-align: center;
}

.slider-4 {
  height: auto;
  margin-top: 94px;
}

.slide-5 {
  height: auto;
  padding-bottom: 0px;
  background-color: #54565a;
}

.main-subtitle-copy {
  margin-bottom: 28px;
  font-family: minion-3-display, sans-serif;
  font-size: 30px;
  line-height: 22px;
  font-style: italic;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: none;
}

.image-17 {
  margin-top: 67px;
}

.section-4 {
  height: 650px;
  margin-top: -4px;
  padding-top: 52px;
  background-image: url('../images/OCULOS1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-copy {
  height: auto;
  padding-bottom: 0px;
  background-color: #54565a;
}

.section-4-copy {
  height: 658px;
  margin-top: -4px;
  padding-top: 52px;
  background-image: url('../images/viseira_protecao.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-copy-copy {
  height: auto;
  padding-bottom: 0px;
  background-color: #54565a;
}

.slide-5-copy-copy-copy {
  height: auto;
  padding-bottom: 0px;
  background-color: #54565a;
}

.main-heading-copy {
  margin-top: 0px;
  margin-bottom: 23px;
  font-family: century-gothic, sans-serif;
  color: #202020;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: none;
}

.main-heading-copy {
  margin-top: 0px;
  margin-bottom: 23px;
  font-family: century-gothic, sans-serif;
  color: #202020;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: none;
}

.section-4-copy-copy {
  height: 658px;
  margin-top: -4px;
  padding-top: 52px;
  background-image: url('../images/vitrine_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-heading-copy {
  margin-top: 0px;
  margin-bottom: 23px;
  font-family: century-gothic, sans-serif;
  color: #202020;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: none;
}

.section-4-copy-copy {
  height: 658px;
  margin-top: -4px;
  padding-top: 52px;
  background-image: url('../images/viseira_protecao.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-4-copy-copy-copy {
  height: 658px;
  margin-top: -4px;
  padding-top: 52px;
  background-image: url('../images/vitrine_5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-4-copy-copy {
  height: 658px;
  margin-top: -4px;
  padding-top: 52px;
  background-image: url('../images/viseira_protecao.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-4-copy-copy-copy {
  height: 658px;
  margin-top: -4px;
  padding-top: 52px;
  background-image: url('../images/viseira_protecao.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-4-copy-copy-copy-copy {
  height: 658px;
  margin-top: -4px;
  padding-top: 52px;
  background-image: url('../images/AUTOMOVEL1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-subtitle-copy-copy {
  margin-bottom: 28px;
  font-family: minion-3-display, sans-serif;
  color: #54565a;
  font-size: 30px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: none;
}

.section-4-copy-copy-copy {
  height: 658px;
  margin-top: -4px;
  padding-top: 52px;
  background-image: url('../images/home_fixacao2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-4-copy-copy-copy-copy {
  height: 658px;
  margin-top: -4px;
  padding-top: 52px;
  background-image: url('../images/vitrine_5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-4-copy-copy-copy-copy-copy {
  height: 658px;
  margin-top: -4px;
  padding-top: 52px;
  background-image: url('../images/AUTOMOVEL1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-5 {
  opacity: 0;
}

.icon-6 {
  opacity: 0;
}

.contactos-title-copy {
  width: 60%;
  margin-bottom: -5px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #f83c2b;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.link-2 {
  color: #8c8e90;
}

.mask-3 {
  height: 650px;
}

.section-copy {
  margin-top: -24px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212127;
  color: rgba(84, 86, 90, 0.2);
}

.section-copy.blue {
  background-color: #e3f3fc;
}

.section-copy.main {
  height: auto;
  margin-top: -70px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-copy.grey {
  background-color: #f0f0f0;
}

.section-copy.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-copy.footer {
  margin-top: -12px;
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #54565a;
  color: #e4e8eb;
}

.section-copy.footer.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 39px;
  -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;
  background-color: #fdfffe;
  color: #939596;
  font-size: 14px;
}

.section-copy.purple {
  background-color: #fdfffe;
}

.section-copy.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #54565a;
}

.section-copy.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.section-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  padding-top: 1px;
  padding-bottom: 347px;
  -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;
  background-color: rgba(84, 86, 90, 0.2);
  color: rgba(84, 86, 90, 0.2);
}

.section-copy-copy.blue {
  background-color: #e3f3fc;
}

.section-copy-copy.main {
  height: 10%;
  margin-top: 86px;
  padding-top: 33px;
  padding-bottom: 50px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-copy-copy.grey {
  background-color: #f0f0f0;
}

.section-copy-copy.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-copy-copy.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section-copy-copy.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section-copy-copy.purple {
  background-color: #fdfffe;
}

.section-copy-copy.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section-copy-copy.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.section-home1 {
  margin-top: -3px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212127;
  color: rgba(84, 86, 90, 0.2);
}

.section-home1.blue {
  background-color: #e3f3fc;
}

.section-home1.main {
  height: auto;
  margin-top: -70px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-home1.grey {
  background-color: #f0f0f0;
}

.section-home1.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-home1.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #212127;
  color: #e4e8eb;
}

.section-home1.footer.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 39px;
  -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;
  background-color: #fdfffe;
  color: #939596;
  font-size: 14px;
}

.section-home1.purple {
  background-color: #fdfffe;
}

.section-home1.clients {
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #54565a;
}

.section-home1.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.section-copy {
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212127;
  color: rgba(84, 86, 90, 0.2);
}

.section-copy.blue {
  background-color: #e3f3fc;
}

.section-copy.main {
  height: auto;
  margin-top: -70px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-copy.grey {
  background-color: #f0f0f0;
}

.section-copy.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-copy.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #212127;
  color: #e4e8eb;
}

.section-copy.footer.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 39px;
  -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;
  background-color: #fdfffe;
  color: #939596;
  font-size: 14px;
}

.section-copy.purple {
  background-color: #fdfffe;
}

.section-copy.clients {
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #54565a;
}

.section-copy.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.section-copy {
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212127;
  color: rgba(84, 86, 90, 0.2);
}

.section-copy.blue {
  background-color: #e3f3fc;
}

.section-copy.main {
  height: auto;
  margin-top: -70px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-copy.grey {
  background-color: #f0f0f0;
}

.section-copy.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-copy.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #212127;
  color: #e4e8eb;
}

.section-copy.footer.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 39px;
  -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;
  background-color: #fdfffe;
  color: #939596;
  font-size: 14px;
}

.section-copy.purple {
  background-color: #fdfffe;
}

.section-copy.clients {
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #54565a;
}

.section-copy.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.section-copy {
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212127;
  color: rgba(84, 86, 90, 0.2);
}

.section-copy.blue {
  background-color: #e3f3fc;
}

.section-copy.main {
  height: auto;
  margin-top: -70px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-copy.grey {
  background-color: #f0f0f0;
}

.section-copy.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-copy.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #212127;
  color: #e4e8eb;
}

.section-copy.footer.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 39px;
  -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;
  background-color: #fdfffe;
  color: #939596;
  font-size: 14px;
}

.section-copy.purple {
  background-color: #fdfffe;
}

.section-copy.clients {
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #54565a;
}

.section-copy.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.section-copy {
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212127;
  color: rgba(84, 86, 90, 0.2);
}

.section-copy.blue {
  background-color: #e3f3fc;
}

.section-copy.main {
  height: auto;
  margin-top: -70px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-copy.grey {
  background-color: #f0f0f0;
}

.section-copy.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-copy.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #212127;
  color: #e4e8eb;
}

.section-copy.footer.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 39px;
  -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;
  background-color: #fdfffe;
  color: #939596;
  font-size: 14px;
}

.section-copy.purple {
  background-color: #fdfffe;
}

.section-copy.clients {
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #54565a;
}

.section-copy.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.section-copy {
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212127;
  color: rgba(84, 86, 90, 0.2);
}

.section-copy.blue {
  background-color: #e3f3fc;
}

.section-copy.main {
  height: auto;
  margin-top: -70px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-copy.grey {
  background-color: #f0f0f0;
}

.section-copy.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-copy.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #212127;
  color: #e4e8eb;
}

.section-copy.footer.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 39px;
  -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;
  background-color: #fdfffe;
  color: #939596;
  font-size: 14px;
}

.section-copy.purple {
  background-color: #fdfffe;
}

.section-copy.clients {
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #54565a;
}

.section-copy.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.sinaletica-3-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sinaletica-3-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sinaletica-3-copy.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/fixacao_tbn.jpg');
}

.sinaletica-3-copy.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/fixacao_tbn.jpg');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/fixacao_tbn.jpg');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.newsletter {
  display: inline-block;
  width: 265.703125px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 13px 23px;
  border-radius: 0px;
  background-color: #f93b1d;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: century-gothic, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: none;
}

.newsletter:hover {
  background-color: #54565a;
}

.newsletter.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.newsletter.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.newsletter.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 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;
}

.container-ribatejo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.section-copy-copy {
  margin-top: -24px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212127;
  color: rgba(84, 86, 90, 0.2);
}

.section-copy-copy.blue {
  background-color: #e3f3fc;
}

.section-copy-copy.main {
  height: auto;
  margin-top: -70px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-copy-copy.grey {
  background-color: #f0f0f0;
}

.section-copy-copy.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-copy-copy.footer {
  margin-top: -12px;
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #212127;
  color: #e4e8eb;
}

.section-copy-copy.footer.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 39px;
  -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;
  background-color: #fdfffe;
  color: #939596;
  font-size: 14px;
}

.section-copy-copy.purple {
  background-color: #fdfffe;
}

.section-copy-copy.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #54565a;
}

.section-copy-copy.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.section-newsletter {
  margin-top: -24px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212127;
  color: rgba(84, 86, 90, 0.2);
}

.section-newsletter.blue {
  background-color: #e3f3fc;
}

.section-newsletter.main {
  height: auto;
  margin-top: -70px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-newsletter.grey {
  background-color: #f0f0f0;
}

.section-newsletter.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-newsletter.footer {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px none #54565a;
  background-color: #fdfffe;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
  color: #e4e8eb;
}

.section-newsletter.footer.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 39px;
  -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;
  background-color: #fdfffe;
  color: #939596;
  font-size: 14px;
}

.section-newsletter.purple {
  background-color: #fdfffe;
}

.section-newsletter.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #54565a;
}

.section-newsletter.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.section-copy-copy {
  margin-top: -24px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212127;
  color: rgba(84, 86, 90, 0.2);
}

.section-copy-copy.blue {
  background-color: #e3f3fc;
}

.section-copy-copy.main {
  height: auto;
  margin-top: -70px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #54565a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 22, 0.77)), to(rgba(14, 17, 22, 0.77))), url('../images/imagem_inicio.png');
  background-image: linear-gradient(180deg, rgba(14, 17, 22, 0.77), rgba(14, 17, 22, 0.77)), url('../images/imagem_inicio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-copy-copy.grey {
  background-color: #f0f0f0;
}

.section-copy-copy.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-copy-copy.footer {
  margin-top: -12px;
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #212127;
  color: #e4e8eb;
}

.section-copy-copy.footer.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 39px;
  -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;
  background-color: #fdfffe;
  color: #939596;
  font-size: 14px;
}

.section-copy-copy.purple {
  background-color: #fdfffe;
}

.section-copy-copy.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #54565a;
}

.section-copy-copy.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.nav-link-3-copy {
  margin-top: 6px;
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link-3-copy:hover {
  box-shadow: none;
  color: #f83c2b;
}

.nav-link-3-copy.w--current {
  box-shadow: none;
  color: #f83c2b;
}

.nav-link-3-copy.current {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-3-copy {
  margin-top: 6px;
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link-3-copy:hover {
  box-shadow: none;
  color: #f83c2b;
}

.nav-link-3-copy.w--current {
  box-shadow: none;
  color: #f83c2b;
}

.nav-link-3-copy.current {
  padding-right: 10px;
  padding-left: 10px;
}

.link-3 {
  margin: 50px 15px 29px;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 91px;
  -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;
}

.heading-fichas {
  margin-top: 19px;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 25px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-right: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.columns-9 {
  margin-top: 51px;
}

.link-3-copy {
  margin: 50px 15px 29px;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}

.link-3-copy {
  margin: 50px 15px 29px;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}

.linkhomecopy {
  margin: -28px 15px 29px;
  font-family: century-gothic, sans-serif;
  color: #54565a;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}

._2020:hover {
  opacity: 0.69;
}

.premios4b {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios4b:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios4b.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/Euroleague_final4_2020_tbn.png');
}

.premios4b.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/Euroleague_final4_2020_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/Euroleague_final4_2020_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios5-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios5-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios5-copy.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/Female_league_2020_tbn.png');
}

.premios5-copy.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/Female_league_2020_tbn.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/Female_league_2020_tbn.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios6-copy {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premios6-copy:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premios6-copy.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/medalha_cers_TBN.png');
}

.premios6-copy.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/medalha_cers_TBN.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/medalha_cers_TBN.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premiosb {
  width: 100%;
  height: 80%;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 255px;
  background-color: #f5f5f5;
  background-image: url('../images/01_foto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.premiosb:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/01_foto.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/01_foto.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.premiosb.push-top {
  width: 133%;
  padding-bottom: 256px;
  padding-left: 225px;
  background-image: url('../images/WS_wurope_cup_TBN.png');
}

.premiosb.push-top:hover {
  background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(253, 255, 254, 0.2)), to(rgba(253, 255, 254, 0.2))), url('../images/WS_wurope_cup_TBN.png');
  background-image: url('../images/lupa.png'), linear-gradient(180deg, rgba(253, 255, 254, 0.2), rgba(253, 255, 254, 0.2)), url('../images/WS_wurope_cup_TBN.png');
  background-position: 91% 91%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

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

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

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    left: 7px;
    padding: 31px 17px 22px 429px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    position: static;
    display: block;
    width: 5%;
    height: 50%;
    margin-top: 1px;
    margin-left: 387px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
    color: #fff;
  }
  .section.footer.copyright {
    height: 300px;
  }
  .section.clients {
    margin-top: 1px;
  }
  .main-subtitle {
    margin-bottom: 17px;
    font-size: 13px;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
  .main-heading {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 30px;
  }
  .testimony-text {
    padding-right: 30px;
    padding-left: 30px;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .client-logo {
    width: 13%;
  }
  .text-block {
    padding-left: 10px;
  }
  .dropdown-toggle.current {
    padding-left: 0px;
  }
  .column {
    padding-left: 16px;
  }
  .row-2 {
    left: 257px;
  }
  .row-2-b {
    left: 256px;
    top: -301px;
  }
  .row-2-c {
    left: 257px;
    margin-top: 154px;
  }
  .row-2-d {
    left: 257px;
    top: -115px;
  }
  .container-3 {
    padding-left: 0px;
  }
  .text-block-4-copy {
    width: 110%;
  }
  .column-5 {
    padding-left: 20px;
  }
  .column-6 {
    left: 0px;
  }
  .video-3 {
    left: 11px;
    width: 90%;
  }
  .section-copy {
    padding-bottom: 482px;
  }
  .text-block-5 {
    width: auto;
    margin-left: 0px;
  }
  .main-subtitle-copy {
    margin-bottom: 17px;
    font-size: 18px;
  }
  .button-copy {
    margin-right: 0px;
  }
  .button-copy.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .button-2 {
    left: 707px;
    top: 53px;
    right: -786px;
  }
  .lightbox-link-2 {
    left: 199px;
  }
  .container-9 {
    margin-top: 9px;
    padding-left: 48px;
  }
  .slide-2 {
    margin-top: 70px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .slide-nav-2 {
    margin-top: 132px;
    padding-top: 27px;
  }
  .container-11 {
    position: static;
    left: 5px;
  }
  .grey-icon-wrapper-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .grey-icon-wrapper-copy2.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/02_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, null, null), url('../images/02_foto.png');
  }
  .image-8 {
    width: 40%;
    height: 100%;
  }
  .premios1.push-top {
    width: 110%;
    height: 50%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios1.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/trofeu_surf_TBN_1.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/trofeu_surf_TBN_1.png');
  }
  .grey-icon-wrapper-copy-copy2.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .grey-icon-wrapper-copy-copy2-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .grey-icon-wrapper-copy-copy3.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .grey-icon-wrapper-4.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .grey-icon-wrapper-1m.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .nav-menu-2 {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
  .section-merchandising {
    width: auto;
    padding-right: 13px;
  }
  .link-block-2 {
    width: 50%;
  }
  .icon {
    color: #fdfffe;
  }
  .row-merchandising1 {
    display: block;
    clear: none;
  }
  .m1.push-top {
    margin-right: 0px;
    margin-left: 5px;
  }
  .m1.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .m2.push-top {
    margin-left: 2px;
  }
  .m2.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .m3.push-top {
    width: 95%;
    margin-right: 0px;
    margin-left: 5px;
  }
  .m3.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .m4.push-top {
    margin-left: 2px;
    padding-left: auto;
  }
  .m4.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .mask {
    margin-top: 16px;
  }
  .grey-icon-wrapper-copy-copy-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .premios2.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios2.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/trofeu_TC_TBN_1.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/trofeu_TC_TBN_1.png');
  }
  .premios3.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios3.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/medalha_ANDEBOL2003_TBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/medalha_ANDEBOL2003_TBN.png');
  }
  .premios4.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios4.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/trofeu_TC_TBN_3.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/trofeu_TC_TBN_3.png');
  }
  .premios5.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios5.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/trofeu_TC_tbn_4.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/trofeu_TC_tbn_4.png');
  }
  .premios6.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios6.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/medalha_cers_TBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/medalha_cers_TBN.png');
  }
  .premios7.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios7.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/medalha_MS_tbn2b.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/medalha_MS_tbn2b.png');
  }
  .premios8.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios8.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/medalha_MS_GR_tbn3.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/medalha_MS_GR_tbn3.png');
  }
  .premios9.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios9.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/medalha_MS_TB_1b.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/medalha_MS_TB_1b.png');
  }
  .premios10.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios10.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/medalha_MS_GR_TBNfita.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/medalha_MS_GR_TBNfita.png');
  }
  .premios11.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .premios12.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .gravacao1.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/GRAVACAO_LivingTribes_GR_tbn.png');
  }
  .gravacao1.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/GRAVACAO_LivingTribes_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/GRAVACAO_LivingTribes_GR_tbn.png');
  }
  .gravacao2.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/GRAVACAO_CxEsgrima_GR_tbn.png');
  }
  .gravacao2.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/GRAVACAO_CxEsgrima_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/GRAVACAO_CxEsgrima_GR_tbn.png');
  }
  .gravacao3.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/GRAVACAO_CxBHFC_GR_tbn.png');
  }
  .gravacao3.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/GRAVACAO_CxBHFC_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/GRAVACAO_CxBHFC_GR_tbn.png');
  }
  .merchandising1.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .merchandising2.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .merchandising3.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .sinaletica1.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .sinaletica2.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .sinaletica3.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
  }
  .contactos {
    padding-left: 0px;
  }
  .premios13.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios13.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/trofeuDE_TB.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/trofeuDE_TB.png');
  }
  .premios14.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios14.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/federacaoTB.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/federacaoTB.png');
  }
  .premios15.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/MEDALHA_FPA_GR_tbn.png');
  }
  .premios15.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/MEDALHA_FPA_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/MEDALHA_FPA_GR_tbn.png');
  }
  .premios16.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios16.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/triathlonTB.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/triathlonTB.png');
  }
  .premios17.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/MEDALHA_DE_GR_tbn.png');
  }
  .premios17.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/MEDALHA_DE_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/MEDALHA_DE_GR_tbn.png');
  }
  .container-12 {
    position: static;
    left: -17px;
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .column-22 {
    position: static;
  }
  .columns-2 {
    margin-left: 0px;
  }
  .merchandising1a.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .merchandising1a.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/MERCHANDISING_EGEO03_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/MERCHANDISING_EGEO03_GR_tbn.png');
  }
  .merchandising2a.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .merchandising2a.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/MERCHANDISING_EGEO01_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/MERCHANDISING_EGEO01_GR_tbn.png');
  }
  .merchandising3a.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .merchandising3a.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/MERCHANDISING_EGEO02_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/MERCHANDISING_EGEO02_GR_tbn.png');
  }
  .sinaletica1a.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/SINAL_heineken_GR_tbn.png');
  }
  .sinaletica1a.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/SINAL_heineken_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/SINAL_heineken_GR_tbn.png');
  }
  .sinaletica2a.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/SINAL_banania_GR_tbn.png');
  }
  .sinaletica2a.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/SINAL_banania_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/SINAL_banania_GR_tbn.png');
  }
  .sinaletica3a.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/SINAL_numero6_GR_tbn.png');
  }
  .sinaletica3a.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/SINAL_numero6_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/SINAL_numero6_GR_tbn.png');
  }
  .icon-3 {
    width: 100%;
    margin-top: -11px;
    padding-top: 0px;
  }
  .nav-link-copy {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link-copy:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link-copy.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link-copy.menu {
    left: 7px;
    padding: 22px 17px 22px 580px;
    color: #000;
    font-size: 30px;
  }
  .nav-link-copy.menu.w--open {
    width: 87%;
    background-color: transparent;
    color: #fff;
  }
  .container-11-copy {
    position: static;
    left: 5px;
  }
  .premios18.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/MEDALHA_FPA_GR_tbn.png');
  }
  .premios18.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/MEDALHA_FPA_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/MEDALHA_FPA_GR_tbn.png');
  }
  .premios19.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/MEDALHA_inatel_GR_tbn.png');
  }
  .premios19.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/MEDALHA_inatel_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/MEDALHA_inatel_GR_tbn.png');
  }
  .premios20.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/TROFEU_inatel_GR_tbn.png');
  }
  .premios20.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/TROFEU_inatel_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/TROFEU_inatel_GR_tbn.png');
  }
  .premios-20.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/TROFEU_Playstation_GR_tbn.png');
  }
  .premios-20.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/TROFEU_Playstation_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/TROFEU_Playstation_GR_tbn.png');
  }
  .premios21.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/MEDALHA_inatel_GR_tbn.png');
  }
  .premios21.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/MEDALHA_inatel_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/MEDALHA_inatel_GR_tbn.png');
  }
  .premios22.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/TROFEU_inatel_GR_tbn.png');
  }
  .premios22.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/TROFEU_inatel_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/TROFEU_inatel_GR_tbn.png');
  }
  .columns-3 {
    margin-top: 33px;
  }
  .gravacao-4.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/PIN_BHFC_GR_tbn.png');
  }
  .gravacao-4.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/PIN_BHFC_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/PIN_BHFC_GR_tbn.png');
  }
  .gravacao-5.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/trofeu_TC_tbn.png');
  }
  .gravacao-5.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/trofeu_TC_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/trofeu_TC_tbn.png');
  }
  .gravacao-6.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/3D_peixe_GR_tbn.png');
  }
  .gravacao-6.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/3D_peixe_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/3D_peixe_GR_tbn.png');
  }
  .columns-4 {
    margin-top: 41px;
  }
  .sinaletica-3.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/SINAL_N_GR_tbn.png');
  }
  .sinaletica-3.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/SINAL_N_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/SINAL_N_GR_tbn.png');
  }
  .sinaletica-5.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/comemoracao_centenario_TBN.png');
  }
  .sinaletica-5.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/comemoracao_centenario_TBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/comemoracao_centenario_TBN.png');
  }
  .sinaletica-6.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/SINAL_cartaxo_GR_tbn.png');
  }
  .sinaletica-6.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/SINAL_cartaxo_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/SINAL_cartaxo_GR_tbn.png');
  }
  .columns-5 {
    margin-top: 45px;
  }
  .slide-4 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .testimony-text-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slide-nav-4 {
    top: 414px;
  }
  .nav-menu-3 {
    background-color: #f5f5f5;
  }
  .nav-link-2 {
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-link-2:hover {
    border-bottom-color: transparent;
  }
  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #7ec4bd;
  }
  .nav-link-3 {
    padding: 18px 0px 18px 10px;
    color: #fff;
  }
  .nav-link-3:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link-3.w--current {
    padding-left: 10px;
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link-3.menu {
    left: 7px;
    padding: 22px 17px 22px 378px;
    color: #000;
    font-size: 30px;
  }
  .nav-link-3.menu.w--open {
    width: 10%;
    margin-left: 400px;
    padding-left: 0px;
    background-color: transparent;
    color: #fff;
  }
  .icon-4 {
    width: 30%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-menu-4 {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
  .dropdown-toggle-2.current {
    padding-left: 0px;
  }
  .slide-4b {
    padding-right: 40px;
    padding-left: 40px;
  }
  .slide-4c {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cookies {
    padding-left: 0px;
  }
  .section-heading-fabrico.centered {
    margin-top: 70px;
  }
  .image-16 {
    width: 60%;
  }
  .premios23.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios23.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Padel_TBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/Padel_TBN.png');
  }
  .premios24.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios24.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/trofeu_CNBTT_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/trofeu_CNBTT_tbn.png');
  }
  .premios25.push-top {
    width: 110%;
    height: 50%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios25.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/trofeu_CNS13_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/trofeu_CNS13_tbn.png');
  }
  .premios23-copy.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios23-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/triatlo_medalha_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/triatlo_medalha_tbn.png');
  }
  .premios24-copy.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios24-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/triatlo_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/triatlo_tbn.png');
  }
  .premios25-copy.push-top {
    width: 110%;
    height: 50%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios25-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/edp_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/edp_tbn.png');
  }
  .premios25-copy-copy.push-top {
    width: 110%;
    height: 50%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios25-copy-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/qmcasa_TBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/qmcasa_TBN.png');
  }
  .premios24-copy-copy.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios24-copy-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/gala_desporto_TBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/gala_desporto_TBN.png');
  }
  .sinaletica1a-copy.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/sinaletica_camara_aveirasTBN.png');
  }
  .sinaletica1a-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/comemoracao_centenario_TBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/comemoracao_centenario_TBN.png');
  }
  .protecao.push-top {
    width: 110%;
    height: 50%;
    margin-left: 0px;
    padding-bottom: 192px;
  }
  .protecao.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/viseira_protecao.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/viseira_protecao.png');
  }
  .protecao1.push-top {
    width: auto;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .protecao1.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/oculos_protecao.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/oculos_protecao.png');
  }
  .protecao2.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .protecao2.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/triatlo_medalha_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/triatlo_medalha_tbn.png');
  }
  .protecao3.push-top {
    width: 110%;
    height: 50%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .protecao3.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/trofeu_CNS13_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/trofeu_CNS13_tbn.png');
  }
  .columns-2-copy {
    margin-left: 0px;
  }
  .columns-p2 {
    margin-left: 0px;
  }
  .protecao-copy.push-top {
    width: 110%;
    height: 50%;
    margin-left: 0px;
    padding-bottom: 192px;
  }
  .protecao-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/vitrines_protecao.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/vitrines_protecao.png');
  }
  .protecao1-copy.push-top {
    width: auto;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .protecao1-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/divisoria_protecao_automovel.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/divisoria_protecao_automovel.png');
  }
  .column-22-copy {
    position: static;
  }
  .main-subtitle-copy {
    margin-bottom: 17px;
    font-size: 24px;
    font-weight: 600;
  }
  .main-heading-copy {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 30px;
  }
  .main-heading-copy {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 30px;
  }
  .main-heading-copy {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 30px;
  }
  .main-subtitle-copy-copy {
    margin-bottom: 17px;
    font-size: 13px;
  }
  .mask-3 {
    height: 580px;
  }
  .section-copy.footer.copyright {
    height: 300px;
  }
  .section-copy.clients {
    margin-top: 1px;
  }
  .section-copy-copy {
    padding-bottom: 482px;
  }
  .section-home1.footer.copyright {
    height: 300px;
  }
  .section-home1.clients {
    margin-top: 1px;
  }
  .section-copy.footer.copyright {
    height: 300px;
  }
  .section-copy.clients {
    margin-top: 1px;
  }
  .section-copy.footer.copyright {
    height: 300px;
  }
  .section-copy.clients {
    margin-top: 1px;
  }
  .section-copy.footer.copyright {
    height: 300px;
  }
  .section-copy.clients {
    margin-top: 1px;
  }
  .section-copy.footer.copyright {
    height: 300px;
  }
  .section-copy.clients {
    margin-top: 1px;
  }
  .section-copy.footer.copyright {
    height: 300px;
  }
  .section-copy.clients {
    margin-top: 1px;
  }
  .sinaletica-3-copy.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
    background-image: url('../images/SINAL_N_GR_tbn.png');
  }
  .sinaletica-3-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/SINAL_N_GR_tbn.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/SINAL_N_GR_tbn.png');
  }
  .newsletter {
    margin-right: 0px;
  }
  .newsletter.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .section-copy-copy.footer.copyright {
    height: 300px;
  }
  .section-copy-copy.clients {
    margin-top: 1px;
  }
  .section-newsletter.footer.copyright {
    height: 300px;
  }
  .section-newsletter.clients {
    margin-top: 1px;
  }
  .section-copy-copy.footer.copyright {
    height: 300px;
  }
  .section-copy-copy.clients {
    margin-top: 1px;
  }
  .nav-link-3-copy {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link-3-copy:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link-3-copy.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link-3-copy.menu {
    left: 7px;
    padding: 22px 17px 22px 378px;
    color: #000;
    font-size: 30px;
  }
  .nav-link-3-copy.menu.w--open {
    width: 10%;
    margin-left: 400px;
    padding-left: 0px;
    background-color: transparent;
    color: #fff;
  }
  .nav-link-3-copy {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link-3-copy:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link-3-copy.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link-3-copy.menu {
    left: 7px;
    padding: 22px 17px 22px 378px;
    color: #000;
    font-size: 30px;
  }
  .nav-link-3-copy.menu.w--open {
    width: 10%;
    margin-left: 400px;
    padding-left: 0px;
    background-color: transparent;
    color: #fff;
  }
  .div-block-3 {
    width: 700px;
  }
  .premios4b.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios4b.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/trofeu_TC_TBN_3.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/trofeu_TC_TBN_3.png');
  }
  .premios5-copy.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios5-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/trofeu_TC_tbn_4.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/trofeu_TC_tbn_4.png');
  }
  .premios6-copy.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premios6-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/medalha_cers_TBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/medalha_cers_TBN.png');
  }
  .premiosb.push-top {
    width: 110%;
    margin-left: -6px;
    padding-bottom: 192px;
  }
  .premiosb.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/medalha_cers_TBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/medalha_cers_TBN.png');
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .logo-text {
    margin-top: 15px;
  }
  .navigation {
    position: absolute;
  }
  .nav-link.menu {
    position: static;
    left: 0px;
    width: 9%;
    margin-top: -4px;
    margin-left: 149px;
    padding: 33px 5px 33px 10px;
    background-color: transparent;
    color: #fdfffe;
  }
  .nav-link.menu.w--open {
    width: 20%;
    margin-top: 6px;
    margin-left: 200px;
    padding-left: 29px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 9px;
    -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;
  }
  .section.footer {
    width: 101%;
  }
  .section.footer.copyright {
    width: auto;
    height: 300px;
  }
  .main-subtitle {
    font-size: 12px;
    text-align: center;
  }
  .nav-menu {
    margin-top: -1px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .brand-link.w--current {
    width: 100%;
    margin-top: 5px;
  }
  .main-heading {
    margin-top: 14px;
    font-size: 22px;
    line-height: 35px;
  }
  .section-subtitle {
    width: 100%;
    margin-bottom: 44px;
    text-align: center;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .client-logo {
    width: 15%;
    max-width: 120%;
  }
  .text-block {
    padding-left: 10px;
  }
  .image-2 {
    padding-top: 0px;
  }
  .container {
    margin-top: 172px;
  }
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -161px;
  }
  .video {
    margin-top: 39px;
  }
  .row-2 {
    position: static;
    margin-top: 40px;
  }
  .row-2-b {
    position: static;
    margin-top: -377px;
  }
  .row-2-c {
    position: static;
    margin-top: 311px;
  }
  .row-2-d {
    position: static;
    margin-top: 268px;
    margin-bottom: 28px;
  }
  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-subtitle-copy {
    margin-bottom: 44px;
  }
  .heading-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-5 {
    display: block;
  }
  .section-copy {
    padding-top: 43px;
    padding-bottom: 654px;
    text-align: center;
  }
  .section-copy.main {
    margin-top: 51px;
  }
  .text-block-5 {
    width: 80%;
    margin-left: 45px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
  }
  .main-subtitle-copy {
    font-size: 18px;
  }
  .button-2 {
    left: 508px;
    top: 38px;
  }
  .column-7 {
    top: -6px;
  }
  .image-7 {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
  }
  .lightbox-link-2 {
    left: 0px;
    top: 527px;
  }
  .section-2 {
    display: block;
  }
  .container-9 {
    display: block;
    padding-right: 147px;
    padding-left: 93px;
  }
  .slider-2 {
    position: static;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-2 {
    position: static;
  }
  .slide-nav-2 {
    top: -7px;
    bottom: 12px;
  }
  .container-11 {
    position: static;
    left: 0px;
  }
  .link-block {
    width: 100%;
    margin-top: -9px;
  }
  .section-copy-copy {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section-copy-copy.main {
    margin-top: 51px;
  }
  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper.push-top {
    margin-top: 30px;
    padding-top: 245px;
    padding-bottom: 245px;
  }
  .grey-icon-wrapper-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper-copy.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .grey-icon-wrapper-copy2 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper-copy2.push-top {
    margin-top: 30px;
    padding-top: 245px;
    padding-bottom: 245px;
  }
  .image-8 {
    display: block;
    width: 100%;
    height: 80%;
    margin-left: 0px;
    clear: none;
  }
  .column-10 {
    position: static;
    margin-bottom: 20px;
  }
  .column-11 {
    padding-bottom: 20px;
  }
  .column-12 {
    padding-bottom: 20px;
  }
  .column-13 {
    padding-bottom: 20px;
  }
  .premios1 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios1.push-top {
    height: 100%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .grey-icon-wrapper-copy-copy2 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper-copy-copy2.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .form-wrapper-2 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .grey-icon-wrapper-copy-copy2-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper-copy-copy2-copy.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .grey-icon-wrapper-copy-copy3 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper-copy-copy3.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .grey-icon-wrapper-4 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper-4.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .grey-icon-wrapper-1m {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper-1m.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .project-link {
    width: 50%;
    height: 280px;
  }
  .project-link.project-5 {
    width: 50%;
  }
  .project-link.project-4 {
    width: 50%;
  }
  .half-width {
    width: 100%;
  }
  .quarter-width {
    width: 100%;
  }
  .text-block-6 {
    font-size: 16px;
  }
  .nav-menu-2 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .section-merchandising {
    padding-top: 43px;
    padding-bottom: 0px;
    text-align: center;
  }
  .section-merchandising.main {
    margin-top: 51px;
  }
  .container-5-copy {
    display: block;
  }
  .paragraph-5 {
    padding-top: 0px;
    padding-left: 0px;
  }
  .icon {
    width: 10%;
  }
  .m1 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .m1.push-top {
    height: 200%;
    margin-top: 30px;
    margin-left: 0px;
    padding: 245px auto 285px 512px;
  }
  .m2 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .m2.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px 512px;
  }
  .m3 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .m3.push-top {
    height: 200%;
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 245px auto 285px 512px;
  }
  .m4 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .m4.push-top {
    height: 200%;
    margin-top: 30px;
    margin-bottom: -8px;
    padding: 245px auto 285px 512px;
  }
  .icon-2 {
    color: #54565a;
  }
  .div-block-2 {
    width: 100%;
    margin-left: 52px;
  }
  .grey-icon-wrapper-copy-copy-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper-copy-copy-copy.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .premios2 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios2.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios3 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios3.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios4 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios4.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios5 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios5.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios6 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios6.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios7 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios7.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios8 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios8.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios9 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios9.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios10 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios10.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios11 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios11.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .premios12 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios12.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .gravacao1 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .gravacao1.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .gravacao2 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .gravacao2.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .gravacao3 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .gravacao3.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .merchandising1 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .merchandising1.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .merchandising2 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .merchandising2.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .merchandising3 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .merchandising3.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .sinaletica1 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .sinaletica1.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .sinaletica2 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .sinaletica2.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .sinaletica3 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .sinaletica3.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 285px;
  }
  .contactos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contactos-title {
    width: 100%;
    margin-bottom: 44px;
    text-align: center;
  }
  .premios13 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios13.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios14 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios14.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios15 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios15.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios16 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios16.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios17 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios17.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-23 {
    margin-bottom: 59px;
  }
  .column-24 {
    padding-bottom: 79px;
  }
  .merchandising1a {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .merchandising1a.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .merchandising2a {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .merchandising2a.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .merchandising3a {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .merchandising3a.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .sinaletica1a {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .sinaletica1a.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .sinaletica2a {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .sinaletica2a.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .sinaletica3a {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .sinaletica3a.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .icon-3 {
    margin-left: 41px;
    color: #212127;
  }
  .image-11 {
    width: 120%;
    margin-top: -9px;
    margin-right: 14px;
  }
  .nav-link-copy.menu {
    position: static;
    left: 0px;
    width: 9%;
    margin-top: -4px;
    margin-left: 378px;
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 40px;
    background-color: transparent;
    color: #fdfffe;
  }
  .nav-link-copy.menu.w--open {
    display: block;
    width: 10%;
    margin-left: 411px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-11-copy {
    position: static;
    left: 0px;
  }
  .image-12 {
    margin-top: -9px;
  }
  .premios18 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios18.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .premios19 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios19.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .premios20 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios20.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .premios-20 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios-20.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios21 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios21.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios22 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios22.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .lightbox-link-5 {
    margin-top: -105px;
  }
  .gravacao-4 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .gravacao-4.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .gravacao-5 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .gravacao-5.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .gravacao-6 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .gravacao-6.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .sinaletica-3 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .sinaletica-3.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .sinaletica-5 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .sinaletica-5.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .sinaletica-6 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .sinaletica-6.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .column-27 {
    margin-top: -7px;
  }
  .column-28 {
    margin-top: 31px;
  }
  .column-29 {
    margin-top: 32px;
  }
  .column-30 {
    margin-top: 30px;
  }
  .slider-3 {
    position: static;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-4 {
    position: static;
  }
  .testimony-text-2 {
    font-size: 14px;
  }
  .slide-nav-4 {
    position: static;
    top: 0px;
    bottom: 0px;
    margin-top: 510px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo-img {
    width: 50px;
  }
  .logo-title {
    margin-top: 6px;
  }
  .nav-link-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .menu-button {
    margin-top: 0px;
  }
  .nav-link-3 {
    padding-left: 10px;
  }
  .nav-link-3.menu {
    position: static;
    left: 0px;
    width: 9%;
    margin-top: -4px;
    margin-left: 66px;
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 10px;
    background-color: transparent;
    color: #fdfffe;
  }
  .nav-link-3.menu.w--open {
    width: 10%;
    margin-left: 221px;
    padding-right: 7px;
  }
  .image-15 {
    margin-top: -9px;
  }
  .icon-4 {
    width: 100%;
    color: #212127;
  }
  .brand-link-2.w--current {
    width: 100%;
  }
  .nav-menu-4 {
    margin-top: -2px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .slide-4b {
    position: static;
  }
  .slide-4c {
    position: static;
  }
  .cookies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-heading-fabrico.centered {
    margin-top: 98px;
  }
  .paragraph-9 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .section-cookies {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section-cookies.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 69px;
    -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;
  }
  .section-cookies.footer {
    width: 101%;
  }
  .section-3 {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section-3.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 69px;
    -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;
  }
  .section-3.footer {
    width: 101%;
  }
  .image-16 {
    width: 70%;
  }
  .premios23 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios23.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios24 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios24.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios25 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios25.push-top {
    height: 100%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios23-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios23-copy.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios24-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios24-copy.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios25-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios25-copy.push-top {
    height: 100%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios25-copy-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios25-copy-copy.push-top {
    height: 100%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios25-copy-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/qmcasa_TBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/qmcasa_TBN.png');
  }
  .premios24-copy-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios24-copy-copy.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
    background-image: url('../images/gala_desporto_TBN.png');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .premios24-copy-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/gala_desporto_TBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/gala_desporto_TBN.png');
  }
  .sinaletica1a-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .sinaletica1a-copy.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .sinaletica1a-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/sinaletica_camara_aveirasTBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/sinaletica_camara_aveirasTBN.png');
  }
  .protecao {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .protecao.push-top {
    width: auto;
    height: auto;
    margin-top: 30px;
    padding: 220px auto 74px;
  }
  .protecao.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/viseira_protecao.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/viseira_protecao.png');
  }
  .protecao1 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .protecao1.push-top {
    width: auto;
    height: auto;
    margin-top: 30px;
    margin-left: 0px;
    padding: 245px auto 74px;
  }
  .protecao1.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/oculos_protecao.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/oculos_protecao.png');
  }
  .protecao2 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .protecao2.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .protecao3 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .protecao3.push-top {
    height: 100%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .lightbox-link-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lightbox-link-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .columns-2-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-p2 {
    margin-bottom: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .protecao-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .protecao-copy.push-top {
    width: auto;
    height: auto;
    margin-top: 30px;
    padding: 245px auto 74px;
    background-image: url('../images/vitrines_protecao.png');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .protecao-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/vitrines_protecao.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/vitrines_protecao.png');
  }
  .protecao1-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .protecao1-copy.push-top {
    width: auto;
    height: auto;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .protecao1-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/divisoria_protecao_automovel.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/divisoria_protecao_automovel.png');
  }
  .slide-5 {
    height: 300px;
    margin-top: 13px;
  }
  .main-subtitle-copy {
    font-size: 24px;
    text-align: left;
  }
  .section-4 {
    height: 300px;
  }
  .slide-5-copy {
    margin-top: 9px;
  }
  .section-4-copy {
    height: 300px;
  }
  .slide-5-copy-copy {
    margin-top: 17px;
  }
  .main-heading-copy {
    line-height: 35px;
  }
  .main-heading-copy {
    line-height: 35px;
  }
  .main-heading-copy {
    line-height: 35px;
  }
  .main-subtitle-copy-copy {
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
  }
  .section-4-copy-copy-copy {
    height: 300px;
  }
  .section-4-copy-copy-copy-copy {
    height: 300px;
    margin-top: 8px;
  }
  .section-4-copy-copy-copy-copy-copy {
    height: 300px;
    margin-top: 2px;
  }
  .contactos-title-copy {
    width: 100%;
    margin-bottom: 44px;
    text-align: center;
  }
  .mask-3 {
    height: 300px;
  }
  .section-copy {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section-copy.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 9px;
    -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;
  }
  .section-copy.footer {
    width: 101%;
  }
  .section-copy.footer.copyright {
    width: auto;
    height: 300px;
  }
  .section-copy-copy {
    padding-top: 43px;
    padding-bottom: 654px;
    text-align: center;
  }
  .section-copy-copy.main {
    margin-top: 51px;
  }
  .section-home1 {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section-home1.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 9px;
    -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;
  }
  .section-home1.footer {
    width: 101%;
  }
  .section-home1.footer.copyright {
    width: auto;
    height: 300px;
  }
  .section-copy {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section-copy.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 9px;
    -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;
  }
  .section-copy.footer {
    width: 101%;
  }
  .section-copy.footer.copyright {
    width: auto;
    height: 300px;
  }
  .section-copy {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section-copy.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 9px;
    -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;
  }
  .section-copy.footer {
    width: 101%;
  }
  .section-copy.footer.copyright {
    width: auto;
    height: 300px;
  }
  .section-copy {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section-copy.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 9px;
    -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;
  }
  .section-copy.footer {
    width: 101%;
  }
  .section-copy.footer.copyright {
    width: auto;
    height: 300px;
  }
  .section-copy {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section-copy.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 9px;
    -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;
  }
  .section-copy.footer {
    width: 101%;
  }
  .section-copy.footer.copyright {
    width: auto;
    height: 300px;
  }
  .section-copy {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section-copy.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 9px;
    -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;
  }
  .section-copy.footer {
    width: 101%;
  }
  .section-copy.footer.copyright {
    width: auto;
    height: 300px;
  }
  .sinaletica-3-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .sinaletica-3-copy.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 61px;
  }
  .section-copy-copy {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section-copy-copy.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 9px;
    -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;
  }
  .section-copy-copy.footer {
    width: 101%;
  }
  .section-copy-copy.footer.copyright {
    width: auto;
    height: 300px;
  }
  .section-newsletter {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section-newsletter.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 9px;
    -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;
  }
  .section-newsletter.footer {
    width: 101%;
  }
  .section-newsletter.footer.copyright {
    width: auto;
    height: 300px;
  }
  .section-copy-copy {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section-copy-copy.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 9px;
    -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;
  }
  .section-copy-copy.footer {
    width: 101%;
  }
  .section-copy-copy.footer.copyright {
    width: auto;
    height: 300px;
  }
  .nav-link-3-copy.menu {
    position: static;
    left: 0px;
    width: 9%;
    margin-top: -4px;
    margin-left: 66px;
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 10px;
    background-color: transparent;
    color: #fdfffe;
  }
  .nav-link-3-copy.menu.w--open {
    width: 10%;
    margin-left: 221px;
    padding-right: 7px;
  }
  .nav-link-3-copy.menu {
    position: static;
    left: 0px;
    width: 9%;
    margin-top: -4px;
    margin-left: 66px;
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 10px;
    background-color: transparent;
    color: #fdfffe;
  }
  .nav-link-3-copy.menu.w--open {
    width: 10%;
    margin-left: 221px;
    padding-right: 7px;
  }
  .div-block-3 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-3-copy {
    margin-top: 8px;
  }
  .link-3-copy.w--current {
    width: auto;
    margin-top: 32px;
  }
  .premios4b {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios4b.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios5-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios5-copy.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premios6-copy {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premios6-copy.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
  .premiosb {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .premiosb.push-top {
    height: 200%;
    margin-top: 30px;
    padding: 245px auto 74px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-top: -4px;
  }
  .navigation {
    position: absolute;
    height: auto;
  }
  .nav-link.menu {
    left: 178px;
    top: -15px;
    right: -9px;
    width: 15%;
    height: 100%;
    margin-top: -11px;
    margin-left: 20px;
    padding: 27px 0px 31px 19px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }
  .nav-link.menu.w--open {
    width: 20%;
    margin-top: 3px;
    margin-left: 18px;
    padding-right: 1px;
    padding-bottom: 14px;
    padding-left: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section {
    margin-top: -5px;
  }
  .section.main {
    display: block;
    height: 310px;
    margin-top: -8px;
    padding-bottom: 115px;
  }
  .section.footer.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 500px;
    padding-bottom: 0px;
  }
  .section.clients {
    margin-top: -3px;
  }
  .main-subtitle {
    margin-top: -12px;
  }
  .nav-menu {
    margin-top: -9px;
  }
  .brand-link {
    position: static;
    width: 15%;
    margin-top: 19px;
    margin-left: 11px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .brand-link.w--current {
    width: 60%;
  }
  .main-heading {
    margin-top: -29px;
    font-size: 20px;
  }
  .section-subtitle {
    padding-left: 0px;
  }
  .testimony-text {
    width: 150%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .client-logo {
    width: 26%;
  }
  .press-logo {
    width: 28%;
  }
  .text-block {
    padding-left: 10px;
  }
  .image-2 {
    width: 30%;
    margin-top: -30px;
    padding-top: 0px;
  }
  .div-block {
    margin-top: 43px;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -109px;
    -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-2 {
    margin-top: 10px;
  }
  .row {
    display: block;
    margin-top: 104px;
    -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;
  }
  .video {
    margin-top: 42px;
  }
  .text-block-3 {
    width: 200%;
  }
  .row-2-b {
    margin-top: -409px;
  }
  .row-2-c {
    margin-top: 341px;
  }
  .row-2-d {
    margin-top: 350px;
  }
  .section-subtitle-copy {
    clear: left;
    font-size: 18px;
  }
  .text-block-4 {
    width: 150%;
    padding-right: 0px;
  }
  .text-block-4-copy {
    width: 150%;
  }
  .heading-4 {
    width: 50%;
    padding-left: 0px;
  }
  .image-5 {
    margin-left: 0px;
  }
  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-copy {
    padding-bottom: 956px;
  }
  .text-block-5 {
    width: 90%;
    margin-left: 11px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
  }
  .main-subtitle-copy {
    margin-left: 0px;
    font-size: 18px;
  }
  .button-2 {
    left: 0px;
    top: 0px;
  }
  .image-6 {
    top: 149px;
  }
  .image-7 {
    left: 0px;
    top: 0px;
  }
  .lightbox-link-2 {
    top: 355px;
    margin-left: 0px;
  }
  .container-9 {
    padding-left: 25px;
  }
  .slider-2 {
    width: 50%;
    margin-top: -56px;
    margin-left: 19px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide-nav-2 {
    margin-top: 303px;
  }
  .container-11 {
    position: static;
    left: 18px;
    top: -2px;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .link-block {
    position: static;
    width: 80%;
  }
  .grey-icon-wrapper {
    display: block;
  }
  .grey-icon-wrapper.push-top {
    padding-bottom: 58px;
  }
  .grey-icon-wrapper-copy {
    display: block;
  }
  .grey-icon-wrapper-copy.push-top {
    padding-bottom: 58px;
  }
  .grey-icon-wrapper-copy2 {
    display: block;
  }
  .grey-icon-wrapper-copy2.push-top {
    padding-bottom: 58px;
  }
  .image-8 {
    width: 100%;
    height: 50%;
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .paragraph-2 {
    font-family: 'Droid Serif', serif;
    font-size: 14px;
  }
  .paragraph-3 {
    font-family: 'Droid Serif', serif;
    font-size: 14px;
  }
  .paragraph-4 {
    font-size: 14px;
  }
  .premios1 {
    display: block;
  }
  .premios1.push-top {
    height: 200%;
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .grey-icon-wrapper-copy-copy2 {
    display: block;
  }
  .grey-icon-wrapper-copy-copy2.push-top {
    padding-bottom: 58px;
  }
  .form-wrapper-2 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .grey-icon-wrapper-copy-copy2-copy {
    display: block;
  }
  .grey-icon-wrapper-copy-copy2-copy.push-top {
    padding-bottom: 58px;
  }
  .grey-icon-wrapper-copy-copy3 {
    display: block;
  }
  .grey-icon-wrapper-copy-copy3.push-top {
    padding-bottom: 58px;
  }
  .grey-icon-wrapper-4 {
    display: block;
  }
  .grey-icon-wrapper-4.push-top {
    padding-bottom: 58px;
  }
  .grey-icon-wrapper-1m {
    display: block;
  }
  .grey-icon-wrapper-1m.push-top {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 58px;
  }
  .grey-icon-wrapper-1m.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/00_foto.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/00_foto.png');
    background-position: 100% 100%, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }
  .project-link.project-5 {
    width: 100%;
  }
  .project-link.project-4 {
    width: 100%;
  }
  .section-merchandising {
    margin-top: 70px;
  }
  .link-block-2 {
    width: 100%;
  }
  .icon {
    width: 40px;
    color: #fdfffe;
  }
  .m1 {
    display: block;
  }
  .m1.push-top {
    position: static;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding-right: auto;
    padding-bottom: 58px;
    padding-left: 265px;
  }
  .m2 {
    display: block;
  }
  .m2.push-top {
    margin-top: -5px;
    margin-bottom: 0px;
    padding-bottom: 58px;
    padding-left: 265px;
  }
  .m3 {
    display: block;
  }
  .m3.push-top {
    margin-top: -6px;
    margin-bottom: 0px;
    padding-bottom: 58px;
    padding-left: 265px;
  }
  .column-18 {
    padding-right: 0px;
  }
  .m4 {
    display: block;
  }
  .m4.push-top {
    margin-top: -6px;
    margin-bottom: 0px;
    padding-bottom: 58px;
    padding-left: 265px;
  }
  .paragraph-2-copy {
    font-family: 'Droid Serif', serif;
    font-size: 14px;
  }
  .paragraph-3-copy {
    font-family: 'Droid Serif', serif;
    font-size: 14px;
  }
  .paragraph-4-copy {
    font-size: 14px;
  }
  .div-block-2 {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .grey-icon-wrapper-copy-copy-copy {
    display: block;
  }
  .grey-icon-wrapper-copy-copy-copy.push-top {
    padding-bottom: 58px;
  }
  .premios2 {
    display: block;
  }
  .premios2.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios3 {
    display: block;
  }
  .premios3.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios4 {
    display: block;
  }
  .premios4.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios5 {
    display: block;
  }
  .premios5.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios6 {
    display: block;
  }
  .premios6.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios7 {
    display: block;
  }
  .premios7.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios8 {
    display: block;
  }
  .premios8.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios9 {
    display: block;
  }
  .premios9.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios10 {
    display: block;
  }
  .premios10.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios11 {
    display: block;
  }
  .premios11.push-top {
    padding-bottom: 58px;
  }
  .premios12 {
    display: block;
  }
  .premios12.push-top {
    padding-bottom: 58px;
  }
  .gravacao1 {
    display: block;
  }
  .gravacao1.push-top {
    margin-left: -12px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .gravacao2 {
    display: block;
  }
  .gravacao2.push-top {
    margin-left: -12px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .gravacao3 {
    display: block;
  }
  .gravacao3.push-top {
    margin-left: -12px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .merchandising1 {
    display: block;
  }
  .merchandising1.push-top {
    padding-bottom: 58px;
  }
  .merchandising2 {
    display: block;
  }
  .merchandising2.push-top {
    padding-bottom: 58px;
  }
  .merchandising3 {
    display: block;
  }
  .merchandising3.push-top {
    padding-bottom: 58px;
  }
  .sinaletica1 {
    display: block;
  }
  .sinaletica1.push-top {
    padding-bottom: 58px;
  }
  .sinaletica2 {
    display: block;
  }
  .sinaletica2.push-top {
    padding-bottom: 58px;
  }
  .sinaletica3 {
    display: block;
  }
  .sinaletica3.push-top {
    padding-bottom: 58px;
  }
  .premios13 {
    display: block;
  }
  .premios13.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios14 {
    display: block;
  }
  .premios14.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios15 {
    display: block;
  }
  .premios15.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios16 {
    display: block;
  }
  .premios16.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios17 {
    display: block;
  }
  .premios17.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .column-23 {
    margin-bottom: 43px;
  }
  .column-24 {
    margin-bottom: 7px;
    padding-bottom: 55px;
  }
  .merchandising1a {
    display: block;
  }
  .merchandising1a.push-top {
    margin-left: -12px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .merchandising2a {
    display: block;
  }
  .merchandising2a.push-top {
    margin-left: -12px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .merchandising3a {
    display: block;
  }
  .merchandising3a.push-top {
    margin-left: -12px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .sinaletica1a {
    display: block;
  }
  .sinaletica1a.push-top {
    margin-left: -12px;
    padding-top: 240px;
    padding-bottom: 58px;
  }
  .sinaletica2a {
    display: block;
  }
  .sinaletica2a.push-top {
    margin-left: -12px;
    padding-top: 240px;
    padding-bottom: 58px;
  }
  .sinaletica3a {
    display: block;
  }
  .sinaletica3a.push-top {
    margin-left: -12px;
    padding-top: 240px;
    padding-bottom: 58px;
  }
  .icon-3 {
    width: 100%;
    margin-top: -6px;
    padding-left: 0px;
  }
  .image-11 {
    display: block;
    width: 100%;
    margin-top: -9px;
    padding-left: 0px;
  }
  .nav-link-copy.menu {
    left: 178px;
    top: -15px;
    right: -9px;
    width: 20%;
    height: 100%;
    margin-top: -11px;
    margin-left: 35px;
    padding: 27px 0px 35px 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }
  .nav-link-copy.menu.w--open {
    width: 20%;
    margin-left: 0px;
    padding-left: 0px;
  }
  .container-11-copy {
    position: static;
    left: 18px;
    top: -2px;
  }
  .image-12 {
    width: 100%;
    margin-top: -20px;
    padding-left: 0px;
  }
  .premios18 {
    display: block;
  }
  .premios18.push-top {
    margin-left: -12px;
    padding-bottom: 58px;
  }
  .premios19 {
    display: block;
  }
  .premios19.push-top {
    margin-left: -12px;
    padding-bottom: 58px;
  }
  .premios20 {
    display: block;
  }
  .premios20.push-top {
    margin-left: -12px;
    padding-bottom: 58px;
  }
  .premios-20 {
    display: block;
  }
  .premios-20.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios21 {
    display: block;
  }
  .premios21.push-top {
    margin-left: -11px;
    padding-bottom: 58px;
  }
  .premios22 {
    display: block;
  }
  .premios22.push-top {
    margin-left: -11px;
    padding-bottom: 58px;
  }
  .lightbox-link-5 {
    margin-top: -78px;
  }
  .gravacao-4 {
    display: block;
  }
  .gravacao-4.push-top {
    margin-left: -12px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .gravacao-5 {
    display: block;
  }
  .gravacao-5.push-top {
    margin-left: -12px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .gravacao-6 {
    display: block;
  }
  .gravacao-6.push-top {
    margin-left: -12px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .sinaletica-3 {
    display: block;
  }
  .sinaletica-3.push-top {
    margin-left: -12px;
    padding-top: 240px;
    padding-bottom: 58px;
  }
  .sinaletica-5 {
    display: block;
  }
  .sinaletica-5.push-top {
    margin-left: -12px;
    padding-top: 240px;
    padding-bottom: 58px;
  }
  .sinaletica-6 {
    display: block;
  }
  .sinaletica-6.push-top {
    margin-left: -12px;
    padding-top: 240px;
    padding-bottom: 58px;
  }
  .image-13 {
    padding-left: 0px;
  }
  .columns-6 {
    margin-top: 31px;
  }
  .columns-7 {
    margin-top: 31px;
  }
  .columns-8 {
    margin-top: 37px;
  }
  .image-5-copy {
    margin-left: 0px;
  }
  .image-5-copy2 {
    margin-left: 0px;
  }
  .image-5-copy4 {
    margin-left: 0px;
  }
  .slider-3 {
    position: relative;
    display: block;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .mask-2 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide-4 {
    width: 100%;
    margin-left: -57px;
  }
  .testimony-text-2 {
    position: static;
    left: 0px;
    width: auto;
    height: 50%;
    padding-right: auto;
    padding-left: auto;
    font-size: 14px;
    line-height: 25px;
  }
  .name-2 {
    margin-left: -13px;
    padding-top: 0px;
  }
  .title-2 {
    width: 80%;
    margin-left: 29px;
    font-size: 12px;
  }
  .slide-nav-4 {
    position: static;
    top: 0px;
    bottom: 0px;
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .navigation-copy-contctos {
    position: absolute;
    height: auto;
  }
  .nav-link-3 {
    padding-left: 10px;
  }
  .nav-link-3.menu {
    left: 178px;
    top: -15px;
    right: -9px;
    width: 10%;
    height: 100%;
    margin-top: -11px;
    margin-left: 76px;
    padding: 27px 0px 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }
  .nav-link-3.menu.w--open {
    width: 10%;
    margin-top: -25px;
    margin-left: 70px;
  }
  .image-14 {
    width: 100%;
    margin-top: -30px;
    margin-left: 28px;
    padding-top: 0px;
  }
  .image-15 {
    display: block;
    width: 160%;
    margin-top: -23px;
    padding-left: 0px;
  }
  .icon-4 {
    width: 50%;
    padding-left: 0px;
  }
  .brand-link-2 {
    position: static;
    width: 40%;
    margin-left: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .brand-link-2.w--current {
    width: 60%;
    margin-left: -28px;
  }
  .nav-menu-4 {
    margin-top: -9px;
  }
  .link-block-4 {
    position: static;
    width: 150%;
  }
  .slide-4b {
    width: 100%;
    height: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 18px;
  }
  .slide-4c {
    width: 100%;
    margin-left: -24px;
    padding-bottom: 136px;
  }
  .section-heading-fabrico.centered {
    margin-top: -26px;
    padding-top: 34px;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .paragraph-9 {
    margin-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .section-cookies {
    margin-top: -1px;
  }
  .section-cookies.main {
    display: block;
    height: 30%;
    padding-bottom: 115px;
  }
  .section-cookies.clients {
    margin-top: -3px;
  }
  .button-4 {
    position: static;
  }
  .button-4-copy {
    position: static;
  }
  .section-3 {
    margin-top: -1px;
  }
  .section-3.main {
    display: block;
    height: 30%;
    padding-bottom: 115px;
  }
  .section-3.clients {
    margin-top: -3px;
  }
  .image-16 {
    width: 90%;
  }
  .premios23 {
    display: block;
  }
  .premios23.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios24 {
    display: block;
  }
  .premios24.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios25 {
    display: block;
  }
  .premios25.push-top {
    height: 200%;
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .link-block-5 {
    margin-top: -132px;
  }
  .premios23-copy {
    display: block;
  }
  .premios23-copy.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios24-copy {
    display: block;
  }
  .premios24-copy.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios25-copy {
    display: block;
  }
  .premios25-copy.push-top {
    height: 200%;
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios25-copy-copy {
    display: block;
  }
  .premios25-copy-copy.push-top {
    height: 200%;
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
    background-image: url('../images/qmcasa_TBN.png');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .premios25-copy-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/qmcasa_TBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/qmcasa_TBN.png');
  }
  .premios24-copy-copy {
    display: block;
  }
  .premios24-copy-copy.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios24-copy-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/gala_desporto_TBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/gala_desporto_TBN.png');
  }
  .sinaletica1a-copy {
    display: block;
  }
  .sinaletica1a-copy.push-top {
    height: 180%;
    margin-left: -12px;
    padding-top: 240px;
    padding-bottom: 58px;
    background-size: cover;
  }
  .sinaletica1a-copy.push-top:hover {
    background-image: url('../images/lupa.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/sinaletica_camara_aveirasTBN.png');
    background-image: url('../images/lupa.png'), linear-gradient(180deg, transparent, transparent), url('../images/sinaletica_camara_aveirasTBN.png');
    background-size: auto, auto, cover;
  }
  .protecao {
    display: block;
  }
  .protecao.push-top {
    height: auto;
    margin-left: 10px;
    padding-top: 220px;
    padding-bottom: 58px;
    text-align: center;
  }
  .protecao1 {
    display: block;
  }
  .protecao1.push-top {
    margin-left: 0px;
    padding-top: 220px;
    padding-bottom: 58px;
  }
  .protecao2 {
    display: block;
  }
  .protecao2.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .protecao3 {
    display: block;
  }
  .protecao3.push-top {
    height: 200%;
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .lightbox-link-8 {
    padding-left: 10px;
  }
  .protecao-copy {
    display: block;
  }
  .protecao-copy.push-top {
    height: auto;
    margin-left: 0px;
    padding-top: 220px;
    padding-bottom: 58px;
  }
  .protecao1-copy {
    display: block;
  }
  .protecao1-copy.push-top {
    margin-left: 0px;
    padding-top: 220px;
    padding-bottom: 58px;
  }
  .slide-5 {
    height: auto;
  }
  .section-4 {
    height: 300px;
    margin-top: -13px;
  }
  .section-4-copy {
    height: 310px;
    margin-top: -14px;
  }
  .slide-5-copy-copy {
    margin-top: 5px;
  }
  .slide-5-copy-copy-copy {
    height: 310px;
    margin-top: -3px;
  }
  .main-heading-copy {
    font-size: 28px;
  }
  .main-heading-copy {
    font-size: 28px;
  }
  .main-heading-copy {
    font-size: 20px;
  }
  .section-4-copy-copy-copy {
    height: 310px;
    margin-top: -11px;
  }
  .section-4-copy-copy-copy-copy {
    height: 310px;
  }
  .section-4-copy-copy-copy-copy-copy {
    height: 310px;
  }
  .mask-3 {
    height: 300px;
  }
  .slide-6 {
    height: 310px;
  }
  .section-copy {
    margin-top: -5px;
  }
  .section-copy.main {
    display: block;
    height: 310px;
    margin-top: -8px;
    padding-bottom: 115px;
  }
  .section-copy.footer.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 500px;
    padding-bottom: 0px;
  }
  .section-copy.clients {
    margin-top: -3px;
  }
  .section-copy-copy {
    padding-bottom: 956px;
  }
  .section-home1 {
    margin-top: -5px;
  }
  .section-home1.main {
    display: block;
    height: 310px;
    margin-top: -8px;
    padding-bottom: 115px;
  }
  .section-home1.footer.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 500px;
    padding-bottom: 0px;
  }
  .section-home1.clients {
    margin-top: -3px;
  }
  .section-copy {
    margin-top: -5px;
  }
  .section-copy.main {
    display: block;
    height: 310px;
    margin-top: -8px;
    padding-bottom: 115px;
  }
  .section-copy.footer.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 500px;
    padding-bottom: 0px;
  }
  .section-copy.clients {
    margin-top: -3px;
  }
  .section-copy {
    margin-top: -5px;
  }
  .section-copy.main {
    display: block;
    height: 310px;
    margin-top: -8px;
    padding-bottom: 115px;
  }
  .section-copy.footer.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 500px;
    padding-bottom: 0px;
  }
  .section-copy.clients {
    margin-top: -3px;
  }
  .section-copy {
    margin-top: -5px;
  }
  .section-copy.main {
    display: block;
    height: 310px;
    margin-top: -8px;
    padding-bottom: 115px;
  }
  .section-copy.footer.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 500px;
    padding-bottom: 0px;
  }
  .section-copy.clients {
    margin-top: -3px;
  }
  .section-copy {
    margin-top: -5px;
  }
  .section-copy.main {
    display: block;
    height: 310px;
    margin-top: -8px;
    padding-bottom: 115px;
  }
  .section-copy.footer.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 500px;
    padding-bottom: 0px;
  }
  .section-copy.clients {
    margin-top: -3px;
  }
  .section-copy {
    margin-top: -5px;
  }
  .section-copy.main {
    display: block;
    height: 310px;
    margin-top: -8px;
    padding-bottom: 115px;
  }
  .section-copy.footer.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 500px;
    padding-bottom: 0px;
  }
  .section-copy.clients {
    margin-top: -3px;
  }
  .sinaletica-3-copy {
    display: block;
  }
  .sinaletica-3-copy.push-top {
    margin-left: -12px;
    padding-top: 240px;
    padding-bottom: 58px;
  }
  .section-copy-copy {
    margin-top: -5px;
  }
  .section-copy-copy.main {
    display: block;
    height: 310px;
    margin-top: -8px;
    padding-bottom: 115px;
  }
  .section-copy-copy.footer.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 500px;
    padding-bottom: 0px;
  }
  .section-copy-copy.clients {
    margin-top: -3px;
  }
  .section-newsletter {
    margin-top: -5px;
  }
  .section-newsletter.main {
    display: block;
    height: 310px;
    margin-top: -8px;
    padding-bottom: 115px;
  }
  .section-newsletter.footer.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 500px;
    padding-bottom: 0px;
  }
  .section-newsletter.clients {
    margin-top: -3px;
  }
  .section-copy-copy {
    margin-top: -5px;
  }
  .section-copy-copy.main {
    display: block;
    height: 310px;
    margin-top: -8px;
    padding-bottom: 115px;
  }
  .section-copy-copy.footer.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 500px;
    padding-bottom: 0px;
  }
  .section-copy-copy.clients {
    margin-top: -3px;
  }
  .nav-link-3-copy.menu {
    left: 178px;
    top: -15px;
    right: -9px;
    width: 10%;
    height: 100%;
    margin-top: -11px;
    margin-left: 76px;
    padding: 27px 0px 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }
  .nav-link-3-copy.menu.w--open {
    width: 10%;
    margin-top: -25px;
    margin-left: 70px;
  }
  .nav-link-3-copy.menu {
    left: 178px;
    top: -15px;
    right: -9px;
    width: 10%;
    height: 100%;
    margin-top: -11px;
    margin-left: 76px;
    padding: 27px 0px 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }
  .nav-link-3-copy.menu.w--open {
    width: 10%;
    margin-top: -25px;
    margin-left: 70px;
  }
  .link-3-copy {
    font-size: 11px;
  }
  .link-3-copy.w--current {
    font-size: 11px;
  }
  .premios4b {
    display: block;
  }
  .premios4b.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios5-copy {
    display: block;
  }
  .premios5-copy.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premios6-copy {
    display: block;
  }
  .premios6-copy.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
  .premiosb {
    display: block;
  }
  .premiosb.push-top {
    margin-left: -11px;
    padding-top: 300px;
    padding-bottom: 58px;
  }
}

#w-node-14d82640eeee-dc5f03e1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-560666346c87-dc5f03e1 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-85c739282171-dc5f03e1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cb7e6b6f2921-dc5f03e1 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cb7e6b6f2922-dc5f03e1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9e81bb2ee756-dc5f03e1 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-9e81bb2ee757-dc5f03e1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4ca3ed15c445-dc5f03e1 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-4ca3ed15c446-dc5f03e1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c06acaaa93bf-dc5f03e1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c06acaaa93c0-dc5f03e1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cd7c65b5ce74-135f03e5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3220c02d4f3c-135f03e5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b5c2a0dde475-135f03e5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cd7c65b5ce74-1faece48 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3220c02d4f3c-1faece48 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cd7c65b5ce74-f68f84ea {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-cd7c65b5ce74-135f03e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-3220c02d4f3c-135f03e5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-b5c2a0dde475-135f03e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-f9454ffabc33-395f03ec {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-66b3ab3d8758-395f03ec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1d695b7e6a61-395f03ec {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-cd7c65b5ce74-1faece48 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-3220c02d4f3c-1faece48 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-cd7c65b5ce74-f68f84ea {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

