@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Vollkorn:400i,700|Nunito:300,300i,400,400i,500,700,900');

body{
	background: #FFF;
    color: #292b2c;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Nunito', sans-serif !important;
    font-size: 1.5em;
	overflow-x: hidden;
}
.logo-topo{
	margin: 3% 0;
	padding: 0px;
	float: left}
.hr{
	border: none;
	border-top: 0.3px solid #FFF;
	margin-top: 30px;
	margin-bottom: 30px
}
h1{
	margin: 0px;
	padding: 0px;
	font-family: 'Vollkorn', serif;
	font-size:2em;
	color: #FFFFFF;
    font-weight: 700;
	font-stretch: extra-condensed;
}
h2,h3{
	margin: 0px;
	padding: 0px;
    font-weight: 300;
    font-family: 'Nunito', sans-serif !important
}
h4{
	margin: 0px;
	padding: 0px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif !important
}
h5{
	margin: 0px;
	padding: 0px;
    font-weight: 500;
    font-family: 'Nunito', sans-serif !important;
	font-size: 1.5em;
	text-align: center
}
img{
    max-width: 100%;
}
.procurando{
	position: absolute;
	font-size: 0.4em
}
/*******Preloader Css*********/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999;
}
.spinner {
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}
.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #00ada9;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*******Preloader Css End*******/

.overlay{
    position: absolute;
    background: #000;
    opacity: .5;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.sec_head{
    text-align: center;
    width: 70%;
    margin: auto;
	padding: 3% 0 !important;

}
.sec_head h3{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6em;
    color: #333;
    margin-top: 48px;
    margin-bottom: 12px;
}

.sec_head h3 span{
    color: #00ada9;
    transition: all .5s;
}
.sec_line{
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 1px solid #00ada9;
    border-radius: 50%;
    position: relative;
}
.sec_line:after{
    position: absolute;
    content: "";
    left: 15px;
    top: 3.5px;
    height: 1px;
    width: 25px;
    background: #00ada9;
}
.sec_line:before{
    position: absolute;
    content: "";
    right: 15px;
    top: 3.5px;
    height: 1px;
    width: 25px;
    background: #00ada9;
}

.sec_line2{
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 1px solid #FFF;
    border-radius: 50%;
    position: relative;
}
.sec_line2:after{
    position: absolute;
    content: "";
    left: 15px;
    top: 3.5px;
    height: 1px;
    width: 25px;
    background: #FFF;
}
.sec_line2:before{
    position: absolute;
    content: "";
    right: 15px;
    top: 3.5px;
    height: 1px;
    width: 25px;
    background: #FFF;
}

.sec_line3{
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 1px solid #363636;
    border-radius: 50%;
    position: relative;
}
.sec_line3:after{
    position: absolute;
    content: "";
    left: 15px;
    top: 3.5px;
    height: 1px;
    width: 25px;
    background: #363636;
}
.sec_line3:before{
    position: absolute;
    content: "";
    right: 15px;
    top: 3.5px;
    height: 1px;
    width: 25px;
    background: #363636;
}
#conheca{
	position: absolute;
	background: #FFF;
	width: 100%;
	height: 3%;
	bottom: 0;
	z-index: 3
}
.sec_padding{
    padding: 3% !important;
}
.sec_padding1{
    padding: 2%;
}
#modelos .sec_padding{
    padding: 0 30px;
}
.sec_padding2{
    padding: 10px;
}
.btn-default{
    background: #00ada9;
}
.btn-default:hover{
    background: #fff !important; 
}
a{
    text-decoration: none !important;
    color: inherit;
}
/*a:focus{
    background: inherit !important;;
}*/



/************************
2. Header
*************************/

header{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: 1.6% 0;
    position: fixed;
    height: 120px;
    width: 100%;
    transition: all .5s;
    z-index: 999;
	background: #FFF;
}
.nav-flex-icons i{
    color: #fff;
}
header .navbar li a{
	font-weight: 700;
	font-size: 1.2em;
    color: #333;
    transition: all .5s;
    padding: 20px 14px;
}
header .navbar li a:hover{
    background: none;
}
header .navbar li a:focus{
    background: inherit;
}
header.sticky {
  height: 90px;
  transition: all .5s;
  background: #FFF;
}


