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

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

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

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

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

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

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

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

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

.button.hero {
  display: block;
  width: 160px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 8px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Varela Round', sans-serif;
  font-weight: 200;
}

.button.hero:hover {
  background-color: hsla(0, 0%, 100%, .34);
}

.button.white {
  display: block;
  width: 220px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  border: 2px solid #4ac2c9;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #888f99;
}

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

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

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

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

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

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

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

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

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

.top-nav-section {
  position: relative;
  z-index: 21;
  background-color: transparent;
}

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

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

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

.top-nav-logo {
  display: block;
  margin: 30px auto;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

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

.top-nav-link-column {
  border-right: 1px none hsla(0, 0%, 93%, .2);
  border-left: 1px none hsla(0, 0%, 93%, .2);
}

.top-nav-link-column.right {
  border-right-width: 2px;
  border-right-color: hsla(0, 0%, 93%, .2);
  border-left-color: hsla(0, 0%, 93%, .2);
}

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

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

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

.main-section.top {
  margin-top: 0px;
  padding-top: 47px;
  padding-bottom: 30px;
  background-color: #fff;
}

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

.main-section.portfolio {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
}

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

.services-icon {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  border-radius: 5px;
  background-color: transparent;
}

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

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

._1000px {
  height: 1000px;
}

.services-column {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px;
  border-right: 0px none transparent;
  border-left: 1px solid #fff;
  border-radius: 8px;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #000;
  font-size: 15px;
  text-align: center;
}

.services-column:hover {
  border-radius: 4px;
  background-color: #fff8a2;
  color: #000;
  font-size: 15px;
}

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

.services-columns {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-top: 0px none transparent;
  border-bottom: 1px solid #d5d5d5;
}

.team-image {
  display: block;
  max-width: 13%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

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

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

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

.social-icon {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  opacity: 0.7;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

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

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

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

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

.social-left {
  float: right;
}

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

.about {
  float: none;
}

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

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

.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;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/hero-background.jpg');
  background-size: cover;
}

.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 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #4ac2c9;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

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

.customer-description.learn-more {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 13px;
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.invisible {
  opacity: 0;
}

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

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

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

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

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

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

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

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

.text-area:focus {
  border: 1px solid #4ac2c9;
  background-color: transparent;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

.footer-logo {
  float: left;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.social-footer {
  margin-right: 5px;
  float: right;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

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

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

.slider-arrow {
  opacity: 0.7;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 30px;
}

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

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

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

.client-list {
  display: block;
  margin-left: auto;
  background-color: transparent;
}

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

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

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

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

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

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

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

.div-superior {
  margin-left: 0px;
  background-color: transparent;
}

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

.contsup {
  margin-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

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

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

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

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

.linksup {
  display: block;
  margin-top: 2px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  border-bottom: 0px none transparent;
  opacity: 0.75;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-align: center;
  text-decoration: none;
}

.linksup:hover {
  padding-left: 5px;
  opacity: 1;
  color: transparent;
}

.center {
  text-align: center;
}

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

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

.logo-reparos {
  max-height: 200px;
  margin-top: 40px;
  margin-bottom: 31px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #fff, transparent);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, transparent);
}

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

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

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

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

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

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

.navbar1 {
  background-color: hsla(0, 0%, 100%, 0);
  color: transparent;
}

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

.maskh1 {
  max-height: 220px;
}

.sliderh1 {
  max-height: 220px;
  border-top: 1px solid #d1d1d1;
  background-color: transparent;
}

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

.divgannerh1 {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/reparacao-desentupimento-electricista-esquentador.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/reparacao-desentupimento-electricista-esquentador.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.seta {
  margin-right: 10px;
}

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

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

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

.sect-servicos {
  margin-right: 0px;
  padding: 50px 10px 30px;
  background-color: #fff731;
  text-align: center;
}

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

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

.mais {
  margin-top: 12px;
  padding: 3px 10px;
  border: 1px solid #ec6060;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: red;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 1px;
  text-decoration: underline;
}

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

.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 {
  margin-top: 6px;
  margin-bottom: 0px;
  color: #000;
  line-height: 18px;
}

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

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

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

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

.htecs {
  color: #222;
}

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

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

.txttecs {
  font-size: 15px;
}

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

.masterdigital-link {
  padding: 15px;
  float: left;
  opacity: 0.75;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  text-align: center;
  text-decoration: none;
}

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

.tit-local {
  color: #3d3d3d;
  line-height: 34px;
}

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

.vantagens {
  margin-top: 0px;
}

.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 {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

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

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

.imaghome {
  max-width: 50%;
}

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

.reparacao {
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(270deg, hsla(48, 90%, 88%, .62), hsla(48, 90%, 88%, .62)), url('../images/reparacao-maquina-lavar-doutor-reparos.jpg');
  background-image: linear-gradient(180deg, hsla(48, 90%, 88%, .62), hsla(48, 90%, 88%, .62)), url('../images/reparacao-maquina-lavar-doutor-reparos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, fixed;
  text-align: center;
}

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

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

.h1-titulo-sv._15abaixo {
  margin-bottom: 15px;
}

.chemas {
  color: #18283d;
  line-height: 34px;
  text-decoration: none;
}

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

.locais-branco {
  padding-top: 0px;
  padding-bottom: 60px;
}

.bodycontact {
  margin-top: 70px;
}

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

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

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

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

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

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

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

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

.link-contact {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #d68c8c;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(270deg, #ff8181, #ff8181);
  background-image: linear-gradient(180deg, #ff8181, #ff8181);
  box-shadow: 1px 1px 3px 0 #7a7878;
  opacity: 0.84;
  -webkit-transition: all 150ms cubic-bezier(.25, .46, .45, .94);
  transition: all 150ms cubic-bezier(.25, .46, .45, .94);
  text-align: center;
  text-decoration: none;
}

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

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

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

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

.coluesq {
  padding-top: 15px;
}

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

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

.logodrreparos {
  max-width: 80%;
}

.newnavbar {
  position: static;
  display: block;
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: transparent;
  color: transparent;
}

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

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

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

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

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

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

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

.marcadagua:hover {
  opacity: 1;
}

.slide {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  background-color: transparent;
}

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

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

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

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

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

.reparacoes {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/reparacao-maquina-lavar-doutor-reparos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/reparacao-maquina-lavar-doutor-reparos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

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

.logorepara {
  margin-top: 25px;
}

.desentupimentos {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .46)), url('../images/Desentupimento-desentope-doutor-reparos-.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .46)), url('../images/Desentupimento-desentope-doutor-reparos-.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.electricas {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/servicos-eletricos-24horas-doutor-reparos65.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/servicos-eletricos-24horas-doutor-reparos65.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

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

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

.txt-cont.newdrop {
  border-radius: 4px;
  background-color: red;
  color: #fff;
}

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

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

.drop2 {
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  color: #000;
}

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

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

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

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

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

.dropnew {
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #d5df68;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
}

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

.reparar-estores {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/reparacao-de-estores-e-persianas-reparar-24hs.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/reparacao-de-estores-e-persianas-reparar-24hs.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.reparar-esquentadores {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/reparacao-caldeira-esquentador-termoacumulador-doutor-reparos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/reparacao-caldeira-esquentador-termoacumulador-doutor-reparos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.espacoquad10 {
  padding: 10px 5px 10px 8px;
}

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

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

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

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

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

.divs {
  opacity: 0.63;
}

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

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

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

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

.divlinkhome {
  margin-bottom: 2px;
  padding-bottom: 2px;
  text-align: center;
}

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

.section-links-home {
  padding: 60px 5px 50px;
  background-color: #21445c;
}

.titlinkhomes {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid hsla(0, 0%, 84%, .27);
  color: #fff;
  line-height: 28px;
  text-decoration: none;
}

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

.titulolink {
  color: #e6eeee;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.canalizador {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/canalizador-reparar-cano-doutor-reparos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/canalizador-reparar-cano-doutor-reparos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

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

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

.mapa {
  height: 250px;
}

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

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

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

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

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

.sintra {
  max-height: 220px;
}

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

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

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

.almada {
  max-height: 259px;
}

.reparacao-esquentador-porto {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Reparacao-esquentador-porto-drreparos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Reparacao-esquentador-porto-drreparos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.electricista {
  max-height: 220px;
}

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

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

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

.link-pages:hover {
  padding-left: 18px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 79%, .5), hsla(0, 0%, 79%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 79%, .5), hsla(0, 0%, 79%, .5));
  color: #020202;
  font-weight: 400;
}

.esquerda {
  padding-right: 200px;
}

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

.linkserv {
  color: #131414;
}

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

.important-text {
  line-height: 32px;
}

.canalizador-lisboa {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), url('../images/canalizador-urgente-canalizacao-lisboa-canalizadores.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), url('../images/canalizador-urgente-canalizacao-lisboa-canalizadores.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

html.w-mod-js *[data-ix="slide-750"] {
  opacity: 0.25;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="slide-1000"] {
  opacity: 0.25;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="slide-1250"] {
  opacity: 0.25;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="slide-1500"] {
  opacity: 0.25;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="slide-1750"] {
  opacity: 0.25;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="slide-2000"] {
  opacity: 0.25;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

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

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

@media (max-width: 991px) {
  .hero-section {
    padding-bottom: 0px;
  }
  .main-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-section.top {
    padding-top: 0px;
  }
  .services-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .client-block.link {
    padding-right: 0px;
    padding-left: 0px;
    background-color: rgba(70, 77, 86, .09);
    opacity: 1;
  }
  .client-block.link:hover {
    background-color: rgba(70, 77, 86, .2);
  }
  .client-column {
    background-position: 50% 50%;
  }
  .client-column.frictionlabs {
    background-position: 50% 50%;
  }
  .client-column.universideals {
    background-position: 50% 50%;
  }
  .client-column.blanco-rojo {
    background-position: 50% 50%;
  }
  .client-nam.mobile {
    color: #fff;
    font-size: 19px;
  }
  .contact-container {
    padding-top: 10px;
  }
  .contact-column.right {
    padding-right: 10px;
    padding-left: 5px;
  }
  .nav-menu {
    background-color: #f2f5f7;
  }
  .menu-button.w--open {
    background-color: #4ac2c9;
  }
  .title-block {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding-left: 10px;
    background-color: rgba(70, 83, 86, .76);
  }
  .logo-reparos {
    margin-bottom: 0px;
  }
  .cont-h1 {
    margin-top: 0px;
  }
  .txtbannerh {
    font-size: 20px;
    line-height: 23px;
  }
  .tit-banner {
    font-size: 23px;
  }
  .qualidades {
    font-size: 16px;
    line-height: 20px;
  }
  .servicos {
    height: 32px;
    font-size: 13px;
    line-height: 15px;
  }
  .img-marca._15 {
    max-width: 80%;
  }
  .tecnico-marca {
    padding-right: 5px;
    padding-left: 5px;
  }
  .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-right: 200px;
    margin-left: 200px;
  }
  .txt-ini {
    font-size: 16px;
  }
  .h1-titulo-sv {
    font-size: 15px;
    line-height: 17px;
  }
  .txttelefon {
    font-size: 17px;
  }
  .tab-contact {
    position: static;
    display: block;
    text-align: center;
  }
  .titulo-contatos {
    font-size: 13px;
    line-height: 15px;
  }
  .link-contact {
    float: none;
  }
  .logodrreparos {
    max-width: 60%;
  }
  .nav2 {
    display: inline-block;
    margin-top: 15px;
  }
  .nav2.w--current {
    margin-top: 15px;
    padding-top: 16px;
  }
  .slider {
    margin-right: 15px;
    margin-left: 15px;
  }
  .div-banner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .v.w--current {
    margin-top: 15px;
    padding-top: 16px;
  }
  .div-servs {
    padding-right: 15px;
  }
  .txt-cont.newdrop {
    margin-top: 2px;
    line-height: 25px;
  }
  .dropd2.w--open {
    top: 66px;
    z-index: 1;
    float: none;
  }
  .newdrop {
    box-shadow: 1px 1px 3px 0 #a3996e, inset 0 0 8px 0 #947d22;
  }
  .aquecedor {
    font-size: 14px;
    line-height: 15px;
  }
  .div-tecnicos {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .link-home {
    margin-right: 2px;
    font-size: 11px;
  }
  .section-links-home {
    padding-right: 3px;
    padding-left: 3px;
  }
  .links {
    padding-right: 0px;
    padding-left: 0px;
  }
  .titulolink {
    font-size: 13px;
  }
  .esquerda {
    padding-right: 120px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-section.top {
    margin-top: 0px;
    padding-top: 0px;
  }
  .services-icon {
    max-height: auto;
    max-width: auto;
  }
  .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-right: 10px;
    padding-left: 5px;
  }
  .nav-menu {
    border-bottom: 1px solid #000;
    background-color: #fea;
  }
  .body {
    margin-top: 448px;
  }
  .txt-lin {
    padding-left: 0px;
    float: none;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0px;
  }
  .imglin {
    max-width: 20%;
    margin-top: 1px;
    float: left;
  }
  .linksup {
    font-size: 13px;
  }
  .center.bordaslat {
    padding-right: 3px;
    padding-left: 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: 21px;
    font-size: 17px;
    line-height: 22px;
  }
  .botao-down {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }
  .servicos {
    height: 31px;
  }
  .img-marca._15 {
    max-width: 77%;
    margin-top: 6px;
  }
  .tecnico-marca {
    padding: 7px 3px;
  }
  .txtlocal {
    font-size: 8px;
    line-height: 9px;
  }
  .celula-local {
    padding-right: 0px;
    padding-left: 1px;
  }
  .tr {
    margin-top: 0px;
  }
  .tit-local {
    line-height: 33px;
  }
  .txt-reserva {
    font-size: 11px;
  }
  .tecnico-txt {
    font-size: 8px;
    line-height: 11px;
  }
  .logo-menu {
    max-height: auto;
    max-width: auto;
  }
  .botao-fixo {
    margin-right: 200px;
    margin-left: 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 {
    padding-top: 60px;
    background-position: 50% 0px;
  }
  .div-fale-connosco {
    margin-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fale-connosco-titulo {
    margin-top: 0px;
    line-height: 34px;
  }
  .imaglinkcont {
    float: none;
  }
  .txttelefon {
    margin-left: 8px;
    font-size: 20px;
  }
  .titulo-contatos {
    font-size: 14px;
  }
  .logodrreparos {
    max-width: 40%;
  }
  .newnavbar {
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .piquete-24hs {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 16px;
  }
  .nav2 {
    margin-top: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav2:hover {
    padding-top: 8px;
    border-top-style: none;
  }
  .nav2.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    color: red;
  }
  .marcadagua {
    font-size: 14px;
  }
  .slide {
    max-height: 240px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .mask {
    max-height: 240px;
  }
  .slider {
    max-height: 240px;
    margin-right: 5px;
    margin-left: 10px;
  }
  .direita-marg30 {
    padding-left: 0px;
  }
  .div-banner {
    padding: 5px 0px;
  }
  .h1titbanner {
    margin-top: 6px;
    padding-left: 2px;
    font-size: 16px;
    line-height: 18px;
  }
  .botaomenu {
    position: static;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 8px 12px;
    background-color: rgba(255, 222, 88, .48);
    color: #090303;
  }
  .txt-cont {
    font-size: 15px;
    line-height: 14px;
  }
  .bot-cont {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
  }
  .navmenus {
    background-color: #ffeda5;
  }
  .drop2 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
  }
  .dropd2.w--open {
    margin-top: 0px;
  }
  .dropmenu.w--open {
    margin-left: 15px;
    background-color: #fd5;
  }
  .dropnew {
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .tick {
    opacity: 0.65;
  }
  .aquecedor {
    margin-left: 28px;
  }
  .link-home {
    margin-right: 1px;
    font-size: 7px;
    line-height: 10px;
  }
  .section-links-home {
    padding-right: 2px;
    padding-left: 2px;
  }
  .links {
    text-align: center;
  }
  .titulolink {
    font-size: 12px;
    text-align: center;
  }
  .titfoot {
    font-size: 14px;
  }
  .esquerda {
    padding-right: 60px;
  }
}

@media (max-width: 479px) {
  .hero-section {
    margin-bottom: 0px;
    padding: 0px 5px;
  }
  .hero-heading {
    font-size: 25px;
  }
  .hero-heading.sub-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }
  .main-section {
    padding-bottom: 40px;
  }
  .main-section.odd {
    padding-right: 3px;
    padding-left: 3px;
  }
  .main-section.top {
    margin-top: 0px;
  }
  .main-section.footer {
    padding-left: 10px;
  }
  .services-column {
    padding-bottom: 5px;
  }
  .team-image {
    margin-top: 20px;
  }
  .social-icon {
    float: none;
  }
  .social-icon.right {
    float: left;
  }
  .social-icon.left {
    margin-right: auto;
    float: none;
  }
  .social-icon.center {
    margin-left: auto;
  }
  .social-left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .client-block.link {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: rgba(70, 77, 86, .2);
    opacity: 0.9;
  }
  .client-block.link:hover {
    background-color: rgba(70, 77, 86, .2);
    opacity: 0.8;
  }
  .client-column.pindl {
    margin-top: 0px;
  }
  .client-nam.mobile {
    color: #fff;
  }
  .testimonial {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
  .client-image {
    margin-top: 0px;
    margin-right: 50px;
  }
  .testimonial-column {
    border-right-style: none;
  }
  .testimonial-client {
    margin-top: 0px;
  }
  .contact-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-area {
    margin-bottom: 12px;
  }
  .submit-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
    padding-left: 100px;
  }
  .two-column-heading {
    margin-top: 5px;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }
  .contact-header {
    font-size: 14px;
    line-height: 18px;
  }
  .contact-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .contact-column.right {
    margin-top: 35px;
    padding-left: 15px;
  }
  .footer-logo {
    max-width: 75%;
    float: none;
    font-size: 16px;
  }
  .nav-menu {
    margin-bottom: 3px;
    padding-bottom: 14px;
    border-bottom: 1px solid #999;
    background-color: #fff8a8;
  }
  .social-column {
    text-align: left;
  }
  .social-column.center {
    text-align: center;
  }
  .title-block {
    padding-left: 15px;
    background-color: rgba(70, 83, 86, .95);
  }
  .div-superior {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .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-right: 1px;
    padding-left: 2px;
  }
  .logo-reparos {
    max-width: 80%;
    margin-bottom: 40px;
  }
  .coluesqsup {
    padding-right: 1px;
    padding-left: 0px;
  }
  .superior-tabela {
    padding-left: 0px;
  }
  .divgannerh1 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/reparacoes-24horas.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/reparacoes-24horas.jpg');
    background-position: 0px 0px, 0px 0px;
  }
  .txtbannerh {
    font-size: 14px;
    line-height: 16px;
  }
  .txt-banner-verm {
    font-size: 17px;
    text-align: left;
  }
  .tit-banner {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 22px;
  }
  .botao-down {
    display: block;
    float: none;
  }
  .qualidades {
    font-size: 18px;
    line-height: 19px;
  }
  .servicos {
    height: auto;
    margin-top: 8px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
  .img-marca {
    max-width: 40%;
  }
  .img-marca._15 {
    max-width: 56%;
  }
  .tecnico-marca {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e9e9e9;
  }
  .local {
    font-size: 12px;
    line-height: 12px;
  }
  .txtlocal {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 7px;
  }
  .celula-local {
    margin-bottom: 5px;
    padding: 4px 0px 0px;
  }
  .tr {
    margin-top: 0px;
    font-size: 12px;
    line-height: 14px;
  }
  .htecs {
    font-size: 17px;
    line-height: 25px;
  }
  .txttecs {
    font-size: 13px;
    line-height: 18px;
  }
  .masterdigital {
    font-size: 9px;
  }
  .masterdigital-link {
    margin-top: 7px;
    float: none;
  }
  .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: 0px;
  }
  .tecnico-txt {
    font-size: 11px;
    line-height: 13px;
  }
  .tecnicos-titulo {
    font-size: 17px;
    line-height: 22px;
  }
  .piquete {
    margin-top: 0px;
    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-right: 60px;
    margin-left: 60px;
  }
  .h1-titulo-sv._15abaixo {
    font-size: 21px;
    line-height: 26px;
  }
  .chemas {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 30px;
  }
  .contact {
    padding-top: 120px;
    padding-bottom: 110px;
    background-position: 50% 0px;
    background-attachment: scroll;
  }
  .div-fale-connosco {
    width: 194px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .fale-connosco-titulo {
    line-height: 28px;
  }
  .imaglinkcont {
    display: inline-block;
    max-width: 11%;
    margin-top: -6px;
    padding-top: 0px;
    float: none;
  }
  .txttelefon {
    margin-top: 5px;
    margin-left: 10px;
    padding-top: 0px;
    float: none;
    clear: none;
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 22px;
    font-weight: 600;
  }
  .titulo-contatos {
    font-size: 13px;
    line-height: 16px;
  }
  .link-contact {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    text-align: center;
  }
  .logodrreparos {
    max-width: 34%;
  }
  .newnavbar {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .piquete-24hs {
    font-size: 14px;
    line-height: 15px;
  }
  .nav2 {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .nav2:hover {
    padding-top: 6px;
    border-top-width: 2px;
  }
  .nav2.w--current {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .marcadagua {
    max-width: 66%;
    margin-top: 0px;
  }
  .slide {
    max-height: 230px;
  }
  .mask {
    max-height: 230px;
  }
  .slider {
    max-height: 230px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 2px;
  }
  .direita-marg30 {
    padding-right: 0px;
    text-align: center;
  }
  .h1titbanner {
    margin-top: 9px;
    padding-left: 0px;
    font-size: 17px;
    line-height: 17px;
  }
  .botaomenu {
    margin-top: 2px;
  }
  .linklogo {
    max-width: 69%;
  }
  .linklogo.w--current {
    max-width: 66%;
    float: none;
  }
  .div-servs {
    padding-right: 5px;
    padding-left: 5px;
  }
  .txt-cont {
    margin-top: 3px;
    margin-bottom: 2px;
    margin-left: 2px;
    font-size: 15px;
    line-height: 17px;
  }
  .txt-cont.newdrop {
    display: block;
    margin-right: -55px;
    margin-left: -55px;
    font-size: 18px;
  }
  .bot-cont {
    width: auto;
    margin-top: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
  .navmenus {
    padding-bottom: 15px;
    background-color: #fff0b3;
  }
  .drop2 {
    margin-left: 0px;
    padding-top: 10px;
    padding-left: 10px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }
  .drop2:hover {
    padding-left: 10px;
  }
  .drop2.w--current {
    padding-left: 10px;
    color: #ec0000;
  }
  .dropd2 {
    display: none;
  }
  .dropd2.w--open {
    position: absolute;
    left: 0px;
    top: 40px;
    right: 0px;
    overflow: visible;
    width: 220px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #e9e354;
  }
  .dropmenu.w--open {
    margin-left: 15px;
    background-color: #ffe066;
  }
  .newdrop {
    z-index: 5000;
    padding-right: 20px;
    padding-left: 5px;
  }
  .droplist.w--open {
    position: absolute;
    left: 56px;
    top: 40px;
    right: 0px;
    bottom: -120px;
    z-index: 0;
    display: inline-block;
    margin-right: 0px;
  }
  .dropnew {
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 7px;
    font-size: 16px;
  }
  .drty {
    z-index: 8000;
  }
  .tick {
    max-width: 4%;
  }
  .aquecedor {
    margin-left: 20px;
    font-size: 12px;
  }
  .div-tecnicos {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .link-home {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 8px;
    line-height: 11px;
  }
  .divlinkhome {
    margin-bottom: 0px;
    padding-top: 0px;
    line-height: 16px;
  }
  .section-links-home {
    padding-left: 10px;
  }
  .titlinkhomes {
    font-size: 19px;
  }
  .titulolink {
    font-size: 11px;
    line-height: 14px;
  }
  .electricista-link {
    font-size: 10px;
  }
  .titfoot {
    font-size: 15px;
  }
  .link-pages {
    text-align: center;
  }
  .esquerda {
    padding-right: 10px;
  }
  .container {
    display: block;
  }
}

