@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@font-face {
  font-family: "Futura PT Demi";
  src: url("FuturaPTDemi.otf");
}
@font-face {
  font-family: "Futura PT Light";
  src: url("FuturaPTLight.otf");
}
body {
	font-family: 'Futura PT Light', sans-serif;
    margin: 0;
    padding: 0;
    width:100%;
    height: 100vh;
    overflow: hidden;
    background: #C6C8C4;
    color:#fff;
    font-size:0.9rem;
}
.clear{
	clear: both;
}
.responsive{
	display:none;
}
#principal {
	width: 100%;
	height:100vh;
	color:#fff;
	z-index:3;
}
#principal .parte a{
    font-size: 20px;
    text-decoration: none;
    color: #000;
    background: rgba(255,255,255,0.5);
    padding: 10px 27px;
    border-radius: 15px;
}
#principal .sin-parte a{
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}
.partes{
	position: relative;
	display: table;
	width: 100%;
	height:80vh;
	z-index:4;
}
.parte{
	display: table-cell;
	width:50%;
	height:80vh;
	text-align: center;
	vertical-align: middle;
}
.sin-partes{
	position: relative;
	display: table;
	width: 100%;
	height:10vh;
	z-index:4;
}
.sin-parte{
	display: table-cell;
	height:10vh;
	vertical-align: middle;
}
.center{
	text-align: center;
}
#shop-button{
	font-weight:bold;
}
#banner-shop{
	width: 75%;
    margin: 0 auto;
    background: url(../img/crema.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 150px 0 25px 0;
    text-align: center;
}
#banner-shop .title{
	background: rgba(255,255,255,0.5);
    border: 5px solid #fff;
    width: 60%;
    margin: 0 auto 200px auto;
}
#banner-shop .title h3{
	color: #070f30;
    font-size: 46px;
}
#banner-shop .title p{
	color: #070f30;
}
#banner-shop .button a{
	background: rgba(7, 15, 48, 0.5);
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border: 3px solid #070f30;
}
.padding-left-20{
	padding-left: 20px;
}
#contenido{
	width:100%;
	display:none;
	height:100vh;
	overflow-y:auto;
	overflow-x:hidden;
}
#video_background { 
	position: absolute;  
	left: 0; 
	width: 100%; 
	height: 100vh; 
	z-index: -100; 
	overflow: hidden;
	z-index: 3;
}
#foto_background { 
	display:none;
	position: absolute;  
	left: 0; 
	width: 100%; 
	height: 100vh; 
	z-index: -100; 
	overflow: hidden;
	z-index: 3;
	background-image: url("../img/fondoprincipal.jpg");
	background-color:#C6C8C4;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 100%;
}
.section-intro{
	background: #686868;
}
body.loaded .section-intro {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 1s cubic-bezier(.77, 0, .175, 1).2s;
	transition: 1s cubic-bezier(.77, 0, .175, 1).2s
}
body.loaded .section-intro .logo {
	-webkit-transition: 1s cubic-bezier(.77, 0, .175, 1).2s;
	transition: 1s cubic-bezier(.77, 0, .175, 1).2s;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}
