body {
  font-family: Lato, sans-serif;
  color: #313030;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

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

a {
  color: #d8d2d2;
  text-decoration: none;
}

.section-canalizador {
  padding-top: 110px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72))), url('../images/canalizador-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/canalizador-urgente.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, fixed;
}

.container {
  position: static;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-heading {
  position: relative;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #e9e3e3;
  font-size: 66px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.hero-paragraph {
  position: static;
  top: 9px;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  color: #e9e3e3;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.button {
  position: relative;
  top: -15px;
  bottom: 1px;
  display: block;
  margin-top: 34px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 9px 0px;
  float: none;
  border-radius: 10px;
  background-color: #e41d1d;
  box-shadow: 0 0 50px -14px #000;
  color: #e9e3e3;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #570d0d;
}

.button.form-button {
  margin-top: 20px;
  margin-bottom: 40px;
  box-shadow: none;
}

.portfolio-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.portfolio-tab-button {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: transparent;
  color: #467262;
}

.portfolio-tab-button:hover {
  background-color: rgba(70, 114, 98, 0.5);
}

.portfolio-tab-button.w--current {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: #467262;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.portfolio-tab-button.w--current:hover {
  background-color: #467262;
  color: #fff;
}

.portfolio-tab-pane {
  margin-top: 30px;
}

.portfolio-column {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.form-section {
  background-color: rgba(70, 114, 98, 0.5);
}

.form-field {
  display: block;
  width: 50%;
  margin: 20px auto 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.form {
  margin-top: 20px;
}

.form-heading {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #467262;
  font-weight: 400;
}

.footer-section {
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e41d1d;
  text-align: center;
}

.footer-text {
  position: static;
  top: -7px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #e9e3e3;
  font-size: 19px;
  line-height: 1.5;
}

.green-line {
  height: 3px;
  max-height: 10px;
  margin-top: 0px;
  background-color: #467262;
}

.social-button {
  margin: 4px;
  padding: 8px;
  border-radius: 10px;
  background-color: #e9e3e3;
  box-shadow: 0 0 50px -14px #000;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #e9e3e3;
}

.social-button:hover {
  border: 2px solid #000;
  background-color: #d8d2d2;
}

.social-icons {
  margin-top: 20px;
  margin-bottom: 36px;
}

.social-icons.footer {
  margin-bottom: 0px;
}

.form-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-wrapper {
  margin-bottom: 30px;
}

.form-success-message {
  margin-bottom: 60px;
  background-color: transparent;
}

.success-message {
  color: #244136;
}

.portfolio-lightbox {
  width: 100%;
  max-width: 100%;
}

.portfolio-lightbox:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 114, 98, 0.5)), to(rgba(70, 114, 98, 0.5)));
  background-image: linear-gradient(180deg, rgba(70, 114, 98, 0.5), rgba(70, 114, 98, 0.5));
}

.portfolio-image {
  border: 2px solid #fff;
}

