
@font-face {
	font-family: 'BodoniBookSmall';
	src: url(../fonts/BodoniSmallcapsBook.ttf) format('truetype');
  }
@font-face {
	font-family: 'BodoniUnicode';
	src: url(../fonts/unicode.bodonieb.ttf) format('truetype');
  }
@font-face {
	font-family: 'BodoniItalic';
	src: url(../fonts/BodoniSvtyTwoOSITCTT-BookIt-02.ttf) format('truetype');
  }
@font-face {
	font-family: 'BodoniBook';
	src: url(../fonts/BodoniSvtyTwoITCTT-Book-01.ttf) format('truetype');
  }
@font-face {
	font-family: 'BodoniBookBold';
	src: url(../fonts/BodoniSvtyTwoITCTT-Bold-03.ttf) format('truetype');
  }
body{
/*	background-image: url('../img/fondo.png'); */
	font-family: 'BodoniBook', serif;
}
.bg-violeta{
	background-color: #421432;
}
.mont-b{
	font-weight: 600;
}
.container-fluid{
	overflow: hidden;
	padding-right: 10px;
    padding-left: 10px;
}
/* FORMULARIO */

.hidden{
	display: none !important;
}

.ml{
	margin-left: 3%;
}

.campo{
	float: left;
	margin-bottom: 10px;
	width: 48.5%;
}

.campoFull{
	border: 0;
	margin-bottom: 10px;
	width: 100%;
}

label,	
.campo,
.campoFull,
.form-control{
	font-size: 1em;
}	
label.error {
	color: #e42320;
    font-size: 0.85em;
}
#livomLink a{
	color: #FFFFFF75;
	font-size: 0.9em;
}

.success.circle{
	color: #FFF ;
}
.form-control {
  border: 0;
  border-bottom: 1px solid #9f662d;
}
.form-control.error {
  border-bottom: 1px solid #e42320;
}


#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 1;
  background-color: #014880;
  z-index: 99;
  text-align: center;
}
#header .logo{
	margin-left: 50px;
	display: none;
}
#header.sticky .logo{
	display: block !important;
	padding-top: 5px;
}
#header #footer{
	transition: .4s;
}
#header.sticky #footer{
	background-color: #2a1022;
	position: fixed;
    z-index: 999999999999 !important;
    position: fixed;
    width: 100%;
    padding-top: 10px !important;
}
#header.gracias #headerTitle{
	height: 90vh;
}
#header{
	background-image: url('../img/primer-splash.png');
	background-size: cover;
/*	padding-bottom: 100px; */
}
#gouleInfo{
	background-color: #FFF;
}
#gouleInfo p{
	font-style: italic;
}
#mainContent{
	background-image: url('../img/trama-fondo-web.png');
	background-repeat: repeat-y;
	background-size: contain ;
	text-align: center;
}
#mainContent p{
	font-family: 'BodoniItalic';
	font-size: 1.3em;
	line-height: 1.2em;
	color: #421432;
}
.win{
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 250px;
}
#header h1,
#header h2,
#header h3{
	color: #FFF;
	margin-bottom: 1.5rem;
/*	padding-right: 40px; */
}
#header h1{
	font-size: 2.1em;
	font-family: 'BodoniBookBold';
}
#header h2{
	font-size: 1.7em;
}
#header h3{
	font-size: 1.2em;
	font-family: 'BodoniItalic';
	letter-spacing: 1px;
	text-align: right;
}
#header p{
	margin-top: 30px;
	font-weight: 400;
}
#headerTitle img{
	height: 100px;
    margin-bottom: 40px;
    padding-right: 40px;
}
#headerTitle{
	padding-top: 0 !important;
}
#header-nav{
    border-radius: 15px 15px 0 0;
	height: 30%;
}
li .nav-link{
	color: #fff !important;
	font-size: 0.8em;
}
li .nav-link i{
	font-size: 1.8em;
}
#header-nav img.logo{
	width: 183px;
    margin-left: 40px;
    margin-top: -2px;
}
#header-nav ul{
	list-style: none;
	padding: 0;
    margin: auto;
}
#header-nav ul li{
	margin-right: 20px;
}
.nav-item:after {
    transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 #ffffff;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}
.nav-item:hover:after {
    width: 100%;
}
h2{
	font-size: 1em;
	font-weight: 600;
}
#contacto{
	background-color: #FFF;
}
#contacto > div{
	padding: 30px;
}
::placeholder,
select,
select option{
	color: #9f662d !important;
}
#btnSbmt,
#btnSbmt:hover{
	background-color: #e2a200;
	border-color: #e2a200;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
