.main-lavadeiras {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/lavadeiras-layout.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-lavadeiras {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  width: 180px;
  height: 280px;
  background-image: url('../images/lavadeiras-logo-png.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  display: flex;
}

.brevemente {
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.contactos_lav {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.morada-lav {
  color: #083b59;
  margin-right: 40px;
  text-decoration: none;
}

.email-lav {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tel-lav {
  align-items: center;
  margin-left: 40px;
  text-decoration: none;
  display: flex;
}

.social-lav {
  align-items: center;
  display: flex;
}

.text-block {
  color: #009a96;
  margin: 12px 24px 10px;
  font-family: Roboto Slab, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}

.div-block {
  width: 50px;
  height: 2px;
  background-color: #009a96;
}

.text-block-2 {
  color: #083b59;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Roboto Slab, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.bold-text, .bold-text-2 {
  font-weight: 900;
}

.ico-mail {
  width: 35px;
  height: 25px;
  background-image: url('../images/mail_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-3 {
  color: #083b59;
  margin-left: 9px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-2 {
  width: 30px;
  height: 30px;
  background-image: url('../images/phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.linha-sep {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 154, 150, .21);
  margin-bottom: 40px;
}

.fb {
  width: 33px;
  height: 33px;
  background-image: url('../images/fb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-right: 10px;
}

.inst {
  width: 33px;
  height: 33px;
  background-image: url('../images/inst.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-3 {
  margin-bottom: 51px;
}

.text-block-4 {
  color: #083b59;
  text-align: center;
  margin-bottom: 5px;
  font-family: Roboto Slab, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.text-block-5 {
  color: #009a96;
  text-align: center;
  font-family: Roboto Slab, sans-serif;
  font-weight: 700;
}

.lavadeiras_intro {
  width: 100%;
  height: 1450px;
  background-color: #fff;
  background-image: url('../images/base-cesto3.png'), linear-gradient(rgba(255, 255, 255, .39), rgba(255, 255, 255, .39)), url('../images/fudo-intro-agua.jpg');
  background-position: 50% 100%, 0 0, 50% 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 85px;
  display: flex;
}

.lavadeiras_sobre {
  width: 100%;
  background-color: #009a96;
  background-image: url('../images/lavadeiras-fundo.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lavadeiras_servi-os {
  width: 100%;
  background-image: url('../images/base-cesto3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lavadeiras_petcorner {
  width: 100%;
  background-color: #083b59;
}

.div-block-102 {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  margin: 30px 0 12px;
}

.div-block-140 {
  width: 20px;
  height: 20px;
  background-image: url('../images/tel-ic-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-17 {
  color: rgba(255, 255, 255, .51);
  letter-spacing: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 400;
}

.frupmorada {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.text-block-20 {
  color: #fff;
}

.footer-logo-2 {
  width: 130px;
  height: 110px;
  background-image: url('../images/logo-frupor-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-137 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.morfru {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 31px;
  padding-right: 15px;
  display: flex;
}

.div-block-139 {
  width: 25px;
  height: 25px;
  background-image: url('../images/fb-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
}

.text-block-19 {
  color: #fff;
  letter-spacing: 1px;
  margin-right: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.link-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-8:hover {
  opacity: 1;
}

.link-block-6-copy {
  text-decoration: none;
  transition: all .2s;
}

.link-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.link-3:hover {
  transform: translate(5px);
}

.div-block-89 {
  width: 100%;
  align-items: center;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-89:hover {
  opacity: 1;
}

.div-block-143 {
  display: flex;
}

.wrapper-2 {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.fruptexto {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.lavadeiras_contacto {
  width: 100%;
  background-image: linear-gradient(#083b59, #083b59);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 23px;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-142 {
  width: 20px;
  height: 20px;
  background-image: url('../images/mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.follow {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  margin-right: 13px;
  padding-left: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 15px;
}

.div-block-178 {
  transition: all .2s;
  display: flex;
}

.div-block-178:hover {
  transform: translate(5px);
}

.telfs {
  width: 100%;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.telfs:hover {
  opacity: 1;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-3 {
  width: 25%;
  flex: none;
}

.col.lg-3.md-4 {
  z-index: 1;
  width: 25%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 30px;
}

.col.lg-3.sm-1.xs-1 {
  width: 70%;
  justify-content: center;
  padding-left: 31px;
}

.div-block-42 {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(rgba(125, 125, 125, .32), rgba(125, 125, 125, .32));
  display: none;
}

.div-block-144 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
  display: flex;
}

.text-block-18 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-92 {
  width: 2px;
  height: 25px;
  background-image: linear-gradient(rgba(215, 203, 226, .5), rgba(215, 203, 226, .5));
  margin-left: 15px;
  margin-right: 15px;
  transition: all .2s;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  display: flex;
}

.container {
  display: flex;
}

.div-block-179 {
  flex: 1;
}

.link-block-9 {
  background-color: rgba(0, 0, 0, .36);
}

.nav-menu {
  width: 100%;
}

.div-block-180 {
  width: 100%;
  max-width: 1200px;
}

.wrappernav {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 13px;
  display: flex;
}

.wrapper-intro {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.logo-intro {
  width: 300px;
  height: 500px;
  background-image: url('../images/logolavadeiras-01.svg'), url('../images/fundo-branco-log2.png'), url('../images/fundo-branco-log2.png');
  background-position: 50%, 50%, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, contain;
  margin-top: 84px;
}

.wrapper-intro2 {
  width: 100%;
  height: 900px;
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 176px;
  display: flex;
}

.div-block-181 {
  width: 50%;
  height: 500px;
  padding: 8px 18px;
}

.cesto-img {
  width: 100%;
  height: 500px;
  background-image: url('../images/cesto-roupa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.paragraph {
  color: #083b59;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-2 {
  color: #083b59;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph-3 {
  color: #083b59;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-182 {
  width: 100%;
  height: 2px;
  background-color: #63eeea;
  margin-top: 19px;
  margin-bottom: 19px;
}

.text-block-21 {
  color: #009a96;
  font-family: Gearedslab, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.div-block-181-copy {
  width: 50%;
  height: 500px;
  padding: 107px 18px 8px;
}

.wrapper-lav-serv {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 123px;
  padding-bottom: 84px;
  display: flex;
}

.div-block-183 {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 41px;
  display: flex;
}

.div-block-184 {
  width: 30%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 14px 13px;
  display: flex;
}

.ico1 {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.text-block-22 {
  color: #fff;
  margin-bottom: -1px;
  font-family: Gearedslab, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 17px;
  padding-left: 38px;
  padding-right: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-23 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Gearedslab, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.text-block-24 {
  color: #032031;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-185 {
  width: 200px;
  height: 1.5px;
  color: #083b59;
  background-color: rgba(0, 226, 220, .37);
  margin-top: 13px;
  margin-bottom: 23px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  padding-top: 119px;
  padding-bottom: 55px;
  display: flex;
}

.div-block-186 {
  width: 40%;
  height: 450px;
  background-image: url('../images/PET_c.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-187 {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  padding: 26px 0 26px 69px;
  display: flex;
}

.text-block-25 {
  color: #009a96;
  margin-bottom: 33px;
  font-family: Gearedslab, sans-serif;
  font-size: 55px;
  line-height: 60px;
}

.text-block-26 {
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-27 {
  color: #083b59;
  font-size: 18px;
  line-height: 30px;
}

.div-block-188 {
  width: 100%;
  height: 650px;
  background-image: url('../images/IMG-CAO.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-28 {
  color: #fff;
  margin-bottom: 6px;
  font-family: Gearedslab, sans-serif;
  font-size: 30px;
  line-height: 25px;
}

.text-block-28-copy {
  color: #009a96;
  font-family: Gearedslab, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.div-block-139-copy {
  width: 25px;
  height: 25px;
  background-image: url('../images/inst.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 7px;
}

.div-block-143-copy {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.div-block-139-copy {
  width: 25px;
  height: 25px;
  background-image: url('../images/inst.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
}

.div-block-189 {
  width: 90px;
  height: 110px;
  background-image: url('../images/lavagfem.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 999px;
}

.div-block-189-copy {
  width: 90px;
  height: 110px;
  background-image: url('../images/secfem.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 999px;
}

.div-block-189-copy2 {
  width: 100px;
  height: 110px;
  background-image: url('../images/lavandhom.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 999px;
}

.div-block-185-copy {
  width: 60%;
  height: 1.5px;
  color: #083b59;
  background-color: rgba(0, 226, 220, .37);
  margin-top: 4px;
  margin-bottom: 2px;
}

.div-block-190 {
  width: 75%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-191 {
  width: 50%;
  justify-content: space-between;
  display: flex;
}

.div-block-192, .link-block-10 {
  width: 120px;
  height: 50px;
  background-image: url('../images/livro-reclamac-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-around;
  display: flex;
}

.nav-link {
  color: #009a96;
  font-family: Gearedslab, sans-serif;
  font-size: 25px;
}

.nav-menu-2 {
  width: 100%;
  align-items: center;
  display: flex;
}

.div-block-194 {
  flex: 1;
}

.text-block-29 {
  color: #009a96;
  font-family: Gearedslab, sans-serif;
  font-size: 20px;
}

.text-block-30 {
  color: #083b59;
  font-family: Gearedslab, sans-serif;
  font-size: 25px;
}

.div-block-195 {
  flex-direction: column;
  justify-content: center;
  display: none;
}

.div-block-182-copy {
  width: 100%;
  height: 2px;
  max-width: 1200px;
  background-color: #63eeea;
  margin-top: 2px;
  margin-bottom: 1px;
}

.link-block-11 {
  width: 40px;
  height: 40px;
  background-image: url('../images/fb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  margin-right: 5px;
}

.link-block-11-copy {
  width: 40px;
  height: 40px;
  background-image: url('../images/inst.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  margin-right: 5px;
}

.section {
  width: 100%;
  height: 30px;
  background-color: #083b59;
}

.div-block-196 {
  justify-content: center;
  display: flex;
}

.mov {
  z-index: 2000;
  background-color: rgba(255, 255, 255, .96);
  border-bottom: 3px solid rgba(0, 154, 150, .27);
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wrappernav-copy {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 13px;
  display: none;
}

.ini {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.innc {
  width: 100%;
  height: 0;
}

.prel {
  z-index: 3000;
  width: 100%;
  height: 100%;
  object-fit: fill;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-197 {
  width: 500px;
  height: 400px;
  background-image: linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)), url('../images/co-.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.text-block-31 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .lavadeiras_intro, .lavadeiras_petcorner {
    height: auto;
  }

  .div-block-102 {
    background-color: rgba(255, 255, 255, .2);
    margin-top: 25px;
  }

  .frupmorada {
    text-align: center;
  }

  .row {
    flex-flow: wrap;
    justify-content: center;
  }

  .footer-logo-2 {
    width: 40%;
    margin-bottom: 26px;
    display: flex;
  }

  .div-block-137 {
    text-align: center;
    justify-content: space-around;
  }

  .morfru {
    width: 100%;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 15px;
  }

  .text-block-19 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .link-3 {
    font-size: 12px;
  }

  .div-block-143 {
    flex-direction: row;
  }

  .wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fruptexto {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lavadeiras_contacto {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-3 {
    width: 33.33%;
    flex-wrap: nowrap;
  }

  .col.lg-3.md-4 {
    width: 100%;
    align-items: center;
    margin-bottom: 25px;
    padding-left: 15px;
  }

  .col.lg-3.sm-1.xs-1 {
    width: 40%;
    justify-content: flex-start;
    padding-left: 24px;
  }

  .div-block-42 {
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    background-image: linear-gradient(rgba(255, 255, 255, .08), rgba(255, 255, 255, .08));
    margin-bottom: 29px;
    display: none;
  }

  .div-block-144 {
    flex-direction: column;
  }

  .wrappernav {
    padding-top: 7px;
  }

  .wrapper-intro {
    height: auto;
    margin-bottom: 77px;
  }

  .logo-intro {
    height: 400px;
    margin-top: 70px;
  }

  .wrapper-intro2 {
    width: 95%;
    height: auto;
    margin-bottom: 71px;
  }

  .div-block-181 {
    width: 40%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cesto-img {
    height: 400px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

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

  .div-block-181-copy {
    width: 60%;
    height: auto;
    padding-top: 22px;
  }

  .wrapper-lav-serv {
    width: 95%;
    padding-top: 71px;
    padding-bottom: 37px;
  }

  .div-block-183 {
    margin-top: 21px;
  }

  .div-block-184 {
    width: 33%;
  }

  .ico1 {
    width: 100px;
    height: 100px;
  }

  .paragraph-4 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .text-block-23 {
    font-size: 40px;
  }

  .text-block-24 {
    text-align: center;
    padding-left: 39px;
    padding-right: 39px;
    font-size: 16px;
  }

  .wrapper {
    padding-top: 31px;
  }

  .text-block-28 {
    font-size: 40px;
    line-height: 30px;
  }

  .div-block-189, .div-block-189-copy {
    width: 65px;
    height: 65px;
  }

  .div-block-189-copy2 {
    width: 70px;
    height: 70px;
  }

  .div-block-190 {
    flex-direction: column;
  }

  .div-block-191 {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .navbar-2 {
    justify-content: space-between;
  }

  .nav-link {
    color: #00dfd9;
    text-align: center;
    background-color: #083b59;
    border-bottom: 1px solid #009a96;
  }

  .nav-menu-2.w--open {
    background-color: #083b59;
  }

  .div-block-194 {
    height: 20px;
    display: none;
  }

  .text-block-30 {
    line-height: 25px;
  }

  .div-block-195 {
    text-decoration: none;
    display: flex;
  }

  .link-block-11 {
    background-image: url('../images/fb-branco.svg'), url('../images/fb.svg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .link-block-11-copy {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .menu-button.w--open {
    background-color: #083b59;
  }

  .mov {
    border-bottom-width: 2px;
  }

  .wrappernav-copy {
    padding-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 250px;
  }

  .brevemente {
    margin-bottom: 24px;
  }

  .contactos_lav {
    flex-direction: column;
  }

  .morada-lav {
    text-align: center;
    margin-right: 0;
  }

  .email-lav {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .tel-lav {
    margin-left: 0;
  }

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

  .div-block-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lavadeiras_petcorner {
    background-color: #083b59;
  }

  .div-block-140 {
    background-image: url('../images/tel-ic-branco.svg');
    background-size: contain;
  }

  .text-block-17 {
    margin-top: 14px;
    padding-left: 0;
  }

  .row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }

  .footer-logo-2 {
    width: 50%;
    padding-left: 0;
  }

  .div-block-137 {
    text-align: center;
    justify-content: space-around;
  }

  .morfru {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 15px;
  }

  .text-block-19 {
    letter-spacing: 1px;
  }

  .link-block-8, .link-block-6-copy {
    opacity: 1;
  }

  .div-block-89 {
    opacity: .9;
  }

  .div-block-143 {
    align-items: flex-start;
    margin-top: 5px;
  }

  .fruptexto {
    padding-bottom: 0;
  }

  .lavadeiras_contacto {
    background-image: linear-gradient(#083b59, #083b59);
    padding-bottom: 30px;
  }

  .div-block-142 {
    background-image: url('../images/mail.svg');
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .telfs {
    opacity: .9;
  }

  .col.lg-3.md-4 {
    padding-left: 15px;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-1.xs-1 {
    width: 80%;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 32px;
    padding-left: 15px;
  }

  .wrapper-intro {
    margin-bottom: 35px;
  }

  .logo-intro {
    width: 200px;
    height: 350px;
  }

  .wrapper-intro2 {
    flex-direction: column;
  }

  .div-block-181 {
    width: 100%;
    height: 250px;
  }

  .cesto-img {
    height: 250px;
  }

  .div-block-181-copy {
    width: 100%;
    text-align: center;
    padding-bottom: 16px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-183 {
    flex-direction: column;
  }

  .div-block-184 {
    width: 100%;
  }

  .paragraph-4 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .wrapper {
    width: 95%;
    flex-direction: column;
    align-items: center;
    padding: 42px 28px;
  }

  .div-block-186 {
    width: 80%;
    height: 300px;
    margin-bottom: 19px;
  }

  .div-block-187 {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .text-block-25 {
    margin-bottom: 13px;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-26 {
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-27 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-188 {
    height: 300px;
  }

  .div-block-190 {
    flex-direction: column;
  }

  .div-block-191 {
    width: 100%;
    display: flex;
  }

  .link-block-10 {
    height: 40px;
  }

  .nav-link {
    font-size: 23px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper-lavadeiras {
    width: 90%;
  }

  .logo {
    height: 200px;
    margin-bottom: 18px;
  }

  .brevemente {
    margin-bottom: 12px;
  }

  .email-lav {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .text-block {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
  }

  .div-block {
    width: 20px;
  }

  .text-block-2 {
    font-size: 11px;
    line-height: 15px;
  }

  .ico-mail {
    width: 20px;
    height: 15px;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-2 {
    width: 20px;
    height: 20px;
  }

  .linha-sep {
    margin-bottom: 20px;
  }

  .div-block-3 {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-5 {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
  }

  .lavadeiras_intro {
    background-image: url('../images/base-cesto3.png'), linear-gradient(rgba(255, 255, 255, .39), rgba(255, 255, 255, .39)), url('../images/fudo-intro-agua.jpg');
    background-position: 50% 100%, 0 0, 50% 0;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: contain, auto, contain;
  }

  .div-block-102 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-140 {
    background-image: url('../images/tel-ico-01.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .text-block-17 {
    text-align: center;
    margin-top: -12px;
    margin-bottom: 20px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .frupmorada {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-logo-2 {
    width: 80%;
    margin-bottom: 21px;
  }

  .div-block-137 {
    flex-direction: column;
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .morfru {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-19 {
    letter-spacing: 1px;
  }

  .link-block-8 {
    opacity: 1;
  }

  .link-block-6-copy {
    opacity: 1;
    text-align: center;
    margin-bottom: 1px;
  }

  .link-3 {
    font-size: 11px;
  }

  .div-block-89 {
    opacity: 1;
  }

  .wrapper-2 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lavadeiras_contacto {
    padding-top: 34px;
    padding-bottom: 10px;
  }

  .div-block-142 {
    background-image: url('../images/mail.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .footer-links-container {
    text-align: center;
    align-items: center;
    margin-bottom: 4px;
  }

  .telfs {
    opacity: 1;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3.md-4 {
    padding-left: 15px;
  }

  .col.lg-3.sm-1.xs-1 {
    width: auto;
    align-items: flex-start;
    margin-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrappernav {
    padding-top: 5px;
  }

  .logo-intro {
    width: 220px;
    height: 300px;
    margin-top: 43px;
  }

  .wrapper-intro2 {
    margin-bottom: 34px;
    padding-top: 0;
  }

  .div-block-181 {
    height: 200px;
    display: flex;
  }

  .cesto-img {
    height: 200px;
  }

  .paragraph {
    margin-top: 7px;
  }

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

  .div-block-182 {
    margin-top: 4px;
    margin-bottom: 22px;
  }

  .text-block-21 {
    font-size: 35px;
  }

  .div-block-181-copy {
    padding: 0 19px 6px;
  }

  .wrapper-lav-serv {
    padding-top: 90px;
  }

  .div-block-183 {
    margin-top: 8px;
  }

  .div-block-184 {
    margin-top: 34px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .text-block-23 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-24 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper {
    padding-top: 88px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .div-block-186 {
    width: 100%;
    height: 250px;
  }

  .div-block-187 {
    padding-top: 4px;
  }

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

  .text-block-26 {
    font-size: 16px;
  }

  .div-block-188 {
    height: 200px;
  }

  .text-block-28 {
    margin-bottom: 2px;
    font-size: 30px;
  }

  .text-block-28-copy {
    font-size: 20px;
  }

  .div-block-190 {
    width: 85%;
  }

  .div-block-191 {
    width: 95%;
    justify-content: space-between;
  }

  .link-block-10 {
    width: 115px;
    height: 35px;
    margin-bottom: 12px;
  }

  .div-block-193 {
    display: block;
  }

  .navbar-2 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .nav-link {
    font-size: 20px;
  }

  .nav-menu-2.w--open {
    background-color: #083b59;
  }

  .text-block-29 {
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-30 {
    font-size: 20px;
    line-height: 23px;
  }

  .div-block-182-copy {
    margin-top: 4px;
    margin-bottom: 22px;
  }

  .link-block-11, .link-block-11-copy {
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    font-size: 25px;
  }
}


@font-face {
  font-family: 'Gearedslab';
  src: url('../fonts/GearedSlab.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}