/*=================================================
||				Useful Links
==================================================*/
/*
|||||||||	Slider	|||||||||
|	http://www.jssor.com/demos/image-gallery.html
|	http://www.jssor.com/development/index.html
|	http://www.jssor.com/development/define-slides-html-code.html
|	file:///G:/Technext/Helper/Jssor.Slider.FullPack/demos-no-jquery/introduction-slider.source.html
|	file:///G:/Technext/Helper/Jssor.Slider.FullPack/demos-no-jquery/image-gallery.source.html
|	http://www.owlcarousel.owlgraphic.com/docs/started-welcome.html
|||||||||	Others	|||||||||
|	Fonts: 1. Roboto[Section-title] 2. Open-Sans[body]
|
|
*/

/*=================================================
||				Index 
==================================================*/
/*
|	1. Imports
|	2. Global
|	3. Colors
|
|	=============
|	SECTIONS
|	=============
|	4. Navigation
|	5. Header
|	6. About us
|	7. Affordable pricing
|	8. Video Carousel
|	9. Blog
|	10. Our Breakfast Menu
|	11. Terminos
|	12. Catagories-1
|	13. Our Featured Dishes Menu
|	14. Catagories-2
|	15. Reserve A Table!
|	16. Contact With us
|	17. Footer
*/


