
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@500&display=swap');
@font-face {
	font-family:CreamCake ;
	src: url(/fonts/Cream\ Cake.otf);
}


*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Bebas Neue', cursive;
	text-decoration: none;
	list-style: none;
    scroll-behavior: smooth;
	overflow-x: hidden;
}
:root{
	--bg-color: #ffffff;
	--text-color: rgb(255, 246, 227);
	--main-color: #ff4e14;
}
body{
	min-height: 100vh;
	background-image:url(/img/blackboard-bg.jpg) ;
	background-attachment: fixed;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
 
}
header{
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	padding: 25px 12%;
	transition: all .50s ease;
}
.logo{
	display: flex;
	align-items: center;
}
.typed-cursor {
	color:rgba(12,3,51,0);
}
#hero
{
    width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
	position: relative;
	padding: 0 5%;
	display: flex;
	align-items: center;
    justify-content: center;

}

video
{
	filter: brightness(50%);
	filter: sepia(50%);
	box-shadow: #060606 0px 20px 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
} 
.content
{
	text-align: center;
	margin-left:50px ;
	user-select: none;
}
.cta
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn
{
	padding: 20px 40px;
	border: 2px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	background-color: transparent;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 1px;
	
	transition: all .50s ease;
	cursor: pointer;
}
.content h1{
	font-size: 140px;
    font-weight: 400;
	color: #fff;
	display: flex;
	align-items: center;
    justify-content: center;
	margin-top: 18%;
	margin-left:-22px;
}
.main-text
{
    position: absolute;
	
    top: 50%;
    left: 50%;
}
.navbar{
	display: flex;
}
.menu{

	background-image: url(/img/wood-bg2.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
	transition: 0.5s;
	box-shadow: #060606 10px 10px 10px;
}
.galery{

	background-image: url(/img/imgs-bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
	transition: 0.5s;
	box-shadow: #060606 10px 10px 10px;
}
footer {
	background-color: #1e1e1e;
	color: #fff;
	padding: 20px 0;
  }
  
  .container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
  }
  
  .footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: larger;
  }
  
  ul .container {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: large;
  }
  
  ul li {
	display: inline-block;
	margin: 0 10px;
  }
  
  ul li a {
	color: #fff;
	text-decoration: none;
  }
  
  ul li a:hover {
	text-decoration: underline;
	
  
  }
  
.yt{
	display: flex;
	align-items: center;
	justify-content: center;
}
.maps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 50px;
}

.map-container {
    width: 100%;
    max-width: 600px;
    margin: 10px;
    text-align: center; /* Para centrar el título */
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

.map-container h3 {
    margin-bottom: 10px;
    font-size: 2em; /* Ajusta el tamaño del texto del título */
    color: #ffffff; /* Color del texto */
}

/* Hacer que los mapas ocupen toda la pantalla en pantallas pequeñas */
@media (max-width: 768px) {
    .map-container {
        max-width: 100%;
    }
}

.video-promo
{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 50%;
	margin-left: 18%;

	width: 1280px;
	height: 800px;
	padding: 50px;
}
.menu-title
{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 5rem;
	padding-top: 50px;
	letter-spacing: 1px;
	line-height: 1.5;
	z-index: 998;
    font-weight: 400;
	color: rgb(255, 255, 255);
	 
}
.subtitle 
{
	margin-left: 25%;
	font-size: 5rem;
	padding-top: 50px;
	letter-spacing: 1px;
	line-height: 1.5;
	z-index: 998;
	font-family: 'CreamCake', cursive;
    font-weight: 400;
	color: rgb(229, 73, 0);
	 
}
.disclaimer
{
	margin-left: 24%;
	font-size: 2rem;
	padding-top: 50px;
	letter-spacing: 1px;
	line-height: 1.5;
	z-index: 998;
    font-weight: 400;
	color: rgb(250, 250, 250);
	 
}
.menu-item
{
	color: #ffefaa;
}
.menu-items
{
	/* Lista de Menu*/
	font-size: 3em;
	display: flex;
	margin-left: 25%;
	margin-right: 25%;
	color: #fff;
	padding-top:50px ;

}
.menu-description
{
	font-size: .55em;
	color: rgb(245, 245, 245);
	padding-top: 15px;
	padding-bottom: 20px;
	
}
.img-links
{
	color: #ffefaa;
}

.conocenos
{

	filter: drop-shadow();
	display: flex;
	background-color: rgb(242, 240, 220);
	z-index: 99;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	
}

.conocenos-content
{
	background-color: rgb(255, 255, 255);
	filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, 0.5));
	width: 80%;
	display: flex;
	justify-content: center;
    align-items: center;
	margin-bottom: 20px;
	margin-top: 50px;
	border-radius: 10px;
	
}
.conocenos-title
{
	font-size: 6rem;
	padding-top: 50px;
	letter-spacing: 1px;
	line-height: 1.5;
	z-index: 998;
	font-weight: 400;
	color: rgb(229, 73, 0);
	font-family: 'CreamCake', cursive;
	 

	display: flex;
	align-items: center;
	justify-content: center;
}
.conocenos-subtitle
{
	font-size: 5rem;
	margin-left: 5%;
	letter-spacing: 1px;
	line-height: 1.5;
	z-index: 998;
	font-weight: 400;
	color: rgb(229, 84, 0);
	font-family: 'CreamCake', cursive;
	 padding: 20px;
	display: flex;
	align-items: center;
	justify-content: left;
}
	.galeria
	{
		background-color: #ff4e14;
		height: 50px;

	}
	.splide_img
	{
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		margin-top: 50px;
		margin-bottom: 50px;
		box-shadow: #060606 10px 10px 10px ; 
	}
