@font-face {
	font-family: 'ProximaNova';
	src: url('../fonts/proxima/proximanova-light-webfont.eot');
	src: url('../fonts/proxima/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proxima/proximanova-light-webfont.woff2') format('woff2'),
	url('../fonts/proxima/proximanova-light-webfont.woff') format('woff'),
	url('../fonts/proxima/proximanova-light-webfont.ttf') format('truetype'),
	url('../fonts/proxima/proximanova-light-webfont.svg#proxima_novalight') format('svg');
	font-weight: 300;
	font-style: normal;

}

@font-face {
	font-family: 'ProximaNova';
	src: url('../fonts/proxima/proximanova-regular-webfont.eot');
	src: url('../fonts/proxima/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proxima/proximanova-regular-webfont.woff2') format('woff2'),
	url('../fonts/proxima/proximanova-regular-webfont.woff') format('woff'),
	url('../fonts/proxima/proximanova-regular-webfont.ttf') format('truetype'),
	url('../fonts/proxima/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
	font-weight: 400;
	font-style: normal;

}

@font-face {
	font-family: 'ProximaNova';
	src: url('../fonts/proxima/proximanova-semibold-webfont.eot');
	src: url('../fonts/proxima/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proxima/proximanova-semibold-webfont.woff2') format('woff2'),
	url('../fonts/proxima/proximanova-semibold-webfont.woff') format('woff'),
	url('../fonts/proxima/proximanova-semibold-webfont.ttf') format('truetype'),
	url('../fonts/proxima/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
	font-weight: 500;
	font-style: normal;

}

@font-face {
	font-family: 'ProximaNova';
	src: url('../fonts/proxima/proximanova-bold-webfont.eot');
	src: url('../fonts/proxima/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proxima/proximanova-bold-webfont.woff2') format('woff2'),
	url('../fonts/proxima/proximanova-bold-webfont.woff') format('woff'),
	url('../fonts/proxima/proximanova-bold-webfont.ttf') format('truetype'),
	url('../fonts/proxima/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
	font-weight: 600;
	font-style: normal;

}

html,body {
  height: 100%;
  font-family: 'ProximaNova',sans-serif;
	font-style: normal;
	font-weight: 400;
}


.txtbco{
	color: white;
}
.txtgrey{
	color: #b7b7b7;
}

h1{
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
}

p{
	font-family: "Times New Roman", Times, serif;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

section {
	min-height: 800px;
}

#familia2{
	min-height: 1200px;
}

.padding-section{
	padding:100px 0 100px 0;
}

#vinos a, #lavienrose a,footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#vinos a:hover, #lavienrose a:hover,footer a:hover{
	color: #666;
}

#logocontainer{
	background: #1d1d1b;
	border-radius: 0 0 15px 15px;
	margin-top: 0px !important;
	box-shadow: 0px 7px 20px -15px #333;
}

nav ul li{
	margin:10px 0 10px;
	font-size: 0.8rem;
	
}

nav ul li a{
	color: #e4d7c1;
	

}

nav ul li a:hover{
	color: #9e8e77;
	text-decoration: none !important;
}


#menu.shrink{ 
	display: none;
	-webkit-transition:padding 0.2s ease;
	-moz-transition:padding 0.2s ease; 
	-o-transition:padding 0.2s ease;      
	transition:padding 0.2s ease;  
	height: 0px;
}


#hero{
  
}

#familia{
  
}

#familia2{
  
}

#vinosyburbujas{
  
}

#vinos{
  
}

#lavienrose{
  
}


#estilo{
  
}

footer i{
	font-size: 2rem;
}

footer p{
	margin-bottom: 0px !important;
	padding-bottom: 0px;
	font-size: 0.8rem;
}

footer small{
	font-size: 0.6rem;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media (min-width: 992px) {

section {
	min-height: 800px;
}


}
