* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 16px;
}

.contenedor {
	width: 95%;
	max-width: 1500px;
	margin: auto;
	overflow: hidden;
}
html{
	background: url('../img/bg-textura.png');
	background-repeat: repeat;
}


/* ----- ----- HEADER ----- ----- */

header {
	width: 100%;
	background: url('../img/bg.jpg') transparent;
	background-size:100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
}
header:before {
	content:'';
	position: absolute;
	height: 500px;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.2);
}

.contenedor {
	position: relative;
	height: 500px;
	
}

.menu {
	width: 100%;
	text-align: right;
}

.menu a {
	color: #000;
	font-size: 20px;
	font-weight: 500px;
	display: inline-block;
	margin: 15px 15px;
	text-decoration: none;
	position: relative;
}

.menu a:hover {
	text-decoration: underline;
}
header .idiomaa{
	text-align:left;

}
.dropdown-menu .btn{
	border: 2px solid transparent; /*anchura, estilo y color borde*/
    padding: 0; /*espacio alrededor texto*/
    background-color: transparent; /*color botón*/
    color: #fff; /*color texto*/
    text-decoration: none; /*decoración texto*/
    text-transform: uppercase; /*capitalización texto*/
    font-weight: 500;
}
.dropdown-menu .btn a:hover{
	opacity: 0.7;
	cursor: pointer;
}
header .dropdown-menu a {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
	margin: 10px 10px;
	text-decoration: underline;
	position: relative;
}

header .textos {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top:-52px;
}

header .textos .nombre {
	font-size: 50px;
	font-weight: 600;
}

header .textos .nombre span {
	font-weight: 300;
}

header .textos h3 {
	font-weight: 300;
	font-size: 25px;
	font-style: italic;

}

/* ----- ----- MAIN ----- ----- */


.main .acerca-de .contenedor {
	overflow: visible;
	position: relative;
	height: 100%;
}

.main .acerca-de article {
	padding: 40px;
	width: 100%;
	position: relative;
	text-align:justify;
}

.main .acerca-de article h3 {
	
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 40px;
}

.main .acerca-de article p{
	line-height: 28px;
	margin-bottom: 15px;
}
.main .acerca-de .contenedor .foto{
	width: 50%;
	margin:auto;
	padding-bottom: 10px;
}
.main .acerca-de .contenedor .foto img{
	width: 100%;
}
.main .vinos article {
	
	padding: 40px;
	width: 100%;
	position: relative;
	text-align:justify;
	
}

.main .vinos article h3 {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 40px;
}
.main .vinos img{
	width: 100%;
}

.main .ubicacion {
	overflow: hidden;

}

.main .ubicacion .titulo {
	padding:40px;
	font-size: 50px;
	font-weight: 300;
}
.main .ubicacion .mapa1 {
	float: left;
	width: 100%;
	text-align: right;
	overflow: hidden;
	padding: 20px;
	
}
.main .ubicacion .mapa {
	float: left;
	width: 33%;
	text-align: right;
	overflow: hidden;
	padding: 20px;
	
}
.main .ubicacion iframe{
	width: 100%;
	margin-bottom: 20px;
}
.vinos .contenedor{
	width: 100%
}

.wrap {
	width: 90%;
	max-width: 500px;
	margin: auto;
}
.main .galeria {
	overflow: hidden;
}

.main .galeria .foto {
	width: 25%;
	float: left;
}

.main .galeria .foto img {
	width: 100%;
	vertical-align: top;
	opacity: .7;
}

