/*
Theme Name: Winehunter
Author: SA Publicidad
Author URI: https://www.sapublicidad.cl/
Description: Este diseño ha sido creado por SA Publicidad de manera exclusiva para usted.
Version: 1.0
License: Privada
Tags: minimalista, responsive, modern, full width

Este tema tiene una licencia privada y el uso de esta es exclusiva de SA Publicidad.
*/


/*

font-family: 'Open Sans', sans-serif;
font-family: 'Cinzel Decorative', cursive;

*/


*{
	padding: 0;
	margin:0;
}

html, body{
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

.wrap{
	width: 90%;
	max-width: 1400px;
	margin:auto;
}

.clearfix{
	clear: both;
}

*::selection {
    background: #212121;
    color: #ffffff;
}

/* Firefox */
*::-moz-selection {
    background: #212121;
    color: #ffffff;
}

/* top-banner */
.top-banner{
	text-align: right;
	padding: 10px 0;
	position: absolute;
	width: 100%;
	top: 3px;
	line-height: 20px;
	z-index: 100;
}

@media(max-width:800px){
	.top-banner{
		display: none;
	}
}

.top-banner li{
	display: inline-block;
}

.top-banner li a{
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	margin: 0 0 0 20px;
	position: relative;
	color: #f0f0f0;
	transition: all .3s ease;
	font-weight: 500;
}

.top-banner li a:hover{
	color: #ffffff;
}

.top-banner li a:before{
	width: 1px;
	height: 12px;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	content: "";
	position: absolute;
	background: #bebebe;
}

.top-banner li:nth-child(1) a:before{
	display: none;
}

.top-banner li a i{
	display: inline-block;
	font-size: 12px;
}

/* header */
header{
	position: absolute;
	top: 45px;
	width: 100%;
	z-index: 100;
}

header.stick{
	position: fixed;
	width: 100%;
	background: #000;
	box-shadow: 0 0px 10px rgba(0,0,0,.1);
	top: 0;
}

@media(max-width:800px){
	header, header.stick{
		position: relative;
		background: #313131;
		padding: 10px 0;
		top:0;
	}
}

header .wrap{
}

header .logo{
	float: left;
	width: 280px;
	padding: 0px;
	z-index: 2;
	border-radius: 5px;
}

header.stick .logo{
	width: 100px;
	transition: all .3s ease;
	transition-delay: .6s;
}

@media(max-width:800px){
	header .logo{
		width: 220px;
	}
}

header .logo img{
	width: 100%;
	margin: 0 0 -5px 0;
}


/* btn-nav */
#btn-nav{
	display: none;
}

header label{
	display: none;
}


@media(max-width:800px){
	header label{
		position: absolute;
		display: block;
		width: 45px;
		height: 45px;
		top:50%;
		transform: translateY(-50%);
		right: 25px;
		border-radius: 3px;
		cursor: pointer;
		outline: none;
		border-radius: 5px;

	}

	header label span{
		width: 50%;
		height: 3px;
		background: #ffffff;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: all .3s ease;
	}

	header label span:nth-child(1){
		top:14px;
	}

	header label span:nth-child(2){
		bottom:14px;
	}

	#btn-nav:checked ~ label span:nth-child(1){
		transform: translateX(-50%) rotate(-45deg);
		top:21px;
	}

	#btn-nav:checked ~ label span:nth-child(2){
		transform: translateX(-50%) rotate(45deg);
		top:21px;
	}
}



/* nav */
nav{
	float: right;
	margin: 40px 0 0 0px;
}


nav ul li{
	float: left;
	line-height: 46px;
	list-style: none;
}

header.stick nav ul li{
	line-height: 50px;
	transition-delay: .4s;
}

nav ul li a{
	text-decoration: none;
	color: #f0f0f0;
	font-weight: 600;
	padding: 0 20px;
	font-size: 14px;
	letter-spacing: 1px;
	display: block;
	transition: all .3s ease;
	position: relative;
}

nav ul li:hover a{
	color: #ffffff;
}

