*{
	box-sizing: border-box;
	margin: 0;
	padding:0;
} 
body, html{
	font-family: 'Montserrat', sans-serif;	
	width: 100%;
	height: auto;
	min-height: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 0;
	color: #313131;
	background: #fff;
	height: auto !important;
	overflow-x: hidden;
}
img{
	max-width: 100%;
}
.content{
	width: 100%;
	max-width: 1167px;
	position: relative;
	padding: 80px 0;
	display: inline-block;
	text-align: center;
}
header{
	display: inline-block;
	width: 100%;
	height: auto;
	min-height: 300px;

}
header .logo{
	display: inline-block;
	padding-top: 70px;
}
header .logo img{
	max-width: 200px;
}
header nav{
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 40px 0px 20px; 
    position: relative;
	background:#fff;
}
header nav ul{
    transition: all .2s linear 0s;

}
header nav ul.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:#fff;
	z-index: 8;


}
header nav ul li{
	display: inline-block;
	width: 20%;
	text-align: center;

}
header nav ul li a{
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	padding: 20px 0;
	text-align: center;
	font-size: 15px;
	color: #000;
	font-weight: 300;
    transition: all .2s linear 0s;

}
header nav ul li.active a{
	font-weight: 700;
}
header .menu_content {
	display: inline-block;
	position: fixed;
	width: 40px;
	height:34px;
	left: 10px;
	top: 10px;
	font-size: 35px;
	cursor: pointer;
 	z-index: 10;
 	display: none;
 	background: #fff;


}
header .menu_content span {
	display: block;
	position: absolute;
	width: 80%;
	left: 10%;
	background: #000;
	border-radius: 2px;
	height: 4px;
     transition: all .2s linear 0s;

}
header .menu_content span:nth-child(1) {
	top: 5px;
}
header .menu_content span:nth-child(2) {
	top: 49%;
	transform: translateY(-50%);
}
header .menu_content span:nth-child(3) {
	bottom: 5px;
}
header .menu_content span:nth-child(1) {
  transition: top 0.25s 0.25s, transform 0.25s;
}
header .menu_content span:nth-child(2) {
  transition: all 0.25s 0.25s;
}
header .menu_content span:nth-child(3) {
  transition: bottom 0.25s 0.25s, transform 0.25s;
}
header .menu_content.open span{
  background: #000;
}
header .menu_content.open span:nth-child(1) {
  top: 42%;
  transform: rotate(45deg);
  transition: top 0.25s, transform 0.25s 0.25s;
}
header .menu_content.open span:nth-child(2) {
  opacity: 0;
  transition: all 0.25s;
}
header .menu_content.open span:nth-child(3) {
  bottom: 46%;
  transform: rotate(-45deg);
  transition: bottom 0.25s, transform 0.25s 0.25s;
}
body > .redes{
	position: fixed;
	width: auto;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 9999;
	max-width: 80px;
}
body > .redes .links{
	display: inline-block;
	width: auto;
	vertical-align: middle;	


}
body > .redes a{
	display: inline-block;
	width: auto;
	height: auto;
	background: #000;
	padding: 15px 25px 15px 15px;
	margin: 10px 0;
margin-right: -15px;
	transition: all .2s linear 0s;
}
body > .redes .links > a:hover{
	margin-right: 0;

}
body > .redes a img{
	max-width: 30px;
}
main{
	text-align: center;
}
main section{
	width: 100%;
	display: inline-block;
}


main section.imagem img{
	display: inline-block;
	width: 100%;
}
main section .content h1{
	text-transform: uppercase;
	font-size: 2.5vw;
	text-align: center;
	width: 100%;
	color: #000;
	display: inline-block;
	font-weight: 300;
}
main section#produtos .content {
	padding-top: 0;
}
main section .content .text{
	max-width: 60%;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	padding: 30px 0 0;
	display: inline-block;
	line-height: 23px;
	font-weight: 300;
	text-align: center;
}
main section .content .text .special{
	border: 3px solid rgba(0,0,0,1);
	padding: 20px 10px;
}
main section .content .text .special strong{
	color: #000;
	font-weight: 700;
}
main section .content .text .special a{
	color: #000;

}
main section#produtos .content ul li{
	display: inline-block;
	width: 50%;
	position: relative;
	overflow: hidden;
}
main section#produtos .content ul li > span{
	position: absolute;
	left: 10%;
	width: 80%;
	top: 0%;
	padding: 0%;
	height: 80%;
	background: no-repeat center center;
	background-size: cover;
}
main section#produtos .content ul li span .fundo{
	bottom:0%;
	width: 100%;
	position: absolute;
	height: 50%;
	left: 0%;
	background: rgba(26,23,27,0.9);
    transition: all .2s linear 0s;
}
main section#produtos .content ul li span:hover .fundo{
	height: 100%;
}
main section#produtos .content ul li span .conteudo{
	display: inline-block;
	vertical-align: middle;
	height: 50%;
	width: 50%;
	border: 3px solid #fff;
	position: relative;
	z-index: 1;
}
main section#produtos .content ul li span .conteudo p{
	vertical-align: bottom;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 30px;
}

