/*Header*/

	#sticky-header{
		border-bottom: grey solid 1px;
	}
	.boxed-btn{
		border-radius: 8px;
	}
	@media (max-width: 1200px){
		.boxed-btn{
			font-size: 14px !important;
			padding: 10px 10px !important;
		}
	}
	.slicknav_nav{
		width: 100% !important;
		margin: 0 !important;
		text-align: center;
		border-top: grey solid 1px;
		border-bottom: grey solid 1px;
	}

	.slicknav_menu .slicknav_nav a.active {
		color: #613f24;
	}

	.slicknav_menu .slicknav_nav a:hover {
		color: #835d3e;
	}

    .header-contact a{
        font-size: 14px !important;
        color: #bebebe;
        padding-right: 20px !important;
    }

    .header-mail-menu a{
        font-size: 14px;
        color: #bebebe !important;
        padding-right: 30px !important;
    }

    .header-mail-menu .fa{
        padding-right: 14px !important;
    }

    .header-social-menu a{
        font-size: 15px;
        color: #bebebe !important;
        padding-right: 5px !important;
    }

    .logo-img img{
        width: 100%;
    }

    .boxed-btn{
        background: #613f24;
    }

    .boxed-btn:hover{
        color: #613f24 !important;
        border-color: #613f24; 
	}
	
	@media (min-width: 992px){
		.header-top {
			display: block!important;
		}
	}

/*Navbar*/

    .header-area .main-header-area .main-menu ul li a::before {
        background: #613f24;
	}
	
	.slicknav_icon-bar {
		background: #613f24 !important;
	}

	.header-area .main-header-area .quote-area .search-bar i {
		font-size: 18px;
		color: #613f24;
	}

/* Banner */

    .bg-img-1{

        background-image: url("../img/banner/Banner_leene.png");
        background-repeat: no-repeat;
		background-size: contain !important;
		background-size:100% 100% !important;

	}
	
	@media (max-width: 992px){
		.slider-area .single-slider {
			height: 430px;
		}
	}

	@media (max-width: 650px){
		.slider-area .single-slider {
			height: 285px;
		}
	}
	@media (max-width: 400px){
		.slider-area .single-slider {
			height: 200px;
		}
	}
/* Service - Index*/
.service-thumb img{
	height: 300px;
}
/* Project - Index*/

.project-thumb img{
	height: 300px;
}

.project-active.owl-carousel .owl-nav {
    left: -553px !important;
    top: 60% !important;
}

.project-active.owl-carousel .owl-nav {
    position: absolute ;
    left: -55% !important;
}

@media (max-width:1250px){
	.project-active.owl-carousel .owl-nav {
		top: 75% !important;
	}
}

@media(max-width: 1200px){
	.project-active.owl-carousel .owl-nav {
		display: block !important;
	}
	.project-active.owl-carousel .owl-nav {
		left: -75% !important;
	}
}

@media(max-width: 950px){
	.project-active.owl-carousel .owl-nav {
		top: 85% !important;
	}
	.project-active.owl-carousel .owl-nav {
		left: -75% !important;
	}
}

@media(max-width: 767px){
	.project-active.owl-carousel .owl-nav {
		top: -13% !important;

	}
	.project-active.owl-carousel .owl-nav {
		left: 65% !important;
	}

	.project-active.owl-carousel .owl-nav div {
		height: 55px;
		width: 55px;
		line-height: 55px;
	}
}

@media(max-width: 500px){
	.project-active.owl-carousel .owl-nav {
		left: 50% !important;
	}
}

/* Contact - Index*/