nav ul li.current-menu-item a,
nav ul li.current-menu-item:hover a{
	color: #212121;
	background: #fff;
	position: relative;
}


nav ul li a::after{
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 2px;
	background:#ffffff;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.5s ease-in-out;
	transition-delay:0s;
}

nav ul li a:hover::after{
	transform: scaleX(1);
	transform-origin: left;
	transition: transform 0.5s ease-in-out;
	transition-delay:0s;

}


@media(max-width:800px){
	nav{
		position: absolute;
		width: 60%;
		background: #313131;
		margin:0 0 0 0;
		top:0;
		left: 0;
		transform: translateX(-100%);
		transition: all .3s ease;
		z-index: 9999;
	}

	#btn-nav:checked ~ nav{
		transform: translateX(0);
	}

	nav ul{
		display: block;
		gap:0;
	}

	nav ul li{
		width: 100%;
		display: block;
		margin:0 0 0 0;
	}

	nav ul li a{
		display: block;
		padding: 15px;
	}

	nav ul li:last-child a{
		width: auto;
		border-radius: 0;
		text-align: left;
	}
}

/* home */
.home{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #212121;
}
.home .wrap{
	height: 100%;
	position: relative;
	display: table;
}

.home video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
	position: absolute;
}

.home .wrap .bottom{
	font-family: 'Cinzel Decorative', cursive;
	color: #ffffff;
	width: 50%;
	display: table-cell;
	vertical-align: bottom;
	padding: 40px;
}

.home .wrap h1{
	font-size: 42px;
	max-width: 60%;
	font-weight: 400;
}

@media(max-width:800px){
	.home{
		height: auto;
	}

	.home .wrap{
		padding: 50px 0;
		text-align: center;
	}

	.home .wrap .bottom{
		vertical-align: middle;
	}

	.home .wrap .bottom h1{
		margin:auto;
		max-width: 90%;
		font-size: 30px;
	}
}
/* showcase */
.showcase{
	padding: 80px 0;
}
.showcase > .wrap > h2{
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 2px;
	color: #414141;
	margin:0 0 10px 0;
	max-width: 1200px;
	margin:0 auto 20px auto;
}

.showcase > .wrap:nth-child(2){
	display: flex;
	gap:5px;
	max-width: 1200px;
}

.showcase > .wrap:nth-child(2) article{
	width: 25%;
	overflow: hidden;
	position: relative;
	display: block;
	flex-grow: 1;
	object-fit: cover;
	height: 500px;
	display: table;
	background: #000000;
}

.showcase > .wrap:nth-child(2) article img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
	top:0;
	left: 0;
	transition: all .3s ease;
}

@media(max-width:800px){
	.showcase{
		padding: 40px 0 0 0;
		text-align: center;
	}
	.showcase > .wrap:nth-child(2){
		display: block;
	}

	.showcase > .wrap:nth-child(2) article{
		width: 100%;
		height: auto;
		margin:0 0 20px 0;
	}
}


.showcase > .wrap:nth-child(2) article:hover img{
	transform:scale(1.2);
}

.showcase > .wrap:nth-child(2) article .info{
	position: absolute;
	width: 100%;
	left: 0;
	top:0;
	height: 100%;
	display: table;
	color: #ffffff;
}

.showcase > .wrap:nth-child(2) article .info .bottom{
	vertical-align: middle;
	padding: 20px;
	display: table-cell;
	text-align: center;
}

.showcase > .wrap:nth-child(2) article .info .bottom h2{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 100;
	margin:0 0 10px 0;
}

.showcase > .wrap:nth-child(2) article .info .bottom p{
	font-size: 14px;
	font-weight: 100;
	transition: all .3s ease;
}

.showcase > .wrap:nth-child(2) article .info .bottom .btn-more i{
	transition: all .3s ease;
}

.showcase > .wrap:nth-child(2) article .info .bottom .btn-more:hover i{
	margin:0 0 0 20px;
}

.showcase > .wrap:nth-child(2) article .info .bottom .btn-more{
	margin:20px 0 0 0;
}

