/* TABLE OF CONTENTS

	1. Import section
	2. Basic styles
	3. BUTTONS
	4. HEADER
	5. SLIDER
	6. SERVICES
	7. OUR WORKS
	8. PRICING
	9. ABOUT US
	10. OUR TEAM
	11. TESTIMONIAL
	12. FUN FACTS
	13. CONTACT
	14. BLOG
	15. FOOTER
	16. SCROLL TO TOP
	INSTA STYLES INIT
	MOZAICO STYLES

*/



/* 1. IMPORT SECTION */

	@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');




/* 2. BASIC STYLES */

	

	html, body {
		height: 100%;
	}

	body {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 200;
		line-height: 1.7857;
		letter-spacing: 0.075em;
		color: #333333;
		background-color: #fff;
	}

	a { 
		color: #000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	a:hover {
		color: #000;
	}

	a, a:hover, a:active, a:focus, button:focus {
		outline: 0;
		border: 0;
		text-decoration: none;
	}

	#st-preloader {
		background: #FFF;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999;
	}

	p {
		line-height: 1.5;
	}

	h1, h2, h3, h4, h5, h6{
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}

	input, textarea{
		outline: none;
	}

	label{
		font-weight: 300;
	}

	#pre-status,
	.preload-placeholder {
		background-image: url(../images/preloader.gif);
		background-position: center;
		background-repeat: no-repeat;
		height: 40px;
		left: 50%;
		margin: -20px 0 0 -20px;
		position: absolute;
		top: 50%;
		width: 40px;
	}

	.preload-placeholder {
		background: none;
		left: 0;
		margin: 0;
		text-align: center;
		top: 65%;
	}

	.st-border{
		width: 34px;
		height: 1px;
		display: block;
		background-color: #000;
	}

	.overlay{
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.8;
	}

	.img_size {
		width: 100%;
	}


/* 3. BUTTONS */

	.btn-send{
		background-color: #383838;
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 8px 14px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.btn-send:hover{
		background-color: #000;
		color: #fff;
	}

	.btn-readmore{
		background-color: #383838;
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 10px 20px;
		margin-top: 20px;
		text-transform: uppercase;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.btn-readmore:hover{
		background-color: #000;
		color: #fff;	
	}




/* 4. HEADER */

	#header{}

	#header .navbar {
		min-height: 80px;
		margin-bottom: 0;
		border-radius: 0;
	}

	nav {
		box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.15);
		background-color: #d3d3d3;
	}

	.st-navbar{
		background-color: #fff;
		border-bottom: 1px solid #f0f0f0;
	}

	.st-navbar ul{
		margin-top: 15px;
	}

	.st-navbar ul li a{
		text-transform: uppercase;
		font-weight: 600;
		padding: 0;
		margin: 14px;
	}

	.st-navbar ul li a:hover,
	.st-navbar ul li a:focus {
		background-color: transparent;
		color: #000;
	}

	.st-navbar .navbar-header{
		margin-top: 25px;
	}

	.st-navbar .navbar-toggle .icon-bar {
		background-color: #000;
	}

	.st-navbar .navbar-toggle{
		margin-top: 7px;
		margin-right: 25px;
		padding: 0;
		border-radius: 0;
	}

	.primeiro_topo {
		background-color: #313131;
		padding: 10px 0px;
	}

	.icones_padrao {
		padding-left: 10px;
	}

	.link_menu > li > a {
		color:#313131;
	}

	.position_tablet {
		background-color:#d3d3d3;
	}

	.carousel-inner {
		position: relative;
		width: 100%;
		overflow: hidden;
		object-fit: cover !important;
		/* max-height: 550px !important; */
		height: calc(100vh - 117px);
	}