.main .galeria .foto img:hover {
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/*---- ----- FOOTER ----- ----- */
footer {
	background: #000;

}

footer .redes-sociales {
	background: #1e2b38;
	padding: 15px 0;
	
}

footer .redes-sociales .contenedor2 {
	display: flex;
	justify-content:center;
	width: 60%;
	padding-top: 10px;
}

footer .redes-sociales .contenedor2 a {
	color: #fff;
	text-align: center;
	width: 100px;
	display: block;
	padding: 10px 0;
	border-radius: 3px;
	font-size: 30px;
	margin: 0 20px;
}
footer .redes-sociales .contenedor1{
	width:90%;
	background: #1e2b38;
	display:flex;
	margin:0 auto;
}
footer .redes-sociales .contenedor1 .menu{
	width: 33%;
	display: flex;
	flex-direction: column;
	text-align: left;
}

footer .redes-sociales .contenedor1 .informacion{
	width: 37%;
	display: flex;
	flex-direction: column;
}
footer .redes-sociales .contenedor1 .informacion p{
	font-size: 14px;
	color:#fff;
	margin:8px;
}
footer .redes-sociales .contenedor1 .politicas{
	padding-left:20px;
	width: 35%;
	display: flex;
	flex-direction: column;
}
footer .redes-sociales .contenedor1 a{
	text-decoration: none;
	color:#fff;
	font-size:14px;
	margin:6px 30px;

}
footer .redes-sociales .copy{
	font-size: 12px;
	margin:0 auto;
	color:#fff;
	padding-left: 30px;
}



footer .redes-sociales .twitter:hover {	background: #1da1f2; }
footer .redes-sociales .facebook:hover { background: #3b5998; }
footer .redes-sociales .youtube:hover {	background: #cd201f; }
footer .redes-sociales .github:hover { background: #666666; }
footer .redes-sociales .instagram:hover { background: #3f729b; }


/* ----- ----- MEDIA QUERIES ----- ----- */
@media screen and (max-width: 800px) {
	header:before {
	content:'';
	position: absolute;
	height: 250px;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.2);
	}
	
	header .dropdown-menu a {
	font-size: 10px;
	margin: 5px 5px;

	}

	header .contenedor {
		position: static;
		height: 250px;
	}

	header .textos {
		position: static;
		margin: 50px 0 10px 0;
	}

	.menu {
		text-align: center;
	}

	.menu a {
		margin: 10px 10px;
		font-size: 12px;
	}

	header .textos .nombre {
		font-size: 30px;
	}

	header .textos h3 {
		font-size: 18px;
	}
	.main .vinos article{
		padding:20px;
	}
	.main .vinos article h3,
	.main .ubicacion .titulo {
		font-size: 30px;
		font-weight: 300;
		padding:0px 0px 0px 0px;		
	}
	
	.main .acerca-de article h3 {
		font-size: 30px;
		font-weight: 300;
		margin-bottom: 20px;
	}

	.main .acerca-de article {
		padding:50px 0px 0px 0px;
		position: relative;
		width: 100%;
		top:-50px;
		transform:translate(0px, 0);
	}

	.main .menu {
		padding-top: 300px;
	}

	.main .menu article {
		width: 100%;
	}

	.main .mapa {
		width: 95%;
		margin: 5px auto;
	}
	footer .contenedor1 a{
		font-size: 8px;
		margin:5px;
	}
	footer .contenedor1 p{
		font-size: 8px;
		margin:5px;
		
	}
}
@media screen and (max-width: 600px){
	header:before {
	content:'';
	position: absolute;
	height: 200px;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.2);
	}
	header .contenedor {
		position: static;
		height: 200px;
	}
	header .textos {
		position: static;
		margin: 5px 0 10px 0;
	}
	header .textos .nombre {
		font-size:22px;
	}

	header .textos h3 {
		font-size: 14px;
	}
	.main .ubicacion .direccion, 
	.main .ubicacion .mapa {
		width: 100%;	
	}
}
@media screen and (max-width: 450px){
	header:before {
	content:'';
	position: absolute;
	height: 140px;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.2);
	}
	header .contenedor {
		position: static;
		height: 140px;
	}

	header .textos {
		position: static;
		margin:6px 0 6px 0;
	}

	header .dropdown-menu a {
	font-size: 8px;
	margin: 4px 4px;

	}
	.menu {
		text-align: center;
	}

	.menu a {
		margin: 6px;
		font-size: 10px;
		font-weight: 400;
	}

	header .textos .nombre {
		font-size: 18px;
	}

	header .textos h3 {
		font-size: 12px;
	}
	.main .acerca-de article h3,
	.main .vinos article h3,
	.main .ubicacion .titulo{
		font-size: 25px;
		padding: 10px 0px 0px 0px;
	}
	.main .acerca-de article p {
		font-size: 10px;
		margin-bottom: 10px;
	}

	.main .menu article .nombre {
		font-size: 16px;
		line-height: 16px;
	}

	.main .ubicacion .direccion, 
	.main .ubicacion .mapa {
		width: 100%;
		
	}
	footer .contenedor1 a{
		font-size: 5px;
		margin:1px;
	}
	footer .contenedor1 p{
		font-size: 5px;
		margin:1px;
		float:right;
		
	}
	footer .redes-sociales .contenedor1{
		width: 90%;
	}
	footer .redes-sociales .contenedor1 a{
		font-size: 8px;
		margin:0px 6px;
	}
	footer .redes-sociales .contenedor1 .informacion p{
		font-size: 8px;
		margin:0;
	}

	footer .redes-sociales .contenedor2 a{
	color: #fff;
	text-align: center;
	width: 50px;
	display: block;
	padding: 4px 0;
	border-radius: 3px;
	font-size: 15px;
	margin: 0 15px;
	}
	footer .redes-sociales .copy{
		font-size: 8px;
	}
	
}