/*
COLORS
redish: #C93519;

*/
/* ========================================================== */
/* 			                   RESET                          */
/* ========================================================== */

* { box-sizing: border-box; }
html,body,blockquote,code,h1,h2,h3,h4,h5,h6,p,pre{margin:0;padding:0}
button,fieldset,form,input,legend,textarea,select{margin:0;padding:0}
fieldset{border:0}
a,a *{cursor:pointer}
div{margin:0;padding:0;background-color:transparent;text-align:left}
img{border:0}
applet,iframe,object{border:0;margin:0;padding:0}
button,input[type=button],input[type=image],input[type=reset],input[type=submit],label{cursor:pointer;}
ul,li{list-style:none;margin:0;padding:0;}
strong{font-weight:bold;}
em{font-style:italic;} 

body { 
	font-family: sans-serif; 
	color: red; 
	font-size: 100%; 
	line-height: 1.9; 
	padding: .7em;
	background: #fff;
	color: red; 
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

html, body { height: 100%; position: relative; }

body { font-family: Lato, sans-serif; }

img { 
	max-width: 100%; 
	vertical-align: middle;
}

a { text-decoration: none; cursor: pointer; }

a img { border: none; }

/* ========================================================== */
/* 			               TYPOGRAPHY                         */
/* ========================================================== */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1, h2 {
	font-family: montserrat, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.points-family h3 {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.6rem;
	padding: .7rem;
}

.swiper-slide h4, .productos div h4 {
	text-align: center;
	font-weight: bold;
	line-height: 1.2rem;
	/*text-transform: uppercase;*/
	font-size: .8rem;
}

p { 
	font-family: Lato, sans-serif; 
	/*margin: auto;*/
	margin-bottom: 1rem; 
	line-height: 1.4rem;
	/*max-width: 750px;*/
}

li {
	font-size: 1rem;
}

input {
	/*padding: 8px;*/
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-bottom: 2em;
	color: #fff;
	background: #FA501E;
	width: 100%;
	height: 2.4em;
	float: none;
	border: none;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

button#conozcanos {
	font-family: montserrat, sans-serif;
	text-transform: uppercase;
}


/* ========================================================== */
/* 			               NAVIGATION                         */
/* ========================================================== */

#header-content { 
	position: fixed; 
	border-bottom: 4px solid #FCD479; 
	width: 100%; 
	top: 0; left: 0;
	background: #fff; 
	border-bottom: 1px solid #FA501E;
	text-align: center;
	z-index: 1000;
}

.direcciones {
	background: #C93519;
	/*background: rgba(0,0,0,.7);*/
	color: white;
}

.direcciones p {
	font-size: .8rem;
	text-align: center;
	margin-bottom: .5rem;
}

#header-nav {
	position: relative;
	background: #fff;
	overflow: hidden;
}

nav { 
	position: relative;
	width: 100%; 
	/*padding: 2.5em 0 .5em;*/
	display: none;
	overflow: auto;
}

nav ul { }

nav ul li { 
	margin: .5em; 
	list-style-type: none; 
	border-bottom: 1px solid #999ccc; 
	padding-bottom: .4em;
	text-align: left;
}

nav ul li:first-child {
	border-top: 1px solid #999ccc;
	padding-top: .5rem;
}

nav ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

nav ul li.social { padding-bottom: .2em; margin-bottom: 0; border-bottom: none; }

nav ul li a { 
	color: #D14220; 
	transition: all .3s ease-in-out;
}

nav ul li a:hover {
	color: #999;
	text-decoration: underline;
}

nav ul li a.face { 
	color: #4267B2; 
	margin: 0; 
}

#toggle-menu {
	position: absolute;
	right: 9px;
	top: .2rem;	
	color: #ff0000;
	padding: 6px 0 0;
	display: block;
	border: 1px solid #FA501E;
	width: 2em;
	height: 2em;
	cursor: pointer;
	z-index: 1001;
}

#toggle-menu div {
    width: 15px;
    height: 2px;
    background-color: black;
    margin: 3px auto;

}
 
p.more-content {
	text-align: center;	
	text-transform: uppercase;
	font-weight: bold;
	font-family: montserrat, sans-serif;
	letter-spacing: 1px;
	padding-top: 2rem;
	margin-bottom: 0.5rem;
	clear: both;
}

p.more-content a {
	/*border: 1px solid white;*/
	/*color: white;*/
	padding: .3em .8em;
	transition: all .1s ease-in-out;
}

p.more-content a:hover {
	/*background: #FA501E;*/
	/*color: #fff;*/
	padding: .4em 1.2rem;
	border: none;
}

p.conocer a {
	border: 1px solid white;
	color: white;
}