/* 5. SLIDER */

	#slider{
		margin-top: 80px;
	}

	#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		height: 650px;
	}

	#home-carousel .item:before{
		background-color: #000;
		content: "";
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.5;
		position: absolute;
		width: 100%;
	}

	.carousel-caption {
		left: 15px;
		right: 15px;
		top: 50%;
		font-size: 15px;
		text-align: left;
		color: #fff;
		text-shadow: none;
		margin-top: -130px;	
	}

	.carousel-caption h1 {
		font-size:46px;
		margin-bottom:0;
		line-height:27px;
		letter-spacing:2px;
		font-weight:100;
	}

	.carousel-caption h2 {
		font-size:81px;
		font-weight:600;
		margin-top:0px;
		text-transform:lowercase;
		letter-spacing:2px;
		margin-bottom:20px;
	}

	.home-carousel-left, 
	.home-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.home-carousel-left {
		left:-32px;
	}

	.home-carousel-right {
		right:-32px;
	}

	#home-carousel:hover .home-carousel-left {
		left:0;
	}

	#home-carousel:hover .home-carousel-right {
		right:0;
	}
	/* Carousel animation */

	#home-carousel .item h1, 
	#home-carousel .item h2, 
	#home-carousel .item p {
		opacity:0;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	#home-carousel .item h1 {
		-webkit-transition: all 0.5s ease-in-out 0.15s;
		-moz-transition: all 0.5s ease-in-out 0.15s;
		-ms-transition: all 0.5s ease-in-out 0.15s;
		-o-transition: all 0.5s ease-in-out 0.15s;
		transition: all 0.5s ease-in-out 0.15s;
	}

	#home-carousel .item.active h1, 
	#home-carousel .item.active h2, 
	#home-carousel .item.active p {
		opacity:1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	#home-carousel .item h2 {
		-webkit-transition: all 0.5s ease-in-out 0.30s;
		-moz-transition: all 0.5s ease-in-out 0.30s;
		-ms-transition: all 0.5s ease-in-out 0.30s;
		-o-transition: all 0.5s ease-in-out 0.30s;
		transition: all 0.5s ease-in-out 0.30s;
	}

	#home-carousel .item p {
		-webkit-transition: all 0.5s ease-in-out 0.45s;
		-moz-transition: all 0.5s ease-in-out 0.45s;
		-ms-transition: all 0.5s ease-in-out 0.45s;
		-o-transition: all 0.5s ease-in-out 0.45s;
		transition: all 0.5s ease-in-out 0.45s;
	}





/* 6. SERVICES */

	#services{
		background-color: #f5f5f5;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.section-title{
		margin-bottom: 50px;
	}

	.section-title h1{
		margin-top: 0;
	}

	.st-service{
		margin-top: 30px;
	}

	.st-service h2{
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.st-service h2 i{
		margin-right: 10px;
	}

	.st-service p{}

	.justify_center {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}



/* 7. OUR WORKS */

	.isotope-item {
	    z-index: 2;
	}
	.isotope-hidden.isotope-item {
	    z-index: 1;
	}
	.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	    -webkit-transition-duration: 0.8s;
	    -moz-transition-duration: 0.8s;
	    transition-duration: 0.8s;
	}
	.isotope {
	    -webkit-transition-property: height, width;
	    -moz-transition-property: height, width;
	    transition-property: height, width;
	}
	.isotope .isotope-item {
	    -webkit-transition-property: -webkit-transform, opacity;
	    -moz-transition-property:-moz-transform, opacity;
	    transition-property:transform, opacity;
	}

	#our-works{
		padding-top: 130px;
		padding-bottom: 120px;
	}

	.portfolio-wrapper ul.filter{
		list-style: none;
		padding: 0;
		margin-bottom: 35px;
		margin-top: 28px;
		overflow: hidden;
	}

	.portfolio-wrapper ul.filter li{
		float: left;
		text-transform: uppercase;
		margin-right: 25px;
		font-weight: 600;
	}

	.portfolio-wrapper ul.filter li a{
		color: #909090;
	}

	.portfolio-wrapper ul.filter li a:hover,
	.portfolio-wrapper ul.filter li a.active{
		color: #000;
	}

	.portfolio-wrapper .portfolio-items{
		clear: both;
	}

	.portfolio-wrapper .portfolio-content{
		position: relative;
		margin-bottom: 30px;
	}

	.portfolio-wrapper .portfolio-overlay{
		position: absolute;
		background-color: rgba(0, 0, 0, 0.7);
		color: #fff;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding: 30px;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.portfolio-wrapper .portfolio-content:hover .portfolio-overlay{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.portfolio-wrapper .portfolio-overlay a{
		color: #fff;
		font-size: 35px;
	}
	.portfolio-wrapper .portfolio-overlay a:hover{
		color: #fff;
	}



