@charset "utf-8";
/*Cabeçalho da pagina */
body{
	height: 100%;
	overflow-x: hidden !important;
}
.pre-load{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	position: fixed;
	background: linear-gradient(20deg, #bc0003,#1e0708);
	z-index: 99;
	perspective: 2000px;
}
.container-pre-load{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	background: #f9f9f9;
	box-shadow: 2px 3px 6px 5px #000;
	transform-style:flat;
	animation: one 1s cubic-bezier(.65,.05,.36,1) infinite alternate;
	z-index: 10;
}
@keyframes one{
	0%{
		transform: translateX(-70%);
	}
	100%{
		transform: translateX(70%);
	}
}
.container-pre-load-two{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #560000;
	box-shadow: 3px 3px 4px 2px #000;
	transform-style:flat;
	animation: two 1s cubic-bezier(.65,.05,.36,1) infinite alternate;
}
.container-pre-load-two img{
	max-width: 80%;
}
@keyframes two{
	0%{
		transform: translateX(30%) rotate(15deg);
	}
	100%{
		transform: translateX(-30%) rotate(-15deg);
		
	}
}
#text{
	margin-top: 1rem;
	animation: text 1s  cubic-bezier(.65,.05,.36,1) infinite alternate;
	z-index: 1;
}
@keyframes text{
	0%{
		transform: scale(0.9);
	}
	100%{
		transform: scale(1);
		
	}
}
.header{
	width: 100%;
	height: auto;
	background: #bc0003;
}
.container-header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
.logo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 60%;
	height: auto;
}
.logo img{
	max-width: 100%;
}
nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	justify-content: flex-end;
	width: 40%;
	height: auto;
	padding: 0.8rem;
}
#ul-large{
	display: none;
}
.menu-toggle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column;
	justify-content: space-evenly;
	align-items: center;
	width: 40px;
	height: 35px;
	background: #f8f8f8;
	border-radius: 5px 0;
	cursor: pointer;
}
.line{
	width: 90%;
	height: 5px;
	background: #bc0003;
	border-radius: 5px;
}
#menu-ul {
	display: none;
	flex-flow: row;
	justify-content: space-between;
	padding: 0.8rem;
	width: 60%;
	margin: 0 auto;
}
#menu-ul  a{
	width: 100%;
}
#menu-ul li{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
	justify-content: center;
	align-items: center;
	padding: 0.5rem 1rem;
	color: #f8f8f8;
	transition: all .4s cubic-bezier(.65,.05,.36,1);
	position: relative;
	z-index: 1;
}
#menu-ul li:hover{
	color: #560000;
	cursor: pointer;
}
.bg-li{
	transform: translateX(-100%);
	transition: all .4s cubic-bezier(.65,.05,.36,1);
	z-index: -1;
	height: 0;
	transform-origin: center;
}
#menu-ul li:hover .bg-li{
	transform: translateX(0%);
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-clip-path: polygon(22.76% -7.7%, 78.76% 17.27%, 100% 0px, 100% 100%, 0px 100%, 5.50% 51.29%, 0px 0px);
	clip-path: polygon(22.76% -7.7%, 78.76% 17.27%, 100% 0px, 100% 100%, 0px 100%, 5.50% 51.29%, 0px 0px);
	background: #f8f8f8;
}
/*---------------------------section capa/clippy*/
#capa-one{
	display: none;
}#capa-two{
	
}
.capa{
	width: 100%;
	height: 470px;
	position: relative;
}
.capa-img{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-image: url(../img/mew_bg2_mobile.png);
	background-position: center;
	padding-top: 6rem;
}
.capa-img-div{
	width: 70%;
	height: 30%;
	background: #ffffffb3;
	background-image: url(../img/logoBig2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-radius: 15px 0;
}
.carousel{
	width: 100%;
	height: 100%;
}
.carousel img{
	max-width: 100% !important;
	max-height: 100% !important
}
.container-in-logo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.in-logo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: baseline;
	width: 30%;
	height: 25%;
	position: absolute;
	top: 24%;
	left: 25%;
}
.in-logo img{
	max-width: 100%;
}
.in-text {
	width: 55%;
	height: 25%;
	top: 25%;
	left: 5%;
	position: absolute;
	display: flex;
	align-items: center;
	padding-left: 2rem;
	border-radius: 15px 0;
	background: #464644cc;
}
.in-text h1{
	width: 100%;
	font-size: 1.2rem;
}
.in-text-tree {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	width: 50%;
	height: 40%;
	top: 10%;
	left: 5%;
	position: absolute;
	border-radius: 15px 0;
	background: #464644cc;
	padding-top: 1.5rem;
}
.in-text-tree img{
	width: auto !important;
}
.in-text-tree h1{
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
}
.clippy{
	width: 100%;
	height: 100%;
	background: #bc0003;
	-webkit-clip-path: polygon(66.10% 77.79%, 99.7% -11px, 146% 100%, -6.71% 101.3%);
	clip-path: polygon(66.10% 77.79%,128.7% -11px, 146% 100%, -6.71% 100%);
	position: absolute;
	bottom: 0;
	z-index: 0;
}
.clippy-two{
	width: 100%;
	height: 100%;
	background: #8d0b0d;
	border:1px solid #0102;
	-webkit-clip-path: polygon(66.1% 77.79%, 128.7% -11px, 79.38% 87.47%, -6.71% 100%);
	clip-path: polygon(66.1% 77.79%, 128.7% -11px, 79.38% 87.47%, -6.71% 100%);
	position: absolute;
	bottom: 0;
	z-index: 1;
}

