@font-face {
	font-family: 'Gotham Light';
	src: url('../fonts/Gotham-Light.eot');
	src: url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Gotham Book';
	src: url('../fonts/Gotham-Book.eot');
	src: url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Black';
	src: url('../fonts/Gotham-Black.eot');
	src: url('../fonts/Gotham-Black.woff') format('woff'), url('../fonts/Gotham-Black.ttf') format('truetype'), url('../fonts/Gotham-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.otf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@import url("https://use.typekit.net/xlo6aee.css");


.kepler-light-italic{
font-family: "kepler-std-display", serif;
font-weight: 300;
font-style: italic;
}
.kepler-normal{
font-family: "kepler-std-display", serif;
font-weight: 400;
font-style: normal;
}
.kepler-medium-italic{
font-family: "kepler-std-display", serif;
font-weight: 500;
font-style: italic;
}
.kepler-medium{
font-family: "kepler-std-display", serif;
font-weight: 500;
font-style: normal;
}


.gotham-black{
	font-family: "Gotham Black", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.gotham-book{
	font-family: "Gotham Book", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.gotham-bold{
	font-family: "Gotham Bold", sans-serif;
	font-weight: 400;
	font-style: normal;
}


.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.order-12 {
  order: 12 !important;
}

.order-13 {
  order: 13 !important;
}

.order-14 {
  order: 14 !important;
}

.order-15 {
  order: 15 !important;
}

.order-16 {
  order: 16 !important;
}

.order-17 {
  order: 17 !important;
}

.order-18 {
  order: 18 !important;
}
.order-19 {
  order: 19 !important;
}
.order-20 {
  order: 20 !important;
}
.order-21 {
  order: 21 !important;
}


body{
	font-family: 'Gotham Light', sans-serif;
	color: #54565a
}

.bg-gris{
	background:#797979;
	color: #fff
}

.bg-light-gris{
	background: #e5e2df;
}

.bg-gradiente{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}

.bg-banda{
	background: url("../img/bg-banda.png") center no-repeat;
	background-size: cover
}


.bg-cream{
	background: rgba(210,180,151,0.3);
}

.w-20 {
  width: 20% !important;
}

.btn-outline-tvt:hover{
	background: #d4b398 !important;
	color: #fff !important;
	border-color: #fff
}

.btn-outline-eolo{

	color: #d4b398 !important;
	border-color: #d4b398
}



.fs08{
	font-size: .8em
}
.ls-02{
	letter-spacing: 2px;
}


.video{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}



#navbar{
  position:fixed;
  top:0;
  left:0;
  width:100%;


  z-index: 100;
  
  /*Define a height for NavBar*/
  height:160px;
  transition: 0.5s;
  /*and a transition time for a smooth appearence*/
  
}

nav{
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

.nav-pills a{
	color: #ccc;
	
}

.nav-pills a:hover{
	color: #fff;
	
}

.nav-pills a.active{
	color: #fff;
	
}


.triangulo{
	position: absolute;
	width: 36px;
	height: 18px;
	left: 50%;
	margin-left: -18px;
	display: none
}

.triangulo img{
	vertical-align: top
}

#virtual-tour{
	aspect-ratio: auto 853/480;
}




.bottle img {
	transition: all .5s ease;
}

.carousel-indicators{
	bottom: -.5rem;
}


.carousel-indicators [data-bs-target]{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border: none !important;
	background-color: #666 !important;
	margin-top: 2px
}

.carousel-indicators .active {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	margin-top: 0px

}

footer{
	font-size: 0.8em;
	color: #cacaca !important;
}

#eolo {
	background: url('../img/eolo-bg.png') no-repeat top center;
	background-size: cover
}


#empresaB{
	position: absolute;
	top: -70px;
	right: 0;
	width: auto
}

/* AGE VERIFICATION */

#age-verification{
	background: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	bottom: 0;
	z-index: 1000000;

}

#age-verification a{
	color: #666
}

#age-verification .btn{
	width: 72px;
	color: #fff;
	border-radius: 0;
	padding: 14px;
	border: 2px solid #ccc !important;

  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;

}

#age-verification .btn:hover{
	background: #666;
}

#age-verification>div{
	height: 400px;
	margin: 0 auto;
	top: 50%;
	margin-top: -210px;
	color: #999;
	position: relative;


}

#age-verification .container div{
	background: #111;


	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,1);

}

#age-verification>div h4{
	font-size: 2.2em
}

#age-verification>div p.small{
	line-height: 1em

}

#age-verification .custom-select{
	background: none;
	border-radius: 0;
	letter-spacing: 2px;
	font-size: 0.7em;
	color: #ccc;
	width: auto !important;
	border-color: #ccc;
}

.link-over::after{

  content: 'LEER MAS';
  background: rgba(40,40,40,0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding-top: 35%;
  letter-spacing: 2px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
}

.link-over:hover::after {
  opacity: 1;

}