.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  padding-top: 60px;
  font-family: 'Roboto Condensed';
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

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

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

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  position: relative;
  top: 0px;
  display: inline-block;
  margin: 15px 0px -1px;
  padding: 17px 27px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #09a2dd;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 3px 0 9px #000;
}

.button:hover {
  background-color: rgba(7, 6, 6, 0.79);
  color: #c7aa8b;
}

.button.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button.form:hover {
  background-color: transparent;
  color: #323232;
}

.button.solid {
  position: relative;
  left: 67px;
  top: -7px;
  margin-right: 0px;
  margin-left: 2px;
  padding: 3px 11px 5px;
  border-color: #c7aa8b;
  background-color: #c7aa8b;
  font-size: 39px;
  line-height: 40px;
  text-align: center;
  text-shadow: 2px 0 2px #000;
}

.button.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 514px;
  display: block;
  padding-top: 0px;
  background-color: #323232;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
}

.nav-link {
  left: 9px;
  right: -9px;
  padding: 20px 31px 20px 13px;
  border-right: 1px solid #4d4d4d;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed';
  color: #ededed;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #000;
  color: #fff;
}

.nav-link.w--current {
  background-color: #000;
  box-shadow: none;
  color: #c7aa8b;
}

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

.nav-link.social-icons {
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px solid #4d4d4d;
  opacity: 0.8;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.logo-text {
  position: relative;
  top: 22px;
  margin-top: 0px;
  margin-right: 31px;
  margin-left: 0px;
  padding-left: 0px;
  float: left;
  font-family: 'Roboto Condensed';
  color: #ededed;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.logo-text:hover {
  top: 17px;
}

.nav-menu {
  left: 236px;
  right: 14px;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-left: 1px solid #4d4d4d;
}

.urgente-logo {
  position: relative;
  left: -61px;
  top: -35px;
  bottom: -22px;
  margin-top: -1px;
  margin-right: 8px;
  margin-bottom: -22px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  opacity: 0.9;
}

.urgente-logo:focus {
  margin-top: -33px;
}

.urgente-logo.footer {
  margin-top: -34px;
  opacity: 0.4;
}

.brand {
  padding-top: 17px;
}

.section-main {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-main.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-main.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-main.image {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/reparacoes-24horas.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/reparacoes-24horas.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: Lato, sans-serif;
}

.section-main.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-main.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-main.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-main.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-main.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-main.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-main.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-main.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.main-heading {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 76px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 8px 7px #000;
}

.main-heading.bold {
  position: relative;
  top: 11px;
  padding-top: 6px;
  font-weight: 700;
}

.slider-nav {
  padding-top: 1px;
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 23px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.horizontal-bar.beige {
  display: inline-block;
  background-color: #c7aa8b;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, 0.18);
}

.slider {
  height: 500px;
  background-color: transparent;
}

.slide {
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 1px;
  padding-top: 84px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67))), url('../images/Reparações24horasUrgente.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url('../images/Reparações24horasUrgente.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/reparacao-esquentadores-lisboa.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/reparacao-esquentadores-lisboa.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.process-titles {
  position: relative;
  left: -40px;
  top: 10px;
  margin-bottom: 23px;
  padding-top: 8px;
  padding-left: 0px;
  border-top: 1px solid rgba(50, 50, 50, 0.13);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 2px 7px #f7f7f7;
}

.icon-wrapper {
  height: 109px;
  margin-bottom: 24px;
  text-align: center;
}

.number {
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0px;
  color: rgba(50, 50, 50, 0.09);
  font-size: 16px;
  text-transform: uppercase;
}

.testimonials-slider {
  height: auto;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.testimonial-slide {
  width: 50%;
  padding: 24px 30px;
  text-align: center;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: rgba(50, 50, 50, 0.36);
  font-size: 16px;
  text-transform: uppercase;
}

.small-title-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  position: static;
  top: -2px;
  margin-top: 0px;
  margin-left: 1px;
  padding-right: 0px;
  padding-left: 0px;
  color: #858585;
  font-size: 16px;
}

.footer-text.address {
  position: relative;
  left: -43px;
  top: 2px;
  text-align: center;
}

.subheading {
  position: relative;
  top: -16px;
  margin-top: 19px;
  margin-bottom: 10px;
  padding-top: 9px;
  font-family: Varela, sans-serif;
  color: #f7f7f7;
  font-size: 25px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.contact-form-column {
  padding: 74px 33px;
  background-color: #c7aa8b;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  color: #323232;
  font-size: 18px;
  text-transform: uppercase;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.field:focus {
  box-shadow: inset 0 0 0 0 transparent;
}

.success {
  padding-top: 35px;
  padding-bottom: 43px;
  border: 3px solid #323232;
  background-color: transparent;
  color: #323232;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.success-message {
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  position: relative;
  top: -17px;
  margin-right: -40px;
  margin-bottom: 11px;
  padding-right: 0px;
  font-size: 18px;
  text-align: justify;
}

.project-title {
  position: relative;
  top: -38px;
  margin-right: -65px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  opacity: 0.19;
}

.tag-title {
  margin-right: 16px;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
}

.back-to-work-column {
  padding-top: 32px;
  text-align: right;
}

.prev-project-wrapper {
  padding-right: 30px;
  border-right: 3px solid #4d4d4d;
  text-align: right;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  padding-right: 10px;
  opacity: 0.26;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.project-column {
  left: 62px;
  top: 48px;
  padding-right: 0px;
  padding-left: 0px;
}

.container {
  height: 300px;
  margin-top: -40px;
  padding-top: 0px;
  font-size: 22px;
  line-height: 20px;
}

.image-2 {
  position: fixed;
  left: 451px;
  right: 7px;
  bottom: 59px;
  margin-right: 0px;
  margin-left: -55px;
  padding-left: 0px;
}

.container-2 {
  height: 300px;
  margin-top: -42px;
  padding-top: 0px;
}

.link {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  direction: ltr;
  color: #c7aa8b;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block {
  padding-left: 0px;
  color: #f7f7f7;
  font-size: 28px;
  line-height: 30px;
}

.row {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-3 {
  padding-top: 18px;
}

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

.paragraph {
  padding-top: 160px;
}

.paragraph-2 {
  padding-top: 155px;
}

.paragraph-3 {
  margin-top: 1px;
  padding-top: 145px;
}

.row-2 {
  position: relative;
  top: -55px;
  padding-top: 17px;
}

.image-3 {
  padding-top: 14px;
  text-align: center;
}

.container-4 {
  padding-top: 0px;
  text-align: center;
}

.heading {
  margin-top: 14px;
}

.column {
  text-align: justify;
}

.image-4 {
  position: relative;
  left: 0px;
  border: 1px none #f7f7f7;
  border-radius: 10px;
}

.column-2 {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

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

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

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

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

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

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

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

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

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

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

.paragraph-5 {
  font-size: 14px;
  text-align: justify;
}

.image-5 {
  position: relative;
  left: 33px;
  top: 4px;
  margin-left: -8px;
  padding-left: 0px;
  border-radius: 10px;
}

.image-6 {
  border-radius: 10px;
}

.heading-12 {
  color: #c7aa8b;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
}

.image-7 {
  border-radius: 10px;
}

.row-3 {
  position: relative;
  top: -23px;
  bottom: 29px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 47px;
}

.row-4 {
  position: relative;
  top: -42px;
}

.body {
  padding-top: 60px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
  text-decoration: none;
}

.container-6 {
  position: relative;
  top: -4px;
  margin-top: -23px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.body-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/reparacoes-24horas.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/reparacoes-24horas.jpg');
  background-position: 0px 0px, 50% -1px;
  background-size: auto, cover;
}

.heading-13 {
  color: #f7f7f7;
}

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

.image-8 {
  position: relative;
  left: 0px;
  top: -52px;
  right: 0px;
}

.image-9 {
  position: relative;
  top: 0px;
  border-radius: 10px;
}

.image-10 {
  border-radius: 10px;
}

.heading-14 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f7f7f7;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

.unordered-list {
  padding-left: 25px;
  font-size: 14px;
  line-height: 25px;
  list-style-type: disc;
}

.list-item {
  position: relative;
  top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.list-item-2 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.column-9 {
  position: static;
  left: 164px;
  top: 0px;
  bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  text-align: justify;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 25px;
  text-transform: none;
}

.heading-15 {
  position: relative;
  top: 6px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.row-5 {
  position: relative;
  top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  font-size: 16px;
  text-align: left;
}

.section-janelas-3 {
  position: relative;
  top: 13px;
  height: 300px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  text-transform: none;
}

.unordered-list-2 {
  padding-left: 27px;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  letter-spacing: 0px;
  text-indent: 0px;
}

.unordered-list-3 {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 25px;
}

.container-7 {
  position: static;
  top: 77px;
  margin-top: 0px;
  padding: 0px;
}

.section-3 {
  position: relative;
  margin-right: 0px;
  margin-bottom: 7px;
  margin-left: -9px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 6px;
  background-color: #f7f7f7;
  font-weight: 400;
}

.paragraph-6 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  font-family: Roboto, sans-serif;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 1.2;
  text-align: justify;
}

.paragraph-7 {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  font-size: 13px;
  text-align: justify;
}

.heading-16 {
  position: static;
  left: 0%;
  top: 1%;
  right: 0%;
  bottom: auto;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.column-12 {
  top: 70px;
}

.image-11 {
  position: relative;
  left: -54px;
  top: -62px;
  margin-left: 0px;
  border-radius: 10px;
}

.column-13 {
  left: -42px;
  padding-right: 6px;
}

.container-8 {
  position: relative;
}

.image-12 {
  position: relative;
  left: -24px;
  top: -4px;
  padding-top: 0px;
}

.column-14 {
  display: block;
  padding-right: 56px;
}

.link-block {
  position: relative;
  left: -371px;
  margin-left: 18px;
  padding-left: 0px;
}

.image-13 {
  position: relative;
  left: 5px;
  border: 1px none #f7f7f7;
  border-radius: 10px;
}

.image-14 {
  position: relative;
  left: 7px;
  border-style: none;
  border-radius: 10px;
}

.image-15 {
  border-radius: 10px;
}

.image-16 {
  border-radius: 10px;
}

.column-16 {
  text-shadow: 1px 1px 6px #f7f7f7;
}

.important-text {
  text-shadow: 0 2px 9px #000;
}

.navbar-principal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: -1px;
  padding-top: 0px;
  padding-bottom: 1px;
  -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;
  background-color: #100f0f;
  box-shadow: 1px 1px 11px -1px hsla(0, 0%, 96.9%, 0.55);
  color: #d1d1d1;
}

.logourgente {
  position: relative;
  left: 9px;
}

.nav-link-1 {
  border-style: none;
  border-right-width: 0px;
  border-right-color: #000;
  border-left-width: 1px;
  border-left-color: #000;
  -webkit-transform: perspective(740px);
  transform: perspective(740px);
  color: #d1d1d1;
  font-size: 15px;
  text-transform: uppercase;
}

.nav-link-1:hover {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #e91515;
}

.nav-link-1.w--current {
  color: #f7f7f7;
}

.nav-link-3 {
  border-right-style: none;
  border-right-color: #000;
  color: #d1d1d1;
  font-size: 15px;
  text-transform: uppercase;
}

.nav-link-3:hover {
  color: #e91515;
}

.nav-link-4 {
  top: 0px;
  color: #f7f7f7;
  font-size: 15px;
  text-transform: uppercase;
}

.nav-link-4:hover {
  color: #e91515;
}

.nav-link-4.w--current {
  color: #f7f7f7;
}

.nav-menu-2 {
  top: 4px;
  right: 5px;
  bottom: 2px;
  border-right-style: none;
  border-right-color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f7f7f7;
  font-weight: 300;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/LOGOPrancheta-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/LOGOPrancheta-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.important-text-2 {
  text-shadow: 1px 1px 9px #000;
}

.important-text-3 {
  text-shadow: 1px 1px 9px #000;
}

.important-text-4 {
  text-shadow: 1px 1px 9px #000;
}

.important-text-5 {
  text-shadow: 1px 1px 9px #000;
}

.important-text-6 {
  text-shadow: 1px 1px 9px #000;
}

.container-9 {
  position: relative;
  top: -74px;
  height: 300px;
}

.container-10 {
  position: relative;
  top: -20px;
}

.nav-link-5 {
  position: static;
  left: -104px;
  top: -4px;
  right: 0px;
  display: inline-block;
  margin: 15px 53px 0px 0px;
  padding: 7px 15px 10px;
  border: 1px solid #be1919;
  border-radius: 7px;
  background-color: #c71a1a;
  direction: ltr;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f7f7f7;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link-5:hover {
  border-color: #323232;
  background-color: rgba(7, 6, 6, 0.45);
}

.image-17 {
  position: relative;
  left: 3px;
  top: 3px;
  margin-left: -6px;
  padding-left: 0px;
}

.image-18 {
  position: relative;
  left: -9px;
  top: -9px;
  padding-top: 0px;
  padding-left: 0px;
}

.column-17 {
  position: static;
  left: -28px;
  top: 13px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
}

.row-6 {
  margin-right: 0px;
  margin-left: 0px;
}

.column-18 {
  position: static;
  left: 3px;
  top: 0px;
  margin-top: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.image-19 {
  position: relative;
  left: 19px;
  right: 16px;
  text-align: center;
}

.container-13 {
  position: relative;
  left: -14px;
  top: 2px;
  padding-left: 7px;
  text-align: center;
}

.image-20 {
  position: relative;
  left: -16px;
}

.image-21 {
  position: relative;
  left: 5px;
}

.image-22 {
  position: relative;
  left: 73px;
  top: 11px;
  padding-left: 0px;
}

.important-text-7 {
  font-family: Lato, sans-serif;
  color: #323232;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
}

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

.link-2 {
  position: static;
  left: 1px;
  top: 8px;
  display: block;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.text-span {
  text-shadow: none;
}

.column-estores {
  position: static;
  padding-bottom: 0px;
}

.column-caldeiras {
  position: static;
  padding-bottom: 0px;
}

.column-portas {
  position: static;
  padding-bottom: 0px;
}

.image-reparacao-estores {
  display: block;
  border-radius: 6px;
  text-decoration: none;
}

.image-reparacao-estores:focus {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.image-eletricista-urgente {
  position: static;
  left: 14px;
  display: block;
  border-radius: 6px;
}

.image-canalizador-urgente-24horas {
  position: static;
  left: 14px;
  display: block;
  border-radius: 6px;
}

.link-3 {
  position: static;
  left: 21px;
  top: 9px;
  display: block;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.link-4 {
  position: static;
  left: 18px;
  top: 9px;
  display: block;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
}

.image-reparacao-de-caldeira {
  display: block;
  border-radius: 6px;
}

.image-reparacao-maquina-lavar {
  position: static;
  left: 14px;
  display: block;
  border-radius: 6px;
}

.image-reparacao-de-esquentador {
  position: static;
  left: 14px;
  display: block;
  border-radius: 6px;
}

.link-5 {
  position: static;
  left: -3px;
  top: 9px;
  display: block;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.link-6 {
  position: static;
  left: 8px;
  top: 9px;
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
}

.link-7 {
  position: static;
  top: 9px;
  display: block;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
}

.image-reparacao-de-porta {
  display: block;
  border-radius: 6px;
}

.image-reparacao-janela-perfil {
  position: static;
  left: 14px;
  display: block;
  border-radius: 6px;
}

.image-desentupimento-urgente {
  position: static;
  left: 14px;
  display: block;
  border-radius: 6px;
}

.link-8 {
  position: static;
  top: 9px;
  display: inline-block;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
}

.link-9 {
  position: static;
  left: 20px;
  top: 9px;
  display: block;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.link-10 {
  position: static;
  left: 12px;
  top: 9px;
  display: block;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
}

.container-servicos {
  padding-right: 0px;
}

.text-block-3 {
  color: #d1d1d1;
}

.text-block-3:hover {
  color: #e91515;
}

.dropdown-toggle {
  top: 0px;
  font-size: 15px;
}

.icon-2 {
  color: #d1d1d1;
}

.icon-2:hover {
  color: #e91515;
}

.dropdown-link {
  background-color: rgba(206, 30, 30, 0.9);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.dropdown-link:hover {
  background-color: rgba(119, 111, 111, 0.76);
}

.dropdown-link-2 {
  background-color: rgba(206, 30, 30, 0.9);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.dropdown-link-2:hover {
  background-color: rgba(119, 111, 111, 0.76);
}

.dropdown-link-3 {
  background-color: rgba(206, 30, 30, 0.9);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.dropdown-link-3:hover {
  background-color: rgba(119, 111, 111, 0.76);
}

.dropdown-link-4 {
  background-color: rgba(206, 30, 30, 0.9);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.dropdown-link-4:hover {
  background-color: rgba(119, 111, 111, 0.76);
}

.dropdown-link-5 {
  background-color: rgba(206, 30, 30, 0.9);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.dropdown-link-5:hover {
  background-color: rgba(119, 111, 111, 0.76);
}

.dropdown-link-6 {
  background-color: rgba(206, 30, 30, 0.9);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.dropdown-link-6:hover {
  background-color: rgba(119, 111, 111, 0.76);
}

.dropdown-link-7 {
  background-color: rgba(206, 30, 30, 0.9);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.dropdown-link-8 {
  background-color: rgba(206, 30, 30, 0.9);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.dropdown-link-8:hover {
  background-color: rgba(119, 111, 111, 0.76);
}

.dropdown-link-9 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(206, 30, 30, 0.9);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.dropdown-link-9:hover {
  background-color: rgba(119, 111, 111, 0.76);
}

.row-serv-1 {
  padding-bottom: 45px;
}

.row-serv-2 {
  padding-bottom: 45px;
}

.column-desentupimentos {
  position: static;
}

.column-eletricista {
  position: static;
}

.column-maquinas {
  position: static;
}

.column-esquentadores {
  position: static;
}

.column-canalizador {
  position: static;
}

.column-29 {
  left: -35px;
  top: -6px;
}

.row-9 {
  position: relative;
  top: -38px;
}

.column-12-copy {
  top: 70px;
}

.column-12-desentop {
  top: 70px;
}

.image-32 {
  position: relative;
  top: -19px;
}

.section-principal {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78))), url('../images/Reparações24horasUrgente.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url('../images/Reparações24horasUrgente.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container-16 {
  position: static;
  top: 23px;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

.image-33 {
  position: static;
  left: 0px;
  top: 0px;
  right: 189px;
  bottom: 0px;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}

.heading-17 {
  position: static;
  top: 31px;
  padding-top: 20px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.text-block-4 {
  position: static;
  top: 33px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #f7f7f7;
  font-size: 25px;
  line-height: 1.5;
  font-style: normal;
  text-align: center;
}

.paragraph-8 {
  font-size: 14px;
  text-align: justify;
}

.paragraph-9 {
  font-size: 14px;
  text-align: left;
}

.paragraph-10 {
  font-size: 14px;
  text-align: justify;
}

.paragraph-11 {
  font-size: 14px;
  text-align: justify;
}

.paragraph-12 {
  font-size: 14px;
  text-align: justify;
}

.paragraph-13 {
  font-size: 14px;
  text-align: justify;
}

.paragraph-14 {
  font-size: 14px;
  text-align: justify;
}

.paragraph-15 {
  font-size: 14px;
  text-align: justify;
}

.paragraph-16 {
  font-size: 14px;
  text-align: justify;
}

.container-17 {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
}

.row-10 {
  padding-top: 15px;
}

.paragraph-17 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.image-34 {
  position: relative;
  left: 38px;
  border-radius: 10px;
}

.section-5 {
  padding-top: 77px;
  padding-bottom: 77px;
  background-color: hsla(0, 0%, 82%, 0.23);
}

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

.button-5 {
  position: relative;
  left: -105px;
  margin-bottom: 18px;
  margin-left: 241px;
  padding-right: 15px;
  padding-bottom: 9px;
  padding-left: 16px;
  border-radius: 10px;
  background-color: #df0909;
  font-size: 40px;
  line-height: 42px;
}

.paragraph-18 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: justify;
}

.section-estores-1 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.row-estores-2 {
  position: relative;
  padding-top: 0px;
}

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

.bold-text-2 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.bold-text-3 {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}

.list-item-3 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

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

.bold-text-5 {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}

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

.bold-text-7 {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}

.bold-text-8 {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}

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

.bold-text-10 {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}

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

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

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

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

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

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

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

.bold-text-18 {
  font-size: 14px;
  font-weight: 400;
}

.list-item-4 {
  margin-left: 1px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-19 {
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

.bold-text-23 {
  font-size: 14px;
  font-weight: 400;
}

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

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

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

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

.column-31 {
  top: 81px;
}

.column-32 {
  font-style: normal;
}

.heading-18 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
}

.column-33 {
  top: 6px;
}

.image-35 {
  border-radius: 10px;
}

.button-6 {
  position: relative;
  left: -67px;
  margin-top: 16px;
  margin-left: 190px;
  padding-left: 15px;
  border-radius: 10px;
  background-color: #ee2626;
  font-size: 50px;
  line-height: 45px;
}

.section-7 {
  height: 400px;
  font-weight: 400;
}

.row-12 {
  padding-top: 39px;
}

.heading-19 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-19 {
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}

.image-36 {
  border-radius: 10px;
}

.section-8 {
  height: 400px;
  background-color: #f7f7f7;
}

.row-13 {
  padding-top: 35px;
}

.paragraph-20 {
  position: relative;
  top: 0px;
  direction: ltr;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}

.heading-20 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.image-37 {
  border-radius: 10px;
}

.bold-text-28 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-35 {
  top: 70px;
}

.container-18 {
  position: relative;
  top: 40px;
}

.column-36 {
  top: 0px;
}

.section-9 {
  height: 400px;
}

.row-14 {
  padding-top: 40px;
}

.body-4 {
  font-size: 15px;
}

.paragraph-21 {
  position: relative;
  top: 12px;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
}

.heading-21 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
}

.image-38 {
  border-radius: 10px;
}

.section-10 {
  height: 400px;
  background-color: #f7f7f7;
}

.paragraph-22 {
  padding-top: 22px;
  padding-right: 45px;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
}

.heading-22 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.row-15 {
  padding-top: 47px;
}

.image-39 {
  border-radius: 10px;
}

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

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

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

.column-37 {
  top: 36px;
}

.column-38 {
  top: -29px;
}

.column-40 {
  padding-top: 95px;
}

.button-7 {
  position: relative;
  left: -117px;
  margin-top: 14px;
  margin-right: 28px;
  margin-left: 239px;
  border-radius: 10px;
  background-color: #c70c0c;
  font-size: 35px;
  line-height: 35px;
}

.container-19 {
  padding-bottom: 7px;
}

.section-11 {
  height: 350px;
}

.row-16 {
  padding-top: 38px;
}

.paragraph-23 {
  padding-right: 49px;
  font-size: 22px;
  line-height: 24px;
  text-align: justify;
}

.paragraph-24 {
  position: relative;
  top: 0px;
  padding-right: 62px;
  font-size: 22px;
  line-height: 24px;
  text-align: justify;
}

.heading-23 {
  position: relative;
  top: -12px;
  color: #191818;
  font-size: 35px;
  font-weight: 600;
}

.column-41 {
  top: -19px;
}

.image-40 {
  border-radius: 10px;
}

.section-12 {
  height: 350px;
  background-color: #f7f7f7;
}

.row-17 {
  padding-top: 44px;
}

.column-44 {
  top: -25px;
}

.container-20 {
  position: relative;
  top: 40px;
}

.container-22 {
  position: relative;
  top: -25px;
}

.section-13 {
  height: 300px;
}

.row-18 {
  padding-top: 58px;
}

.paragraph-25 {
  padding-right: 53px;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}

.heading-24 {
  position: relative;
  top: -9px;
  color: #131212;
  font-size: 35px;
  font-weight: 600;
}

.paragraph-26 {
  position: relative;
  top: 1px;
  padding-right: 53px;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}

.heading-25 {
  position: relative;
  top: -9px;
  color: #181717;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
}

.column-45 {
  left: 15px;
  top: -24px;
}

.image-41 {
  position: relative;
  left: 10px;
  border-radius: 10px;
}

.section-esquentador-2 {
  height: 480px;
  background-color: #f7f7f7;
}

.row-19 {
  position: relative;
  top: 21px;
  padding-top: 48px;
}

.image-42 {
  position: relative;
  border-radius: 10px;
}

.column-46 {
  top: -44px;
}

.column-47 {
  top: 20px;
}

.section-15 {
  height: 330px;
}

.row-20 {
  height: 400px;
  padding-top: 45px;
}

.column-48 {
  top: 60px;
  padding-bottom: 0px;
}

.paragraph-27 {
  padding-right: 50px;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}

.column-49 {
  top: -17px;
}

.heading-26 {
  position: relative;
  top: -7px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
}

.paragraph-28 {
  padding-right: 23px;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}

.section-16 {
  height: 300px;
  background-color: #f7f7f7;
}

.row-21 {
  padding-top: 58px;
}

.column-50 {
  top: -4px;
  padding-left: 24px;
}

.image-43 {
  border-radius: 10px;
}

.image-44 {
  border-radius: 10px;
}

.heading-27 {
  position: relative;
  top: -6px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
}

.column-51 {
  top: 14px;
}

.container-24 {
  position: relative;
  top: 17px;
}

.section-17 {
  height: 330px;
}

.row-22 {
  padding-top: 56px;
}

.heading-28 {
  color: #323232;
  font-size: 40px;
  font-weight: 600;
}

.body-5 {
  font-size: 18px;
}

.column-52 {
  top: -58px;
}

.section-18 {
  height: 300px;
}

.column-53 {
  position: relative;
  left: 0px;
  top: -273px;
  overflow: visible;
}

.column-54 {
  top: 19px;
}

.image-45 {
  position: relative;
  left: 20px;
  clear: left;
  border-radius: 10px;
}

.paragraph-29 {
  font-size: 22px;
  line-height: 24px;
  text-align: justify;
}

.paragraph-30 {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  text-align: justify;
}

.heading-29 {
  font-size: 30px;
  font-weight: 700;
}

.section-19 {
  height: 350px;
  background-color: #f7f7f7;
}

.row-23 {
  height: 350px;
}

.container-25 {
  height: 330px;
}

.container-26 {
  position: relative;
  top: 146px;
  height: 400px;
}

.section-20 {
  height: 200px;
}

.image-46 {
  position: relative;
  left: 0px;
  top: 1px;
  right: 0px;
  float: right;
}

.link-block-2 {
  position: fixed;
  left: -21px;
  right: -23px;
  bottom: 20px;
  float: right;
}

.link-block-2.w--current {
  bottom: -23px;
}

.section-servicos {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-servicos.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-servicos.beige {
  margin-top: 0px;
  padding: 55px 0px 60px 23px;
  background-color: #f7f7f7;
}

.section-servicos.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-servicos.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-servicos.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-servicos.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-servicos.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-servicos.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-servicos.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-servicos.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-servicos.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-localidades {
  height: auto;
  padding-top: 6px;
  padding-bottom: 0px;
  color: #4d4d4d;
  text-align: center;
}

.section-localidades.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-localidades.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-localidades.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-localidades.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-localidades.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-localidades.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-localidades.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-localidades.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-localidades.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-localidades.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-localidades.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-footer {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-footer.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-footer.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-footer.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-footer.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-footer.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  overflow: visible;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  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;
  grid-template-rows: auto auto;
  background-color: #0e0d0d;
  line-height: 1.2;
}

.section-footer.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-footer.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-footer.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-footer.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-footer.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-footer.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-estores {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-estores.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.section-estores.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-estores.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-estores.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-estores.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-estores.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-estores.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-estores.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-estores.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-estores.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-estores.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-estores-2 {
  position: relative;
  height: 450px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 82%, 0.23);
}

.section-estores-3 {
  position: relative;
  top: 0px;
  overflow: auto;
  height: 200px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 0px;
  font-size: 14px;
  text-transform: none;
}

.row-estores-3 {
  position: relative;
  top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-size: 16px;
  text-align: left;
}

.container-28 {
  position: relative;
}

.container-estores-2 {
  position: relative;
  top: 64px;
}

.column-1-estores {
  position: static;
  left: 164px;
  top: 0px;
  bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  text-align: justify;
}

.column-2-estores {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.column-3-estores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-transform: none;
}

.heading-30 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
}

.container-29 {
  position: relative;
  left: auto;
  display: block;
  margin-right: 3px;
  margin-left: 4px;
  padding-right: 0px;
  float: right;
  clear: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-eletricista {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-eletricista.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-eletricista.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-eletricista.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-eletricista.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-eletricista.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-eletricista.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-eletricista.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-eletricista.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-eletricista.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-eletricista.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-eletricista.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-eletricista-1 {
  height: 400px;
  font-weight: 400;
}

.section-eletricista-2 {
  position: relative;
  top: 0px;
  height: 600px;
  background-color: #f7f7f7;
}

.section-eletricista-3 {
  position: relative;
  top: 13px;
  height: 300px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  text-transform: none;
}

.section-eletricista-localidades {
  margin-right: 0px;
  margin-bottom: -15px;
  margin-left: -9px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
  font-weight: 400;
}

.section-eletricista-footer {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-eletricista-footer.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-eletricista-footer.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-eletricista-footer.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-eletricista-footer.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-eletricista-footer.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-eletricista-footer.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-eletricista-footer.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-eletricista-footer.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-eletricista-footer.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-eletricista-footer.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-eletricista-footer.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-estores-footer {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-estores-footer.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-estores-footer.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-estores-footer.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-estores-footer.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-estores-footer.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-estores-footer.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-estores-footer.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-estores-footer.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-estores-footer.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-estores-footer.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-estores-footer.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.row-eletricista-footer {
  margin-right: 5px;
}

.section-canalizador {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-canalizador.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-canalizador.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-canalizador.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-canalizador.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-canalizador.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-canalizador.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-canalizador.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-canalizador.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-canalizador.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-canalizador.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-canalizador.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-canalizador-1 {
  height: 440px;
}

.section-canalizador-2 {
  height: 400px;
  background-color: #f7f7f7;
}

.section-canalizador-3 {
  position: relative;
  top: 13px;
  height: 380px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  font-size: 16px;
  text-transform: none;
}

.section-canalizador-4 {
  margin-right: 0px;
  margin-bottom: 7px;
  margin-left: -9px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 6px;
  background-color: #f7f7f7;
  font-weight: 400;
}

.section-canalizador-footer {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-canalizador-footer.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-canalizador-footer.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-canalizador-footer.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-canalizador-footer.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-canalizador-footer.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-canalizador-footer.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-canalizador-footer.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-canalizador-footer.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-canalizador-footer.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-canalizador-footer.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-canalizador-footer.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-caldeiras {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-caldeiras.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-caldeiras.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-caldeiras.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-caldeiras.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-caldeiras.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-caldeiras.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-caldeiras.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-caldeiras.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-caldeiras.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-caldeiras.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-caldeiras.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-caldeiras-1 {
  height: 400px;
}

.section-12-copy {
  height: 350px;
  background-color: #f7f7f7;
}

.section-caldeiras-2 {
  height: 400px;
  background-color: #f7f7f7;
}

.section-caldeiras-4 {
  position: relative;
  top: 13px;
  height: 300px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  text-transform: none;
}

.section-caldeiras-localidades {
  margin-right: 0px;
  margin-bottom: 7px;
  margin-left: -9px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 6px;
  background-color: #f7f7f7;
  font-weight: 400;
}

.container-31 {
  position: relative;
  top: 22px;
}

.heading-31 {
  color: #181616;
  font-size: 35px;
  font-weight: 600;
}

.section-caldeiras-footer {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-caldeiras-footer.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-caldeiras-footer.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-caldeiras-footer.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-caldeiras-footer.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-caldeiras-footer.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-caldeiras-footer.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-caldeiras-footer.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-caldeiras-footer.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-caldeiras-footer.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-caldeiras-footer.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-caldeiras-footer.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.row-caldeiras-footer {
  margin-right: 5px;
}

.image-47 {
  position: relative;
  border-radius: 10px;
}

.section-esquentador {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-esquentador.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-esquentador.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-esquentador.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-esquentador.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-esquentador.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-esquentador.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-esquentador.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-esquentador.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-esquentador.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-esquentador.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-esquentador.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-esquentador-1 {
  height: 400px;
}

.section-esquentador-3 {
  position: relative;
  top: 13px;
  height: 300px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  text-transform: none;
}

.section-esquentador-localidades {
  margin-right: 0px;
  margin-bottom: 7px;
  margin-left: -9px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 6px;
  background-color: #f7f7f7;
  font-weight: 400;
}

.section-esquentador-footer {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-esquentador-footer.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-esquentador-footer.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-esquentador-footer.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-esquentador-footer.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-esquentador-footer.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-esquentador-footer.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-esquentador-footer.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-esquentador-footer.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-esquentador-footer.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-esquentador-footer.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-esquentador-footer.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentupimento {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-desentupimento.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-desentupimento.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-desentupimento.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-desentupimento.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-desentupimento.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-desentupimento.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentupimento.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentupimento.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentupimento.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentupimento.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentupimento.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.72)), to(rgba(50, 50, 50, 0.72))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.72), rgba(50, 50, 50, 0.72)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentop-1 {
  height: 410px;
}

.section-desentop-2 {
  height: 400px;
  background-color: #f7f7f7;
}

.section-desentop-3 {
  position: relative;
  top: 13px;
  height: 300px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  text-transform: none;
}

.section-desentop-localidades {
  margin-right: 0px;
  margin-bottom: 7px;
  margin-left: -9px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 6px;
  background-color: #f7f7f7;
  font-weight: 400;
}

.section-desentop-footer {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-desentop-footer.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-desentop-footer.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-desentop-footer.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-desentop-footer.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-desentop-footer.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-desentop-footer.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentop-footer.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentop-footer.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentop-footer.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentop-footer.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentop-footer.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-maquinas {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-maquinas.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-maquinas.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-maquinas.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-maquinas.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-maquinas.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-maquinas.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-maquinas.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-maquinas.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-maquinas.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-maquinas.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-maquinas.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-maquinas-1 {
  position: relative;
  height: 400px;
  clear: left;
}

.section-maquinas-2 {
  height: 400px;
  clear: right;
  background-color: #f7f7f7;
}

.section-maquinas-3 {
  position: relative;
  top: 22px;
  height: 400px;
  font-size: 30px;
  line-height: 30px;
}

.section-maquinas-localidades {
  margin-right: 0px;
  margin-bottom: 7px;
  margin-left: -9px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 6px;
  float: none;
  clear: none;
  background-color: #f7f7f7;
  font-weight: 400;
}

.section-maquinas-footer {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-maquinas-footer.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-maquinas-footer.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-maquinas-footer.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-maquinas-footer.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-maquinas-footer.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-maquinas-footer.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-maquinas-footer.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-maquinas-footer.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-maquinas-footer.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-maquinas-footer.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-maquinas-footer.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.row-maquinas-3 {
  position: relative;
  top: -184px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  font-size: 16px;
  text-align: left;
}

.row-desentop-3 {
  position: relative;
  top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  font-size: 16px;
  text-align: left;
}

.row-esquentador-3 {
  position: relative;
  top: -7px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  font-size: 16px;
  text-align: left;
}

.row-caldeiras-3 {
  position: relative;
  top: 22px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  font-size: 16px;
  text-align: left;
}

.row-canalizador-3 {
  position: relative;
  top: 41px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  font-size: 16px;
  text-align: left;
}

.heading-maquinas3 {
  position: relative;
  top: -133px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading-mquinas-1 {
  color: #323232;
  font-size: 35px;
  line-height: 37px;
  font-weight: 600;
}

.section-portas {
  padding-top: 6px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0.71))), url('../images/reparacao-de-portas-urgente-reparacoes.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71)), url('../images/reparacao-de-portas-urgente-reparacoes.jpg');
  background-position: 0px 0px, 100% 28%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  color: #4d4d4d;
  text-align: center;
}

.section-portas.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-portas.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-portas.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-portas.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-portas.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-portas.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas-1 {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-portas-1.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-portas-1.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-portas-1.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-portas-1.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-portas-1.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-portas-1.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas-1.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas-1.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas-1.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas-1.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas-1.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.button-8 {
  position: relative;
  left: -156px;
  margin-top: 17px;
  margin-left: 315px;
  border-radius: 10px;
  background-color: #d31111;
  font-size: 40px;
  line-height: 40px;
}

.container-32 {
  position: relative;
  top: 24px;
}

.section-portas-2 {
  height: 400px;
}

.row-24 {
  position: relative;
  top: 40px;
}

.paragraph-31 {
  position: relative;
  top: 18px;
  padding-right: 0px;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}

.heading-32 {
  font-size: 35px;
  font-weight: 600;
  text-align: left;
}

.image-48 {
  border-radius: 10px;
}

.section-portas-3 {
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
  background-image: linear-gradient(180deg, #f7f7f7, #f7f7f7);
  font-size: 18px;
  text-align: justify;
}

.container-33 {
  position: relative;
  top: 39px;
}

.paragraph-32 {
  position: relative;
  top: 4px;
  padding-right: 0px;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}

.column-57 {
  top: -15px;
}

.heading-33 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
}

.column-58 {
  top: -10px;
}

.image-49 {
  border-radius: 5px;
}

.row-portas-4 {
  position: relative;
  top: -4px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  font-size: 16px;
  text-align: left;
}

.section-portas-4 {
  position: relative;
  top: 45px;
  height: 300px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  text-transform: none;
}

.container-34 {
  position: relative;
  top: 46px;
  margin-top: 21px;
  padding-top: 39px;
}

.column-eletricidade-3 {
  position: static;
  left: 164px;
  top: 0px;
  bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-align: justify;
}

.section-portas-localidades {
  margin-right: 0px;
  margin-bottom: 7px;
  margin-left: -9px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 6px;
  background-color: #f7f7f7;
  font-weight: 400;
}

.section-portas-footer {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-portas-footer.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-portas-footer.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-portas-footer.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-portas-footer.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-portas-footer.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-portas-footer.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas-footer.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas-footer.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas-footer.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas-footer.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-portas-footer.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.column-60 {
  top: -13px;
}

.section-janelas {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-janelas.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-janelas.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-janelas.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-janelas.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-janelas.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-janelas.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas.janelas {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/reparação-janela-Perfil.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/reparação-janela-Perfil.jpg');
  background-position: 0px 0px, 38% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas.janelas-copy {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.button-9 {
  position: relative;
  left: -102px;
  margin-top: 10px;
  margin-left: 243px;
  border-radius: 10px;
  background-color: #c00;
  font-size: 40px;
  line-height: 40px;
}

.container-35 {
  position: static;
  top: 0px;
  padding: 0px 10px;
}

.image-50 {
  position: static;
  left: -5px;
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 20px;
  border-radius: 10px;
}

.section-janelas-1 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 40px;
  line-height: 1.5px;
  text-align: justify;
}

.paragraph-33 {
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}

.heading-34 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
}

.column-61 {
  position: static;
  top: 0px;
  margin-top: 0px;
  padding: 20px 0px;
}

.section-janelas-2 {
  position: relative;
  top: 343px;
  height: 100px;
  background-color: #f7f7f7;
}

.column-62 {
  top: 19px;
  font-size: 18px;
}

.heading-35 {
  position: relative;
  top: -7px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
}

.paragraph-34 {
  padding-right: 26px;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}

.container-36 {
  position: relative;
  top: 21px;
}

.image-51 {
  border-radius: 10px;
}

.section-janelas-footer {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-janelas-footer.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-janelas-footer.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-janelas-footer.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-janelas-footer.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-janelas-footer.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #323232;
}

.section-janelas-footer.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-footer.maquina-de-lavar {
  padding-top: 18px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-footer.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-footer.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-footer.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-footer.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-localidades {
  margin: -101px 0px -1px -9px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 107px;
  background-color: #f7f7f7;
  font-weight: 400;
}

.column-63 {
  position: static;
  top: 0px;
  margin-top: 20px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 10px;
}

.container-38 {
  position: relative;
  top: 70px;
}

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

.container-39 {
  position: relative;
  height: 300px;
  text-align: center;
}

.text-block-5 {
  position: relative;
  top: 13px;
  color: #f7f7f7;
  font-size: 25px;
}

.button-10 {
  position: relative;
  left: 16px;
  top: 26px;
  border-radius: 10px;
  background-color: #db1313;
  font-size: 30px;
  line-height: 33px;
}

.section-21 {
  position: relative;
  top: 105px;
}

.column-64 {
  top: 38px;
}

.column-65 {
  top: -16px;
}

.container-portas-localidades {
  position: relative;
  top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-portas {
  position: relative;
  top: -99px;
  bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  font-size: 13px;
  text-align: justify;
}

.paragraph-portas-10 {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  font-size: 13px;
  text-align: justify;
}

.paragraph-portas-9 {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  font-size: 13px;
  text-align: justify;
}

.paragraph-portas-8 {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  font-size: 13px;
  text-align: justify;
}

.paragraph-portas-7 {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  font-size: 13px;
  text-align: justify;
}

.paragraph-portas-6 {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  font-size: 13px;
  text-align: justify;
}

.paragraph-portas-5 {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  font-size: 13px;
  text-align: justify;
}

.paragraph-portas-4 {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  font-size: 13px;
  text-align: justify;
}

.paragraph-portas-3 {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  font-size: 13px;
  text-align: justify;
}

.paragraph-portas-2 {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  font-size: 13px;
  text-align: justify;
}

.paragraph-portas-1 {
  position: relative;
  top: 0px;
  margin-top: -68px;
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
  font-size: 13px;
  text-align: justify;
}

.heading-portas-localidades {
  position: relative;
  left: -1px;
  top: -70px;
  margin-top: 84px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
}

.container-maquinas-localidades {
  position: relative;
  top: 7px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.row-25 {
  position: relative;
  top: -11px;
}

.text-block-6 {
  color: #f5ebeb;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}

.text-block-7 {
  color: #e5dfdf;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}

.text-block-8 {
  color: #f7f7f7;
  line-height: 40px;
}

.text-block-9 {
  color: #f7f7f7;
  line-height: 40px;
  text-align: justify;
}

.column-66 {
  top: 19px;
}

.text-block-10 {
  color: #f5ebeb;
  font-size: 35px;
  line-height: 1.5;
}

.row-inicio-contatos {
  position: static;
  top: 0px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.row-estores-contactos {
  position: relative;
  top: -11px;
}

.column-67 {
  top: 0px;
  overflow: scroll;
}

.link-11 {
  display: inline;
  color: #353434;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.link-11:hover {
  color: #d60303;
}

.section-estores-links {
  position: relative;
  top: 37px;
  overflow: auto;
  height: 600px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 0px;
  text-transform: none;
}

.column-1-estores-links {
  position: static;
  left: 164px;
  top: 0px;
  bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-align: justify;
}

.unordered-list-links1 {
  padding-left: 27px;
  font-size: 18px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0px;
  text-indent: 0px;
}

.unordered-list-links2 {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  line-height: 20px;
}

.unordered-list-links-3 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 20px;
  list-style-type: disc;
}

.list {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  list-style-type: disc;
}

.link-12 {
  color: #313131;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.link-12:hover {
  color: #f31d1d;
}

.link-13 {
  color: #2e2d2d;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.link-13:hover {
  color: #f31d1d;
}

.container-40 {
  position: relative;
  top: 22px;
  padding-left: 0px;
}

.list-item-7 {
  font-size: 14px;
}

.column-68 {
  top: 0px;
  font-size: 16px;
}

.list-item-8 {
  font-size: 14px;
  line-height: 25px;
}

.list-item-18 {
  font-size: 14px;
  line-height: 20px;
}

.list-item-19 {
  font-size: 14px;
  line-height: 20px;
}

.container-caldeiras-contatos {
  position: relative;
  left: 0px;
  top: -6px;
  bottom: -3px;
  z-index: 0;
}

.container-17-copy {
  position: relative;
  left: 0px;
  top: 35px;
  bottom: -3px;
  z-index: 0;
}

.container-17-canalizador {
  position: relative;
  left: 0px;
  top: 6px;
  bottom: -3px;
  z-index: 0;
}

.container-17-esquentadores {
  position: relative;
  left: 0px;
  top: -12px;
  bottom: -3px;
  z-index: 0;
}

.container-17-desentupimentos {
  position: relative;
  left: 0px;
  top: -12px;
  bottom: -3px;
  z-index: 0;
}

.container-17-maquinas {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: -3px;
  z-index: 0;
}

.column-69 {
  top: 0px;
}

.container-17-portas {
  position: relative;
  left: 0px;
  top: 41px;
  bottom: 0px;
  z-index: 0;
}

.container-7-estores {
  position: relative;
  top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.container-7-eletricista {
  position: relative;
  top: -4px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.container-7-copy {
  position: relative;
  top: 44px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.container-7-canalizador {
  position: relative;
  top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.container-40-estores {
  position: relative;
  top: 40px;
  padding-left: 0px;
}

.container-7-mquinas {
  position: relative;
  top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
}

.heading-15-portas {
  position: relative;
  top: -31px;
  display: block;
  margin-top: -4px;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.container-17-janelas {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
}

.heading-15-janelas {
  position: relative;
  top: -22px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading-15-janelas-12 {
  position: relative;
  top: -32px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.container-40-janelas {
  position: relative;
  top: 3px;
  padding-left: 0px;
}

.heading-14-estores {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f7f7f7;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

.subheading-estores {
  position: relative;
  top: -16px;
  margin-top: 19px;
  margin-bottom: 10px;
  padding-top: 9px;
  font-family: Varela, sans-serif;
  color: #f7f7f7;
  font-size: 25px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.row-estores-2-estores {
  position: relative;
  top: 36px;
  padding-top: 0px;
}

.row-estores-3333 {
  position: relative;
  top: 0px;
  margin-bottom: 0px;
  margin-left: -22px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-size: 16px;
  text-align: left;
}

.container-40-estoress {
  position: relative;
  top: 3px;
  padding-left: 0px;
}

.container-7-estores-121 {
  position: relative;
  top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-15-estores {
  position: relative;
  top: -10px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.container-40-estore {
  position: relative;
  top: 103px;
  padding-left: 0px;
}

.container-41 {
  position: relative;
  top: 60px;
}

.container-40-eletricista {
  position: relative;
  top: 20px;
  padding-left: 0px;
}

.container-42 {
  position: relative;
  top: 40px;
}

.heading-15-eletricista {
  position: relative;
  top: -20px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading-15-canalizador {
  position: relative;
  top: -22px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading-15-caldeiras {
  position: relative;
  top: -10px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.container-40-caldeiras {
  position: relative;
  top: 40px;
  padding-left: 0px;
}

.heading-15-caldeirass {
  position: relative;
  top: -44px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #181717;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.unordered-list-9 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  text-transform: capitalize;
}

.heading-64 {
  position: relative;
  top: 20px;
  color: #111010;
  font-size: 25px;
  line-height: 28px;
  text-align: center;
}

.column-70 {
  left: 1px;
  padding-left: 0px;
  font-size: 15px;
}

.column-71 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  text-transform: capitalize;
}

.unordered-list-11 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-transform: capitalize;
}

.row-26 {
  position: static;
  left: 23px;
  top: 8px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 60px;
  font-size: 22px;
  text-align: left;
}

.unordered-list-10 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
}

.container-div-maquinas {
  position: relative;
  top: 0px;
}

.column-72 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.italic-text {
  position: relative;
  top: -44px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  line-height: 32px;
}

.section-caldeiras-4-caldeiras {
  position: relative;
  top: 60px;
  height: 600px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  text-transform: none;
}

.container-40-caldeiras-copy-caldeiras {
  position: relative;
  top: 40px;
  padding-left: 0px;
}

.container-40-caldeiras-copy {
  position: relative;
  top: 40px;
  padding-left: 0px;
}

.heading-65 {
  position: relative;
  top: -25px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #141313;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}

.section-caldeiras-4-copy-caldeiras {
  position: relative;
  top: 13px;
  height: 300px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  text-transform: none;
}

.container-43 {
  position: relative;
  top: 20px;
}

.container-div-maquinas-copy-caldeiras {
  position: relative;
  top: 65px;
}

.heading-16-copy-caldeiras {
  position: relative;
  left: -1px;
  top: -95px;
  margin-top: 84px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #181717;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
}

.heading-15-copy-estores {
  position: relative;
  top: 0px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading-16-copy-estores {
  position: relative;
  left: -1px;
  top: -98px;
  margin-top: 84px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
}

.container-44 {
  position: relative;
  top: 70px;
}

.section-esquentador-3-copy-esquentadores {
  position: relative;
  top: 38px;
  height: 380px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  text-transform: none;
}

.container-45 {
  position: relative;
  top: 20px;
}

.heading-15-copy-esquentadores {
  position: relative;
  top: -29px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #141414;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading-15-copy-esquentadoress {
  position: relative;
  top: -10px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #131212;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading-15-copy-eletricista {
  position: relative;
  top: -48px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.eletricistas {
  position: relative;
  left: -1px;
  top: -55px;
  margin-top: 84px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  font-size: 30px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
}

.section-canalizador-1-copy-canalizador {
  position: relative;
  top: 38px;
  height: 480px;
}

.section-canalizador-2-copy-canalizador {
  position: relative;
  top: 41px;
  height: 480px;
  margin-top: 1px;
  margin-bottom: 68px;
  background-color: #f7f7f7;
}

.heading-16-copy-canalizador {
  position: relative;
  left: -1px;
  top: -52px;
  margin-top: 84px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
}

.container-46 {
  position: relative;
  top: 22px;
}

.heading-15-copy-desentupimentos {
  position: relative;
  top: -32px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading-16-copy-desentupimentos {
  position: relative;
  left: -1px;
  top: -105px;
  margin-top: 84px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
}

.container-47 {
  position: relative;
  top: 19px;
}

.container-48 {
  position: relative;
  top: 38px;
}

.section-portas-4-copy-portas {
  position: relative;
  top: 13px;
  height: 380px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  text-transform: none;
}

.container-40-copy-portas {
  position: relative;
  top: 44px;
  padding-left: 0px;
}

.heading-15-copy-portas {
  position: relative;
  top: -25px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading-16-copy-portas {
  position: relative;
  left: -1px;
  top: -33px;
  margin-top: 84px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  font-size: 30px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
}

.container-7-copy-portas {
  position: relative;
  top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-14-copy-portas {
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
  color: #f7f7f7;
  font-size: 50px;
  line-height: 1.5;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.subheading-copy-portas {
  position: static;
  top: -16px;
  margin-top: 40px;
  margin-bottom: 28px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #f7f7f7;
  font-size: 30px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.heading-16-copy-janelas {
  position: static;
  left: -1px;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
}

.column-64-copy-eletricista {
  top: 19px;
}

.section-canalizador-3-copy-canalizador {
  position: relative;
  top: 13px;
  height: 250px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  font-size: 16px;
  text-transform: none;
}

.heading-15-copy-canalizador {
  position: relative;
  top: 6px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading-15-canalizador-copy-canalizador {
  position: relative;
  top: -22px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.container-40-copy-canalizador {
  position: relative;
  top: 3px;
  padding-left: 0px;
}

.container-7-canalizador-copy-canalizador {
  position: relative;
  top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.row-14-copy-canalizador {
  padding-top: 40px;
}

.row-15-copy {
  position: relative;
  top: 11px;
  padding-top: 47px;
}

.heading-64-copy-caldeiras {
  position: relative;
  top: -19px;
  color: #111010;
  font-size: 30px;
  line-height: 28px;
  text-align: center;
}

.heading-24-copy {
  position: relative;
  top: -9px;
  color: #131212;
  font-size: 35px;
  font-weight: 600;
}

.heading-24-copy-esquentador {
  position: relative;
  top: -9px;
  color: #131212;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
}

.column-45-copy-esquentadores {
  left: 15px;
  top: -24px;
}

.heading-15-esquentadores {
  position: relative;
  top: -29px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #141414;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading-16-copy-desentupimentos-copy {
  position: relative;
  left: -1px;
  top: -47px;
  margin-top: 84px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  font-size: 30px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
}

.container-div-canalizador-1 {
  position: relative;
  left: 6px;
  top: -175px;
}

.heading-66 {
  color: #e92020;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

.italic-text-12 {
  color: #000;
  font-size: 13px;
  line-height: 20px;
}

.column-71-copy-maquinas {
  top: -300px;
  padding-left: 4px;
}

.italic-text-13 {
  position: relative;
  top: 98px;
  float: right;
  clear: both;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #141313;
  font-size: 34px;
  text-align: left;
}

.text-block-11 {
  position: relative;
  top: -134px;
  clear: left;
}

.container-24-copydesentupimentos {
  position: relative;
  top: 17px;
  padding-top: 0px;
}

.section-desentop-3-copy-desentupimentos {
  position: relative;
  top: 13px;
  height: 380px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  text-transform: none;
}

.unordered-list-links-3-copy-eletricista {
  padding-left: 25px;
  font-size: 18px;
  line-height: 20px;
  list-style-type: disc;
}

.paragraph-6-61 {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  font-size: 13px;
  text-align: justify;
}

.container-71 {
  position: relative;
  top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
}

.heading-16-1 {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 0%;
  bottom: auto;
  margin-top: 127px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-size: 34px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
}

.paragraph-71 {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  font-size: 13px;
  text-align: justify;
}

.unordered-list-links-31 {
  position: relative;
  top: 0px;
  padding-left: 25px;
  clear: none;
  font-size: 18px;
  line-height: 20px;
  list-style-type: disc;
}

.text-block-12 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.list-item-121 {
  position: relative;
  top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 15px;
}

.text-block-margem-sul-1 {
  font-family: Lato, sans-serif;
  color: #f5ebeb;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
}

.button-margem-sul-1 {
  position: static;
  top: 0px;
  display: inline-block;
  margin: 15px 0px -1px;
  padding: 17px 27px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #09a2dd;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 3px 0 9px #000;
}

.button-margem-sul-1:hover {
  background-color: rgba(7, 6, 6, 0.79);
  color: #c7aa8b;
}

.button-margem-sul-1.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button-margem-sul-1.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button-margem-sul-1.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button-margem-sul-1.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button-margem-sul-1.form:hover {
  background-color: transparent;
  color: #323232;
}

.button-margem-sul-1.solid {
  position: relative;
  left: 67px;
  top: -7px;
  margin-right: 0px;
  margin-left: 2px;
  padding: 3px 11px 5px;
  border-color: #c7aa8b;
  background-color: #c7aa8b;
  font-size: 39px;
  line-height: 40px;
  text-align: center;
  text-shadow: 2px 0 2px #000;
}

.button-margem-sul-1.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.button-margem-sul-2 {
  position: static;
  top: 0px;
  display: inline-block;
  margin: 15px 0px -1px;
  padding: 17px 27px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #09a2dd;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 3px 0 9px #000;
}

.button-margem-sul-2:hover {
  background-color: rgba(7, 6, 6, 0.79);
  color: #c7aa8b;
}

.button-margem-sul-2.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button-margem-sul-2.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button-margem-sul-2.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button-margem-sul-2.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button-margem-sul-2.form:hover {
  background-color: transparent;
  color: #323232;
}

.button-margem-sul-2.solid {
  position: relative;
  left: 67px;
  top: -7px;
  margin-right: 0px;
  margin-left: 2px;
  padding: 3px 11px 5px;
  border-color: #c7aa8b;
  background-color: #c7aa8b;
  font-size: 39px;
  line-height: 40px;
  text-align: center;
  text-shadow: 2px 0 2px #000;
}

.button-margem-sul-2.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.button-alvarve-1 {
  position: static;
  top: 0px;
  display: inline-block;
  margin: 15px 0px -1px;
  padding: 17px 27px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #09a2dd;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 3px 0 9px #000;
}

.button-alvarve-1:hover {
  background-color: rgba(7, 6, 6, 0.79);
  color: #c7aa8b;
}

.button-alvarve-1.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button-alvarve-1.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button-alvarve-1.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button-alvarve-1.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button-alvarve-1.form:hover {
  background-color: transparent;
  color: #323232;
}

.button-alvarve-1.solid {
  position: relative;
  left: 67px;
  top: -7px;
  margin-right: 0px;
  margin-left: 2px;
  padding: 3px 11px 5px;
  border-color: #c7aa8b;
  background-color: #c7aa8b;
  font-size: 39px;
  line-height: 40px;
  text-align: center;
  text-shadow: 2px 0 2px #000;
}

.button-alvarve-1.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.button-algarve-2 {
  position: static;
  top: 0px;
  display: inline-block;
  margin: 15px 0px -1px;
  padding: 17px 27px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #09a2dd;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 3px 0 9px #000;
}

.button-algarve-2:hover {
  background-color: rgba(7, 6, 6, 0.79);
  color: #c7aa8b;
}

.button-algarve-2.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button-algarve-2.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button-algarve-2.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button-algarve-2.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button-algarve-2.form:hover {
  background-color: transparent;
  color: #323232;
}

.button-algarve-2.solid {
  position: relative;
  left: 67px;
  top: -7px;
  margin-right: 0px;
  margin-left: 2px;
  padding: 3px 11px 5px;
  border-color: #c7aa8b;
  background-color: #c7aa8b;
  font-size: 39px;
  line-height: 40px;
  text-align: center;
  text-shadow: 2px 0 2px #000;
}

.button-algarve-2.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.button-porto-1 {
  position: static;
  top: 0px;
  display: inline-block;
  margin: 15px 0px -1px;
  padding: 17px 27px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #09a2dd;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 3px 0 9px #000;
}

.button-porto-1:hover {
  background-color: rgba(7, 6, 6, 0.79);
  color: #c7aa8b;
}

.button-porto-1.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button-porto-1.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button-porto-1.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button-porto-1.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button-porto-1.form:hover {
  background-color: transparent;
  color: #323232;
}

.button-porto-1.solid {
  position: relative;
  left: 67px;
  top: -7px;
  margin-right: 0px;
  margin-left: 2px;
  padding: 3px 11px 5px;
  border-color: #c7aa8b;
  background-color: #c7aa8b;
  font-size: 39px;
  line-height: 40px;
  text-align: center;
  text-shadow: 2px 0 2px #000;
}

.button-porto-1.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.button-porto-2 {
  position: static;
  top: 0px;
  display: inline-block;
  margin: 15px 0px -1px;
  padding: 17px 27px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #09a2dd;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 3px 0 9px #000;
}

.button-porto-2:hover {
  background-color: rgba(7, 6, 6, 0.79);
  color: #c7aa8b;
}

.button-porto-2.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button-porto-2.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button-porto-2.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button-porto-2.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button-porto-2.form:hover {
  background-color: transparent;
  color: #323232;
}

.button-porto-2.solid {
  position: relative;
  left: 67px;
  top: -7px;
  margin-right: 0px;
  margin-left: 2px;
  padding: 3px 11px 5px;
  border-color: #c7aa8b;
  background-color: #c7aa8b;
  font-size: 39px;
  line-height: 40px;
  text-align: center;
  text-shadow: 2px 0 2px #000;
}

.button-porto-2.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.text-block-algarve-1 {
  position: relative;
  font-family: Lato, sans-serif;
  color: #f5ebeb;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
}

.text-block-porto-1 {
  font-family: Lato, sans-serif;
  color: #f5ebeb;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
}

.text-block-lisboa-1 {
  font-family: Lato, sans-serif;
  color: #e5dfdf;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
}

.button-lisboa-1 {
  position: static;
  top: 0px;
  display: inline-block;
  margin: 15px 0px -1px;
  padding: 17px 27px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #09a2dd;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 3px 0 9px #000;
}

.button-lisboa-1:hover {
  background-color: rgba(7, 6, 6, 0.79);
  color: #c7aa8b;
}

.button-lisboa-1.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button-lisboa-1.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button-lisboa-1.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button-lisboa-1.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button-lisboa-1.form:hover {
  background-color: transparent;
  color: #323232;
}

.button-lisboa-1.solid {
  position: relative;
  left: 67px;
  top: -7px;
  margin-right: 0px;
  margin-left: 2px;
  padding: 3px 11px 5px;
  border-color: #c7aa8b;
  background-color: #c7aa8b;
  font-size: 39px;
  line-height: 40px;
  text-align: center;
  text-shadow: 2px 0 2px #000;
}

.button-lisboa-1.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.button-lisboa-2 {
  position: static;
  top: 0px;
  display: inline-block;
  margin: 15px 0px -1px;
  padding: 17px 27px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #09a2dd;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 3px 0 9px #000;
}

.button-lisboa-2:hover {
  background-color: rgba(7, 6, 6, 0.79);
  color: #c7aa8b;
}

.button-lisboa-2.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button-lisboa-2.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button-lisboa-2.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button-lisboa-2.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button-lisboa-2.form:hover {
  background-color: transparent;
  color: #323232;
}

.button-lisboa-2.solid {
  position: relative;
  left: 67px;
  top: -7px;
  margin-right: 0px;
  margin-left: 2px;
  padding: 3px 11px 5px;
  border-color: #c7aa8b;
  background-color: #c7aa8b;
  font-size: 39px;
  line-height: 40px;
  text-align: center;
  text-shadow: 2px 0 2px #000;
}

.button-lisboa-2.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.row-inicio-contactos {
  position: relative;
  top: -15px;
}

.list-item-122 {
  font-size: 14px;
  line-height: 25px;
}

.list-item-123 {
  font-size: 14px;
  line-height: 25px;
}

.list-item-124 {
  font-size: 14px;
  line-height: 25px;
}

.list-item-125 {
  font-size: 14px;
}

.list-item-126 {
  font-size: 15px;
}

.list-item-127 {
  font-size: 14px;
}

.list-item-128 {
  font-size: 14px;
}

.list-item-129 {
  font-size: 14px;
}

.list-item-130 {
  font-size: 14px;
}

.list-item-131 {
  font-size: 14px;
}

.list-item-132 {
  font-size: 14px;
}

.list-item-133 {
  font-size: 14px;
}

.list-item-134 {
  font-size: 14px;
}

.list-item-135 {
  font-size: 14px;
}

.list-item-136 {
  font-size: 14px;
}

.list-item-137 {
  font-size: 14px;
}

.list-item-138 {
  font-size: 14px;
}

.list-item-139 {
  font-size: 14px;
}

.list-item-140 {
  font-size: 14px;
}

.list-item-141 {
  font-size: 14px;
}

.list-item-142 {
  font-size: 14px;
}

.list-item-143 {
  font-size: 14px;
}

.list-item-144 {
  font-size: 14px;
}

.list-item-145 {
  font-size: 14px;
}

.list-item-146 {
  font-size: 14px;
}

.list-item-147 {
  font-size: 14px;
}

.list-item-148 {
  font-size: 14px;
}

.list-item-149 {
  font-size: 14px;
}

.list-item-150 {
  font-size: 14px;
}

.list-item-151 {
  font-size: 14px;
}

.list-item-152 {
  font-size: 14px;
}

.list-item-153 {
  font-size: 14px;
}

.list-item-154 {
  font-size: 14px;
}

.list-item-155 {
  font-size: 14px;
}

.list-item-156 {
  font-size: 14px;
}

.list-item-157 {
  font-size: 14px;
}

.list-item-158 {
  font-size: 14px;
}

.list-item-159 {
  font-size: 14px;
}

.list-item-160 {
  font-size: 14px;
}

.list-item-161 {
  font-size: 14px;
}

.list-item-162 {
  font-size: 14px;
}

.list-item-163 {
  font-size: 14px;
}

.list-item-164 {
  font-size: 14px;
}

.list-item-165 {
  font-size: 14px;
}

.list-item-166 {
  font-size: 14px;
}

.list-item-167 {
  font-size: 14px;
}

.list-item-168 {
  font-size: 14px;
}

.list-item-169 {
  font-size: 14px;
}

.list-item-170 {
  font-size: 14px;
}

.list-item-171 {
  font-size: 14px;
}

.list-item-172 {
  font-size: 14px;
}

.list-item-173 {
  font-size: 14px;
}

.list-item-174 {
  font-size: 14px;
}

.list-item-175 {
  font-size: 14px;
}

.list-item-176 {
  font-size: 14px;
}

.list-item-177 {
  font-size: 14px;
}

.list-item-178 {
  font-size: 14px;
}

.list-item-179 {
  font-size: 14px;
}

.list-item-180 {
  font-size: 14px;
}

.list-item-181 {
  font-size: 14px;
}

.list-item-182 {
  font-size: 14px;
}

.list-item-183 {
  font-size: 14px;
}

.list-item-184 {
  font-size: 14px;
}

.list-item-185 {
  font-size: 14px;
}

.list-item-186 {
  font-size: 14px;
}

.list-item-187 {
  font-size: 14px;
}

.list-item-188 {
  font-size: 14px;
}

.list-item-189 {
  font-size: 14px;
}

.list-item-190 {
  font-size: 14px;
}

.list-item-191 {
  font-size: 14px;
}

.list-item-192 {
  font-size: 14px;
}

.list-item-193 {
  font-size: 14px;
}

.list-item-194 {
  font-size: 14px;
}

.list-item-195 {
  font-size: 14px;
}

.list-item-196 {
  font-size: 14px;
}

.list-item-197 {
  font-size: 14px;
}

.list-item-198 {
  font-size: 14px;
}

.list-item-199 {
  font-size: 14px;
}

.list-item-200 {
  font-size: 14px;
}

.list-item-201 {
  font-size: 14px;
}

.list-item-202 {
  font-size: 14px;
}

.list-item-203 {
  font-size: 14px;
}

.list-item-204 {
  font-size: 14px;
}

.list-item-205 {
  font-size: 14px;
}

.list-item-206 {
  font-size: 14px;
}

.list-item-207 {
  font-size: 14px;
}

.list-item-208 {
  font-size: 14px;
}

.section-estores-2-copy {
  position: relative;
  height: 450px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 82%, 0.23);
}

.section-janelas-42 {
  position: static;
  top: 143px;
  height: auto;
  margin-top: auto;
  padding-top: 45px;
  background-color: #f7f7f7;
  font-size: 24px;
  text-align: left;
}

.section-portas-5 {
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
  background-image: linear-gradient(180deg, #f7f7f7, #f7f7f7);
  font-size: 18px;
  text-align: justify;
}

.section-eletricista-6 {
  position: relative;
  top: 0px;
  height: 600px;
  background-color: #f7f7f7;
}

.container-72 {
  position: relative;
  top: 53px;
}

.row-11 {
  position: relative;
  top: 28px;
  padding-top: 47px;
}

.container-73 {
  position: relative;
  top: 27px;
}

.section-desentop {
  height: 400px;
  background-color: #f7f7f7;
}

.section-esquentadores {
  height: 450px;
  background-color: #f7f7f7;
}

.container-443 {
  position: relative;
  top: 63px;
  padding-left: 0px;
}

.heading-1 {
  position: relative;
  top: -19px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.section-janela {
  position: relative;
  top: 13px;
  height: 300px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  text-transform: none;
}

.container-1 {
  position: relative;
  top: 7px;
  padding-left: 0px;
}

.container1 {
  position: relative;
  top: 54px;
  padding-left: 0px;
}

.container2 {
  position: relative;
  top: 103px;
  padding-left: 0px;
}

.section-eletricista1 {
  position: relative;
  top: 13px;
  height: 300px;
  margin-top: -16px;
  margin-bottom: 9px;
  padding-bottom: 15px;
  text-transform: none;
}

.heading1 {
  position: relative;
  top: -19px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.container-40-estores1 {
  position: relative;
  top: 37px;
  padding-left: 0px;
}

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

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

.paragraph-72 {
  font-size: 22px;
  line-height: 26px;
  text-align: left;
}

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

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

.paragraph-73 {
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}

.italic-text-14 {
  font-size: 22px;
  line-height: 24px;
}

.paragraph-74 {
  font-size: 22px;
  line-height: 24px;
}

.container-445 {
  position: static;
  top: -2px;
}

.paragraph-75 {
  font-size: 22px;
  line-height: 28px;
  text-align: justify;
}

.column-73 {
  top: 128px;
  bottom: 0px;
}

.bold-text-56 {
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.heading-67 {
  text-align: center;
}

.italic-text-15 {
  line-height: 24px;
}

.container-446 {
  position: static;
  top: 35px;
  margin-top: 0px;
  padding: 40px 10px;
}

.italic-text-16 {
  line-height: 24px;
}

.heading-68 {
  margin-top: auto;
  margin-bottom: 30px;
  padding-top: 0px;
  font-family: Merriweather, serif;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

.section-janelas-4-htr {
  position: static;
  top: 190px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
  font-size: 24px;
  line-height: 20;
  text-align: left;
}

.heading-69 {
  position: relative;
  top: 18px;
  margin-top: 35px;
  float: none;
  text-align: center;
}

.section-janelas-4 {
  position: static;
  top: 173px;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 24px;
  text-align: left;
}

.columns {
  margin-top: -12px;
}

.section-22 {
  position: static;
  top: 231px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Merriweather, serif;
  line-height: 1.5;
}

.section-23 {
  position: static;
  top: 184px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  font-family: Merriweather, serif;
}

.list-item-171-copy-lll {
  font-size: 14px;
}

.oksection-janelas-localidades-copy {
  position: static;
  top: 248px;
  margin: 0px 0px 30px;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
  font-weight: 400;
}

.heading-69-copyfff {
  position: static;
  top: -9px;
  margin-top: 30px;
  float: none;
  font-family: Merriweather, serif;
  color: #100f0f;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
}

.paragraph-73-copyffff {
  position: static;
  margin-top: 20px;
  margin-bottom: auto;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.heading-34-copyqq {
  font-family: Merriweather, serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

.paragraph-33-copyeee {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.paragraph-74-copyeee {
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.link-11-copyeeeee {
  color: #353434;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.link-11-copyeeeee:hover {
  color: #d60303;
}

.bold-text-19-copyee {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.link-12-copyddd {
  color: #313131;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.link-12-copyddd:hover {
  color: #f31d1d;
}

.paragraph-6-copyqq {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.list-item-copyedee {
  position: relative;
  top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.unordered-list-3-copyfg {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 25px;
}

.unordered-list-copyuhd {
  padding-left: 25px;
  font-size: 14px;
  line-height: 25px;
  list-style-type: disc;
}

.list-item-8-copyrdf {
  font-size: 14px;
  line-height: 25px;
}

.list-copyeds {
  padding-left: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  list-style-type: disc;
}

.column-68-copyrds {
  top: 0px;
  padding-left: 11px;
  font-size: 16px;
}

.unordered-list-links1-copy {
  padding-left: 27px;
  font-size: 18px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0px;
  text-indent: 0px;
}

.column-1-estores-links-copyerf {
  position: static;
  left: 164px;
  top: 0px;
  bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-align: justify;
}

.column-74 {
  top: -8px;
}

.list-item-4-copy12 {
  margin-left: 1px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.heading-15-copy-estores-copy32 {
  position: relative;
  top: 0px;
  display: block;
  clear: left;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.bold-text-107 {
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-19-copyqwe {
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.link-14 {
  color: #4d4d4d;
  text-decoration: none;
}

.link-15 {
  color: #323232;
  text-decoration: none;
}

.link-16 {
  color: #323232;
  text-decoration: none;
}

.list-item-210 {
  font-family: Montserrat, sans-serif;
}

.list-item-211 {
  font-family: Montserrat, sans-serif;
}

.list-item-212 {
  font-family: Montserrat, sans-serif;
}

.columns-2 {
  margin-top: 20px;
}

.list-2 {
  line-height: 25px;
}

.list-3 {
  line-height: 25px;
}

.list-4 {
  line-height: 25px;
}

.paragraph-76 {
  position: relative;
  top: -41px;
  margin-top: 60px;
  padding-top: 0px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

.heading-70 {
  text-align: center;
}

.image-55 {
  position: relative;
  left: 149px;
  top: 33px;
  text-align: center;
}

.paragraph-77 {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

.columns-3 {
  position: static;
  top: 3px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.section-24 {
  position: static;
  top: -67px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
}

.container-447 {
  position: static;
  top: 25px;
}

.heading-71 {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}

.bold-text-108 {
  position: relative;
  top: -47px;
  color: #191818;
  font-size: 28px;
  line-height: 34px;
}

.column-75 {
  position: static;
  top: 0px;
  display: block;
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 0px;
}

.container-448 {
  margin-top: 40px;
  font-family: Merriweather, serif;
}

.section-25 {
  position: static;
  top: 204px;
}

.columns-4 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 0px;
}

.paragraph-78 {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.heading-72 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
}

.paragraph-79 {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.heading-73 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.column-76 {
  top: 61px;
}

.section-26 {
  position: static;
  top: 67px;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.bold-text-109 {
  text-align: justify;
}

.columns-5 {
  display: block;
}

.image-56 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.paragraph-80 {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.heading-74 {
  margin-bottom: 20px;
  color: #121111;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

.column-77 {
  position: static;
  top: 20px;
  display: inline-block;
  margin-top: 0px;
  padding: 0px 20px;
}

.paragraph-81 {
  margin-top: 0px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.columns-6 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.column-78 {
  position: static;
  top: 0px;
  margin-top: 0px;
  padding-top: 31px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-57 {
  position: static;
  top: -42px;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.heading-75 {
  color: #161615;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.list-item-25 {
  font-family: Merriweather, serif;
  color: #000;
  line-height: 1.7;
  font-weight: 400;
  text-transform: capitalize;
}

.list-item-213 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}

.column-79 {
  position: static;
  left: 19px;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 15px;
}

.heading-caixilharia-1 {
  margin-bottom: 40px;
  color: #1d1c1c;
  font-size: 25px;
  line-height: 28px;
  text-align: center;
}

.container-caixilharia {
  position: static;
  left: 16px;
  top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.unordered-list-12 {
  position: static;
  top: 1px;
  margin-bottom: auto;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  line-height: 1.5;
  list-style-type: square;
}

.link-337 {
  font-family: Merriweather, serif;
  color: #313131;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

.link-337:hover {
  color: #c72222;
}

.link-336 {
  font-family: Merriweather, serif;
  color: #313131;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

.link-336:hover {
  color: #c21a1a;
}

.columns-7 {
  display: block;
  margin-top: 21px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #323232;
  line-height: 1.7;
}

.list-item-37 {
  font-size: 14px;
  line-height: 1.7;
  font-style: normal;
}

.column-608 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.column-607 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}

.link-221 {
  color: #313131;
  text-decoration: none;
}

.link-221:hover {
  color: #f50d0d;
}

.unordered-list-18 {
  margin-bottom: auto;
  padding-left: 0px;
  list-style-type: square;
}

.text-block-27 {
  position: static;
  top: -6px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  color: #0b0b0b;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}

.list-item-214 {
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  font-family: Merriweather, serif;
  color: #292727;
  font-style: normal;
}

.unordered-list-17 {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  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;
  grid-template-rows: auto auto;
  font-size: 14px;
  line-height: 1.7;
  list-style-type: square;
}

.column-609 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}

.unordered-list-13 {
  position: static;
  top: 0px;
  margin-bottom: auto;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  line-height: 1.5;
  list-style-type: square;
}

.link-214 {
  color: #272525;
  text-decoration: none;
}

.link-214:hover {
  color: #f30b0b;
}

.heading-caixilharia-2 {
  margin-bottom: 20px;
  color: #1d1c1c;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

.italic-text-17 {
  font-family: Merriweather, serif;
  font-size: 26px;
  line-height: 32px;
}

.container-445-copywe {
  position: relative;
  top: -2px;
  padding-right: 10px;
  padding-left: 10px;
}

.section-janelas-4-copydf {
  position: static;
  top: 191px;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 40px;
  font-size: 24px;
  text-align: left;
}

.bold-text-110 {
  font-family: Merriweather, serif;
}

.italic-text-18 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-19 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-20 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-21 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-22 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-23 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-24 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-25 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-26 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-27 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-28 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-29 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-30 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-31 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-32 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-33 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-34 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-35 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-36 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.bold-text-111 {
  font-family: Merriweather, serif;
  font-size: 28px;
  line-height: 34px;
}

.section-27 {
  position: static;
  top: 19px;
  line-height: 20px;
}

.bold-text-112 {
  font-family: Merriweather, serif;
  color: #1c1a1a;
  font-size: 30px;
  line-height: 34px;
}

.italic-text-37 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-38 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-39 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-40 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-41 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-42 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-43 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-44 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-45 {
  font-family: Merriweather, serif;
  font-style: normal;
  font-weight: 700;
}

.italic-text-46 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-47 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-48 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-49 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-50 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-51 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-52 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-53 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-54 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.bold-text-113 {
  font-family: Merriweather, serif;
}

.bold-text-114 {
  font-family: Merriweather, serif;
}

.italic-text-55 {
  font-family: Merriweather, serif;
  font-style: normal;
  font-weight: 700;
}

.bold-text-115 {
  font-family: Merriweather, serif;
}

.bold-text-116 {
  font-family: Merriweather, serif;
  font-weight: 700;
}

.italic-text-56 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-57 {
  font-family: Merriweather, serif;
  font-style: normal;
  font-weight: 700;
}

.bold-text-117 {
  font-size: 30px;
  line-height: 34px;
}

.bold-text-118 {
  font-family: Merriweather, serif;
  font-size: 28px;
  line-height: 1.2;
}

.bold-text-119 {
  color: #0c0c0c;
  font-size: 28px;
  line-height: 34px;
}

.bold-text-120 {
  font-family: Merriweather, serif;
}

.italic-text-58 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-59 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-60 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-61 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-62 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-63 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-64 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-65 {
  font-family: Merriweather, serif;
  font-style: normal;
  text-decoration: none;
}

.italic-text-66 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-67 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-68 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-69 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-70 {
  font-family: Merriweather, serif;
  font-style: normal;
  text-transform: capitalize;
}

.italic-text-71 {
  font-family: Merriweather, serif;
  font-style: normal;
  text-transform: capitalize;
}

.italic-text-72 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-73 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-74 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-75 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-76 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-77 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-78 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-79 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-80 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-81 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-82 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-83 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-84 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-85 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-86 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-87 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-88 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-89 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-90 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-91 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-92 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-93 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-94 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.bold-text-121 {
  font-family: Merriweather, serif;
}

.bold-text-122 {
  font-family: Merriweather, serif;
}

.italic-text-95 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.bold-text-123 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-96 {
  display: inline;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.5px;
  font-style: normal;
}

.italic-text-97 {
  font-family: Merriweather, serif;
  font-size: 14px;
  font-style: normal;
}

.bold-text-124 {
  font-size: 28px;
  line-height: 32px;
}

.italic-text-98 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-99 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-100 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-101 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-102 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-103 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-104 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-105 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-106 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-107 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-108 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-109 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-110 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.list-item-215 {
  font-family: Merriweather, serif;
}

.italic-text-111 {
  font-family: Merriweather, serif;
  font-style: normal;
  font-weight: 400;
}

.list-item-216 {
  font-family: Merriweather, serif;
}

.list-item-217 {
  font-family: Merriweather, serif;
}

.list-item-218 {
  font-family: Merriweather, serif;
}

.list-item-219 {
  font-family: Merriweather, serif;
}

.italic-text-112 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.italic-text-113 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.list-item-220 {
  font-family: Merriweather, serif;
}

.list-item-221 {
  font-family: Merriweather, serif;
}

.italic-text-114 {
  font-family: Merriweather, serif;
  font-style: normal;
}

.list-item-222 {
  font-family: Merriweather, serif;
}

.list-item-223 {
  font-family: Merriweather, serif;
}

.list-item-224 {
  font-family: Merriweather, serif;
}

.list-item-225 {
  font-family: Merriweather, serif;
}

.list-item-226 {
  font-family: Merriweather, serif;
}

.list-item-227 {
  font-family: Merriweather, serif;
}

.italic-text-115 {
  font-style: normal;
}

.italic-text-116 {
  font-style: normal;
}

.italic-text-117 {
  font-style: normal;
}

.italic-text-118 {
  font-style: normal;
}

.italic-text-119 {
  font-style: normal;
}

.italic-text-120 {
  font-style: normal;
}

.list-item-228 {
  font-family: Merriweather, serif;
}

.italic-text-121 {
  font-style: normal;
}

.bold-text-125 {
  font-family: Merriweather, serif;
  font-size: 28px;
}

.column-610 {
  position: static;
}

.bold-text-126 {
  display: block;
  font-family: Merriweather, serif;
  font-size: 30px;
  text-transform: none;
}

.bold-text-127 {
  font-size: 30px;
  text-align: center;
}

.bold-text-128 {
  font-size: 30px;
}

.image-58 {
  margin-left: 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block {
  display: -ms-grid;
  display: grid;
  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;
  grid-template-rows: auto auto;
}

.column-611 {
  position: static;
}

.div-block-2 {
  position: static;
  top: 41px;
}

.section-janelas-42-copy {
  position: static;
  top: 143px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #f7f7f7;
  font-size: 24px;
  text-align: left;
}

.column-612 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  font-style: normal;
  text-align: left;
}

.column-613 {
  position: static;
}

.column-614 {
  position: static;
  margin-top: 0px;
  padding-top: 0px;
}

.column-615 {
  position: static;
}

.column-616 {
  position: static;
}

.column-617 {
  position: static;
}

.column-618 {
  position: static;
}

.container-452 {
  padding-top: 0px;
  padding-bottom: 1px;
}

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

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid {
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.container-453 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.heading-76 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Exo, sans-serif;
  color: #323232;
  text-align: left;
}

.section-28 {
  padding-top: 40px;
  text-align: center;
}

.div-block-3 {
  display: block;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-77 {
  color: #4d4d4d;
}

.paragraph-82 {
  color: #4d4d4d;
}

.image-urgente-reparacoes-24-horas:hover {
  background-color: transparent;
}

.column-619 {
  position: static;
  left: -73px;
  top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.row-8 {
  position: static;
  top: 62px;
  display: block;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-28 {
  position: static;
  top: 13px;
  display: block;
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.5;
}

.text-block-29 {
  position: static;
  left: 3px;
  top: 13px;
  display: block;
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.5;
}

.container-454 {
  display: block;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-urgente-reparacoes-baixo-custo {
  position: static;
  top: -2px;
}

.text-block-30 {
  position: static;
  left: 3px;
  top: 7px;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.column-620 {
  position: static;
  left: 58px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

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

.column-621 {
  position: static;
  left: -29px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.image-urgente-reparacoes-garantia-do-servico {
  position: static;
  top: 2px;
}

.heading-55 {
  position: static;
  left: 32px;
  top: 20px;
  margin-bottom: 40px;
  padding: 0px;
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

.column-622 {
  position: static;
  left: 13px;
  top: 1px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-78 {
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  line-height: 1.2;
  text-align: left;
}

.paragraph-83 {
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d;
  line-height: 1.2;
  text-align: left;
}

.rich-text-block {
  font-family: 'Open Sans', sans-serif;
}

.heading-79 {
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 45px;
  line-height: 1.5;
  text-transform: none;
}

.paragraph-84 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}

.section-29 {
  margin-bottom: 20px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  display: inline-block;
  width: auto;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

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

.footer-link:hover {
  text-decoration: underline;
}

.grid-2 {
  -ms-grid-columns: 4fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-85 {
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #f7f7f7;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}

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

.image-59 {
  text-align: left;
}

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

.heading-80 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #f7f7f7;
  font-size: 25px;
  line-height: 1.2;
  text-decoration: none;
}

.heading-81 {
  font-family: Roboto, sans-serif;
  color: #f7f7f7;
  font-size: 15px;
  line-height: 1.2;
}

.heading-82 {
  font-family: Roboto, sans-serif;
  color: #f7f7f7;
  font-size: 15px;
  line-height: 1.2;
}

.paragraph-86 {
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
}

.div-block-4 {
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0px;
}

.list-item-229 {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.italic-text-122 {
  font-style: normal;
}

.italic-text-123 {
  font-style: normal;
}

.italic-text-124 {
  font-style: normal;
}

.italic-text-125 {
  font-style: normal;
}

.italic-text-126 {
  font-style: normal;
}

.italic-text-127 {
  font-style: normal;
}

.italic-text-128 {
  font-style: normal;
}

.italic-text-129 {
  font-style: normal;
}

.italic-text-130 {
  font-style: normal;
}

.italic-text-131 {
  font-style: normal;
}

.italic-text-132 {
  font-style: normal;
}

.italic-text-133 {
  font-style: normal;
}

.italic-text-134 {
  font-style: normal;
}

.italic-text-135 {
  font-style: normal;
}

.italic-text-136 {
  font-style: normal;
}

.italic-text-137 {
  font-style: normal;
}

.italic-text-138 {
  font-style: normal;
}

.italic-text-139 {
  font-style: normal;
}

.italic-text-140 {
  font-style: normal;
}

.italic-text-141 {
  font-style: normal;
}

.italic-text-142 {
  font-style: normal;
}

.italic-text-143 {
  font-style: normal;
}

.italic-text-144 {
  font-style: normal;
}

.italic-text-145 {
  font-style: normal;
}

.italic-text-146 {
  font-style: normal;
}

.italic-text-147 {
  font-style: normal;
}

.italic-text-148 {
  font-style: normal;
}

.italic-text-149 {
  font-style: normal;
}

.italic-text-150 {
  font-style: normal;
}

.italic-text-151 {
  font-style: normal;
}

.italic-text-152 {
  font-style: normal;
}

.italic-text-153 {
  font-style: normal;
}

.italic-text-154 {
  font-style: normal;
}

.italic-text-155 {
  font-style: normal;
}

.italic-text-156 {
  font-style: normal;
}

.italic-text-157 {
  font-style: normal;
}

.italic-text-158 {
  font-style: normal;
}

.italic-text-159 {
  font-style: normal;
}

.italic-text-160 {
  font-style: normal;
}

.italic-text-161 {
  font-style: normal;
}

.italic-text-162 {
  font-style: normal;
}

.italic-text-163 {
  font-style: normal;
}

.italic-text-164 {
  font-style: normal;
}

.italic-text-165 {
  font-style: normal;
}

.italic-text-166 {
  font-style: normal;
}

.italic-text-167 {
  font-style: normal;
}

.italic-text-168 {
  font-style: normal;
}

.italic-text-169 {
  font-style: normal;
}

.italic-text-170 {
  font-style: normal;
}

.italic-text-171 {
  font-style: normal;
}

.italic-text-172 {
  font-style: normal;
}

.italic-text-173 {
  font-style: normal;
}

.italic-text-174 {
  font-style: normal;
}

.italic-text-175 {
  font-style: normal;
}

.italic-text-176 {
  font-style: normal;
}

.italic-text-177 {
  font-style: normal;
}

.italic-text-178 {
  font-style: normal;
}

.italic-text-179 {
  font-style: normal;
}

.italic-text-180 {
  font-style: normal;
}

.container-456 {
  position: relative;
  display: block;
  overflow: auto;
  max-width: 12%;
  clear: left;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-60 {
  float: left;
  clear: left;
}

.container-457 {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
}

.italic-text-181 {
  font-style: normal;
}

.italic-text-182 {
  font-style: normal;
}

.italic-text-183 {
  font-style: normal;
}

.italic-text-184 {
  font-style: normal;
}

.italic-text-185 {
  font-style: normal;
}

.italic-text-186 {
  font-style: normal;
}

.italic-text-187 {
  font-style: normal;
}

.italic-text-188 {
  font-style: normal;
}

.italic-text-189 {
  font-style: normal;
}

.italic-text-190 {
  font-style: normal;
}

.italic-text-191 {
  font-style: normal;
}

.italic-text-192 {
  font-style: normal;
}

.italic-text-193 {
  font-style: normal;
}

.italic-text-194 {
  font-style: normal;
}

.div-block-5 {
  padding-top: 10px;
}

.section-estores {
  margin-top: 40px;
  margin-left: 0px;
  padding-bottom: 40px;
}

.columns-9 {
  margin-right: 0px;
  margin-left: 0px;
}

.column-624 {
  position: static;
  margin-top: 40px;
  padding-top: 29px;
  padding-right: 10px;
}

.bold-text-130 {
  font-family: Merriweather, serif;
}

.heading-83 {
  color: #323232;
  font-size: 28px;
  text-align: center;
}

.italic-text-195 {
  font-style: normal;
}

.link-90 {
  display: inline;
  color: #323232;
  text-decoration: none;
  white-space: normal;
}

.link-338 {
  font-family: Merriweather, serif;
  color: #313131;
  font-size: 14px;
  text-decoration: none;
}

.list-5 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 1.7;
  list-style-type: square;
}

.list-6 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 14px;
  list-style-type: square;
}

.column-626 {
  position: static;
  margin-top: 0px;
}

.list-item-231 {
  font-size: 14px;
}

.list-item-232 {
  font-size: 14px;
}

.list-item-233 {
  font-size: 14px;
}

.list-item-234 {
  font-size: 14px;
}

.list-item-235 {
  font-size: 14px;
}

.list-item-236 {
  font-size: 14px;
}

.section-janelas-copy {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-janelas-copy.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-janelas-copy.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-janelas-copy.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-janelas-copy.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-janelas-copy.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-janelas-copy.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-copy.janelas {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/reparação-janela-Perfil.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/reparação-janela-Perfil.jpg');
  background-position: 0px 0px, 38% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-copy.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-copy.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-copy.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-copy.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-copy.janelas-copy {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/eletricistas-251512.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/eletricistas-251512.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.list-item-237 {
  font-size: 14px;
}

.link-338-8 {
  color: #313131;
  font-size: 14px;
  text-decoration: none;
}

.list-item-238 {
  font-size: 14px;
}

.column-755 {
  top: 0px;
  margin-top: 60px;
  padding-top: 0px;
  padding-left: 40px;
}

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

.column-61-copy {
  top: 0px;
  margin-top: 40px;
  padding: 0px 0px 41px;
}

.column-64578 {
  top: 0px;
  margin-top: 20px;
  padding: 0px 0px 41px;
}

.section-janelas-1425 {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-janelas-1425.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-janelas-1425.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-janelas-1425.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-janelas-1425.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-janelas-1425.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-janelas-1425.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-1425.janelas {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/reparação-janela-Perfil.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/reparação-janela-Perfil.jpg');
  background-position: 0px 0px, 38% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-1425.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-1425.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-1425.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-1425.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-1425.janelas-copy {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/substituição-de-vidros-81266-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/substituição-de-vidros-81266-1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.paragraph-73-copyffff25 {
  position: static;
  margin-top: 20px;
  margin-bottom: auto;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.column-61-123 {
  position: static;
  top: 0px;
  margin-top: 0px;
  padding: 0px 0px 41px;
}

.list-item-23-copy {
  font-family: Merriweather, serif;
  color: #000;
}

.section-janelas-1823 {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-janelas-1823.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-janelas-1823.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-janelas-1823.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-janelas-1823.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-janelas-1823.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-janelas-1823.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-1823.janelas {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/reparação-janela-Perfil.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/reparação-janela-Perfil.jpg');
  background-position: 0px 0px, 38% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-1823.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-1823.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-1823.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-1823.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-1823.janelas-copy {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/portas-41235151.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/portas-41235151.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.column-62668 {
  position: static;
  margin-top: 0px;
}

.column-77-copy {
  position: static;
  top: 20px;
  display: inline-block;
  margin-top: 20px;
  padding: 0px 40px 20px;
}

._05814 {
  position: static;
  top: 0px;
  margin-top: 0px;
  padding-top: 26px;
  padding-right: 0px;
  padding-left: 60px;
}

.image-5754 {
  position: static;
  top: -42px;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

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

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

.column-6157 {
  top: 0px;
  margin-top: 0px;
  padding: 0px 0px 41px;
}

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

.column-6265 {
  position: static;
  margin-top: 0px;
}

.section-janelas18 {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-janelas18.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-janelas18.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-janelas18.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-janelas18.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-janelas18.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-janelas18.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas18.janelas {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/reparação-janela-Perfil.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/reparação-janela-Perfil.jpg');
  background-position: 0px 0px, 38% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas18.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas18.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas18.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas18.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas18.janelas-copy {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/reparação_de_caldeiras_24Horas.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/reparação_de_caldeiras_24Horas.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.image-585787 {
  margin-left: 40px;
  padding-right: 0px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-janelas-2694 {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-janelas-2694.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-janelas-2694.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-janelas-2694.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-janelas-2694.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-janelas-2694.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-janelas-2694.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-2694.janelas {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/reparação-janela-Perfil.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/reparação-janela-Perfil.jpg');
  background-position: 0px 0px, 38% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-2694.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-2694.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-2694.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-2694.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-2694.janelas-copy {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/reparacao-de-esquentadores.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/reparacao-de-esquentadores.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.image-57478 {
  position: static;
  top: -42px;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.column-78-copy {
  position: static;
  top: 0px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 24px 0px 0px;
}

.column-6245 {
  position: static;
  margin-top: 0px;
  padding-top: 38px;
  padding-right: 0px;
}

.image-5887 {
  margin-left: 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.column-7778 {
  position: static;
  top: 20px;
  display: inline-block;
  margin-top: 0px;
  padding: 0px 40px 20px;
}

.section-janelas-48435 {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-janelas-48435.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-janelas-48435.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-janelas-48435.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-janelas-48435.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-janelas-48435.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-janelas-48435.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-48435.janelas {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/reparação-janela-Perfil.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/reparação-janela-Perfil.jpg');
  background-position: 0px 0px, 38% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-48435.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-48435.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-48435.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-48435.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-48435.janelas-copy {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/canalizadores-5161566.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/canalizadores-5161566.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.column-62654 {
  position: static;
  margin-top: 0px;
}

.column-614584 {
  top: 0px;
  margin-top: 0px;
  padding: 0px 0px 41px;
}

.column-6316584 {
  top: 0px;
  margin-top: 60px;
  padding-top: 60px;
  padding-left: 40px;
}

.column-7745 {
  position: static;
  top: 20px;
  display: inline-block;
  margin-top: 0px;
  padding: 0px 40px;
}

.column-7578 {
  position: static;
  top: 0px;
  display: block;
  margin-top: 60px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 0px;
}

.section-janelas-483251 {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-janelas-483251.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-janelas-483251.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-janelas-483251.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-janelas-483251.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-janelas-483251.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-janelas-483251.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-483251.janelas {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/reparação-janela-Perfil.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/reparação-janela-Perfil.jpg');
  background-position: 0px 0px, 38% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-483251.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-483251.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-483251.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-483251.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-janelas-483251.janelas-copy {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/maquinas-de-lavar-151523.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/maquinas-de-lavar-151523.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.column-3246845 {
  position: static;
  margin-top: 0px;
  padding-top: 131px;
  padding-right: 20px;
}

.column-614684 {
  position: static;
  top: 0px;
  margin-top: 0px;
  padding: 0px 0px 41px;
}

.column-36584 {
  position: static;
  top: 0px;
  margin-top: 20px;
  padding-top: 163px;
  padding-left: 31px;
}

.heading-caixilharia-25 {
  margin-bottom: 25px;
  color: #1d1c1c;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

.column-7587 {
  position: static;
  top: 0px;
  display: block;
  margin-top: 0px;
  padding-top: 65px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-58-copy {
  margin-left: 0px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-58-copy {
  margin-top: 0px;
  margin-left: 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.column-624-copy {
  position: static;
  margin-top: 100px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-63-copy {
  top: 0px;
  margin-top: 40px;
  padding-top: 0px;
  padding-left: 40px;
}

.column-61-copy {
  top: 0px;
  margin-top: 0px;
  padding: 0px;
}

.column-75-copy {
  position: static;
  top: 0px;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.section-desentupimentos {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-desentupimentos.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-desentupimentos.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-desentupimentos.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-desentupimentos.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-desentupimentos.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-desentupimentos.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentupimentos.janelas {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/reparação-janela-Perfil.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/reparação-janela-Perfil.jpg');
  background-position: 0px 0px, 38% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentupimentos.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentupimentos.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentupimentos.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentupimentos.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-desentupimentos.janelas-copy {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/desentupimentos-51512124.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/desentupimentos-51512124.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.column-624-copy {
  position: static;
  margin-top: 0px;
  padding-right: 0px;
}

.column-63-copy {
  position: static;
  top: 0px;
  margin-top: 80px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-75-copy {
  position: static;
  top: 0px;
  display: block;
  margin-top: 60px;
  padding-top: 25px;
  padding-right: 40px;
  padding-left: 0px;
}

.image-56-copy {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.column-626-copy {
  position: static;
  margin-top: 10px;
  padding-left: 20px;
}

.image-50-copy {
  position: static;
  left: -5px;
  margin-left: 20px;
  border-radius: 10px;
}

.column-61-copy {
  position: static;
  top: 0px;
  margin-top: 0px;
  padding: 0px 0px 41px;
}

.image-57-copy {
  position: static;
  top: -42px;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.column-78-copy {
  position: static;
  top: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

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

.link-341 {
  display: inline;
  color: #4d4d4d;
  font-size: 20px;
  text-decoration: underline;
}

.list-item-239 {
  padding-left: 0px;
  color: #4d4d4d;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  list-style-type: none;
}

.list-10 {
  padding-left: 0px;
}

.bold-text-132 {
  font-family: Roboto, sans-serif;
  color: #f7f7f7;
}

.link-342 {
  color: #f7f7f7;
  text-decoration: none;
}

.paragraph-8578 {
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #f7f7f7;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.column-7754 {
  position: static;
  top: 20px;
  display: inline-block;
  margin-top: 0px;
  padding: 0px 40px;
}

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

.image-56-copy {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.image-5679 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.image-5646 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.image-5648 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.column-61-copy {
  position: static;
  top: 0px;
  margin-top: 0px;
  padding: 0px 0px 41px;
}

.column-16984 {
  position: static;
  top: 0px;
  margin-top: 0px;
  padding-top: 93px;
  padding-left: 40px;
}

.image-5618 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.image-56148 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.image-5649 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.image-5634 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.column-7846 {
  position: static;
  top: 0px;
  margin-top: 0px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-6144864 {
  position: static;
  margin-top: 40px;
  padding-top: 0px;
}

.column-75-copy-copy {
  position: static;
  top: 0px;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-right: 0px;
  padding-left: 48px;
}

.section-24-copy {
  position: static;
  top: -67px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.heading-84 {
  font-family: Lato, sans-serif;
  color: #f7f7f7;
  font-size: 30px;
  line-height: 1.5;
  text-transform: none;
}

.column-7546 {
  position: static;
  top: 0px;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-61-copy-copy {
  position: static;
  top: 0px;
  margin-top: 0px;
  padding: 0px 0px 41px;
}

._64-4 {
  margin-top: 0px;
}

.column-624648 {
  position: static;
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.section-estores-987 {
  margin-top: 40px;
  padding-bottom: 40px;
}

.section-estores-68541 {
  margin-top: 0px;
  padding-bottom: 40px;
}

.column-634 {
  top: 0px;
  margin-top: 60px;
  padding-top: 42px;
  padding-left: 10px;
}

.heading-85 {
  font-family: Lato, sans-serif;
  color: #f7f7f7;
  font-size: 30px;
  line-height: 1.5;
  text-transform: none;
}

.unordered-list-114 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
}

.list-item-240 {
  text-transform: capitalize;
}

.list-item-241 {
  text-transform: capitalize;
}

.list-item-242 {
  text-transform: capitalize;
}

.list-11 {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  text-transform: capitalize;
}

.marvila {
  margin-left: 19px;
  padding-left: 0px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  list-style-type: disc;
}

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

.list-item-92 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 14px;
}

.list-item-243 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-244 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-245 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-246 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-247 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-248 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.column-6316586 {
  position: static;
  display: block;
  padding-right: 0px;
  padding-left: 12px;
  -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;
  line-height: 1.7;
}

.list-item-26 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-28 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.unordered-list-115 {
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
}

.list-item-249 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-59 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-60 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.unordered-list-116 {
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.list-item-63 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-65 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-41 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.list-item-40 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.list-item-250 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.list-item-251 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.unordered-list-117 {
  padding-left: 0px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
}

.list-item-252 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.text-span-3 {
  font-weight: 700;
}

.list-item-253 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-254 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.unordered-list-118 {
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.list-item-75 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.list-item-255 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-256 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.list-item-257 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-258 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-259 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-260 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-261 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-262 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-263 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-264 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-265 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-266 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-267 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-268 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-54 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.unordered-list-119 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
}

.list-item-50 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-53 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-58 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-44 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-42 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-47 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-46 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-269 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-270 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.unordered-list-120 {
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
}

.list-item-271 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.list-item-272 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-273 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.list-12 {
  padding-left: 0px;
  color: #000;
  text-transform: capitalize;
}

.marvila-2 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-274 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-13 {
  padding-left: 0px;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}

.list-item-275 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-276 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-277 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-278 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-279 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-280 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-281 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.list-item-43 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.list-item-282 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.list-item-283 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.unordered-list-121 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.list-item-284 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: capitalize;
}

.list-item-285 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-286 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-287 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-288 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-289 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-14 {
  padding-left: 0px;
  color: #000;
  text-transform: capitalize;
}

.marvila-3 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-15 {
  padding-left: 0px;
  color: #000;
}

.list-item-290 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-291 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-292 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-293 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-294 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-295 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-296 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-16 {
  padding-left: 0px;
  text-transform: capitalize;
}

.list-item-89 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-17 {
  padding-left: 0px;
}

.list-item-297 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.list-item-298 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-299 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-300 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-301 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-302 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-303 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.image-5848 {
  margin-left: 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.column-7548 {
  position: static;
  top: 0px;
  display: block;
  margin-top: 15px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 0px;
}

.column-77-copy {
  position: static;
  top: 20px;
  display: inline-block;
  margin-top: 20px;
  padding: 0px 0px 0px 40px;
}

.column-62457 {
  position: static;
  margin-top: 0px;
  padding-top: 16px;
  padding-right: 0px;
}

.column-6348 {
  top: 0px;
  margin-top: 40px;
  padding-top: 97px;
  padding-left: 66px;
}

.column-6244 {
  position: static;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-6264 {
  position: static;
  margin-top: 10px;
  padding-top: 0px;
}

.column-6246 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
}

.column-6248 {
  position: static;
  margin-top: 0px;
  padding-right: 10px;
}

.column-62448 {
  position: static;
  margin-top: 0px;
  padding-top: 123px;
  padding-right: 10px;
}

.column-62648 {
  position: static;
  margin-top: 0px;
}

.image-5048 {
  position: static;
  left: -5px;
  margin-top: 40px;
  margin-left: 0px;
  border-radius: 10px;
}

.heading-86 {
  color: #f7f7f7;
}

.heading-87 {
  line-height: 55;
}

.heading-88 {
  font-family: Lato, sans-serif;
  color: #f7f7f7;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: capitalize;
}

.heading-89 {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 35px;
}

.heading-90 {
  color: #f7f7f7;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 400;
}

.image-1848 {
  position: static;
  left: -9px;
  top: -9px;
  padding-top: 0px;
  padding-left: 0px;
}

.footer-text-18 {
  position: static;
  top: -2px;
  margin-top: 0px;
  margin-left: 1px;
  padding-right: 0px;
  padding-left: 0px;
  color: #858585;
  font-size: 16px;
}

.footer-text-18.address {
  position: relative;
  left: -43px;
  top: 2px;
  text-align: center;
}

.image-56-48 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.image-5018 {
  position: static;
  left: -5px;
  margin-left: 20px;
  border-radius: 10px;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-5718 {
  position: static;
  top: -42px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 10px;
}

.unordered-list-1111 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
}

.unordered-list-111 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
}

.column-1818 {
  left: 3px;
  top: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.image-58-copy-copy {
  margin-left: 0px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.column-7748 {
  position: static;
  top: 20px;
  display: inline-block;
  margin-top: 0px;
  padding: 0px 0px 20px;
}

.section-30 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.list-item-306 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-307 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-308 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-309 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.list-item-310 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.column-6316589 {
  position: static;
}

.column-6316590 {
  position: static;
}

.body-8 {
  padding-top: 0px;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-areas: ". ."
    "Area Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 40px auto;
  grid-template-rows: auto auto;
}

.section-principal-187 {
  display: block;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78))), url('../images/Reparações24horasUrgente.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url('../images/Reparações24horasUrgente.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-91 {
  padding-top: 40px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 32px;
  text-align: center;
}

.heading-92 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 35px;
  text-align: center;
  text-transform: capitalize;
}

.paragraph-8579 {
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}

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

.field-label-2 {
  font-size: 20px;
}

.field-label-3 {
  font-size: 20px;
}

.field-label-4 {
  font-size: 20px;
}

.radio-button-label {
  font-size: 16px;
}

.radio-button-label-2 {
  font-size: 16px;
}

.radio-button-label-3 {
  font-size: 16px;
}

.radio-button-label-4 {
  font-size: 16px;
}

.radio-button {
  font-size: 16px;
}

.text-field {
  color: #323232;
}

.text-field-2 {
  color: #323232;
}

.text-field-3 {
  color: #323232;
}

.text-field-4 {
  color: #323232;
}

.textarea {
  color: #323232;
}

.submit-button {
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #323232;
  font-family: Merriweather, serif;
  color: #f7f7f7;
  font-size: 18px;
}

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

.section-2847 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  text-align: center;
}

.section-2848 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-2849 {
  margin-bottom: 60px;
}

.submit-button-2 {
  display: none;
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Merriweather, serif;
  font-size: 18px;
}

.image-567 {
  position: static;
  display: block;
  margin-top: 40px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.list-item-311 {
  font-size: 18px;
  line-height: 1.7;
}

.list-item-22 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  line-height: 1.5;
}

.unordered-list-1112 {
  padding-left: 19px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.list-item-312 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  text-align: left;
}

.unordered-list-1113 {
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.list-item-313 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  line-height: 1.5;
}

.heading-buscas {
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.heading-buscas:hover {
  color: #323232;
}

.container-pesquisas {
  position: relative;
  left: 30px;
}

.list-item-314 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  line-height: 1.5;
}

.unordered-list-1114 {
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.list-item-24 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.5;
}

.list-item-315 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  line-height: 1.5;
}

.column-6316591 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.column-6316592 {
  position: static;
  font-size: 14px;
  line-height: 30px;
}

.column-6316593 {
  position: static;
  left: 1px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 1.5;
}

.row-28 {
  position: static;
  left: 23px;
  top: 8px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 40px;
  color: #000;
  line-height: 1.2;
}

.unordered-list-19 {
  padding-left: 19px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
}

.unordered-list-1115 {
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
}

.list-item-21 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  line-height: 1.5;
}

.list-item-316 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  line-height: 1.5;
}

.unordered-list-1116 {
  padding-left: 0px;
  font-family: Merriweather, serif;
  color: #323232;
  line-height: 1.7;
  text-transform: capitalize;
}

.link-346 {
  color: #323232;
  text-decoration: none;
}

.section-2850 {
  margin-top: 60px;
}

.column-7848 {
  position: static;
  top: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.container-pesquisas-estores {
  position: static;
  left: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.section-2851 {
  margin-top: 60px;
}

.section-2852 {
  margin-top: 60px;
}

.section-2853 {
  margin-top: 60px;
}

.section-2854 {
  margin-top: 60px;
}

.section-2855 {
  margin-top: 60px;
}

.bold-text-133 {
  font-family: Merriweather, serif;
}

.section-2856 {
  margin-top: 60px;
}

.section-2857 {
  margin-top: 60px;
}

.list-item-317 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #111010;
  font-size: 16px;
  line-height: 1.5;
}

.list-item-318 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  text-align: left;
}

.row-29 {
  position: static;
  left: 23px;
  top: 8px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 40px;
  color: #000;
  line-height: 1.2;
}

.list-item-319 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0e0d0d;
  font-size: 15px;
  line-height: 1.5;
}

.list-item-320 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #131212;
  font-size: 15px;
  line-height: 1.5;
}

.list-item-321 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.list-item-322 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.unordered-list-1117 {
  padding-left: 19px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.unordered-list-1118 {
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.list-item-323 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #131212;
  font-size: 16px;
  line-height: 1.5;
}

.list-item-324 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #363232;
  font-size: 16px;
  line-height: 1.5;
}

.unordered-list-1119 {
  padding-left: 0px;
  font-family: Exo, sans-serif;
  line-height: 25px;
}

.list-item-325 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
}

.list-item-326 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
}

.list-item-327 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.5;
  text-transform: capitalize;
}

.list-item-328 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  text-transform: capitalize;
}

.list-item-329 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.5;
}

.row-servi-os {
  position: static;
  left: 23px;
  top: 8px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 40px;
  color: #000;
  line-height: 1.2;
}

.list-item-330 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
}

.list-item-331 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
}

.list-item-332 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
}

.list-item-333 {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
}

.heading-93 {
  margin-top: 15px;
  padding-top: 0px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.link-347 {
  color: #323232;
  text-decoration: none;
}

.paragraph-51 {
  padding-top: 0px;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.section-2858 {
  margin-top: 60px;
}

.container-255 {
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.heading-94 {
  margin-top: 15px;
  padding-top: 0px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
}

.heading-95 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.paragraph-52 {
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.section-2859 {
  margin-top: 40px;
}

.section-2860 {
  margin-top: 40px;
}

.heading-96 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.list-item-334 {
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 1.7;
}

.heading-97 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.heading-97:hover {
  color: #e20d0d;
}

.row-servi-os-2 {
  position: static;
  left: 23px;
  top: 8px;
  padding-top: 10px;
  padding-left: 20px;
  color: #000;
  line-height: 1.2;
}

.list-item-335 {
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 1.7;
}

.container-trabalhos-canalizadores {
  position: static;
  left: 30px;
  line-height: 1.5px;
}

.list-item-336 {
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 1.7;
}

.section-2861 {
  margin-top: 40px;
}

.paragraph-54 {
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.container-fugas-de-agua {
  margin-top: 40px;
}

.heading-98 {
  margin-top: 0px;
  padding-top: 0px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.paragraph-50 {
  padding-top: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.container-244 {
  position: static;
  left: 30px;
  margin-top: 60px;
}

.heading-99 {
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.heading-99:hover {
  color: #e20d0d;
}

.list-18 {
  color: #000;
}

.marvila-4 {
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.7;
}

.list-item-337 {
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.7;
}

.container-autoclismos {
  margin-top: 40px;
}

.heading-100 {
  margin-top: 15px;
  padding-top: 0px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.paragraph-01 {
  padding-top: 0px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.container-243 {
  position: static;
  top: 0px;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-101 {
  display: block;
  padding-bottom: 13px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.list-19 {
  margin-bottom: 0px;
}

.list-item-91 {
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.7;
}

.section-2862 {
  margin-top: 40px;
}

.heading-torneiras {
  margin-top: 15px;
  padding-top: 0px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.paragraph-02 {
  padding-top: 0px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.container-torneiras-canalizadores {
  position: static;
  top: 6px;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-102 {
  display: block;
  padding-bottom: 11px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.paragraph-66 {
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  text-transform: capitalize;
}

.paragraph-56 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.section-2863 {
  margin-top: 40px;
}

.heading-103 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.row-servi-os-3 {
  position: static;
  left: 23px;
  top: 8px;
  display: block;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 40px;
  -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;
  color: #000;
  line-height: 1.5;
}

.column-6316595 {
  position: static;
  left: 1px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 1.5;
}

.unordered-list-23 {
  padding-right: 0px;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
  list-style-type: disc;
}

.list-item-90 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.column-6316596 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 30px;
}

.unordered-list-24 {
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.column-6316597 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.unordered-list-22 {
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.containder-desentupimentos-sanitas {
  padding-right: 10px;
  padding-left: 10px;
}

.heading-104 {
  margin-bottom: 23px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.paragraph-57 {
  margin-bottom: 22px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
}

.section-2864 {
  margin-bottom: 40px;
}

.container-desentupimentos-caixas {
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.heading-105 {
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.paragraph-64 {
  font-size: 18px;
  line-height: 1.5;
}

.container-prumadas {
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.heading-106 {
  margin-bottom: 28px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.paragraph-59 {
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 1.5;
}

.container-desentupimentos-ralos {
  margin-top: 60px;
  padding-right: 10px;
  padding-left: 10px;
}

.heading-107 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.paragraph-61 {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.heading-108 {
  margin-bottom: 21px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.paragraph-63 {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.container-banheiras {
  padding-right: 10px;
  padding-left: 10px;
}

.heading-109 {
  margin-bottom: 24px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.paragraph-65 {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.section-2865 {
  margin-top: 40px;
}

.container-240 {
  position: static;
  top: 0px;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-110 {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.list-item-338 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}

.section-2866 {
  margin-top: 40px;
}

.heading-111 {
  margin-top: 40px;
  padding-top: 0px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.list-item-339 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.list-item-340 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.list-item-341 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.list-item-342 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.list-item-343 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.list-item-344 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.list-item-345 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.list-item-346 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.list-item-347 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.list-item-348 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.heading-112 {
  margin-top: 15px;
  padding-top: 0px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.link-348 {
  color: #323232;
  text-decoration: none;
}

.section-2867 {
  margin-top: 40px;
}

.section-2868 {
  margin-bottom: 40px;
}

.heading-113 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.section-2869 {
  margin-top: 40px;
}

.list-item-349 {
  line-height: 1.7;
}

.list-item-350 {
  line-height: 1.7;
}

.list-item-351 {
  font-size: 14px;
}

.link-349 {
  color: #d1d1d1;
  text-decoration: none;
}

.column-78-copy-copy {
  position: static;
  top: 0px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 24px 0px 0px;
}

.columns-378 {
  position: static;
  top: 3px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.column-797 {
  position: static;
  left: 19px;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 15px;
}

.list-item-353 {
  font-size: 14px;
  list-style-type: square;
}

.list-item-354 {
  font-size: 18px;
}

.list-item-355 {
  font-size: 18px;
}

.list-item-356 {
  font-size: 18px;
}

.list-item-357 {
  font-size: 18px;
}

.list-item-358 {
  font-size: 14px;
}

.list-item-359 {
  font-size: 14px;
}

.list-item-360 {
  font-size: 14px;
}

.list-item-361 {
  font-size: 14px;
}

.list-item-362 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

.list-item-363 {
  font-size: 14px;
}

.list-item-364 {
  font-size: 14px;
}

.column-61287 {
  position: static;
  display: block;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-style: normal;
  text-align: left;
}

.column-60987 {
  position: static;
  display: block;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}

.column-6077791 {
  position: static;
  display: block;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.list-item-365 {
  font-size: 18px;
}

.list-item-366 {
  font-size: 18px;
}

.list-item-367 {
  font-size: 18px;
}

.list-item-368 {
  line-height: 1.7;
}

.list-item-369 {
  line-height: 1.7;
}

.list-item-370 {
  line-height: 1.7;
}

.list-item-371 {
  font-size: 18px;
}

.list-item-372 {
  font-size: 18px;
}

.list-item-373 {
  font-size: 18px;
}

.list-item-374 {
  font-size: 18px;
}

.list-item-375 {
  font-size: 18px;
}

.list-item-376 {
  font-size: 14px;
}

.list-item-377 {
  font-size: 14px;
}

.list-item-378 {
  font-size: 14px;
}

.list-item-379 {
  font-size: 14px;
  line-height: 1.7;
}

.columns-7487 {
  display: block;
  margin-top: 21px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #323232;
  line-height: 1.7;
}

.list-item-380 {
  font-size: 18px;
}

.list-item-381 {
  font-size: 18px;
}

.list-item-382 {
  font-size: 18px;
}

.list-item-383 {
  font-size: 18px;
}

.list-item-384 {
  font-size: 18px;
}

.list-item-385 {
  font-size: 18px;
}

.link-338-1 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  text-decoration: none;
}

.link-338-2 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  text-decoration: none;
}

.link-338-3 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  text-decoration: none;
}

.link-338-4 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  text-decoration: none;
}

.link-338-5 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  text-decoration: none;
}

.link-338-6 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  text-decoration: none;
}

.link-338-7 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  text-decoration: none;
}

.link-338-10 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  text-decoration: none;
}

.link-338-9 {
  border: 0px none #000;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  text-decoration: none;
}

.list-5-1 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  list-style-type: square;
}

.list-6-1 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 14px;
  list-style-type: square;
}

.list-7-1 {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  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;
  grid-template-rows: auto auto;
  font-size: 14px;
  line-height: 1.7;
  list-style-type: square;
}

.container-457-1 {
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.section-2870 {
  font-size: 14px;
  line-height: 1.7;
}

.column-6316598 {
  position: static;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.columns-7488 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  text-decoration: none;
}

.text-block-31 {
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 22px;
  line-height: 1.7;
  font-weight: 700;
}

.container-56479 {
  padding-top: 10px;
  text-decoration: none;
}

.section-2871 {
  padding-top: 0px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  text-decoration: none;
}

.link-350 {
  display: block;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-decoration: none;
}

.list-item-386 {
  font-family: Merriweather, serif;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
}

.link-351 {
  display: block;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}

.list-item-387 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
}

.link-352 {
  display: block;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}

.list-item-388 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
}

.link-353 {
  display: block;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
  white-space: normal;
}

.list-item-389 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
  list-style-type: square;
}

.link-354 {
  display: block;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}

.list-item-390 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}

.link-355 {
  display: block;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}

.list-item-391 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
}

.link-356 {
  display: block;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.list-item-392 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7px;
  text-align: left;
}

.link-357 {
  display: block;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}

.list-item-393 {
  font-family: Merriweather, serif;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}

.link-358 {
  display: block;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}

.list-item-394 {
  font-family: Merriweather, serif;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}

.list-21 {
  display: block;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
  list-style-type: square;
  -o-object-fit: fill;
  object-fit: fill;
}

.list-22 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
  list-style-type: square;
}

.list-23 {
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 1314px;
  line-height: 1.8;
  text-align: left;
  text-decoration: none;
  list-style-type: square;
}

.column-6316599 {
  position: static;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}

.column-6316600 {
  position: static;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}

.success-message-2 {
  background-color: #34be52;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 16px;
  line-height: 1.7;
}

.error-message {
  background-color: #c44;
  color: #f7f7f7;
}

.text-block-32 {
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.link-359 {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1d1c1c;
  text-decoration: none;
}

.link-359:hover {
  color: #db0404;
}

.column-6316601 {
  position: static;
  left: 18px;
  font-size: 18px;
  line-height: 25px;
}

.link-360 {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1f1d1d;
  text-decoration: none;
}

.link-360:hover {
  color: #db0404;
}

.unordered-list-1120 {
  position: static;
  top: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  list-style-type: square;
}

.link-345 {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #161515;
  text-decoration: none;
}

.link-345:hover {
  color: #db0404;
}

.bold-text-134 {
  color: rgba(32, 30, 30, 0.75);
  font-size: 27px;
}

.link-344 {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1d1c1c;
  text-decoration: none;
}

.link-344:hover {
  color: #db0404;
}

.link-361 {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1b1a1a;
  text-decoration: none;
}

.link-361:hover {
  color: #db0404;
}

.container-links {
  display: block;
  padding-top: 39px;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 1.5;
  text-align: left;
}

.link-362 {
  display: block;
  color: #0e0c0c;
  text-decoration: none;
}

.link-362:hover {
  color: #db0404;
}

.link-343 {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1d1c1c;
  text-decoration: none;
}

.link-343:hover {
  color: #db0404;
}

.text-block-1d4 {
  position: static;
  top: 7px;
  display: block;
  margin-top: 4px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-family: Exo, sans-serif;
  color: #f11010;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

.unordered-list-16 {
  position: static;
  top: 0px;
  padding-top: 1px;
  padding-left: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.5;
  list-style-type: square;
}

.link-block-8 {
  position: static;
  top: -23px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.column-429 {
  position: static;
  top: 0px;
  display: inline;
  margin-top: -1px;
  padding: 0px;
  font-size: 18px;
  line-height: 25px;
}

.link-363 {
  display: block;
  color: #1d1c1c;
  text-decoration: none;
}

.link-363:hover {
  color: #db0404;
}

.column-6316602 {
  position: static;
  left: 44px;
  font-size: 18px;
  line-height: 25px;
}

.row-30 {
  position: static;
  top: 0px;
  margin-left: 0px;
}

.bold-text-135 {
  color: #09a2dd;
  font-size: 27px;
}

.unordered-list-1121 {
  position: static;
  top: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  list-style-type: square;
}

.list-item-395 {
  padding-bottom: 0px;
  text-align: left;
}

.list-item-396 {
  text-align: left;
  text-decoration: none;
}

.link-364 {
  color: #323232;
  text-decoration: none;
}

.link-365 {
  display: block;
  color: #323232;
  text-align: left;
  text-decoration: none;
}

.link-366 {
  display: block;
  color: #323232;
  text-decoration: none;
}

.link-367 {
  display: block;
  color: #323232;
  text-align: left;
  text-decoration: none;
}

.link-368 {
  display: block;
  color: #323232;
  text-align: left;
  text-decoration: none;
}

.link-369 {
  display: block;
  color: #323232;
  text-align: left;
  text-decoration: none;
}

.link-370 {
  display: block;
  color: #323232;
  text-align: left;
  text-decoration: none;
}

.link-371 {
  display: block;
  color: #323232;
  text-align: left;
  text-decoration: none;
}

.link-372 {
  display: block;
  color: #323232;
  text-align: left;
  text-decoration: none;
}

.list-item-397 {
  text-align: left;
}

.list-item-398 {
  text-align: left;
}

.list-item-399 {
  text-align: left;
}

.list-item-400 {
  text-align: left;
}

.list-item-401 {
  text-align: left;
}

.list-item-402 {
  text-align: left;
}

.list-item-403 {
  text-align: left;
}

.heading-114 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Merriweather, serif;
  color: #323232;
  font-size: 35px;
  font-weight: 700;
}

.list-24 {
  list-style-type: square;
}

.list-25 {
  list-style-type: square;
}

.list-26 {
  padding-left: 40px;
  list-style-type: square;
}

.columns-7489 {
  margin-right: 0px;
  margin-left: 0px;
}

.section-2872 {
  margin-bottom: 40px;
}

.container-58 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.list-item-404 {
  font-size: 18px;
  line-height: 1.7;
}

.list-item-405 {
  font-size: 18px;
  line-height: 1.7;
}

.list-item-406 {
  font-size: 18px;
  line-height: 1.7;
}

.list-item-407 {
  font-size: 18px;
  line-height: 1.7;
}

.list-item-408 {
  font-size: 18px;
}

.list-item-409 {
  font-size: 18px;
}

.list-item-410 {
  font-size: 18px;
}

.list-item-411 {
  font-size: 18px;
}

.list-item-412 {
  font-size: 18px;
}

.list-item-413 {
  font-size: 18px;
}

.list-item-414 {
  font-size: 18px;
}

.list-item-415 {
  font-size: 18px;
}

.list-item-416 {
  font-size: 18px;
}

.list-item-417 {
  font-size: 18px;
}

.list-item-418 {
  line-height: 1.7;
}

.list-item-419 {
  line-height: 1.7;
}

.list-item-420 {
  line-height: 1.7;
}

.list-item-421 {
  line-height: 1.7;
}

.list-item-422 {
  font-size: 14px;
}

.list-item-423 {
  font-size: 14px;
}

.list-item-424 {
  font-size: 14px;
}

.list-item-425 {
  font-size: 14px;
}

.list-item-426 {
  font-size: 14px;
}

.list-item-427 {
  line-height: 1.7;
}

.list-item-428 {
  line-height: 1.7;
}

.list-item-429 {
  line-height: 1.7;
}

.list-item-430 {
  font-size: 14px;
}

.list-item-431 {
  font-size: 14px;
}

.list-item-432 {
  font-size: 14px;
}

.list-item-433 {
  font-size: 14px;
}

.list-item-434 {
  font-size: 14px;
}

.list-item-435 {
  font-size: 14px;
}

.list-item-436 {
  font-size: 14px;
}

.list-item-437 {
  line-height: 1.7;
}

.list-item-438 {
  line-height: 1.7;
}

.section-autoclismos {
  padding-top: 6px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.section-autoclismos.estores {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.77)), to(rgba(50, 50, 50, 0.77))), url('../images/fitas-de-estores.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.77), rgba(50, 50, 50, 0.77)), url('../images/fitas-de-estores.jpg');
  background-position: 0px 0px, 100% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-autoclismos.beige {
  margin-top: 0px;
  padding: 55px 0px 40px 23px;
  background-color: #c7aa8b;
}

.section-autoclismos.image {
  padding-top: 52px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 6, 6, 0.76)), to(rgba(7, 6, 6, 0.76))), url('../images/ls-foto-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.76)), url('../images/ls-foto-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-autoclismos.lightgrey {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.section-autoclismos.footer {
  padding-top: 22px;
  padding-bottom: 7px;
  background-color: #323232;
}

.section-autoclismos.canalizao {
  padding-top: 27px;
  padding-bottom: 31px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/cropped-natureza-brincalhona-cover.jpg');
  background-position: 0px 0px, 50% 153%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-autoclismos.janelas {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.85)), to(rgba(50, 50, 50, 0.85))), url('../images/reparação-janela-Perfil.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.85), rgba(50, 50, 50, 0.85)), url('../images/reparação-janela-Perfil.jpg');
  background-position: 0px 0px, 38% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-autoclismos.eletricista {
  padding-top: 56px;
  padding-bottom: 77px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/eletricista-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/eletricista-urgente.jpg');
  background-position: 0px 0px, 50% 141%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-autoclismos.esquentador {
  padding-top: 56px;
  padding-bottom: 1px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação-de-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação-de-esquentador.jpg');
  background-position: 0px 0px, 50% 118%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-autoclismos.caldeiras {
  padding-top: 33px;
  padding-bottom: 23px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.79)), to(rgba(50, 50, 50, 0.79))), url('../images/reparação_de_caldeira_urgente.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.79), rgba(50, 50, 50, 0.79)), url('../images/reparação_de_caldeira_urgente.jpg');
  background-position: 0px 0px, 100% 27%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-autoclismos.desentupimento {
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(50, 50, 50, 0.89))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.89), rgba(50, 50, 50, 0.89)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
  background-position: 0px 0px, 50% -194px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section-autoclismos.janelas-copy {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/autoclismos-7843223-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/autoclismos-7843223-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.column-6345-copy {
  top: 0px;
  margin-top: 100px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.list-27 {
  margin-bottom: 0px;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.list-item-91-copy {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 1.7;
}

.heading-115 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.paragraph-8580 {
  font-family: Merriweather, serif;
  font-size: 18px;
}

.paragraph-8581 {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.7;
  text-align: justify;
}

.section-2873 {
  margin-bottom: 20px;
}

.image-56148-copy {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 10px;
}

.column-624-copy {
  position: static;
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 10px;
}

.column-6316584-copy {
  top: 0px;
  margin-top: 60px;
  padding-top: 60px;
  padding-left: 40px;
}

.image-50-copy {
  position: static;
  left: -5px;
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 0px;
  border-radius: 10px;
}

.heading-116 {
  margin-top: 40px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.paragraph-8582 {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.paragraph-8583 {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.list-item-62 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.list-item-441 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.list-item-442 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.row-servi-os-4984 {
  position: static;
  left: 23px;
  top: 8px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 20px;
  color: #000;
  line-height: 1.2;
}

.list-item-443 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.list-item-444 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.column-6316603 {
  position: static;
  left: 1px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: capitalize;
}

.column-6316604 {
  position: static;
  font-size: 14px;
  line-height: 1.5px;
}

.list-item-445 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.unordered-list-1122 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.list-item-446 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.list-item-30 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.list-item-447 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.unordered-list-1123 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
}

.column-6316605 {
  position: static;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 13px;
  font-style: normal;
}

.column-6316606 {
  position: static;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Merriweather, serif;
  line-height: 1.7;
}

.unordered-list-1124 {
  display: block;
  margin-bottom: auto;
  padding-left: 0px;
  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;
  grid-template-rows: auto auto;
  line-height: 1.7;
  list-style-type: square;
}

.column-6316607 {
  position: static;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 1.7;
}

.link-373 {
  font-family: Merriweather, serif;
  color: #313131;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

.link-373:hover {
  color: #c21a1a;
}

.columns-7490 {
  margin-top: 21px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.7;
}

.link-374 {
  font-family: Merriweather, serif;
  color: #313131;
  font-size: 13px;
  text-decoration: none;
}

.list-item-448 {
  line-height: 1.7;
  font-style: normal;
}

.column-6316608 {
  position: static;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  line-height: 1.7;
}

.link-375 {
  font-family: Merriweather, serif;
  color: #313131;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

.link-375:hover {
  color: #c72222;
}

.list-28 {
  padding-left: 0px;
  font-size: 14px;
  line-height: 1.7;
  list-style-type: square;
}

.list-29 {
  padding-left: 0px;
  list-style-type: square;
}

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

.heading-117 {
  color: #323232;
  font-size: 30px;
  text-align: center;
}

.paragraph-374-4 {
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0f0f0f;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
}

.button-call-to-action {
  position: static;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  margin: 20px 20px 0px 0px;
  padding: 0px 20px;
  border-radius: 20px;
  background-color: #09a0db;
  box-shadow: inset 0 0 2px -19px #000;
  font-size: 22px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 -1px 4px #000;
}

.button-call-to-action:hover {
  box-shadow: inset 0 0 26px -9px #000, inset 0 1px 16px 0 rgba(0, 0, 0, 0.67);
  opacity: 0.62;
}

.button-call-to-action-2 {
  position: static;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  margin: 20px 0px 0px 20px;
  padding: 0px 20px;
  border-radius: 20px;
  background-color: #09a0db;
  box-shadow: inset 0 0 2px -19px #000;
  font-size: 22px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 -1px 4px #000;
}

.button-call-to-action-2:hover {
  box-shadow: inset 0 0 26px -9px #000, inset 0 1px 16px 0 rgba(0, 0, 0, 0.67);
  opacity: 0.62;
}

.ck-sr__only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-modal__exit-btn {
  position: absolute;
  left: auto;
  top: -3%;
  right: -3%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #f3f7f2;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: transparent;
  cursor: pointer;
}

.ck-modal__exit-btn:hover {
  background-color: transparent;
}

.ck__exitbtn__line {
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: #515750;
}

.ck__exitbtn__line.is--right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ck__exitbtn__line.is--left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ck-cookie-w {
  position: fixed;
  left: auto;
  top: auto;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9500;
  max-width: 25rem;
  text-align: justify;
}

.ck-modal__btns-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  background-color: #f3f7f2;
}

.ck-modal__btns-w.is--small {
  padding: 1.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-112453 {
  margin-left: 20px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: transparent;
  color: #323232;
}

.ck-button-w {
  margin-left: 0px;
  padding: 1em 1.5em 1rem;
  clear: none;
  border-radius: 0.25rem;
  background-color: #09a0db;
  -webkit-transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
}

.ck-button-w:hover {
  background-color: #1881aa;
}

.ck-modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 4px 1rem 0 rgba(38, 41, 38, 0.05);
  color: #515750;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.ck-txt-link {
  -webkit-transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  color: #515750;
  font-weight: 400;
}

.ck-txt-link:hover {
  color: #262926;
}

.ck-title {
  margin-bottom: 0.1875em;
  color: #262926;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-css-styles {
  display: none;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.ck-button__txt {
  color: #fff;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  .button {
    position: relative;
    top: 0px;
    bottom: -9px;
    margin-top: 7px;
    margin-right: 52px;
    margin-bottom: 15px;
    padding: 12px 8px 15px 6px;
    font-size: 19px;
  }

  .button.beige.footer {
    padding-right: 0px;
    padding-left: 1px;
  }

  .button.solid {
    left: 75px;
    top: -29px;
    right: -40px;
    padding-right: 14px;
    padding-left: 19px;
  }

  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
  }

  .nav-link.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13), 0 7px 13px -4px rgba(0, 0, 0, 0.45);
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

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

  .section-main.image {
    position: relative;
    top: 0px;
  }

  .section-main.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .menu-button {
    opacity: 0.8;
  }

  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }

  .main-heading {
    margin-top: -19px;
    margin-bottom: 4px;
    padding-top: 7px;
    font-size: 50px;
  }

  .main-heading.bold {
    top: 0px;
    margin-top: -4px;
    padding-top: 0px;
  }

  .main-subheading {
    position: relative;
    top: 11px;
    font-size: 19px;
  }

  .slider {
    height: 469px;
  }

  .process-titles {
    left: 11px;
    top: 1px;
    right: 2px;
    margin-left: -32px;
    padding-left: 0px;
  }

  .testimonial-slide {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }

  .left-arrow {
    margin-left: 0px;
  }

  .right-arrow {
    margin-right: 0px;
  }

  .footer-text {
    top: 7px;
    font-size: 12px;
  }

  .footer-text.address {
    left: -24px;
  }

  .project-description {
    position: relative;
    left: 37px;
    top: -54px;
    margin-right: 0px;
  }

  .project-title {
    position: relative;
    left: 33px;
    top: -46px;
    margin-top: 43px;
    margin-right: 0px;
    text-align: center;
  }

  .project-column {
    left: -66px;
  }

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

  .container-2 {
    position: relative;
    top: -16px;
  }

  .row {
    position: relative;
    top: -23px;
    padding-top: 0px;
  }

  .row-2 {
    position: relative;
    bottom: 20px;
  }

  .image-5 {
    left: 68px;
    top: 69px;
    right: -10px;
    margin-left: 0px;
    padding-top: 0px;
    text-align: center;
  }

  .image-6 {
    position: relative;
    top: -21px;
    padding-top: 20px;
  }

  .heading-12 {
    margin-bottom: -17px;
    font-size: 35px;
  }

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

  .container-6 {
    top: 32px;
    margin-top: -48px;
    padding-top: 0px;
  }

  .image-9 {
    top: 0px;
  }

  .heading-14 {
    font-size: 55px;
  }

  .unordered-list {
    padding-left: 28px;
    font-size: 12px;
    line-height: 22px;
  }

  .list-item {
    font-size: 14px;
  }

  .list-item-2 {
    text-align: left;
  }

  .column-9 {
    position: relative;
    left: 8px;
    top: 0px;
    padding-left: 10px;
    font-size: 15px;
  }

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

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

  .heading-15 {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .row-5 {
    top: 17px;
  }

  .section-janelas-3 {
    top: 23px;
    height: 250px;
    margin-bottom: 29px;
  }

  .unordered-list-2 {
    padding-left: 6px;
    font-size: 14px;
    line-height: 22px;
  }

  .unordered-list-3 {
    left: 7px;
    padding-left: 9px;
    font-size: 14px;
    line-height: 22px;
  }

  .container-7 {
    top: 10px;
  }

  .section-3 {
    margin-left: -1px;
    padding-bottom: 12px;
  }

  .paragraph-6 {
    top: 1px;
    margin-right: 0px;
  }

  .paragraph-7 {
    top: 0px;
    margin-right: 0px;
  }

  .heading-16 {
    left: 1px;
    top: -73px;
    right: 0px;
    padding-left: 0px;
    line-height: 37px;
  }

  .column-12 {
    left: -42px;
    top: 37px;
    margin-top: -21px;
    padding-right: 9px;
  }

  .image-11 {
    position: relative;
    left: 61px;
    top: -8px;
    padding-left: 1px;
    text-align: left;
  }

  .column-13 {
    left: -30px;
    top: -38px;
  }

  .image-12 {
    left: -13px;
    top: 0px;
    right: 0px;
  }

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

  .navbar-principal {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-menu-2 {
    background-color: #4d4d4d;
  }

  .container-9 {
    position: relative;
    top: -21px;
    padding-top: 0px;
  }

  .container-10 {
    position: relative;
    top: 14px;
  }

  .image-18 {
    left: -8px;
  }

  .column-17 {
    top: 5px;
  }

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

  .column-18 {
    top: -6px;
  }

  .container-13 {
    left: 16px;
  }

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

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

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

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

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

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

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

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

  .link-10 {
    left: 12px;
    font-size: 16px;
  }

  .column-12-copy {
    left: -42px;
    top: 37px;
    margin-top: -21px;
    padding-right: 9px;
  }

  .column-12-desentop {
    left: -42px;
    top: 37px;
    margin-top: -21px;
    padding-right: 9px;
  }

  .important-text-8 {
    font-weight: 400;
  }

  .text-block-4 {
    font-size: 22px;
  }

  .container-17 {
    top: 13px;
  }

  .paragraph-17 {
    text-align: justify;
  }

  .image-34 {
    left: 0px;
    top: 0px;
  }

  .button-5 {
    left: -134px;
  }

  .section-estores-1 {
    margin-top: 1px;
    padding-top: 34px;
    padding-bottom: 0px;
  }

  .bold-text {
    text-align: left;
  }

  .list-item-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-19 {
    font-size: 12px;
    line-height: 18px;
  }

  .column-30 {
    padding-left: 12px;
  }

  .column-31 {
    left: 3px;
    top: 100px;
  }

  .column-32 {
    top: -39px;
  }

  .heading-18 {
    font-size: 35px;
  }

  .column-33 {
    top: -30px;
    padding-top: 0px;
  }

  .heading-19 {
    font-size: 25px;
  }

  .paragraph-19 {
    font-size: 20px;
  }

  .image-36 {
    position: relative;
    top: 0px;
  }

  .row-13 {
    position: relative;
    top: 6px;
  }

  .paragraph-20 {
    top: 6px;
    font-size: 20px;
  }

  .heading-20 {
    position: relative;
    top: 4px;
    font-size: 20px;
  }

  .image-37 {
    position: relative;
    top: 0px;
  }

  .bold-text-28 {
    font-size: 12px;
    line-height: 22px;
  }

  .bold-text-36 {
    font-size: 12px;
    line-height: 22px;
  }

  .bold-text-43 {
    font-size: 12px;
    line-height: 22px;
  }

  .column-35 {
    top: -15px;
  }

  .column-36 {
    top: -12px;
  }

  .row-14 {
    height: 440px;
  }

  .paragraph-21 {
    font-size: 18px;
  }

  .heading-21 {
    font-size: 20px;
  }

  .image-38 {
    position: relative;
  }

  .paragraph-22 {
    font-size: 18px;
  }

  .heading-22 {
    font-size: 20px;
  }

  .column-37 {
    top: 64px;
  }

  .column-38 {
    top: -49px;
  }

  .column-39 {
    top: -26px;
  }

  .button-7 {
    left: -87px;
    margin-left: 173px;
  }

  .paragraph-23 {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-24 {
    font-size: 18px;
    line-height: 20px;
  }

  .column-41 {
    top: -21px;
  }

  .column-42 {
    top: -23px;
  }

  .paragraph-25 {
    padding-right: 0px;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-24 {
    font-size: 25px;
  }

  .paragraph-26 {
    top: -15px;
    right: 0px;
    padding-right: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-25 {
    top: -20px;
    font-size: 25px;
  }

  .column-45 {
    top: -10px;
  }

  .section-esquentador-2 {
    height: 350px;
  }

  .column-46 {
    top: -33px;
  }

  .column-47 {
    top: 7px;
  }

  .section-15 {
    height: 350px;
  }

  .row-20 {
    height: 360px;
  }

  .paragraph-27 {
    position: relative;
    top: -9px;
    padding-right: 0px;
    font-size: 18px;
  }

  .column-49 {
    top: -30px;
  }

  .heading-26 {
    font-size: 25px;
  }

  .paragraph-28 {
    font-size: 18px;
  }

  .column-50 {
    top: -30px;
  }

  .image-43 {
    position: relative;
    top: 10px;
  }

  .heading-27 {
    position: relative;
    top: 1px;
    font-size: 25px;
    font-weight: 700;
  }

  .container-24 {
    top: 4px;
  }

  .section-17 {
    height: 400px;
  }

  .heading-28 {
    font-size: 30px;
  }

  .column-53 {
    top: 7px;
    text-align: center;
  }

  .column-54 {
    top: 6px;
  }

  .image-45 {
    left: 0px;
  }

  .paragraph-29 {
    font-size: 18px;
  }

  .paragraph-30 {
    font-size: 18px;
  }

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

  .section-19 {
    height: 350px;
  }

  .row-23 {
    height: 500px;
  }

  .container-25 {
    height: 500px;
  }

  .container-26 {
    top: 16px;
    height: 300px;
  }

  .section-20 {
    height: 300px;
  }

  .column-55 {
    top: 49px;
  }

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

  .section-servicos.beige {
    padding-left: 0px;
  }

  .section-servicos.image {
    position: relative;
    top: 0px;
  }

  .section-servicos.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

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

  .section-localidades.image {
    position: relative;
    top: 0px;
  }

  .section-localidades.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

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

  .section-footer.image {
    position: relative;
    top: 0px;
  }

  .section-footer.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

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

  .section-estores.image {
    position: relative;
    top: 0px;
  }

  .section-estores.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .section-estores-3 {
    margin-bottom: 29px;
  }

  .row-estores-3 {
    top: 37px;
    font-size: 18px;
  }

  .column-1-estores {
    position: relative;
    left: 1px;
    top: 0px;
    padding-left: 10px;
    font-size: 15px;
  }

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

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

  .heading-30 {
    font-size: 35px;
  }

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

  .section-eletricista.image {
    position: relative;
    top: 0px;
  }

  .section-eletricista.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .section-eletricista-2 {
    height: 300px;
  }

  .section-eletricista-3 {
    height: 300px;
    margin-bottom: -1px;
    padding-bottom: 0px;
  }

  .section-eletricista-localidades {
    position: relative;
    top: 13px;
    margin-bottom: 0px;
    margin-left: -1px;
    padding-bottom: 0px;
  }

  .section-eletricista-footer {
    padding-bottom: 4px;
  }

  .section-eletricista-footer.image {
    position: relative;
    top: 0px;
  }

  .section-eletricista-footer.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .section-eletricista-footer.footer {
    margin-top: 14px;
    padding-top: 21px;
  }

  .section-estores-footer {
    padding-bottom: 4px;
  }

  .section-estores-footer.image {
    position: relative;
    top: 0px;
  }

  .section-estores-footer.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .row-eletricista-footer {
    text-align: center;
  }

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

  .section-canalizador.image {
    position: relative;
    top: 0px;
  }

  .section-canalizador.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .section-canalizador-2 {
    height: 300px;
  }

  .section-canalizador-3 {
    height: 350px;
    margin-bottom: 29px;
  }

  .section-canalizador-4 {
    margin-left: -1px;
    padding-bottom: 12px;
  }

  .section-canalizador-footer {
    padding-bottom: 4px;
  }

  .section-canalizador-footer.image {
    position: relative;
    top: 0px;
  }

  .section-canalizador-footer.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

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

  .section-caldeiras.image {
    position: relative;
    top: 0px;
  }

  .section-caldeiras.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .section-caldeiras-1 {
    height: 330px;
  }

  .section-caldeiras-4 {
    height: 350px;
    margin-bottom: 29px;
  }

  .section-caldeiras-localidades {
    margin-left: -1px;
    padding-bottom: 12px;
  }

  .heading-31 {
    font-size: 25px;
  }

  .section-caldeiras-footer {
    padding-bottom: 4px;
  }

  .section-caldeiras-footer.image {
    position: relative;
    top: 0px;
  }

  .section-caldeiras-footer.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .row-caldeiras-footer {
    text-align: center;
  }

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

  .section-esquentador.image {
    position: relative;
    top: 0px;
  }

  .section-esquentador.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .section-esquentador-3 {
    margin-bottom: 29px;
  }

  .section-esquentador-localidades {
    margin-left: -1px;
    padding-bottom: 12px;
  }

  .section-esquentador-footer {
    padding-bottom: 4px;
  }

  .section-esquentador-footer.image {
    position: relative;
    top: 0px;
  }

  .section-esquentador-footer.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

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

  .section-desentupimento.image {
    position: relative;
    top: 0px;
  }

  .section-desentupimento.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .section-desentop-1 {
    height: 380px;
  }

  .section-desentop-2 {
    height: 320px;
  }

  .section-desentop-3 {
    height: 300px;
    margin-bottom: 29px;
  }

  .section-desentop-localidades {
    margin-left: -1px;
    padding-bottom: 12px;
  }

  .section-desentop-footer {
    padding-bottom: 4px;
  }

  .section-desentop-footer.image {
    position: relative;
    top: 0px;
  }

  .section-desentop-footer.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

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

  .section-maquinas.image {
    position: relative;
    top: 0px;
  }

  .section-maquinas.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .section-maquinas-1 {
    height: 400px;
  }

  .section-maquinas-2 {
    height: 520px;
  }

  .section-maquinas-3 {
    height: 340px;
  }

  .section-maquinas-localidades {
    margin-left: -1px;
    padding-bottom: 12px;
  }

  .section-maquinas-footer {
    padding-bottom: 4px;
  }

  .section-maquinas-footer.image {
    position: relative;
    top: 0px;
  }

  .section-maquinas-footer.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .row-maquinas-3 {
    top: 25px;
  }

  .row-desentop-3 {
    top: 1px;
  }

  .row-esquentador-3 {
    top: 1px;
  }

  .row-caldeiras-3 {
    top: 1px;
  }

  .row-canalizador-3 {
    top: 1px;
  }

  .heading-maquinas3 {
    top: 1px;
    font-size: 23px;
    line-height: 30px;
    text-transform: none;
  }

  .heading-mquinas-1 {
    font-size: 30px;
  }

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

  .section-portas.image {
    position: relative;
    top: 0px;
  }

  .section-portas.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .section-portas-1 {
    padding-bottom: 4px;
  }

  .section-portas-1.image {
    position: relative;
    top: 0px;
  }

  .section-portas-1.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .button-8 {
    left: -161px;
    top: -35px;
  }

  .container-32 {
    top: 6px;
  }

  .section-portas-2 {
    height: 350px;
  }

  .paragraph-31 {
    right: -1px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-32 {
    padding-right: 16px;
    font-size: 18px;
    line-height: 20px;
  }

  .column-57 {
    top: -22px;
  }

  .heading-33 {
    font-size: 26px;
  }

  .row-portas-4 {
    top: 1px;
    margin-top: 1px;
  }

  .section-portas-4 {
    height: 310px;
    margin-bottom: 29px;
  }

  .column-eletricidade-3 {
    position: relative;
    left: 8px;
    top: 0px;
    padding-left: 10px;
    font-size: 15px;
  }

  .section-portas-localidades {
    margin-left: -1px;
    padding-bottom: 12px;
  }

  .section-portas-footer {
    padding-bottom: 4px;
  }

  .section-portas-footer.image {
    position: relative;
    top: 0px;
  }

  .section-portas-footer.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .column-59 {
    top: 44px;
  }

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

  .section-janelas.image {
    position: relative;
    top: 0px;
  }

  .section-janelas.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .button-9 {
    left: -131px;
  }

  .container-35 {
    top: -18px;
  }

  .image-50 {
    position: static;
    left: 0px;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    border-radius: 10px;
    line-height: 20;
    text-align: center;
    text-decoration: none;
  }

  .section-janelas-1 {
    position: relative;
    display: block;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .paragraph-33 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-34 {
    font-size: 25px;
  }

  .column-61 {
    top: 0px;
  }

  .section-janelas-2 {
    height: 350px;
  }

  .column-62 {
    top: 13px;
  }

  .paragraph-34 {
    font-size: 18px;
    line-height: 20px;
  }

  .section-janelas-footer {
    padding-bottom: 4px;
  }

  .section-janelas-footer.image {
    position: relative;
    top: 0px;
  }

  .section-janelas-footer.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .section-janelas-localidades {
    margin-left: -1px;
    padding-bottom: 12px;
  }

  .column-63 {
    position: static;
    top: 259px;
    margin-top: 0px;
  }

  .container-38 {
    top: 0px;
  }

  .column-64 {
    top: 72px;
  }

  .column-65 {
    top: 2px;
  }

  .paragraph-portas {
    top: 0px;
    margin-right: 0px;
  }

  .paragraph-portas-10 {
    top: 0px;
    margin-right: 0px;
  }

  .paragraph-portas-9 {
    top: 0px;
    margin-right: 0px;
  }

  .paragraph-portas-8 {
    top: 0px;
    margin-right: 0px;
  }

  .paragraph-portas-7 {
    top: 0px;
    margin-right: 0px;
  }

  .paragraph-portas-6 {
    top: 0px;
    margin-right: 0px;
  }

  .paragraph-portas-5 {
    top: 0px;
    margin-right: 0px;
  }

  .paragraph-portas-4 {
    top: 0px;
    margin-right: 0px;
  }

  .paragraph-portas-3 {
    top: 0px;
    margin-right: 0px;
  }

  .paragraph-portas-2 {
    top: 0px;
    margin-right: 0px;
  }

  .paragraph-portas-1 {
    top: 1px;
    margin-right: 0px;
  }

  .heading-portas-localidades {
    left: 1px;
    top: -73px;
    right: 0px;
    padding-left: 0px;
    line-height: 37px;
  }

  .container-maquinas-localidades {
    top: 10px;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .column-67 {
    top: 19px;
  }

  .link-11 {
    font-size: 12px;
    line-height: 18px;
  }

  .section-estores-links {
    height: 700px;
    margin-bottom: 29px;
  }

  .column-1-estores-links {
    position: relative;
    left: 1px;
    top: 0px;
    padding-left: 10px;
    font-size: 18px;
  }

  .unordered-list-links1 {
    padding-left: 6px;
    font-size: 12px;
    line-height: 22px;
  }

  .unordered-list-links2 {
    left: 7px;
    padding-left: 9px;
    font-size: 12px;
    line-height: 22px;
  }

  .unordered-list-links-3 {
    padding-left: 28px;
    font-size: 18px;
    line-height: 20px;
  }

  .link-12 {
    font-size: 12px;
    line-height: 18px;
  }

  .container-40 {
    top: 0px;
  }

  .column-68 {
    font-size: 18px;
    line-height: 20px;
  }

  .list-item-8 {
    font-size: 18px;
    line-height: 22px;
  }

  .list-item-9 {
    font-size: 18px;
    line-height: 22px;
  }

  .list-item-10 {
    font-size: 18px;
    line-height: 22px;
  }

  .list-item-11 {
    line-height: 22px;
  }

  .list-item-12 {
    line-height: 22px;
  }

  .list-item-13 {
    line-height: 22px;
  }

  .list-item-14 {
    line-height: 22px;
  }

  .list-item-15 {
    line-height: 22px;
  }

  .list-item-16 {
    line-height: 22px;
  }

  .list-item-17 {
    line-height: 22px;
  }

  .container-caldeiras-contatos {
    top: 13px;
  }

  .container-17-copy {
    top: 13px;
  }

  .container-17-canalizador {
    top: 13px;
  }

  .container-17-esquentadores {
    top: 0px;
  }

  .container-17-desentupimentos {
    top: 13px;
  }

  .container-17-maquinas {
    top: 13px;
  }

  .container-17-portas {
    top: 13px;
  }

  .container-7-estores {
    top: 10px;
  }

  .container-7-eletricista {
    top: 10px;
  }

  .container-7-copy {
    top: 10px;
  }

  .container-7-canalizador {
    top: 10px;
  }

  .container-40-estores {
    top: 0px;
  }

  .container-7-mquinas {
    top: 10px;
  }

  .heading-15-portas {
    top: -10px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .container-17-janelas {
    top: 13px;
    padding-right: 10px;
  }

  .heading-15-janelas {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .heading-15-janelas-12 {
    top: 41px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .container-40-janelas {
    top: -63px;
  }

  .heading-14-estores {
    font-size: 55px;
  }

  .row-estores-3333 {
    top: 37px;
  }

  .container-40-estoress {
    top: 0px;
  }

  .container-7-estores-121 {
    top: 10px;
  }

  .heading-15-estores {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .container-40-estore {
    top: 0px;
  }

  .container-40-eletricista {
    top: 0px;
  }

  .heading-15-eletricista {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .heading-15-canalizador {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .heading-15-caldeiras {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .container-40-caldeiras {
    top: 0px;
  }

  .heading-15-caldeirass {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .unordered-list-9 {
    padding-left: 0px;
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

  .heading-64 {
    font-size: 24px;
  }

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

  .column-71 {
    font-size: 10px;
  }

  .unordered-list-11 {
    padding-right: 0px;
    padding-left: 0px;
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

  .list-item-20 {
    padding-left: 0px;
  }

  .row-26 {
    left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
  }

  .unordered-list-10 {
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

  .column-72 {
    padding-left: 10px;
    font-size: 1px;
  }

  .section-caldeiras-4-caldeiras {
    height: 350px;
    margin-bottom: 29px;
  }

  .container-40-caldeiras-copy-caldeiras {
    top: 0px;
  }

  .container-40-caldeiras-copy {
    top: 0px;
  }

  .heading-65 {
    font-size: 24px;
  }

  .section-caldeiras-4-copy-caldeiras {
    height: 350px;
    margin-bottom: 29px;
  }

  .heading-16-copy-caldeiras {
    left: 1px;
    top: -73px;
    right: 0px;
    padding-left: 0px;
    line-height: 37px;
  }

  .heading-15-copy-estores {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .heading-16-copy-estores {
    left: 1px;
    top: -73px;
    right: 0px;
    padding-left: 0px;
    line-height: 37px;
  }

  .section-esquentador-3-copy-esquentadores {
    margin-bottom: 29px;
  }

  .heading-15-copy-esquentadores {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .heading-15-copy-esquentadoress {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .heading-15-copy-eletricista {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .eletricistas {
    left: 1px;
    top: -73px;
    right: 0px;
    padding-left: 0px;
    line-height: 37px;
  }

  .section-canalizador-2-copy-canalizador {
    height: 300px;
  }

  .heading-16-copy-canalizador {
    left: 1px;
    top: -73px;
    right: 0px;
    padding-left: 0px;
    line-height: 37px;
  }

  .heading-15-copy-desentupimentos {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .heading-16-copy-desentupimentos {
    left: 1px;
    top: -73px;
    right: 0px;
    padding-left: 0px;
    line-height: 37px;
  }

  .section-portas-4-copy-portas {
    height: 310px;
    margin-bottom: 29px;
  }

  .container-40-copy-portas {
    top: 0px;
  }

  .heading-15-copy-portas {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .heading-16-copy-portas {
    left: 1px;
    top: -73px;
    right: 0px;
    padding-left: 0px;
    line-height: 37px;
  }

  .container-7-copy-portas {
    top: 10px;
  }

  .heading-14-copy-portas {
    font-size: 45px;
  }

  .subheading-copy-portas {
    margin-left: 0px;
  }

  .heading-16-copy-janelas {
    left: 1px;
    top: 31px;
    right: 0px;
    padding-left: 0px;
    line-height: 37px;
  }

  .column-64-copy-eletricista {
    top: 72px;
  }

  .section-canalizador-3-copy-canalizador {
    height: 350px;
    margin-bottom: 29px;
  }

  .heading-15-copy-canalizador {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .heading-15-canalizador-copy-canalizador {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .container-40-copy-canalizador {
    top: 0px;
  }

  .container-7-canalizador-copy-canalizador {
    top: 10px;
  }

  .row-14-copy-canalizador {
    height: 440px;
  }

  .row-15-copy {
    top: -67px;
  }

  .heading-64-copy-caldeiras {
    font-size: 24px;
  }

  .heading-24-copy {
    font-size: 25px;
  }

  .heading-24-copy-esquentador {
    font-size: 25px;
  }

  .column-45-copy-esquentadores {
    top: -10px;
  }

  .heading-15-esquentadores {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .heading-16-copy-desentupimentos-copy {
    left: 1px;
    top: -73px;
    right: 0px;
    padding-left: 0px;
    line-height: 37px;
  }

  .heading-66 {
    font-size: 24px;
  }

  .column-71-copy-maquinas {
    font-size: 15px;
  }

  .container-24-copydesentupimentos {
    top: 4px;
  }

  .section-desentop-3-copy-desentupimentos {
    height: 300px;
    margin-bottom: 29px;
  }

  .unordered-list-links-3-copy-eletricista {
    padding-left: 28px;
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-6-61 {
    top: 1px;
    margin-right: 0px;
  }

  .container-71 {
    top: 10px;
  }

  .heading-16-1 {
    left: 1px;
    top: -73px;
    right: 0px;
    padding-left: 0px;
    line-height: 37px;
  }

  .paragraph-71 {
    top: 0px;
    margin-right: 0px;
  }

  .unordered-list-links-31 {
    padding-left: 28px;
    font-size: 18px;
    line-height: 20px;
  }

  .list-item-121 {
    font-size: 12px;
  }

  .text-block-margem-sul-1 {
    font-size: 20px;
  }

  .button-margem-sul-1 {
    position: relative;
    top: 0px;
    bottom: -9px;
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 12px 8px 15px 6px;
    font-size: 19px;
  }

  .button-margem-sul-1.beige.footer {
    padding-right: 0px;
    padding-left: 1px;
  }

  .button-margem-sul-1.solid {
    left: 75px;
    top: -29px;
    right: -40px;
    padding-right: 14px;
    padding-left: 19px;
  }

  .button-margem-sul-2 {
    position: relative;
    top: 0px;
    bottom: -9px;
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 12px 8px 15px 6px;
    font-size: 19px;
  }

  .button-margem-sul-2.beige.footer {
    padding-right: 0px;
    padding-left: 1px;
  }

  .button-margem-sul-2.solid {
    left: 75px;
    top: -29px;
    right: -40px;
    padding-right: 14px;
    padding-left: 19px;
  }

  .button-alvarve-1 {
    position: relative;
    top: 0px;
    bottom: -9px;
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 12px 8px 15px 6px;
    font-size: 19px;
  }

  .button-alvarve-1.beige.footer {
    padding-right: 0px;
    padding-left: 1px;
  }

  .button-alvarve-1.solid {
    left: 75px;
    top: -29px;
    right: -40px;
    padding-right: 14px;
    padding-left: 19px;
  }

  .button-algarve-2 {
    position: relative;
    top: 0px;
    bottom: -9px;
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 12px 8px 15px 6px;
    font-size: 19px;
  }

  .button-algarve-2.beige.footer {
    padding-right: 0px;
    padding-left: 1px;
  }

  .button-algarve-2.solid {
    left: 75px;
    top: -29px;
    right: -40px;
    padding-right: 14px;
    padding-left: 19px;
  }

  .button-porto-1 {
    position: relative;
    top: 0px;
    bottom: -9px;
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 12px 8px 15px 6px;
    font-size: 19px;
  }

  .button-porto-1.beige.footer {
    padding-right: 0px;
    padding-left: 1px;
  }

  .button-porto-1.solid {
    left: 75px;
    top: -29px;
    right: -40px;
    padding-right: 14px;
    padding-left: 19px;
  }

  .button-porto-2 {
    position: relative;
    top: 0px;
    bottom: -9px;
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 12px 8px 15px 6px;
    font-size: 19px;
  }

  .button-porto-2.beige.footer {
    padding-right: 0px;
    padding-left: 1px;
  }

  .button-porto-2.solid {
    left: 75px;
    top: -29px;
    right: -40px;
    padding-right: 14px;
    padding-left: 19px;
  }

  .text-block-algarve-1 {
    font-size: 20px;
  }

  .text-block-porto-1 {
    font-size: 20px;
  }

  .text-block-lisboa-1 {
    font-size: 20px;
  }

  .button-lisboa-1 {
    position: relative;
    top: 0px;
    bottom: 0px;
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 12px 8px 15px 6px;
    font-size: 19px;
  }

  .button-lisboa-1.beige.footer {
    padding-right: 0px;
    padding-left: 1px;
  }

  .button-lisboa-1.solid {
    left: 75px;
    top: -29px;
    right: -40px;
    padding-right: 14px;
    padding-left: 19px;
  }

  .button-lisboa-2 {
    position: relative;
    top: 0px;
    bottom: -9px;
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 12px 8px 15px 6px;
    font-size: 19px;
  }

  .button-lisboa-2.beige.footer {
    padding-right: 0px;
    padding-left: 1px;
  }

  .button-lisboa-2.solid {
    left: 75px;
    top: -29px;
    right: -40px;
    padding-right: 14px;
    padding-left: 19px;
  }

  .section-janelas-42 {
    height: 600px;
  }

  .section-eletricista-6 {
    height: 300px;
  }

  .container-72 {
    top: 20px;
  }

  .row-11 {
    top: -22px;
  }

  .section-desentop {
    height: 320px;
  }

  .section-esquentadores {
    height: 350px;
  }

  .container-443 {
    top: 0px;
  }

  .heading-1 {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .section-janela {
    top: 23px;
    height: 250px;
    margin-bottom: 29px;
  }

  .container-1 {
    top: 0px;
  }

  .container1 {
    top: 0px;
  }

  .container2 {
    top: 0px;
  }

  .section-eletricista1 {
    height: 300px;
    margin-bottom: -1px;
    padding-bottom: 0px;
  }

  .heading1 {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .container-40-estores1 {
    top: 0px;
  }

  .paragraph-74 {
    height: 600px;
  }

  .column-73 {
    top: 110px;
  }

  .heading-68 {
    position: relative;
    top: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    clear: left;
    direction: ltr;
    text-align: center;
  }

  .section-janelas-4-htr {
    top: 137px;
    height: auto;
    margin-top: 0px;
  }

  .section-janelas-4 {
    top: 140px;
    height: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .columns {
    position: relative;
    top: 14px;
    margin-top: -24px;
  }

  .section-22 {
    position: static;
    top: 203px;
    height: auto;
    margin-top: 38px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-23 {
    top: 124px;
    height: auto;
    margin-top: 36px;
  }

  .list-item-209 {
    font-size: 14px;
    line-height: 20px;
  }

  .oksection-janelas-localidades-copy {
    position: static;
    top: 116px;
    height: auto;
    margin-left: 0px;
    padding-bottom: 12px;
  }

  .heading-69-copyfff {
    top: 0px;
  }

  .paragraph-73-copyffff {
    position: static;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .heading-34-copyqq {
    margin-top: 0px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-33-copyeee {
    margin-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .paragraph-74-copyeee {
    height: auto;
  }

  .link-11-copyeeeee {
    font-size: 12px;
    line-height: 18px;
  }

  .bold-text-19-copyee {
    font-size: 12px;
    line-height: 18px;
  }

  .link-12-copyddd {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-6-copyqq {
    top: 26px;
    margin-right: 0px;
  }

  .list-item-copyedee {
    font-size: 14px;
  }

  .unordered-list-3-copyfg {
    left: 7px;
    padding-left: 9px;
    font-size: 14px;
    line-height: 22px;
  }

  .unordered-list-copyuhd {
    padding-left: 28px;
    font-size: 12px;
    line-height: 22px;
  }

  .list-item-8-copyrdf {
    font-size: 18px;
    line-height: 20px;
  }

  .column-68-copyrds {
    font-size: 18px;
    line-height: 20px;
  }

  .unordered-list-links1-copy {
    padding-left: 6px;
    font-size: 12px;
    line-height: 22px;
  }

  .column-1-estores-links-copyerf {
    position: relative;
    left: 1px;
    top: 0px;
    padding-left: 10px;
    font-size: 18px;
  }

  .column-74 {
    top: 1px;
  }

  .list-item-4-copy12 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-15-copy-estores-copy32 {
    top: 1px;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
  }

  .bold-text-107 {
    font-size: 12px;
    line-height: 18px;
  }

  .bold-text-19-copyqwe {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-76 {
    position: static;
    top: -78px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 28px;
  }

  .heading-70 {
    position: relative;
    top: 0px;
    margin-bottom: -1px;
    line-height: 30px;
  }

  .paragraph-77 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

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

  .section-24 {
    position: static;
    top: 204px;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .container-447 {
    top: 2px;
    margin-top: 0px;
  }

  .heading-71 {
    margin-top: 0px;
  }

  .bold-text-108 {
    position: relative;
    top: -64px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-75 {
    top: 200px;
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 10px;
    text-align: center;
  }

  .container-448 {
    position: static;
    top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .section-25 {
    position: static;
    top: 135px;
    height: auto;
  }

  .container-449 {
    display: block;
  }

  .paragraph-78 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-79 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .column-76 {
    top: 249px;
  }

  .section-26 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
  }

  .columns-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-56 {
    position: static;
    display: inline;
    margin-right: auto;
    margin-left: auto;
  }

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

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

  .columns-6 {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .column-78 {
    top: 158px;
    margin-bottom: 20px;
    padding-top: 0px;
    text-align: center;
  }

  .image-57 {
    margin-top: 0px;
  }

  .list-item-213 {
    font-size: 14px;
  }

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

  .container-caixilharia {
    padding-right: 10px;
    padding-left: 10px;
  }

  .unordered-list-12 {
    position: relative;
    top: 0px;
    padding-left: 11px;
    font-size: 14px;
    line-height: 22px;
  }

  .link-337 {
    line-height: 22px;
  }

  .link-336 {
    line-height: 1.7;
  }

  .columns-7 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
    font-size: 10px;
    text-align: left;
  }

  .list-item-37 {
    font-family: Merriweather, serif;
    line-height: 1.7;
  }

  .column-608 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .column-607 {
    left: 0px;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 22px;
  }

  .unordered-list-18 {
    position: static;
    left: -40px;
    font-size: 14px;
    line-height: 1.5;
  }

  .text-block-27 {
    top: 0px;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .unordered-list-17 {
    position: static;
    left: -37px;
    font-size: 14px;
    line-height: 1.7;
  }

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

  .unordered-list-13 {
    top: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  .container-445-copywe {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-janelas-4-copydf {
    top: 128px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 0px 20px;
  }

  .bold-text-110 {
    font-size: 14px;
  }

  .italic-text-26 {
    line-height: 1.7;
  }

  .italic-text-27 {
    line-height: 1.7;
  }

  .italic-text-28 {
    line-height: 1.7;
  }

  .italic-text-29 {
    line-height: 1.7;
  }

  .italic-text-30 {
    line-height: 1.7;
  }

  .italic-text-31 {
    line-height: 1.7;
  }

  .bold-text-111 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-27 {
    top: 106px;
    margin-top: auto;
    margin-bottom: 29px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .bold-text-112 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.5;
  }

  .bold-text-117 {
    line-height: 1.5;
  }

  .bold-text-124 {
    position: static;
    top: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .bold-text-125 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-126 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .bold-text-127 {
    position: static;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.5;
  }

  .bold-text-128 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .section-janelas-42-copy {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

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

  .column-614 {
    margin-top: 40px;
  }

  .container-451 {
    line-height: 1.5;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .row-8 {
    top: 43px;
  }

  .heading-55 {
    left: 0px;
    font-size: 30px;
    text-align: center;
  }

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

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

  .columns-9 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .link-338 {
    line-height: 1.7;
  }

  .list-5 {
    margin-bottom: 0px;
    line-height: 1.7;
  }

  .list-6 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.7;
  }

  .list-item-230 {
    font-family: Merriweather, serif;
  }

  .column-626 {
    margin-top: 0px;
  }

  .section-janelas-copy {
    padding-bottom: 4px;
  }

  .section-janelas-copy.image {
    position: relative;
    top: 0px;
  }

  .section-janelas-copy.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .column-755 {
    position: static;
    top: 200px;
    margin-top: 60px;
    padding-left: 20px;
  }

  .column-6144 {
    position: static;
  }

  .column-61-copy {
    top: 0px;
  }

  .column-64578 {
    top: 0px;
    margin-top: 0px;
    padding-right: 10px;
  }

  .section-janelas-1425 {
    padding-bottom: 4px;
  }

  .section-janelas-1425.image {
    position: relative;
    top: 0px;
  }

  .section-janelas-1425.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .paragraph-73-copyffff25 {
    position: static;
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.5;
  }

  .column-61-123 {
    top: 0px;
    padding-bottom: 0px;
  }

  .section-janelas-1823 {
    padding-bottom: 4px;
  }

  .section-janelas-1823.image {
    position: relative;
    top: 0px;
  }

  .section-janelas-1823.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .column-77-copy {
    padding-left: 10px;
  }

  ._05814 {
    position: static;
    top: 158px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .image-5754 {
    margin-top: 0px;
  }

  .column-7557 {
    position: static;
    top: 200px;
    margin-top: 20px;
    padding-left: 10px;
    text-align: center;
  }

  .column-6147 {
    position: static;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6157 {
    top: 0px;
    padding-bottom: 20px;
  }

  .column-61448 {
    margin-top: 40px;
  }

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

  .section-janelas18.image {
    position: relative;
    top: 0px;
  }

  .section-janelas18.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

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

  .section-janelas-2694 {
    padding-bottom: 4px;
  }

  .section-janelas-2694.image {
    position: relative;
    top: 0px;
  }

  .section-janelas-2694.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .image-57478 {
    margin-top: 0px;
  }

  .column-78-copy {
    top: 158px;
    margin-top: 100px;
  }

  .column-6245 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-left: 0px;
  }

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

  .section-janelas-48435 {
    padding-bottom: 4px;
  }

  .section-janelas-48435.image {
    position: relative;
    top: 0px;
  }

  .section-janelas-48435.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .column-62654 {
    margin-top: 20px;
  }

  .column-614584 {
    top: 0px;
  }

  .column-6316584 {
    position: static;
    top: 259px;
    margin-top: 40px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .column-7578 {
    top: 200px;
  }

  .section-janelas-483251 {
    padding-bottom: 4px;
  }

  .section-janelas-483251.image {
    position: relative;
    top: 0px;
  }

  .section-janelas-483251.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .column-3246845 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-614684 {
    top: 0px;
  }

  .column-36584 {
    position: static;
    top: 259px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .column-7587 {
    top: 200px;
    margin-top: 20px;
    padding-top: 0px;
    text-align: center;
  }

  .image-58-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-58-copy {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-63-copy {
    position: static;
    top: 259px;
  }

  .column-61-copy {
    top: 0px;
  }

  .column-75-copy {
    top: 200px;
  }

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

  .section-desentupimentos.image {
    position: relative;
    top: 0px;
  }

  .section-desentupimentos.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .column-63-copy {
    position: static;
    top: 259px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .column-75-copy {
    top: 200px;
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .image-56-copy {
    position: static;
    display: inline;
    margin-right: auto;
    margin-left: auto;
  }

  .image-50-copy {
    position: relative;
    left: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 20;
    text-align: center;
    text-decoration: none;
  }

  .column-61-copy {
    top: 0px;
    margin-top: 1px;
  }

  .column-78-copy {
    top: 158px;
    margin-top: 0px;
    text-align: center;
  }

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

  .column-6345 {
    position: static;
    top: 259px;
  }

  .image-56-copy {
    position: static;
    display: inline;
    margin-right: auto;
    margin-left: auto;
  }

  .image-5679 {
    position: static;
    display: inline;
    margin-right: auto;
    margin-left: auto;
  }

  .image-5646 {
    position: static;
    display: inline;
    margin-right: auto;
    margin-left: auto;
  }

  .image-5648 {
    position: static;
    display: inline;
    margin-right: auto;
    margin-left: auto;
  }

  .column-61-copy {
    top: 0px;
  }

  .column-16984 {
    position: static;
    top: 259px;
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-5618 {
    position: static;
    display: inline;
    margin-right: auto;
    margin-left: auto;
  }

  .image-56148 {
    position: static;
    display: inline;
    margin-right: auto;
    margin-left: auto;
  }

  .image-5649 {
    position: static;
    display: inline;
    margin-right: auto;
    margin-left: auto;
  }

  .image-5634 {
    position: static;
    display: inline;
    margin-right: auto;
    margin-left: auto;
  }

  .column-7846 {
    top: 158px;
    margin-bottom: 20px;
    padding-top: 0px;
    text-align: center;
  }

  .column-6144864 {
    margin-top: 0px;
  }

  .column-75-copy-copy {
    top: 200px;
    margin-top: 20px;
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .section-24-copy {
    position: static;
    top: 204px;
    height: 750px;
    margin-top: 40px;
  }

  .column-7546 {
    top: 200px;
    margin-top: 20px;
  }

  .column-61-copy-copy {
    top: 0px;
  }

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

  .column-634 {
    position: static;
    top: 259px;
    margin-top: 20px;
    padding-top: 0px;
  }

  .unordered-list-114 {
    padding-left: 0px;
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

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

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

  .list-item-28 {
    font-family: Merriweather, serif;
    line-height: 1.7;
  }

  .unordered-list-115 {
    display: block;
    margin-bottom: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .list-item-249 {
    font-size: 14px;
  }

  .list-item-59 {
    font-size: 14px;
  }

  .unordered-list-116 {
    padding-left: 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .list-item-251 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .unordered-list-117 {
    display: block;
    margin-bottom: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .list-item-252 {
    font-size: 14px;
  }

  .list-item-253 {
    font-size: 15px;
  }

  .unordered-list-118 {
    padding-left: 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .unordered-list-119 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .list-item-58 {
    font-size: 15px;
  }

  .list-item-42 {
    font-size: 15px;
  }

  .list-item-269 {
    font-size: 15px;
  }

  .unordered-list-120 {
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .list-item-281 {
    font-size: 15px;
  }

  .unordered-list-121 {
    display: block;
    margin-bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .list-item-284 {
    font-size: 14px;
  }

  .list-14 {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .list-16 {
    margin-bottom: 0px;
  }

  .list-item-89 {
    font-size: 14px;
    line-height: 1.8;
  }

  .list-item-297 {
    font-size: 14px;
    line-height: 1.8;
  }

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

  .column-7548 {
    top: 200px;
    margin-top: 20px;
    padding-right: 0px;
    text-align: center;
  }

  .column-77-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-62457 {
    padding-top: 0px;
  }

  .column-6348 {
    position: static;
    top: 259px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .column-6244 {
    margin-bottom: 20px;
    text-align: center;
  }

  .column-6264 {
    margin-top: 0px;
  }

  .column-6246 {
    margin-bottom: 20px;
    text-align: center;
  }

  .column-62448 {
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .image-5048 {
    position: relative;
    left: 0px;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    line-height: 20;
    text-align: center;
    text-decoration: none;
  }

  .image-1848 {
    left: -8px;
  }

  .footer-text-18 {
    top: 7px;
    font-size: 12px;
  }

  .footer-text-18.address {
    left: -24px;
  }

  .image-56-48 {
    position: static;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
  }

  .image-5018 {
    position: relative;
    left: 0px;
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    line-height: 20;
    text-align: center;
    text-decoration: none;
  }

  .image-5718 {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: center;
  }

  .unordered-list-1111 {
    padding-left: 0px;
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

  .unordered-list-111 {
    padding-left: 1px;
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7px;
    text-align: left;
  }

  .list-item-305 {
    line-height: 1.7;
  }

  .column-1818 {
    top: -6px;
  }

  .image-58-copy-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7748 {
    margin-top: 40px;
    padding-left: 10px;
  }

  .image-585788 {
    display: none;
  }

  .submit-button-2 {
    display: none;
  }

  .image-567 {
    position: static;
    display: block;
    margin: 0px auto 20px;
  }

  .list-item-22 {
    font-size: 14px;
  }

  .unordered-list-1112 {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .list-item-312 {
    font-size: 14px;
  }

  .unordered-list-1113 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .list-item-313 {
    font-size: 14px;
  }

  .heading-buscas {
    font-size: 24px;
    text-align: center;
  }

  .container-pesquisas {
    position: static;
    left: 17px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .list-item-314 {
    font-size: 14px;
  }

  .unordered-list-1114 {
    display: block;
    margin-bottom: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .list-item-24 {
    font-size: 14px;
  }

  .list-item-315 {
    font-size: 14px;
  }

  .column-6316591 {
    position: static;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5;
  }

  .column-6316592 {
    position: static;
    left: -6px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .column-6316593 {
    position: static;
    left: 0px;
    top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5;
  }

  .row-28 {
    left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
  }

  .unordered-list-19 {
    margin-bottom: auto;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .unordered-list-1115 {
    display: block;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .list-item-21 {
    font-size: 14px;
  }

  .list-item-316 {
    font-size: 14px;
  }

  .unordered-list-1116 {
    margin-bottom: auto;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .column-7848 {
    top: 158px;
    margin-bottom: 20px;
    text-align: center;
  }

  .container-pesquisas-estores {
    position: static;
    left: 17px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .section-2857 {
    margin-top: 0px;
  }

  .list-item-317 {
    color: #323232;
    font-size: 14px;
  }

  .list-item-318 {
    color: #323232;
    font-size: 14px;
  }

  .row-29 {
    left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
  }

  .list-item-319 {
    color: #323232;
    font-size: 14px;
  }

  .list-item-320 {
    color: #323232;
    font-size: 14px;
  }

  .list-item-321 {
    color: #323232;
    font-size: 14px;
  }

  .list-item-322 {
    color: #323232;
    font-size: 14px;
  }

  .unordered-list-1117 {
    margin-bottom: auto;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .unordered-list-1118 {
    display: block;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .list-item-323 {
    font-size: 14px;
  }

  .list-item-324 {
    font-size: 14px;
  }

  .unordered-list-1119 {
    margin-bottom: auto;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .list-item-325 {
    font-size: 14px;
    line-height: 1.5;
  }

  .list-item-326 {
    line-height: 1.5;
  }

  .list-item-328 {
    line-height: 1.5;
  }

  .list-item-329 {
    font-family: Merriweather, serif;
  }

  .row-servi-os {
    left: 0px;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
  }

  .list-item-330 {
    font-size: 15px;
    line-height: 1.5;
  }

  .list-item-333 {
    font-size: 14px;
    line-height: 1.5;
  }

  .heading-93 {
    padding-top: 0px;
  }

  .paragraph-51 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-94 {
    padding-top: 0px;
    font-size: 25px;
  }

  .list-item-334 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.5;
  }

  .heading-97 {
    font-size: 24px;
    text-align: center;
  }

  .row-servi-os-2 {
    left: 0px;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
  }

  .list-item-335 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.5;
  }

  .container-trabalhos-canalizadores {
    position: static;
    left: 17px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .list-item-336 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.5;
  }

  .paragraph-54 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-50 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-244 {
    position: static;
    left: 17px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .heading-99 {
    font-size: 28px;
    text-align: center;
  }

  .list-18 {
    margin-bottom: 0px;
  }

  .list-item-337 {
    font-size: 16px;
  }

  .container-autoclismos {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-100 {
    padding-top: 0px;
  }

  .paragraph-01 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-243 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .list-item-91 {
    font-size: 16px;
    line-height: 1.8;
  }

  .heading-torneiras {
    padding-top: 0px;
  }

  .paragraph-02 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-torneiras-canalizadores {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-56 {
    position: relative;
  }

  .row-servi-os-3 {
    left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
  }

  .column-6316595 {
    position: static;
    left: 0px;
    top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5;
  }

  .unordered-list-23 {
    display: block;
    margin-bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5px;
    text-align: left;
  }

  .list-item-90 {
    font-size: 16px;
    line-height: 1.8;
  }

  .column-6316596 {
    position: static;
    left: -6px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .unordered-list-24 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .column-6316597 {
    position: static;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5;
  }

  .unordered-list-22 {
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .paragraph-57 {
    margin-bottom: 0px;
    text-align: justify;
  }

  .section-2864 {
    margin-top: 40px;
  }

  .heading-105 {
    margin-bottom: 20px;
  }

  .heading-107 {
    margin-bottom: 21px;
  }

  .container-240 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .list-item-338 {
    font-size: 16px;
    line-height: 1.8;
  }

  .container-239 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-item-340 {
    font-family: Merriweather, serif;
    font-size: 14px;
  }

  .list-item-341 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.5;
  }

  .list-item-342 {
    font-family: Merriweather, serif;
    font-size: 14px;
  }

  .list-item-343 {
    font-family: Merriweather, serif;
    font-size: 14px;
  }

  .list-item-344 {
    font-family: Merriweather, serif;
    font-size: 14px;
  }

  .list-item-345 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .list-item-346 {
    font-family: Merriweather, serif;
    font-size: 14px;
  }

  .list-item-347 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.5;
  }

  .list-item-348 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.5;
  }

  .heading-112 {
    padding-top: 0px;
  }

  .list-item-349 {
    font-family: Merriweather, serif;
  }

  .list-item-350 {
    font-family: Merriweather, serif;
  }

  .list-item-351 {
    font-family: Merriweather, serif;
  }

  .list-item-352 {
    font-family: Merriweather, serif;
  }

  .link-349 {
    color: #d1d1d1;
    text-decoration: none;
  }

  .column-78-copy-copy {
    top: 158px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    text-align: center;
  }

  .text-span-4 {
    font-family: Merriweather, serif;
  }

  .text-span-5 {
    font-family: Merriweather, serif;
  }

  .columns-378 {
    text-align: center;
  }

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

  .list-item-358 {
    line-height: 1.7;
  }

  .list-item-361 {
    line-height: 1.7;
  }

  .list-item-363 {
    line-height: 1.7;
  }

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

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

  .column-6077791 {
    left: 0px;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.7;
  }

  .columns-7487 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
    font-size: 14px;
    text-align: left;
  }

  .link-338-1 {
    line-height: 1.7;
  }

  .link-338-2 {
    line-height: 1.7;
  }

  .link-338-3 {
    line-height: 1.7;
  }

  .link-338-4 {
    line-height: 1.7;
  }

  .link-338-5 {
    line-height: 1.7;
  }

  .link-338-6 {
    line-height: 1.7;
  }

  .link-338-7 {
    line-height: 1.7;
  }

  .link-338-10 {
    line-height: 1.7;
  }

  .link-338-9 {
    line-height: 1.7;
  }

  .list-5-1 {
    margin-bottom: 0px;
    line-height: 1.7;
  }

  .list-6-1 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.7;
  }

  .list-7-1 {
    position: static;
    left: -37px;
    font-size: 14px;
    line-height: 1.7;
  }

  .list-22 {
    padding-left: 10px;
  }

  .list-23 {
    padding-left: 10px;
  }

  .link-359 {
    display: block;
    font-size: 16px;
  }

  .column-6316601 {
    left: 6px;
  }

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

  .unordered-list-1120 {
    position: static;
    top: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  .link-345 {
    display: block;
    font-size: 16px;
  }

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

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

  .container-links {
    display: block;
  }

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

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

  .text-block-1d4 {
    top: 0px;
  }

  .unordered-list-16 {
    top: 0px;
    display: block;
    padding-top: 0px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .link-block-8 {
    top: 0px;
    text-align: center;
  }

  .column-429 {
    top: 0px;
    padding-right: 0px;
    line-height: 1.2;
  }

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

  .column-6316602 {
    left: 8px;
  }

  .row-30 {
    margin-right: 0px;
  }

  .list-item-85 {
    font-size: 16px;
  }

  .unordered-list-1121 {
    top: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  .list-25 {
    padding-left: 0px;
  }

  .list-26 {
    padding-left: 0px;
  }

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

  .section-autoclismos.image {
    position: relative;
    top: 0px;
  }

  .section-autoclismos.lightgrey {
    padding-top: 58px;
    padding-bottom: 0px;
  }

  .column-6345-copy {
    position: static;
    top: 259px;
    margin-top: 0px;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-91-copy {
    font-size: 14px;
    line-height: 1.8;
  }

  .list-item-439 {
    line-height: 1.7;
  }

  .list-item-440 {
    line-height: 1.7;
  }

  .image-56148-copy {
    position: static;
    display: inline;
    margin-right: auto;
    margin-left: auto;
  }

  .column-6316584-copy {
    position: static;
    top: 259px;
    margin-top: 40px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .image-50-copy {
    position: static;
    left: 0px;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    border-radius: 10px;
    line-height: 20;
    text-align: center;
    text-decoration: none;
  }

  .list-item-62 {
    font-size: 14px;
  }

  .list-item-441 {
    font-size: 14px;
    line-height: 1.5;
  }

  .list-item-442 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
  }

  .row-servi-os-4984 {
    left: 0px;
    width: auto;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 60px;
  }

  .list-item-443 {
    font-size: 14px;
  }

  .list-item-444 {
    font-size: 14px;
    line-height: 1.5;
  }

  .column-6316603 {
    position: static;
    left: 0px;
    top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5;
  }

  .column-6316604 {
    position: static;
    left: -6px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .list-item-445 {
    font-size: 14px;
    line-height: 1.5;
  }

  .unordered-list-1122 {
    display: block;
    margin-bottom: auto;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .list-item-446 {
    font-size: 14px;
  }

  .list-item-30 {
    font-size: 14px;
  }

  .list-item-447 {
    font-size: 14px;
  }

  .unordered-list-1123 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

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

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

  .unordered-list-1124 {
    position: static;
    left: -37px;
    font-size: 14px;
    line-height: 1.5;
  }

  .column-6316607 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .link-373 {
    line-height: 1.5;
  }

  .columns-7490 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
    font-size: 10px;
    text-align: left;
  }

  .list-item-448 {
    font-family: Merriweather, serif;
    line-height: 1.5;
  }

  .column-6316608 {
    left: 0px;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 22px;
  }

  .link-375 {
    line-height: 22px;
  }

  .list-28 {
    margin-bottom: 0px;
    line-height: 1.5;
  }

  .list-29 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.5;
  }

  .button-call-to-action {
    width: 170px;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 33px;
    margin-left: 0px;
    padding: 10px 0px;
    border-radius: 20px;
    font-size: 25px;
    line-height: 50px;
  }

  .button-call-to-action-2 {
    width: 170px;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 33px;
    margin-left: 0px;
    padding: 10px 0px;
    border-radius: 20px;
    font-size: 25px;
    line-height: 50px;
  }

  .ck-cookie-w {
    text-align: justify;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .button {
    margin-bottom: 13px;
    padding: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .button.beige.footer {
    margin: 17px 57px 8px 77px;
    padding-right: 0px;
  }

  .button.solid {
    left: 158px;
    top: -72px;
  }

  .navbar {
    position: relative;
  }

  .logo-text {
    left: 12px;
  }

  .urgente-logo {
    left: 13px;
  }

  .urgente-logo.footer {
    float: none;
  }

  .section-main {
    padding: 34px 10px;
  }

  .section-main.estores {
    padding: 35px 10px;
  }

  .section-main.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-main.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-main.canalizao {
    padding: 35px 10px;
  }

  .section-main.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-main.eletricista {
    padding: 35px 10px;
  }

  .section-main.esquentador {
    padding: 35px 10px;
  }

  .section-main.caldeiras {
    padding: 35px 10px;
  }

  .section-main.desentupimento {
    padding: 35px 10px;
  }

  .main-heading {
    position: relative;
    top: 20px;
    margin-top: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 44px;
  }

  .main-heading.bold {
    top: 12px;
    font-size: 30px;
  }

  .main-subheading {
    position: relative;
    top: 14px;
  }

  .horizontal-bar {
    position: relative;
    top: -1px;
  }

  .horizontal-bar.beige {
    margin-top: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slider {
    height: 392px;
  }

  .slide {
    padding: 50px 10px;
  }

  .process-titles {
    font-size: 15px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-right: 19px;
    padding-left: 19px;
  }

  .testimonial-slide {
    padding-right: 34px;
    padding-left: 34px;
  }

  .footer-text {
    position: static;
    top: -5px;
    margin-top: auto;
    font-family: Lato, sans-serif;
    color: #f7f7f7;
  }

  .footer-text.address {
    left: 6px;
    text-align: center;
  }

  .subheading {
    top: -52px;
    font-family: Exo, sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .project-description {
    left: -1px;
    top: -63px;
  }

  .project-title {
    left: 9px;
    top: -43px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .back-to-work-column {
    padding-top: 12px;
    text-align: left;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .project-column {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .container {
    position: relative;
    top: 33px;
  }

  .container-2 {
    top: -11px;
    margin-top: 0px;
  }

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

  .row {
    top: -78px;
    padding-top: 75px;
    font-size: 13px;
    text-align: center;
  }

  .row-2 {
    position: relative;
    top: -111px;
    margin-top: -3px;
    padding-top: 81px;
  }

  .heading {
    margin-top: -6px;
  }

  .image-5 {
    left: 68px;
    top: 23px;
    max-width: 100%;
  }

  .image-6 {
    padding-top: 24px;
  }

  .heading-12 {
    margin-top: -37px;
    margin-bottom: -31px;
    font-size: 25px;
  }

  .column-3 {
    font-size: 10px;
  }

  .image-7 {
    top: -19px;
    margin-top: 19px;
  }

  .row-3 {
    margin-top: -23px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 0px;
  }

  .row-4 {
    margin-top: 0px;
    padding-top: 27px;
    padding-bottom: 0px;
  }

  .container-6 {
    top: -40px;
    margin-top: 3px;
    padding-top: 0px;
  }

  .image-9 {
    top: 1px;
  }

  .heading-14 {
    position: relative;
    top: 7px;
    margin-top: 23px;
    margin-bottom: 39px;
    font-size: 40px;
    font-weight: 600;
  }

  .unordered-list {
    position: relative;
    left: 7px;
    padding-left: 9px;
  }

  .column-9 {
    left: 0px;
  }

  .column-10 {
    padding-left: 10px;
  }

  .column-11 {
    padding-left: 10px;
  }

  .heading-15 {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .row-5 {
    top: 20px;
  }

  .section-janelas-3 {
    height: 500px;
  }

  .unordered-list-2 {
    position: relative;
    left: 7px;
    padding-left: 10px;
  }

  .container-7 {
    top: -95px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-3 {
    margin-bottom: 2px;
    padding-bottom: 29px;
  }

  .paragraph-6 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .paragraph-7 {
    padding-right: 13px;
    padding-left: 12px;
  }

  .heading-16 {
    left: -13px;
    top: -98px;
    margin-top: 80px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 34px;
  }

  .column-12 {
    left: -32px;
    top: 52px;
  }

  .image-11 {
    left: 65px;
    padding-left: 0px;
  }

  .column-13 {
    top: 63px;
  }

  .image-12 {
    left: 51px;
    right: 1px;
  }

  .column-14 {
    padding-left: 96px;
  }

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

  .image-13 {
    padding-top: 0px;
  }

  .navbar-principal {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-menu-2 {
    background-color: #4d4d4d;
  }

  .container-9 {
    top: 28px;
    margin-top: 5px;
    padding-top: 9px;
  }

  .container-11 {
    margin-top: -47px;
    padding-top: 0px;
  }

  .image-18 {
    position: static;
    left: -6px;
    top: 10px;
  }

  .column-17 {
    position: static;
    left: -2px;
    top: 28px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #4d4d4d;
    text-align: center;
  }

  .row-6 {
    position: static;
    top: 1px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-18 {
    position: static;
    top: 20px;
  }

  .container-13 {
    left: 3px;
    padding-left: 0px;
  }

  .body-3 {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-bottom: 0px;
  }

  .column-estores {
    padding-left: 9px;
  }

  .column-portas {
    left: -16px;
  }

  .link-3 {
    left: 18px;
  }

  .link-6 {
    left: 15px;
    text-align: center;
  }

  .link-7 {
    left: 8px;
  }

  .image-desentupimento-urgente {
    left: -1px;
  }

  .link-8 {
    left: 1px;
  }

  .link-9 {
    left: 21px;
  }

  .link-10 {
    left: 0px;
  }

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

  .row-serv-1 {
    position: static;
    left: -16px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .row-serv-2 {
    position: static;
    left: -16px;
  }

  .column-janelas {
    position: static;
    left: -22px;
  }

  .column-desentupimentos {
    left: -5px;
  }

  .column-29 {
    left: 0px;
    top: 9px;
  }

  .container-15 {
    position: relative;
    top: 24px;
    padding-right: 0px;
    padding-left: 2px;
    font-size: 45px;
    line-height: 42px;
  }

  .button-3 {
    position: relative;
    top: -5px;
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 10px;
    background-color: #ad0000;
  }

  .column-12-copy {
    left: -32px;
    top: 52px;
  }

  .column-12-desentop {
    left: 11px;
    top: 52px;
  }

  .section-principal {
    height: auto;
  }

  .container-16 {
    top: 81px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-17 {
    font-size: 35px;
  }

  .text-block-4 {
    font-size: 17px;
  }

  .container-17 {
    margin-top: 1px;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-17 {
    position: relative;
    top: -2px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #161515;
    font-size: 19px;
    font-weight: 400;
  }

  .image-34 {
    top: -4px;
    text-align: center;
  }

  .button-5 {
    left: -37px;
    top: -38px;
    margin-left: 68px;
    font-size: 35px;
    line-height: 39px;
  }

  .paragraph-18 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 19px;
  }

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

  .column-32 {
    top: -2px;
  }

  .heading-18 {
    position: relative;
    top: -6px;
    text-align: center;
  }

  .column-33 {
    top: -9px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .image-35 {
    position: relative;
    top: 0px;
    border-radius: 10px;
    text-align: center;
  }

  .button-6 {
    left: -97px;
  }

  .section-7 {
    height: 350px;
  }

  .heading-19 {
    font-size: 20px;
  }

  .paragraph-19 {
    font-size: 18px;
  }

  .image-36 {
    top: 22px;
  }

  .section-8 {
    height: 300px;
  }

  .row-13 {
    padding-top: 18px;
  }

  .paragraph-20 {
    top: 10px;
    font-size: 18px;
  }

  .heading-20 {
    font-size: 18px;
  }

  .image-37 {
    top: 0px;
  }

  .column-34 {
    top: -38px;
  }

  .column-35 {
    top: 0px;
  }

  .column-36 {
    top: 8px;
  }

  .section-9 {
    height: 600px;
  }

  .paragraph-21 {
    font-size: 18px;
  }

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

  .section-10 {
    height: 500px;
  }

  .paragraph-22 {
    padding-right: 23px;
    font-size: 18px;
    text-align: justify;
  }

  .heading-22 {
    position: relative;
    top: 20px;
    font-size: 20px;
  }

  .image-39 {
    position: relative;
    top: 0px;
  }

  .column-37 {
    top: -19px;
    padding-top: 0px;
    text-align: center;
  }

  .column-38 {
    top: -47px;
  }

  .column-39 {
    top: -37px;
  }

  .column-40 {
    top: -29px;
    text-align: center;
  }

  .button-7 {
    left: -76px;
    top: -40px;
  }

  .container-19 {
    position: relative;
    top: 33px;
  }

  .section-11 {
    height: 550px;
  }

  .column-41 {
    top: -16px;
  }

  .section-12 {
    height: 600px;
  }

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

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

  .container-20 {
    position: relative;
    top: 0px;
  }

  .container-21 {
    position: relative;
    top: 38px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .container-22 {
    top: 33px;
  }

  .section-13 {
    height: 500px;
  }

  .paragraph-25 {
    padding-right: 8px;
  }

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

  .paragraph-26 {
    padding-right: 22px;
  }

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

  .column-45 {
    top: 12px;
  }

  .section-esquentador-2 {
    height: 540px;
  }

  .column-47 {
    top: -24px;
    text-align: center;
  }

  .container-23 {
    position: relative;
    top: 32px;
  }

  .section-15 {
    height: 530px;
  }

  .column-48 {
    top: -14px;
    text-align: center;
  }

  .paragraph-27 {
    padding-right: 0px;
    font-size: 18px;
  }

  .paragraph-28 {
    padding-right: 0px;
    font-size: 18px;
  }

  .section-16 {
    height: 430px;
  }

  .column-50 {
    top: -2px;
    padding-left: 11px;
  }

  .image-43 {
    top: 1px;
  }

  .column-51 {
    top: -42px;
    text-align: center;
  }

  .container-24 {
    position: relative;
    top: 1px;
  }

  .section-17 {
    height: 550px;
  }

  .row-22 {
    height: 500px;
  }

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

  .section-19 {
    height: 550px;
  }

  .row-23 {
    height: 500px;
  }

  .container-25 {
    height: 500px;
  }

  .container-26 {
    height: 300px;
  }

  .column-55 {
    top: 0px;
    text-align: center;
  }

  .container-27 {
    position: relative;
    top: 36px;
  }

  .section-servicos {
    padding: 34px 10px;
  }

  .section-servicos.estores {
    padding: 35px 10px;
  }

  .section-servicos.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-servicos.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-servicos.canalizao {
    padding: 35px 10px;
  }

  .section-servicos.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-servicos.eletricista {
    padding: 35px 10px;
  }

  .section-servicos.esquentador {
    padding: 35px 10px;
  }

  .section-servicos.caldeiras {
    padding: 35px 10px;
  }

  .section-servicos.desentupimento {
    padding: 35px 10px;
  }

  .section-localidades {
    padding: 34px 10px;
  }

  .section-localidades.estores {
    padding: 35px 10px;
  }

  .section-localidades.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-localidades.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-localidades.canalizao {
    padding: 35px 10px;
  }

  .section-localidades.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-localidades.eletricista {
    padding: 35px 10px;
  }

  .section-localidades.esquentador {
    padding: 35px 10px;
  }

  .section-localidades.caldeiras {
    padding: 35px 10px;
  }

  .section-localidades.desentupimento {
    padding: 35px 10px;
  }

  .section-footer {
    padding: 34px 10px;
  }

  .section-footer.estores {
    padding: 35px 10px;
  }

  .section-footer.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-footer.footer {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .section-footer.canalizao {
    padding: 35px 10px;
  }

  .section-footer.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-footer.eletricista {
    padding: 35px 10px;
  }

  .section-footer.esquentador {
    padding: 35px 10px;
  }

  .section-footer.caldeiras {
    padding: 35px 10px;
  }

  .section-footer.desentupimento {
    padding: 35px 10px;
  }

  .section-estores {
    padding: 34px 10px;
  }

  .section-estores.estores {
    position: relative;
    top: 47px;
    padding: 0px 10px;
  }

  .section-estores.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-estores.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-estores.canalizao {
    padding: 35px 10px;
  }

  .section-estores.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-estores.eletricista {
    padding: 35px 10px;
  }

  .section-estores.esquentador {
    padding: 35px 10px;
  }

  .section-estores.caldeiras {
    padding: 35px 10px;
  }

  .section-estores.desentupimento {
    padding: 35px 10px;
  }

  .section-estores-2 {
    height: 500px;
  }

  .section-estores-3 {
    height: 500px;
  }

  .column-1-estores {
    left: 0px;
  }

  .column-2-estores {
    padding-left: 10px;
  }

  .column-3-estores {
    padding-left: 10px;
  }

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

  .section-eletricista {
    padding: 34px 10px;
  }

  .section-eletricista.estores {
    padding: 35px 10px;
  }

  .section-eletricista.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-eletricista.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-eletricista.canalizao {
    padding: 35px 10px;
  }

  .section-eletricista.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-eletricista.eletricista {
    padding: 35px 10px;
  }

  .section-eletricista.esquentador {
    padding: 35px 10px;
  }

  .section-eletricista.caldeiras {
    padding: 35px 10px;
  }

  .section-eletricista.desentupimento {
    padding: 35px 10px;
  }

  .section-eletricista-1 {
    height: 250px;
  }

  .section-eletricista-2 {
    height: 600px;
  }

  .section-eletricista-3 {
    height: 700px;
  }

  .section-eletricista-localidades {
    margin-top: 26px;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 9px;
  }

  .section-eletricista-footer {
    padding: 34px 10px;
  }

  .section-eletricista-footer.estores {
    padding: 35px 10px;
  }

  .section-eletricista-footer.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-eletricista-footer.footer {
    position: relative;
    top: -5px;
    margin-top: 1px;
    margin-bottom: -24px;
    padding-top: 64px;
    padding-bottom: 0px;
    text-align: center;
  }

  .section-eletricista-footer.canalizao {
    padding: 35px 10px;
  }

  .section-eletricista-footer.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-eletricista-footer.eletricista {
    padding: 35px 10px;
  }

  .section-eletricista-footer.esquentador {
    padding: 35px 10px;
  }

  .section-eletricista-footer.caldeiras {
    padding: 35px 10px;
  }

  .section-eletricista-footer.desentupimento {
    padding: 35px 10px;
  }

  .body-6 {
    margin-bottom: -2px;
    padding-bottom: 0px;
  }

  .section-estores-footer {
    padding: 34px 10px;
  }

  .section-estores-footer.estores {
    padding: 35px 10px;
  }

  .section-estores-footer.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-estores-footer.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-estores-footer.canalizao {
    padding: 35px 10px;
  }

  .section-estores-footer.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-estores-footer.eletricista {
    padding: 35px 10px;
  }

  .section-estores-footer.esquentador {
    padding: 35px 10px;
  }

  .section-estores-footer.caldeiras {
    padding: 35px 10px;
  }

  .section-estores-footer.desentupimento {
    padding: 35px 10px;
  }

  .row-eletricista-footer {
    position: relative;
    top: -58px;
    padding-top: 0px;
  }

  .section-canalizador {
    padding: 34px 10px;
  }

  .section-canalizador.estores {
    padding: 35px 10px;
  }

  .section-canalizador.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-canalizador.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-canalizador.canalizao {
    padding: 35px 10px;
  }

  .section-canalizador.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-canalizador.eletricista {
    padding: 35px 10px;
  }

  .section-canalizador.esquentador {
    padding: 35px 10px;
  }

  .section-canalizador.caldeiras {
    padding: 35px 10px;
  }

  .section-canalizador.desentupimento {
    padding: 35px 10px;
  }

  .section-canalizador-1 {
    height: 600px;
  }

  .section-canalizador-2 {
    height: 200px;
  }

  .section-canalizador-3 {
    height: 800px;
  }

  .section-canalizador-4 {
    margin-bottom: 2px;
    padding-bottom: 29px;
  }

  .section-canalizador-footer {
    padding: 34px 10px;
  }

  .section-canalizador-footer.estores {
    padding: 35px 10px;
  }

  .section-canalizador-footer.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-canalizador-footer.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-canalizador-footer.canalizao {
    padding: 35px 10px;
  }

  .section-canalizador-footer.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-canalizador-footer.eletricista {
    padding: 35px 10px;
  }

  .section-canalizador-footer.esquentador {
    padding: 35px 10px;
  }

  .section-canalizador-footer.caldeiras {
    padding: 35px 10px;
  }

  .section-canalizador-footer.desentupimento {
    padding: 35px 10px;
  }

  .section-caldeiras {
    padding: 34px 10px;
  }

  .section-caldeiras.estores {
    padding: 35px 10px;
  }

  .section-caldeiras.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-caldeiras.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-caldeiras.canalizao {
    padding: 35px 10px;
  }

  .section-caldeiras.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-caldeiras.eletricista {
    padding: 35px 10px;
  }

  .section-caldeiras.esquentador {
    padding: 35px 10px;
  }

  .section-caldeiras.caldeiras {
    padding: 35px 10px;
  }

  .section-caldeiras.desentupimento {
    padding: 35px 10px;
  }

  .section-caldeiras-1 {
    height: 550px;
  }

  .section-12-copy {
    height: 600px;
  }

  .section-caldeiras-2 {
    height: 250px;
  }

  .section-caldeiras-4 {
    height: 830px;
  }

  .section-caldeiras-localidades {
    margin-bottom: 2px;
    padding-bottom: 29px;
  }

  .section-caldeiras-footer {
    padding: 34px 10px;
  }

  .section-caldeiras-footer.estores {
    padding: 35px 10px;
  }

  .section-caldeiras-footer.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-caldeiras-footer.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-caldeiras-footer.canalizao {
    padding: 35px 10px;
  }

  .section-caldeiras-footer.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-caldeiras-footer.eletricista {
    padding: 35px 10px;
  }

  .section-caldeiras-footer.esquentador {
    padding: 35px 10px;
  }

  .section-caldeiras-footer.caldeiras {
    padding: 35px 10px;
  }

  .section-caldeiras-footer.desentupimento {
    padding: 35px 10px;
  }

  .row-caldeiras-footer {
    position: relative;
    top: 1px;
    padding-top: 0px;
  }

  .section-esquentador {
    padding: 34px 10px;
  }

  .section-esquentador.estores {
    padding: 35px 10px;
  }

  .section-esquentador.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-esquentador.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-esquentador.canalizao {
    padding: 35px 10px;
  }

  .section-esquentador.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-esquentador.eletricista {
    padding: 35px 10px;
  }

  .section-esquentador.esquentador {
    padding: 35px 10px;
  }

  .section-esquentador.caldeiras {
    padding: 35px 10px;
  }

  .section-esquentador.desentupimento {
    padding: 35px 10px;
  }

  .section-esquentador-1 {
    height: 250px;
  }

  .section-esquentador-3 {
    height: 750px;
  }

  .section-esquentador-localidades {
    margin-bottom: 2px;
    padding-bottom: 29px;
  }

  .section-esquentador-footer {
    padding: 34px 10px;
  }

  .section-esquentador-footer.estores {
    padding: 35px 10px;
  }

  .section-esquentador-footer.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-esquentador-footer.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-esquentador-footer.canalizao {
    padding: 35px 10px;
  }

  .section-esquentador-footer.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-esquentador-footer.eletricista {
    padding: 35px 10px;
  }

  .section-esquentador-footer.esquentador {
    padding: 35px 10px;
  }

  .section-esquentador-footer.caldeiras {
    padding: 35px 10px;
  }

  .section-esquentador-footer.desentupimento {
    padding: 35px 10px;
  }

  .section-desentupimento {
    padding: 34px 10px;
  }

  .section-desentupimento.estores {
    padding: 35px 10px;
  }

  .section-desentupimento.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-desentupimento.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-desentupimento.canalizao {
    padding: 35px 10px;
  }

  .section-desentupimento.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-desentupimento.eletricista {
    padding: 35px 10px;
  }

  .section-desentupimento.esquentador {
    padding: 35px 10px;
  }

  .section-desentupimento.caldeiras {
    padding: 35px 10px;
  }

  .section-desentupimento.desentupimento {
    padding: 35px 10px;
  }

  .section-desentop-1 {
    height: 250px;
  }

  .section-desentop-2 {
    height: 430px;
  }

  .section-desentop-3 {
    height: 700px;
  }

  .section-desentop-localidades {
    margin-bottom: 2px;
    padding-bottom: 29px;
  }

  .section-desentop-footer {
    padding: 34px 10px;
  }

  .section-desentop-footer.estores {
    padding: 35px 10px;
  }

  .section-desentop-footer.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-desentop-footer.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-desentop-footer.canalizao {
    padding: 35px 10px;
  }

  .section-desentop-footer.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-desentop-footer.eletricista {
    padding: 35px 10px;
  }

  .section-desentop-footer.esquentador {
    padding: 35px 10px;
  }

  .section-desentop-footer.caldeiras {
    padding: 35px 10px;
  }

  .section-desentop-footer.desentupimento {
    padding: 35px 10px;
  }

  .section-maquinas {
    padding: 34px 10px;
  }

  .section-maquinas.estores {
    padding: 35px 10px;
  }

  .section-maquinas.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-maquinas.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-maquinas.canalizao {
    padding: 35px 10px;
  }

  .section-maquinas.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-maquinas.eletricista {
    padding: 35px 10px;
  }

  .section-maquinas.esquentador {
    padding: 35px 10px;
  }

  .section-maquinas.caldeiras {
    padding: 35px 10px;
  }

  .section-maquinas.desentupimento {
    padding: 35px 10px;
  }

  .section-maquinas-1 {
    height: 550px;
  }

  .section-maquinas-2 {
    height: 550px;
  }

  .section-maquinas-localidades {
    margin-bottom: 2px;
    padding-bottom: 29px;
  }

  .section-maquinas-footer {
    padding: 34px 10px;
  }

  .section-maquinas-footer.estores {
    padding: 35px 10px;
  }

  .section-maquinas-footer.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-maquinas-footer.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-maquinas-footer.canalizao {
    padding: 35px 10px;
  }

  .section-maquinas-footer.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-maquinas-footer.eletricista {
    padding: 35px 10px;
  }

  .section-maquinas-footer.esquentador {
    padding: 35px 10px;
  }

  .section-maquinas-footer.caldeiras {
    padding: 35px 10px;
  }

  .section-maquinas-footer.desentupimento {
    padding: 35px 10px;
  }

  .row-maquinas-3 {
    top: 20px;
  }

  .row-desentop-3 {
    top: 20px;
  }

  .row-esquentador-3 {
    top: 20px;
  }

  .row-caldeiras-3 {
    top: 20px;
  }

  .row-canalizador-3 {
    top: 20px;
  }

  .heading-maquinas3 {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .section-portas {
    padding: 34px 10px;
  }

  .section-portas.estores {
    padding: 35px 10px;
  }

  .section-portas.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-portas.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-portas.canalizao {
    padding: 35px 10px;
  }

  .section-portas.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-portas.eletricista {
    padding: 35px 10px;
  }

  .section-portas.esquentador {
    padding: 35px 10px;
  }

  .section-portas.caldeiras {
    padding: 35px 10px;
  }

  .section-portas.desentupimento {
    padding: 35px 10px;
  }

  .section-portas-1 {
    padding: 34px 10px;
  }

  .section-portas-1.estores {
    padding: 35px 10px;
  }

  .section-portas-1.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-portas-1.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-portas-1.canalizao {
    padding: 35px 10px;
  }

  .section-portas-1.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-portas-1.eletricista {
    padding: 35px 10px;
  }

  .section-portas-1.esquentador {
    padding: 35px 10px;
  }

  .section-portas-1.caldeiras {
    padding: 35px 10px;
  }

  .section-portas-1.desentupimento {
    padding: 35px 10px;
  }

  .button-8 {
    left: -128px;
    top: -43px;
    margin-left: 261px;
  }

  .container-32 {
    top: 25px;
  }

  .section-portas-2 {
    height: 500px;
  }

  .paragraph-31 {
    font-size: 20px;
  }

  .section-portas-3 {
    height: 250px;
  }

  .paragraph-32 {
    font-size: 20px;
  }

  .row-portas-4 {
    top: 20px;
  }

  .section-portas-4 {
    height: 650px;
  }

  .container-34 {
    top: 15px;
  }

  .column-eletricidade-3 {
    left: 0px;
  }

  .section-portas-localidades {
    margin-bottom: 2px;
    padding-bottom: 29px;
  }

  .section-portas-footer {
    padding: 34px 10px;
  }

  .section-portas-footer.estores {
    padding: 35px 10px;
  }

  .section-portas-footer.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-portas-footer.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-portas-footer.canalizao {
    padding: 35px 10px;
  }

  .section-portas-footer.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-portas-footer.eletricista {
    padding: 35px 10px;
  }

  .section-portas-footer.esquentador {
    padding: 35px 10px;
  }

  .section-portas-footer.caldeiras {
    padding: 35px 10px;
  }

  .section-portas-footer.desentupimento {
    padding: 35px 10px;
  }

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

  .section-janelas {
    padding: 34px 10px;
  }

  .section-janelas.estores {
    padding: 35px 10px;
  }

  .section-janelas.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-janelas.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-janelas.canalizao {
    padding: 35px 10px;
  }

  .section-janelas.janelas {
    display: block;
    overflow: visible;
    margin-top: auto;
    padding: 0px 10px 35px;
    line-height: 1.2;
  }

  .section-janelas.eletricista {
    padding: 35px 10px;
  }

  .section-janelas.esquentador {
    padding: 35px 10px;
  }

  .section-janelas.caldeiras {
    padding: 35px 10px;
  }

  .section-janelas.desentupimento {
    padding: 35px 10px;
  }

  .section-janelas.janelas-copy {
    display: block;
    overflow: visible;
    margin-top: auto;
    margin-left: auto;
    padding: 0px 10px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 1.2;
  }

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

  .image-50 {
    top: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-janelas-1 {
    position: static;
    display: block;
    height: auto;
    padding-bottom: 0px;
    line-height: 1.2px;
  }

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

  .column-61 {
    position: static;
    top: -25px;
    margin-bottom: 30px;
  }

  .section-janelas-2 {
    height: 220px;
  }

  .column-62 {
    top: -23px;
  }

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

  .section-janelas-footer {
    padding: 34px 10px;
  }

  .section-janelas-footer.estores {
    padding: 35px 10px;
  }

  .section-janelas-footer.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-janelas-footer.footer {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .section-janelas-footer.canalizao {
    padding: 35px 10px;
  }

  .section-janelas-footer.maquina-de-lavar {
    padding: 35px 10px;
  }

  .section-janelas-footer.eletricista {
    padding: 35px 10px;
  }

  .section-janelas-footer.esquentador {
    padding: 35px 10px;
  }

  .section-janelas-footer.caldeiras {
    padding: 35px 10px;
  }

  .section-janelas-footer.desentupimento {
    padding: 35px 10px;
  }

  .section-janelas-localidades {
    margin-bottom: 2px;
    padding-bottom: 29px;
  }

  .column-63 {
    position: static;
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .container-38 {
    top: -8px;
  }

  .container-portas-localidades {
    top: 7px;
  }

  .paragraph-portas {
    padding-right: 13px;
    padding-left: 12px;
  }

  .paragraph-portas-10 {
    padding-right: 13px;
    padding-left: 12px;
  }

  .paragraph-portas-9 {
    padding-right: 13px;
    padding-left: 12px;
  }

  .paragraph-portas-8 {
    padding-right: 13px;
    padding-left: 12px;
  }

  .paragraph-portas-7 {
    padding-right: 13px;
    padding-left: 12px;
  }

  .paragraph-portas-6 {
    padding-right: 13px;
    padding-left: 12px;
  }

  .paragraph-portas-5 {
    padding-right: 13px;
    padding-left: 12px;
  }

  .paragraph-portas-4 {
    padding-right: 13px;
    padding-left: 12px;
  }

  .paragraph-portas-3 {
    padding-right: 13px;
    padding-left: 12px;
  }

  .paragraph-portas-2 {
    padding-right: 13px;
    padding-left: 12px;
  }

  .paragraph-portas-1 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .heading-portas-localidades {
    left: -13px;
    top: -98px;
    margin-top: 112px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 34px;
  }

  .container-maquinas-localidades {
    top: -12px;
  }

  .text-block-8 {
    position: relative;
    top: -42px;
  }

  .text-block-10 {
    color: #f0e6e6;
    font-size: 30px;
    line-height: 45px;
  }

  .row-estores-contactos {
    top: -52px;
  }

  .column-67 {
    top: -9px;
    text-align: center;
  }

  .bold-text-54 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .section-estores-links {
    height: 1200px;
  }

  .column-1-estores-links {
    left: 0px;
  }

  .unordered-list-links1 {
    position: relative;
    left: 7px;
    padding-left: 10px;
  }

  .unordered-list-links-3 {
    position: relative;
    left: 7px;
    padding-left: 9px;
  }

  .list {
    padding-left: 17px;
  }

  .container-caldeiras-contatos {
    margin-top: 1px;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-17-copy {
    margin-top: 1px;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-17-canalizador {
    margin-top: 1px;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-17-esquentadores {
    margin-top: 1px;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-17-desentupimentos {
    margin-top: 1px;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-17-maquinas {
    margin-top: 1px;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-17-portas {
    margin-top: 1px;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-7-estores {
    top: -12px;
  }

  .container-7-eletricista {
    top: -12px;
  }

  .container-7-copy {
    top: -12px;
  }

  .container-7-canalizador {
    top: -12px;
  }

  .container-7-mquinas {
    top: -12px;
  }

  .heading-15-portas {
    position: relative;
    top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
  }

  .container-17-janelas {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px 20px;
  }

  .heading-15-janelas {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .heading-15-janelas-12 {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .heading-14-estores {
    position: relative;
    top: 7px;
    margin-top: 23px;
    margin-bottom: 39px;
    font-size: 40px;
    font-weight: 600;
  }

  .subheading-estores {
    top: -52px;
    font-family: Exo, sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  .container-7-estores-121 {
    top: -12px;
  }

  .heading-15-estores {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .heading-15-eletricista {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .heading-15-canalizador {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .heading-15-caldeiras {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .heading-15-caldeirass {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .unordered-list-9 {
    padding-left: 0px;
    font-size: 14px;
  }

  .heading-64 {
    position: relative;
    left: 7px;
    text-align: center;
  }

  .unordered-list-11 {
    padding-left: 0px;
    font-size: 14px;
  }

  .row-26 {
    position: static;
    margin-left: 0px;
    padding-left: 40px;
  }

  .unordered-list-10 {
    padding-left: 0px;
    font-family: Merriweather, serif;
    font-size: 14px;
  }

  .column-72 {
    left: -6px;
  }

  .section-caldeiras-4-caldeiras {
    height: 830px;
  }

  .heading-65 {
    position: relative;
    left: 7px;
    text-align: center;
  }

  .section-caldeiras-4-copy-caldeiras {
    height: 830px;
  }

  .heading-16-copy-caldeiras {
    left: -13px;
    top: -98px;
    margin-top: 112px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 34px;
  }

  .heading-15-copy-estores {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .heading-16-copy-estores {
    left: -13px;
    top: -98px;
    margin-top: 112px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 34px;
  }

  .section-esquentador-3-copy-esquentadores {
    height: 750px;
  }

  .heading-15-copy-esquentadores {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .heading-15-copy-esquentadoress {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .heading-15-copy-eletricista {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .eletricistas {
    left: -13px;
    top: -98px;
    margin-top: 112px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 34px;
  }

  .section-canalizador-1-copy-canalizador {
    height: 600px;
  }

  .section-canalizador-2-copy-canalizador {
    height: 200px;
  }

  .heading-16-copy-canalizador {
    left: -13px;
    top: -98px;
    margin-top: 112px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 34px;
  }

  .heading-15-copy-desentupimentos {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .heading-16-copy-desentupimentos {
    left: -13px;
    top: -98px;
    margin-top: 112px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 34px;
  }

  .section-portas-4-copy-portas {
    height: 650px;
  }

  .heading-15-copy-portas {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .heading-16-copy-portas {
    left: -13px;
    top: -98px;
    margin-top: 112px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 34px;
  }

  .container-7-copy-portas {
    top: -12px;
  }

  .heading-14-copy-portas {
    position: static;
    top: 7px;
    margin: auto auto 10px;
    padding: 27px 10px 10px;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
  }

  .subheading-copy-portas {
    top: -14px;
    display: block;
    margin: auto auto 10px;
    padding: 0px 10px 10px;
    font-family: Exo, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
  }

  .heading-16-copy-janelas {
    left: 0px;
    top: 0px;
    margin-top: auto;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 34px;
  }

  .section-canalizador-3-copy-canalizador {
    height: 800px;
  }

  .heading-15-copy-canalizador {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .heading-15-canalizador-copy-canalizador {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .container-7-canalizador-copy-canalizador {
    top: -12px;
  }

  .heading-64-copy-caldeiras {
    position: relative;
    left: 7px;
    text-align: center;
  }

  .heading-24-copy {
    text-align: center;
  }

  .heading-24-copy-esquentador {
    text-align: center;
  }

  .column-45-copy-esquentadores {
    top: 12px;
  }

  .heading-15-esquentadores {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .heading-16-copy-desentupimentos-copy {
    left: -13px;
    top: -98px;
    margin-top: 112px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 34px;
  }

  .heading-66 {
    position: relative;
    left: 7px;
    text-align: center;
  }

  .container-24-copydesentupimentos {
    position: relative;
    top: 1px;
  }

  .section-desentop-3-copy-desentupimentos {
    height: 700px;
  }

  .unordered-list-links-3-copy-eletricista {
    position: relative;
    left: 7px;
    padding-left: 9px;
  }

  .paragraph-6-61 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .container-71 {
    top: -12px;
  }

  .heading-16-1 {
    left: -13px;
    top: -98px;
    margin-top: 112px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 34px;
  }

  .paragraph-71 {
    padding-right: 13px;
    padding-left: 12px;
  }

  .unordered-list-links-31 {
    position: relative;
    left: 7px;
    padding-left: 9px;
  }

  .button-margem-sul-1 {
    position: static;
    margin-right: 13px;
    margin-bottom: 13px;
    padding: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .button-margem-sul-1.beige.footer {
    margin: 17px 57px 8px 77px;
    padding-right: 0px;
  }

  .button-margem-sul-1.solid {
    left: 158px;
    top: -72px;
  }

  .button-margem-sul-2 {
    position: static;
    margin-bottom: 13px;
    padding: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .button-margem-sul-2.beige.footer {
    margin: 17px 57px 8px 77px;
    padding-right: 0px;
  }

  .button-margem-sul-2.solid {
    left: 158px;
    top: -72px;
  }

  .button-alvarve-1 {
    position: static;
    margin-right: 13px;
    margin-bottom: 13px;
    padding: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .button-alvarve-1.beige.footer {
    margin: 17px 57px 8px 77px;
    padding-right: 0px;
  }

  .button-alvarve-1.solid {
    left: 158px;
    top: -72px;
  }

  .button-algarve-2 {
    position: static;
    margin-bottom: 13px;
    padding: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .button-algarve-2.beige.footer {
    margin: 17px 57px 8px 77px;
    padding-right: 0px;
  }

  .button-algarve-2.solid {
    left: 158px;
    top: -72px;
  }

  .button-porto-1 {
    position: static;
    margin-right: 13px;
    margin-bottom: 13px;
    padding: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .button-porto-1.beige.footer {
    margin: 17px 57px 8px 77px;
    padding-right: 0px;
  }

  .button-porto-1.solid {
    left: 158px;
    top: -72px;
  }

  .button-porto-2 {
    position: static;
    margin-bottom: 13px;
    padding: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .button-porto-2.beige.footer {
    margin: 17px 57px 8px 77px;
    padding-right: 0px;
  }

  .button-porto-2.solid {
    left: 158px;
    top: -72px;
  }

  .button-lisboa-1 {
    position: static;
    margin-right: 13px;
    margin-bottom: 13px;
    padding: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .button-lisboa-1.beige.footer {
    margin: 17px 57px 8px 77px;
    padding-right: 0px;
  }

  .button-lisboa-1.solid {
    left: 158px;
    top: -72px;
  }

  .button-lisboa-2 {
    position: static;
    margin-bottom: 13px;
    padding: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .button-lisboa-2.beige.footer {
    margin: 17px 57px 8px 77px;
    padding-right: 0px;
  }

  .button-lisboa-2.solid {
    left: 158px;
    top: -72px;
  }

  .section-estores-2-copy {
    height: 500px;
  }

  .section-janelas-42 {
    position: static;
    top: 51px;
    display: block;
    height: auto;
    margin-top: 29px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    clear: both;
  }

  .section-portas-5 {
    height: 250px;
  }

  .section-eletricista-6 {
    height: 600px;
  }

  .section-desentop {
    height: 430px;
  }

  .section-esquentadores {
    height: 540px;
  }

  .heading-1 {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .section-janela {
    height: 500px;
  }

  .section-eletricista1 {
    height: 700px;
  }

  .heading1 {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .container-445 {
    top: 0px;
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: justify;
  }

  .paragraph-75 {
    margin-top: -24px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-73 {
    top: -60px;
    text-align: center;
  }

  .container-446 {
    top: -8px;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-68 {
    position: static;
    top: -346px;
    display: block;
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.5;
    text-align: center;
  }

  .section-janelas-4-htr {
    top: 210px;
    display: inline;
    height: auto;
    margin-top: 0px;
  }

  .section-janelas-4 {
    top: 131px;
    display: inline;
    height: auto;
    margin-bottom: 0px;
  }

  .columns {
    display: block;
    margin-top: -1px;
  }

  .section-22 {
    position: static;
    height: auto;
    margin-top: 60px;
    margin-bottom: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .section-23 {
    top: 193px;
    height: auto;
    margin-top: 0px;
  }

  .oksection-janelas-localidades-copy {
    position: static;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .heading-69-copyfff {
    padding-right: 11px;
    padding-left: 11px;
  }

  .paragraph-73-copyffff {
    position: static;
    left: 1px;
    margin: auto;
    padding: 0px;
    float: none;
    clear: none;
    text-align: justify;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-34-copyqq {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    clear: left;
    font-size: 22px;
    text-align: center;
  }

  .paragraph-33-copyeee {
    position: static;
    margin: 10px auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
  }

  .paragraph-74-copyeee {
    position: static;
    top: -365px;
    display: inline;
    height: auto;
    margin-right: auto;
    margin-bottom: -1px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
  }

  .paragraph-6-copyqq {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .unordered-list-copyuhd {
    position: relative;
    left: 7px;
    padding-left: 9px;
  }

  .list-copyeds {
    padding-left: 17px;
  }

  .unordered-list-links1-copy {
    position: relative;
    left: 7px;
    padding-left: 10px;
  }

  .column-1-estores-links-copyerf {
    left: 0px;
  }

  .column-74 {
    top: 20px;
  }

  .heading-15-copy-estores-copy32 {
    top: 5px;
    padding-left: 17px;
    font-size: 25px;
  }

  .image-54 {
    position: relative;
    left: 0px;
    display: inline-block;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    text-align: center;
  }

  .paragraph-76 {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-70 {
    position: static;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-77 {
    font-size: 18px;
    line-height: 1.5;
  }

  .columns-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-24 {
    position: static;
    top: 0px;
    display: block;
    height: auto;
    margin-top: 0px;
  }

  .container-447 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-71 {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .bold-text-108 {
    position: static;
  }

  .column-75 {
    position: static;
    top: 15px;
    text-align: center;
  }

  .container-448 {
    position: static;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .section-25 {
    position: static;
    top: 107px;
    display: inline;
    height: auto;
  }

  .columns-4 {
    clear: left;
  }

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

  .menu-button-2 {
    color: #f7f7f7;
  }

  .icon-3 {
    color: #f7f7f7;
  }

  .paragraph-78 {
    margin: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-72 {
    margin-top: auto;
    padding-bottom: 10px;
  }

  .paragraph-79 {
    margin: auto auto 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-76 {
    top: -4px;
    display: inline;
    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;
    grid-template-rows: auto auto;
  }

  .section-26 {
    top: 39px;
    height: auto;
  }

  .image-56 {
    position: static;
    display: block;
    max-width: 0%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
  }

  .paragraph-80 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

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

  .paragraph-81 {
    line-height: 1.5;
  }

  .columns-6 {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .column-78 {
    position: static;
    margin-bottom: 30px;
  }

  .image-57 {
    position: static;
  }

  .list-item-25 {
    margin-left: 0px;
  }

  .list-item-213 {
    margin-left: 0px;
    font-size: 14px;
  }

  .heading-caixilharia-1 {
    position: static;
    left: -1px;
  }

  .container-caixilharia {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .unordered-list-12 {
    position: static;
    padding-top: 6px;
    padding-left: 12px;
    font-size: 13px;
    line-height: 28px;
  }

  .columns-7 {
    margin-top: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
  }

  .list-item-37 {
    position: static;
    left: -2px;
  }

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

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

  .unordered-list-18 {
    position: static;
    left: -24px;
    padding-left: 0px;
    font-family: Exo, sans-serif;
    font-size: 13px;
    line-height: 1.5;
  }

  .text-block-27 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .unordered-list-17 {
    position: static;
    left: -25px;
    padding-left: 0px;
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
  }

  .column-609 {
    position: static;
    left: 14px;
  }

  .unordered-list-13 {
    position: static;
    top: 5px;
    padding-left: 12px;
    font-size: 13px;
    line-height: 28px;
  }

  .heading-caixilharia-2 {
    position: static;
    left: -1px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-445-copywe {
    position: static;
    top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: justify;
  }

  .section-janelas-4-copydf {
    top: 424px;
    display: inline;
    height: 2500px;
    margin-bottom: 0px;
  }

  .bold-text-110 {
    font-size: 14px;
  }

  .bold-text-111 {
    display: block;
    margin: 0px auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section-27 {
    margin-top: auto;
  }

  .bold-text-117 {
    line-height: 1.5;
  }

  .bold-text-118 {
    line-height: 1.5;
  }

  .bold-text-124 {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-610 {
    position: static;
  }

  .bold-text-126 {
    display: block;
    margin: 10px auto;
    padding: 10px 0px;
  }

  .bold-text-127 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
    line-height: 35px;
  }

  .bold-text-128 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .container-450 {
    position: static;
    top: 0px;
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-611 {
    position: static;
  }

  .section-janelas-42-copy {
    position: static;
    top: 51px;
    display: block;
    height: auto;
    margin-top: 29px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    clear: both;
  }

  .bold-text-129 {
    display: block;
  }

  .column-612 {
    position: static;
  }

  .column-613 {
    position: static;
    margin-top: 10px;
  }

  .column-614 {
    position: static;
  }

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

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .column-619 {
    left: -35px;
  }

  .row-8 {
    left: -1px;
    top: 43px;
    height: auto;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 20px;
  }

  .column-620 {
    left: 1px;
    top: 27px;
  }

  .column-621 {
    left: -8px;
  }

  .heading-55 {
    left: -1px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
  }

  .column-622 {
    left: -35px;
    top: 27px;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .paragraph-85 {
    text-align: center;
  }

  .heading-80 {
    font-size: 22px;
  }

  .container-457 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.7;
  }

  .link-338 {
    line-height: 1.7;
  }

  .list-5 {
    margin-bottom: 0px;
    line-height: 1.7;
  }

  .list-6 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.7;
  }

  .list-item-231 {
    margin-left: 0px;
  }

  .list-item-232 {
    margin-left: 0px;
  }

  .list-item-233 {
    margin-left: 0px;
  }

  .list-item-234 {
    margin-left: 0px;
  }

  .list-item-235 {
    margin-left: 0px;
  }

  .list-item-236 {
    margin-left: 0px;
  }

  .section-janelas-copy {
    padding: 34px 10px;
  }

  .section-janelas-copy.estores {
    padding: 35px 10px;
  }

  .section-janelas-copy.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-janelas-copy.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-janelas-copy.canalizao {
    padding: 35px 10px;
  }

  .section-janelas-copy.janelas {
    display: block;
    overflow: visible;
    margin-top: auto;
    padding: 0px 10px 35px;
    line-height: 1.2;
  }

  .section-janelas-copy.eletricista {
    padding: 35px 10px;
  }

  .section-janelas-copy.esquentador {
    padding: 35px 10px;
  }

  .section-janelas-copy.caldeiras {
    padding: 35px 10px;
  }

  .section-janelas-copy.desentupimento {
    padding: 35px 10px;
  }

  .section-janelas-copy.janelas-copy {
    display: block;
    overflow: visible;
    margin-top: auto;
    margin-left: auto;
    padding: 0px 10px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 1.2;
  }

  .column-755 {
    position: static;
    top: 15px;
    margin-top: 20px;
    text-align: center;
  }

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

  .column-61-copy {
    position: static;
    top: -25px;
    margin-bottom: 30px;
  }

  .column-64578 {
    position: static;
    top: -25px;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .section-janelas-1425 {
    padding: 34px 10px;
  }

  .section-janelas-1425.estores {
    padding: 35px 10px;
  }

  .section-janelas-1425.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-janelas-1425.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-janelas-1425.canalizao {
    padding: 35px 10px;
  }

  .section-janelas-1425.janelas {
    display: block;
    overflow: visible;
    margin-top: auto;
    padding: 0px 10px 35px;
    line-height: 1.2;
  }

  .section-janelas-1425.eletricista {
    padding: 35px 10px;
  }

  .section-janelas-1425.esquentador {
    padding: 35px 10px;
  }

  .section-janelas-1425.caldeiras {
    padding: 35px 10px;
  }

  .section-janelas-1425.desentupimento {
    padding: 35px 10px;
  }

  .section-janelas-1425.janelas-copy {
    display: block;
    overflow: visible;
    margin-top: auto;
    margin-left: auto;
    padding: 0px 10px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 1.2;
  }

  .paragraph-73-copyffff25 {
    position: static;
    left: 1px;
    margin: auto;
    padding: 0px 10px;
    float: none;
    clear: none;
    text-align: justify;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-61-123 {
    position: static;
    top: -25px;
    margin-bottom: 30px;
  }

  .list-item-23-copy {
    margin-left: 0px;
  }

  .section-janelas-1823 {
    padding: 34px 10px;
  }

  .section-janelas-1823.estores {
    padding: 35px 10px;
  }

  .section-janelas-1823.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-janelas-1823.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-janelas-1823.canalizao {
    padding: 35px 10px;
  }

  .section-janelas-1823.janelas {
    display: block;
    overflow: visible;
    margin-top: auto;
    padding: 0px 10px 35px;
    line-height: 1.2;
  }

  .section-janelas-1823.eletricista {
    padding: 35px 10px;
  }

  .section-janelas-1823.esquentador {
    padding: 35px 10px;
  }

  .section-janelas-1823.caldeiras {
    padding: 35px 10px;
  }

  .section-janelas-1823.desentupimento {
    padding: 35px 10px;
  }

  .section-janelas-1823.janelas-copy {
    display: block;
    overflow: visible;
    margin-top: auto;
    margin-left: auto;
    padding: 0px 0px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 1.2;
  }

  .column-77-copy {
    position: static;
    padding-left: 0px;
  }

  ._05814 {
    position: static;
    margin-bottom: 30px;
  }

  .image-5754 {
    position: static;
  }

  .column-7557 {
    position: static;
    top: 15px;
    margin-top: 40px;
    padding-left: 10px;
    text-align: center;
  }

  .column-6147 {
    position: static;
    margin-top: 0px;
  }

  .column-6157 {
    position: static;
    top: -25px;
    margin-bottom: 30px;
  }

  .column-61448 {
    position: static;
  }

  .section-janelas18 {
    padding: 34px 10px;
  }

  .section-janelas18.estores {
    padding: 35px 10px;
  }

  .section-janelas18.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-janelas18.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-janelas18.canalizao {
    padding: 35px 10px;
  }

  .section-janelas18.janelas {
    display: block;
    overflow: visible;
    margin-top: auto;
    padding: 0px 10px 35px;
    line-height: 1.2;
  }

  .section-janelas18.eletricista {
    padding: 35px 10px;
  }

  .section-janelas18.esquentador {
    padding: 35px 10px;
  }

  .section-janelas18.caldeiras {
    padding: 35px 10px;
  }

  .section-janelas18.desentupimento {
    padding: 35px 10px;
  }

  .section-janelas18.janelas-copy {
    display: block;
    overflow: visible;
    margin-top: auto;
    margin-left: auto;
    padding: 0px 10px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 1.2;
  }

  .section-janelas-2694 {
    padding: 34px 10px;
  }

  .section-janelas-2694.estores {
    padding: 35px 10px;
  }

  .section-janelas-2694.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-janelas-2694.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-janelas-2694.canalizao {
    padding: 35px 10px;
  }

  .section-janelas-2694.janelas {
    display: block;
    overflow: visible;
    margin-top: auto;
    padding: 0px 10px 35px;
    line-height: 1.2;
  }

  .section-janelas-2694.eletricista {
    padding: 35px 10px;
  }

  .section-janelas-2694.esquentador {
    padding: 35px 10px;
  }

  .section-janelas-2694.caldeiras {
    padding: 35px 10px;
  }

  .section-janelas-2694.desentupimento {
    padding: 35px 10px;
  }

  .section-janelas-2694.janelas-copy {
    display: block;
    overflow: visible;
    margin-top: auto;
    margin-left: auto;
    padding: 0px 10px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 1.2;
  }

  .image-57478 {
    position: static;
  }

  .column-78-copy {
    position: static;
    margin-bottom: 30px;
  }

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

  .section-janelas-48435 {
    padding: 34px 10px;
  }

  .section-janelas-48435.estores {
    padding: 35px 10px;
  }

  .section-janelas-48435.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-janelas-48435.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-janelas-48435.canalizao {
    padding: 35px 10px;
  }

  .section-janelas-48435.janelas {
    display: block;
    overflow: visible;
    margin-top: auto;
    padding: 0px 10px 35px;
    line-height: 1.2;
  }

  .section-janelas-48435.eletricista {
    padding: 35px 10px;
  }

  .section-janelas-48435.esquentador {
    padding: 35px 10px;
  }

  .section-janelas-48435.caldeiras {
    padding: 35px 10px;
  }

  .section-janelas-48435.desentupimento {
    padding: 35px 10px;
  }

  .section-janelas-48435.janelas-copy {
    display: block;
    overflow: visible;
    margin-top: auto;
    margin-left: auto;
    padding: 0px 10px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 1.2;
  }

  .column-614584 {
    position: static;
    top: -25px;
    margin-bottom: 30px;
  }

  .column-6316584 {
    position: static;
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
  }

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

  .column-7578 {
    position: static;
    top: 15px;
    text-align: center;
  }

  .section-janelas-483251 {
    padding: 34px 10px;
  }

  .section-janelas-483251.estores {
    padding: 35px 10px;
  }

  .section-janelas-483251.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-janelas-483251.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-janelas-483251.canalizao {
    padding: 35px 10px;
  }

  .section-janelas-483251.janelas {
    display: block;
    overflow: visible;
    margin-top: auto;
    padding: 0px 10px 35px;
    line-height: 1.2;
  }

  .section-janelas-483251.eletricista {
    padding: 35px 10px;
  }

  .section-janelas-483251.esquentador {
    padding: 35px 10px;
  }

  .section-janelas-483251.caldeiras {
    padding: 35px 10px;
  }

  .section-janelas-483251.desentupimento {
    padding: 35px 10px;
  }

  .section-janelas-483251.janelas-copy {
    display: block;
    overflow: visible;
    margin-top: auto;
    margin-left: auto;
    padding: 0px 10px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 1.2;
  }

  .column-614684 {
    position: static;
    top: -25px;
    margin-bottom: 30px;
  }

  .column-36584 {
    position: static;
    top: 0px;
    margin-top: 0px;
    text-align: center;
  }

  .heading-caixilharia-25 {
    position: static;
    left: -1px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-7587 {
    position: static;
    top: 15px;
    text-align: center;
  }

  .image-58-copy {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-63-copy {
    position: static;
    top: 0px;
    margin-top: 0px;
    text-align: center;
  }

  .column-61-copy {
    position: static;
    top: -25px;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }

  .column-75-copy {
    position: static;
    top: 15px;
    text-align: center;
  }

  .section-desentupimentos {
    padding: 34px 10px;
  }

  .section-desentupimentos.estores {
    padding: 35px 10px;
  }

  .section-desentupimentos.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-desentupimentos.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-desentupimentos.canalizao {
    padding: 35px 10px;
  }

  .section-desentupimentos.janelas {
    display: block;
    overflow: visible;
    margin-top: auto;
    padding: 0px 10px 35px;
    line-height: 1.2;
  }

  .section-desentupimentos.eletricista {
    padding: 35px 10px;
  }

  .section-desentupimentos.esquentador {
    padding: 35px 10px;
  }

  .section-desentupimentos.caldeiras {
    padding: 35px 10px;
  }

  .section-desentupimentos.desentupimento {
    padding: 35px 10px;
  }

  .section-desentupimentos.janelas-copy {
    display: block;
    overflow: visible;
    margin-top: auto;
    margin-left: auto;
    padding: 0px 10px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 1.2;
  }

  .column-63-copy {
    position: static;
    top: 0px;
    margin-top: 0px;
    text-align: center;
  }

  .column-75-copy {
    position: static;
    top: 15px;
    text-align: center;
  }

  .image-56-copy {
    position: static;
    display: block;
    max-width: 0%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
  }

  .column-626-copy {
    padding-left: 10px;
  }

  .image-50-copy {
    top: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-61-copy {
    position: static;
    top: -25px;
    margin-bottom: 30px;
  }

  .image-57-copy {
    position: static;
  }

  .column-78-copy {
    position: static;
    margin-bottom: 30px;
  }

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

  .column-6316585 {
    padding-top: 20px;
  }

  .link-341 {
    color: #4d4d4d;
    font-size: 18px;
    text-decoration: none;
  }

  .list-item-239 {
    color: #323232;
    list-style-type: none;
  }

  .list-10 {
    padding-left: 0px;
  }

  .paragraph-8578 {
    text-align: center;
  }

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

  .column-6345 {
    position: static;
    top: 0px;
    margin-top: 0px;
    text-align: center;
  }

  .image-56-copy {
    position: static;
    display: block;
    max-width: 0%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
  }

  .image-5679 {
    position: static;
    display: block;
    max-width: 0%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
  }

  .image-5646 {
    position: static;
    display: block;
    max-width: 0%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
  }

  .image-5648 {
    position: static;
    display: block;
    max-width: 0%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .column-61-copy {
    position: static;
    top: -25px;
    margin-bottom: 30px;
  }

  .column-16984 {
    position: static;
    top: 0px;
    margin-top: 0px;
    text-align: center;
  }

  .image-5618 {
    position: static;
    display: block;
    max-width: 0%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
  }

  .image-56148 {
    position: static;
    display: block;
    max-width: 0%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
  }

  .image-5649 {
    position: static;
    display: block;
    max-width: 0%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
  }

  .image-5634 {
    position: static;
    display: block;
    max-width: 0%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
  }

  .column-7846 {
    position: static;
    margin-bottom: 30px;
  }

  .column-6144864 {
    position: static;
  }

  .column-75-copy-copy {
    position: static;
    top: 15px;
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .section-24-copy {
    position: static;
    top: 0px;
    display: block;
    height: auto;
    margin-top: 2px;
  }

  .column-7546 {
    position: static;
    top: 15px;
    text-align: center;
  }

  .column-61-copy-copy {
    position: static;
    top: -25px;
    margin-bottom: 30px;
  }

  .column-634 {
    position: static;
    top: 0px;
    margin-top: 0px;
    text-align: center;
  }

  .heading-85 {
    font-size: 25px;
  }

  .unordered-list-114 {
    padding-left: 10px;
    font-size: 14px;
  }

  .list-11 {
    padding-left: 10px;
  }

  .marvila {
    margin-left: 0px;
  }

  .column-628 {
    position: static;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns-10 {
    display: block;
    margin-left: 0px;
    padding-left: 0px;
  }

  .list-item-243 {
    margin-left: 0px;
  }

  .list-item-244 {
    margin-left: 0px;
  }

  .list-item-245 {
    margin-left: 0px;
  }

  .list-item-246 {
    margin-left: 0px;
  }

  .list-item-247 {
    margin-left: 0px;
  }

  .list-item-248 {
    margin-left: 0px;
  }

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

  .list-item-28 {
    font-family: Merriweather, serif;
  }

  .unordered-list-115 {
    padding-left: 10px;
    font-size: 14px;
  }

  .list-item-249 {
    font-size: 14px;
  }

  .list-item-59 {
    font-size: 14px;
  }

  .list-item-60 {
    font-size: 14px;
  }

  .unordered-list-116 {
    padding-left: 10px;
    font-size: 14px;
  }

  .list-item-251 {
    font-family: Merriweather, serif;
  }

  .unordered-list-117 {
    padding-left: 10px;
    font-size: 14px;
  }

  .list-item-252 {
    font-size: 14px;
  }

  .list-item-253 {
    font-size: 14px;
  }

  .list-item-254 {
    font-size: 14px;
  }

  .unordered-list-118 {
    padding-left: 10px;
    font-size: 14px;
  }

  .list-item-54 {
    font-size: 16px;
  }

  .unordered-list-119 {
    padding-left: 10px;
    font-size: 14px;
  }

  .list-item-42 {
    font-size: 15px;
  }

  .list-item-47 {
    font-size: 15px;
  }

  .list-item-269 {
    font-size: 16px;
  }

  .list-item-270 {
    font-size: 16px;
  }

  .unordered-list-120 {
    padding-left: 10px;
    font-size: 14px;
  }

  .list-item-281 {
    font-size: 15px;
  }

  .list-item-283 {
    font-size: 15px;
  }

  .unordered-list-121 {
    padding-left: 10px;
    font-size: 14px;
  }

  .list-item-284 {
    font-size: 14px;
  }

  .list-16 {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .list-item-89 {
    font-size: 14px;
    line-height: 1.7;
  }

  .list-17 {
    padding-left: 0px;
  }

  .list-item-297 {
    font-size: 14px;
    line-height: 1.7;
  }

  .column-7548 {
    position: static;
    top: 15px;
    margin-top: 20px;
    text-align: center;
  }

  .column-77-copy {
    position: static;
  }

  .column-6348 {
    position: static;
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .image-5048 {
    top: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-1848 {
    position: static;
    left: -6px;
    top: 10px;
    margin-top: 20px;
  }

  .footer-text-18 {
    position: static;
    top: -5px;
    margin-top: 20px;
  }

  .footer-text-18.address {
    left: 6px;
    text-align: center;
  }

  .image-56-48 {
    position: static;
    display: block;
    max-width: 0%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
  }

  .image-5018 {
    position: static;
    top: 0px;
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-5718 {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
  }

  .unordered-list-1111 {
    padding-left: 10px;
    font-size: 14px;
  }

  .unordered-list-111 {
    padding-left: 10px;
    font-size: 14px;
  }

  .column-6316587 {
    position: static;
  }

  .column-6316588 {
    position: static;
  }

  .column-1818 {
    position: static;
    top: 20px;
    margin-top: 20px;
    padding-top: 0px;
  }

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

  .section-principal-187 {
    height: auto;
    margin-top: 0px;
  }

  .submit-button {
    clear: none;
    text-align: left;
  }

  .container-459 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-585788 {
    display: none;
  }

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

  .submit-button-2 {
    display: none;
    clear: none;
    text-align: left;
  }

  .image-567 {
    position: static;
    display: block;
    max-width: 0%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
  }

  .unordered-list-1112 {
    padding-left: 10px;
    font-size: 14px;
  }

  .unordered-list-1113 {
    padding-left: 10px;
    font-size: 14px;
  }

  .heading-buscas {
    position: static;
    left: 7px;
    margin-top: 0px;
    padding-top: 20px;
    font-weight: 700;
    text-align: center;
  }

  .container-pesquisas {
    left: -1px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .unordered-list-1114 {
    padding-left: 10px;
    font-size: 14px;
  }

  .column-6316591 {
    left: -6px;
  }

  .row-28 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .unordered-list-19 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .unordered-list-1115 {
    display: block;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .list-item-316 {
    color: #323232;
  }

  .unordered-list-1116 {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .column-7848 {
    position: static;
    margin-bottom: 30px;
  }

  .container-pesquisas-estores {
    left: -1px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .unordered-list-1117 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .unordered-list-1118 {
    display: block;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .list-item-324 {
    color: #000;
  }

  .unordered-list-1119 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .list-item-325 {
    font-size: 14px;
    line-height: 1.5;
  }

  .list-item-326 {
    font-size: 14px;
  }

  .list-item-328 {
    line-height: 1.5;
  }

  .row-servi-os {
    padding-right: 10px;
    padding-left: 40px;
  }

  .list-item-330 {
    font-size: 14px;
    line-height: 1.5;
  }

  .list-item-331 {
    font-size: 14px;
    line-height: 1.5;
  }

  .list-item-332 {
    line-height: 1.5;
  }

  .list-item-333 {
    font-size: 14px;
  }

  .paragraph-51 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-52 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-item-334 {
    font-size: 14px;
  }

  .heading-97 {
    position: static;
    left: 7px;
    padding-top: 0px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }

  .row-servi-os-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-item-335 {
    font-size: 14px;
  }

  .container-trabalhos-canalizadores {
    left: -1px;
    padding-top: 20px;
  }

  .list-item-336 {
    font-size: 14px;
  }

  .paragraph-54 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-fugas-de-agua {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-98 {
    margin-top: 20px;
  }

  .paragraph-50 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-244 {
    left: -1px;
  }

  .heading-99 {
    position: static;
    left: 7px;
    margin-top: 0px;
    padding-top: 20px;
    font-weight: 700;
    text-align: center;
  }

  .marvila-4 {
    font-size: 16px;
  }

  .paragraph-01 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-243 {
    top: 28px;
  }

  .heading-101 {
    font-size: 25px;
  }

  .columns-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .list-19 {
    padding-left: 10px;
  }

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

  .container-torneiras {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-02 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-torneiras-canalizadores {
    top: 28px;
  }

  .heading-102 {
    font-size: 25px;
  }

  .paragraph-56 {
    position: static;
    padding-right: 20px;
    padding-left: 20px;
  }

  .row-servi-os-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .unordered-list-23 {
    padding-left: 10px;
    font-size: 14px;
  }

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

  .unordered-list-24 {
    padding-left: 10px;
    font-size: 14px;
  }

  .column-6316597 {
    left: -6px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .unordered-list-22 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .paragraph-57 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-105 {
    margin-top: 0px;
  }

  .paragraph-64 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-59 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-61 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-63 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-65 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-240 {
    top: 28px;
  }

  .heading-110 {
    margin-top: 0px;
    font-size: 30px;
  }

  .container-239 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-111 {
    margin-top: 20px;
  }

  .list-item-339 {
    font-size: 16px;
  }

  .list-item-341 {
    font-size: 16px;
  }

  .list-item-347 {
    font-size: 15px;
  }

  .container-manuten-o-caldeiras {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-78-copy-copy {
    position: static;
    margin-bottom: 30px;
  }

  .columns-378 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-56478 {
    position: static;
    top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .list-item-353 {
    line-height: 1.7;
  }

  .list-item-359 {
    line-height: 1.7;
  }

  .list-item-362 {
    line-height: 1.7;
  }

  .column-61287 {
    position: static;
  }

  .column-60987 {
    position: static;
    left: 14px;
  }

  .column-6077791 {
    padding-left: 0px;
    line-height: 1.7;
  }

  .columns-7487 {
    margin-top: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
    font-size: 14px;
  }

  .link-338-1 {
    line-height: 1.7;
  }

  .link-338-2 {
    line-height: 1.7;
  }

  .link-338-3 {
    line-height: 1.7;
  }

  .link-338-4 {
    line-height: 1.7;
  }

  .link-338-5 {
    line-height: 1.7;
  }

  .link-338-6 {
    line-height: 1.7;
  }

  .link-338-7 {
    line-height: 1.7;
  }

  .link-338-10 {
    line-height: 1.7;
  }

  .link-338-9 {
    line-height: 1.7;
  }

  .list-5-1 {
    margin-bottom: 0px;
    line-height: 1.7;
  }

  .list-6-1 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.7;
  }

  .list-7-1 {
    position: static;
    left: -25px;
    padding-left: 0px;
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
  }

  .container-457-1 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.7;
  }

  .list-22 {
    padding-left: 40px;
  }

  .list-23 {
    padding-left: 40px;
  }

  .column-6316601 {
    position: static;
    top: -4px;
  }

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

  .unordered-list-1120 {
    position: static;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 30px;
  }

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

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

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

  .container-links {
    padding-top: 0px;
    padding-left: 17px;
    line-height: 1.5;
  }

  .list-item-79 {
    line-height: 1.5;
    list-style-type: square;
  }

  .link-362 {
    overflow: visible;
    font-size: 14px;
    line-height: 28px;
  }

  .list-item-77 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
  }

  .link-343 {
    display: block;
    font-size: 14px;
  }

  .text-block-1d4 {
    top: 0px;
    padding-top: 10px;
  }

  .list-item-76 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .unordered-list-16 {
    display: block;
    overflow: visible;
    padding-left: 10px;
    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;
    grid-template-rows: auto auto;
    font-size: 13px;
    line-height: 28px;
    list-style-type: square;
  }

  .link-block-8 {
    left: 9px;
    top: 0px;
  }

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

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

  .column-6316602 {
    position: static;
    left: 18px;
  }

  .unordered-list-1121 {
    top: 5px;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    line-height: 28px;
  }

  .list-24 {
    padding-left: 0px;
  }

  .section-autoclismos {
    padding: 34px 10px;
  }

  .section-autoclismos.estores {
    padding: 35px 10px;
  }

  .section-autoclismos.image {
    padding: 61px 10px 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section-autoclismos.footer {
    margin-top: -39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    text-align: center;
  }

  .section-autoclismos.canalizao {
    padding: 35px 10px;
  }

  .section-autoclismos.janelas {
    display: block;
    overflow: visible;
    margin-top: auto;
    padding: 0px 10px 35px;
    line-height: 1.2;
  }

  .section-autoclismos.eletricista {
    padding: 35px 10px;
  }

  .section-autoclismos.esquentador {
    padding: 35px 10px;
  }

  .section-autoclismos.caldeiras {
    padding: 35px 10px;
  }

  .section-autoclismos.desentupimento {
    padding: 35px 10px;
  }

  .section-autoclismos.janelas-copy {
    display: block;
    overflow: visible;
    margin-top: auto;
    margin-left: auto;
    padding: 0px 10px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 1.2;
  }

  .column-6345-copy {
    position: static;
    top: 0px;
    margin-top: 0px;
    text-align: center;
  }

  .list-27 {
    padding-left: 10px;
  }

  .image-56148-copy {
    position: static;
    display: block;
    max-width: 0%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
  }

  .column-6316584-copy {
    position: static;
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .image-50-copy {
    top: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-8582 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-8583 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .list-item-441 {
    font-size: 14px;
  }

  .row-servi-os-4984 {
    padding-right: 0px;
    padding-left: 20px;
  }

  .list-item-443 {
    font-size: 14px;
  }

  .list-item-444 {
    font-size: 14px;
  }

  .unordered-list-1122 {
    padding-left: 20px;
    font-size: 14px;
  }

  .list-item-446 {
    font-size: 14px;
  }

  .list-item-447 {
    font-size: 14px;
  }

  .unordered-list-1123 {
    padding-left: 20px;
    font-size: 14px;
  }

  .column-6316605 {
    position: static;
  }

  .column-6316606 {
    position: static;
    left: 14px;
  }

  .unordered-list-1124 {
    position: static;
    left: -25px;
    padding-left: 0px;
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.5;
  }

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

  .columns-7490 {
    margin-top: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
  }

  .list-item-448 {
    position: static;
    left: -2px;
  }

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

  .list-28 {
    margin-bottom: 0px;
  }

  .list-29 {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .paragraph-374-4 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .button-call-to-action {
    left: -6px;
    top: 0px;
    width: 180px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 23px;
    line-height: 45px;
  }

  .button-call-to-action-2 {
    left: -6px;
    top: 0px;
    width: 180px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 23px;
    line-height: 45px;
  }

  .ck-modal__exit-btn {
    top: -1rem;
    margin-right: 1.25rem;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__content-w {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .button {
    position: relative;
    left: 24px;
    top: 61px;
    bottom: auto;
    display: inline-block;
    margin-right: 40px;
    margin-left: -1px;
    padding-right: 23px;
    padding-left: 23px;
    float: none;
    clear: none;
    direction: ltr;
    font-size: 27px;
    line-height: 20px;
    text-align: left;
  }

  .button.beige.footer {
    display: block;
    margin-right: 41px;
    margin-left: 41px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .button.solid {
    left: -2px;
  }

  .logo-text {
    position: relative;
    left: 18px;
    top: -8px;
    right: 4px;
    bottom: 17px;
    display: block;
    margin: 9px 0px -6px -43px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
  }

  .urgente-logo {
    position: relative;
    left: 13px;
    top: -11px;
    bottom: 0px;
    margin-top: 12px;
    margin-bottom: 4px;
    padding-top: 0px;
    padding-right: 6px;
    padding-bottom: 0px;
  }

  .section-main.beige {
    padding-bottom: 104px;
  }

  .section-main.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-main.footer {
    padding-bottom: 21px;
  }

  .section-main.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-main.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .main-heading {
    top: 20px;
    width: 100%;
    font-size: 25px;
  }

  .main-heading.bold {
    top: -16px;
    margin-top: 41px;
    font-size: 22px;
  }

  .main-subheading {
    position: relative;
    top: 14px;
    margin-top: 5px;
    padding-top: 0px;
    font-size: 19px;
  }

  .horizontal-bar {
    position: relative;
    top: -58px;
    margin-top: -5px;
    margin-bottom: -43px;
    padding-top: 0px;
  }

  .slider {
    height: 476px;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
    border: 0px none #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Reparações24horasUrgente.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Reparações24horasUrgente.jpg');
    background-position: 0px 0px, 38% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    text-align: center;
  }

  .slide._2 {
    border-width: 0px;
    border-color: #323232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/reparacao-esquentadores-lisboa.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/reparacao-esquentadores-lisboa.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }

  .slide._3 {
    border: 0px solid #323232;
  }

  .process-titles {
    left: 10px;
    top: 21px;
    right: 9px;
    font-size: 19px;
  }

  .footer-text {
    top: -8px;
    margin-top: 0px;
    margin-left: 0px;
    color: #f7f7f7;
  }

  .subheading {
    position: relative;
    top: -61px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 14px;
    text-align: center;
  }

  .contact-form-column {
    text-align: center;
  }

  .contact-info-column {
    text-align: center;
  }

  .project-description {
    left: 13px;
  }

  .project-title {
    left: 11px;
  }

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

  .container-2 {
    top: 11px;
    margin-top: -9px;
  }

  .paragraph {
    padding-top: 0px;
  }

  .row-2 {
    margin-bottom: -21px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-4 {
    top: 17px;
  }

  .image-5 {
    left: 69px;
    top: 22px;
    padding-top: 0px;
  }

  .image-6 {
    top: 2px;
  }

  .column-3 {
    font-size: 10px;
  }

  .image-7 {
    position: relative;
    top: -14px;
    bottom: 50px;
  }

  .row-3 {
    position: relative;
    top: -37px;
  }

  .row-4 {
    padding-top: 0px;
  }

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

  .body {
    text-align: center;
  }

  .container-5 {
    margin-top: -6px;
    margin-bottom: -2px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button-2 {
    position: static;
    right: 5px;
    display: inline-block;
    overflow: visible;
    margin-right: 67px;
    margin-bottom: 21px;
    margin-left: 67px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid #f7f7f7;
    background-color: rgba(50, 50, 50, 0.5);
    box-shadow: 0 0 6px 0 #fff;
    opacity: 1;
    -webkit-perspective: 644px;
    perspective: 644px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    color: #f7f7f7;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
  }

  .container-6 {
    position: relative;
    left: 0px;
    top: NaNpx;
    right: 0px;
    bottom: 155px;
    margin-top: 0px;
    padding-top: 8px;
  }

  .column-5 {
    top: 26px;
  }

  .column-6 {
    font-size: 14px;
  }

  .image-10 {
    position: relative;
    top: 2px;
  }

  .column-7 {
    top: 25px;
  }

  .column-8 {
    top: 26px;
  }

  .heading-14 {
    left: 0px;
    top: -22px;
    padding-top: 40px;
    font-size: 37px;
    line-height: 52px;
    text-align: center;
  }

  .column-11 {
    padding-right: 17px;
  }

  .heading-15 {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .row-5 {
    top: 16px;
    padding-top: 6px;
  }

  .section-janelas-3 {
    top: 0px;
    height: 600px;
    margin-bottom: -19px;
  }

  .unordered-list-2 {
    padding-right: 43px;
  }

  .container-7 {
    top: -63px;
    margin-top: 20px;
    padding: 20px 10px;
  }

  .section-3 {
    padding-bottom: 55px;
  }

  .paragraph-7 {
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-16 {
    left: 0px;
    top: -98px;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .column-12 {
    margin-top: -13px;
    padding-right: 0px;
    padding-left: 29px;
  }

  .image-11 {
    left: 64px;
  }

  .column-13 {
    left: -15px;
  }

  .container-8 {
    padding-top: 0px;
  }

  .image-12 {
    left: 4px;
  }

  .nav-menu-2 {
    background-color: #4d4d4d;
    color: #4d4d4d;
  }

  .container-9 {
    margin-top: -13px;
  }

  .container-11 {
    position: relative;
    top: -74px;
    padding-top: 78px;
  }

  .container-12 {
    position: relative;
    top: -69px;
    padding-top: 15px;
  }

  .image-18 {
    left: 4px;
    top: 22px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .column-17 {
    left: 9px;
    top: 8px;
    margin-top: 5px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .row-6 {
    top: 1px;
  }

  .column-18 {
    margin-bottom: 18px;
    padding-top: 15px;
  }

  .container-13 {
    left: -1px;
  }

  .body-3 {
    margin-bottom: -1px;
  }

  .link-2 {
    left: -35px;
    top: 0px;
    padding-left: 0px;
  }

  .column-estores {
    top: -47px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .column-caldeiras {
    top: 4px;
    padding-bottom: 20px;
  }

  .column-portas {
    top: 51px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .image-canalizador-urgente-24horas {
    left: 2px;
    top: 29px;
  }

  .link-3 {
    left: -24px;
    top: 3px;
    padding-left: 0px;
  }

  .link-4 {
    left: -22px;
    top: 33px;
    padding-left: 0px;
  }

  .image-reparacao-de-esquentador {
    left: 2px;
  }

  .link-5 {
    top: 2px;
  }

  .link-6 {
    left: 18px;
    top: 1px;
  }

  .link-7 {
    left: -35px;
    top: 1px;
    padding-left: 0px;
  }

  .link-8 {
    left: 4px;
    top: 0px;
    display: block;
  }

  .link-9 {
    left: -16px;
    top: 4px;
    padding-left: 0px;
  }

  .link-10 {
    left: -14px;
    top: 5px;
    padding-left: 0px;
  }

  .container-servicos {
    padding-right: 10px;
    padding-left: 10px;
  }

  .row-serv-1 {
    position: static;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .row-serv-2 {
    position: static;
    padding-bottom: 20px;
  }

  .column-janelas {
    position: static;
    left: -30px;
    top: 41px;
    padding-bottom: 20px;
  }

  .column-desentupimentos {
    left: -11px;
    top: 66px;
    margin-top: 0px;
  }

  .column-eletricista {
    left: -12px;
    top: -61px;
    padding-bottom: 20px;
  }

  .column-maquinas {
    left: -13px;
    top: 0px;
    margin-bottom: 20px;
  }

  .column-esquentadores {
    top: 29px;
    margin-top: 0px;
  }

  .column-canalizador {
    top: -59px;
    padding-bottom: 20px;
  }

  .column-29 {
    left: 2px;
    top: -9px;
  }

  .container-15 {
    position: relative;
    left: 6px;
    top: 48px;
    right: 0px;
  }

  .button-3 {
    position: relative;
    top: -15px;
    margin-bottom: 13px;
    border-radius: 10px;
    background-color: #ad0000;
    font-size: 40px;
    line-height: 42px;
  }

  .column-12-copy {
    margin-top: -13px;
    padding-right: 0px;
    padding-left: 29px;
  }

  .column-12-desentop {
    margin-top: -13px;
    padding-right: 0px;
    padding-left: 29px;
  }

  .section-principal {
    height: auto;
  }

  .heading-17 {
    font-size: 30px;
  }

  .text-block-4 {
    top: 43px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 15px;
  }

  .container-17 {
    left: -1px;
  }

  .paragraph-17 {
    font-size: 18px;
  }

  .button-5 {
    left: -48px;
    margin-right: -63px;
    margin-left: 35px;
    float: none;
    font-size: 40px;
    line-height: 42px;
  }

  .paragraph-18 {
    font-size: 18px;
  }

  .heading-18 {
    top: 2px;
    font-size: 30px;
  }

  .column-33 {
    right: 2px;
  }

  .button-6 {
    top: -34px;
    margin-right: -99px;
    margin-left: 116px;
    font-size: 30px;
    line-height: 30px;
  }

  .section-7 {
    height: 600px;
  }

  .section-8 {
    height: 600px;
  }

  .paragraph-20 {
    padding-right: 0px;
    text-align: justify;
  }

  .column-36 {
    top: 2px;
  }

  .paragraph-21 {
    font-size: 18px;
  }

  .heading-21 {
    position: relative;
    top: 6px;
  }

  .paragraph-22 {
    font-size: 18px;
  }

  .button-7 {
    left: -22px;
    top: -48px;
    margin-right: -14px;
    margin-left: 36px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-23 {
    padding-right: 0px;
  }

  .paragraph-24 {
    padding-right: 5px;
  }

  .heading-23 {
    top: 5px;
    font-size: 25px;
  }

  .row-17 {
    position: relative;
    top: 53px;
    padding-top: 14px;
  }

  .column-44 {
    top: 0px;
  }

  .container-20 {
    top: 0px;
  }

  .section-13 {
    height: 520px;
  }

  .paragraph-25 {
    font-size: 17px;
  }

  .heading-24 {
    font-size: 25px;
    font-weight: 600;
  }

  .paragraph-26 {
    left: 5px;
    padding-right: 12px;
  }

  .heading-25 {
    font-size: 25px;
    font-weight: 700;
  }

  .column-45 {
    left: 0px;
  }

  .image-41 {
    left: 1px;
  }

  .section-esquentador-2 {
    height: 630px;
  }

  .list-item-5 {
    padding-right: 24px;
  }

  .list-item-6 {
    padding-right: 12px;
  }

  .section-15 {
    height: 550px;
  }

  .paragraph-27 {
    padding-right: 0px;
  }

  .paragraph-28 {
    padding-right: 0px;
  }

  .section-16 {
    height: 430px;
  }

  .column-50 {
    top: -22px;
  }

  .heading-27 {
    top: -6px;
    font-size: 23px;
  }

  .container-24 {
    top: 32px;
  }

  .section-17 {
    height: 550px;
  }

  .heading-28 {
    font-size: 25px;
  }

  .paragraph-30 {
    font-size: 18px;
  }

  .heading-29 {
    font-size: 25px;
  }

  .section-19 {
    height: 600px;
  }

  .column-55 {
    top: -38px;
  }

  .section-servicos.beige {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .section-servicos.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-servicos.footer {
    padding-bottom: 21px;
  }

  .section-servicos.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-servicos.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-localidades.beige {
    padding-bottom: 104px;
  }

  .section-localidades.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-localidades.footer {
    padding-bottom: 21px;
  }

  .section-localidades.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-localidades.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-footer.beige {
    padding-bottom: 104px;
  }

  .section-footer.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-footer.footer {
    margin-top: 0px;
    padding-bottom: 21px;
  }

  .section-footer.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-footer.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-estores.beige {
    padding-bottom: 104px;
  }

  .section-estores.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-estores.footer {
    padding-bottom: 21px;
  }

  .section-estores.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-estores.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-estores-2 {
    height: 500px;
  }

  .section-estores-3 {
    top: 0px;
    height: 900px;
    margin-bottom: 0px;
  }

  .row-estores-3 {
    padding-top: 6px;
  }

  .heading-30 {
    font-size: 30px;
  }

  .container-29 {
    position: static;
  }

  .section-eletricista.beige {
    padding-bottom: 104px;
  }

  .section-eletricista.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-eletricista.footer {
    padding-bottom: 21px;
  }

  .section-eletricista.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-eletricista.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-eletricista-1 {
    height: 350px;
  }

  .section-eletricista-2 {
    height: 600px;
  }

  .section-eletricista-3 {
    top: -18px;
    height: 750px;
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .section-eletricista-localidades {
    top: 1px;
    padding-bottom: 0px;
  }

  .section-eletricista-footer.beige {
    padding-bottom: 104px;
  }

  .section-eletricista-footer.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-eletricista-footer.footer {
    position: relative;
    top: -6px;
    bottom: 19px;
    margin-top: 0px;
    margin-bottom: -5px;
    padding-top: 0px;
    padding-bottom: 18px;
  }

  .section-eletricista-footer.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-eletricista-footer.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .container-30 {
    position: relative;
    top: 14px;
  }

  .column-56 {
    top: 6px;
  }

  .section-estores-footer.beige {
    padding-bottom: 104px;
  }

  .section-estores-footer.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-estores-footer.footer {
    padding-bottom: 21px;
  }

  .section-estores-footer.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-estores-footer.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .row-eletricista-footer {
    top: 1px;
  }

  .section-canalizador.beige {
    padding-bottom: 104px;
  }

  .section-canalizador.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-canalizador.footer {
    padding-bottom: 21px;
  }

  .section-canalizador.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-canalizador.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-canalizador-1 {
    height: 670px;
  }

  .section-canalizador-2 {
    height: 300px;
  }

  .section-canalizador-3 {
    top: -18px;
    height: 900px;
    margin-bottom: -19px;
  }

  .section-canalizador-4 {
    padding-bottom: 55px;
  }

  .section-canalizador-footer.beige {
    padding-bottom: 104px;
  }

  .section-canalizador-footer.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-canalizador-footer.footer {
    padding-bottom: 21px;
  }

  .section-canalizador-footer.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-canalizador-footer.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-caldeiras.beige {
    padding-bottom: 104px;
  }

  .section-caldeiras.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-caldeiras.footer {
    padding-bottom: 21px;
  }

  .section-caldeiras.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-caldeiras.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-caldeiras-2 {
    height: 350px;
  }

  .section-caldeiras-4 {
    top: 15px;
    height: 850px;
    margin-bottom: -19px;
  }

  .section-caldeiras-localidades {
    padding-bottom: 55px;
  }

  .heading-31 {
    font-size: 25px;
  }

  .section-caldeiras-footer.beige {
    padding-bottom: 104px;
  }

  .section-caldeiras-footer.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-caldeiras-footer.footer {
    padding-bottom: 21px;
  }

  .section-caldeiras-footer.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-caldeiras-footer.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .row-caldeiras-footer {
    top: 1px;
  }

  .section-esquentador.beige {
    padding-bottom: 104px;
  }

  .section-esquentador.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-esquentador.footer {
    padding-bottom: 21px;
  }

  .section-esquentador.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-esquentador.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-esquentador-1 {
    height: 300px;
  }

  .section-esquentador-3 {
    top: -18px;
    height: 900px;
    margin-bottom: -19px;
  }

  .section-esquentador-localidades {
    padding-bottom: 55px;
  }

  .section-esquentador-footer.beige {
    padding-bottom: 104px;
  }

  .section-esquentador-footer.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-esquentador-footer.footer {
    padding-bottom: 21px;
  }

  .section-esquentador-footer.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-esquentador-footer.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-desentupimento.beige {
    padding-bottom: 104px;
  }

  .section-desentupimento.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-desentupimento.footer {
    padding-bottom: 21px;
  }

  .section-desentupimento.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-desentupimento.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-desentop-1 {
    height: 400px;
  }

  .section-desentop-2 {
    height: 430px;
  }

  .section-desentop-3 {
    top: 0px;
    height: 800px;
    margin-bottom: -19px;
  }

  .section-desentop-localidades {
    padding-bottom: 55px;
  }

  .section-desentop-footer.beige {
    padding-bottom: 104px;
  }

  .section-desentop-footer.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-desentop-footer.footer {
    padding-bottom: 21px;
  }

  .section-desentop-footer.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-desentop-footer.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-maquinas.beige {
    padding-bottom: 104px;
  }

  .section-maquinas.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-maquinas.footer {
    padding-bottom: 21px;
  }

  .section-maquinas.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), to(rgba(0, 0, 0, 0.76))), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('../images/ARRANJO-DE-MAQUINA-DE-SECAR.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section-maquinas.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-maquinas-1 {
    height: 700px;
  }

  .section-maquinas-2 {
    height: 650px;
  }

  .section-maquinas-3 {
    height: 380px;
  }

  .section-maquinas-localidades {
    padding-bottom: 55px;
  }

  .section-maquinas-footer.beige {
    padding-bottom: 104px;
  }

  .section-maquinas-footer.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-maquinas-footer.footer {
    padding-bottom: 21px;
  }

  .section-maquinas-footer.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-maquinas-footer.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .row-maquinas-3 {
    top: 16px;
    padding-top: 6px;
  }

  .row-desentop-3 {
    top: -8px;
    padding-top: 6px;
  }

  .row-esquentador-3 {
    top: 16px;
    padding-top: 6px;
  }

  .row-caldeiras-3 {
    top: 16px;
    padding-top: 6px;
  }

  .row-canalizador-3 {
    top: 16px;
    padding-top: 6px;
  }

  .heading-maquinas3 {
    left: 0px;
    top: 11px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-mquinas-1 {
    font-size: 25px;
  }

  .section-portas.beige {
    padding-bottom: 104px;
  }

  .section-portas.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-portas.footer {
    padding-bottom: 21px;
  }

  .section-portas.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-portas.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-portas-1.beige {
    padding-bottom: 104px;
  }

  .section-portas-1.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-portas-1.footer {
    padding-bottom: 21px;
  }

  .section-portas-1.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-portas-1.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .button-8 {
    left: -55px;
    margin-left: 117px;
    font-size: 30px;
    line-height: 32px;
  }

  .section-portas-2 {
    height: 540px;
  }

  .heading-32 {
    font-size: 25px;
  }

  .section-portas-3 {
    height: 350px;
  }

  .row-portas-4 {
    top: 16px;
    padding-top: 6px;
  }

  .section-portas-4 {
    top: -18px;
    height: 700px;
    margin-bottom: -19px;
  }

  .section-portas-localidades {
    padding-bottom: 55px;
  }

  .section-portas-footer.beige {
    padding-bottom: 104px;
  }

  .section-portas-footer.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-portas-footer.footer {
    padding-bottom: 21px;
  }

  .section-portas-footer.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-portas-footer.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .column-60 {
    top: -13px;
  }

  .section-janelas.beige {
    padding-bottom: 104px;
  }

  .section-janelas.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-janelas.footer {
    padding-bottom: 21px;
  }

  .section-janelas.janelas {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/reparação-de-janelas-Urgente.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/reparação-de-janelas-Urgente.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section-janelas.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-janelas.janelas-copy {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/estores-414142.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/estores-414142.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .button-9 {
    left: -3px;
    top: -45px;
    margin-left: 2px;
  }

  .container-35 {
    position: static;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-50 {
    position: static;
  }

  .section-janelas-1 {
    position: static;
    display: block;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    clear: left;
  }

  .column-61 {
    top: -37px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-janelas-2 {
    height: 380px;
  }

  .section-janelas-footer.beige {
    padding-bottom: 104px;
  }

  .section-janelas-footer.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-janelas-footer.footer {
    padding-bottom: 0px;
  }

  .section-janelas-footer.maquina-de-lavar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/reparaçao-de-torneira.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/reparaçao-de-torneira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-janelas-footer.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-janelas-localidades {
    padding-bottom: 55px;
  }

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

  .container-37 {
    position: relative;
    top: 17px;
  }

  .container-38 {
    position: relative;
    top: 19px;
  }

  .container-portas-localidades {
    top: 10px;
  }

  .paragraph-portas {
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-portas-10 {
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-portas-9 {
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-portas-8 {
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-portas-7 {
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-portas-6 {
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-portas-5 {
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-portas-4 {
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-portas-3 {
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-portas-2 {
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-portas-localidades {
    left: 0px;
    top: -98px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .container-maquinas-localidades {
    top: 10px;
  }

  .row-25 {
    position: relative;
    top: 33px;
  }

  .text-block-6 {
    position: relative;
    top: 60px;
  }

  .text-block-7 {
    position: relative;
    top: 58px;
    margin-top: -5px;
    padding-top: 0px;
  }

  .row-inicio-contatos {
    position: static;
    top: -72px;
    margin-top: 20px;
  }

  .row-estores-contactos {
    position: relative;
    top: -109px;
  }

  .section-estores-links {
    top: 0px;
    height: 900px;
    margin-bottom: 0px;
  }

  .unordered-list-links1 {
    padding-right: 43px;
  }

  .list {
    padding-left: 16px;
  }

  .container-caldeiras-contatos {
    left: -1px;
  }

  .container-17-copy {
    left: -1px;
  }

  .container-17-canalizador {
    left: -1px;
  }

  .container-17-esquentadores {
    left: -1px;
  }

  .container-17-desentupimentos {
    left: -1px;
  }

  .container-17-maquinas {
    left: -1px;
  }

  .container-17-portas {
    left: -1px;
  }

  .container-7-estores {
    top: 10px;
  }

  .container-7-eletricista {
    top: 10px;
  }

  .container-7-copy {
    top: 10px;
  }

  .container-7-canalizador {
    top: 10px;
  }

  .container-7-mquinas {
    top: 10px;
  }

  .heading-15-portas {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .container-17-janelas {
    position: static;
    left: -1px;
    margin-top: 0px;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-15-janelas {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-15-janelas-12 {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-14-estores {
    left: 0px;
    top: -22px;
    padding-top: 40px;
    font-size: 37px;
    line-height: 52px;
    text-align: center;
  }

  .subheading-estores {
    position: relative;
    top: -61px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 14px;
    text-align: center;
  }

  .row-estores-3333 {
    padding-top: 6px;
  }

  .container-7-estores-121 {
    top: 10px;
  }

  .heading-15-estores {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-15-eletricista {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-15-canalizador {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-15-caldeiras {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-15-caldeirass {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .unordered-list-9 {
    margin-bottom: 1px;
    padding-left: 0px;
    line-height: 1.8;
  }

  .heading-64 {
    left: 3px;
    right: 0px;
    font-size: 20px;
  }

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

  .unordered-list-11 {
    position: static;
    left: -7px;
    margin-bottom: 0px;
    padding-left: 0px;
    line-height: 1.8;
  }

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

  .unordered-list-10 {
    position: static;
    left: -6px;
    padding-left: 0px;
    line-height: 1.8;
  }

  .container-div-maquinas {
    position: relative;
    top: 16px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .section-caldeiras-4-caldeiras {
    top: 15px;
    height: 850px;
    margin-bottom: -19px;
  }

  .heading-65 {
    left: 3px;
    right: 0px;
    font-size: 20px;
  }

  .section-caldeiras-4-copy-caldeiras {
    top: 15px;
    height: 850px;
    margin-bottom: -19px;
  }

  .container-div-maquinas-copy-caldeiras {
    position: relative;
    top: 16px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-16-copy-caldeiras {
    left: 0px;
    top: -98px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .heading-15-copy-estores {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-16-copy-estores {
    left: 0px;
    top: -98px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .section-esquentador-3-copy-esquentadores {
    top: -18px;
    height: 900px;
    margin-bottom: -19px;
  }

  .heading-15-copy-esquentadores {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-15-copy-esquentadoress {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-15-copy-eletricista {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .eletricistas {
    left: 0px;
    top: -98px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .section-canalizador-1-copy-canalizador {
    height: 670px;
  }

  .section-canalizador-2-copy-canalizador {
    height: 300px;
  }

  .heading-16-copy-canalizador {
    left: 0px;
    top: -98px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .heading-15-copy-desentupimentos {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-16-copy-desentupimentos {
    left: 0px;
    top: -98px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .section-portas-4-copy-portas {
    top: -18px;
    height: 700px;
    margin-bottom: -19px;
  }

  .heading-15-copy-portas {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-16-copy-portas {
    left: 0px;
    top: -98px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .container-7-copy-portas {
    top: 10px;
  }

  .heading-14-copy-portas {
    left: 0px;
    top: -22px;
    padding: 0px;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
  }

  .subheading-copy-portas {
    position: static;
    top: -61px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 18px;
    text-align: center;
  }

  .heading-16-copy-janelas {
    left: 0px;
    top: -90px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .section-canalizador-3-copy-canalizador {
    top: -18px;
    height: 900px;
    margin-bottom: -19px;
  }

  .heading-15-copy-canalizador {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-15-canalizador-copy-canalizador {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .container-7-canalizador-copy-canalizador {
    top: 10px;
  }

  .heading-64-copy-caldeiras {
    left: 3px;
    right: 0px;
    font-size: 20px;
  }

  .heading-24-copy {
    font-size: 25px;
    font-weight: 600;
  }

  .heading-24-copy-esquentador {
    font-size: 25px;
    font-weight: 600;
  }

  .column-45-copy-esquentadores {
    left: 0px;
  }

  .heading-15-esquentadores {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading-16-copy-desentupimentos-copy {
    left: 0px;
    top: -98px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .container-div-canalizador-1 {
    position: relative;
    top: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-66 {
    left: 3px;
    right: 0px;
    font-size: 20px;
  }

  .column-71-copy-maquinas {
    padding-left: 0px;
  }

  .container-24-copydesentupimentos {
    top: 32px;
  }

  .section-desentop-3-copy-desentupimentos {
    top: 0px;
    height: 800px;
    margin-bottom: -19px;
  }

  .container-71 {
    top: 10px;
  }

  .heading-16-1 {
    left: 0px;
    top: -98px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-71 {
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-margem-sul-1 {
    position: static;
    top: 60px;
  }

  .button-margem-sul-1 {
    position: static;
    left: 24px;
    top: 61px;
    bottom: auto;
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    clear: none;
    direction: ltr;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }

  .button-margem-sul-1.beige.footer {
    display: block;
    margin-right: 41px;
    margin-left: 41px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .button-margem-sul-1.solid {
    left: -2px;
  }

  .button-margem-sul-2 {
    position: static;
    left: 24px;
    top: 61px;
    bottom: auto;
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    clear: none;
    direction: ltr;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }

  .button-margem-sul-2.beige.footer {
    display: block;
    margin-right: 41px;
    margin-left: 41px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .button-margem-sul-2.solid {
    left: -2px;
  }

  .button-alvarve-1 {
    position: static;
    left: 24px;
    top: 61px;
    bottom: auto;
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    clear: none;
    direction: ltr;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }

  .button-alvarve-1.beige.footer {
    display: block;
    margin-right: 41px;
    margin-left: 41px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .button-alvarve-1.solid {
    left: -2px;
  }

  .button-algarve-2 {
    position: static;
    left: 24px;
    top: 61px;
    bottom: auto;
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    clear: none;
    direction: ltr;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
  }

  .button-algarve-2.beige.footer {
    display: block;
    margin-right: 41px;
    margin-left: 41px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .button-algarve-2.solid {
    left: -2px;
  }

  .button-porto-1 {
    position: static;
    left: 24px;
    top: 61px;
    bottom: auto;
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    clear: none;
    direction: ltr;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }

  .button-porto-1.beige.footer {
    display: block;
    margin-right: 41px;
    margin-left: 41px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .button-porto-1.solid {
    left: -2px;
  }

  .button-porto-2 {
    position: static;
    left: 24px;
    top: 61px;
    bottom: auto;
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    clear: none;
    direction: ltr;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }

  .button-porto-2.beige.footer {
    display: block;
    margin-right: 41px;
    margin-left: 41px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .button-porto-2.solid {
    left: -2px;
  }

  .text-block-algarve-1 {
    position: static;
    top: 60px;
  }

  .text-block-porto-1 {
    position: static;
    top: 60px;
  }

  .text-block-lisboa-1 {
    position: static;
    top: 9px;
    margin-top: auto;
    padding-top: 0px;
    font-size: 20px;
  }

  .button-lisboa-1 {
    position: static;
    left: 24px;
    top: 7px;
    bottom: auto;
    display: block;
    max-width: 250px;
    margin: 0px auto;
    padding: 10px 20px;
    float: none;
    clear: none;
    direction: ltr;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }

  .button-lisboa-1.beige.footer {
    display: block;
    margin-right: 41px;
    margin-left: 41px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .button-lisboa-1.solid {
    left: -2px;
  }

  .button-lisboa-2 {
    position: static;
    left: 24px;
    top: 61px;
    bottom: auto;
    display: block;
    max-width: 250px;
    margin: 10px auto 0px;
    padding: 10px 20px;
    float: none;
    clear: none;
    direction: ltr;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }

  .button-lisboa-2.beige.footer {
    display: block;
    margin-right: 41px;
    margin-left: 41px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .button-lisboa-2.solid {
    left: -2px;
  }

  .row-inicio-contactos {
    position: relative;
    top: 33px;
  }

  .section-estores-2-copy {
    height: 500px;
  }

  .section-janelas-42 {
    height: 100px;
  }

  .section-portas-5 {
    height: 350px;
  }

  .section-eletricista-6 {
    height: 600px;
  }

  .section-desentop {
    height: 430px;
  }

  .section-esquentadores {
    height: 630px;
  }

  .heading-1 {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .section-janela {
    top: 0px;
    height: 600px;
    margin-bottom: -19px;
  }

  .container1 {
    top: 0px;
  }

  .section-eletricista1 {
    top: -18px;
    height: 750px;
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .heading1 {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .paragraph-73 {
    position: relative;
    left: 2px;
  }

  .container-445 {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-73 {
    left: -35px;
    top: 0px;
  }

  .container-446 {
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
  }

  .heading-68 {
    position: static;
    top: -124px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-janelas-4-htr {
    height: 1100px;
  }

  .section-janelas-4 {
    position: static;
    top: 220px;
    height: auto;
  }

  .columns {
    position: relative;
    top: 0px;
  }

  .section-22 {
    position: static;
    top: 223px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-23 {
    height: auto;
  }

  .oksection-janelas-localidades-copy {
    top: 252px;
    height: auto;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-69-copyfff {
    position: static;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
    text-transform: none;
  }

  .paragraph-73-copyffff {
    position: static;
    left: 5px;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 1.5;
  }

  .heading-34-copyqq {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-33-copyeee {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 1.5;
  }

  .paragraph-74-copyeee {
    position: static;
    top: -155px;
    display: block;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .paragraph-6-copyqq {
    top: -94px;
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-copyeds {
    padding-left: 16px;
  }

  .unordered-list-links1-copy {
    padding-right: 43px;
  }

  .heading-15-copy-estores-copy32 {
    left: 0px;
    top: 22px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .image-54 {
    left: 31px;
  }

  .paragraph-76 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .paragraph-77 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .section-24 {
    top: 226px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .container-447 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-71 {
    font-size: 20px;
  }

  .column-75 {
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-448 {
    margin-top: 0px;
  }

  .section-25 {
    top: 225px;
  }

  .columns-4 {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-449 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-button-2 {
    position: static;
    text-align: center;
  }

  .paragraph-78 {
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-72 {
    margin-top: 0px;
  }

  .paragraph-79 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-80 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-77 {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-81 {
    margin-top: 20px;
  }

  .column-78 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-57 {
    margin-top: 0px;
  }

  .list-item-25 {
    margin-left: 0px;
  }

  .list-item-213 {
    margin-left: 0px;
  }

  .column-79 {
    position: static;
    padding-left: 0px;
    line-height: 1.5;
  }

  .heading-caixilharia-1 {
    left: 3px;
    right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .container-caixilharia {
    margin-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .unordered-list-12 {
    left: 13px;
    top: -2px;
    padding-left: 0px;
    font-size: 14px;
  }

  .link-337 {
    font-size: 14px;
    line-height: 1.7;
  }

  .link-336 {
    font-size: 14px;
    line-height: 1.7;
  }

  .columns-7 {
    margin-top: 0px;
    padding-left: 20px;
    line-height: 1.5;
  }

  .list-item-37 {
    font-size: 14px;
    line-height: 1.5;
  }

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

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

  .unordered-list-18 {
    left: 13px;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5;
  }

  .text-block-27 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 26px;
  }

  .unordered-list-17 {
    left: 15px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.7;
  }

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

  .unordered-list-13 {
    top: 12px;
    padding-left: 0px;
    font-size: 14px;
  }

  .heading-caixilharia-2 {
    left: 3px;
    right: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .container-445-copywe {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .section-janelas-4-copydf {
    position: static;
    top: 220px;
    display: block;
    height: auto;
    padding-top: 40px;
  }

  .bold-text-111 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
  }

  .section-27 {
    position: static;
    margin-top: 0px;
  }

  .bold-text-112 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
  }

  .bold-text-117 {
    display: block;
    font-size: 26px;
  }

  .bold-text-124 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
  }

  .bold-text-125 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
  }

  .column-610 {
    position: static;
    font-size: 27px;
    text-transform: uppercase;
  }

  .bold-text-126 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-family: Merriweather, serif;
    font-size: 26px;
  }

  .bold-text-127 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 1.5;
  }

  .bold-text-128 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 1.5;
  }

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

  .container-450 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-611 {
    position: static;
    margin-bottom: auto;
  }

  .section-janelas-42-copy {
    height: auto;
    clear: none;
  }

  .bold-text-129 {
    border-radius: 0%;
    opacity: 1;
  }

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

  .column-613 {
    padding-top: 10px;
  }

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

  .container-451 {
    line-height: 20px;
  }

  .container-452 {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column-619 {
    left: -17px;
    top: -27px;
  }

  .row-8 {
    height: auto;
    padding-left: 10px;
  }

  .column-620 {
    left: -16px;
    top: 51px;
  }

  .column-621 {
    left: -17px;
    top: -3px;
  }

  .heading-55 {
    left: 0px;
    top: 13px;
    right: 0px;
    margin-right: 0px;
    padding-right: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .column-622 {
    left: -17px;
  }

  .section-29 {
    margin-bottom: 0px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .paragraph-85 {
    font-size: 12px;
    text-align: center;
  }

  .columns-8 {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-623 {
    position: static;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-80 {
    font-size: 18px;
  }

  .paragraph-86 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-457 {
    margin-top: 0px;
  }

  .section-estores {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-9 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .bold-text-130 {
    font-size: 25px;
  }

  .heading-83 {
    margin-top: 20px;
  }

  .link-338 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
  }

  .column-625 {
    position: static;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-5 {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.7;
    list-style-type: square;
  }

  .list-6 {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.7;
    list-style-type: square;
  }

  .bold-text-131 {
    display: block;
  }

  .list-item-230 {
    line-height: 1.5;
  }

  .column-626 {
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .list-7 {
    margin-bottom: 0px;
    padding-left: 20px;
    font-size: 14px;
    list-style-type: square;
  }

  .list-8 {
    margin-bottom: 0px;
    padding-left: 20px;
    font-size: 14px;
    list-style-type: square;
  }

  .section-janelas-copy.beige {
    padding-bottom: 104px;
  }

  .section-janelas-copy.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-janelas-copy.footer {
    padding-bottom: 21px;
  }

  .section-janelas-copy.janelas {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/reparação-de-janelas-Urgente.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/reparação-de-janelas-Urgente.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section-janelas-copy.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-janelas-copy.janelas-copy {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/eletricistas-251512.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/eletricistas-251512.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .link-338-8 {
    font-family: Merriweather, serif;
    font-size: 14px;
  }

  .column-755 {
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .column-61-copy {
    top: -37px;
    padding-top: 0px;
  }

  .column-64578 {
    top: -37px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .section-janelas-1425.beige {
    padding-bottom: 104px;
  }

  .section-janelas-1425.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-janelas-1425.footer {
    padding-bottom: 21px;
  }

  .section-janelas-1425.janelas {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/reparação-de-janelas-Urgente.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/reparação-de-janelas-Urgente.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section-janelas-1425.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-janelas-1425.janelas-copy {
    padding-top: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/reparação-de-janelas-Urgente.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/reparação-de-janelas-Urgente.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .paragraph-73-copyffff25 {
    position: static;
    left: 5px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-61-123 {
    top: -37px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .list-item-23-copy {
    margin-left: 0px;
  }

  .section-janelas-1823.beige {
    padding-bottom: 104px;
  }

  .section-janelas-1823.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-janelas-1823.footer {
    padding-bottom: 21px;
  }

  .section-janelas-1823.janelas {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/reparação-de-janelas-Urgente.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/reparação-de-janelas-Urgente.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section-janelas-1823.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-janelas-1823.janelas-copy {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/portas-41235151.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/portas-41235151.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .column-62668 {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  ._05814 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-5754 {
    margin-top: 0px;
  }

  .column-7557 {
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .column-6157 {
    top: -37px;
    margin-top: 0px;
    padding-top: 0px;
  }

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

  .column-6265 {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-janelas18.beige {
    padding-bottom: 104px;
  }

  .section-janelas18.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-janelas18.footer {
    padding-bottom: 21px;
  }

  .section-janelas18.janelas {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/reparação-de-janelas-Urgente.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/reparação-de-janelas-Urgente.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section-janelas18.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-janelas18.janelas-copy {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/reparação_de_caldeiras_24Horas.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/reparação_de_caldeiras_24Horas.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

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

  .section-janelas-2694.beige {
    padding-bottom: 104px;
  }

  .section-janelas-2694.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-janelas-2694.footer {
    padding-bottom: 21px;
  }

  .section-janelas-2694.janelas {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/reparação-de-janelas-Urgente.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/reparação-de-janelas-Urgente.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section-janelas-2694.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-janelas-2694.janelas-copy {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/Esquentadores.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/Esquentadores.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .image-57478 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .column-78-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .section-janelas-48435.beige {
    padding-bottom: 104px;
  }

  .section-janelas-48435.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-janelas-48435.footer {
    padding-bottom: 21px;
  }

  .section-janelas-48435.janelas {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/reparação-de-janelas-Urgente.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/reparação-de-janelas-Urgente.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section-janelas-48435.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-janelas-48435.janelas-copy {
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/canalizadores-134145.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/canalizadores-134145.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

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

  .column-614584 {
    top: -37px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .column-7578 {
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-janelas-483251.beige {
    padding-bottom: 104px;
  }

  .section-janelas-483251.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-janelas-483251.footer {
    padding-bottom: 21px;
  }

  .section-janelas-483251.janelas {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/reparação-de-janelas-Urgente.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/reparação-de-janelas-Urgente.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section-janelas-483251.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-janelas-483251.janelas-copy {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/maquinas-de-lavar-151523.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/maquinas-de-lavar-151523.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .column-614684 {
    top: -37px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .heading-caixilharia-25 {
    left: 3px;
    right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .column-7587 {
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-58-copy {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-58-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .column-61-copy {
    top: -37px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column-75-copy {
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-desentupimentos.beige {
    padding-bottom: 104px;
  }

  .section-desentupimentos.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-desentupimentos.footer {
    padding-bottom: 21px;
  }

  .section-desentupimentos.janelas {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/reparação-de-janelas-Urgente.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/reparação-de-janelas-Urgente.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section-desentupimentos.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-desentupimentos.janelas-copy {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/desentupimentos-51512124.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/desentupimentos-51512124.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

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

  .column-75-copy {
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-626-copy {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-50-copy {
    position: static;
  }

  .column-61-copy {
    top: -37px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-57-copy {
    margin-top: 0px;
  }

  .column-78-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .column-6316585 {
    position: static;
    margin-top: 20px;
    padding-top: 0px;
  }

  .list-9 {
    padding-left: 0px;
  }

  .link-339 {
    font-family: Merriweather, serif;
    color: #4d4d4d;
    font-size: 14px;
    text-decoration: none;
  }

  .link-340 {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
  }

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

  .link-341 {
    display: block;
    color: #4d4d4d;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
  }

  .list-item-239 {
    list-style-type: none;
  }

  .list-10 {
    padding-left: 0px;
  }

  .link-342 {
    font-size: 10px;
  }

  .paragraph-8578 {
    font-size: 12px;
    text-align: center;
  }

  .column-7754 {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .column-61-copy {
    top: -37px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column-16984 {
    top: -19px;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7846 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .column-75-copy-copy {
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-24-copy {
    top: 226px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .column-7546 {
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-61-copy-copy {
    top: -37px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  ._64-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .heading-85 {
    font-size: 20px;
  }

  .unordered-list-114 {
    position: static;
    left: -7px;
    margin-bottom: 0px;
    padding-left: 0px;
    line-height: 1.8;
  }

  .list-11 {
    padding-left: 0px;
  }

  .marvila {
    margin-left: 0px;
    font-size: 14px;
  }

  .column-628 {
    position: static;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .list-item-92 {
    font-size: 14px;
  }

  .columns-10 {
    display: block;
  }

  .list-item-243 {
    margin-left: 0px;
  }

  .list-item-244 {
    margin-left: 0px;
  }

  .list-item-245 {
    margin-left: 0px;
  }

  .list-item-246 {
    margin-left: 0px;
  }

  .list-item-247 {
    margin-left: 0px;
  }

  .list-item-248 {
    margin-left: 0px;
  }

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

  .list-item-28 {
    line-height: 1.7;
  }

  .unordered-list-115 {
    position: static;
    left: -7px;
    padding-left: 0px;
  }

  .list-item-249 {
    font-size: 14px;
  }

  .list-item-59 {
    font-size: 14px;
  }

  .list-item-60 {
    font-size: 14px;
  }

  .unordered-list-116 {
    position: static;
    left: -6px;
    padding-left: 0px;
  }

  .list-item-41 {
    font-size: 14px;
  }

  .list-item-251 {
    font-family: Merriweather, serif;
  }

  .unordered-list-117 {
    position: static;
    left: -7px;
    padding-left: 0px;
  }

  .list-item-252 {
    font-size: 14px;
  }

  .list-item-253 {
    font-size: 14px;
  }

  .list-item-254 {
    font-size: 14px;
  }

  .unordered-list-118 {
    position: static;
    left: -6px;
    padding-left: 0px;
  }

  .list-item-54 {
    font-size: 14px;
  }

  .unordered-list-119 {
    margin-bottom: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-item-58 {
    font-size: 14px;
  }

  .list-item-42 {
    font-size: 14px;
  }

  .list-item-46 {
    font-size: 15px;
  }

  .list-item-269 {
    font-size: 14px;
  }

  .list-item-270 {
    font-size: 14px;
  }

  .unordered-list-120 {
    position: static;
    left: -6px;
    padding-left: 0px;
  }

  .list-12 {
    margin-bottom: 0px;
    padding-left: 0px;
  }

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

  .list-13 {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .list-item-275 {
    font-size: 14px;
  }

  .list-item-281 {
    font-size: 14px;
  }

  .list-item-282 {
    font-size: 15px;
  }

  .list-item-283 {
    font-size: 14px;
  }

  .unordered-list-121 {
    position: static;
    left: -7px;
    padding-left: 0px;
  }

  .list-item-284 {
    font-size: 14px;
  }

  .list-14 {
    margin-bottom: 0px;
    padding-left: 0px;
    text-transform: capitalize;
  }

  .marvila-3 {
    font-size: 14px;
  }

  .list-15 {
    padding-left: 0px;
  }

  .list-item-290 {
    font-size: 14px;
    text-transform: capitalize;
  }

  .list-16 {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .list-item-89 {
    font-size: 14px;
    line-height: 1.7;
  }

  .list-17 {
    padding-left: 0px;
  }

  .list-item-297 {
    font-size: 14px;
    line-height: 1.7;
  }

  .body-7 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .list-item-304 {
    font-family: Merriweather, serif;
  }

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

  .column-7548 {
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-77-copy {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .column-6264 {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-62648 {
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-5048 {
    position: static;
  }

  .image-1848 {
    left: 4px;
    top: 22px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .footer-text-18 {
    top: -8px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .image-5018 {
    position: static;
  }

  .image-5718 {
    margin-top: 0px;
  }

  .unordered-list-1111 {
    position: static;
    left: -7px;
    margin-bottom: 0px;
    padding-left: 0px;
    line-height: 1.8;
  }

  .unordered-list-111 {
    position: static;
    left: -7px;
    margin-bottom: 0px;
    padding-left: 0px;
    line-height: 1.8;
  }

  .column-1818 {
    margin-bottom: 18px;
    padding-top: 15px;
  }

  .image-58-copy-copy {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .grid-3 {
    grid-auto-rows: auto;
    grid-row-gap: 20px;
  }

  .section-principal-187 {
    height: auto;
  }

  .heading-92 {
    font-weight: 700;
  }

  .submit-button {
    display: none;
  }

  .section-2847 {
    margin-top: 0px;
  }

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

  .submit-button-2 {
    display: inline-block;
  }

  .unordered-list-1112 {
    position: static;
    left: -6px;
    padding-left: 0px;
  }

  .unordered-list-1113 {
    margin-bottom: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-buscas {
    position: static;
    left: 3px;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .container-pesquisas {
    padding-right: 10px;
    padding-left: 10px;
  }

  .unordered-list-1114 {
    position: static;
    left: -7px;
    padding-left: 0px;
  }

  .column-6316591 {
    left: 1px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

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

  .row-28 {
    padding-left: 40px;
  }

  .unordered-list-19 {
    position: static;
    left: -6px;
    display: block;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .unordered-list-1115 {
    margin-bottom: 1px;
    padding-left: 0px;
  }

  .unordered-list-1116 {
    position: static;
    left: -7px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7848 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-pesquisas-estores {
    padding-right: 10px;
    padding-left: 10px;
  }

  .row-29 {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .unordered-list-1117 {
    position: static;
    left: -6px;
    display: block;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .unordered-list-1118 {
    margin-bottom: 1px;
    padding-left: 0px;
  }

  .unordered-list-1119 {
    position: static;
    left: -7px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-item-325 {
    font-size: 14px;
  }

  .row-servi-os {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .list-item-330 {
    font-size: 14px;
  }

  .list-item-332 {
    font-size: 15px;
  }

  .list-item-333 {
    font-size: 14px;
    line-height: 1.5;
  }

  .heading-93 {
    margin-top: 8px;
    margin-bottom: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
  }

  .paragraph-51 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-94 {
    margin-top: 8px;
    margin-bottom: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
  }

  .heading-95 {
    font-size: 20px;
  }

  .paragraph-52 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-96 {
    font-size: 20px;
  }

  .list-item-334 {
    font-size: 14px;
  }

  .heading-97 {
    position: static;
    left: 3px;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0px;
    font-size: 20px;
  }

  .row-servi-os-2 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .list-item-335 {
    font-size: 14px;
  }

  .container-trabalhos-canalizadores {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-item-336 {
    font-size: 14px;
  }

  .paragraph-54 {
    margin-bottom: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-fugas-de-agua {
    margin-top: auto;
    padding-top: 0px;
    line-height: 1.5;
  }

  .heading-98 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
  }

  .paragraph-50 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
  }

  .container-244 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-99 {
    position: static;
    left: 3px;
    right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 25px;
  }

  .list-18 {
    padding-left: 10px;
  }

  .marvila-4 {
    font-size: 15px;
  }

  .list-item-337 {
    font-size: 15px;
  }

  .heading-100 {
    margin-top: 8px;
    margin-bottom: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
  }

  .paragraph-01 {
    padding-right: 10px;
    padding-left: 10px;
    font-family: Merriweather, serif;
  }

  .container-243 {
    top: 22px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-item-91 {
    font-family: Merriweather, serif;
    font-size: 14px;
  }

  .list-20 {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .heading-torneiras {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0px;
    font-size: 25px;
  }

  .paragraph-02 {
    padding-right: 10px;
    padding-left: 10px;
    font-family: Merriweather, serif;
  }

  .container-torneiras-canalizadores {
    top: 22px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-66 {
    line-height: 1.5;
  }

  .paragraph-56 {
    position: static;
    margin-bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-servi-os-3 {
    padding-right: 0px;
    padding-left: 40px;
  }

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

  .unordered-list-23 {
    position: static;
    left: -7px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .unordered-list-24 {
    margin-bottom: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6316597 {
    left: 1px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .unordered-list-22 {
    position: static;
    left: -6px;
    padding-left: 0px;
  }

  .heading-104 {
    font-size: 25px;
  }

  .paragraph-57 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-105 {
    font-size: 25px;
  }

  .paragraph-64 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-106 {
    font-size: 25px;
  }

  .heading-107 {
    font-size: 25px;
  }

  .heading-108 {
    font-size: 25px;
  }

  .heading-109 {
    font-size: 25px;
  }

  .container-240 {
    top: 22px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-110 {
    margin-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 25px;
  }

  .container-239 {
    margin-top: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .heading-111 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
  }

  .list-item-339 {
    font-family: Merriweather, serif;
    font-size: 14px;
  }

  .list-item-340 {
    font-size: 14px;
  }

  .list-item-341 {
    font-size: 14px;
  }

  .list-item-344 {
    font-size: 14px;
  }

  .list-item-345 {
    font-family: Merriweather, serif;
    font-size: 14px;
  }

  .list-item-347 {
    font-size: 14px;
  }

  .list-item-348 {
    font-size: 14px;
  }

  .heading-112 {
    margin-top: 8px;
    margin-bottom: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
  }

  .container-manuten-o-caldeiras {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-113 {
    font-size: 20px;
  }

  .link-349 {
    color: #f7f7f7;
    text-decoration: none;
  }

  .column-78-copy-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-797 {
    position: static;
    padding-left: 0px;
    line-height: 1.5;
  }

  .container-56478 {
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-item-359 {
    line-height: 1.7;
  }

  .list-item-361 {
    line-height: 1.7;
  }

  .list-item-362 {
    line-height: 1.7;
  }

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

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

  .column-6077791 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.7;
  }

  .list-item-376 {
    font-size: 14px;
  }

  .list-item-377 {
    font-size: 14px;
  }

  .list-item-378 {
    font-size: 14px;
  }

  .list-item-379 {
    font-size: 14px;
  }

  .columns-7487 {
    margin-top: 0px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 1.7;
  }

  .link-338-1 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
  }

  .link-338-2 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
  }

  .link-338-3 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
  }

  .link-338-4 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
  }

  .link-338-5 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
  }

  .link-338-6 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
  }

  .link-338-7 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
  }

  .link-338-10 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
  }

  .link-338-9 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.7;
  }

  .list-5-1 {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.7;
    list-style-type: square;
  }

  .list-6-1 {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.7;
    list-style-type: square;
  }

  .list-7-1 {
    left: 15px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.7;
  }

  .container-457-1 {
    margin-top: 0px;
  }

  .list-item-87 {
    margin-right: auto;
    margin-left: auto;
    list-style-type: square;
  }

  .link-359 {
    display: block;
  }

  .column-6316601 {
    position: static;
    top: 5px;
  }

  .link-360 {
    display: block;
  }

  .list-item-78 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    list-style-type: square;
  }

  .unordered-list-1120 {
    position: static;
    top: -2px;
    display: block;
    margin-bottom: auto;
    padding-top: 0px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .link-345 {
    display: block;
  }

  .link-361 {
    display: block;
  }

  .container-links {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-left: 0px;
  }

  .list-item-79 {
    padding-left: 0px;
    list-style-type: square;
  }

  .list-item-80 {
    margin-right: auto;
    margin-left: auto;
  }

  .link-362 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.5;
  }

  .list-item-77 {
    display: none;
  }

  .text-block-1d4 {
    position: relative;
    top: 0px;
  }

  .unordered-list-16 {
    display: block;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.5;
    list-style-type: square;
  }

  .link-block-8 {
    left: 5px;
    top: 46px;
  }

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

  .link-363 {
    display: block;
    line-height: 1.5;
    text-align: left;
  }

  .column-6316602 {
    top: -3px;
    line-height: 1.5;
  }

  .list-item-86 {
    position: static;
    left: -6px;
  }

  .row-30 {
    top: 43px;
    display: block;
  }

  .unordered-list-1121 {
    left: 15px;
    top: 12px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .list-item-422 {
    font-size: 14px;
  }

  .list-item-423 {
    font-size: 14px;
  }

  .list-item-424 {
    font-size: 14px;
  }

  .list-item-425 {
    font-size: 14px;
  }

  .list-item-426 {
    font-size: 14px;
  }

  .list-item-427 {
    font-family: Merriweather, serif;
  }

  .section-autoclismos.beige {
    padding-bottom: 104px;
  }

  .section-autoclismos.image {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .section-autoclismos.footer {
    padding-bottom: 21px;
  }

  .section-autoclismos.janelas {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/reparação-de-janelas-Urgente.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/reparação-de-janelas-Urgente.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section-autoclismos.desentupimento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Desentupimento-Urgente-24Horas.pt.jpg');
    background-position: 0px 0px, 56% 3%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-autoclismos.janelas-copy {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/autoclismos-7843223-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/autoclismos-7843223-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

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

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

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

  .image-50-copy {
    position: static;
  }

  .list-item-62 {
    font-size: 14px;
  }

  .list-item-441 {
    font-size: 14px;
  }

  .list-item-442 {
    font-size: 14px;
  }

  .row-servi-os-4984 {
    width: auto;
    padding-right: 0px;
    padding-left: 10px;
  }

  .list-item-443 {
    padding-left: 0px;
    font-size: 14px;
  }

  .list-item-444 {
    font-size: 14px;
  }

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

  .list-item-445 {
    font-size: 14px;
  }

  .unordered-list-1122 {
    position: static;
    left: -7px;
    padding-left: 0px;
  }

  .list-item-446 {
    font-size: 14px;
  }

  .list-item-30 {
    font-size: 14px;
  }

  .list-item-447 {
    font-size: 14px;
  }

  .unordered-list-1123 {
    margin-bottom: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .unordered-list-1124 {
    left: 15px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5;
  }

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

  .link-373 {
    font-size: 14px;
    line-height: 1.5;
  }

  .columns-7490 {
    margin-top: 0px;
    padding-left: 20px;
    line-height: 1.5;
  }

  .link-374 {
    font-family: Merriweather, serif;
    font-size: 14px;
  }

  .list-item-448 {
    font-size: 14px;
    line-height: 1.5;
  }

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

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

  .list-28 {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
    list-style-type: square;
  }

  .list-29 {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
    list-style-type: square;
  }

  .paragraph-374-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-call-to-action {
    position: static;
    left: 0px;
    top: 8px;
    display: inline-block;
    width: 200px;
    height: auto;
    margin: 10px 8px 29px;
    padding: 3px 8px 5px;
    font-size: 25px;
    line-height: 1.5;
  }

  .button-call-to-action-2 {
    position: static;
    left: 0px;
    top: 8px;
    display: inline-block;
    width: 200px;
    height: auto;
    margin: 10px 8px 29px;
    padding: 3px 8px 5px;
    font-size: 25px;
    line-height: 1.5;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-cookie-w {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
    text-align: justify;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .ck-button-w {
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    -webkit-transition-property: none;
    transition-property: none;
    text-align: left;
    text-decoration: none;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-modal__content-w.is--small {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }
}

#w-node-a56455f0-39c8-9f70-2e25-997dff9eadaf-88baa3e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d4c97630-496c-b67f-a799-ec32929072e3-88baa3e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_807a6145-fe01-cbe2-38e4-98440d9c5de9-88baa3e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_807a6145-fe01-cbe2-38e4-98440d9c5de9-88baa3e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d4c97630-496c-b67f-a799-ec32929072e3-88baa3e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