header.sticky .navbar{
    margin-top: -14px;
    transition: all .5s;
}
header .navbar-brand{
    margin-top: -8%;
}
header .navbar-brand img{
    width: 170px;
    transition: all .5s;
}
header.sticky .navbar-brand img{
    width: 120px;
    transition: all .5s;
}
header.sticky .navbar-brand{
    margin-top: -2px;
}
header .navbar{
    box-shadow: none;
    transition: all .5s;
}

/************************
3. Banner
*************************/
#banner{
    color: #fff;
    display: table;
    overflow: hidden;
    min-height: 600px;
	margin: 0;
	padding: 0
}
.banner_cell{
    display: table-cell;
    vertical-align: middle;
}

.banner_left{
    display: table;
}

.banner_content{
	position: absolute;
	top: 0;
	z-index: 1;
	background:url(../img/bg-transparente.png);
	width:100%;
	height: 100%;
	text-align: center;
	padding: 0;
	margin: 0
}
.banner_content h2{
    font-size: 28pt;
    font-weight: 700;
    text-transform: uppercase;
	color: #FFF
}
.banner_left button{
    display: inline-block;
}

.banner_right img{
    max-width: 90%;
    margin-top: 50px;
}
.btn_banner{
    display: inline-block;
    padding: 10px 20px;
    background: #00ada9;
    color: #fff;
    font-size: 16px;
    min-width: 160px;
    border-radius: 30px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #00ada9;
    transition: all .6s;
}
.btn_banner:hover{
    background: #363636;
    color: #fff;
}

/************************
4. Details
*************************/
#feature{
    background: #f2f2f2;
    padding: 80px 0 40px 0;
}
#feature .sec_head{
    margin-bottom: 70px;
}
.single_feature{
    background: #f9f9fe;
    padding: 0px 20px 20px 20px;
	height: 135px;
	margin-bottom: 30px;
    transition: all .6s;
        color: #00ada9;
}
.single_feature i{
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    transition: all .6s;
    height: 80px;
    width: 80px;
    line-height: 80px;
        background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-top: -40px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);

}
.single_feature:hover{
    background: #00ada9;
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    color: #fff;

}
/*.single_feature:hover i{
    color: #00ada9;
    background: #f9f9fe;
}*/

/************************
5. Feature
*************************/

#offer {
    padding: 60px 0;
    color: #333;
}
.offer_box_main {
    display: table;
}
.offer_box_main2 {
    display: table;
	min-height: 710px;
}
.offer_box {
    display: table-cell;
    vertical-align: middle;
}
.single_offer {
    margin-bottom: 50px;
    position: relative;
}
.single_offer span{
    display: block;
    height: 1px;
    width: 100%;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    bottom: -25px;
}
.single_offer i {
    font-size: 40px;
    color: #00ada9;
    margin-bottom: 5px;
}


/************************
6. Video
*************************/
#onde-estamos {
    padding: 100px 0;
    background: url(../img/sol2.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
 	max-height: 450px !important;
    z-index: 1;
    color: #fff;
}
#onde-estamos:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .2;
    z-index: -1;
}

#video {
    padding: 100px 0;
    background: url(../img/banner_bg_2.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
    color: #fff;
}
#video:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    z-index: -1;
}
#video h1{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
}
#video a {
    display: inline-block;
    padding: 5px 20px;
    min-width: 150px;
    border: 1px solid #00ada9;
    border-radius: 40px;
    background: #00ada9;
    color: #fff;
    margin-top: 20px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    font-size: 20px;
    transition: all .6s;
}
#video a:hover{
    background: transparent;
}

/************************
7. Review
*************************/

#testimonial_area{
    text-align: center;
}
#review_slide .user{
    margin-bottom: 20px;
}
#review_slide .user img{
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    border: 4px solid #00ada9;
    margin: auto;
}
.single-item h4{
    font-weight: 700;
}
.single-item .fa-quote-left{
    color: #00ada9;
}
.review_star i{
    color: #00ada9;
}



/************************
8. Screenshot
*************************/
#screenshots{
    background: #f2f2f2;
}
.sin-screenshot { z-index: 9 }
.sin-screenshot a {
    display: block;
    position: relative;
}
[data-carousel-3d] [data-prev-button]:before, [data-carousel-3d] [data-next-button]:before{
    background: transparent;
    color: #00ada9;
    transition: all .5s;
}