.section-intro {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 1000;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.section-intro .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.logotipo{
	width: 220px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:-42px;
	top:50%;
	position: relative;
}
.sub-logo{
	letter-spacing: 15px;
    margin-top: -5px;
    position: absolute;
    color: #ecdab6;
    margin-left: 2px;
}
h1{
	text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 10px 0;
    max-width: 500px;
    width: 100%;
    margin: 20px auto;
    color:#7e7e7e;
}
.reserva{
	width:80%;
	margin: 50px auto;
	padding: 45px 0;
}
.reserva .section__content .introduccion{
	width:100%;
	margin: 0 auto;
	max-width: 900px;
}
.reserva .section__content .iframe{
	width:100%;
	margin: 0 auto;
	max-width: 900px;
}
.movil{
	display:none;
}
#menu-movil{
	display:none;
}
.boton {
	display:block;
    background: #686868;
    color: #fff!important;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    margin:40px auto;
    max-width: 350px;
}
.contacto{
	width:80%;
	margin: 50px auto;
	padding: 45px 0;
}
.contacto .columna{
	display: block;
	float: left;
	width: 33.33333%;
}
.contacto .interno{
	display: block;
	padding:20px;
}
.contacto .interno p{
	line-height: 2;
}
.contacto .interno p a{
	font-weight: bold;
	text-decoration: none;
	color: #7e7e7e;
}
.contacto .mitad{
	float:left;
	width:48%;
	margin:0 1%;
}
#flota{
	position: absolute;
    width: 98%;
    text-align: right;
    bottom: 8px;
}
#flota #whatsapp.latiendo {
	animation: latidos 3.5s infinite;
	transform-origin: center;
}
#flota #whatsapp:hover, #flota-i #whatsapp:hover{
    -webkit-animation-play-state: paused;
    animation: latidoshover .5s infinite;
}
#flota img, #flota-i img{
	margin-right:10px;
	width:36px;
}
.copy{
	width:100%;
	padding: 40px 0;
	text-align: center;
}
.derecha{
	float:right;
	margin-right:20px;
}
.derecha i {
	margin:0 8px;
	font-size: 20px;
}
.derecha a{
	color:#7e7e7e;
	text-decoration:none;
}
.derecha a:hover{
	color:#fff;
}
#cart small{
	background: url("../img/circulo.png");
    color: #fff;
    background-size: 101% 100%;
    background-repeat: no-repeat;
    display: block;
    font-size: 8px;
    font-weight: bold;
    padding: 4px 6px;
    position: absolute;
    right: 15px;
    top: 5px;
}
#cart small.second{
	top: 20px;
}
#cart:hover small{
	background: url("../img/circulo-hover.png");
	background-size: 101% 100%;
    background-repeat: no-repeat;
    color:#7e7e7e;
}
nav{
	position: fixed;
	width:20%;
	height:100vh;
	background:#C6C8C4;
	margin-left:100%;
	text-align: center;
    padding-top: 90px;
    z-index:1;
}
nav ul{
	list-style: none;
	padding-left: 0;
}
nav ul li{
	padding:20px 0;
}
nav ul li a{
	text-decoration: none;
	color:#fff;
	font-size: 0.9rem;
}
nav ul li a:hover{
	color:#7e7e7e;
}
nav hr{
	width:100%;
	max-width:20px;
	margin:0 auto;
}
#nosotros{
	position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index:1000;
    display:none;
    background-image: url("../img/usbackground.jpg");
	background-color:#C6C8C4;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 70%;
}
#nosotros .close{
	position: absolute;
    top: 15px;
    right: 25px;
    font-size: 40px;
    color: #7e7e7e;
    text-decoration: none;
}
#nosotros .close:hover{
	color:#fff;
}
.table{
	display:table;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.tr{
	display:table-row;
	text-align: center;
	vertical-align: middle;
}
.td{
	display:table-cell;
	text-align: center;
	vertical-align: middle;
}
#nosotros .td{
	line-height: 24px;
}
header{
	background:#C6C8C4;
	padding: 15px 0;
    position: fixed;
    width: 98%;
    z-index: 2;
}
.lgft{
	font-family: 'Montserrat', sans-serif;
}
/* Animaciones */
@keyframes latidos {
    from { transform: none; }
    42% { transform: none; }
    50% { transform: scale(1.4); }
    58% { transform: none; }
    to { transform: none; }
}
@keyframes latidoshover {
    from { transform: scale(1.4); }
    to { transform: scale(1.4); }
}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.is-animated .fade-in {
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:0.3s;
	-moz-animation-duration:0.3s;
	animation-duration:0.3s;
} 
.is-animated .fade-in.unos {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
} 
.is-animated .fade-in.doss {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.is-animated .fade-in.tress {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.is-animated .fade-in.cuatros {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.is-animated .fade-in.uno {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
} 
.is-animated .fade-in.dos {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.is-animated .fade-in.tres {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.is-animated .fade-in.cuatro {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.is-animated .fade-in.cinco {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.is-animated .fade-in.seis {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.is-animated .fade-in.siete {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.is-animated .fade-in.ocho {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.is-animated .fade-in.nueve {
	-webkit-animation-delay: 1.7s;
	-moz-animation-delay: 1.7s;
	animation-delay: 1.7s;
}
.is-animated .fade-in.diez {
	-webkit-animation-delay: 1.9s;
	-moz-animation-delay: 1.9s;
	animation-delay: 1.9s;
}
.is-animated .fade-in.once {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}
.fade-in {
	opacity : 0;
}
/* Preload */
.preloader {
	background: url(../img/loader.gif) no-repeat center #C6C8C4;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	z-index:1;
}