body{
    padding:0px;
    margin:0px;
    font-size:18px;
    position:relative;

}

*{
    box-sizing: border-box;

}


ul, li{
	padding:0px;
	margin:0px;
	list-style: none;

}

a{
    color:#333;
    text-decoration:underline;
  
}

.finalBlock a:hover{
	background: white;
	color: #2f4723;
	
}

img{
   	display: inline-block;
   	width: 460px;
  	padding-top: 0px;
  	padding-bottom: 50px;

}

.maxWidth{
    width:50%;
    max-width: 1024px;
    margin:0 auto;
    position: relative;

}

.aCenter{
    display: inherit;
    text-align: center;
	padding:0px 80px;

}

h1,h2,h3,h4{
    font-weight: 300;
    position:relative;
    z-index: 9999;
   
}

h3,h4{
   padding:10px;

}

.row1{
    width:74.5%;
}

.row2{
    width:49.5%;
}

.row3{
    width:32.5%;
}

.row4{
    width:24.5%;
}

.row2, .row3, .row4, .row1{
    display: inline-block;
    vertical-align: middle;
}

.vTop{
    vertical-align: top;
}

.vMiddle{
    vertical-align: middle;
}


.vBottom{
    vertical-align: bottom;
}

.blockContent{
    margin:60px 0px;
}

.blockContent1 h3{
	padding-top:80px; 
    margin-right:-50px;
}

.intro{
    height:100vh;
    width:100%;
    background: url(img/origami.jpg) no-repeat center center;
    background-size: cover;
    border:0px solid #fff;
    color:#fff;
  
}

header{
    width:100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right:0;
    left: 0;
    margin:0 auto;
    height:80px;
    text-transform: uppercase;
    z-index: 10000;
    position: fixed;
	box-shadow:0 2px 6px -2px #cfcdcd;
}

header .maxWidth{
	padding:0px 15px;
}

h1{
	font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size:100px;
    font-weight: 200;
    text-transform: uppercase;
    line-height:0.75;
    margin: 0;
    text-shadow: 2px 2px 40px #000;
}

h2{
	font-family: 'Open Sans', sans-serif;
    font-size:20px;
    text-shadow: 2px 2px 40px #000;
}

h3, h4{
	display: inherit;
	font-family: 'Cormorant Garamond', serif;
	margin-bottom: 20px;
	font-size: 42px;
	padding:0px 50px;
}
h5{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 100;
	margin-bottom: 100px;
}

p{
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size: 20px;
	line-height: 28px;
	margin:auto 20px;
}


.intro{
    position: relative;
}

.intro h2{
   	width: 80%;
  
}

.intro .row1{
   	position: relative;  
   	top: 50%;
  	transform: translateY(65%);
  
}

.blockContent1 {
	padding-top: 100px;
}

.blockContentblack {
	background-color: #2f4723;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 50px;
	margin:0 20px 40px 20px; 
}

.blockContentblack h3 {
	font-size: 36px;
	margin-bottom: 5px;

}

.blockContentblack h4 {
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 10px;

}

.blockContentblack p {
	font-size: 14px;
	line-height: 20px;
	padding: 0 50px;

}


.b_intro{
    text-indent: -10000px;
    display: block;
    height: 100px;
    width: 200px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0 auto;
    border-top-right-radius:100px;
    border-top-left-radius:100px;
	background: #fff;
	background-size:cover;
}


.b_intro:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:url(img/arrow.svg) no-repeat center 20px;
	background-size:75px;
}

h3 a{
    border-bottom: 1px solid #000;
    font-style: italic;
    font-size: 55px;
}

h3 a.linkUpper{
    text-transform: uppercase;
    
}


.blockContent11{
	margin-top:-30px;
}



.maxWidth{
    max-width:1024px;
	width:100%;
	position:relative;
	margin:0 auto;
	padding:0px 15px;
}

#headEspecial span a{
	position:absolute;
	height: 150px;
	display:block;
	text-decoration: none;
}


#headEspecial .logo1 a{
	background:transparent url(img/logo1.svg) no-repeat bottom left;
	background-size:117px;
	top:20px;
	left:10px;
	width:130px;
	z-index:100;
	height:40px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	font-weight:700;
	color:#333;
    text-align: left;
}

.mainImg{
	width:100%;
	height:auto;
}


#headEspecial .logo2 a{
	background:transparent url(img/loewe.svg) no-repeat top right;
	top:27px;
	right:10px;
	width:168px;
	height:43;
	text-indent:-10000px;
	
}

.mainImg{
	width:100%;
}

footer{
  	background-color:#000;
  	color:#fff;
  	padding:30px 0px;
  	margin:0 auto;
  	text-align:center;
}

footer a{
  	color:#fff;
  	text-decoration:underline;
}

footer h5 a{
  	background:transparent url(img/sprite.svg) no-repeat center 15px;
 	text-indent:-10000px;
  	width:180px;
  	margin:0px auto;
  	height:50px;
 	display:block;
  	text-align:center;
  
}