[data-carousel-3d] [data-next-button]:hover:before, [data-carousel-3d] [data-prev-button]:hover:before{
    background: transparent !important;
    color: #333 !important;
    transform: scale(1.2);
}
.sin-screenshot a:before {
    background: #ccad52 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    right: 0;
    top: 0;
}
.sin-screenshot a:hover:before {
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.screenshot-carousel { z-index: 9 }
.screenshot-carousel img { width: 100% }

/************************
9. Price table
*************************/

#price {
   background: #f2f2f2;
}
.single_price {
    background-color: #ffffff;
    border: medium none transparent;
    box-shadow: 0 20px 30px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto 30px;
    max-width: 400px;
    transition: all .6s;
}
.single_price .price_top {
    background: #00ada9;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 20px;
}
.single_price h3 {
    margin: 15px 0;
    font-size: 18px;
}
.single_price .price_top h1 span {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
.single_price .price_bottom {
    padding: 25px 20px;
}
.price_bottom .price_btn {
    display: inline-block;
    padding: .5em 2em;
    border: 2px solid #00ada9;
    border-radius: 30px;
    min-width: 100px;
    font-size: 12px;
    color: #333;
}
.price_sp .price_bottom {
    background: #00ada9;
}
.single_price ul {
    margin-bottom: 30px;
    padding: 0 20px;
    margin-top: 20px;
}
.single_price ul li {
    margin-bottom: 10px;
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.price_btn {
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all .6s;
}
.price_btn:hover {
    background: #fff;
    color: #333;
}
.single_price:hover {
    background: #00ada9;
    color: #fff;
    transform: scale(1.06);
    -webkit-box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.75);
}
.single_price:hover .price_btn {
    background: #fff;
    color: #333;
}
.single_price:hover .price_bottom {
    background: #00ada9;
}
.single_price:hover .price_top {
    background: #00ada9;
}

/************************
10. InstalaÃƒÂ§ÃƒÂ£o
*************************/
#instalacao{
    background: url(../img/parallax-dryplug.png) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    color: #fff;
    height: 400px;
}
#instalacao.with-video{
    background: url(../img/poster-video.jpg) 0 0 no-repeat;
}
#produtos{
	padding: 0;
	margin: -4.6% 0 0;
}
#instalacao .container{
	padding: 0;
}


#mimimi .container{
	padding: 0;
}
/************************
10. Como comprar
*************************/
#como-comprar{
    background: url(../img/loja-ventidis.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.btn_download{
    display:inline-block;
    padding: 20px 40px;
    color: #fff;
    background: #00ada9;
    transition: all .6s;
    border: 1px solid #00ada9;
}
.btn_download i{
    margin-right: 10px;
}
.btn_download:first-child{
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}
.btn_download:last-child{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.btn_download:hover{
    background: transparent;
    border-color: #fff;
    color: #fff;
}


/************************
11. Blog
*************************/


.single_blog {
    overflow: hidden;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
        min-height: 550px;
}
.single_blog h4{
    font-size: 18px;
}
.blog_Bottom span{
    display: block;
    padding-bottom: 10px;
}
.blog_img {
    transition: all .3s;
}

.blog_Bottom {
    padding: 20px;
}
.blog_Bottom p {
    color: #666;
    padding-bottom: 10px;
}
.blog_Bottom .blog_link {
    color: #00ada9;
    display: inline-block;
    font-weight: 700;
        padding: 12px;
}
.single_blog:hover .blog_img {
    opacity: .5;
}

/************************
12. Contact Form
*************************/
#contato{
    background:#F2F2F2;
    color: #fff;
    position: relative;
    z-index: 1;
}
.contact_area{
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.contact_form h3{
    color: #333;
    font-size: 26px;
    margin-bottom: 48px;
    text-transform: uppercase;
}
#contato .contact_form{
    background: #fff;
}
.contact_form .form-control{
    padding: 20px 10px;
    border-radius: 2px;
    background:transparent;
    border: 1px solid #f2f2f2;
    color: #333;
    height: 100%;
    -moz-color: #333;
    -moz-box-sizing: border-box;
}
.contact_form button{
    display: inline-block;
    border:0;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    text-transform: capitalize;
    
	background: #00aba7;
    margin:auto;
}
.contact_form .success{
    color: #3AB3DF;
    padding: 15px 0;
    display: block;
    text-align: center;
}

.contact_form .field{
    margin-bottom: 20px;
}
.contact_form .form-control:focus{
    border-color: #3AB3DF;
}
.contact_form .form-control:hover{
    border-color: #3AB3DF;
}
.contact_address{
	background: #00aba7;
    padding: 48px;
}
.contact_address h3{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 26px;
}
.contact_address p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}
.contact_address ul{
    list-style: none;
    padding-left: 0;
}
.contact_address ul li{
    display: block;
    padding: 5px 0 0 40px;
    margin-bottom: 10px;
    font-size: 18px;
    position: relative;
}
.contact_address ul li i{
    position: absolute;
    left: 0;
    top: 6px;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
/************************
13. Subscribe
*************************/

#subscribe{
    background: #ffffff;
    color: #333 !important;
}
#subscribe, .sec_head h3{
    margin: 0;
}

