@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//use.fontawesome.com/releases/v5.15.4/css/all.css);
@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:300);
@import url(//fonts.googleapis.com/css?family=Lato:300italic);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(//fonts.googleapis.com/css?family=Lato:900);
@import url(//fonts.googleapis.com/css?family=Damion);
@import url(//fonts.googleapis.com/css?family=Asap:700);
@import url(//fonts.googleapis.com/css?family=Asap);
@import url(//fonts.googleapis.com/css?family=Roboto:100);
@import url(//fonts.googleapis.com/css?family=Roboto);
@import url(//fonts.googleapis.com/css?family=Roboto:500italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  overflow-x: hidden;
  font: 400 16px/24px "Lato", sans-serif;
  color: #656464;
  background: #262525;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #48c0db;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 700 60px/99px "Lato", sans-serif;
  color: #333232;
  text-transform: uppercase;
  letter-spacing: .075em;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
h3 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font: 700 18px/23px "Lato", sans-serif;
  color: #333232;
  text-transform: uppercase;
}
h4 {
  font: 900 30px/30px "Lato", sans-serif;
  text-transform: uppercase;
  color: #eb1a2f;
}
.heading1 {
  text-align: center;
  margin-bottom: 99px;
}
.heading1 .second {
  font: 400 21px/27px "Lato", sans-serif;
  color: #514e4e;
  display: block;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  border: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
  font: 100 18px/18px "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 19px 37px;
  letter-spacing: 0.2em;
}
.btn-default:hover {
  background: #48c0db;
  color: #ffffff;
  border-color: #48c0db;
}
.btn-default.btn-default__inset1 {
  font: 700 20px/20px "Lato", sans-serif;
  padding: 13px 40px;
  letter-spacing: 0;
}
.btn-default.btn-default__inset1:hover {
  background: #333232;
  border-color: #333232;
}
.btn-default.btn-default__inset2 {
  letter-spacing: 0.1em;
  padding: 19px 127px 17px;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 77px 0 97px;
}
.wrapper2 {
  padding: 75px 0 103px;
}
.wrapper3 {
  padding: 76px 0 17px;
}
.wrapper4 {
  padding: 76px 0 103px;
  background: #ebebec;
}
.wrapper5 {
  padding: 76px 0 0;
  background: #ffffff;
}
.wrapper6 {
  padding: 76px 0 103px;
  background: #48c0db;
}
.wrapper6 .heading1 h2,
.wrapper6 .heading1 span {
  color: #ffffff;
}
.wrapper7 {
  padding: 76px 0 80px;
  background: #333232;
  text-align: center;
}
.wrapper7 .heading1 {
  margin-bottom: 49px;
}
.wrapper7 .heading1 h2,
.wrapper7 .heading1 span {
  color: #ffffff;
}
.wrapper7 p {
  font: 400 16px/22px "Roboto", sans-serif;
  color: #a4a7ab;
  padding: 0 70px;
}
@media (max-width: 767px) {
  .wrapper7 p {
    padding: 0;
  }
}
.wrapper7 .socials2 {
  margin-top: 72px;
}
.wrapper8 {
  padding: 77px 0 69px;
}
.wrapper8 .heading1 {
  margin-bottom: 78px;
}
@media (max-width: 767px) {
  #search-results h4 {
    font-size: 24px;
  }
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
}
#header #stuck_container {
  background: #292828;
  position: relative;
}
#header .search-block {
  position: relative;
  float: right;
}
#header .search-block .icon {
  margin-top: 39px;
  margin-right: 31px;
  text-align: center;
  display: block;
  border-radius: 100px;
  background: #bcbbc1;
  width: 50px;
  height: 50px;
}
@media (max-width: 1330px) {
  #header .search-block .icon {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  #header .search-block .icon {
    margin-top: 5px;
    margin-right: 5px;
  }
}
#header .search-block .icon i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 22px;
  line-height: 50px;
  color: #3b3b3d;
}
#header .search-block .icon:hover {
  cursor: pointer;
}
#header .search-block .icon:hover i {
  color: #ffffff;
}
#header .search-block #search {
  position: absolute;
  left: -152px;
  bottom: -76px;
  display: none;
}
@media (max-width: 767px) {
  #header .search-block #search {
    bottom: 4px;
    left: -180px;
  }
}
@media (max-width: 767px) {
  #header .search-block #search {
    bottom: -46px;
    left: -120px;
  }
}
/* ======= Logo ======= */
h1 {
  float: left;
  display: inline-block;
}
h1 a {
  position: relative;
  padding-left: 142px;
  height: 125px;
  display: block;
  padding-top: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  h1 a {
    padding-left: 65px;
  }
}
h1 a:before {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 125px;
  background: #eb1a2f;
  color: #ffffff;
  content: 'N.';
  font: 400 85px/128px "Damion", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
@media (max-width: 979px) {
  h1 a:before {
    width: 55px;
    font-size: 56px;
  }
}
h1 a span {
  display: block;
}
h1 a .first {
  font: 700 12px/12px "Asap", sans-serif;
  color: #eb1a2f;
  margin-bottom: -8px;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  h1 a .first {
    margin-bottom: -22px;
    margin-top: 19px;
  }
}
h1 a .second {
  font: 700 73px/73px "Asap", sans-serif;
  color: #eb1a2f;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin-left: -4px;
}
@media (max-width: 1600px) {
  h1 a .second {
    font-size: 50px;
  }
}
@media (max-width: 979px) {
  h1 a .second {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  h1 a {
    padding-left: 78px;
    padding-top: 1px;
    height: 60px;
  }
  h1 a:before {
    width: 64px;
    font-size: 50px;
    line-height: 64px;
  }
  h1 a .first {
    margin-top: 12px;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
nav {
  float: right;
  margin-top: 54px;
  margin-right: 40px;
}
@media (max-width: 1600px) {
  nav {
    margin-right: 20px;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  text-align: center;
}
.sf-menu > li {
  letter-spacing: -0.025em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
@media (max-width: 979px) {
  .sf-menu > li {
    margin-top: 0;
  }
}
.sf-menu > li + li {
  margin-left: 40px;
}
@media (max-width: 1600px) {
  .sf-menu > li + li {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 10px;
  }
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 400 24px/24px "Lato", sans-serif;
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #bcbbc1;
}
@media (max-width: 1600px) {
  .sf-menu > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    font-size: 13px;
  }
}
.sf-menu > li > a:hover {
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  color: #ffffff;
}
.sf-menu > li.active-menu-item > a {
  background: #232323;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
    margin: 0;
    clear: both;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #48c0db;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    background: #ffffff;
    font: 18px/28px "Roboto", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 7px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
  padding-top: 125px;
}
@media (max-width: 767px) {
  #content {
    padding-top: 102px;
  }
}
body.hashAncor #content {
  padding-top: 227px;
}
@media (max-width: 767px) {
  body.hashAncor #content {
    padding-top: 204px;
  }
}
.hashAncor {
  height: 102px !important;
  margin-top: -102px !important;
}
/* ======= Box 1 About us ======= */
.box1 .label {
  width: 100%;
  height: 270px;
  display: block;
  text-align: center;
  background: #ebebec;
  /* padding-top: 57px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* margin-bottom: 39px; */
}
.box1 .label:hover {
  background: #48c0db;
}
.box1 .label:hover i,
.box1 .label:hover h3 {
  color: #ffffff;
}
.box1 .label i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #eb1a2f;
  margin-bottom: 32px;
}
.box1 .label i.fa-clock-o {
  font-size: 126px;
}
.box1 .label i.fa-star {
  font-size: 119px;
}
.box1 .label i.fa-thumbs-o-up {
  font-size: 116px;
}
.box1 .label i.fa-cogs {
  font-size: 118px;
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 50px;
  }
}
/* ======= Banner 1 ======= */
.banner1 {
  padding: 73px 0 91px;
  background-image: url(../images/page1_img1.png);
  text-align: center;
}
/* ======= Blockquote 1 ======= */
.blockquote1 {
  color: #ffffff;
  margin-bottom: 50px;
}
.blockquote1 .quote {
  margin-bottom: 18px;
}
.blockquote1 cite {
  font: 700 30px/49px "Lato", sans-serif;
  display: block;
  margin-bottom: 9px;
}
.blockquote1 .by {
  font: italic 300 24px/42px "Lato", sans-serif;
  display: block;
}
@media (max-width: 767px) {
  .blockquote1 cite {
    font-size: 20px;
    line-height: 30px;
  }
}
/* ======= Box 2 Meet the team ======= */
.box2 {
  text-align: center;
  background: #ebebec;
  padding: 39px 35px;
}
.box2 img {
  border-radius: 300px;
  margin-bottom: 23px;
}
.box2 h3 {
  margin-bottom: 8px;
}
.box2 .socials1 {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 50px;
  }
}
/* ======= Banner 2 What we are proud of ======= */
.banner2 {
  padding: 60px 0 75px;
  text-align: center;
  background: #ebebec;
}
.banner2 div.heading {
  font: 700 40px/40px "Lato", sans-serif;
  color: #666666;
  margin-bottom: 45px;
}
/* ======= Box 3 What we are proud of ======= */
.box3 span {
  display: block;
  color: #eb1a2f;
}
.box3 .first {
  font: 700 80px/99px "Asap", sans-serif;
  margin-bottom: 8px;
}
@media (max-width: 979px) {
  .box3 .first {
    font-size: 55px;
    line-height: 55px;
  }
}
.box3 .second {
  font: 400 24px/24px "Lato", sans-serif;
}
@media (max-width: 767px) {
  .box3 {
    margin-bottom: 50px;
  }
}
/* ======= Banner 3 News ======= */
.banner3 {
  padding: 44px 0 137px;
  background-image: url(../images/page1_img5.png);
}
.banner3 .heading1 h2,
.banner3 .heading1 span {
  color: #ffffff;
}
/* ======= Post 1 News ======= */
.post1 {
  background: url(../images/background1.png) repeat;
  color: #ffffff;
  padding: 23px 23px 32px;
}
.post1 .content {
  position: relative;
  padding-left: 185px;
}
.post1 .content img {
  position: absolute;
  left: 0;
  top: 0;
}
.post1 time {
  margin-top: 1px;
  font: 300 32px/32px "Lato", sans-serif;
  display: block;
  margin-bottom: 30px;
}
.post1 h3 {
  color: #ffffff;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 21px;
}
.post1 p {
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 979px) {
  .post1 .content {
    position: relative;
    padding-left: 0;
  }
  .post1 .content img {
    position: relative;
    margin-bottom: 20px;
  }
  .post1 time {
    margin-bottom: 10px;
  }
}
/* ======= Box 4 Our services ======= */
.box4 {
  text-align: center;
  margin-bottom: 80px;
}
.box4 i {
  color: #48c0db;
  font-size: 62px;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 47px;
}
.box4 i.fa-lightbulb-o {
  font-size: 79px;
}
.box4 h4 {
  margin-bottom: 12px;
}
/* ======= Box 5 Pricing ======= */
.box5 {
  padding: 22px 0 36px;
  background: #67b14b;
  text-align: center;
  color: #ffffff;
}
.box5 .heading {
  font: 900 33px/33px "Lato", sans-serif;
  text-transform: uppercase;
}
.box5 .price {
  margin-top: 19px;
  margin-bottom: 20px;
  width: 100%;
  background: #ffffff;
  color: #67b14b;
  padding: 12px 0 14px;
}
.box5 .price .symbol {
  font: 700 22px/22px "Lato", sans-serif;
  display: inline-block;
  margin-top: 5px;
}
.box5 .price .big {
  font: 900 55px/55px "Lato", sans-serif;
}
.box5 .price .low {
  display: inline-block;
  margin-top: 34px;
  font: 700 14px/14px "Lato", sans-serif;
}
.box5 .list1 {
  margin-bottom: 37px;
  padding: 0 13px;
}
.box5.box5__inset1 {
  background: #eb931a;
}
.box5.box5__inset1 .price {
  color: #eb931a;
}
.box5.box5__inset2 {
  background: #48c0db;
}
.box5.box5__inset2 .price {
  color: #48c0db;
}
.box5.box5__inset3 {
  background: #eb1a2f;
}
.box5.box5__inset3 .price {
  color: #eb1a2f;
}
@media (max-width: 767px) {
  .box5 {
    margin-bottom: 50px;
  }
}
/* ======= Gallery ======= */
.gallery {
  margin-top: -2px;
}
.gallery .gallery_image {
  width: 25%;
  float: left;
}
@media (max-width: 767px) {
  .gallery .gallery_image {
    width: 100%;
    font-variant: normal;
  }
}
/* ======= Banner 4 Partners ======= */
.banner4 {
  padding: 49px 0 46px;
  background: #ffffff;
}
.banner4 ul li {
  text-align: center;
  width: 9.090909090909092%;
  float: left;
}
.banner4 ul li a {
  display: block;
}
.banner4 ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.banner4 ul li a img {
  background: #ffffff;
}
@media (max-width: 767px) {
  .banner4 ul li {
    width: 50%;
    margin-bottom: 30px;
  }
}
/* ======= Bpx 6 Privacy Policy ======= */
.box6 {
  text-align: center;
  margin-bottom: 24px;
  font: 300 16px/24px "Lato", sans-serif;
}
.box6 .heading {
  display: block;
  color: #48c0db;
}
.box6 .simple-link {
  margin-top: 24px;
}
/* ======= Google Map  ======= */
.google-map_contacts iframe {
  width: 100%;
  height: 485px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #eb1a2f;
}
/* ======= List 1 ======= */
.list1 li {
  font: 300 14px/14px "Open Sans", sans-serif;
  color: #ffffff;
  padding: 14px 0 0;
}
.list1 li a:hover {
  color: #333232;
}
.list1 li + li {
  border-top: 1px solid #000000;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  margin-top: 16px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 10px;
}
.socials1 li a i {
  color: #ffffff;
  background: #48c0db;
  text-align: center;
  font-size: 18px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  color: #ffffff;
  background: #489db8;
}
/* ======= Social buttons 2 ======= */
.socials2 li {
  display: inline-block;
  margin-bottom: 10px;
}
.socials2 li + li {
  margin-left: 72px;
}
.socials2 li a {
  border-radius: 200px;
  display: block;
}
.socials2 li a i {
  color: #ffffff;
  background: #48c0db;
  text-align: center;
  font-size: 47px;
  display: block;
  width: 87px;
  height: 87px;
  line-height: 91px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials2 li a i:hover {
  background: #ffffff;
  color: #48c0db;
}
@media (max-width: 479px) {
  .socials2 {
    text-align: center;
  }
  .socials2 li {
    display: block;
    margin-bottom: 10px;
  }
  .socials2 li i {
    margin: 0 auto;
  }
  .socials2 li + li {
    margin-left: 0;
  }
}
/* ======= Gallery  ======= */
.gallery_image a {
  display: block;
  position: relative;
  background: #000000;
}
.gallery_image a img {
  margin-bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.49;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=49)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a:hover .gallery_icon i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gallery_image a .gallery_icon i {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 38px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -40px;
  border: 2px solid #ffffff;
  border-radius: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  font: 400 14px/16px "Roboto", sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 85px 0 88px;
  background: #262525;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #6f7274;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #cbcccd;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/

.limpeza-diaria-icon {
  background-image: url(../images/limpeza_diaria.png);
  width: 128px;
  height: 128px;
}

.limpeza-semanal-icon {
  background-image: url(../images/limpeza_semanal.png);
  width: 128px;
  height: 128px;
}

.limpeza-mensal-icon {
  background-image: url(../images/limpeza_mensal.png);
  width: 128px;
  height: 128px;
}

.chuva-forte-icon {
  background-image: url(../images/chuva_forte.png);
  width: 128px;
  height: 128px;
}

.ph-icon {
  background-image: url(../images/ph.png);
  width: 128px;
  height: 128px;
}

.manutencao-icon {
  background-image: url(../images/limpar.png);
  width: 128px;
  height: 128px;
}

.limpeza-icon {
  background-image: url(../images/limpeza.png);
  width: 128px;
  height: 128px;
}

.alinhar-centro {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.whatsapp-icon {
  background-image: url(../images/whatsapp-icon.png);
  width: 50px;
  height: 50px;
}