#loader{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	z-index: 99999;
}
#loader div{
	position: absolute;
	left: calc(50% - 35px);
	top: calc(50% - 35px);
	border: 0px solid #fff;
	border-top: 4px solid #00c2a8;
	border-bottom: 4px solid #00c2a8;
	border-left: 0px solid #00c2a8;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	animation: spin 2s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.movil, .tablet{ display: none; }
.desktop{ display: block; }

.swal-title{
	font-size: 20px;
}
.swal-overlay{
	z-index: 99993;
}
.swal-button{
	background-color: #000;
	border-radius: 18px;
}
.swal-button--cancel{
	color: #333;
	background-color: #efefef;
}
.ajs-message{
	background: #d85015;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 48px;
	border-radius: 4px;
	border:	0;
	cursor: pointer;
	padding: 0 !important;
}

/* ==========================================================================
 Author's custom styles
   ========================================================================== */
*{
	outline: none;
	box-sizing: border-box;
}
body{
	font-family: "Mulish", sans-serif;
	padding: 0;
	margin: 0;
	align-items: center;
	display: flex;
	flex-direction: column;
	background: #fff;
}
body.static{
	overflow: hidden;
}
a{ color: #ffff; }
a:hover, a:link, a:visited, a:active{ text-decoration: none; }
input:-internal-autofill-selected{
	background: #fff !important;
}
input, textarea, select, button{
	font-family: "Mulish", sans-serif;
}
main{
	display: flex;
	flex-direction: column;
	width: 100%;
	/* max-width: 1440px; */
	align-items: center;
	justify-content: center;
	min-height: calc(100vh);
}
.movil, .tablet{ display: none; }
.desktop{ display: block; }

.contenedor{
	display: flex;
	flex-direction: column;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
	/* max-width: 1440px; */
}
.contenedor-sl{
	display: block;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
	overflow: hidden;
	/* max-width: 1440px; */
}
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 0 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .logo{
	margin-top: 20px;
}
header .btn{
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 12px;
	height: 64px;
	width: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sliders{
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	max-height: 100vh;
}
.sliders .text{
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.sliders .text .date{
	color: #fff;
	font-size: 26px;	
}
.sliders .text h2{
	color: #fff;
	font-size: 58px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 800;
	text-align: center;
	line-height: 50px;
}
.sliders .text h2 small{
	font-size: 20px;
	margin: 0;
}
.sliders .text p{
	color: #fff;
	font-size: 22px;
	max-width: 600px;
	text-align: center;
}
.sliders .opacity{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	background: rgba(0,0,0,0.5);
}
.sliders .slide{
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
}
.sliders .slide div{
	display: flex;
	width: 100%;
	overflow: hidden;
	border-radius: 16px;
}
.sliders .slide video {
	object-fit: cover;
}

.comprar{
	display: flex;
	flex-direction: row;
	padding: 0 100px;
}
.comprar .col1{
	width: 20%;
	position: relative;
}
.comprar .col1 .im2{
	position: absolute;
	bottom: 0;
	left: -100px;
	width: 200%;
}
.comprar .col2{
	width: 80%;
	padding-left: 20px;
	margin-bottom: 20px;
}
.comprar .col2 .row1{
	display: flex;
	width: 100%;
}
.comprar .col2 .row1 h4{
	margin: 0;
	font-size: 40px;
	color: #4f6180;
	font-weight: 300;
}
.comprar .col2 .row2{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.comprar .col2 .row2 .col3{
	display: flex;
	width: 40%;
	flex-direction: column;
}
.comprar .col2 .row2 .col3 p{
	color: #4f6180;
	font-size: 16px;
	margin-top: 50px;
}
.comprar .col2 .row2 .col3 a.btn{
	color: #885d40;
	border: 1px solid #885d40;
	height: 64px;
	width: 210px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}
.comprar .col2 .row2 .col3 small{
	font-size: 12px;
	color: #000000;
}
.comprar .col2 .row2 .col4{
	display: flex;
	width: 50%;
}
.quees{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.quees .mid{
	display: flex;
	flex-direction: column;
	width: 50%;
	align-items: flex-start;
	justify-content: center;
}
.quees .mid.b{
	padding: 0 100px;
}
.quees h4{
	color: #4f6180;
	font-size: 40px;
	font-weight: 300;
}
.quees .subtitle{
	color: #4f6180;
	font-size: 20px;
	font-weight: 600;
}
.quees p{
	color: #4f6180;
	font-size: 16px;
}

.anfitriones{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 50px 0;
}
.anfitriones .large{
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 0 100px;
}
.anfitriones .large h4{
	color: #ffffff;
	font-size: 40px;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 0px;
	position: absolute;
	left: 0;
	top: auto;
	z-index: 2;
}
.anfitriones .large .subtitle{
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 40px;
	z-index: 2;
}
.anfitriones .large p{
	color: #4f6180;
	font-size: 16px;
}
.anfitriones .large .cols{
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 50px;
}
.anfitriones .large .cols .mid{
	width: 50%;
	flex-direction: column;
	display: flex;
}
.anfitriones .video{
	position: relative;
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.anfitriones .video .opacity{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.4);
}
.viviras{
	display: flex;
	width: 100%;
	background: url('https://storage.googleapis.com/monteswines/FOTO1.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
	flex-direction: column;
	padding: 0 100px;
	align-items: flex-start;
	justify-content: center;
}
.viviras h4{
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.viviras .subtitle{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.viviras p{
	color: #fff;
	font-size: 16px;
}
.viviras a.btn{
	color: #fff;
	border: 1px solid #fff;
	height: 64px;
	width: 210px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}
.viviras ul{
	margin: 40px 0;
}
.viviras ul li{
	color: #fff;
	padding: 0 15px;
}
.cuando{
	display: flex;
	width: 100%;
	background: url('https://storage.googleapis.com/monteswines/FOTO2.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
	flex-direction: column;
	padding: 0 100px;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}
.cuando .video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
	min-height: 100vh;
	overflow: hidden;
}
.cuando .opacity{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 2;
}
.cuando .contenedor{
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cuando h4{
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 40px;
}
.cuando .subtitle{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.cuando p{
	color: #fff;
	font-size: 16px;
}
.cuando .cols{
	display: flex;
	flex-direction: row;
	gap: 50px;
	margin-bottom: 40px;
}
.cuando .cols .col{
	display: flex;
	flex-direction: column;
	width: calc(100% / 3);
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	text-align: center;
}
.cuando .cols .col span{
	font-size: 50px;
	color: #fff;
	margin-bottom: 20px;
}
.cuando .cols .col p{
	margin: 0;
}
.cuando .cols .btn{
	color: #000000;
	border: 1px solid #f0f2f6;
	height: 64px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0 20px;
	gap: 10px;
	background-color: #f0f2f6;
}
.preguntas{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 50px 0;
}
.preguntas .large{
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 0 100px;
}
.preguntas h4{
	color: #4f6180;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 40px;
}
.preguntas .list{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.preguntas .list a.li{
	display: flex;
	width: 100%;
	border: 1px solid #96959a;
	color: #000000;
	flex-direction: column;
	padding: 20px;
}
.preguntas .list a.li:first-child{
	border-radius: 12px 12px 0 0;
}
.preguntas .list a.li:last-child{
	border-radius: 0 0 12px 12px;
}
.preguntas .list a.li h5{
	font-size: 16px;
	margin: 10px 0;
}
.preguntas .list a.li p{
	margin: 0;
	display: none;
}
footer{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.premios{
	display: flex;
	width: 100%;
	background: #141414;
	align-items: center;
	justify-content: center;
	gap: 50px;
	padding: 40px 0;
}
.foot{
	display: flex;
	width: 100%;
	background: #000;
	align-items: center;
	justify-content: center;
	gap: 50px;
	padding: 0;
}
.foot .social{
	color: #fff;
	display: flex;
	width: 30%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-right: #333 1px solid;
	padding: 50px 0;
}
.foot .social ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
.foot .social ul li a{
	font-size: 26px;
}
.foot .marcas{
	color: #fff;
	display: flex;
	width: 70%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 50px 0;
}
.foot .marcas .cols{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 80px;
}