/*
	Theme Name: AMF
	Author: Telaio Networks
	Author URI: http://telaio.com.mx
	Version: 1.0
*/
/*GENERALS*/
@font-face {
	font-family: Avenir-Regular;
	src: url(css/fonts/Avenir-Regular.woff);
}
@font-face {
	font-family: Avenir-Bold;
	src: url(css/fonts/Avenir-Bold.woff);
}
@font-face{
	font-family: Bebas;
	src: url(css/fonts/bebas.woff);
	src: url(css/fonts/bebas.woff2);
}
@font-face{
	font-family: Intro;
	src: url(css/fonts/intro.woff);
	src: url(css/fonts/intro.woff2);
}
.main-bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 130vh;
}

@media(max-width: 991px){
	.main-bg{
		height: auto;
		padding-top: 5.2rem;
    	background-size: contain;
    	background-position: center top;
	}
}
.bg-wood{
	background-size: cover;
}
.font-intro{
	font-family: Intro, sans-serif;
}
.font-bebas{
	font-family: Bebas, sans-serif;
}
.font-avenir{
	font-family:  Avenir-Regular, sans-serif;
}
.font-avenir-bold{
	font-family:  Avenir-Bold, sans-serif;
}
.bg-black{
	background-color: #000;
}
.bg-gray{
	background: #1a1a1a;
}
.bg-red{
	background-color:#ec0e27;
}
.btn-dark{
	background-color: #000;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0;
	font-family: 'Avenir-Regular', sans-serif;
	font-size: 12px;
}
.btn-white{
	background-color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0;
	color: #000;
	font-family: 'Avenir-Regular', sans-serif;
	font-size: 12px;
}
.text-dark{
	color: #000 !important;
}
.text-gray{
	color:#b2b2b2 !important;
}
.text-red{
	color: #ec0e27 !important;
}
.btn-red{
	color: #fff;
	background-color:#ec0e27;
	text-transform: uppercase;
	border-radius: 0;
	font-family: 'Avenir-Regular', sans-serif;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-size: 12px;
}
.btn-red:hover{
	color: #fff;
	filter: brightness(1.3);
}
/*SOCIAL MEDIA BACKGROUNDS*/
.bg-fb{
	background-color: #3b5998;
}
.bg-tw{
	background-color: #1da1f2;
}
.bg-ig{
	background-color: #c32aa3;
}
.bg-sf{
	background-color: #1ed760;
}
@media (min-width: 992px){
	.col5-lg{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 20%;
	}
	.bl-lg-gray{
		border-left: 1px solid #d7d7d7;
	}
	.py-lg-5{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.position-lg-absolute{
		position: absolute;
	}
}
/*HEADER*/
.bg-header{
	background: rgba(26, 26, 26, .75);
}
header.menu-container{
	position: fixed;
	z-index: 1000;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
header.menu-container a.social-media-item{
	color: #b2b2b2;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	margin-left: 10px;
}
header.menu-container a.social-media-item:hover{
	color: #fff;
	text-decoration: none;
	-webkit-text-shadow: 0 0 5px #fff;
	text-shadow: 0 0 5px #fff;
}
header.menu-container a.social-media-item:not(:first-child){
	margin-left: 10px;
}
header.menu-container a.social-media-item > i {
	font-size: 1.5rem;
}
#main-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#main-menu li{
	display: inline-block;
}
#main-menu li.menu-item{
	width: calc(100%/8);
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#main-menu li.menu-item > a{
	line-height: 8px;
	font-family:'Intro',sans-serif;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: .1em;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
#main-menu li.menu-item.current-page > a{
	color: #fec325;
	pointer-events: none;
}
#main-menu li.menu-item > a:hover{
	text-decoration: none;
	border-bottom: 2px solid #fff;
}
#main-menu li.logo-menu-item{
	width: calc(100%/8);
	max-width: 180px;
	text-align: center;
	height: 100px;
}
#main-menu li.logo-menu-item img{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
	max-width: 125px;
}
.bg-header #main-menu li.logo-menu-item img{
	transform: scale(.9);
	margin-top: -.85rem;
}
.bg-header #main-menu li.menu-item{
	margin-top: -10px;
}
@media (max-width: 1250px){
	header.menu-container a.social-media-item{
		color: #fff;
	}
	#main-menu li.menu-item > a{
		line-height: 1;
		font-size: 14px;
	}
	#main-menu li.logo-menu-item{
		height: 80px;
	}
}
@media (min-width: 992px){
	#header-icons-container{
		position: relative;
		margin-bottom: -23px;
		z-index: 1;
	}
}
@media (max-width: 991px){
	#responsive-logo{
		display: block;
		margin: auto;
		width: max-content;
	}
	#responsive-logo img{
		width: 100px;
		margin-top: -15px;
	}
	body.open{
		overflow-y: hidden;
	}
	.bg-header #main-menu li.menu-item{
		margin-top: 0;
	}
	#main-menu{
		display: none;
		background: #d12d28;
		position: absolute;
		width: 260px;
		top: -31px;
		right: 0;
		left: 0;
		bottom: 0;
		height: 100vh;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		animation-duration: .33s;
		padding-top: 5rem;
		-webkit-box-shadow: 3px 0 30px rgba(0, 0, 0, 0.4);
		box-shadow: 3px 0 30px rgba(0, 0, 0, 0.4);
	}
	#main-menu.clossing{
		animation-name: fadeOutLeft;
		display: block;
	}
	#main-menu.open{
		animation-name: fadeInLeft;
		display: block;
	}
	/**/
	#main-menu li.menu-item{
		display: block;
		margin: auto;
		width: auto;
		margin-bottom: 10px;
	}
	#main-menu li.menu-item > a{
		font-family: 'Avenir-Regular',sans-serif;
		letter-spacing: normal;
	}
	#main-menu li.menu-item.current-page > a {
		border-bottom: 5px solid #fec325;
	}
	#toggle{
		width: 28px;
		height: 30px;
		margin: 0 auto;
	}

	#toggle div {
		width: 100%;
		height: 5px;
		background: white;
		margin: 4px auto;
		transition: all 0.3s;
		backface-visibility: hidden;
	}

	#toggle .two{
		width: 80%;
		margin: 4px auto 4px 0;
	}
	#toggle .three{
		width: 50%;
		margin: 4px auto 4px 0;
	}

	#toggle.open .one {
		transform: rotate(45deg) translate(5px, 5px);
	}

	#toggle.open .two {
		transform:translateX(-15px);
		opacity: 0;
	}

	#toggle.open .three {
		transform: rotate(-45deg) translate(7px, -8px);
		width: 100%;
	}
}
@media(max-width: 576px){
	#responsive-logo img{
		width: 70px;
		margin-top: -10px;
	}
	header.menu-container a.social-media-item:not(:first-child){
		margin-left: 5px;
	}
	header.menu-container a.social-media-item > i{
		font-size: 1.2rem;
	}
	#main-menu{
		top: -28px;
	}
}
/**/
/*FOOTER*/
.bt-red{
	border-top: 5px solid #ec0e27;
}
.social-media-footer a.social-media-item{
	color:#fff;
	height: 50px;
	display: inline-block;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	animation-duration: .6s;
}
.social-media-footer a.social-media-item:hover{
	text-decoration: none;
	animation-name:spin;
}
.social-media-footer a.social-media-item:not(:first-child){
	margin-left: 5px;
}
.social-media-footer a.social-media-item > i {
	font-size: 30px;
	position: relative;
	bottom: -10px;
}
@media(max-width: 991px){
	#main-menu li.logo-menu-item{
		display: none;
	}
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/*HOME*/
h1.main-text{
	font-size: 6rem;
	font-weight: 800;
	top: 40%;
	left: 50%;
	color: #fff;
	position: absolute;
	transform: translate(-50%, -60%);
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
h1.ghost-text{
	font-size: 13rem;
	font-weight: 500;
	letter-spacing: 1px;
	top: 40%;
	left: 50%;
	color: #fff;
	position: absolute;
	transform: translate(-50%, -60%);
	text-align: center;
	opacity: .4;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	animation-duration: .5s;
	animation-name: fadeInGhost;
	-webkit-animation-name: fadeInGhost;
	animation-name: fadeInGhost;
}
@-webkit-keyframes fadeInGhost {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .4;
  }
}