/*=================================================
||				1. Imports 
==================================================*/
@import url('http://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url(http://fonts.googleapis.com/css?family=Roboto:100,400);
@import url(http://fonts.googleapis.com/css?family=Raleway:100,400,700);
@font-face {
    font-family: 'Radlush';
    src: url('../fonts/radlush.semi-bold.ttf') ;
    font-weight: 400px;
}

@font-face {
    font-family: 'Heading Now';
    src: url('../fonts/HeadingNowTrial-04Regular.ttf') ;
}
@font-face {
	font-family: 'Bliss Pro';
	src: url('../fonts/BlissProMedium.otf');
}
/*=================================================
||				2. Global 
==================================================*/
/* Padding below the footer and lighter body text */
body
{
	font-family: 'Raleway', 'Open-Sans', sans-serif;
	overflow-x: hidden;
	font-size: 14px;
	padding-top: 3rem;
  padding-bottom: 0px;
  color: #5a5a5a;
  margin: 0px;
  height: 100%;
  background-color: #000;
  
  
}
:root {
    --black-box-red: #000000;
}

a {text-decoration: none; color: inherit;}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none; 
}

.btn {
  border-radius: 0; 
  letter-spacing: 2px; 
}

.btn:hover {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-middle {
	background-color: transparent;
	padding: 15px 30px;
	border: 1px solid #8bc34a;
	color: #5c9233;
	margin: 25px 0px;
}

.btn-middle:hover {
	background-color: #8bc34a;
	color: #fff;
	box-shadow: 0px 2px 5px #948E8E;
}

.btn-send,
.btn-reservation {
	background-color: #8bc34a;
	padding: 10px 50px;
	box-shadow: 0px 2px 5px #948E8E;
	color: #fff;
	margin: 20px 0px;
}

.btn-send:hover,
.btn-reservation:hover {
	background-color: #5c9233;
	color: #eee;

}

.btn-reservation {
	width: 100%;
	margin: 0px;
}

.section-title
{
	/*padding: 310px 0px;
	margin: 0px 130px 0px 250px;*/
	padding: 20%;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 60px;
	color: #fff;
}
.section-content-title
{
	font-family: 'Roboto';
	font-weight: 100;
	font-size: 60px;
}
.section-content-para
{
	margin: 30px 0px;
}
.section-content
{
	padding: 15% 25% 15% 20%;
}
/*.custom-row
{
	width: 100vw;
}*/
.dis-table
{
	display: table;
	/*width: 100vw;*/
}
.dis-table .dis-table-cell
{
	display: table-cell;
	padding: 0;
	float: none;
	/*width: 50vw;*/
	/*position: relative;*/
}
.color-bg
{
	background: rgba(215,157,18,1);
}
.section-bg
{
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
}

.form-control {
	border-radius: 0px;
	margin-bottom: 25px;
}

input.empty, textarea.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.section-icon
{
	position: absolute;
	left: 47%;
	margin-left: -21px;
	margin-top: 58px;
	z-index: 999;
}
.white{color: #fff;}
.padding1{padding: 1em;}
.space{ margin-top: 2em;}
/*.wrapper
{
	margin-top: 50px;
}*/
.divcentra{
						display: flex;
						align-items: center;
						justify-content: center;
					}
.centradiv{
						display: grid;
						place-items: center;
					
						
						}
/*=================================================
||				3. Colors 
==================================================*/
.bg-negre{background-color: #000;}
.bg-lila{background-color: #3d087a;}
@media (max-width: 540px){.bg-lila{background-color:#fff;} }
@media (min-width: 768px){.bg-lila{background-color: #cca;}}
@media (min-width: 1024px){.bg-lila{background-color: #ddd;}}
@media (min-width: 1200px){.bg-lila{background-color: #000;}}
/*=================================================
||				4. Navigation 
==================================================*/


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	
}

.navbar-brand {
	margin-top: -25px;
  	width: 205px;
}



#logo{max-width: 100%; padding-top: 6px;}
/*
.navbar{ background-color:rgba(0, 0, 0, 0.5); font-family: 'Bliss Pro', sans-serif; font-weight: 400; font-size:xx-large; color: #e71212;}
.item-menu{color: #ffffff; text-decoration:none; font-family: 'Bliss Pro', sans-serif; font-weight: 600; font-size:xx-large; padding-right: 1rem; }
.item-menu:hover{ text-decoration: none; color: #e6179d;}
*/
.navbar {
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Bliss Pro', sans-serif;
    font-weight: 400;
    font-size: xx-large;
    color: #e6179d; /* Invertimos el color normal al color del hover original */
}

.item-menu {
    color: #ffffff; /* Invertimos el color del hover al color normal original */
    text-decoration: none;
    font-family: 'Bliss Pro', sans-serif;
    font-weight: 600;
    font-size: xx-large;
    padding-right: 1rem;
    text-shadow: 5px 2px 1px #e6179d; /* Inicialmente sin sombra */
    transition: color 0.3s ease, text-shadow 0.3s ease; /* Transición suave para color y sombra */
}

.item-menu:hover {
    text-decoration: none;
    color: #ff29b4; /* El color al hacer hover ahora es el color de la sombra */
    text-shadow: 0px 2px 3px #ffffff; /* Agregamos la sombra con el color del hover */
}
@media (max-width: 62em){
	.navbar img{width: 50%;}
}
/*-----------------------------------------------
		navbar shrinking
-----------------------------------------------*/

nav.navbar.shrink {
	max-height: 62px;
  	padding: 6px 0px;
  	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
}

nav.shrink a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-size: 15px;
}

nav.shrink .navbar-brand {
	margin-top: -19px;
}

nav.shrink .navbar-toggle {
	padding: 4px 5px;
	margin: 8px 15px 8px 0;
}

.navbar-default.shrink .navbar-collapse {
    border-color: transparent;
}

/*=================================================
||				5. Header
==================================================*/
/* Géneros musicales */
/*
.genres {
    background-color: var(--black-box-red);
    padding: 0px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -45px 0 0 -15px;
	
}
.generes-img{ width: 100%; max-width: 100%; position: relative;}
*/
.genres {
    position: relative; /* Establece el contexto de posicionamiento para los elementos internos */
    background-color: var(--black-box-red); /* Esto lo puedes quitar si no quieres un color de fondo detrás de la imagen en algún caso */
    padding: 0;
    display: block; /* Cambiamos a block para que ocupe todo el ancho y la altura se ajuste al contenido inicial */
    margin: -50px 0 0 -15px; /* Mantén tus márgenes */
}
@media (min-width: 415px) {
	.generes{
		position: relative; /* Establece el contexto de posicionamiento para los elementos internos */
    	background-color: var(--black-box-red); /* Esto lo puedes quitar si no quieres un color de fondo detrás de la imagen en algún caso */
    	padding: 0;
    	display: block; /* Cambiamos a block para que ocupe todo el ancho y la altura se ajuste al contenido inicial */
		margin: 600px 0 0 -15px; 
	

	}
}


.generes-img {
    display: block; /* Evita espacios extra debajo de la imagen */
    width: 100%;
    max-width: 100%;
}
.genre-text {
    font-family: 'Heading Now','Radlush', sans-serif;
    font-size: 36px;
    color: #000;
    cursor: none;
    transition: transform 0.3s ease;
}
.videopromo{margin-top: 80px;}

header {
    position: absolute; /* Saca el header del flujo normal del documento */
    top: 0;          /* Lo pega a la parte superior de su contenedor posicionado */
    left: 0;         /* Lo pega a la parte izquierda de su contenedor posicionado */
    width: 100%;      /* Ocupa todo el ancho del contenedor */
    z-index: 10;      /* Asegura que el header esté por encima de la imagen (un valor mayor que el z-index de la imagen, si lo tuviera) */
}

.navbar {
    background-color: transparent !important; /* Hace el fondo de la navbar transparente */
    border: none !important; /* Opcional: quita el borde de la navbar si lo tiene */
}
/*.genre-text:hover {
    transform: scale(1.05);
}*/


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
	
	.titol-iframe{ 
  	margin-top: 1.5rem; 
  	position: relative;
  	z-index: 100;
  	min-width: 106%;
  }
  .titol-iframe h1{  color: red;}
  .iframe-top{ 
	margin-top: -3rem; 
	position: relative; 
	z-index: 0; 
	min-width: 106%;
	min-height: 300px;
	
	}
  .divsobre{
	 	position: absolute;
	 	z-index: 999;
	 	top:0;
    left: 0;
    width: 100%;
    height: 100%;
	 }
	 .bg-BB{background-color: var(--black-box-red);}

	 .iframe-insta{ 
	
	position: relative; 
	z-index: 0; 
	width: 100%;
	height:43%; 
	background: none; 
	border: 0px; 
	left: 0px; 
	margin: 0px; 
	padding: 0px; 
	right: 0px;  
	bottom: 0px;
	margin-top: 3rem;
	margin-bottom: 0; 
	
	z-index: 0; 
	min-width: 100%;
	min-height: 30%;
	align-items: center;
	text-align: center;
	overflow: hidden;

	
	
	 }
	 .iframe-insta iframe{
	 	position: relative;
	 	display: block;
	 	z-index: 1;
	 	top:0;
    left: 0;
    margin-left: 0px;
    width: 100%;
    height: 150px;
	
    
	 }
	 .iframe-insta .divsobre{
	 	position: absolute;
	 	z-index: 999;
	 	top:0;
    left: 0;
    width: 100%;
    height: 100%;
	 }
	 .header-top {
		margin: -45px 0 0 -5px;
		
	  }
 
	  .header-top .navbar {
		background-color: transparent !important;
	  }
  .header-title{
	font-size: 62px;
	font-weight: 100;
	margin-bottom: 0px;
	line-height: 1;
	}
	.header-sub-title{
	font-size: 10px;
	margin-left: 2px;
	}
/* Carousel base class */
/*.carousel {
  margin-bottom: 0rem;
  margin-right: 0px;
  position: absolute;
  margin-left: 10px;
  }*/
  .carousel {
	 	display:block;
	 	position: absolute;
  margin-bottom: 1rem;
  min-width: 100%;
  top: 1rem;
  margin-left: 10px;
	}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 0.5rem;
  margin-left: 0rem;
  z-index: 10;
}
/* Bump up size of carousel content */
  

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 650px;
  min-height: 650px;
  max-height: 650px;
  min-width: 100%;
  width: 100%;

}
.carousel-item .container{
	width: 30%;
	max-width: 30%;
}
.titol-iframe{ 
  	margin-top: 3rem; 
  	position: absolute;
  	z-index: 100;
  	min-width: 106%;
  }
  .titol-iframe h1{  color: navy;}

	 .iframe-top{ 
	
	position: absolute; 
	z-index: 0; 
	width: 100%;
	height:100%; 
	background: none; 
	border: 0px; 
	left: 0px; 
	margin: 0px; 
	padding: 0px; 
	right: 0px;  
	bottom: 0px;} 
	.iframe-top{ 
	margin-top: -3rem; 
	position: relative; 
	z-index: 0; 
	min-width: 106%;
	min-height: 300px;
	
	 }
	 .iframe-top iframe{
	 	position: relative;
	 	display: block;
	 	z-index: 1;
	 	top:0;
    left: 0;
    margin-left: 0px;
    width: 100%;
    height: 350px;
	 }
	 .iframe-top .divsobre{
	 	position: absolute;
	 	z-index: 999;
	 	top:0;
    left: 0;
    width: 100%;
    height: 100%;
	 }

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.marketing .col-lg-4 a{ text-decoration:none ;color: inherit;}
.imgcercle{  max-width: 140px; height: 140px;}
.imgcercle-mini{  width: 10%; height: 6%; }

/* rtl:end:ignore */


/* Featurettes
------------------------- */
.h100{ min-height: 100%;}
.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}
.espai-superior3{margin-top: 3rem;}
.espai-superior5{margin-top: 5rem;}
/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */
/*@media (max-width: 540px) {
	.carousel {
	 	display:block;
  margin-bottom: 0rem;
  min-width: 100%;
  top: 1rem;
	}
	.titol-iframe{ 
  	margin-top: 1.5rem; 
  	position: relative;
  	z-index: 100;
  	min-width: 106%;
  }
  .titol-iframe h1{  color: red;}
  .iframe-top{ 
	margin-top: -3rem; 
	position: relative; 
	z-index: 0; 
	min-width: 106%;
	min-height: 300px;
	
	}
  /* Bump up size of carousel content */
  /*
  .carousel-caption p {
    margin-top: 0.25rem;
    font-size: 1.25rem;
    line-height: 0.4;
  }

  .featurette-heading {
    font-size: 20px;
  }
 
  .header-title{
	font-size: 62px;
	font-weight: 100;
	margin-bottom: 0px;
	line-height: 1;
	}
	.header-sub-title{
	font-size: 10px;
	margin-left: 2px;
	}
}*/

/* Mobils horitzontal o tauletes vertical */ 
@media (min-width: 768px) and (max-width: 1023px){ 

	#conteslide{min-height: 300px;}
	  .featurette-heading {
    margin-top: 7rem;
  }
  
  .carousel {
  margin-bottom: 0rem;
  
  margin-left: 0px;

  top: 2rem;
}
.avui{ max-width: 99%; position:relative; z-index:0;   }
	.titol-iframe{ 
  	margin-top: 3.5rem; 
  	position: relative;
  	z-index: 100;
  	min-width: 106%;
  	min-height: 2rem;


  }
	.titol-iframe h1{  color: pink; font-size: 15px;}

  .iframe-top{ 
	margin-top: 1rem; 
	position: relative; 
	z-index: 0; 
	min-width: 106%;
	
	
	height:70%; 
	background: none; 
	border: 0px; 
	
	left: 0px; 
	margin: 0px; 
	padding: 0px; 
	position: relative;
	z-index: 1; 
	right: 0px;  
	bottom: 0px; 
	width: 100%;
	
	 }
	 .iframe-top iframe{
	 	position: absolute;
	 	z-index: 1;
	 	top:0;
    left: 0;
    width: 100%;
    height: 74%;
	 }
	 .iframe-top .divsobre{
	 	position: absolute;
	 	z-index: 999;
	 	top:0;
    left: 0;
    width: 100%;
    height: 74%;
	 }
}

/* TAULETES HORITZONTALS I ESCRIPTORIS NORMALS */
@media (min-width: 1024px) and (max-width: 1199px) 
{
  .featurette-heading {
    margin-top: 7rem;
  }
  #conteslide{min-height: 350px;}
  .carousel {
  margin-bottom: 0rem;
  /*min-width: 106%;*/
  margin-left: 0px;
  top: 2rem;
}
.avui{ max-width: 99%; position:relative; z-index:0;   }
  .titol-iframe{ 
  	margin-top: 3.5rem; 
  	position: relative;
  	z-index: 100;
  	min-width: 106%;
  	min-height: 2rem;
  }
	.titol-iframe h1{ color:green; font-size: 15px;}

  .iframe-top{ 
	margin-top: 1rem; 
	position: relative; 
	z-index: 0; 
	min-width: 106%;
	max-height: 205px;
	height:70%; 
	background: none; 
	border: 0px; 
	left: 0px; 
	margin: 0px; 
	padding: 0px; 
	position: relative;
	z-index: 1; 
	right: 0px;  
	bottom: 0px; 
	width: 100%;
	
	 }
	 .iframe-top iframe{
	 	position: absolute;
	 	z-index: 1;
	 	top:0;
    left: 0;
    width: 100%;
    height: 100%;
	 }
	 .iframe-top .divsobre{
	 	position: absolute;
	 	z-index: 999;
	 	top:0;
    left: 0;
    width: 100%;
    height: 100%;
	 }
}
/* ESCRIPTORIS AMPLES O ALTA RESOLUCIÓ */
@media (min-width: 1200px) {
    .featurette-heading {
    margin-top: 7rem;
  }
  #conteslide{min-height: 450px;}
  .carousel {
  margin-bottom: 0rem;
  /*min-width: 106%;*/
  margin-left: 0px;
  top: 2rem;
}
	.avui{ max-width: 99%; position:relative; z-index:0; display: inline-block; }
  
    .titol-iframe{ 
  	margin-top: 3.5rem; 
  	position: relative;
  	z-index: 100;
  	min-width: 106%;
  	min-height: 2rem;


  }
	.titol-iframe h1{  color: white; font-size: 20px;}

  .iframe-top{ 
	margin-top: 1rem; 
	position: relative; 
	z-index: 0; 
	min-width: 106%;
	min-height: 200px;
	height:70%; 
	background: none; 
	border: 0px; 
	left: 0px; 
	margin: 0px; 
	padding: 0px; 
	position: relative;
	z-index: 1; 
	right: 0px;  
	bottom: 0px; 
	width: 100%;
	
	 }
	 .iframe-top iframe{
	 	position: absolute;
	 	z-index: 1;
	 	top:0;
    left: 0;
    width: 100%;
    height: 100%;
	 }
	 .iframe-top .divsobre{
	 	position: absolute;
	 	z-index: 999;
	 	top:0;
    left: 0;
    width: 100%;
    height: 100%;
	 }
}

/* */



.owl-carousel
{
	margin-top: 2%;
}
.header-content
{
	margin-top: 30vh;
	display: inline-block;
}
.header-title, .header-sub-title
{
	font-family: 'Poppins','Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.header-title
{
	font-size: 112px;
	font-weight: 100;
	margin-bottom: 0px;
	line-height: 1;
}
.header-sub-title
{
	font-size: 16px;
	margin-left: 0px;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item .item
{
	height: 80vh;
	background-repeat: no-repeat;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(1) .item
{
	background: url('../images/1.jpg');
	background-size: cover;
	background-position: bottom;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(2) .item
{
	background: url('../images/2.jpg');
	background-size: cover;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(3) .item
{
	background: url('../images/3.jpg');
	background-size: cover;
}
.owl-theme .owl-controls .owl-buttons div
{
	position: absolute;
	bottom: -25px;
	color: #000;
	padding: 15px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 15px;
	opacity: 1;
	margin: 0px;
	transition: all .4s;
	background: rgba(215,157,18,1);
	color: #fff;
}
.owl-theme .owl-controls .owl-buttons div:hover
{
	color: #000;
	background: #fff;
}
.owl-prev
{
	right: 25%;
}
.owl-next
{
	right: 21%;
}








/*=================================================
||				6. About us
==================================================*/
.about-bg
{
	background: url('../images/About-C-bg.jpg');
	background-repeat: no-repeat;
	background-size: 85%;
  	background-position-x: 15%;
  	background-position-y: 80%;
}
#about 
{
	margin-top: -10px;
}
/*=================================================
||				7. Promo
==================================================*/



/*=================================================
||				8. Video carousel
==================================================*/
#slider_vertical {
	display: none; /* Ocultar por defecto */
  }
  
  #slider_horitzontal {
	/* Estilos para el slider horizontal (si los tienes) */
	
  }
  
  @media (max-width: 991px) {
	#slider_horitzontal {
	  display: none; /* Ocultar en pantallas pequeñas */
	}
	#slider_vertical {
	  display: block; /* Mostrar como bloque en pantallas pequeñas */
	  top: 0;
	   left: 0;
	   margin-top: -20%;
	}
  }
  
  @media (min-width: 992px) {
	#slider_vertical {
	  display: none; /* Asegurar que esté oculto en pantallas grandes */
	}
	#slider_horitzontal {
	  display: block; /* Mostrar como bloque en pantallas grandes */
	}
  }
  
	
	
#slider {
	position: relative;
min-width: 100%; /* Ancho del slider */
max-width: 100%;
min-height: 120%; /* Altura del slider */
margin-bottom:12%;
margin-top:-5%;


}

#slider dvideo {
min-width: 100%; /* Ancho del video */
height: 100%; /* Altura del video */
position: absolute;
top: 0;
left: 0;
opacity: 0; /* Ocultar los videos */
transition: opacity 1s ease-in-out;
}
#slider-v {
	position: relative;
min-width: 100%; /* Ancho del slider */
max-width: 100%;
min-height: 120%; /* Altura del slider */
margin-bottom:12%;
margin-top:-5%;


}

#slider-v dvideo {
min-width: 100%; /* Ancho del video */
height: 100%; /* Altura del video */
position: absolute;
top: 0;
left: 0;
opacity: 0; /* Ocultar los videos */
transition: opacity 1s ease-in-out;
}

#myVideo {
position: relative;
right: 0;
top: 0;
min-width: 100%;
min-height: 100%;
max-width: 100%;
}
#myVideo1 {
	position: relative;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	}
/* Add some content at the bottom of the video/page */
.text-content {
position: relative;
margin-top: -200px;

background: rgba(0, 0, 0, 0.0);
color: #f1f1f1;
width: 100%;
padding: 0px;
}
@media (max-width:770px){
#slider{
  margin-top: 0px;
  min-height: 50px;
  margin-bottom:12%;
margin-top:-15%;
}
#slider-v{
	margin-top: 0px;
	min-height: 50px;
	margin-bottom:12%;
  margin-top:-15%;
  }
