* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', arial, sans-serif;
    z-index: 2;
}

*:focus{
    outline: none;
}

@keyframes pulse{
    0%{
        top: 85vh;
    }
    
    50%{
        top: 87vh;
    }
}

#installation{
    text-align: center;
  }
  
  #installation-img img{
    width: 100%;
    height: auto;
  }

#land-image{
    /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
background-image: url(../img/home-bg-spa-2.jpg);
}

.scroll-link, .scroll-top{
    cursor: pointer;
}

.side-btn{
    border-radius: 50%;
    width: 55px;
    height: 55px;
    position: fixed;
    -webkit-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.7);
    transform-origin: center;
    transition: 0.5s all;
    z-index: 100;
}
.side-btn:hover{
    transform: scale(1.1)
}
#contact-btn{
    right: 30px;
    bottom: 35px;
    background-color: #71b6b3;
    text-align: center;
    line-height: 53px;
    cursor: pointer;
}

#contact-btn:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:24px;
  color:#fff;
}

#whatsapp-btn{ 
    background-image: url(../img/whatsapp.png);
    background-size: contain;
    right: 30px;
    bottom: 110px;
}

#down
{
    position: absolute;
    top:85vh;
    padding: 20px 0;
    font-size: 3.3em;
    transition: all 0.5s;
    color: white;
    z-index: 2;
    animation: pulse 1.5s infinite;
    animation-timing-function: ease-in-out;
}
#down:hover
{
    cursor: pointer;
    color: #d6e6ff;
    opacity: 0.9;
}

.fullscreen-video-wrapper{
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
}

#about_us #body-about{
    margin-top: 0px;
}

#about_us a{
    color: #335b9c;
}

.depoimento-wrapper{
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.depoimento-wrapper iframe{
    margin-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.fullscreen-video-wrapper video{
    min-height: 100vh;
    min-width: 100%;
    z-index: 3;
}

.fullscreen-overlay{
    height: 100vh;
    width: 100%;
    text-align: center;
    display: inline-block;
}

#fullscreen-loading{
    height: 100vh;
    width: 100%;
    background-color: black;
    z-index: 0;
    position: absolute;
}

.fullscreen-overlay #about_{
    position: absolute !important;
    left: 50%;
    transform: translate(-50%, 0);
    top: 35%;
    color: white;
}

#about_ span {
	font-size: 14px;
	text-transform: uppercase;
}

#about_ h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 900;
}

#about_ p {
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
    color: white;
}

.fullscreen-overlay .image{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 1;
    opacity: 0.2;
}

ul {
	list-style: none;
}
p {
	color: #5a5a5a;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}
.primary-button a {
	display: inline-block;
	background-color: white;
	padding: 12px 18px;
	color: #4f86e0;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
    transform-origin: center;
}
.primary-button a:hover {
    transform: scale(1.09);
	background-color: #e3eeff;
}
.white-button a {
	display: inline-block;
	background-color: #fff;
	padding: 12px 18px;
	color: #121212;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.white-button a:hover {
	background-color: #121212;
	color: #fff;
}
.section-heading h4 {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}
.section-heading .line-dec {
	width: 60px;
	height: 3px;
	background-color: #121212;
	margin: 0 auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
    color: white !important;
    font-size: 200% !important;
	line-height: 80px;
	padding: 0px;
}

.navbar-brand-active{
    color: black !important;
}

.navbar-nav>li>a {
	color: #fff!important;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 45px;
}

.header.active .navbar-nav>li>a {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212!important;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand .logo{
    background-image: url(../img/logo-spa-branco.png);
	margin-top: 22px;
	display: inline-block;
	width: 125px;
	height: 43px;
	background-repeat: no-repeat;
}
.header.active .navbar-brand .logo{
    background-image: url(../img/logo-spa-cor.png);
	margin-top: 22px;
	display: inline-block;
	width: 125px;
	height: 43px;
    color: red;
	background-repeat: no-repeat;
}
#main-nav {
	background-color: transparent;
	background-image: none!important;
}
.header .navbar-brand {
    font-weight: 300;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #6d98de;
    background-color: #6d98de;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #6d98de;
}
bootstrap.min.css:5
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}