p.conocer a:hover {
	background: #FA501E;
	color: #fff;
}

p.productos a {
	border: 1px solid #C93519;
	color: #C93519;
}

p.productos a:hover {
	background: #FA501E;
	color: #fff;
}

.vinoteca h3 {
	line-height: 1.8rem;
}

/* ========================================================== */
/* 			               SLIDER                             */
/* ========================================================== */

/* =======================   OWL     ======================== */
div.owl-nav{
    /*position: absolute;*/
    top: 90%;
    width: 100%;
}

div.owl-prev, div.owl-next {
		font-weight: bold;
		font-size: 1.6rem;
}

div.owl-prev {
	float: left;
	padding-left: 30%;
}

div.owl-next {
	float: right;
	padding-right: 30%;
}

/* =======================   SWIPER   ======================== */

.swiper-header {
	margin-top: 4.9rem;
}

.swiper-container, .swiper-header  {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-container .swiper-wrapper {
	padding-bottom: 60px;
}

/* ========================================================== */
/* 			               FORM                               */
/* ========================================================== */

form {
	width: 100%;
	margin: auto;
	margin-top: 3em;
}

form div {
	margin-bottom: 12px;
}

input, textarea {
	width: 100%;
	border: 1px solid #bbb;
	-webkit-appearance: none;
}

input {
	/*padding: 8px;*/
}


input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-bottom: 2em;
	color: #fff;
	background: #FA501E;
	width: 100%;
	height: 2.4em;
	float: none;
	border: none;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

input[type="submit"]:hover {
	background: #FA1E1E;
}

.item-content h4 {
	font-size: .8em;
}

textarea, input { 
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	padding: .8em;
}

small { font-family: 'Open Sans', sans-serif; }

/* ========================================================== */
/* 			               GENERAL LAYOUT                     */
/* ========================================================== */

.row { 
	padding: 1rem .7rem;
	position: relative;
	clear: both;
}

#intro {
	background: #C93519;
	color: white;
	padding-bottom: 1.5rem;
	overflow: hidden;
}

header img#logo { 
	width: 12rem;
	padding: 0rem 0 .3rem .6rem; 
	margin-bottom: .2em; 
	float: left;
	display: inline-block;
}

#layerslider, .swiper-container {
	margin-top: 5rem;
}

div.certificada {
	float: none;
	width: 100%;
	text-align: center;
	padding: .5rem;
}

div.certificada img {
	width: 20%;
}

div.intro-content, div.points-content, .vinoteca-content, .vinoteca-propiedades {
	float: none;
	/*width: 95%;*/
	padding: 0 1rem;
	line-height: 1.6rem;
	/*text-align: justify;*/
	margin: 0 auto;
}

div.intro-content {
	padding-top: .6rem;
}

#promo {
	background: #999;
	margin-top: 4rem;
	padding: 0rem 1rem .5rem;
}

#promo .promo-img {
	text-align: center;
	margin-top: -5rem;
}

#promo h3 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.6rem;
	font-weight: bold;
}

#beneficios {
	text-align: center;
}

#beneficios ul {
	margin: auto;
	margin-left: -15px;
	text-align: center;
	/*bac÷ground: #999;*/
}

#beneficios ul li {
	display: inline;
	/*padding: 2rem .6rem;*/
	/*background: #666;*/
	margin: 10px;
	text-align: center;
}

#beneficios ul li img {
	max-width: 27%;
	padding: 1rem .6rem;
}

div.points {
	overflow: hidden;
	clear: both;
	margin: 1rem 0 1.5rem;
	overflow: hidden;
}

div.points-icon {
	display: none;
}

div.points-content {
}

div.empresa-img {
	float: none;
	width: 40%;
	margin: 0 auto 1rem;
}

div.points-family {
	text-align: center;
	width: 90%;
	margin: auto;
	padding-bottom: 1rem;
}	

.productos div {
	text-align: center;
}

div.vinoteca {
	border-top: 1px solid #ececec;
	margin-top: 1rem;
	padding-top: 2rem;
}

div.vinoteca-propiedades {
	text-align: center;
}

div.vinoteca-content.left, div.vinoteca-content.right {
	width: 100%;
	/*padding-top: 5rem;*/
	padding-bottom: 1rem;
}

div.vinoteca-propiedades.left, div.vinoteca-propiedades.right {
	width: 100%;
}

div.vinoteca .centered {
	text-align: center;
}

#vinoteca-intro {
	padding: 1rem;
	color: white;
	background: #C93519;
	margin-top: 1.5rem;
}

div.vinoteca h3 {
	text-align: left;
}

div.vinoteca img {
	margin: 0 0;
}