.text-content img{ width:80px ;}
}
/* Style the button used to pause/play the video */
#myBtn {
width: 200px;
font-size: 18px;
padding: 10px;
border: none;
background: #000;
color: #fff;
cursor: pointer;
display: block;
}

#myBtn:hover {
background: #ddd;
color: black;

}
#muteBtn {
	width: 200px;
	font-size: 18px;
	padding: 10px;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
	display: block;
	}
	
	#muteBtn:hover {
	background: #ddd;
	color: black;
	}
	#myBtn1 {
		width: 200px;
		font-size: 18px;
		padding: 10px;
		border: none;
		background: #000;
		color: #fff;
		cursor: pointer;
		display: block;
		}
		
		#myBtn1:hover {
		background: #ddd;
		color: black;
		
		}
		#muteBtn1 {
			width: 200px;
			font-size: 18px;
			padding: 10px;
			border: none;
			background: #000;
			color: #fff;
			cursor: pointer;
			display: block;
			}
			
			#muteBtn1:hover {
			background: #ddd;
			color: black;
			}
/*=================================================
||				9. Blog
==================================================*/
.conteblog {
    display: flex;
    flex-wrap: wrap;
}
.gridblog {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: stretch;
	align-items: stretch;
	column-gap: 11px;
	row-gap: 8px;
  }
  
  .contentblog {
	color: #ffffff;
	background-color: rgba(0,0, 0, 0.5);
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	height: 100%;
	min-height: 100%;
	padding: 10px;
  }

