:root {
  --dark-slate-gray: #465356;
  --medium-turquoise: #4ac2c9;
  --light-gray: #d6d6d6;
  --dim-gray: #667073;
  --dark-slate-gray-2: #464d56;
  --gold: #fd5;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  float: none;
  color: #464d56;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #4ac2c9;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #667073;
  text-align: center;
  margin: -10px 0 40px;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

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

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

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

p {
  color: #667073;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.button.hero {
  width: 160px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 4px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px 8px;
  font-family: Varela Round, sans-serif;
  font-weight: 200;
  transition: all .5s;
  display: block;
}

.button.hero:hover {
  background-color: rgba(255, 255, 255, .34);
}

.button.white {
  width: 220px;
  height: 40px;
  color: #888f99;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #4ac2c9;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  font-family: Varela Round, sans-serif;
  transition: all .45s;
  display: block;
}

.button.white:hover {
  color: #fff;
  background-color: #4ac2c9;
}

.navbar {
  z-index: 11;
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.client-page {
  z-index: 11;
}

.nav-link {
  color: #4d4a4a;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 19px;
  transition: all .45s;
}

.nav-link:hover {
  color: #000;
  transform: translate(0, -3px);
}

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

.nav-link.top-nav {
  color: #505050;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.nav-link.top-nav:hover {
  color: red;
}

.nav-link.top-nav.w--current {
  color: #3a3a3a;
}

.top-nav-section {
  z-index: 21;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.hero-section {
  z-index: 20;
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.hero-heading.sub-heading {
  text-transform: none;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.top-nav-logo {
  opacity: 1;
  margin: 30px auto;
  transition: all .5s;
  display: block;
}

.top-nav-logo:hover {
  opacity: 1;
}

.top-nav-links {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.top-nav-link-column {
  border-left: 1px rgba(237, 237, 237, .2);
  border-right: 1px rgba(237, 237, 237, .2);
}

.top-nav-link-column.right {
  border-left-color: rgba(237, 237, 237, .2);
  border-right-width: 2px;
  border-right-color: rgba(237, 237, 237, .2);
}

.top-nav-link-column.left {
  border-left-width: 2px;
}

.main-section {
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 80px;
}

.main-section.odd {
  background-color: #ffe98f;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.main-section.odd.eletrodom {
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-section.top {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 111px;
  padding-bottom: 81px;
}

.main-section.top.no-hero {
  margin-top: 40px;
  padding-top: 0;
}

.main-section.portfolio {
  background-color: rgba(255, 225, 0, .31);
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-section.footer {
  text-align: center;
  background-color: #12181a;
  background-image: linear-gradient(rgba(240, 243, 252, .57), rgba(240, 243, 252, .57)), url('../images/reparacoes-doutor-reparos-bcggrey.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, 960px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px 2px #acacac, 1px 1px 3px #000;
}

.services-icon {
  max-width: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: block;
}

.services-icon.line {
  border-bottom: 2px solid rgba(0, 0, 0, .32);
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.services-icon.menosescuro {
  opacity: .7;
}

._1000px {
  height: 1000px;
}

.services-column {
  color: #000;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 0 rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px;
  font-size: 15px;
  transition: all .45s;
  display: block;
}

.services-column:hover {
  color: #000;
  background-color: rgba(255, 255, 255, .31);
  border-radius: 4px;
  font-size: 15px;
}

.services-column._10 {
  padding-left: 8px;
  padding-right: 8px;
}

.services-column._10:hover {
  background-color: rgba(227, 243, 246, .64);
}

.services-columns {
  border-top: 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.team-image {
  max-width: 13%;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
  display: block;
}

.team-image:hover {
  transform: rotate(45deg);
}

.social-icons {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social-icons.about-section {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social-icon {
  float: none;
  opacity: .7;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: all .45s;
  display: block;
}

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

.social-icon.right {
  float: left;
  opacity: .7;
  margin-left: 10px;
  padding-left: 0;
}

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

.social-icon.left {
  float: right;
  margin-right: 10px;
}

.social-left {
  float: right;
}

.about-section-description {
  margin-top: 50px;
}

.about {
  float: none;
}

.client-block {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(74, 194, 201, .8);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 15px 20px;
  transition: all .4s;
  display: block;
}

.client-block:hover {
  opacity: 1;
  background-color: rgba(70, 77, 86, .85);
}

.client-block.link {
  padding: 15px 15px 15px 20px;
  text-decoration: none;
}

.client-block.link:hover {
  background-color: rgba(70, 77, 86, .93);
}

.client-column {
  height: 230px;
  background-image: url('../images/hero-background.jpg');
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.client-column.mailfox {
  height: 230px;
  background-image: url('../images/Mailfox-iPad.jpg');
}

.client-column.lapfour {
  background-image: url('../images/gorilla-grab.jpg');
}

.client-column.frictionlabs {
  background-image: url('../images/frictionlabs.jpg');
}

.client-column.pindl {
  background-image: url('../images/pindl.jpg');
}

.client-column.universideals {
  background-image: url('../images/universideals.jpg');
}

.client-column.trailerbot {
  background-image: url('../images/trailerbot.jpg');
}

.client-column.blanco-rojo {
  background-image: url('../images/blancorojo.jpg');
}

.client-nam {
  color: #4ac2c9;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.customer-description {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
}

.customer-description.learn-more {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 5px 15px;
  font-size: 13px;
  font-style: italic;
  transition: all .4s;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.customer-description.learn-more:hover {
  color: #fff;
  background-color: rgba(74, 194, 201, .6);
}

.see-more-link {
  color: #fff;
  font-family: Varela Round, sans-serif;
  text-decoration: none;
  transition: all .4s;
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.see-more-link:hover {
  color: #4ac2c9;
  text-decoration: none;
}

.client-slider {
  height: 400px;
  border-radius: 0;
  margin-top: 0;
}

.slide-1 {
  background-image: url('../images/trailerbot.jpg');
  background-position: 0 31%;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.slide-2 {
  background-image: url('../images/universideals.jpg');
  background-size: cover;
}

.parallax-section {
  background-image: url('../images/shutterstock_27208630.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px;
}

.testimonial-slider {
  height: 340px;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial {
  color: #fff;
  text-transform: none;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
}

.client-name {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 50px;
  margin-left: 30px;
  font-size: 23px;
}

.client-company {
  color: #fff;
  text-align: left;
  margin-top: -15px;
  margin-left: 30px;
  font-size: 13px;
}

.client-image {
  float: right;
  opacity: .7;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 30px;
}

.testimonial-arrow {
  font-size: 24px;
}

.invisible {
  opacity: 0;
}

.slidenav {
  margin-top: 0;
  padding-top: 40px;
  font-size: 10px;
}

.testimonial-column {
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, .43);
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

.testimonial-client {
  margin-top: 20px;
}

.client-row-top {
  margin-top: 0;
}

.client-row-bottom {
  margin-bottom: 0;
}

.map {
  height: 300px;
  border-radius: 0;
}

.contact-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-area {
  opacity: .5;
  border: 1px solid #721a1a;
  border-radius: 4px;
  margin-bottom: 24px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
}

.text-area:focus {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #4ac2c9;
}

.field-label {
  color: #98a1a3;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.submit-form {
  color: #ce4646;
  background-color: #faebeb;
  border: 3px solid #e94343;
  border-radius: 5px;
  padding: 10px 70px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  transition: all .4s;
}

.submit-form:hover {
  color: #fff;
  background-color: #d82e2e;
  border-color: #9b0000;
}

.two-column-heading {
  text-align: left;
  margin-bottom: 15px;
  font-size: 20px;
}

.contact-header {
  float: none;
  color: #98a1a3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 19px;
  line-height: 22px;
  text-decoration: none;
}

.contact-header.black {
  color: #272727;
}

.contact-icon {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  padding-top: 0;
}

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

.contact-column.right {
  padding-left: 40px;
}

.footer-logo {
  float: left;
  opacity: .9;
  transition: all .5s;
}

.footer-logo:hover {
  opacity: 1;
}

.social-footer {
  float: right;
  opacity: .9;
  margin-right: 5px;
  transition: all .5s;
}

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

.client-body {
  padding-top: 90px;
}

.client-slide-1 {
  background-image: url('../images/trailerbot.jpg');
  background-position: 50% 9%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-arrow {
  opacity: .7;
  color: #fff;
  font-size: 30px;
  transition: all .4s;
}

.slider-arrow:hover {
  opacity: 1;
  transform: scale(1.08);
}

.client-slide-2 {
  background-image: url('../images/pindl.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.client-slide-3 {
  background-image: url('../images/mailfox.jpg');
  background-size: cover;
}

.client-list {
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  display: block;
}

.client-list-item {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-columns-p {
  text-align: left;
}

.client-column-1 {
  padding-right: 30px;
}

.nav-menu {
  margin-top: 10px;
}

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

.navmenu {
  float: none;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, .8);
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 0;
  margin-bottom: 0;
}

.navmenu.desentupir {
  min-height: 53px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .64) 20%, #fff 50%, rgba(255, 255, 255, .62) 84%, rgba(0, 0, 0, 0));
}

.div-superior {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
}

.body {
  margin-top: 580px;
  margin-left: 0;
  padding-left: 0;
}

.contsup {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.txt-lin {
  float: none;
  opacity: 1;
  color: #181717;
  text-align: center;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.txt-lin:hover {
  color: #000;
}

.txt-lin.negr-esp {
  margin-top: 3px;
  font-weight: 600;
}

.imglin {
  float: none;
  margin-top: 0;
  margin-bottom: 1px;
}

.linksup {
  opacity: .75;
  text-align: center;
  border-bottom: 0 rgba(0, 0, 0, 0);
  margin-top: 2px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .15s;
  display: block;
}

.linksup:hover {
  opacity: 1;
  color: rgba(0, 0, 0, 0);
  padding-left: 5px;
}

.center {
  text-align: center;
}

.center.bordaslat {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

.center.bordainferior {
  border-bottom: 1px solid #c9c9c9;
  margin-top: 11px;
}

.logo-reparos {
  max-height: 200px;
  background-image: radial-gradient(circle, #fff, rgba(0, 0, 0, 0));
  margin-top: 40px;
  margin-bottom: 31px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.coluesqsup {
  text-align: center;
  display: block;
  position: static;
}

.contnavbar {
  background-color: #fff;
  margin-top: 0;
}

.superior-tabela {
  border-bottom: 1px solid #f0f0f0;
}

.nav {
  min-height: 53px;
  color: #414141;
  background-color: #fff;
  margin-top: 5px;
  margin-right: 2px;
  padding: 15px 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s cubic-bezier(.6, -.28, .735, .045);
}

.nav:hover {
  color: #000;
  border-top: 3px solid #ec0000;
  padding-top: 12px;
  padding-bottom: 15px;
}

.nav.w--current {
  color: #ec0000;
}

.navbar1 {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
}

.slideh1 {
  max-height: 220px;
  padding-top: 10px;
}

.maskh1 {
  max-height: 220px;
}

.sliderh1 {
  max-height: 220px;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #d1d1d1;
}

.cont-h1 {
  margin-top: 18px;
}

.divgannerh1 {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/reparacoes-reparar-arranjar-pronto-24horas-bckg-urgente.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 30px;
}

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

.imgbannerh.fundobranco {
  background-image: linear-gradient(#fff, #fff);
}

.txtbannerh {
  color: #000;
  text-align: left;
  text-transform: none;
  text-shadow: 1px 1px 6px #fff;
  font-size: 22px;
  line-height: 39px;
}

.alignesq {
  text-align: left;
  padding-top: 0;
  padding-left: 2px;
}

.txt-banner-verm {
  color: #db0000;
  text-align: left;
  text-transform: none;
  font-weight: 700;
}

.tit-banner {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 23px;
  line-height: 34px;
  text-decoration: none;
}

.tit-banner.branco {
  color: #fff;
}

.botao-down {
  opacity: .67;
  background-color: #f50808;
  border-radius: 4px;
  padding: 6px 15px;
  text-decoration: none;
}

.botao-down:hover {
  opacity: 1;
  background-color: #f00000;
}

.veja {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.seta {
  margin-right: 10px;
}

.qualidades {
  color: #960b0b;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.servicos {
  height: auto;
  color: #141516;
  text-align: left;
  text-transform: none;
  margin-top: 6px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.servicos.centr {
  color: #000;
  text-align: center;
}

.sect-servicos {
  text-align: center;
  background-color: rgba(255, 233, 143, .59);
  margin-right: 0;
  padding: 50px 10px 30px;
  box-shadow: 0 0 8px #cbcec7;
}

.sect-servicos.sfg {
  background-image: linear-gradient(rgba(255, 226, 111, .64), rgba(255, 226, 111, .64)), url('../images/reparacoes-24hs.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.sect-servicos.fundobranco {
  background-color: rgba(247, 255, 63, .16);
  border-top: 1px solid #d5d5d5;
}

.mais {
  color: red;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ec6060;
  border-radius: 2px;
  margin-top: 12px;
  padding: 3px 10px;
  font-size: 11px;
  line-height: 17px;
  text-decoration: underline;
  transition: all .15s;
}

.mais:hover {
  color: #fff;
  background-color: #c40000;
}

.mais.maior {
  border-width: 2px;
  border-color: #eb5f5f;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.img-marca._15 {
  margin-top: 15px;
}

.tecnico-marca {
  padding: 10px 5px;
}

.local {
  color: #312e2e;
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 20px;
}

.lisboa {
  color: #353535;
  border-top: 1px solid #ebebeb;
  margin-bottom: 0;
  padding-top: 9px;
  font-size: 18px;
  line-height: 24px;
}

.txtlocal {
  color: #414141;
  font-size: 12px;
  line-height: 14px;
}

.celula-local {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tr {
  color: #383838;
  margin-bottom: 20px;
}

.htecs {
  color: #222;
  margin-bottom: 35px;
}

.linkcont {
  margin-top: 0;
  padding-top: 14px;
  text-decoration: none;
}

.listitem {
  margin-top: 5px;
  padding-top: 5px;
}

.txttecs {
  font-size: 15px;
}

.masterdigital {
  color: #494949;
  text-transform: capitalize;
  margin-top: 21px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.masterdigital-link {
  float: left;
  opacity: .75;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  transition: all .18s;
}

.masterdigital-link:hover {
  opacity: 1;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .26) 58%, rgba(0, 0, 0, 0) 90%);
}

.tit-local {
  color: #3d3d3d;
}

.txt-reserva {
  opacity: .75;
  color: #cecece;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 13px;
}

.tecnico-txt {
  line-height: 16px;
}

.tecnico-txt.espaco-superior12 {
  margin-top: 12px;
}

.tecnicos-titulo.menosespaco {
  margin-bottom: 29px;
  line-height: 31px;
}

.maior-telef.black {
  color: #000;
}

.contfoot {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.botao-fixo {
  z-index: 1;
  clear: both;
  color: #332828;
  text-align: center;
  background-color: rgba(255, 218, 71, .9);
  border-radius: 15px;
  margin: 5px 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 20px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
  box-shadow: 2px 2px 6px #4b4b4b;
}

.botao-fixo:hover {
  background-color: #ffd220;
  box-shadow: inset 0 0 11px #dbdbdb;
}

.imaghome {
  max-width: 50%;
}

.txt-ini {
  text-shadow: 1px 1px 6px #fff;
  margin-top: 11px;
}

.reparacao {
  text-align: center;
  background-image: linear-gradient(rgba(252, 241, 196, .62), rgba(252, 241, 196, .62)), url('../images/reparacao-maquina-lavar-doutor-reparos.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 40px;
}

.h1-titulo-sv {
  color: #000;
  text-transform: none;
  font-size: 25px;
  line-height: 27px;
  text-decoration: none;
}

.h1-titulo-sv:hover {
  text-decoration: none;
}

.h1-titulo-sv._15abaixo {
  color: #362e0d;
  margin-top: 24px;
  margin-bottom: 31px;
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
}

.chemas {
  color: #18283d;
  text-decoration: none;
}

.desentope {
  text-align: center;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .24), rgba(255, 255, 255, .02) 87%), linear-gradient(rgba(255, 255, 255, .56), rgba(255, 255, 255, .56)), url('../images/Desentupimento-desentope-doutor-reparos-.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-bottom: 40px;
}

.locais-branco {
  padding-top: 105px;
  padding-bottom: 124px;
}

.bodycontact {
  margin-top: 70px;
}

.contact {
  background-image: url('../images/Desentupimentos-reparacoes-doutor-reparos-lx.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 79px;
  padding-top: 80px;
  padding-bottom: 50px;
}

.div-fale-connosco {
  width: 300px;
  float: left;
  text-align: center;
  background-color: #fd5;
  border-radius: 5px;
  margin-left: 100px;
  margin-right: 0;
  padding: 30px;
  box-shadow: 3px 3px 3px #540, inset 0 0 8px 8px #c9a30f;
}

.fale-connosco-titulo {
  color: #0e0707;
}

.imaglinkcont {
  float: left;
  text-align: left;
  margin-top: 0;
  margin-left: 11px;
  text-decoration: none;
  display: inline-block;
}

.txttelefon {
  float: none;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-left: 3px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  display: inline-block;
}

.tab-contact {
  text-align: center;
  border-right: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-contact.sl {
  border-right-style: none;
}

.titulo-contatos {
  color: #6d5d5d;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.link-contact {
  opacity: .86;
  color: #000;
  text-align: center;
  background-color: #ffea00;
  border: 1px solid #7e6503;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
  transition: all .15s cubic-bezier(.25, .46, .45, .94);
  display: block;
  box-shadow: 1px 1px 3px #7a7878;
}

.link-contact:hover {
  box-shadow: none;
  opacity: 1;
  border-color: #d68c8c;
}

.link-contact.porto-vng {
  margin-top: 38px;
}

.outroscontatos {
  color: #181b20;
  margin-bottom: 33px;
}

.mail-face {
  color: #000;
  text-align: left;
  margin-left: 10px;
  padding-left: 40px;
  font-size: 23px;
  line-height: 32px;
}

.message {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.coluesq {
  padding-top: 15px;
}

.arred {
  color: #000;
  background-color: rgba(255, 255, 255, .87);
  border-radius: 4px;
  font-size: 17px;
  line-height: 22px;
}

.serv-eletricos {
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, .36), rgba(255, 255, 255, .36)), url('../images/servicos-eletricos-24horas-doutor-reparos65.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 40px;
}

.logodrreparos {
  max-width: 92%;
  background-color: #fff;
  padding-right: 24px;
}

.newnavbar {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 6px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.superior-div {
  background-color: rgba(240, 255, 128, .48);
}

.piquete-24hs {
  color: #000;
  margin-top: 3px;
  padding-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}

.nav2 {
  opacity: .71;
  color: #000;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.nav2:hover {
  opacity: 1;
  border-top: 4px solid #f34444;
  border-top-left-radius: 8px;
  padding-top: 16px;
}

.nav2.w--current {
  color: #b90000;
  border-bottom: 0 #f8bebe;
  margin-top: 10px;
  text-decoration: none;
}

.sublinhadovermelho {
  border-bottom: 3px solid #ff0707;
}

.marcadagua {
  opacity: 1;
  margin-top: 0;
  display: inline-block;
  position: relative;
}

.marcadagua:hover {
  opacity: 1;
}

.slide {
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 0;
}

.slider {
  background-color: rgba(0, 0, 0, .7);
  border-radius: 4px;
  margin-bottom: 11px;
  margin-left: 120px;
  margin-right: 80px;
}

.direita-marg30 {
  text-align: left;
  padding-left: 15px;
  position: relative;
}

.div-banner {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
}

.h1titbanner {
  color: #fff;
  text-align: left;
  text-transform: none;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.h1titbanner.gaia {
  font-size: 17px;
}

.reparacoes {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/tecnico-maquina-lavar-reparar-arranjar-reparacao-maquina-de-lavar.jpg');
  background-position: 0 0, 50%;
  padding-top: 60px;
  padding-bottom: 30px;
}

.div-servs {
  text-align: center;
  margin-top: 10px;
  padding-right: 30px;
}

.logorepara {
  opacity: .84;
  margin-top: 30px;
}

.desentupimentos {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/desentupimento-desentupir-urgente-desentupir-esgoto-cano-sanita-desentupimentos-24horas-1588.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 30px;
}

.electricas {
  text-align: center;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .11), rgba(0, 0, 0, .5) 67%), url('../images/eletricista-eletricidade-urgente-reparacao-eletrica-eletricista-24horas-bck0128.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 30px;
}

.txt-cont {
  color: #000;
  margin-top: 5px;
  margin-left: 5px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  display: inline-block;
}

.txt-cont:hover {
  text-decoration: none;
}

.bot-cont {
  background-color: rgba(248, 255, 85, .67);
  border: 1px solid #000;
  border-bottom-width: 2px;
  border-radius: 5px;
  margin-top: 3px;
  margin-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: inset 0 0 6px 1px #b89302;
}

.bot-cont:hover {
  box-shadow: none;
  background-color: #fff500;
  text-decoration: underline;
}

.drop2 {
  color: #000;
  transition: all .18s;
}

.drop2:hover {
  padding-left: 25px;
  padding-right: 15px;
}

.dropd2.w--open {
  z-index: 5000;
  background-color: #f8ffaa;
}

.dropmenu.w--open {
  background-color: #f1d975;
}

.newdrop {
  background-color: #ffec0c;
  border: 1px solid #816700;
  border-radius: 7px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 5px 10px;
  box-shadow: 1px 1px 3px #a3996e;
}

.dropl:hover {
  padding-left: 30px;
}

.dropnew {
  border-bottom: 1px solid #d5df68;
  padding: 5px 5px 5px 10px;
  transition: all .18s;
}

.dropnew:hover {
  padding-left: 13px;
  box-shadow: inset 0 0 9px 1px #b69131;
}

.reparar-estores {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/tecnico-estores-reparacao-de-estores-reparar-estores-bckg85p94.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 30px;
}

.reparar-esquentadores {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/tecnico-reparacao-esquentador-reparar-esquentador-urgente-arranjar-esquentador.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 30px;
}

.espacoquad10 {
  text-align: center;
  padding: 10px 5px 10px 8px;
}

.tick {
  float: left;
  opacity: .5;
}

.aquecedor {
  color: #522e00;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 28px;
  font-size: 19px;
  line-height: 20px;
  display: block;
}

.aquecedor.canalizadores {
  text-align: center;
  margin-left: 0;
}

.div-tecnicos {
  opacity: 1;
  border-bottom: 1px solid rgba(204, 157, 58, .43);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all .16s;
}

.div-tecnicos:hover {
  background-color: #dcedf8;
  padding-left: 4px;
}

.divs {
  opacity: .63;
}

.line {
  border-top: 1px solid #e4e4e4;
  margin-top: 5px;
  padding-top: 5px;
}

.image-link {
  float: left;
  display: inline-block;
}

.link-home {
  color: #fff;
  text-transform: none;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 2px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.link-home:hover {
  color: #fff;
  padding-left: 0;
  text-decoration: underline;
}

.divlinkhome {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-bottom: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.divlinkhome:hover {
  text-decoration: none;
}

.section-links-home {
  background-color: var(--dark-slate-gray);
  padding: 60px 5px 50px;
}

.titlinkhomes {
  color: #fff;
  border-bottom: 1px solid rgba(214, 214, 214, .27);
  margin-bottom: 15px;
  padding-bottom: 5px;
  line-height: 28px;
}

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

.titulolink {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.canalizador {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/canalizador-24h-canalizacao-urgente-canalizadores-bcg-pronto-canalizacoes.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 30px;
}

.reparar-maq-lavar-loica {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/reparar-maquina-lavar-loica-reparacao-maq-lavar.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 30px;
}

.desentupimento-lisboa {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/desentupimento-lisboa.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 30px;
}

.mapa {
  height: 250px;
}

.fundoclaro {
  text-align: center;
  background-color: #ffe98f;
  padding: 50px 10px 30px;
}

.tabela-locais {
  margin-top: 20px;
}

.abertura-portas {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/Abertura-de-porta-urgente.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 30px;
}

.mapa-local {
  max-height: 200px;
}

.reparacao-esquentador-sintra {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/tecnico-reparacao-esquentador-reparar-esquentador-urgente-arranjar-esquentador.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 30px;
}

.sintra {
  max-height: 220px;
}

.excluir {
  opacity: 1;
  text-align: center;
  letter-spacing: 21px;
  text-transform: none;
  text-shadow: 1px 1px #f01d1d;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-style: normal;
  line-height: 100px;
  text-decoration: none;
}

.reparacao-esquentador-almada {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/reparacao-esquentador-almada.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 30px;
}

.reparacao-esquentador-oeiras {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/reparacao-esquentador-oeiras.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 30px;
}

.almada {
  max-height: 259px;
}

.reparacao-esquentador-porto {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/tecnico-reparacao-esquentador-reparar-esquentador-urgente-arranjar-esquentador.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 30px;
}

.electricista {
  max-height: 220px;
}

.electricista-link {
  color: #0a0909;
  font-size: 14px;
}

.titfoot {
  color: #353030;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.link-pages {
  max-width: 460px;
  text-align: left;
  border-bottom: 1px solid #ff1616;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-decoration: none;
  transition: all .15s;
  display: block;
}

.link-pages:hover {
  color: #020202;
  background-image: linear-gradient(rgba(202, 202, 202, .5), rgba(202, 202, 202, .5));
  padding-left: 18px;
  font-weight: 400;
}

.esquerda {
  padding-left: 60px;
  padding-right: 120px;
}

.o-grupo {
  color: red;
  text-shadow: 1px 1px 6px #888;
  margin-bottom: 37px;
  padding-top: 0;
  font-family: Bitter, serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 40px;
}

.linkserv {
  color: #131414;
}

.canalizador-urgente {
  color: #532f02;
}

.logo-foot {
  margin-top: 19px;
  margin-bottom: 30px;
}

.eletricista-lisboa {
  color: #4a4c4d;
  margin-top: 21px;
  font-size: 16px;
  line-height: 24px;
}

.abertura-de-porta-section {
  background-color: #ffe98f;
  padding-top: 40px;
  padding-bottom: 40px;
}

.abertura-porta-section2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.chaveiro-local {
  color: #504a33;
  margin-top: 14px;
  font-size: 16px;
}

.tecnicos, .tecnico-maquina-lavar-section1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.reparacao-colupaghome {
  margin-bottom: 31px;
}

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

.cont-caldeira {
  margin-top: 50px;
  padding-top: 37px;
  padding-bottom: 30px;
}

.title-page-serv {
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: underline;
}

.reparacao-caldeira-marca {
  font-size: 17px;
  line-height: 23px;
}

.contatos-porto {
  padding-top: 73px;
  padding-bottom: 122px;
}

.esquentador {
  color: #522e00;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  line-height: 19px;
}

.reparacao-esquentaores-porto {
  border-bottom: 1px solid rgba(204, 157, 58, .43);
}

.image-2 {
  max-width: 400px;
}

.planilha {
  margin-top: 30px;
  margin-bottom: 40px;
}

html.w-mod-js [data-ix="slide-750"], html.w-mod-js [data-ix="slide-1000"], html.w-mod-js [data-ix="slide-1250"], html.w-mod-js [data-ix="slide-1500"], html.w-mod-js [data-ix="slide-1750"], html.w-mod-js [data-ix="slide-2000"], html.w-mod-js [data-ix="slide-2001"] {
  opacity: .25;
  transform: translate(100px);
}

html.w-mod-js [data-ix="aparecer-ao-load"] {
  opacity: 0;
  transform: translate(0);
}

html.w-mod-js [data-ix="esq-dir-carregar"] {
  opacity: .09;
  transform: translate(0, 20px);
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-bottom: 0;
  }

  .main-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-section.top {
    padding-top: 0;
  }

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

  .client-block.link {
    opacity: 1;
    background-color: rgba(70, 77, 86, .09);
    padding-left: 0;
    padding-right: 0;
  }

  .client-block.link:hover {
    background-color: rgba(70, 77, 86, .2);
  }

  .client-column, .client-column.frictionlabs, .client-column.universideals, .client-column.blanco-rojo {
    background-position: 50%;
  }

  .client-nam.mobile {
    color: #fff;
    font-size: 19px;
  }

  .contact-container {
    padding-top: 10px;
  }

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

  .nav-menu {
    background-color: #f2f5f7;
  }

  .menu-button.w--open {
    background-color: #4ac2c9;
  }

  .title-block {
    width: 100%;
    background-color: rgba(70, 83, 86, .76);
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .logo-reparos {
    margin-bottom: 0;
  }

  .cont-h1 {
    margin-top: 0;
  }

  .txtbannerh {
    font-size: 20px;
    line-height: 23px;
  }

  .tit-banner {
    font-size: 17px;
    line-height: 26px;
  }

  .qualidades {
    font-size: 16px;
    line-height: 20px;
  }

  .servicos {
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .img-marca._15 {
    max-width: 80%;
  }

  .tecnico-marca {
    padding-left: 5px;
    padding-right: 5px;
  }

  .local {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
  }

  .lisboa {
    margin-bottom: 12px;
  }

  .txtlocal {
    font-size: 10px;
    line-height: 11px;
  }

  .vantagens {
    margin-bottom: 15px;
    line-height: 22px;
  }

  .tecnico-txt {
    font-size: 11px;
    line-height: 15px;
  }

  .botao-fixo {
    margin-left: 200px;
    margin-right: 200px;
  }

  .txt-ini {
    font-size: 16px;
  }

  .h1-titulo-sv {
    font-size: 15px;
    line-height: 17px;
  }

  .txttelefon {
    font-size: 24px;
  }

  .tab-contact {
    text-align: center;
    display: block;
    position: static;
  }

  .titulo-contatos {
    font-size: 13px;
    line-height: 15px;
  }

  .link-contact {
    float: none;
  }

  .logodrreparos {
    max-width: 64%;
    margin-top: 6px;
  }

  .nav2 {
    margin-top: 5px;
    display: inline-block;
  }

  .nav2.w--current {
    margin-top: 8px;
    padding-top: 16px;
  }

  .nav2.w--current:hover {
    padding-bottom: 15px;
  }

  .slider {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .v.w--current {
    margin-top: 15px;
    padding-top: 16px;
  }

  .div-servs {
    padding-right: 0;
  }

  .dropd2.w--open {
    z-index: 1;
    float: none;
    top: 66px;
  }

  .newdrop {
    box-shadow: 1px 1px 3px #a3996e, inset 0 0 8px #947d22;
  }

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

  .div-tecnicos {
    padding-top: 3px;
    padding-bottom: 2px;
  }

  .link-home {
    margin-left: 2px;
    margin-right: 0;
    padding-left: 0;
    font-size: 17px;
    line-height: 18px;
  }

  .divlinkhome {
    justify-content: center;
    align-items: stretch;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: visible;
  }

  .section-links-home {
    padding-left: 3px;
    padding-right: 3px;
  }

  .links {
    padding-bottom: 27px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .titulolink {
    margin-left: 0;
    font-size: 22px;
    line-height: 25px;
  }

  .esquerda {
    padding-left: 50px;
    padding-right: 50px;
  }

  .canalizador-urgente {
    font-size: 18px;
    line-height: 19px;
  }

  .eletricista-lisboa {
    font-size: 14px;
    line-height: 19px;
  }

  .title-page-serv {
    font-size: 23px;
  }

  .caldeira-coluna {
    padding-left: 2px;
    padding-right: 2px;
  }

  .reparacao-caldeira-marca {
    text-align: center;
    font-size: 13px;
    line-height: 19px;
  }

  .esquentador {
    margin-top: 4px;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 15px;
  }

  .columns {
    margin-left: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .main-section.top {
    margin-top: 0;
    padding-top: 0;
  }

  .services-icon {
    max-height: auto;
    max-width: 100%;
  }

  .team-image {
    margin-top: 30px;
  }

  .social-icon.center-tablet {
    margin-left: 65px;
  }

  .contact-container {
    padding-left: 20px;
  }

  .contact-header {
    color: #8a5353;
    font-size: 18px;
  }

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

  .nav-menu {
    background-color: #fea;
    border-bottom: 1px solid #000;
  }

  .body {
    margin-top: 448px;
  }

  .txt-lin {
    float: none;
    letter-spacing: 0;
    padding-left: 0;
    font-size: 13px;
    line-height: 17px;
  }

  .imglin {
    max-width: 20%;
    float: left;
    margin-top: 1px;
  }

  .linksup {
    font-size: 13px;
  }

  .center.bordaslat {
    padding-left: 3px;
    padding-right: 3px;
  }

  .logo-reparos {
    margin-top: 15px;
  }

  .cont-h1 {
    margin-top: 5px;
  }

  .divgannerh1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .txtbannerh {
    font-size: 16px;
    line-height: 17px;
  }

  .tit-banner {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
  }

  .botao-down {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .qualidades {
    font-size: 14px;
    line-height: 18px;
  }

  .servicos {
    height: auto;
    text-align: center;
    font-size: 17px;
    line-height: 23px;
  }

  .img-marca._15 {
    max-width: 77%;
    margin-top: 6px;
  }

  .tecnico-marca {
    padding: 7px 3px;
  }

  .local {
    line-height: 19px;
  }

  .txtlocal {
    font-size: 8px;
    line-height: 9px;
  }

  .celula-local {
    padding-left: 1px;
    padding-right: 0;
  }

  .tr {
    margin-top: 0;
  }

  .tit-local {
    line-height: 33px;
  }

  .txt-reserva {
    font-size: 11px;
  }

  .tecnico-txt {
    font-size: 8px;
    line-height: 11px;
  }

  .logo-menu {
    max-height: auto;
  }

  .botao-fixo {
    margin-left: 200px;
    margin-right: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .imaghome {
    max-width: 63%;
  }

  .txt-ini {
    margin-top: 2px;
    font-weight: 400;
  }

  .h1-titulo-sv._15abaixo {
    font-size: 17px;
    line-height: 19px;
  }

  .contact {
    background-position: 50% 0;
    padding-top: 60px;
  }

  .div-fale-connosco {
    margin-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .fale-connosco-titulo {
    margin-top: 0;
    line-height: 34px;
  }

  .imaglinkcont {
    float: none;
  }

  .txttelefon {
    margin-left: 8px;
    font-size: 30px;
  }

  .titulo-contatos {
    font-size: 14px;
  }

  .logodrreparos {
    max-width: 49%;
  }

  .newnavbar {
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
  }

  .piquete-24hs {
    font-size: 13px;
    line-height: 16px;
  }

  .nav2 {
    margin-top: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav2:hover {
    border-top-style: none;
    padding-top: 8px;
  }

  .nav2.w--current {
    color: red;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .marcadagua {
    opacity: .59;
    font-size: 14px;
  }

  .marcadagua:hover {
    opacity: .72;
  }

  .slide {
    max-height: 240px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mask {
    max-height: 240px;
  }

  .slider {
    max-height: 240px;
    margin-left: 10px;
    margin-right: 5px;
  }

  .direita-marg30 {
    padding-left: 0;
  }

  .div-banner {
    padding: 5px 0;
  }

  .h1titbanner {
    margin-top: 6px;
    padding-left: 2px;
    font-size: 15px;
    line-height: 18px;
  }

  .botaomenu {
    color: #090303;
    background-color: rgba(255, 222, 88, .48);
    padding: 8px 12px;
    position: static;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .div-servs {
    padding-right: 0;
  }

  .txt-cont {
    font-size: 15px;
    line-height: 14px;
  }

  .bot-cont {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }

  .navmenus {
    background-color: #ffeda5;
  }

  .drop2 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
  }

  .dropd2.w--open {
    margin-top: 0;
  }

  .dropmenu.w--open {
    background-color: #fd5;
    margin-left: 15px;
  }

  .dropnew {
    top: 0;
    bottom: 0;
    right: 0;
  }

  .tick {
    opacity: .65;
  }

  .aquecedor {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 28px;
    font-size: 16px;
    line-height: 16px;
  }

  .link-home {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 1px;
    font-size: 15px;
    line-height: 15px;
  }

  .divlinkhome {
    line-height: 18px;
  }

  .section-links-home {
    padding-left: 2px;
    padding-right: 2px;
  }

  .titlinkhomes {
    font-size: 16px;
    line-height: 23px;
  }

  .links {
    text-align: center;
  }

  .titulolink {
    text-align: center;
    font-size: 29px;
    line-height: 31px;
  }

  .titfoot {
    font-size: 14px;
    line-height: 15px;
  }

  .link-pages {
    max-width: 700px;
    margin-left: 0;
    padding-left: 5px;
    line-height: 16px;
  }

  .link-pages:hover {
    padding-left: 7px;
  }

  .esquerda {
    padding-left: 40px;
    padding-right: 40px;
  }

  .eletricista-lisboa {
    font-size: 12px;
    line-height: 16px;
  }

  .bold-text {
    font-size: 13px;
  }

  .title-page-serv {
    margin-bottom: 19px;
    font-size: 19px;
  }

  .reparacao-caldeira-marca {
    text-align: center;
    font-size: 17px;
    line-height: 23px;
  }

  .esquentador {
    text-align: center;
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 17px;
  }

  .reparacao-esquentaores-porto {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    margin-bottom: 0;
    padding: 0 5px;
  }

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

  .hero-heading.sub-heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

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

  .main-section.odd {
    padding-left: 3px;
    padding-right: 3px;
  }

  .main-section.top {
    margin-top: 0;
  }

  .main-section.portfolio {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .services-column {
    padding-bottom: 5px;
  }

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

  .social-icon {
    float: none;
  }

  .social-icon.right {
    float: left;
  }

  .social-icon.left {
    float: none;
    margin-right: auto;
  }

  .social-icon.center {
    margin-left: auto;
  }

  .social-left {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .client-block.link {
    opacity: .9;
    background-color: rgba(70, 77, 86, .2);
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .client-block.link:hover {
    opacity: .8;
    background-color: rgba(70, 77, 86, .2);
  }

  .client-column.pindl {
    margin-top: 0;
  }

  .client-nam.mobile {
    color: #fff;
  }

  .testimonial {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .client-image {
    margin-top: 0;
    margin-right: 50px;
  }

  .testimonial-column {
    border-right-style: none;
  }

  .testimonial-client {
    margin-top: 0;
  }

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

  .text-area {
    margin-bottom: 12px;
  }

  .submit-form {
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .two-column-heading {
    text-align: center;
    margin-top: 5px;
    font-size: 17px;
    line-height: 24px;
  }

  .contact-header {
    font-size: 14px;
    line-height: 18px;
  }

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

  .contact-column.right {
    margin-top: 35px;
    padding-left: 15px;
  }

  .footer-logo {
    max-width: 75%;
    float: none;
    font-size: 16px;
  }

  .nav-menu {
    background-color: #fff8a8;
    border-bottom: 1px solid #999;
    margin-bottom: 3px;
    padding-bottom: 14px;
  }

  .social-column {
    text-align: left;
  }

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

  .title-block {
    background-color: rgba(70, 83, 86, .95);
    padding-left: 15px;
  }

  .div-superior {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .body {
    margin-top: 715px;
  }

  .txt-lin {
    padding-left: 2px;
    font-size: 13px;
    line-height: 11px;
  }

  .imglin {
    max-width: 18%;
  }

  .linksup {
    padding-top: 2px;
    padding-left: 2px;
  }

  .linksup:hover {
    padding-left: 2px;
  }

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

  .logo-reparos {
    max-width: 80%;
    margin-bottom: 40px;
  }

  .coluesqsup {
    padding-left: 0;
    padding-right: 1px;
  }

  .divgannerh1 {
    background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/reparacoes-reparar-arranjar-pronto-24horas-bckg-urgente.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .txtbannerh {
    font-size: 14px;
    line-height: 16px;
  }

  .txt-banner-verm {
    text-align: left;
    font-size: 17px;
  }

  .tit-banner {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 22px;
  }

  .botao-down {
    float: none;
    display: block;
  }

  .qualidades {
    font-size: 19px;
    line-height: 25px;
  }

  .servicos {
    height: auto;
    text-align: center;
    margin-top: 21px;
    font-size: 13px;
    line-height: 18px;
  }

  .img-marca {
    max-width: 43%;
  }

  .img-marca._15 {
    max-width: 56%;
  }

  .tecnico-marca {
    clear: none;
    border-top: 1px solid #e9e9e9;
    padding: 6px 7px 6px 5px;
  }

  .local {
    font-size: 12px;
    line-height: 16px;
  }

  .txtlocal {
    margin-left: 3px;
    margin-right: 3px;
    font-size: 7px;
  }

  .celula-local {
    margin-bottom: 5px;
    padding: 4px 0 0;
  }

  .tr {
    margin-top: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .htecs {
    font-size: 17px;
    line-height: 25px;
  }

  .txttecs {
    font-size: 15px;
    line-height: 23px;
  }

  .masterdigital {
    font-size: 9px;
  }

  .masterdigital-link {
    float: none;
    margin-top: 7px;
  }

  .tit-local {
    font-size: 18px;
    line-height: 25px;
  }

  .txt-reserva {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 9px;
    line-height: 13px;
  }

  .vantagens {
    margin-top: 20px;
  }

  .tecnico-txt {
    font-size: 11px;
    line-height: 13px;
  }

  .tecnicos-titulo {
    font-size: 17px;
    line-height: 22px;
  }

  .piquete {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .maior-telef {
    font-size: 19px;
    line-height: 22px;
  }

  .contfoot {
    text-align: center;
  }

  .logo-menu {
    max-height: 50px;
  }

  .botao-fixo {
    margin-left: 60px;
    margin-right: 60px;
  }

  .h1-titulo-sv._15abaixo {
    font-size: 21px;
    line-height: 26px;
  }

  .chemas {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 30px;
  }

  .contact {
    background-position: 50% 0;
    background-attachment: scroll;
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .div-fale-connosco {
    width: 194px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fale-connosco-titulo {
    line-height: 28px;
  }

  .imaglinkcont {
    max-width: 11%;
    float: none;
    margin-top: -6px;
    padding-top: 0;
    display: inline-block;
  }

  .txttelefon {
    float: none;
    clear: none;
    margin-top: 5px;
    margin-left: 10px;
    padding-top: 0;
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
  }

  .titulo-contatos {
    font-size: 13px;
    line-height: 16px;
  }

  .link-contact {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }

  .logodrreparos {
    max-width: 76%;
    padding-top: 0;
  }

  .newnavbar {
    display: inline-block;
    position: relative;
  }

  .piquete-24hs {
    font-size: 14px;
    line-height: 15px;
  }

  .nav2 {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
  }

  .nav2:hover {
    border-top-width: 2px;
    padding-top: 6px;
  }

  .nav2.w--current {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .marcadagua {
    max-width: 66%;
    opacity: .69;
    margin-top: 34px;
    margin-bottom: 42px;
  }

  .marcadagua:hover {
    opacity: .81;
  }

  .slide {
    max-height: 230px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .mask {
    max-height: 230px;
  }

  .slider {
    max-height: 230px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
  }

  .direita-marg30 {
    text-align: center;
    padding-right: 0;
  }

  .h1titbanner {
    margin-top: 9px;
    padding-left: 0;
    font-size: 14px;
    line-height: 17px;
  }

  .botaomenu {
    margin-top: 2px;
  }

  .linklogo {
    max-width: 69%;
  }

  .linklogo.w--current {
    max-width: 66%;
    float: none;
  }

  .reparacoes {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/tecnico-maquina-lavar-reparar-arranjar-reparacao-maquina-de-lavar.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .div-servs {
    padding-left: 5px;
    padding-right: 5px;
  }

  .logorepara {
    margin-top: 20px;
  }

  .txt-cont {
    margin-top: 3px;
    margin-bottom: 2px;
    margin-left: 2px;
    font-size: 15px;
    line-height: 17px;
  }

  .bot-cont {
    width: auto;
    text-align: center;
    margin-top: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navmenus {
    background-color: #fff0b3;
    padding-bottom: 15px;
  }

  .drop2 {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-top: 10px;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  .drop2:hover {
    padding-left: 10px;
  }

  .drop2.w--current {
    color: #ec0000;
    padding-left: 10px;
  }

  .dropd2 {
    display: none;
  }

  .dropd2.w--open {
    width: 220px;
    background-color: #e9e354;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .dropmenu.w--open {
    background-color: #ffe066;
    margin-left: 15px;
  }

  .newdrop {
    z-index: 5000;
    padding-left: 5px;
    padding-right: 20px;
  }

  .droplist.w--open {
    z-index: 0;
    margin-right: 0;
    display: inline-block;
    position: absolute;
    top: 40px;
    bottom: -120px;
    left: 56px;
    right: 0;
  }

  .dropnew {
    z-index: 1;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 7px;
    font-size: 16px;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .drty {
    z-index: 8000;
  }

  .reparar-esquentadores {
    background-image: linear-gradient(rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/tecnico-reparacao-esquentador-reparar-esquentador-urgente-arranjar-esquentador.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .tick {
    max-width: 4%;
  }

  .aquecedor {
    margin-left: 20px;
    font-size: 14px;
    line-height: 15px;
  }

  .div-tecnicos {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .link-home {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 16px;
  }

  .divlinkhome {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 0;
    font-size: 13px;
    line-height: 14px;
  }

  .section-links-home {
    padding-left: 3px;
    padding-right: 3px;
  }

  .titlinkhomes {
    font-size: 19px;
  }

  .links {
    padding-left: 5px;
    padding-right: 5px;
  }

  .titulolink {
    margin-top: 20px;
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 19px;
  }

  .electricista-link {
    font-size: 10px;
  }

  .titfoot {
    font-size: 15px;
  }

  .link-pages {
    text-align: center;
  }

  .esquerda {
    padding-left: 40px;
    padding-right: 40px;
  }

  .italic-text {
    font-size: 10px;
    font-weight: 400;
  }

  .italic-text-2 {
    font-size: 10px;
  }

  .italic-text-3 {
    font-size: 11px;
  }

  .italic-text-4 {
    font-size: 16px;
  }

  .heading {
    line-height: 31px;
  }

  .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12, .italic-text-13, .italic-text-14, .italic-text-15, .italic-text-16, .italic-text-17, .italic-text-18, .italic-text-19, .italic-text-20, .italic-text-21 {
    font-size: 10px;
  }

  .italic-text-22 {
    font-size: 9px;
  }

  .image {
    max-width: 70%;
    opacity: 1;
    margin-bottom: 12px;
  }

  .eletricista-lisboa {
    line-height: 19px;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 17px;
  }

  .teste-botao {
    width: 100%;
    position: fixed;
  }

  .div-block {
    background-color: #fff;
  }

  .title-page-serv {
    text-align: center;
    font-size: 21px;
    line-height: 28px;
  }

  .reparacao-caldeira-marca {
    font-size: 16px;
  }

  .esquentador {
    margin-top: 3px;
    font-size: 13px;
  }

  .image-2 {
    max-width: 250px;
  }
}