.portfolio-image:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 114, 98, 0.5)), to(rgba(70, 114, 98, 0.5))), none;
  background-image: linear-gradient(180deg, rgba(70, 114, 98, 0.5), rgba(70, 114, 98, 0.5)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.portfolio-overlay:hover {
  background-color: rgba(70, 114, 98, 0.5);
  color: #e9e3e3;
}

.fake-section {
  height: 400px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.image {
  position: relative;
  left: -2px;
  top: 0px;
  margin-top: 0px;
  text-align: center;
}

.rich-text-block {
  line-height: 20px;
}

.row {
  padding-top: 0px;
}

.section-canalizador-lisboa {
  margin-bottom: -1px;
  padding-top: 18px;
  padding-bottom: 0px;
}

.image-canalizador-1 {
  position: static;
  left: 30px;
  margin-top: 20px;
  padding-top: 0px;
  border-radius: 10px;
  text-align: center;
}

.paragraph-2 {
  position: relative;
  left: -15px;
  top: 16px;
  right: 0px;
  margin-right: -26px;
  padding-right: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.paragraph-3 {
  position: relative;
  top: 36px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.paragraph-4 {
  padding-top: 28px;
}

.container-2 {
  position: relative;
  top: -66px;
  margin-top: 1px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.paragraph-5 {
  position: relative;
  top: 17px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.heading {
  position: relative;
  top: -10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.image-canalizador-3 {
  position: static;
  top: 0px;
  border-radius: 10px;
  text-align: center;
}

.section-canalizador3 {
  height: 450px;
  margin-bottom: 23px;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.heading-2 {
  position: relative;
  top: -15px;
  margin-top: 35px;
  border-top-left-radius: 0px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.paragraph-6 {
  position: relative;
  top: 116px;
  margin-bottom: -1px;
}

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

.paragraph-7 {
  margin-bottom: -3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.image-canalizador-2 {
  margin-top: 0px;
  border-radius: 10px;
  text-align: center;
}

.image-canalizador-4 {
  border-radius: 10px;
  text-align: center;
}

.button-2 {
  position: fixed;
  left: 992px;
  top: 114px;
  overflow: hidden;
  padding-right: 11px;
  border-radius: 10px;
  background-color: #f11e1e;
}

.section-canalizador-porto {
  position: relative;
  top: 14px;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-algarve {
  position: relative;
  top: 9px;
  margin-bottom: -5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-msul {
  position: relative;
  top: 7px;
  margin-bottom: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-loures {
  position: relative;
  top: 8px;
  margin-bottom: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-vilaf {
  position: relative;
  top: 6px;
  margin-bottom: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-odivelas {
  position: relative;
  top: 5px;
  margin-bottom: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-sintra {
  position: relative;
  top: 4px;
  margin-bottom: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-amadora {
  position: relative;
  top: 2px;
  margin-bottom: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-oeiras {
  position: relative;
  top: 1px;
  margin-bottom: -1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-cascais {
  position: relative;
  top: 1px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.div-block {
  position: relative;
  top: -7px;
  margin-right: 61px;
  margin-left: 61px;
  padding-left: 0px;
  border: 1px solid #000;
}

.div-block-2 {
  position: relative;
  top: -10px;
  margin-top: 0px;
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 0px;
  border: 1px solid #000;
  line-height: 1.5;
}

.div-block-3 {
  position: relative;
  top: 0px;
  margin-right: 86px;
  margin-left: 86px;
  border: 1px solid #000;
}

.heading-3 {
  position: relative;
  top: -16px;
  font-size: 18px;
  text-align: center;
}

.link {
  position: static;
  left: -10px;
  padding-left: 5px;
  font-size: 15px;
  line-height: 1.5;
}

.link-2 {
  position: relative;
  left: -3px;
}

.link-3 {
  position: relative;
  left: 5px;
}

.link-4 {
  position: static;
  left: -17px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.link-5 {
  position: static;
  left: -114px;
  top: 44px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 4px;
  padding: 4px 10px 8px;
  border-radius: 5px;
  background-color: #0a9718;
  font-size: 24px;
  line-height: 1.5;
}

.link-5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a3535), to(#5a3535));
  background-image: linear-gradient(180deg, #5a3535, #5a3535);
}

.div-block-4 {
  position: static;
  top: 3px;
  padding-bottom: 5px;
}

.link-6 {
  position: static;
  left: 193px;
  display: block;
  margin-left: 4px;
  padding-left: 0px;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

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

.div-block-5 {
  position: relative;
  left: 41px;
  top: -6px;
  margin-right: 295px;
  margin-left: 581px;
  border: 1px solid #e9e3e3;
  border-radius: 1px;
}

.unordered-list {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.section-canalizador6 {
  padding-top: 35px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.5;
}

.heading-5 {
  position: relative;
  top: -14px;
}

.paragraph-8 {
  position: static;
  top: -25px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), to(rgba(0, 0, 0, 0.84))), url('../images/canalizador-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84)), url('../images/canalizador-urgente.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.heading-6 {
  margin-right: -116px;
  margin-left: -99px;
  padding-left: 0px;
  color: #fff;
}

.button-3 {
  position: relative;
  left: 6px;
  top: 2px;
  margin-bottom: 21px;
  border-radius: 10px;
  background-color: #b81313;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
}

.section-canalizador2 {
  height: 700px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.section-canalizador4 {
  height: 600px;
}

.section-canalizador5 {
  height: 550px;
}

.column-3 {
  top: 0px;
}

.column-4 {
  position: static;
  top: 53px;
  padding-top: 54px;
  text-align: center;
}

.section {
  position: relative;
  top: 15px;
  display: block;
  padding-top: 19px;
}

.column-5 {
  top: 0px;
}

.unordered-list-2 {
  color: #1b1919;
  text-align: left;
}

.unordered-list-2:hover {
  color: #000;
}

.unordered-list-3 {
  text-align: left;
}

.unordered-list-4 {
  text-align: left;
}

.link-7 {
  color: #ee0e0e;
}

.link-7:hover {
  color: #ee1919;
}

.link-8 {
  color: #f60606;
}

.link-8:hover {
  color: #ee1717;
}

.link-9 {
  color: #f00b0b;
  text-align: justify;
}

.link-9:hover {
  color: #f81717;
}

.link-10 {
  font-family: Lato, sans-serif;
  color: #0f0f0f;
  font-size: 18px;
  line-height: 1.5;
}

.link-10:hover {
  color: #f01313;
}

.link-11 {
  color: #1a1818;
}

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

.link-12 {
  color: #0e0c0c;
}

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

.list-item {
  color: #1f1c1c;
}

.list-item:hover {
  color: #f11111;
}

.link-13 {
  color: #131010;
}

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

.link-14 {
  color: #181717;
}

.link-14:hover {
  color: #f01616;
}

.link-15 {
  color: #0f0f0f;
  font-size: 18px;
  line-height: 1.5;
}

.link-15:hover {
  color: #e60c0c;
}

.link-16 {
  color: #1a1818;
}

.link-16:hover {
  color: #e01212;
}

.link-17 {
  color: #1d1919;
}

.link-17:hover {
  color: #f31818;
}

.link-18 {
  color: #181616;
}

.link-18:hover {
  color: #f31313;
}

.link-19 {
  color: #1f1c1c;
}

.link-19:hover {
  color: #f11818;
}

.link-20 {
  color: #0f0f0f;
  font-size: 18px;
  line-height: 1.5;
}

.link-20:hover {
  color: #fc1414;
}

.link-21 {
  color: #181717;
  font-size: 18px;
  line-height: 1.5;
}

.link-21:hover {
  color: #eb0b0b;
}

.link-22 {
  color: #1d1b1b;
}

.link-22:hover {
  color: #ec1e1e;
}

.link-23 {
  color: #141414;
}

.list-item-2 {
  color: #131111;
}

.list-item-2:hover {
  color: #f01818;
}

.link-24 {
  font-family: Lato, sans-serif;
  color: #131111;
  font-size: 18px;
  line-height: 1.5;
}

.link-24:hover {
  color: #e40a0a;
}

.link-25 {
  color: #110f0f;
}

.link-25:hover {
  color: #f11515;
}

.text-block {
  color: #fff;
  font-size: 28px;
  line-height: 35px;
}

.text-block-2 {
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
}

.text-block-3 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-4 {
  position: relative;
  top: -9px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.bold-text {
  color: #d81111;
}

.paragraph-9 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.bold-text-2 {
  font-size: 18px;
  line-height: 1.5;
}

.text-block-5 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.bold-text-3 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: justify;
}

.bold-text-4 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.heading-64 {
  color: #313030;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.heading-64:hover {
  color: #e20d0d;
}

.row-servi-os {
  position: static;
  left: 23px;
  top: 8px;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  -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.2;
}

.list-item-42 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

.container-27 {
  position: relative;
  left: 30px;
}

.unordered-list-9 {
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.column-32 {
  position: static;
  left: 1px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 20px;
}

.unordered-list-11 {
  padding-right: 0px;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
  list-style-type: disc;
}

.column-31 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.unordered-list-10 {
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.column-44 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 30px;
}

.heading-82 {
  color: #474343;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}

.link-348 {
  color: #e71313;
  text-decoration: none;
}

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

.heading-83 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.column-45 {
  position: static;
  top: 216px;
  margin-bottom: 1px;
  padding-bottom: 0px;
}

.list-item-43 {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

.list-item-44 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.body {
  text-align: left;
}

.list-item-45 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.heading-84 {
  display: block;
  height: 60px;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}

.bold-text-5 {
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-55 {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.heading-85 {
  font-size: 18px;
  line-height: 1.5;
}

.text-block-6 {
  font-size: 18px;
  line-height: 1.5;
}

.text-block-7 {
  font-size: 18px;
  line-height: 1.5;
}

.heading-86 {
  height: 50px;
  font-size: 24px;
  line-height: 1.5px;
  text-align: center;
}

.column-46 {
  position: static;
  top: 43px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 59px;
  text-align: center;
}

.column-47 {
  position: static;
  margin-bottom: 0px;
  padding-top: 37px;
  padding-bottom: 0px;
  text-align: center;
}

.heading-87 {
  line-height: 1.5;
  text-align: center;
}

.heading-88 {
  height: 50px;
  text-align: center;
}

.column-48 {
  position: static;
  padding-top: 24px;
  text-align: center;
}

.section-2 {
  height: 800px;
}

.section-3 {
  height: 600px;
}

.text-block-8 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.heading-89 {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.section-4 {
  height: 400px;
}

.columns {
  position: relative;
  top: 45px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
}

.paragraph-56 {
  font-size: 18px;
  line-height: 1.5;
}

.column-49 {
  top: 258px;
}

.section-5 {
  height: 500px;
}

.paragraph-57 {
  height: 900px;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

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

.heading-90 {
  height: 50px;
  text-align: center;
}

.section-6 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.list-item-46 {
  font-size: 14px;
  line-height: 1.5;
}

.list-item-47 {
  color: #0f0f0f;
  font-size: 14px;
  line-height: 1.5;
}

.list-item-48 {
  font-size: 18px;
  line-height: 1.5;
}

.section-canalizador-1 {
  padding-top: 110px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72))), url('../images/canalizador-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/canalizador-urgente.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, fixed;
}

.section-canalizador-3 {
  height: 600px;
}

.section-5-copy {
  height: 500px;
}

.section-01 {
  height: 500px;
}

.section-02 {
  height: 800px;
}

.section-canalizador-1-copy {
  padding-top: 110px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72))), url('../images/canalizador-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/canalizador-urgente.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, fixed;
}

.section-001 {
  display: block;
  padding-top: 100px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72))), url('../images/canalizador-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/canalizador-urgente.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, fixed;
}

.section-002 {
  padding-bottom: 40px;
}

.section-003 {
  padding-bottom: 40px;
}

.section-004 {
  padding-bottom: 40px;
}

.section-005 {
  padding-bottom: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.section-006 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.section-007 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.section-008 {
  padding-bottom: 40px;
}

.section-009 {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.section-010 {
  padding-bottom: 0px;
}

.section-011 {
  padding-bottom: 40px;
}

.section-012 {
  position: static;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.section-013 {
  position: static;
  padding-top: 0px;
  padding-bottom: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.5;
}

.section-014 {
  padding-bottom: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.section-015 {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
}

.section-016 {
  position: relative;
  top: 1px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-017 {
  position: static;
  top: 0px;
  display: block;
  padding-top: 0px;
  padding-bottom: 40px;
  line-height: 1.5;
}

.container-001 {
  position: static;
  top: 6px;
  margin-bottom: -2px;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
}

.container-002 {
  position: static;
  top: -66px;
  margin-top: 1px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.container-003 {
  position: static;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-004 {
  position: relative;
  top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-005 {
  position: static;
  left: 30px;
}

.container-006 {
  position: static;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-007 {
  position: relative;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-008 {
  position: static;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-009 {
  position: relative;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-010 {
  position: static;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-011 {
  position: static;
  top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-012 {
  position: static;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-013 {
  position: static;
  top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-014 {
  position: static;
  left: 0px;
  display: block;
}

.container-015 {
  position: static;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-017 {
  position: static;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-001 {
  padding-bottom: 20px;
  line-height: 1.5;
  text-align: center;
}

.heading-002 {
  position: static;
  top: -15px;
  margin-top: 35px;
  border-top-left-radius: 0px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.heading-003 {
  color: #313030;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.heading-003:hover {
  color: #e20d0d;
}

.heading-004 {
  position: static;
  top: 0px;
  margin-top: 0px;
  border-top-left-radius: 0px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.heading-005 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.heading-006 {
  padding-bottom: 0px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.heading-007 {
  position: static;
  top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
}

.heading-008 {
  position: static;
  top: 0px;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.heading-009 {
  display: block;
  padding-bottom: 5px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.heading-010 {
  display: block;
  padding-bottom: 11px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.heading-011 {
  display: block;
  padding-bottom: 13px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.heading-012 {
  color: #313030;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.heading-012:hover {
  color: #e20d0d;
}

.heading-013 {
  padding-bottom: 8px;
  color: #474343;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.heading-014 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.text-block-links {
  position: static;
  top: 0px;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.text-block-001 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.paragraph-001 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.paragraph-002 {
  position: static;
  left: -15px;
  top: 16px;
  right: 0px;
  margin-right: 0px;
  padding-right: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.row-servi-os-001 {
  position: static;
  left: 23px;
  top: 8px;
  padding-top: 10px;
  color: #000;
  line-height: 1.2;
}

.paragraph-003 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.paragraph-004 {
  position: static;
  top: 0px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

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

.paragraph-006 {
  position: static;
  top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.paragraph-007 {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

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

.paragraph-009 {
  position: static;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-18 {
  height: 600px;
}

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

.container-caldeiras {
  position: static;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-caldeiras {
  padding-bottom: 40px;
}

.heading-caldeiras {
  padding-bottom: 0px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.section-esquentadores {
  position: static;
  top: 0px;
  display: block;
  padding-top: 0px;
  padding-bottom: 40px;
}

.container-esquentadores {
  position: relative;
  top: 6px;
  margin-bottom: -2px;
  padding-top: 0px;
  padding-bottom: 100px;
}

.paragraph-esquentadores {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.container-caldeiras-copy {
  position: relative;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-esquentador {
  position: static;
  top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.container-garantido {
  position: static;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-garantido {
  padding-bottom: 40px;
}

.heading-garantido {
  padding-top: 13px;
  padding-bottom: 22px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.heading-esquentadores {
  padding-top: 16px;
  padding-bottom: 0px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.section-orcamentos {
  position: static;
  top: 0px;
  display: block;
  padding-top: 0px;
  padding-bottom: 40px;
}

.heading-orcamentos {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

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

.container-orcamentos {
  position: static;
  top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  padding: 0px;
  background-color: #e41d1d;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px 10px 0px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  margin-right: 20px;
  margin-left: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 18px;
}

.button-4 {
  padding-right: 20px;
  border-radius: 20px;
  background-color: #0a9718;
  font-size: 18px;
}

.section-19 {
  display: inline;
  padding-top: 0px;
}

.column-51 {
  position: static;
}

.section-contactos {
  display: block;
  padding-top: 100px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72))), url('../images/canalizador-urgente.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/canalizador-urgente.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, fixed;
  font-size: 20px;
  line-height: 1.5;
}

.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: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bold-text-6 {
  font-size: 17px;
}

.column-59 {
  position: static;
}

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

.heading-110 {
  color: #ee1515;
  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: #fa1212;
  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: #fa1212;
  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-button-w {
  margin-left: 0px;
  padding: 1em 1.5em 1rem;
  clear: none;
  border-radius: 0.25rem;
  background-color: #f42222;
  -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: #ce1b1b;
}

.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-button__txt {
  color: #fff;
}

.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-sr__only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

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

.ck-title {
  margin-bottom: 0.1875em;
  color: #262926;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.button-112453 {
  margin-left: 20px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: transparent;
  color: #323232;
}

.ck-css-styles {
  display: none;
}

.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-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

@media screen and (max-width: 991px) {
  .hero-heading {
    position: static;
    font-size: 50px;
    line-height: 1.5;
  }

  .hero-paragraph {
    top: 17px;
    width: 75%;
    font-size: 22px;
    line-height: 24px;
  }

  .button {
    margin-right: 28px;
    margin-left: 9px;
    padding-bottom: 11px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .form-field {
    width: 75%;
  }

  .footer-section {
    padding-bottom: 20px;
  }

  .footer-text {
    line-height: 1.5;
  }

  .image {
    position: static;
  }

  .image-canalizador-1 {
    left: 14px;
    right: 1px;
  }

  .paragraph-2 {
    left: -7px;
    font-size: 16px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .container-2 {
    top: -42px;
  }

  .paragraph-5 {
    top: 1px;
    font-size: 16px;
  }

  .image-canalizador-3 {
    top: 46px;
  }

  .paragraph-7 {
    position: relative;
    top: -59px;
    font-size: 16px;
  }

  .image-canalizador-2 {
    position: static;
  }

  .div-block-2 {
    top: -10px;
  }

  .div-block-3 {
    top: 0px;
  }

  .heading-3 {
    top: -73px;
  }

  .unordered-list {
    padding-left: 28px;
    font-size: 15px;
  }

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

  .paragraph-8 {
    position: relative;
    top: -5px;
    margin-bottom: -4px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .column-4 {
    padding-top: 87px;
  }

  .unordered-list-2 {
    padding-left: 0px;
    font-size: 15px;
    line-height: 1.8;
  }

  .unordered-list-3 {
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.8;
  }

  .unordered-list-4 {
    font-size: 15px;
    line-height: 1.8;
  }

  .link-10 {
    font-size: 15px;
    line-height: 1.8;
  }

  .link-15 {
    font-size: 15px;
    line-height: 1.8;
  }

  .link-20 {
    font-size: 15px;
    line-height: 1.8;
  }

  .link-21 {
    font-size: 15px;
    line-height: 1.8;
  }

  .link-22 {
    font-size: 15px;
    line-height: 1.8;
  }

  .list-item-2 {
    font-size: 15px;
  }

  .link-24 {
    font-size: 15px;
    line-height: 1.8;
  }

  .text-block {
    font-size: 25px;
  }

  .text-block-2 {
    font-size: 25px;
  }

  .heading-64 {
    font-size: 24px;
    text-align: center;
  }

  .row-servi-os {
    left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .list-item-42 {
    font-size: 16px;
    line-height: 1.8;
  }

  .container-27 {
    position: static;
    left: 17px;
    text-align: left;
  }

  .unordered-list-9 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .column-32 {
    position: static;
    left: 0px;
    top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5;
  }

  .unordered-list-11 {
    display: block;
    margin-bottom: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.5px;
    text-align: left;
  }

  .column-31 {
    position: static;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5;
  }

  .unordered-list-10 {
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .column-44 {
    position: static;
    left: -6px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .list-item-44 {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-45 {
    font-size: 16px;
    line-height: 1.8;
  }

  .column-47 {
    position: static;
    padding-top: 66px;
    text-align: center;
  }

  .column-48 {
    position: static;
    padding-top: 54px;
  }

  .list-item-46 {
    font-size: 15px;
    line-height: 1.8;
  }

  .list-item-47 {
    font-size: 15px;
    line-height: 1.8;
  }

  .list-item-48 {
    font-size: 15px;
    line-height: 1.8;
  }

  .section-015 {
    position: static;
    display: block;
  }

  .container-002 {
    top: -42px;
  }

  .container-004 {
    position: static;
  }

  .container-005 {
    position: static;
    left: 17px;
    text-align: left;
  }

  .container-007 {
    position: static;
  }

  .container-009 {
    position: static;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

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

  .container-014 {
    position: static;
    left: 17px;
    text-align: left;
  }

  .heading-003 {
    font-size: 24px;
    text-align: center;
  }

  .heading-007 {
    font-size: 16px;
  }

  .heading-008 {
    top: 0px;
  }

  .heading-012 {
    font-size: 24px;
    text-align: center;
  }

  .heading-013 {
    font-size: 25px;
  }

  .text-block-links {
    font-size: 25px;
    line-height: 1.2;
  }

  .paragraph-001 {
    font-size: 28px;
    line-height: 1.5;
  }

  .paragraph-002 {
    left: -7px;
    font-size: 16px;
  }

  .row-servi-os-001 {
    left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .paragraph-004 {
    font-size: 16px;
  }

  .paragraph-006 {
    top: 1px;
    font-size: 16px;
  }

  .paragraph-007 {
    position: relative;
    top: 0px;
    font-size: 16px;
  }

  .paragraph-008 {
    position: relative;
  }

  .list-item-49 {
    font-size: 15px;
    line-height: 1.8;
  }

  .list-item-50 {
    font-size: 15px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .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) {
  .section-canalizador {
    padding-top: 27px;
    padding-bottom: 0px;
  }

  .container {
    top: 28px;
  }

  .hero-heading {
    top: -13px;
    font-size: 44px;
  }

  .hero-paragraph {
    top: -7px;
    font-size: 18px;
  }

  .button {
    margin-right: 130px;
    margin-left: 130px;
    font-size: 25px;
    line-height: 37px;
  }

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

  .portfolio-column {
    margin-top: 0px;
  }

  .footer-text {
    top: -27px;
    padding-top: 7px;
    line-height: 1.5;
  }

  .tabs-content {
    margin-right: 61px;
    margin-left: 61px;
  }

  .paragraph {
    margin-right: 12px;
    margin-left: 11px;
  }

  .image {
    top: -4px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 32px;
  }

  .section-canalizador-lisboa {
    padding-left: 0px;
  }

  .image-canalizador-1 {
    position: static;
  }

  .paragraph-2 {
    top: -23px;
    margin-right: -5px;
    margin-left: 4px;
    font-size: 16px;
  }

  .paragraph-3 {
    top: 13px;
  }

  .container-2 {
    top: -45px;
  }

  .heading {
    font-size: 24px;
  }

  .image-canalizador-3 {
    top: 0px;
  }

  .heading-2 {
    font-size: 24px;
  }

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

  .image-canalizador-2 {
    text-align: center;
  }

  .div-block {
    margin-right: 105px;
    margin-left: 105px;
  }

  .div-block-2 {
    margin-right: 105px;
    margin-left: 107px;
  }

  .div-block-3 {
    position: static;
    top: -46px;
  }

  .heading-3 {
    top: -37px;
    margin-top: 1px;
    padding-top: 0px;
  }

  .link-5 {
    top: 27px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
  }

  .div-block-4 {
    left: -9px;
    top: -14px;
    margin-right: 1px;
    margin-left: 20px;
    font-size: 13px;
  }

  .link-6 {
    top: -18px;
  }

  .column-2 {
    padding-left: 10px;
  }

  .heading-6 {
    position: relative;
    top: 6px;
  }

  .button-3 {
    top: 37px;
  }

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

  .column-4 {
    padding-top: 0px;
  }

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

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

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

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

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

  .container-3 {
    padding-left: 23px;
  }

  .heading-64 {
    position: static;
    left: 7px;
    padding-top: 23px;
    font-weight: 700;
    text-align: center;
  }

  .row-servi-os {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-27 {
    left: -1px;
  }

  .unordered-list-9 {
    padding-left: 10px;
    font-size: 14px;
  }

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

  .unordered-list-11 {
    padding-left: 10px;
    font-size: 14px;
  }

  .column-31 {
    left: -6px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .unordered-list-10 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

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

  .heading-82 {
    display: block;
    padding-left: 0px;
    text-align: center;
  }

  .paragraph-54 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-46 {
    padding-top: 0px;
  }

  .column-47 {
    padding-top: 0px;
  }

  .column-48 {
    padding-top: 0px;
    text-align: center;
  }

  .section-canalizador-1 {
    padding-top: 27px;
    padding-bottom: 0px;
  }

  .section-canalizador-1-copy {
    padding-top: 27px;
    padding-bottom: 0px;
  }

  .section-001 {
    padding-top: 27px;
    padding-bottom: 0px;
  }

  .section-002 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .section-004 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .section-006 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-007 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

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

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

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

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

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

  .section-017 {
    padding-bottom: 10px;
  }

  .container-001 {
    top: 28px;
  }

  .container-002 {
    top: -45px;
  }

  .container-003 {
    top: 28px;
    display: block;
  }

  .container-004 {
    top: 28px;
  }

  .container-005 {
    left: -1px;
  }

  .container-006 {
    top: 28px;
  }

  .container-007 {
    top: 28px;
  }

  .container-008 {
    top: 28px;
  }

  .container-009 {
    top: 28px;
  }

  .container-010 {
    top: 28px;
  }

  .container-011 {
    top: 28px;
  }

  .container-012 {
    top: 28px;
  }

  .container-013 {
    top: 28px;
  }

  .container-014 {
    left: -1px;
  }

  .container-015 {
    top: 28px;
  }

  .container-016 {
    padding-left: 0px;
  }

  .container-017 {
    top: 28px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-002 {
    font-size: 24px;
  }

  .heading-003 {
    position: static;
    left: 7px;
    margin-top: 0px;
    padding-top: 20px;
    font-weight: 700;
    text-align: center;
  }

  .heading-004 {
    font-size: 24px;
  }

  .heading-007 {
    font-size: 24px;
  }

  .heading-008 {
    position: static;
    top: 0px;
    margin-top: 1px;
    padding-top: 20px;
  }

  .heading-009 {
    font-size: 25px;
  }

  .heading-010 {
    font-size: 25px;
  }

  .heading-011 {
    font-size: 25px;
  }

  .heading-012 {
    position: static;
    left: 7px;
    padding-top: 23px;
    font-weight: 700;
    text-align: center;
  }

  .heading-013 {
    display: block;
    padding-left: 0px;
    font-size: 25px;
    text-align: center;
  }

  .text-block-001 {
    display: block;
  }

  .paragraph-002 {
    top: -23px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
  }

  .row-servi-os-001 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-004 {
    top: 13px;
  }

  .paragraph-008 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-009 {
    margin-right: 12px;
    margin-left: 11px;
  }

  .container-caldeiras {
    top: 28px;
  }

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

  .heading-caldeiras {
    line-height: 1.5;
  }

  .section-esquentadores {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-esquentadores {
    top: 28px;
  }

  .container-caldeiras-copy {
    top: 28px;
  }

  .container-esquentador {
    top: 28px;
  }

  .container-garantido {
    top: 28px;
  }

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

  .heading-garantido {
    font-size: 25px;
    line-height: 1.5;
  }

  .heading-esquentadores {
    font-size: 25px;
    line-height: 1.5;
  }

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

  .heading-orcamentos {
    font-size: 25px;
    line-height: 1.5;
  }

  .container-orcamentos {
    top: 28px;
  }

  .section-nav {
    position: relative;
  }

  .nav-grid {
    padding-right: 28px;
    padding-left: 0px;
    text-align: center;
  }

  .nav-link.w--current {
    margin-right: 0px;
    padding-right: 0px;
  }

  .button-4 {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-50 {
    position: static;
  }

  .column-51 {
    position: static;
  }

  .list {
    padding-left: 20px;
  }

  .column-52 {
    position: static;
  }

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

  .column-53 {
    position: static;
  }

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

  .column-54 {
    position: static;
  }

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

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

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

  .columns-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-6 {
    padding-left: 10px;
  }

  .column-56 {
    position: static;
  }

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

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

  .section-contactos {
    padding-top: 27px;
    padding-bottom: 0px;
  }

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

  .list-item-51 {
    display: block;
    margin-right: 0px;
  }

  .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) {
  .section-canalizador {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container {
    position: relative;
    top: 0px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .hero-heading {
    top: -7px;
    font-size: 35px;
    line-height: 46px;
  }

  .hero-paragraph {
    top: 19px;
    font-size: 20px;
  }

  .button {
    top: -12px;
    margin-right: 52px;
    margin-left: 52px;
    font-size: 30px;
    line-height: 35px;
  }

  .portfolio-tab-button {
    text-align: center;
  }

  .form-field {
    margin-bottom: 30px;
  }

  .footer-section {
    margin-top: 9px;
    margin-bottom: 0px;
    padding-bottom: 60px;
  }

  .footer-text {
    line-height: 1.5;
  }

  .tabs-content {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph {
    margin-right: -1px;
    margin-left: 0px;
  }

  .image {
    top: 15px;
    padding-top: 22px;
  }

  .image-canalizador-1 {
    left: 4px;
  }

  .paragraph-2 {
    left: 0px;
    top: 0px;
    font-size: 16px;
  }

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

  .container-2 {
    top: -41px;
    line-height: 17px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .heading-2 {
    padding-left: 3px;
    font-size: 30px;
    line-height: 32px;
  }

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

  .div-block-3 {
    top: -45px;
  }

  .link {
    display: block;
  }

  .link-4 {
    display: block;
  }

  .link-5 {
    position: relative;
    left: 0px;
    top: 9px;
    display: block;
    overflow: visible;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    float: none;
    clear: none;
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  .div-block-4 {
    left: -4px;
    font-size: 12px;
  }

  .link-6 {
    left: -12px;
    top: -20px;
  }

  .div-block-5 {
    margin-right: 115px;
    margin-left: 0px;
  }

  .unordered-list {
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
  }

  .heading-5 {
    font-size: 29px;
    line-height: 31px;
  }

  .paragraph-8 {
    position: relative;
    top: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }

  .heading-6 {
    margin-right: -103px;
    margin-left: -97px;
    font-size: 20px;
    line-height: 26px;
  }

  .column-3 {
    left: -7px;
    top: -44px;
  }

  .column-4 {
    position: static;
    text-align: center;
  }

  .container-3 {
    padding-right: 16px;
    padding-left: 18px;
  }

  .bold-text-2 {
    padding-left: 0px;
  }

  .heading-64 {
    position: static;
    left: 3px;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
  }

  .row-servi-os {
    padding-left: 19px;
  }

  .container-27 {
    padding-right: 10px;
    padding-left: 20px;
  }

  .unordered-list-9 {
    margin-bottom: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .unordered-list-11 {
    position: static;
    left: -7px;
    padding-left: 0px;
  }

  .column-31 {
    left: 1px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .unordered-list-10 {
    position: static;
    left: -6px;
    padding-left: 0px;
  }

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

  .heading-82 {
    display: block;
  }

  .paragraph-54 {
    margin-bottom: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .section-canalizador-1 {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-canalizador-1-copy {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-001 {
    position: static;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-003 {
    padding-bottom: 0px;
  }

  .container-001 {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .container-002 {
    top: -41px;
    line-height: 17px;
  }

  .container-003 {
    top: 22px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-004 {
    top: 22px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-005 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-006 {
    top: 22px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-007 {
    top: 22px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-008 {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .container-009 {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .container-010 {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .container-011 {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .container-012 {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .container-013 {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .container-014 {
    padding-right: 10px;
    padding-left: 20px;
  }

  .container-015 {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .container-016 {
    padding-right: 16px;
    padding-left: 18px;
  }

  .container-017 {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .heading-002 {
    padding-left: 3px;
    font-size: 30px;
    line-height: 32px;
  }

  .heading-003 {
    position: static;
    left: 3px;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
  }

  .heading-004 {
    padding-left: 0px;
    font-size: 30px;
    line-height: 1.5;
  }

  .heading-012 {
    position: static;
    left: 3px;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
  }

  .heading-013 {
    display: block;
  }

  .paragraph-002 {
    left: 0px;
    top: 0px;
    font-size: 16px;
  }

  .row-servi-os-001 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .paragraph-006 {
    font-size: 16px;
  }

  .paragraph-007 {
    font-size: 16px;
  }

  .paragraph-008 {
    margin-bottom: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-009 {
    margin-right: -1px;
    margin-left: 0px;
  }

  .container-caldeiras {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .container-esquentadores {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .container-caldeiras-copy {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .container-esquentador {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .container-garantido {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .container-orcamentos {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }

  .section-nav {
    padding: 0px;
  }

  .nav-grid {
    position: static;
    display: block;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    grid-auto-flow: row;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .nav-link.w--current {
    border-top-width: 1px;
    text-align: center;
  }

  .section-contactos {
    position: static;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .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-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__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-modal {
    max-width: 100%;
  }

  .ck-modal__content-w.is--small {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-885e10f2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-7e5e1181 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-2fc5c783 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-63d71d5b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-1ed023af {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-bcd71fdb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-aa8454bf {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-300ea79c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-faf4d82d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-07b72b61 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-95560923 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-40a4578f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-94343674 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-738460b1 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-2a0eb59f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-462d5d95 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-885e10f2 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-7e5e1181 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-2fc5c783 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-63d71d5b {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-1ed023af {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-bcd71fdb {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-aa8454bf {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-300ea79c {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-faf4d82d {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-07b72b61 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-95560923 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-40a4578f {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-94343674 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-738460b1 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-2a0eb59f {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c739-462d5d95 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-885e10f2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-7e5e1181 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-2fc5c783 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-63d71d5b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-1ed023af {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-bcd71fdb {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-aa8454bf {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-300ea79c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-faf4d82d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-07b72b61 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-95560923 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-40a4578f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-94343674 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-738460b1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-2a0eb59f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1bb96edc-fa30-1db3-1ed6-1f557af8c730-462d5d95 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