.menublog {
    flex: 1;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 0px;
    padding: 10px;
	padding-top: 20px;
   
    order: 2;
    position:fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
	max-width: 24%;
	border-width: 8px;
	border-radius: 52px;
	
	
}
.menublog a{text-decoration: none; color: inherit;}
.menublog a:hover{color: rgba(172, 17, 17, 0.904);}
.menublog hr{color: rgb(250, 248, 248);}
.contenidoblog {
    flex: 3;
    
    order: 1;
    padding-left: 30%; /* Asegura que el contenido no se superponga al menú */
	
}

.articuloblog {
    margin-bottom: 30px;
	border: rgb(94, 89, 89);
	border-radius: 25px;
	border-style: groove;
	border-width: 2px;
	padding: 0px;
	
}

.text-blog{background-color: #e2e0e015;}

@media screen and (max-width: 600px) {
    .containeblog {
        flex-direction: column;
    }

    .menublog {
        display: none;
    }
}


.blogimatge{ display:inline-block;
	max-width: 500px;}
.blogtext{ padding-left:14px;
margin-left:15px;
display:inline-block; 
}
.imatge-blog img{ max-width:70%;}
.foto-blog{ 
	width: 100%;
	margin-top: 15px;
	position: relative;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;

}
/*=================================================
||				10. 
==================================================*/

/*=================================================
||				11. TERMINOS
==================================================*/
.bg-term{
	background-color: rgba(20, 19, 19, 0.164);
	padding: auto;
	margin: 5px;
}

/*=================================================
||				12. menu
==================================================*/
.menu 
{
    padding: 50px 0px;
}

.menu-catagory h2 
{
    font-size: 51px;
    font-weight: 100;
    margin-bottom: 27px;
}

.menu-system {
    width: 100%;
    color: #8bc34a;
}

.half 
{
    width: 50%;
    position: relative;
}

.per-head
{
    float: left;
}

.per-head span {
    margin-right: 5px;
}

.price {
	float: right;
	margin-bottom: 18px;
}



/*=================================================
||				16. Contact With us
==================================================*/
.whatss{
	margin-top: 22%;
		margin-bottom: 40%;
		border-width: 15px;
    border-color: black;
    border-radius: 15px ;
    -moz-border-radius: 15px;
    padding: 10px 0;
    height: 100%;
    background: rgb(2,0,36);
		background: linear-gradient(236deg, rgba(2,0,36,1) 0%, rgba(196,11,198,1) 0%, rgba(181,84,204,1) 22%, rgba(0,73,255,1) 100%);
		color: #fff;
  }
  .whatss .header{
  	border-radius: 15px 15px 0 0 ;
    -moz-border-radius: 15px;
  	background-color:#021b5c; 
  	color: #fff;
  	min-width: 100%; 
  	position: relative; 
  	margin-top:-2.5rem;
  	top:0;}
  .whatss .foote{
  	border-radius: 0 0 15px 15px  ;
    -moz-border-radius: 0 0 15px 15px;
  	background-color:#021b5c; 
  	color: #fff;
  	min-width: 100%; 
  	position: relative; 
  	margin-bottom:-2.5rem;
  	padding: 4px 6px 0 6px;
  	}
  .whatss .textwhats{
  	display:flex;
  	background-color: yellowgreen;
  	border-radius: 10px  ;
    -moz-border-radius: 10px;
    padding: 5px;
    margin-right: 5px;
  	}
  @media (min-width: 992px) {
		.whatss{
			border-width: 15px;
    	border-radius: 15px;
    	-moz-border-radius: 15px;
    	height: 60%;
    	background: rgb(2,0,36);
			background: linear-gradient(236deg, rgba(2,0,36,1) 0%, rgba(196,11,198,1) 0%, rgba(181,84,204,1) 22%, rgba(0,73,255,1) 100%);
			color: #fff;
  		}
  
		}
  @media (min-width: 772px) and (max-width:991px) {
		.whatss{
			border-width: 15px;
    	border-radius: 15px;
    	-moz-border-radius: 15px;
    	height: 50%;
    	background: rgb(2,0,36);
			background: linear-gradient(236deg, rgba(2,0,36,1) 0%, rgba(196,11,198,1) 0%, rgba(181,84,204,1) 22%, rgba(0,73,255,1) 100%);
			color: #fff;
  		}
  		.whatss .foote{
  			border-radius: 0 0 15px 15px  ;
    		-moz-border-radius: 0 0 15px 15px;
  			background-color:#021b5c; 
  			color: #fff;
  			min-width: 100%; 
  			position: relative; 
  			margin-bottom:0rem;
  	}
  		.whatss .textwhats{
  			max-width: 60%;
  			font-size: 15px;
  		}
  }
	
.contacta{

	display:inline-flex;
	padding: 10px;

}
.contact .section-content
{
	color: #fff;
}
.contact .section-title 
{
	padding: 10% 20%;
}
.social-media
{
	position: absolute;
	width: 100%;
	left: 5%;
	margin-top: -58px;
	z-index: 999;
}

.social-media li
{
	display: inline-block;
	margin-right: 10px;
}

.fb, .twit, .g-plus, .link
{
	float: left;
	height: 126px;
	width: 126px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
		-mz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
}
.fb
{
	background: url(../images/social/facebook_color.png);
}

.fb:hover
{
	background: url(../images/social/facebook_black.png);
}

.twit {
	background: url(../images/social/twitter_color.png);
}

.twit:hover {
	background: url(../images/social/twitter_black.png);
}

.g-plus {
	background: url(../images/social/g-plus_color.png);
}

.g-plus:hover {
	background: url(../images/social/g-plus_black.png);
}

.link {
	background: url(../images/social/linkedin_color.png);
}

.link:hover {
	background: url(../images/social/linkedin_black.png);
}

#map-canvas {
    width: 100%;
    height: 350px;
}