footer h5 a{
  	display:block;
}

footer h6{
	font-family: 'Open Sans', sans-serif;
  	margin:10px 0px;
  	font-weight:200;
  	font-size:16px;
  	line-height: 15px;
}

footer h7{
	background:url(img/factoria.svg) no-repeat left 4px;
	padding-left:25px;
}

.blockContentblack a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #2f4723;
	color: #fff;
	padding: 30px 30px;
	display:block;
	text-align:center;
	margin:60 20 0 20;

}

.blockContentblack a:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: ##2f4723;
	padding: 30px 30px;
	display:block;
	text-align:center;
	margin:60 20 0 20;

}


.link {
	border: solid 1px #fff !important;
}


#footEspecial ul{
	margin:0px auto;
}


#footEspecial ul li{
	display:inline-block;
	border:1px solid #000;
	border-radius:50%;
	margin:0px 5px;
	width:50px;
	height:50px;
	padding:5px;
	vertical-align:bottom;
	
}


#footEspecial ul li a{
	display:block;
	width:100%;
	height:100%;
	
	
}


#footEspecial ul li a{
	text-decoration:none;
}


#footEspecial ul li.fb a{
	
	background:url(img/sprite.svg) no-repeat 8px -58px;
	

}


#footEspecial ul li.tw a{
	
	background:url(img/sprite.svg) no-repeat -57px -58px;

}

#footEspecial ul li.gplus a{
	
	background:url(img/sprite.svg) no-repeat -122px -60px;

}





#footEspecial ul li.whatsapp{
	display:none;
}

.fRight{
	float: right;
}
.fLeft{
	float: left;
}
.fleft img{
	margin-top: 50px;
}

#footEspecial h5 {
	margin-bottom: 40px;
}

@media all and (max-width:1036px) {
	.fRight,
	.fLeft {
		width: 100%;
		float: none;
		text-align: center;
	}

	.fleft img {
		margin-top: 0;
	}

	.vTop {
		width: 100%;
		text-align: center;
	}
	.intro h2{
   	width: 100%;
  
	}

	img{
   	display: inline-block;
   	width: 100%;
  	padding-top: 0px;
  	padding-bottom: 50px;
}

}

@media all and (max-width:800px){
	
	#content{
		text-align:center;
		padding:50px;
	}
	
	.row1, .row2, .row3, .row4{
		width:100%;
	}
	
	.inverseDirection{
		direction:ltr;
	}
	
	.aRight{
		text-align:center;
	}
	
	
	.aCenter{
		padding:0px;
		margin:0 !important;
	}
	


	.intro{
    height:auto;
    width:100%;
    background-size: 100%;
	background-position:top center;
    border:none;
    color:#fff;
	margin-top:30px;
  
}


.intro .maxWidth{
	padding:50% 30px 30px 30px;
	
	color:#000;
}



.intro .row1{
   position: relative;  
    top: 0%;
  transform: translateY(0%);
  
}

.b_intro{
	display:none;
}
	
	
	
	h3 a{
		
		font-size:45px;
	}
	
	
	.linkImg{
		display:block;
		margin:0 auto;
		text-align:center;
	}
	
	
	.blockContent7 .linkImg{
    position: relative;
   
}


p {
	text-align: left;
}

h3 {
	padding: 0 20px;
	text-align: left;
} 

h4 {
	padding: 0 20px;
	text-align: left;
}


#content{
	padding:0px 50px 30px 50px;
}


h1 {
	margin:40px 0px;
	text-shadow: 0px 0px 0px #000;
}

h2 {
	text-shadow: 0px 0px 0px #000;
}


.blockContent1 h3 {
    margin-right: 0;
}
	.blockContent1 {
	padding-top: 0;
}
}



@media all and (max-width:640px){
	h1{
		font-size:95px;
	}
	
	
	#content {
    padding: 0 20px 30px;
}

	.fRight img,
	.fLeft img {
		width: 100%;
		margin-bottom: 50px;
	}
	.blockContent1 {
	padding-top: 0;
}
p {
	text-align: left;
}

h3 {
	padding: 0 20px;
	text-align: left;
} 

h4 {
	padding: 0 20px;
	text-align: left;
}

}



@media all and (max-width:420px){
	h1{
		font-size:75px;
	}
	

p {
	text-align: left;
}

h3 {
	padding: 0 20px;
	text-align: left;
}

h4 {
	padding: 0 20px;
	text-align: left;
}
.logo2 {
    background-size:78px auto;
    height: 21px;
    width: 78px;
}


.logo1 {
    background:url("img/logo1.png") no-repeat scroll 0 3px / 69px auto;
    height: 33px;
    width: 69px;
}

.blockContentblack h3 {
	margin: 20px 20px;
	font-size: 36px;
	margin-bottom: 5px;

}
}