main section#contactos{
	background: #000;
}
main section#contactos .content h1, main section#contactos .content .text, main section#contactos .content .text a{
	color: #fff;
	text-decoration: none;
}
main section#contactos #map{
	width: 100%;
	min-height: 500px;
}
footer{
	width: 100%;
	display: inline-block;
	height: auto;
	padding: 50px 20px;
	text-align: center;
	font-size: 11px;
	color: #000;
	background: #fff;
	text-transform: uppercase;
}
footer a{
	color: #000;

}



.lSSlideOuter .lSPager.lSpg{
	display: none !important;
}

.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 9990;
    text-align: center;
    overflow: auto
}
.popup.active{
	display: inline-block;
}
.popup.active p{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
}
/* Inner */
.popup-inner {
    max-width:500px;
    width:90%;
    padding:40px;
    vertical-align: middle;
/*    position:absolute;
*/    /*top:50%;
    left:50%;*/
    position: relative;
    z-index: 2;
    background: #222222;
    box-sizing: border-box;
/*    padding-left: 180px;
*/    /*-webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);*/
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    display: inline-block;
    margin: 50px 0;
}
.popup .popup-inner h2{
	color: #fff;

}
.popup .popup-inner form input, .popup .popup-inner form ,
.popup .popup-inner form textarea{
	font-size: 17px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #222222;
	background: rgba(255,255,255,0.9);
	width: 100%;
	border:0;
	box-shadow: none;
	margin-top: 20px;
	padding: 8px 20px;

}
.popup .popup-inner form > div{
	display: inline-block;
	width: auto;
	padding-bottom: 10px;
	vertical-align: bottom;
	padding-right: 20px;
	margin-top: 50px;
	width: 49%;
}
.popup .popup-inner form > div label{
	display: inline-block;
	margin-right: 20px;
}
.popup .popup-inner form > div input{
	width: 70px;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 0;
}
.popup .popup-inner form {
	background: none;
	color: #fff;
	text-align: left;
}
.popup .popup-inner form input[type="radio"]{
	font-size: 0;
	opacity: 0;
	display: inline-block;
	width: auto;
}
.popup .popup-inner form input[type="radio"]+ label{
	border:0;
	box-shadow: none;
	cursor: pointer;
	opacity: 0.5;
	display: inline-block;
	padding: 40px 0;
}
.popup .popup-inner form input[type="radio"]:checked + label{
	opacity: 1;
}
.popup .popup-inner form input[type="submit"]{
	background: #931d21;
	color: #fff;
	margin-top: 10px;
}
.mce-panel{
	border:0 !important;
}
.popup-close {
    width:100%;
    height:100%;
    padding-top:4px;
    display:inline-block;
    position:fixed; 
    left: 0;
    top: 0;
    transition:ease 0.25s all;
    text-align:center;

}

.popup-inner.delete{
	background: #fff;
	max-width: 300px;
	padding: 30px;
	font-size: 0;
}
.popup-inner.delete h2{
	font-size: 20px;color: #000;
	line-height: 30px;
}
.popup-inner.delete a{
	font-size: 15px;
	display: inline-block;
	min-width: 49%;
	text-align: center;
	color: #000;
    transition:ease 0.25s all;
    background: rgba(0,0,0,0.1);
    padding: 15px 0;
} 
.popup-inner.delete a:hover{
	background:rgba(0,0,0,0.8);
	color: #fff;

}
.popup-inner.delete a.apagar{
	color: #ff1616;
		margin-right: 2%;
}
@media only screen and (max-width: 840px){
	
}
@media only screen and (max-width: 480px) {
	body > .redes .links > a:hover{
		margin-right: -15px;

	}
	main section#produtos .content ul li{
		width: 100%;
	}
	header nav ul li{
		display: inline-block;
		width: 100%;
	}
	main section .content h1{
		font-size: 8vw;
		width: 90%;
	}
	main section .content .text{
		max-width: 90%;
	}
	header nav ul.fixed{
		height: auto;
		width: 100%;
		top: -100%;
	    transition: all .5s linear 0s;
	}
	header nav ul.active{
		top: 0;
	}
	header .menu_content{
		display: inline-block;
		opacity: 0;
	    transition:ease 0.25s all;

	}
	header .menu_content.fixed{
		opacity: 1;
	}
	body > .redes a img{
		width: 20px;
	}
}
@media only screen and (max-height: 700px){
	
}
@media only screen 
and (min-device-width : 0px) 
and (max-device-width : 840px) 
and (orientation : landscape) { 
	

}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