/* HERO SLIDER */

.slide-caption {
	color: #fff;
}

.slide-caption span {
	font-size: 14px;
	text-transform: uppercase;
}

.slide-caption h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 900;
}

.slide-caption p {
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}

ul.cd-hero-slider {
	margin-bottom: 0px!important;
}

/* WHAT WE DO */

#about {
	background-color: #f4f4f4;
	padding: 80px 0px;
}

#about .section-heading {
	margin-bottom: 60px;
}

.service-item {
	cursor: default;
	background-color: #fff;
	text-align: center;
	padding: 30px 20px;
	transition: all 0.7s;
	box-shadow: 0px 0px 15px #cdcdcd;
    min-height: 320px;
}

.service-item:hover {
	background-color: #6a99e6;
}

.service-item h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.service-item:hover h4 {
	color: #fff;
}

.service-item:hover p {
	color: #fff;
}

body:after{
 display:none;
 content: url(../img/icones-site-spa-branco.png);
}

.first-service .icon {
	background-image: url(../img/icones-site-spa.png);
    background-position: 0 0;
	height: 50px;
	width: 50px;
	display: inline-block;
}

.first-service:hover .icon {
    background-image: url(../img/icones-site-spa-branco.png);
}

.second-service .icon {
	background-image: url(../img/icones-site-spa.png);
    background-position: -50px 0;
	height: 50px;
	width: 50px;
	display: inline-block;
}

.second-service:hover .icon {
    background-image: url(../img/icones-site-spa-branco.png);
}

.third-service .icon {
	background-image: url(../img/icones-site-spa.png);
    background-position: -100px 0;
	height: 50px;
	width: 50px;
	display: inline-block;
}

.third-service:hover .icon {
    background-image: url(../img/icones-site-spa-branco.png);
}

.fourth-service .icon {
	background-image: url(../img/icones-site-spa.png);
    background-position: -150px 0;
	height: 50px;
	width: 50px;
	display: inline-block;
}

.fourth-service:hover .icon {
    background-image: url(../img/icones-site-spa-branco.png);
}


#what-we-do {
	background-image: url(../img/81122.jpg);
	width: 100%;
    background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	color: rgb(0,0,0);
}

#what-we-do p{
    text-shadow: 0px 0px 3px #fff;
}

#cycle-wrapper{
    width: 100%;
    text-align: center;
    padding-top: 40px;
    background-color: white;
}

#cycle-wrapper span{
    font-weight: bold;
    font-size: 115%;
}

#cycle-wrapper p{
    margin-top: 20px;
    padding: 0 25%;
}

#cycle-img {
    margin-top: 20px;
	background: url(../img/fluxo_ozonio_1.png) no-repeat 50% 100%;
	background-size: contain;
	background-repeat: no-repeat;
    height: 58vh;
	padding: 80px 0px;
	color: rgb(0,0,0);
}


#what-we-do .right-image img {
    position: absolute;
	width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-30%, 7%);
    -webkit-filter: drop-shadow(5px 5px 50px #222);
  filter: drop-shadow(7px 6px 15px rgba(0,0,0,0.3));
}

#what-we-do h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 25px;
}

#what-we-do p {
	margin-bottom: 30px;
    font-weight: 400;
}

#what-we-do ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}



/* PORTFOLIO */

#portfolio {
    background-color: #F2F2F2;
	text-align: center;
    z-index: 5 !important;
}




/* CONTACT US */

#contact-wrapper .section-heading h4 {
	color: rgb(0,0,0);
}

#contact-wrapper .section-heading .line-dec {
	background-color: #000;
}

#contact-wrapper .section-heading {
	margin-bottom: 60px;
}

#contact-wrapper {
	background-image: url(../img/product-bg-4.jpg);
	background-repeat: no-repeat;
    background-position: bottom;
	width: 100%;
	background-size: cover;

}