.conocenos-description
{
	font-size: 2rem;
	padding-top: 50px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 1.3;
	z-index: 998;
	font-weight: 400;
	text-align: justify;
	color: rgb(0, 0, 0);
	margin-left: 6%;
	margin-right: 43%;
	padding-bottom: 80px;
	
}
.caracter
{
	font-size: 1.5rem;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 1.8;
	z-index: 998;
	font-weight: 400;
	text-align: left;
	color: rgb(0, 0, 0);
	margin-left: 6%;
	
	padding-bottom: 50px;
	
}
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
  }
  
  .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #fff;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	}
  }
  
  @keyframes spin {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  .fade-out {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  }
  
.conocenos-img
{
	width: 20%;
	
	margin-top: 16vh;

	margin-left: 30px;
	margin-right:7%;

	
	float: right;
}
.restaurant-img
{
	width: 30%;
	
	margin-bottom: 30px;

	margin-left: 30px;
	margin-right:7%;
	
	float: right;
}

.personal
{
	
	width: 300px;
	transition: all linear 0.7s;
}

img.box
{
	width: 300px;
	transition: all linear 0.7s;
	float: left;
}
img.hover-img
{
	width: 300px;
	transition: all linear 0.7s;

	position: absolute;
	top: 0;
    left: 0;
    opacity: 0;
}

.box
{
	
   position: relative;
  
   width: 300px;
   height: 300px;
	  margin-left: 6%;
	 margin-top: -200px;
	  margin-bottom: 45px;
	

}
.box:hover img{
	opacity: 0;
}
.box:hover img.hover-img{
	opacity: 1;
}

.quote
{
	display: flex;
	align-items: center;
    justify-content: center;
	position: relative;
	color: #fff;
	user-select: none;
	
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.5;
	z-index: 998;
	margin-top: 28%;
	padding-bottom: 35px;
	font-size: 90px;
    font-weight: 400;
	
	font-family: 'CreamCake', cursive;
	
}


	.guru {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
		margin-bottom: 5%;
		
	}

.galeria h2
{
margin-left: 42%;
}
.slider{

	width: 800px;
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 30%;
	padding-bottom: 50px;
	box-shadow: #060606 0px 0px 10px;
  }
  .contenedor
  {
	padding-bottom: 100px;
  }
  .slides{
	width: 500%;
	height: 500px;
	display: flex;
	filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, 0.5));
	
  }
  
  .slides input{
	display: none;
  }
  
  .slide{
	width: 20%;
	
	transition: 2s;filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, 0.5));
  }
  
  .slide img{
	width: 800px;
	height: 500px;
	
  }
  
.map
{
	
	padding: 20px;
	margin-left: 25%;
}

.bg
	{
		background-color: rgba(0, 0, 0, 1);
		
		box-shadow: #060606 0px 0px 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 10%;
		
		
	}
.bbq
{
    width: 150px;
}
.navbar a{
	color: var(--text-color);
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0px 0;
	margin: 0px 80px;
	transition: all .50s ease;
}
.navbar a:hover{
	color: var(--main-color);
}
.navbar a.active{
	color: var(--main-color);
}
.main{
	display: flex;
	align-items: center;
}
.main a{
	margin-right: 25px;
	margin-left: 10px;
	color: var(--text-color);
	font-size: 1.1rem;
	font-weight: 500;
	transition: all .50s ease;
}
.user{
	display: flex;
	align-items: center;
}
.user i{
	color: var(--main-color);
	font-size: 28px;
	margin-right: 7px;
}
.main a:hover{
	color: var(--main-color);
}
#menu-icon{
	font-size: 35px;
	color: var(--text-color);
	cursor: pointer;
	z-index: 10001;
	display: none;
}