/* 8. PRICING */
	
	#pricing{
		background-color: #f5f5f5;
		padding-top: 130px;
		padding-bottom: 120px;
	}

	.st-pricing{
		background-color: #fff;
		padding: 40px;
		margin-top: 30px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.st-pricing:hover{
		box-shadow: 0px 0px 18px #ddd;
	}

	.st-pricing h5{
		margin-top: 0;
		margin-bottom: 25px;
	}

	.st-pricing h3{
		margin-top: 0;
		margin-bottom: 25px;
	}

	.st-pricing .st-border{
		width: 100%;
		margin-bottom: 15px;
		background-color: #ccc;
	}

	.st-pricing ul{
		list-style: none;
		padding: 0;
	}

	.st-pricing ul li{
		padding: 12px 0;
		font-size: 15px;
	}

	.st-pricing a.btn-send{
		text-transform: uppercase;
		margin-top: 20px;
		padding: 10px 25px;
	}


/* 9. ABOUT US */
	
	#about-us{
		background-color: #f5f5f5;
	}

	#about-us .about-us{
		padding-left: 15%;
		padding-right: 15%;
		padding-top: 15%;
	}

	#about-us .about-us h4{
		margin-top: 0;
		margin-bottom: 30px;
	}

	#about-us .about-us .btn-send{
		margin-top: 30px;
	}

	#about-us .our-office{
		padding-right: 0px;
	}

	.office-carousel-left, 
	.office-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.office-carousel-left {
		left:-32px;
	}

	.office-carousel-right {
		right:-32px;
	}

	#office-carousel:hover .office-carousel-left {
		left:0;
	}

	#office-carousel:hover .office-carousel-right {
		right:0;
	}

	#office-carousel .item img{
		width: 100%;
	}



/* 10. OUR TEAM */

	#our-team{
		padding-top: 130px;
		padding-bottom: 120px;
	}

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

	.member-image{
		position: relative;
	}

	.member-info{
		background-color: #f5f5f5;
		padding: 15px;
	}

	.member-info h4{
		margin-top: 0;
		margin-bottom: 6px;
	}

	.member-info span{
		text-transform: uppercase;
	}

	.team-member .member-social{
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		left: 0;
		top: 0;
		text-align: center;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.team-member:hover .member-social{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.team-member .member-social a{
		position: relative;
		font-size: 16px;
		color: #fff;
		top: 47%;
	}

	.team-member:hover .member-social a{
		margin: 6px;
	}



/* 11. TESTIMONIAL */

	#testimonial{
		background-image: url(../images/testimonial-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding-top: 100px;
		padding-bottom: 100px;
		position: relative;
	}

	.st-testimonials{
		color: #e0e0e0;
	}

	.st-testimonials .st-border{
		background-color: #e0e0e0;
		margin: 20px auto;
	}

	.st-testimonials p{
		font-style: italic;
	}

	.st-testimonials .client-info h5{
		margin-top: 0;
		margin-bottom: 5px;
	}

	.st-testimonials .client-info span{
		font-size: 12px;
		text-transform: uppercase;
	}



/* 12. FUN FACTS */
	
	#fun-facts{
		background-color: #f5f5f5;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#fun-facts .fun-fact{
		border-right: 1px solid #ddd;
	}

	#fun-facts .col-md-3:last-child .fun-fact{
		border-right: 0px solid #ddd;
	}

	#fun-facts .fun-fact i{
		margin-right: 5px;
	}

	#fun-facts .fun-fact p{
		font-size: 16px;
	}



/* 13. CONTACT */

	#contact{
		padding-top: 130px;
		padding-bottom: 120px;
	}
	
	.contact-info .contact-content{
		margin-bottom: 30px;
	}

	.contact-info p{
		margin-bottom: 20px;
	}

	.contact-info p i{
		font-size: 16px;
		margin-right: 10px;
	}

	.contact-form{}

	.contact-form input[type="text"],
	.contact-form input[type="email"]{
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}

	.contact-form textarea{
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}