#contact-wrapper .map img {
	width: 100%;
	overflow: hidden;
}

#contact-wrapper input {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	outline: none;
	border: none;
	box-shadow: none;
	line-height: 50px;
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
    border-radius: 10px;
}

#contact-wrapper textarea {
	border-radius: 10px;
	padding-left: 15px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	outline: none;
	border: none;
	box-shadow: none;
	height: 165px;
	max-height: 220px;
	width: 100%;
	margin-bottom: 25px;
}

#contact-wrapper button {
	display: inline-block;
	background-color: #3863a8;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

#contact-wrapper button:hover {
	color: #fff;
	background-color: #173a73;
	transition: all 0.3s;
}


/* FOOTER */

footer {
	background-color: #202628;
	padding: 20px;
}

footer p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 20px;
}

footer em {
	font-style: normal;
	font-weight: 700;
	color: #a2cf8d;
}

footer ul {
	margin-top: 15px;
	float: right;
}

footer ul li {
	display: inline-block;
	margin-left: 5px;
}

footer ul li a {
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	background-color: #4672b8;
	color: #fff;
	border-radius: 50%;
}

footer ul li a:hover {
    color: #fff;
	background-color: #375d99;
	transition: all 0.5s;
}




/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/* RESPONSIVE */

@media (max-width: 767px){
    .fullscreen-overlay #about_{
        position: absolute !important;
        left: 50%;
        transform: translate(-50%, 0);
        top: 30%;
        color: white;
    }
    #cycle-img {
        background-size: cover;
        background-repeat: no-repeat;
        height: 400px;
        padding: 80px 0px;
        padding-top: 0px;
        margin-bottom: 60px;
        color: rgb(0,0,0);
    }
    
	#main-nav {
		border-color: rgba(250, 250, 250, 0.95);
		margin-top: 16px;
		background-color: rgba(250, 250, 250, 0.95);
		box-shadow: 0px 5px 10px #cdcdcd;
	}
    
	.navbar-nav {
		padding: 0px;
		margin-top: 0px;
		margin-top: 0px;
	}
	.navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid #eee;
	}
	.navbar-nav>li:last-child {
		border-bottom: none;
	}
	.navbar-nav>li>a {
		line-height: 50px;
		color: #121212!important;
	}
}

@media (max-width: 1200px){
    #what-we-do .right-image{
        display: none;
    }
}

@media (max-width: 768px){
	.cd-hero .slide-caption span {
		font-size: 13px;
	}

	.cd-hero .slide-caption h2 {
		font-size: 28px;
	}
    
    #what-we-do .right-image{
        display: none;
    }
    
    #down{
        display: none;
    }
}


@media (max-width: 1015px){
	.slide-caption .content-caption p {
		padding: 0 10%;
	}
	.service-item {
        min-height: 200px;
		margin-bottom: 30px;
	}
	#what-we-do .right-image {
		margin-top: 60px;
	}
	#blog .pop {
		top: 15%;
		height: 80%;
		overflow-y: scroll;
	}
	.fact-item {
		margin-bottom: 15px;
	}
	.map {
		margin-bottom: 45px;
	}
	footer {
		text-align: center;
	}
	footer ul {
		float: none;
	}
}

.sidebar-contact{
z-index: 100;
  position:fixed;
  top:50%;
  right:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
}
.sidebar-contact.active{
  right:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#71b6b3;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#71b6b3;
  top:0;
  left:-48px;
  line-height:48px;
}
.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}

.rounded-btn-blue{
    text-decoration: none;
    background-color: #3570cc;
    color: white !important;
    padding: 10px 15px;
    border-radius: 10px;
    text-decoration: none;
    transform-origin: center;
    transition: all 0.5s;
}

.rounded-btn-blue:hover{
    background-color: #5e93e6;
    text-decoration: none;
}

#cycle-wrapper a{
    display: inline;
    background-color: #3570cc;
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    text-decoration: none;
    transform-origin: center;
    transition: all 0.5s;
}

#cycle-wrapper a:hover{
    background-color: #5e93e6;
}