@keyframes fadeInGhost {
  0% {
    opacity: 0;
  }
   50% {
    opacity: 1;
  }

  100% {
    opacity: .4;
  }
}

#events-container{
	background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%,rgba(0,0,0,1) 100%);
	position: absolute;
	bottom: 0;
}
#events-container h2{
	font-size: 2.5rem;
}
.event-destacado{
	transform: scale(1.2);
    margin: 0 20px;
}
@media(max-width: 991px){
	.event-destacado{
	   transform: scale(1);
	   margin: 25px 0;
	   padding: 0;
	}
}
#promos-container p > a:hover{
	text-decoration: none;
	border-bottom: 5px solid #fff;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.card-promo{
	/*background-color: #fff;*/
	margin: auto 10px;
	display: inline-flex;
	width: -moz-available;          /* WebKit-based browsers will ignore this. */
	width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
	width: fill-available;
}
.card-promo .img-promo{
	display: inline-block;
	/*width: 50%;*/
	width: 100%;
}
.bb-red{
	border-bottom: 5px solid #ec0e27;
}
.bg-image{
	background-size: 100%;
	background-position: bottom;
}
.bg-transparent{
	background-color: rgba(0, 0, 0, .5) !important;
}
.desc-promo{
	display: inline-block;
	/*width: 50%;*/
	/*padding:10px;*/
	font-family: 'Avenir-Regular', sans-serif;
	height: auto;
	position: absolute;
	bottom: 12px;
    left: calc(50% - 78px);
}
.desc-promo p{
	font-family: 'Avenir-Bold', sans-serif;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: left;
}
@media (max-width: 767px){
	.card-promo{
		display: block;
	}
	.card-promo .img-promo,.card-promo .desc-promo{
		display: block;
		width: 100%;
	}
	.desc-promo .vertical-align{
		position: initial;
		transform: initial;
	}
	h1.main-text{
		top: 30%;
		transform: translate(-50%, -30%);
		width: 100%;
		font-size: 4rem;
	}
}
.vertical-align{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.event-title{
	text-transform: uppercase;
	width: 100%;
	position: absolute;
	color: #fff;
	font-family: 'Bebas', sans-serif;
	font-size: 1.5rem;
	display: block;
	padding: 0 15px;
	text-shadow: 0 0 10px #000;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
@media(max-width: 991px){
	h1.ghost-text{
		position: initial;
		transform: translateY(65%);
	}
	h1.main-text{
		position: initial;
		transform: none;
		margin-bottom: 5rem;
	}
	#events-container{
		position: initial;
	}
	.event-title{
		top: 50%;
		transform: translate(0,-50%);
		font-size: 2rem;
	}
}
.event-container{
	overflow: hidden;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
}
.event-container img{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(1.2);
}
.event-container:hover img{
	transform: scale(1);
	opacity: .3;
}
#bg-video{
	height: 445px;
	overflow: hidden;
}
#bg-video video{
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	top: 50%;
	transform: translate(0,-50%);
}
#bg-video .overlay{
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	opacity: 0;
}
#bg-video .video-text{
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 3;
	color: #fff;
	transform: translate(50%,-50%);
	font-size: 50px;
	text-align: center;
}
@media(max-width: 768px){
	#bg-video video{
		width: 250%;
	}
	h1.ghost-text{
		font-size: 7rem;
		transform: translateY(80%);
	}
}
@media(max-width: 768px){
	#bg-video video{
		width: 250%;
	}
}
@media(max-width: 576px){
	h1.ghost-text{
		font-size: 5.8rem;
		transform: translateY(80%);
	}
	#banner-evento{
		height: 210px !important;
	}
}
#baguetteBox-overlay .full-image figcaption{
	font-family: 'Avenir-Bold', sans-serif;
	font-size: 1.7rem;
}
/*PROMOS & EVENTS*/
.section-banner{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
}
.section-banner-md{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 70vh;
}
.description-container{
	max-width: 1200px;
	text-align: center;
	position: relative;
	top: 30%;
	transform: translate(0,30%);
	margin: auto;
}
.section-banner-md h1.ghost-text{
	top: auto;
	bottom: 20%;
	transform: translate(-50%, 20%);
}
.section-banner-md h1.main-text{
	top: auto;
	bottom: 30%;
	transform: translate(-50%, 30%);
}
.section-banner-md .banner-description{
	bottom: 10%;
	left: 50%;
	color: #fff;
	position: absolute;
	transform: translate(-50%, 10%);
	text-align: center;
	min-width: 80%;
}
.banner-title{
	font-size: 6rem;
	font-weight: 800;
}
.packs-title{
	font-size: 6rem;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: rgba(236,14,39,0.08)
}
.tr_title{
	font-weight: 500;
}
.table td, .table th, .table thead th{
	border: none;
}
.thead-color th{
	color: #fff;
    background-color: #ec0e27;
    border-color: #ec0e27;
}
.tr_descatado{
	font-weight: 700;
	color: #ec0e27;
	background-color: rgba(236,14,39,0.3);
}
/*SG-EVENTO*/
#banner-evento{
	height: 355px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.help-block{
	color: red;
	font-weight: bold;
}
#form-newsletter .help-block{
	color: #FFF;
}
@media(max-width: 991px){
	.section-banner-md h1.ghost-text{
		transform: none;
		left: 0;
		top: 25%;
		bottom: auto;
		position: relative;
	}
	.section-banner-md h1.main-text{
		font-size: 5rem;
		transform: none;
		left: auto;
		bottom: 0;
		margin-bottom: 0;
		position: relative;
	}
}
@media (max-width: 768px){
	.section-banner-md h1.main-text {
		font-size: 4rem;
	}
	.section-banner-md .banner-description{
		left: 0;
		transform: none;
		padding: 0 15px;
	}

}
@media(max-width: 350px){
	.section-banner-md h1.ghost-text{
		font-size: 6rem;
	}
}
/*MENU PAGE*/
.dish-card{
	background-color: #fff;
	padding:15px;
	cursor: pointer;
}
.dish-card img{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(1.2);
}
.dish-card:hover img{
	transform: scale(1);
	opacity: .3;
}
#dishModal .modal-content p{
	line-height: 1;
}
.title-menu-modal{
	color: #fff;
	font-size: 5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	line-height: 1;
	text-shadow: 0 3px 15px #000;
}
@media(max-width: 767px ){
	.title-menu-modal{
		font-size: 3rem;
	}
	.carousel-indicators{
		bottom: 0px;
    	left: -40px;
	}
	.carousel-indicators li{
		width: 11px !important;
		height: 11px !important;
	}
}
.close-menu-modal{
	margin: 10px auto;
	font-size: 3.5rem;
	-webkit-text-stroke: 10px white;
	cursor: pointer;
}
/*BRANCHES*/
.branch-card{
	background-color: #fff;
	padding:15px;
}
.schedule-container{
	background-color: #fcf4db;
	padding:15px;
}
.branch-card p{
	font-size: 14px;
	margin-bottom: .5rem;
	min-height: 105px;
}
.schedule-container p{
	font-size: 14px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.schedule-container a{
	font-weight: bold;
	cursor: pointer;
}
.schedule-container a:after{
	font-family: FontAwesome;
	content: "\f107";
	color: #ec0e27;
	margin-left: .75rem;
	font-size: 20px;
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition:transform .3s ease-in-out;
	transition:transform .3s ease-in-out;
}
.schedule-container a.collapsed:after{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
/*CONTACTO*/
.card-form{
	padding: 25px 15px;
}
/*GO TO TOP*/
#totop{
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 10%;
	right: 0;
	transform: translateX(35px);
	padding: 15px;
	background-color: #fec325;
	border-radius: 10px 0 0 10px;
	box-shadow: rgba(49, 48, 47, 0.188235) 0px 2px 5px 0px;
	-webkit-transition:all .3s;
	transition:all .3s;
	z-index: 10;
}
#totop.active{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	cursor: pointer;
}
#totop .fa{
	color: #000000;
}
/**/

/* Progress Bar */
.progress {
	position: fixed;
	height: 3px;
	display: block;
	width: 100%;
	background-color: #fec325;
	border-radius: 0px;
	background-clip: padding-box;
	margin: 0;
	overflow: hidden;
	z-index: 1001;
}
.progress .indeterminate {
	background-color: #ec0e27;
}
.progress .indeterminate:before {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
	animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}
@keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%;
	}
	60% {
		left: 100%;
		right: -90%;
	}
	100% {
		left: 100%;
		right: -90%;
	}
}
@keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%;
	}
	60% {
		left: 107%;
		right: -8%;
	}
	100% {
		left: 107%;
		right: -8%;
	} 
}
/**/
#map iframe{
	width: 100%;
	height: 100%;
}
.carousel-indicators{
	right: initial;
}
.carousel-indicators li{
	z-index: 999;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background-color: rgba(255, 0, 0, 0.5);
}
.carousel-indicators .active{
	background-color: rgba(255, 0, 0, 1);
}
.btn:disabled {
    cursor: pointer;
    background-color: #a50b1c;
}