.showcase > .wrap:nth-child(2) article .info .bottom .btn-more a{
	display: block;
	color: #ffffff;
}

/* icons */
.icons{
	padding: 100px 0 100px 0;
}

.icons .wrap{
	display: flex;
	flex-wrap: wrap;
	gap:5%;
	max-width: 1000px;
	justify-content: center;
}

.icons .wrap article{
	width:30%;
	text-align: center;
}


@media(max-width:800px){
	.icons{
		padding: 50px 0;
	}

	.icons .wrap{
		display: block;
	}

	.icons .wrap article{
		width: 80%;
		margin:0 auto 40px auto;
	}
}

.icons .wrap article .icon .material-symbols-outlined {
	font-weight: 100;
	font-size: 100px;
	max-width:100px;
	overflow:hidden;
	color: #313131;
	translate: none !important;
}

.icons .wrap article h2{
	color:#212121;
	margin:0 0 10px 0;
}

.icons .wrap article p{
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
}

/* banner-1 */
.banner-1{
	height: 400px;
	background-image: url(https://www.winehunters.cl/wp-content/uploads/2023/07/img6.webp);
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0em 100em rgba(0,0,0,.5);
	text-align: center;
}

@media(max-width:800px){
	.banner-1{
		height: 200px;
		background-attachment: scroll;
	}
}

/* banner-2 */
.banner-2{
	padding: 100px 0;
}

.banner-2 > .wrap > h2{
	font-size: 20px;
	font-weight: 300;
	margin:0 0 40px 0;
}

.banner-2 .wrap{
	display: flex;
	flex-wrap: wrap;
	gap:1%;
}

@media(max-width:800px){
	.banner-2 .wrap{
		display: block;
		text-align: center;
	}
}

.banner-2 .wrap article{
	width: 28.6%;
	overflow: hidden;
	min-height: 200px;
	display: table;
	position: relative;
	padding: 2%;
	margin:0 0 40px 0;
}

.banner-2 .wrap article .middle{
	vertical-align: middle;
	display: table-cell;
}

.banner-2 .wrap article img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: all .3s ease;
	cursor: pointer;
}

.banner-2 .wrap article img:nth-child(2){
	opacity: 0;
}

.banner-2 .wrap article:hover img:nth-child(1){
	opacity: 0;
}

.banner-2 .wrap article:hover img:nth-child(2){
	opacity: 1;
}

.banner-2 .wrap article h2{
	font-family: 'Cinzel Decorative', cursive;
	font-size: 50px;
	font-weight: 400;
}

.banner-2 .wrap article h3{
	font-weight: 400;
	text-align: center;
	margin:0 0 10px 0;
}

@media(max-width:800px){
	.banner-2 .wrap{
		display: block;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}
	.banner-2 .wrap article{
		display: block;
		width: 100%;
		padding: 0;
		margin:0 auto 20px auto;
		min-height: 0px;
	}

	.banner-2 .wrap article .middle{
		display: block;
	}

	.banner-2 .wrap article h2{
		font-family: 'Cinzel Decorative', cursive;
		font-size: 20px;
		font-weight: 400;
		text-align: center;
	}

	.banner-2 .wrap article img{
		height: 200px !important;
		width: 100%;
		left: 0;
		top:0;
		object-fit: cover;
		position: relative;
	}

	.banner-2 .wrap article img:nth-child(2){
		display: none;
	}

	.banner-2 .wrap article:hover img:nth-child(1){
		opacity: 1;
	}

}


.banner-2 .wrap article p{
	font-weight: 300;
	line-height: 25px;
	text-align: justify;
	font-size: 14px;
}

/* page-banner */
.page-banner{
	background: #313131;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.page-banner .image{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 1;
  opacity: .1;
}

.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121; 
  mix-blend-mode: color;
}

.page-banner .image img{
	top: 50%;
	height: auto;
	width: 100%;
	position: absolute;
	transform: translateY(-50%);
}

@media(max-width:800px){
	.page-banner{
		height: 200px;
	}
	.page-banner .image img{
		width: 120%;
	}
}