/*----------------------Section clip*/
.clip-container{
	width: 100%;
	height: auto;
	position: relative;
}
.clip-top{
	width: 100%;
	height: 195px;
	background: #bc0003;
	position: absolute;
	top: 0;
	-webkit-clip-path: polygon(0px 0px, 100% 0px, 37.12% 10.81%, 0px 65.51%);
	clip-path: polygon(0px 0px, 100% 0px, 37.12% 10.81%, 0px 65.51%);
}

/*----------------------Section clip*/
.products{
	width: 100%;
	height: auto;
}
.products h1{
	font-size: 1.7rem;
	width: 100%;
	color:#560000;
	text-align: center;
	margin-top: 10rem;
	margin-bottom: 5rem;
}
.container-products{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	width: 100%;
	height: auto;
}
.card{
	width: 100%;
	height: auto;
	border:1px solid #0102;
	border-radius: 5px;
	padding-bottom: 2.8rem;
	margin-bottom: 6rem;
	position: relative;
}
.card-img{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
}
.card-img img{
	max-width: 100%;
}
.card h2{
	padding: 0.7rem 1.2rem;
	padding-top: 0;
	color: #8d0b0d;
}
.card p{
	padding: 0.5rem 1.2rem;
	color: #464644cc;
}
.clip-top-card{
	width: 100%;
	height: 60px;
	top: 0;
	position: absolute;
	background: #bc0003;
	/*-webkit-clip-path: polygon(0px 0px, 100% 0px, 52.00% 33.67%);
	clip-path:polygon(0px 0px, 100% 0px, 52.00% 33.67%);*/
	/*alternate*/
	clip-path:polygon(0px 0px, 100% 0px, 13.63% 55.34%);
	
}
.clip-top-card-dois{
	width: 100%;
	height: 60px;
	top: 0;
	position: absolute;
	background: #8d0b0d;
/*	-webkit-clip-path: polygon(0px 0px, 100% 0px, 52.00% 17.67%);
	clip-path: polygon(0px 0px, 100% 0px, 52.00% 17.67%);*/
	/*alternate*/
	clip-path:polygon(0px 0px, 100% 0px, 15.63% 30.34%);
}
.clip-bottom{
	width: 100%;
	height: 60px;
	bottom: 0;
	position: absolute;
	background: #bc0003;
	/*-webkit-clip-path: polygon(50.05% 55.67%, 100% 100%, 0% 100%);
	clip-path: polygon(50.05% 55.67%, 100% 100%, 0% 100%);*/
	/*alternate*/
	clip-path: polygon(82.91% 45.67%, 100% 100%, 0% 100%);
}
.clip-bottom-dois{
	width: 100%;
	height: 30px;
	bottom: 0;
	position: absolute;
	background: #8d0b0d;
/*	-webkit-clip-path: polygon(50.05% 55.67%, 100% 100%, 0% 100%);
	clip-path: polygon(50.05% 55.67%, 100% 100%, 0% 100%);*/
	/*alternate*/
	clip-path: polygon(0% 31px, 99.45% 31px, 81.43% 47.01%);
}
/*-------------------------------------section go contact*/
.go-contact{
	width: 100vw;
	height: auto;
	background-image: url(../img/contato.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	transform-style: inherit;
}

.container-contact{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 1.5rem;
}
.container-contact h1{
	width: 100%;
	text-align: center;
	font-size: 2.5rem;
	margin-top: 6rem;
}
.container-contact h2{
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}
.container-contact  a{
	width: 65%;
	height: 40px;
	border:1px solid #0101;
	color:#f8f8f8;
	background: #bc0003;
	border-radius: 5px;
	margin-top: 4rem;
	margin-bottom: 6rem;
	transition: all .4s cubic-bezier(.65,.05,.36,1);
	position: relative;
}
.container-contact  button{
	width: 100%;
	height: 40px;
	background: #bc0003;
	position: relative;
	border-radius: 5px;
	transition: all .4s cubic-bezier(.65,.05,.36,1);
	color:#f8f8f8;
	border:none;
}
.set-email{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	color:#f8f8f8;
	width: 0%;
	height: 100%;
	background: #686764;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .4s cubic-bezier(.65,.05,.36,1);
}
.set-email i{
	transform: scale(0);
	transition: all .4s cubic-bezier(.65,.05,.36,1);
}
.container-contact button:hover{
	background: #8d0b0d;
	cursor: pointer;
}.container-contact button:hover .set-email i{
	transform: scale(1);
}
.text-contato{
	transition: all .4s cubic-bezier(.65,.05,.36,1);
}
.container-contact button:hover .text-contato{
	transform: translateX(-20%);
}
.container-contact button:hover .set-email{
	width: 45%;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 48%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 48%);	
}
/*-----------------------------------section footer*/
.footer{
	width: 100%;
	height: auto;
	position: relative;
	background: #bc0003;
}
.container-clip-footer{
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	background: #bc0003;
}
.clip-footer{
	width: 100%;
	height: 90px;
	position: absolute;
	top:-80px;
	background: #bc0003;
	-webkit-clip-path: polygon(100.00% 3.33%, 100% 100%, 873px 90%);
	clip-path:polygon(100.00% 3.33%, 100% 100%, 873px 90%);
}
.clip-footer-two{
	width: 100%;
	height: 90px;
	position: absolute;
	background:#8d0b0d;
	-webkit-clip-path: polygon(100% 3.33%, 99.78% 51.11%, 873px 90%);
	clip-path:polygon(100% 3.33%, 99.78% 51.11%, 873px 90%);
}
.container-footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column;
	width: 100%;
	height: auto;
}
.secao{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
}
.footer-img > img{
	width: 240px;
}
.local{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row;
	color: #f8f8f8;
	padding-bottom: 3rem;
	text-align: center;
}
/*---------------------------div to top*/
.to-top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 140px;
	right: 25px;
	border-radius: 10px;
	background: #bc0003;
	cursor: pointer;
	border:1px solid #f8f8f8;
}
.to-top i{
	font-size: 1.5rem;
}