@media (max-width: 1280px){
	header{
		padding: 25px 5%;
		transition: .2s;
	}
	.navbar a{
		padding: 5px 0;
		margin: 0px 20px;
	}
	.content h1{
		font-size: 100px;
	}
.restaurant-img
{
	margin-top: 10vh;
}
.conocenos-title
{
margin-left: 20px;
font-size: 5rem;
}
}
@media (max-width: 1090px){
	#menu-icon{
		display: block;
	}
	header
	{
		
		padding: 5px;
	}
	.conocenos-content
	{
		height: auto;
		width: auto;
		background-color: #f3f3f3;
	}
	.quote{
		margin-top: 2%;
		font-size: 4rem;
		line-height: 1;
	}
	.navbar{
		position: fixed;
		top: 8%;
		
		right: -100%;
		width: 50;
		height: 60%;

		
		background : #060606;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		
		border-radius: 5px;
		box-shadow: #060606 0px 0px 10px;
		transition: all .50s ease;
	}
	.navbar a{
		display: block;
		margin: 40px 0;
		padding: 0px 50px;
		transition: all .50s ease;
	}
	.navbar a:hover{
		color: var(--text-color);
		transform: translateY(5px);
	}
	
	.navbar.open{
		right: 2%;
	}
	.content h1{
		font-size: 32px;
		margin-top: 27%;
	}
	.logo img{
		width: 100px;
	}
	.btn
	{
		padding: 10px 20px;
		font-size: 1rem;
		margin: 20px 20px;
	}
	.menu-title
	{
		font-size: 3rem;
		padding-top: 50px;
		letter-spacing: 1px;
		line-height: 1.5;
		z-index: 998;
		font-weight: 400;
		color: rgb(250, 250, 250);
	}
	.subtitle
	{
		text-align: center;
		padding-top: 0px;
		font-size: 4rem;
		margin-left: 0%;
		z-index: 998;
		font-weight: 400;
		color: rgb(255, 113, 37);
	}
	.menu-items
    {
        font-size: 2.5rem;
		margin-left: 5%;
		margin-right: 5%;
		text-align: center;
	}
	.conocenos-title
	{
		font-size: 4rem;
		padding-top: 20px;
		
		letter-spacing: 1px;
		line-height: 1.1;
		z-index: 998;
		font-weight: 400;
		margin-right: 10px;
		color: rgb(229, 73, 0);
		text-align: center;
	}
	.conocenos-description
	{
		font-size: 1.3rem;
		padding-top: 0px;
		font-family: Georgia, 'Times New Roman', Times, serif;
		line-height: 1.3;
		z-index: 998;
		font-weight: 400;
		text-align: justify;
		color: rgb(0, 0, 0);
		margin-left: 10%;
		margin-right: 20px;
		padding-right:10px ;
	}
	.restaurant-img
	{
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right:0px;
		float: none;
	}
	
	.conocenos-img
	{
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right:0px;
		margin-top: -20px;
		float: none;
	}
	.conocenos-subtitle
	{
		font-size: 5rem;
		padding-top: 20px;
		letter-spacing: 1px;
		line-height: 1.1;
		margin-right: 10%;
		z-index: 998;
		font-weight: 400;
		color: rgb(206, 83, 17);
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.caracter
	{
		font-size: 1.1rem;
		padding-top: 0px;
		letter-spacing: 1px;
		line-height: 1.3;
		z-index: 998;
		font-weight: 00;
		color: rgb(0, 0, 0);
		margin-left: 5%;
		margin-right: 5%;
		font-weight: 400;
	}
	
	.disclaimer
	{
		font-size: 1.7rem;
		padding-top: 20px;
		text-align: center;
		line-height: 1.3;
		z-index: 998;
		font-weight: 400;
		color: rgb(255, 255, 255);
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.box img
	{
		width: 90%;
        margin-bottom: 10px;
	}
	.conocenos-subtitle
	{
		margin-top: -30px;
	}
	
	.description
	{
		text-align: justify;
		font-size: 1.2rem;
		margin-left: 5%;
		margin-right: -5%;
		margin-bottom: 220px;
	}
	.splide_img
	{
		width: 80%;
		
		margin-left: 10%;
	}
	.video-promo
	{
		width: 100%;
		height: 100%;
		margin-left: auto;
	}
}