/* content */
.content{
	padding: 80px 0;
}

@media(max-width:800px){
	.content{
		padding: 40px 0;
	}
}

.content input[type="text"],
.content input[type="email"],
.content input[type="tel"],
.content input[type="number"],
.content textarea,
.content select{
	font-family: 'Roboto', sans-serif;
	background-color: #ffffff;
	padding: 8px 2%;
	width: 96%;
	border:solid 1px #f0f0f0;
	border-radius: 5px;
	outline: none;
	resize: none;
	margin:0 0 10px 0;
	font-size: 15px;
	-webkit-appearance: none;
}

.content select{
	color: #313131;
	cursor: pointer;
}

.content input[type="text"]:focus,
.content input[type="email"]:focus,
.content input[type="tel"]:focus,
.content input[type="number"]:focus,
.content textarea:focus,
.content select:focus{
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	transition: all .3s ease;
}

.content input[type="text"]::placeholder,
.content input[type="email"]::placeholder,
.content input[type="tel"]::placeholder,
.content input[type="number"]::placeholder,
.content textarea::placeholder{
	color: #313131;
}

.content input[type="submit"]{
	background-color: #212121;
	color: #ffffff;
	border:none;
	outline: none;
	cursor: pointer;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 30px;
	margin:0 0 20px 0;
	transition: all .3s ease;
	-webkit-appearance: none;
}

.content input[type="submit"]:hover,
.content input[type="submit"]:focus{
	color: #ffffff;
	background-color: #313131;
}



/* sub-footer */
.sub-footer{
	padding: 50px 0;
	background: #212121;
}

.sub-footer .flex{
	display: flex;
}

.sub-footer .flex article:nth-child(1){
	width: 40%;
}

@media(max-width:800px){
	.sub-footer .flex{
		display: block;
		text-align: center;
	}

	.sub-footer .flex article:nth-child(1){
		text-align: center;
		margin:auto;
		padding: 0;
	}
}

.sub-footer .left{
	width: 50%;
	float: left;
	font-family: 'Cinzel Decorative', cursive;
	color: #ffffff;
	font-weight: 300;
	font-size: 50px;
	letter-spacing: 2px;
}

@media(max-width:800px){
	.sub-footer .left{
		font-size: 20px;
		float: none;
		text-align: center;
		margin:auto;
	}
}


.sub-footer .flex img{
	width: 273px;
}

@media(max-width:800px){
	.sub-footer .flex img{
		width: 100%;
		text-align: center;
		margin:auto;
	}
}

.sub-footer .left h2{
	font-size: 40px;
}

@media(max-width:800px){
	.sub-footer .left h2{
		font-size: 30px;
	}
}

.sub-footer .right{
	width: 40%;
	float: right;
	text-align: right;
}


.sub-footer .right ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: right;	
}

@media(max-width:800px){
	.sub-footer .right{
		text-align: center;
		display: block;
		float: none;
		width: 100%;
	}

	.sub-footer .right ul{
		justify-content: center;
		margin:20px 0;
	}
}

.sub-footer .right ul li{
	line-height: 40px;
	width: 40px;
	text-align: center;
	list-style: none;
}

.sub-footer .right ul li a{
	display: block;
	color: #ffffff;
}

.sub-footer article{
	padding: 40px;
}

.sub-footer article li{
	list-style: none;
}

.sub-footer article li a{
	color: #f0f0f0;
	text-decoration: none;
	padding: 5px 0;
	font-weight: 300;
	letter-spacing: 0.1px;
	display: block;
}

@media(max-width:800px){
	.sub-footer article{
		text-align: center;
	}
}

/* footer */
footer{
	text-align: center;
	background-color: #212121;
	position:relative;
}



footer img{
	width:100px;
	position:absolute;
	bottom:0;
	right:0;
}


footer .wrap{
	padding: 50px 0;
	border-top:solid 1px rgba(255,255,255,.1);
	color: #f9f9f9;
}

footer  a{
	text-decoration: none;
	color: #ffffff;
}
