body, html {
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 74% !important;
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
	color: #303030;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #8eb640;
}
a.wtsp{
	color: #fff;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #40170E;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
#title-liner{
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #F2C53D;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
.menu-item-description  {
	font-style: italic;
	font-weight: 500;
	font-size: 15px;
	color: #303030;
}
.menu-item-price {
	float: right;
	font-weight: 500;
	color: #303030;
	margin-top: -26px;
}
.menu-section-title-sub {
	font-size: 16px;
	display: block;
	font-weight: 600;
	color: #444;
	margin: 10px 0;
}
.menu-section-title-sub-weight {
	font-size: 1.1em;
	display: block;
	font-weight: 700;
	color: #444;
	margin: 10px 0;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-family: 'Dancing Script', cursive;
	font-size: 36px;
	color: #F2C53D;
	font-weight: 600;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ddd;
	font-weight: 500;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #F2C53D;
}
.on {
	background-color: #000 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #F2C53D !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 32px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #F2C53D;
	border-color: #F2C53D;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}

.section-title p {
	font-family: 'Dancing Script', cursive;
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	font-family: 'Dancing Script', cursive;
	text-transform: uppercase;
	color: #fff;
	background-color: #40170E;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .2px;
	transition: all .5s ease-in-out;
	border-radius: 30px; /* Bordes redondeados */
	cursor: pointer;
	&:hover{
		background: #D9A91A;
		transition-duration: .6s;
	}
}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	height: 100vh;
	padding: 0;
	background: linear-gradient(180deg, #0000008c 0%, #0000008c 100%) ,url(../img/main-cover.webp);
	/* filter: brightness(50%); */
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita repeticiones */
	-o-background-size: cover;
}
.intro h1 {
	font-family: 'Dancing Script', cursive;
	color: #fff;
	font-size: 6em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-family: 'Dancing Script', cursive;;
	font-size: 24px;
	font-weight: 300;
	margin-top: -4px;
	margin-bottom: 40px;
}
header .intro-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100vh; /* Ajusta la altura si es necesario */
}

/* About Section */
#about {
	padding: 63px 0px 23px;
	text-align: justify;
}

#about h3 {
	font-size: 20px;
}
#about .about-text {
	margin-left: 10px;
}
#about .about-img {
	display: inline-block;
	position: relative;
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Menu Section Pizza */
#restaurant-pizza {
	padding: -1 0 60px 0;
}
#restaurant-pizza .section-title {
	background: #444 url(../img/pizza-cover.webp) center center no-repeat fixed;
	background-size: cover;

}
#restaurant-pizza .section-title h2 {
	color: #fff;
}
#restaurant-pizza img {
	width: 300px;
	box-shadow: 7px 0 #a7c44c;
}
#restaurant-pizza h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#restaurant-pizza .menu-section hr {
	margin: 0 auto;
}
#restaurant-pizza .menu-section {
	margin: 0 20px 80px;
}
#restaurant-pizza .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#restaurant-pizza .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	color: #555;
	border-bottom: 2px dotted rgb(213, 213, 213);
}
#restaurant-pizza .menu-item-price-title {
	float: right;
	font-weight: 400;
	color: #555;
	margin-top: -26px;
}
/* Menu Section Piqueo */
#restaurant-piqueo {
	padding: -1 0 60px 0;
}
#restaurant-piqueo .section-title {
	background: #444 url(../img/piqueo-cover.webp) center center no-repeat fixed;
	background-size: cover;
}
#restaurant-piqueo .section-title h2 {
	color: #fff;
}
#restaurant-piqueo img {
	width: 300px;
	box-shadow: 7px 0 #a7c44c;
}
#restaurant-piqueo h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#restaurant-piqueo .menu-section hr {
	margin: 0 auto;
}
#restaurant-piqueo .menu-section {
	margin: 0 20px 80px;
}
#restaurant-piqueo .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#restaurant-piqueo .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	color: #555;
	border-bottom: 2px dotted rgb(213, 213, 213);
}
#restaurant-piqueo .menu-item-price-title {
	float: right;
	font-weight: 400;
	color: #555;
	margin-top: -26px;
}
/* Menu Section Hambuguer */
#restaurant-hamburguer {
	padding: -1 0 60px 0;
}
#restaurant-hamburguer .section-title {
	background: #444 url(../img/burguer-cover.webp) center center no-repeat fixed;
	background-size: cover;
}
#restaurant-hamburguer .section-title h2 {
	color: #fff;
}
#restaurant-hamburguer img {
	width: 300px;
	box-shadow: 7px 0 #a7c44c;
}
#restaurant-hamburguer h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#restaurant-hamburguer .menu-section hr {
	margin: 0 auto;
}
#restaurant-hamburguer .menu-section {
	margin: 0 20px 80px;
}
#restaurant-hamburguer .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#restaurant-hamburguer .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	color: #555;
	border-bottom: 2px dotted rgb(213, 213, 213);
}
#restaurant-hamburguer .menu-item-price-title {
	float: right;
	font-weight: 400;
	color: #555;
	margin-top: -26px;
}
/* Menu Section Sandwich */
#restaurant-sandwich {
	padding: -1 0 60px 0;
}
#restaurant-sandwich .section-title {
	background: #444 url(../img/sandwich-cover.webp) center center no-repeat fixed;
	background-size: cover;
}
#restaurant-sandwich .section-title h2 {
	color: #fff;
}
#restaurant-sandwich img {
	width: 300px;
	box-shadow: 7px 0 #a7c44c;
}
#restaurant-sandwich h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#restaurant-sandwich .menu-section hr {
	margin: 0 auto;
}
#restaurant-sandwich .menu-section {
	margin: 0 20px 80px;
}
#restaurant-sandwich .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#restaurant-sandwich .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	color: #555;
	border-bottom: 2px dotted rgb(213, 213, 213);
}
#restaurant-sandwich .menu-item-price-title {
	float: right;
	font-weight: 400;
	color: #555;
	margin-top: -26px;
}
/* Menu Section Bebida */
#restaurant-drink {
	padding: -1 0 60px 0;
}
#restaurant-drink .section-title {
	background: #444 url(../img/drink-cover.webp) center center no-repeat fixed;
	background-size: cover;
}
#restaurant-drink .section-title h2 {
	color: #fff;
}
#restaurant-drink img {
	width: 300px;
	box-shadow: 7px 0 #a7c44c;
}
#restaurant-drink h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#restaurant-drink .menu-section hr {
	margin: 0 auto;
}
#restaurant-drink .menu-section {
	margin: 0 20px 80px;
}
#restaurant-drink .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#restaurant-drink .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	color: #555;
	border-bottom: 2px dotted rgb(213, 213, 213);
}
#restaurant-drink .menu-item-price-title {
	float: right;
	font-weight: 400;
	color: #555;
	margin-top: -26px;
}
/* Menu Section */