@media (max-width: 767px){
	.cta-area {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	.section-padding:nth-child(even) {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	.section-padding:nth-child(odd) {
		padding-top:0px !important;
		padding-bottom: 25px !important;
	}

	.project-area {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.service-area{
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	.mb-65 {
		margin-bottom: 0px !important;
	}
	#portfolio_page .row {
		margin-bottom: 0px !important;
	}

	.project-area{
		margin-bottom: 25px !important;
	}
	.project-area .more-project a {
		margin-bottom: 45px!important;
	}
}
/*  Sections*/

    .section-title span {
        color: #3aaa94;
    }

/* Services */

    .service-area .single-service a {
        color: #613f24;
    }

    .service-area .single-service a:hover {
        color: #4e331d;

    }

/* Projects */

    .more-project a{
        color: #3aaa94 !important;
    }

    .owl-prev:hover{
        color: #3aaa94 !important;
    }

    .owl-next:hover{
        color: #3aaa94 !important;
    }

    .project-area .project-active .single-project .project-info span {
        color: #3aaa94 !important;
    }

/* Sobre */

    .about-area .about-thumb a.video-icon i {
        color: #3aaa94;
        padding-left: 4px;
    }

    .cta-area .cta-content {
        background: #3aaa94;
    }

/* Mapa */

.map_section{
    height: 192px;
    width: 100%;
}

/* Footer */



.whatsapp{
    top: 85%;
    position: fixed;
    right: 10px;
    font-size: 35px;
    color: white;
    background: green;
    border-radius: 50%;
    padding: 3px 13px 3px;
    z-index: 9999;
}

.ouvidoria{

	border: #5c5c5c solid 1px;
	padding: 10px;
	border-radius: 20px;
}

.ouvidoria:hover{
	border-color: #3aaa94;
}

@media (max-width: 992px){
	.footer_1{
		text-align: center !important;
	} 
}

@media (max-width: 900px){
    .whatsapp{
        font-size: 30px;
        padding: 1px 10px 1px;
    }
}

@media(max-width: 767px){
	.footer-area{
		text-align: center;
	}
}

@media (max-width: 500px){
    .whatsapp{
        font-size: 30px;
        padding: 1px 10px 1px;
    }
}


.single-footer-widget img{
    height: auto;
    width: 300px;
}

.footer-area .social-links{
    text-align: center;
}

.footer-area a:hover{
    color: #3aaa94 !important;
}

.footer-area .copyright_part_text a {
    color: #3aaa94 !important;
}

@media (max-width:400px){
    .single-footer-widget{
       padding-left: 10px;
       padding-right: 10px;
    }

    .single-footer-widget h4{
        text-align: center;
        padding-bottom: 10px;
     }
 

    .single-footer-widget img{
        height: auto;
        width: 250px;
    }
}

/* Sections of other pages */

.section-page p{
    font-size: 16px;
    text-align: justify;
    padding-top: 30px;
}

.section-page h1,h2,h3{
    color: #613f24;
}

.section-page li{
    padding-top: 5px;
    color: #5c5c5c;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.section-page li::before{
    content: '\2022';
 
    font-size: 20px;
    margin-left: 5px;
    margin-right: 10px;
}

/* Services page */

#services{
    padding-top: 30px;
    text-align: center;
}

#services .row{
	margin-bottom: 50px;
	padding: 15px 15px;
	border: #e6e6e6 1px solid;
	min-height: 400px;
}

#services h3{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

#services h2{
	font-size: 42px;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
}

#services img {
    padding-top: 30%;
    height: 350px;
    width: 100%;
}

.h3_1{
	display: none !important;
}


@media (max-width: 1200px){
	.h3_1{
		display: inline !important;
	}
	.h3_2{
		display: none !important;
	}
	#services img{
		height: auto;
		width: 70%; 
		padding-bottom: 15px;
		padding-top: 20px;
	}
	#services h2{
		font-size: 40px;
	}
}

@media (max-width: 767px){

	#services h2{
	font-size: 26px;
    }	
    #services img{
		width: 90%; 
		max-height: 250px;
	}
}

/* Section Project */

#portfolio_page{
	padding-top: 30px;
}

#portfolio_page .fa{
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	padding: 20px;
	border: 1px solid #fff;
	line-height: 1;
	opacity: 1;
	cursor: pointer;

}

#portfolio_page .overlay{
	background: rgba(0,0,0, 0.6);
	width: 70% ;
	margin-left: 15% !important;
	height: 35% !important;
	border-radius: 5% !important;
	position: relative !important;
	top: 50% !important;
	color: white;
	text-align: center !important;
}

#portfolio_page .overlay:before{
	content: none;
}

#portfolio_page .overlay p{
    color: white !important;
    font-size: 14px; 
    text-align: center;
    padding-top: 0px;
}



#portfolio_page .caption{
	position: absolute !important;
	top:50% !important;
	transform: translateY(-50%) !important;
	margin: 0px ;
}

#portfolio_page .caption p{
	margin: 0px !important;
}

.img_portfolio{
	border-radius: 5%;
	height: 250px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.img_portfolio:hover {
  transform: scale(1.1);
  cursor: pointer;
}




#portfolio_page .row{
	margin-bottom: 50px;
	padding: 15px 15px;
}


#portfolio_page h3{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

#portfolio_page h2{
	font-size: 42px;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
}


@media (max-width: 1200px){

	.img_portfolio{
		height: 200px;
	}

	#portfolio_page h2{
		font-size: 40px;
	}
}


@media(max-width: 992px){
	.portfolio_box{
		padding-bottom: 20px;
	}

}

@media (max-width: 767px){

	#portfolio_page h2{
	font-size: 26px;
	}		

	.img_portfolio{
		height: 200px;
		width: 80%;
	}
}

/* Section Gallery */
#gallery_page{
	padding-top: 30px;
	text-align: center;
}