.contact-form
{
	padding: 50px 0px;
}
/*=================================================
||				17. Footer
==================================================*/

footer
{
	max-height: 5%;
	background-color:#000;
	color: #fff;
	padding: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.relativa{position: relative;}
.fix{position: fixed;}
.absoluta{position: absolute;}
.footer{ margin-left:2px; 
		margin-right: 2px;}

footer a
{
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
		-mz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
}

footer a:hover
{
	color: #ccc;
	text-decoration: none;

}
.footer-hide{visibility: hidden;}
@media (min-width: 992px) {
	footer
	{
		max-height: 5%;
	background-color:#000;
	color: #fff;
	padding: 10px 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	}
.footer-hide{visibility:visible;}
.footer{ margin-left:20px; 
	margin-right: 20px;}

}
/*=================================================
||				18. Media Query
==================================================*/



/*=========================   for extra-large screen  =============================*/

@media (min-width: 1366px){
	.section-title
	{
		/*padding: 190px 0px;
		margin: 0px 90px 0px 140px;*/
		font-size: 90px;
	}
	.custom-navbar-default
	{
		padding: 18px 0px;
	}
	.owl-carousel
	{
		margin-top: 94px;
	}
}

@media (min-width: 1500px) {
	.section-icon {
		left:48%;
		margin-left: -25px;
	}

	.section-title {
		padding: 20% 10% 20% 25%;
	}

	.section-content {
		padding: 10% 40% 10% 12%;
	}

	.bread .section-bg,
	.beer .section-bg {
		background-position-x: 62%, 80%;
		background-size: 330px, 264px;
	}
}




/*------------------------------  for small (tab) screen -------------------------*/

@media (max-width: 991px) and (min-width: 768px){

	.custom-navbar-default {
		padding: 15px 0px;
	}

	.navbar-default .navbar-nav>li>a {
		margin: 0px 10px;
		font-size: 12px;
	}

	nav.shrink .navbar-brand {
		font-size: 22px;
	}

	.owl-carousel {
		margin-top: 85px;
	}

	.owl-theme .owl-controls .owl-buttons .owl-prev {
		right: 20%;
	}

	.owl-theme .owl-controls .owl-buttons .owl-next {
		right: 12%;
	}

	.about-bg {
		background-size: 98%;
  		background-position-x: 100%;
  		background-position-y: 68%;
	}

	.header-title {
		font-size: 62px;
	}

	.section-header {
		padding-top: 0px;
	}

	.pricing-title {
		margin-bottom: 15px;
		font-size: 25px;
	}

	#filter-list li {
		font-size: 14px;
	}

	.section-title {
		font-size: 58px;
		padding: 20% 15%;
	}

	.contact .section-title {
		padding: 10% 20% 20% 20%;
	}

	.section-content {
		padding: 10% 12%;
	}

	.section-content-title {
		font-size: 45px;
	}

	.btn-reservation {
		padding: 10px;
	}
.footer{ 
		display: none;
		background-color: #ccc;
	color: #ffffff;
	padding: 10px 0px;
	bottom: 0;
	margin-bottom: 0px;
	 }
}