div.vinoteca-content img:last-child {
	margin-bottom: 2.5rem;
}

hr.divider {
	border: none;
	border-top: 1px solid #ececce;
	clear: both;
	margin: 1rem 0 1.5rem;
}

.left {
	float: none;
}

.right {
	float: none;
}

div.dbasico {
	text-align: center;
}

div.dbasico a {
	 color: white;
}

div.dbasico img {
	max-width: 120px;
}

footer {
	background: url(../imgs/layout/bandera-bg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	margin-top: -12px;
	clear: both;
}

footer .row {
	color: #fff;
	padding: 4rem 1rem;
	overflow: hidden;
}

footer h4 {
	text-align: center;
	text-transform: uppercase;
}

footer li {
	text-align: center;
	font-size: .8rem;
}

li.location::before {
	content: "\f041";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: .5rem;
}

li.phone::before {
	content: "\f095";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: .5rem;
}

li.mail::before {
	content: "\f003";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: .5rem;
}



/* ========================================================== */
/* 			               MEDIA QUERIES                      */
/* ========================================================== */

@media only screen and (min-width: 767px) {
	.left {
		float: left;
	}

	.right {
		float: right;
	}

	.centered-top {
		margin: auto;
		width: 90%;
	}

	#header-content {		
		height: 7.5rem;
		overflow: hidden;
	}
	
	#toggle-menu {
		display: none;
	}

	header img#logo { 
		width: 16rem; 
		margin-bottom: .2em; 
		padding-top: 1rem;
		float: left;
		display: inline-block;
	}
	
	.swiper-header {
		margin-top: 7rem;
	}

	#layerslider {
		margin-top: 7.5rem;
	}
	
	nav {
		margin-top: 0;
		padding-top: 2.1em;
		display: block;
		overflow: hidden;
		float: right;
		width: 60%;
	}

	nav ul { float: right; }

	nav ul li { 
		display: inline-block; 
		margin: 0 .5em;
		border-bottom: none;		
	}
	
	nav ul li:first-child {
		border-top: none;

	}
	.row { 
		padding: 1rem 0;
		clear: both;
	}

	div.certificada {
		float: left;
		width: 12%;
	}

	div.certificada img {
		width: 100%;
	}

	div.intro-content {
		float: left;
		width: 88%;
		padding: 1.2rem 1rem;
	}
	
	div.empresa-img {
		float: left;
		width: 17%;
	}
	
	div.points-content {
		float: right;
		width: 83%;
		padding: 1rem;
	}
	
	div.points-icon {
		text-align: center;
		display: block;
	}

	div.points-icon img {
		max-width: 3rem;
	}

	#beneficios ul li img {
		max-width: 12%;
		padding: 0;
	}

	.productos div {
		display: inline-block;
		width: 33%;
	}

	div.flag-icon {
		float: left;
		/*text-align: center;*/
		width: 10%;
	/*	padding: 1rem;*/
	}

	div.vinoteca {
		border-top: 1px solid #ececec;
		margin-top: 1rem;
		padding-top: 2rem;
	}

	div.vinoteca-propiedades {
		text-align: center;
	}

	div.vinoteca-content.left, div.vinoteca-content.right {
		width: 40%;
		padding-top: 5rem;
	}

	div.vinoteca-propiedades.left, div.vinoteca-propiedades.right {
		width: 60%;
	}

	div.vinoteca .centered {
		text-align: center;
	}

	#vinoteca-intro {
		padding: 1.5rem 1.5rem 1.5rem 1.8rem;
		margin-top: 1.5rem;
	}

	div.vinoteca h3 {
		text-align: left;
	}

	div.vinoteca img {
		margin: 0 0 2rem;
	}

	div.vinoteca img:last-child {
		margin-bottom: 3.5rem;
	}
	
	footer .centered {
			/*border: 1px solid white;*/
		overflow: hidden;
	}
	
	footer .industria {
		width: 60%;
		float: left;
		padding-right: 1.1rem;
	}

	footer h4 {
		text-align: left;
	}
	
	footer .contact {
		width: 33%;
		float: right;
		padding-left: 1rem;
	}

	footer li {
		text-align: left;
	}
}

@media only screen and (min-width: 1019px) {
	.centered, .centered-short { width: 60%; margin: auto; }
	.centered-top {	width: 75%;	}
	div.points-family {	
		width: 55%;
		padding-bottom: 1.5rem;
	
	}
	
}

@media only screen and (min-width: 1365px) {
	.centered-short { width: 45%; margin: auto; }
	#promo div.promo-img {
		float: left;
	}
	#promo div.promo-content {
		padding: 2.8rem;
	}
}