/* #restaurant-menu {
	padding: -1 0 60px 0;
}
#restaurant-menu .section-title {
	background: #444 url(../img/menu-1.jpg) center center no-repeat fixed;
	background-size: cover;
}
#restaurant-menu .section-title h2 {
	color: #fff;
}
#restaurant-menu img {
	width: 300px;
	box-shadow: 7px 0 #a7c44c;
}
#restaurant-menu h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#restaurant-menu .menu-section hr {
	margin: 0 auto;
}
#restaurant-menu .menu-section {
	margin: 0 20px 80px;
}
#restaurant-menu .menu-section-title {
	font-size: 26px;
	display: block;
	font-weight: 500;
	color: #444;
	margin: 20px 0;
	text-align: center;
}
#restaurant-menu .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#restaurant-menu .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	color: #555;
	border-bottom: 2px dotted rgb(213, 213, 213);
}
#restaurant-menu .menu-item-price-title {
	float: right;
	font-weight: 400;
	color: #555;
	margin-top: -26px;
} */

/* Portfolio Section */
#portfolio {
	padding: 0 0 50px 0;
}
#portfolio .section-title {
	background: #444 url(../img/gallery-cover.webp) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
}
#portfolio .section-title h2 {
	color: #fff;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px;
	padding: 20px 0;
}
ol.type li a {
	color: #303030;
	font-weight: 500;
	font-size: 14px;
	padding: 12px 24px;
	background: #eee;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 30px;
}
ol.type li a.active {
	color: #fff;
	background-color: #D9A91A;
}
ol.type li a:hover {
	color: #fff;
	background-color: #40170E;
	transition-duration: 500ms;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;

}
.portfolio-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>p {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 500;
	text-transform: uppercase;
	
}
.hover-bg:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	text-transform: uppercase;
}
.hover-bg:hover .hover-text {
	opacity: 1;
}

/* Post */

#post{
	padding: 0 0 60px 0;
}

#post .menu-section {
	margin: 35px 20px 20px;
	display: flex;
	gap: 12px;
}
#post .menu-section .name{
	font-weight: bold;
	color: #40170E;

}
#post .message-container{
	border: 1px solid #F2C53D;
	border-radius: 5px;
	padding: 15px;
	margin-top: 12px;
	cursor: pointer;
	transition-duration: .6s;
	&:hover{
		background-color: #F2C53D;
		transition: all .5s ease-in-out;
	}
}
#post .menu-section .time{
	color: #40170E;
}
@media(min-width: 764px){
    .message-container{
        width: 620px;
		margin: 0 auto;
    }
}
/*Ubicacion */
#ubication {
	padding: 0;
}
#ubication .section-title {
	background: #444 url(../img/ubication-cover.webp) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
}
#ubication .section-title h2 {
	color: #fff;
}
#maping{
	border-radius: 5%;
    transition: var(--transition);
    overflow: hidden;
    width:auto ;
    height: 330px ;
	box-shadow: 2px 2px 3px #999;
	margin: auto;
	display: block;
}
/* Footer Section*/
#footer {
	background: #181818;
	padding: 10px 0 0 0;
}
#footer h3 {
	color: #F2C53D;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 10px 0;
	margin-top: 20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2c53d+0,40170e+100 */
	background: #181818;
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;                                            
	color: rgba(255,255,255,0.8)
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #F2C53D;
}
/*WHATSAP*/
#float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:20px;
	background-color:#25d366;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
	display: none; /* Oculto por defecto */
	transition: all .5s ease-out;
	&:hover {
		background-color:#F2C53D;
		transition-duration: .5s;
	}
}
.my-float {
	margin-top:16px;
	
}
#float.visible {
	display: block; /* Visible al hacer scroll */
	opacity: 1;
  }
  
#float.hidden {
	opacity: 0;
}