/*@media (max-width: 960px){
	.navbar-default .navbar-brand
	{
		font-size: 24px;
	}
	.header-sub-title {
		font-size: 12px;
	}
}*/


/*------------------------------  for extra-small (mobile) screen -------------------------*/
/*

	.custom-navbar-default {
		padding: 15px 0px;
	}

	.navbar-default .navbar-brand {
		font-size: 30px;
	}

	.owl-carousel {
		margin-top: 80px;
	}

	.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(1) .item,
	.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(2) .item,
	.owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(3) .item {
		background-position: center;
	}

	.owl-theme .owl-controls .owl-buttons .owl-prev {
		right: 20%;
	}

	.owl-theme .owl-controls .owl-buttons .owl-next {
		right: 5%;
	}

	.header-title {
		font-size: 45px;
		margin-bottom: 5px;
	}

	.header-sub-title {
		margin-left: 3px;
	}

	.section-content {
		padding: 12% 15%;
	}

	.section-content-title {
		font-size: 45px;
	}

	.section-header {
		padding-top: 0px;
	}

	.pricing-title {
		margin-bottom: 15px;
		font-size: 25px;
	}

	#filter-list li {
		font-size: 14px;
	}

	#menu-pricing .item {
		width: 40%;
	}

	#menu-pricing .item h2 {
		margin: 0px;
		padding: 0px;
		font-size: 27px;
	}

	.menu-price li a:hover .menu-desc span {
		padding: 0px;
		line-height: 18px;
		font-size: 12px;
	}

	.menu-price li a .menu-desc span h3 {
		font-size: 19px;
		margin-bottom: 12px;
	}

	.section-title {
		font-size: 40px;
  		padding: 18% 10%;
	}

	.contact .section-title {
		padding: 10% 20% 20% 20%;
	}

	.menu {
		text-align: center;
	}

	.half {
		width: 100%;
	}

	.per-head, .price {
		float: none;
	}

	.opening-time {
		margin-top: 25px;
	}

	.contact .section-content {
		padding: 70px 0px;
	}

	.g-map img {
		height: 137px;
	}

	.btn-reservation {
		padding: 10px;
	}
	footer{ 
		font-size: 12px;
		color: #ffffff;
		background-color: #000;
		padding: 10px 10px;
		bottom: 0;
		margin-bottom: 0px;
	 }
}
*/