#subscribe form{
    margin: 0 auto;
    max-width: 570px;
    position: relative;
    width: 100%;
}

#subscribe form input{
    background: #f2f2f2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    box-shadow: none;
    color: #999999;
    height: 50px;
    padding: 0 40px;
    width: 100%;
}
#subscribe .sub_btn{
    border: medium none;
    line-height: 44px;
    margin: 0;
    position: absolute;
    right: 0;
    border-radius: 30px;
    min-width: 150px;
    color: #fff;
    top: 0;
    height: 50px;
    background: #00ada9;
}
.socialList{
    list-style: none;
    text-align: center;
    margin-top: 48px;
    padding-left: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 48px;
    margin-bottom: 48px;
}
.socialList li{
    display: inline-block;
}
.socialList li a{
    color: #fff;
    display: inline-block;
    margin: 0 20px;
    transition: all .6s;
}
.socialList li a:hover{
    color: #00ada9;
}
.socialList li a span{
    display: inline-block !important;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}

.copyright p{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin-top: 20px;
    font-weight: 300;
    color: #333;
}


/************************
14. Back To Top
*************************/

.back-to-top {
    background: #00ada9;
    border-radius: 50%;
    bottom: 30px;
    display: none;
    height: 35px;
    line-height: 35px;
    margin: 0;
    position: fixed;
    right: 30px;
    text-decoration: none;
    width: 35px;
    z-index: 90;
    text-align: center;
    color: #fff;
}
.back-to-top:hover {
    color: #fff;
}
.fa-clima{
    background: #00ada9 url(../img/icon-clima.png);
}
.fa-ferramenta{
    background: #00ada9 url(../img/icon-ferramenta.png);
}
.fa-uv{
    background: #00ada9 url(../img/icon-uv.png);
}
.fa-ferramentas{
    background: #00ada9 url(../img/icon-ferramentas.png);
}
#t-instalacao h3{
    margin-top: 0;
}
.fa{	
    font-size: 24px;
}
.carrinho{
        background: url(../img/carinho.png);
    width: 31px;
    height: 23px;
}
.blog_link .carrinho{
    background: url(../img/carinho-laranja.png);
}
.pdf{
   	background: url(../img/pdf.png);
   	background: url(../img/pdf.png);
    width: 64px;
    height: 64px;
}
.blog_link .pdf{
    background: url(../img/pdf-laranja.png);
	vertical-align: middle;
}

/************************
15. TV
*************************/

	.tv {
    background: url(../img/TestMainBanner0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 1;
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	  padding: 0 !important;
	  margin: 0 !important

	  .screen {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		margin: auto;
		opacity: 0;
		transition: opacity .5s;

		&.active {
		  opacity: 1;
		}
	  }
	}
		
	.iframe-tv {
	  width: 100%;
	  height: 100% !important;
	  padding: 0;
	  margin: 0

	#missao{
		width: 100% !important;
		padding: 10% 5%;
		background: #f5f5f5
	}
	.missao_area{
		box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
		width: 100%;
		padding: 5% 3%;
		border: #ccc 1px solid;
		background: #f2f2f2;
		text-align: center
	}
	#jssor_1{
		position:relative;
		margin:0 auto;
		top:0px;
		left:0px;
		width:540px;
		height:359px;
		overflow:hidden;
		visibility:hidden;
	}
	#slides{
		cursor:default;
		position:relative;
		top:0px;
		left:0px;
		width:540px;
		height:359px;
		overflow:hidden;
	}
	.iframe-representantes{
		margin:0;
		min-width:540px !important;
		min-height:359px !important;
		overflow:hidden;
		border:none
	}
	.logos-rodape{
		margin: 3%;
		text-align: center;
		float: left
	}