/* 14. BLOG */
	
	#page-header{
		background-color: #f5f5f5;
		padding-top: 50px;
		padding-bottom: 0px;
		position: relative;
		margin-bottom: 50px;
		margin-top: 80px;
	}

	.single-blog{
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.post-title{
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.post-meta{
		margin-bottom: 15px;
	}

	.post-meta span{
		margin-right: 6px;
		font-size: 12px;
		font-weight: 600;
		opacity: 0.6;
	}

	.post-meta span:hover{
		opacity: 1;
	}

	.post-carousel-left, 
	.post-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.post-carousel-left {
		left:-32px;
	}

	.post-carousel-right {
		right:-32px;
	}

	#post-carousel:hover .post-carousel-left {
		left:0;
	}

	#post-carousel:hover .post-carousel-right {
		right:0;
	}

	.post-link{
		background-color: #f5f5f5;
		text-align: center;
		padding: 40px 0;
		font-size: 16px;
		font-weight: 600;
	}

	.post-quote{
		background-color: #f5f5f5;
		padding: 30px;
		font-size: 16px;
		font-weight: 500;
		font-style: italic;
	}

	#blog .pagination{
		margin-bottom: 80px;
	}

	#blog .pagination li a{
		width: 35px;
		height: 35px;
		line-height: 31px;
		text-align: center;
		font-size: 16px;
		color: #a3a3a3;
		border: 1px solid #d1d1d1;
		padding: 0;
		margin-right: 5px;
		border-radius: 0;
	}

	#blog .pagination li.active a,
	#blog .pagination li a:hover{
		background-color: transparent;
		border-color: #000;
		color: #000;
	}

	.sidebar-widget{
		margin-top: 35px;
		margin-bottom: 50px;
	}

	.sidebar-widget .sidebar-title{
		margin-top: 0;
		margin-bottom: 20px;
	}

	.sidebar-widget ul{
		list-style: square;
		margin: 0;
		padding-left: 18px;
	}

	.sidebar-widget ul li{
		margin-bottom: 10px;
		font-weight: 500;
	}

	.blog-search{
		position: relative;
	}

	.blog-search input {
		border: 1px solid #d6d6d6;
		color: #8d8d8d;
		height: 44px;
		outline: medium none;
		padding: 0 50px 0 17px;
		width: 100%;
	}

	.blog-search span {
		color: #252525;
		font-size: 12px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.blog-search .search-submit {
		background: none;
		border: none;
	}

	.blog-search:after {
		background-color: #d6d6d6;
		content: "";
		display: block;
		height: 27px;
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 1px;
	}

	.sidebar-widget .tagcloud a{
		padding: 4px 10px;
		border: 1px solid #ccc;
		margin: 3px 1px;
		display: inline-block;
	}

	.sidebar-widget .tagcloud a:hover{
		border-color: #000;
		color: #000;
	}

	ul.content-flickr {
		margin: 0;
		overflow: hidden;
		padding: 0;
	}

	ul.content-flickr li {
		display: block;
		float: left;
		padding: 5px 10px 5px 0;
		width: 33.33%;
	}

	.content-flickr li a {
		display: block;
		position: relative;
		width: 100%;
	}



/* 15. FOOTER */

	#footer{
		background-color: #262626;
		padding-top: 40px;
		padding-bottom: 40px;
		color: rgba(255, 255, 255, 0.4);
	}

	#footer a{
		color: rgba(255, 255, 255, 0.4);
	}
	#footer a:hover{
		color: #fff;
	}

	.footer-social-icons{
		text-align: right;
	}

	.footer-social-icons a{
		margin: 0 5px;
		font-size: 16px;
	}

	.footer-social-icons span{
		margin-right: 10px;
	}

	.adjustment_map{
		display: block;
	}

	.back_img {
		background-image: url("../images/banner_rodape_img.jpg");
		background-size: cover;
		height: 250px;
		box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.5);
		border-top: 3px solid #000;
		border-bottom: 3px solid #000;
	}