#contacto h2{
	font-size: 1.7em;
	font-family: 'BodoniItalic';
	color: #e2a200;
	margin-bottom: 5px;
}
#contacto h2,
#contacto p{
	color: #9f662d;
}
#contacto p{
	font-size: 1.1em;
	margin-top: 0;
}
#enviarContacto{
	background-color: #e83666;
	border: none !important;
	border-radius: 25px;
	color: #eaeaea;
	display: block;
	margin: auto;
	padding: 10px 50px;
	font-size: 1.1em;
    font-weight: 500;
	
	transition: 0.3s;
}
#enviarContacto:hover{
	background-color: #794594;
}
.footer .logo{
	margin-left: 50px;
}
#footer p a,
#footer span{
	font-weight: 600;
	color: #FFF;
}
#footerSocial{
	list-style: none;
}
#footerSocial li{
	display: inline-block;
}
#footerSocial i{
	color: #fff;
	font-size: 30px;
}
#livomLink{
	margin-top: 10px;
	margin-bottom: 10px;
}
#livomLink a{
	color: #ffffff7d;
}
#whatsapp {
	position: fixed;
	bottom: 25px;
    right: 27px;
    width: 55px;
	transition: 0.3s;
	z-index: 9999;
}
#whatsapp:hover{
	bottom: 30px;
}
#whatsapp img{
	width: 100%;
}
.row.galeria > div{
	padding: 0;
}
.relative{
	position: relative;
}
.img-center{
	width: 12%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.img-center.choco{
	left: 51%;
    top: 38%;
    transform: translate(0%,-50%);
}
.img-center.golden{
	left: 43%;
    top: 40%;
}
.img-center.arriesgado{
	left: 43%;
    top: 45%;
}
.m-izq{
	margin-left: -5%;
}
.hidden{
	display:none !important;
}
.error{
	border: 1px solid red;
	color: red !important;
}
.error::placeholder{
	color: red !important;
}
.p13{
	font-size: 2em !important;
	font-family: 'BodoniItalic' !important;
	width: 80%;
	margin: auto;
}
.p13 span{
	color: #e2a200;
}
.p16{
	color: #e2a200 !important;
	font-size: 4.2em !important;
	line-height: 1.2em;
	font-family: 'BodoniItalic';
	width: 80%;
	margin: auto;
	margin-bottom: 80px;
	margin-top: 60px;
}
#mainContent h4{
	color: #421432;
	font-family: 'BodoniBookBold';
	font-size: 5em !important;
	line-height: 1em;
	position: absolute;
    top: 0;
    z-index: 999;
}
#mainContent h4.gold{
	color: #e2a200 !important;
}
#mainContent h4.chocolateWine{
    right: -30% !important;
    top: 20px !important;
}
#mainContent h4.lagoule{
	top: 20px;
	left: -38% !important;
}
#mainContent h4.arriesgado{
	width: 150%;
	top: 30px;
	right: -32% !important;
}
#mainContent h4.glotona{
	width: 150%;
	top: 30px;
	left: -60% !important;
}
#mainContent h4.mr{
	right: -25%;
}
#mainContent h4.lf{
	left: -25%;
}
a.ecommerce{
	color: #e2a200 !important;	
	background-color: #421432;
	display: block;
	padding: 60px;
	font-size: 2.3em;
	font-family: 'BodoniBookBold';
	margin-top: 50px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
@media (max-width: 545px) {
	#whatsapp{
		right: 35px;
    	width: 60px;
	}
	#header h2{
		font-size: 1.3em;
	}
	#header h1{
		font-size: 1.5em;
		margin-bottom: 50px;
		padding-left: 0;
		text-align: center;
	}
	#header .logo{
		margin: auto !important;
	}
	#header #footerSocial {
		margin-top: 0 !important;
	}
	#header h3 {
		font-size: 1em;
		text-align: center;
	}
	#headerTitle img{
		padding-right: 0px;
		height: 50px;
	}
	#headerTitle {
		padding-top: 0px !important;
	}		
	#header-nav{
		display: none;
	}	
	#contacto{
		padding: 30px 20px;
		width: 100%;
	}		
	#contacto h2{
		font-size: 1.1em;
	}
	#contacto p{
		font-size: 1em;
	}	
	#footerSocial{
		margin-top: 30px;
		padding: 0;
	}
	.footer .logo {
		margin: auto;
		display: block;
	}
	.navbar-toggler{
		background-color: white;
	}
	#mainContent h4{
		font-size: 2.5em !important;
	}
	.p16{
		font-size: 2.2em !important;
	}
	.p13{
		font-size: 1.4em !important;
	}
	#mainContent p{
		font-size: 1.2em;
	}
	#mainContent h4.arriesgado{
		right: -40% !important;
	}
	.img-center.arriesgado{
		top: 35%;
	}
	.img-center.choco{
		top: 25%;
	}
	.img-center.golden{
		top: 35% !important;
	}
}
@media (max-width: 375px) {

}