#gallery_page .fa{
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	padding: 20px;
	border: 1px solid #fff;
	line-height: 1;
	opacity: 1;
	cursor: pointer;

}


#gallery_page .overlay{
	width: 100%;
	height: 100%;
	border-radius: 5%;
	display: none;
	background-color: rgba(0,0,0, 0.6);
}

#gallery_page .overlay:before{
	content: none;
	background-color: none !important;
}

.img_gallery{
	border-radius: 5%;
	height: 250px;
	width: 90%;
	margin: 0 auto;
}

.img_gallery:hover {
  transform: scale(1.1);
}

#gallery_page .row{
	margin-bottom: 50px;
	padding: 15px 15px;
}


#gallery_page h3{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

#gallery_page h2{
	font-size: 42px;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
}

.bt_voltar{
	background: #3aaa94;
	padding: 5px 15px;
	border: #2c7e6d 1px solid;
	border-radius: 5px;
	color: white; 
}

.bt_voltar:hover{
	background: #42c5ab;

}

.modal{
	background-color: rgba(0,0,0, 0.6);
	padding-right: 0px !important;
}

.modal-backdrop {
    z-index: 0 !important;
}
@media (max-width: 1200px){

	.img_gallery{
		height: 200px;
	}

	#gallery_page h2{
		font-size: 40px;
	}
}


@media(max-width: 992px){
	.gallery_box{
		padding-bottom: 20px;
	}
	
}

@media (max-width: 767px){

	#gallery_page h2{
	font-size: 26px;
	}		

	.img_gallery{
		height: 200px;
		width: 80%;
	}
}

.modal-content{
	margin-top: 100px;
	width: 100%;
    margin-left: 0%;
	height: 600px;
}

.modal-content .item{
	height: 600px;
}

.img-responsive{
	height: 100% !important;
	width: 100% !important;
}



@media(max-width: 992px){

	.modal-content{
		margin-top: 200px;
		width: 100%;
		height: 400px;
		margin-left: 0px;
	}

	.modal-content .item{
		height: 400px;
	}

}

@media (max-width: 767px){

	.modal-content{
		margin-top: 100px;
		width: 90%;
	    height: 400px;
	    margin-left: 5%;
	}

	.modal-content .item{
		height: 400px;
	}

}

@media (max-width: 500px){

	.modal-content{
		margin-top: 150px;
		width: 100%;
	    height: 300px;
	    margin-left: 0px;
	}

	.modal-content .item{
		height: 350px;
	}

}

@media (max-width: 350px){

	.modal-content{
		margin-top: 150px;
		width: 100%;
	    height: 250px;
	    margin-left: 0px;
	}

	.modal-content .item{
		height: 250px;
	}
}

/* Contact */


#contato h3{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	
}


#contato .row{
    margin-left:0px !important;
    margin-right: 0px !important;
}


@media (max-width: 1200px){
	#contato h2{
		font-size: 40px;
	}
}

@media (max-width: 767px){

	#contato h2{
	font-size: 26px;
	}		
}


.informacaoes i{
    color:  #613f24;
    margin-top: 5px;
}

.informacaoes p{
    padding-left: 20px;
}

.formulario{
    padding-top: 25px;
}

.formInput{
    width: 100%;
    margin-bottom: 20px;
    color:  #613f24;
    padding-left: 5px;
    border: none;
    border-bottom: 1px #999999 solid; 
}

.formulario input:focus{   
    outline: none;
}
   

::-webkit-input-placeholder { /* Edge */
    color: #613f24;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #613f24;
  }
  
  ::placeholder {
    color: #613f24;
  }

  textarea{
    width: 100%;
    margin-bottom: 20px;
    color:  #613f24;
    padding-left: 5px;
    border: none;
    border-bottom: 1px #999999 solid;
    resize: none;
    outline: none;
  }

  #formBt{
      background: white;
      color: #613f24;
      text-transform: uppercase;
      font-size: 100%;
      border: 2px #613f24 solid; 
      border-radius: 5px;
	  cursor: pointer;
	  padding: 10px 15px 10px !important;
  }

  .formButton:focus {
      outline: none;
  }

  .formButton:hover{
    opacity: 0.7;
  }

  .warning{
      display: none;
      color: red;
      padding-top: 5px;
  }

  select{
    color: #885a349e;
    margin-left: 9%;
    top: 5px;
    padding-left: 5px;
    border: none;
    width: 90%;
    border-bottom: 1px #999999 solid;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/arrow.png") white no-repeat 98.5% !important;
  }


@media (max-width: 600px){
	#formBt{
		font-size: 80%;
		padding: 7px 10px 7px !important;
	}
}