@media (min-width:990px) {
	.adjust_size {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
}

	
/* 16. SCROLL TO TOP */

	.scroll-up {
		position: fixed;
		display: none;
		z-index: 999;
		bottom: 1.8em;
		right: 1.8em;
	}

	.scroll-up ul{
		margin: 0;
		padding: 0;
	}

	.scroll-up li{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.scroll-up a {
		background-color: #fff;
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		color: #000;
		font-size: 20px;
		line-height: 38px;
		box-shadow: 0px 0px 6px #ccc;
	}

	.scroll-up a:hover,
	.scroll-up a:active {
		background-color: #f5f5f5;
		color: #000;
	}

	.explore_produtos{

		background-image: url('../images/banner_home.jpg');
		padding-top: 120px; 
		padding-bottom: 120px;
	}

	.explore_produtostxt{

		font-size: 30px;
		color: #FFFFFF;
		text-align: center;
		font-weight: bold;
	}

	#quem_somos{

		padding-top: 55px;
		padding-bottom: 55px;

	}

	#produtos {
		padding-top: 55px;
		padding-bottom: 55px;
		background-color: #DEDEDE;
	}

	#contato{
		padding-top: 55px !important;
		padding-bottom: 75px !important;
		box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.15);
	}
	
	.quemsomostitle{
		text-transform: none;
		color: #343434;
		font-size: 30px;
		font-weight: 600;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.quemsomostxt{

		color: #343434; 
		margin-top: 10px;
		font-weight: normal;
	}
	.explorenossosprodutos{
		background-image: url('../images/logo_madeira_img.jpg');
		padding-top: 240px;
		padding-bottom: 240px;
	}

	.exploretitle{

		font-size: 30px;
		color: #FFFFFF;
		text-align: center;
	}

	.venhanosvisitartitle{

		text-transform: none;
		color: #fff;
		font-size: 40px;
		font-weight: 300;
	}

	.faleconosco{

		text-transform: none;
		color: #343434;
		font-size: 30px;
		font-weight: 600;
		text-align: center;

	}


	ul.nav.navbar-nav.navbar-right{
		margin-top: 15px;
	}

	img.logo_colorido{
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.safepostlogo{
		width: 300px;
	}

	.lupalogo{
		width: 60px;
		padding-top: 20px;
	}

	.input_default, .input_default:hover, .input_default:focus{
		box-shadow: none;
		border: none;
		color: #151515;
		border-radius: 8px;
		margin-bottom: 20px;
		background-color: #f2f2f4;
	}
	
	.div_select>select, .div_select>select:hover, .div_select>select:focus{
		border: none;
		box-shadow: none;
		color: #151515;
		border-radius: 0px;
	}
	.div_select{
		border-bottom: 1px solid #151515;
		margin-bottom: 20px;
	}

	.produtostitle{
		color: black;
		font-weight: normal;
		font-size: 18px;
		margin-top: 60px;
	}
	.bannerprodutos{
		background-image: url('../images/banner_produtos.jpg');
		padding-top: 120px;
		padding-bottom: 120px;

	}

	.botaoenviar{
		background-color: white;
		color: black;
		margin-top: 10px;
		margin-bottom: 70px;
	}


	.botaoenviar:hover{
		background-color: white;
		color: black;
	}

		.textoproduto{
		font-weight: normal;
		color: black;
		margin-top: 30px;
	}
    
    .dadostecnicos{
    	font-weight: bold;
    	color: black;
    	font-size: 18px;
    	margin-top: 30px;
    	
    }
    .fundodegrade{
    	background-image: linear-gradient(to top, #DDDDDD, #FFFFFF); 
    }
    .gradient-video{
    	background-image: linear-gradient(to right, #343431, #0F0F0F); 
    	padding-top: 50px;
    	padding-bottom: 50px;
    }
    .venhavisitarprod{
    	color: black;
    	text-transform: none;
		font-size: 40px;
		font-weight: 300;
		
    }

    section#services{
    	padding: 0px;
    }

	#home-carousel .item::before {
		background-color: transparent;
	}
	.solucoes_div{
		background-attachment: fixed; 
		background-position: center;
		background-repeat: no-repeat; 
		background-size: cover;
	}
	@media(max-width: 768px){
		.solucoes_div{
			background-attachment: initial; 
			background-position: center;
			background-repeat: no-repeat; 
			background-size: cover;
		}
		#div_video{
			width: 100%;
			height: 280px;
		}
	}

	textarea.form-control {
		max-width: 100%;
		min-width: 100%;
	}


	::-webkit-input-placeholder  { color:#151515; }
	input:-moz-placeholder { color:#151515; }
	input:-ms-input-placeholder{ color:#151515; }
	textarea:-moz-placeholder { color:#151515; }​




/* Style Home */
.zopim-footer{bottom: 68px !important;}
.zopim-footer-tablet{ bottom: 104px !important; }
.zopim-footer-retina{ bottom: 164px !important; }

.menu_ativo{font-weight: 600 !important;}
.mt-10{margin-top: -10px;}
.mt-20{margin-top: -20px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.azul{color: #0073a2;}
.laranja{color: #f46c3a;}
.st-navbar ul li a{font-weight: 300;}
.botao_branco{border-radius: 0px; border: 1px solid #fff; background-color: transparent; color: #fff; padding: 10px; font-size: 18px; padding: 10px 20px;}
.botao_branco:hover{border-radius: 0px; border: 1px solid #fff; background-color: #fff; color: #f46c3a; padding: 10px; font-size: 18px; padding: 10px 20px;}
.botao_azul{border-radius: 0px; border: 1px solid #0073a2; background-color: transparent; color: #0073a2; padding: 10px; font-size: 18px; padding: 10px 20px;}
.botao_azul:hover{border-radius: 0px; border: 1px solid #0073a2; background-color: #0073a2; color: #fff; padding: 10px; font-size: 18px; padding: 10px 20px;}
.nome_equipe{margin-top: 40px; font-size: 20px;}
.circulo_conteudo{
	background-color: rgba(64, 105, 130, .5); width: 180px; height: 180px; padding: 45px 10px; border-radius: 100%; border: 2px solid #fff; color: #fff; font-size: 16px;
}
.circulo_conteudo_laranja{
	background-color: rgba(165, 89, 59, .5); width: 180px; height: 180px; padding: 45px 10px; border-radius: 100%; border: 2px solid #fff; color: #fff; font-size: 16px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.navbar-fixed-top{
	background-color: #fff;
	border-color: #fff;
}
.st-navbar ul li a{
	color: #fff;
}
.st-navbar ul li a:hover{
	color: #fff;
}
.carousel-caption{
	top: 60%;
}
.input_padrao{
	background-color: transparent !important;
	box-shadow: none !important;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #fff;
	color: #151515;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #151515 !important;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #151515 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #151515 !important;
}

.pre-rodape .col-xs-12 .row {
	align-items: flex-start !important;
}

.logo_rodape{
	max-width: 250px;
	margin-top: 0px;
	margin-left: 10px;
}

.row {
	width: 100% !important;
	display: flex !important;
	align-items: center;
	margin-right: -15px !important;
	margin-left: -15px !important;
}

.logo_branco{
	width: 150px !important; height: auto;
}
.logo_colorido{
	width: 85px !important; height: auto;
}
.navbar-fixed-top > .container {
    min-height: 80px;
}

.bandeiraativa:hover .bandeiradois{
	display: block !important;
	cursor: pointer;
}
.bandeiraativa .bandeiradois{
	display: none;
	position: absolute;
	cursor: pointer;
}
#header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}

@media (max-width: 1024px){
	.st-navbar ul li a{
		color: #151515 !important;
	}

	.logo_rodape{
	width: 200px;
	}

	.row {
		flex-direction: column;
	}
}

@media (max-width: 980px) and (min-width:770px) {
	.position_tablet {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		color:#d3d3d3;
	}
}

/* Slideshow with Tumb */

.product-slider { padding: 45px; }

.product-slider #carousel { border: 4px solid #1089c0; margin: 0; }

.product-slider #thumbcarousel { margin: 12px 0 0; padding: 0 45px; margin-bottom: 12px;}

.product-slider #thumbcarousel .item { text-align: center; }

.product-slider #thumbcarousel .item .thumb { border: 4px solid #cecece; width: 20%; margin: 0; display: inline-block; vertical-align: middle; cursor: pointer; max-width: 145px; }

.product-slider #thumbcarousel .item .thumb:hover { border-color: #1089c0; }

.product-slider .item img { width: 100%; height: auto; }

.carousel-control { color: #0284b8; text-align: center; text-shadow: none; font-size: 30px; width: 30px; height: 30px; line-height: 20px; top: 23%; }

.carousel-control:hover, .carousel-control:focus, .carousel-control:active { color: #333; }

.carousel-caption, .carousel-control .fa { font: normal normal normal 30px/26px FontAwesome; }
.carousel-control { background-color: rgba(0, 0, 0, 0); bottom: auto; font-size: 20px; left: 0; position: absolute; top: 38%; width: auto; }

.carousel-control.right, .carousel-control.left { background-color: rgba(0, 0, 0, 0); background-image: none; }

.carousel-control.left {left: -30px;}

.carousel-control.right {right: -30px;}

.custom_size {
	width: 110% !important;
    padding: 0 !important;
    margin: 0 !important;
	left: -48px !important;
}

.first-left {
	left: 25px !important;
	top: 50%;
}

.first-right {
	right: 25px !important;
	top: 50%;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.paddin_img img {
	padding: 0 10px 0 0;
}

.paddin_img2 a {
	padding: 0 15px 0 0;
}

.btn_custom {
    color: #fff !important;
    background-color: #434343 !important;
    border-color: #ccc !important;
    padding: 20px 65px !important;
}

.item {
	height: calc(100vh - 120px);
}

.top_slider {
	padding-top: 120px; 
	height: calc(100vh - 0px);
}

@media (max-width:990px){
	.top_slider {
		padding-top: 77px; 
	}

	.carousel-inner {
		height: calc(100vh - 70px);
	}

	.item {
		height: calc(100vh - 0px);
	}
	
}

@media (max-width: 766px) {
	.navbar-toggle {
		padding: 16px !important;
	}
}

.first_img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/banner_um_img.jpg')
}

.second_img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/logo_madeira_img.jpg')
}

.third_img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/banner_um_img.jpg')
}

/*jssor slider arrow skin 106 css*/
.jssora106 {display:block;position:absolute;cursor:pointer;}
.jssora106 .c {fill:#000;opacity:.3;}
.jssora106 .a {fill:none;stroke:#000;stroke-width:350;stroke-miterlimit:10;}
.jssora106:hover .c {opacity:.5;}
.jssora106:hover .a {opacity:.8;}
.jssora106.jssora106dn .c {opacity:.2;}
.jssora106.jssora106dn .a {opacity:1;}
.jssora106.jssora106ds {opacity:.3;pointer-events:none;}

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#fff;}
.jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border:2px solid #c1b9b9;box-sizing:border-box;z-index:1;}
.jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
.jssort101 .p:hover{padding:2px;}
.jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
.jssort101 .p:hover.pdn{padding:0;}
.jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
.jssort101 .pav .cv {border-color:#fff;opacity:.35;}
.jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
.jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
.jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}
.jssorl-009-spin {    box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.5);}

/*jssor slider main*/

.custom_heigh {
	background-color: #dedede !important;
}

.custom_heigh_2 {

}

#jssor_1 {
	box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.15);
}

.new_style {
	border-bottom: none;
}

.style_modal {
	background-color: #0000008c !important;
}

.position_modal {
	top: 30%;
}

.block_border {
	border-radius: 0%;
}

.close {
	float: right;
	font-size: 30px !important;
	font-weight: 400 !important;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

@media (max-width:1199px) {
	.display_mobile {
		display: none;
	}

	.object_inside {
		overflow: hidden;
		padding: 0 !important;
	}

	#jssor_1 {
		margin-top: -60px !important;
	}

	.jssora106 {
		top: 650% !important;
	}
}

@media (max-width:770px) {
	#jssor_1 {
		/* left: -2% !important; */
	}
	.jssora106 {
		display: none !important;
	}
}

@media (max-width: 990px) {
	#quem_somos {
		/* margin-top: 70px; */
	}

	.jssora106 {
		top: 595% !important;
	}

	.img_banner {
		width: 100% !important;
		height: auto !important;
		padding-top: 75px;
	}

	.display_here {
		display: inline;
	}

	.slider_show {
		display: none;
	}
}

@media (min-width: 991px) {
	.display_here {
		display: none;
	}
}

@media (max-width: 470px) {
	#jssor_1 {
		margin-top: -30px !important;
	}
}

/* INSTA STYLES INIT  */
.image_instagram{
	padding: 3px;
	width: 20%
}

.image_instagram_maior{
	padding: 10px;
	width: 25%
}

.image_instagram_maior .imagem_real_instagram{
	height: 255px;
}

.imagem_real_instagram {
	width: 100%; 
	object-fit: cover; 
	height: 225px;
	border-radius: 5px;
}

.imagem_real_instagram:hover {
	opacity: 0.8;
}

@media(max-width: 768px){
	.image_instagram{
		width: 33.33%;
	}
	.image_instagram_maior{
		width: 50%;
	}
	.imagem_real_instagram{
		width: 100%; object-fit: cover; height: 145px
	}

}

@media (max-width: 480px){
	.image_instagram_maior {
		width: 100%;
	}
}
/* INSTA STYLES END  */

/* MOZAICO STYLES INIT  */

.mozaico_parent {
	padding: 1%;
}

.mozaico_parent div a > img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
    padding: 8px 0px 8px 0px;
	object-fit: cover;
}

.mozaico_parent div > img {
	width: 100%;
    padding: 5px;
	object-fit: cover;
}

.mozaico_parent div > a {
	object-fit: cover;
}

.mozaico_parent div > a:hover {
	object-fit: cover;
	opacity: 0.8;
}

.mozaico_parent div > img:hover {
	cursor: pointer;
	opacity: 0.8;
}

.div_padding {
	padding: 0.3px;
}

.flex {
	display: flex;
}

.flex_1 {
	flex: 1;
}

.flex_2 {
	flex: 2;
}

.flex_3 {
	flex: 3;
}

.display_row {
	display: flex; flex-direction:row;
}

.display_column {
	display: flex; flex-direction: column;
}

.flex_center {
	display: flex;
    justify-content: center;
    align-content: center;
}

.hover_12 {
	padding: 0.9%;
}
.hover_12:hover {
	cursor: pointer;
	opacity: 0.5;
}

.box_score {
	flex: 1;
    background-color: #434343;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_score > p {
	font-size: 70px;
	margin: 0;
	padding: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}

.box_score p > span {
	font-size: 42px;
    margin: 0 5px;
}

.out_from_mozaico {
	display: none;
}

.mozaico_parent .display_row {
	padding-left: 5px;
	padding-right: 5px;

}
.padding_between {
	padding-left: 7px !important;
	padding-right: 7px !important;
}




@media (max-width: 800px){
	.mozaico_parent .display_row {
		display: flex;
		flex-direction: column;
		padding: 0 5%;
	}

	.hover_12 {
		display: none !important;
	}

	.mozaico_parent div > a {
		object-fit: cover;
		width: 100%;
	}
	.row_one,
	.row_two,
	.row_three,
	.row_four {
		flex-direction: column;
	}
}

@media (max-width: 500px){
	.instagram_gallery {
		display: flex;
	flex-direction: column;
	}
	.instagram_gallery a, .instagram_gallery a img {
		width: 99% !important;
		padding: 10px;
	}
}

/* MOZAICO STYLES END  */
/* NEW INSTA STYLES START */
.instagram_feed {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	max-width: 1200px;
	margin: 0 auto;
}
.instagram_feed .post_insta > img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	padding: 5px;
}
@media (max-width: 768px) {
	.fotos {
		padding: 0 15px !important;
	}
	.instagram_feed {
		grid-template-columns: 1fr;
	}
	.instagram_feed .post_insta > img {
		width: 100%;
	}
}
/* NEW INSTA STYLES END */