@charset "utf-8";
/* CSS Document */




html {
   font-family: 'Poppins', sans-serif;
}


.newsletter-call {
   font-size: 20px;
   line-height: 20px;
   font-weight: 300;
}

.newsletter-icon {
	color: #222;
	margin-top: -3px;
}


form span {
  padding-left: 15px;
}

.newsletter {
   padding: 25px 0 10px 0;
}

a {
   color: #1D1D1D;
}

.footer b {
   font-family: "Satisfy", sans-serif;
   font-size: 20px;
}



.form-control {
	width: 100% !important;
	padding: 10px 20px!important;
	border: 1px solid #b5b5b5 !important;
	height: 43px !important;
	box-sizing: inherit !important;
	background-color: #fff !important;
	box-shadow: none !important;
	border-bottom: 1px solid #b5b5b5 !important;
	outline: none !important;
	color: #666;
	font-weight: 300;
	border-radius: 25px !important;
   margin: 0 !important;;
}

.menu {
   background: #ddd;
   padding: 40px 0px;
}

.logo {
   width: 233px;
   margin-top: -50px;
}


.white-call {
   padding: 40px 0px;
}

.footer {
   background: #ddd;
   padding: 20px;
   text-align: center;
}

#sidenav-overlay {
   display: none !important;
}

.menu-item {
    margin: 0 -0.75rem;
    position: relative;
    line-height: 0px;
   overflow: hidden;
}

.dark-font {
   color: #373435;
}

.menu-item:hover  img{
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1); 
	transform: scale(1.1); 
}

.menu-item img {
    overflow: hidden;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
}

.menu-title {
   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 30px 20px;
}

.menu-image {
   background: linear-gradient(to bottom, transparent 0%, black);
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 50px 30px;
   text-align: center;
   font-size: 28px;
   line-height: 30px;
   transition: all 0.3s linear;
   font-family: "Satisfy", sans-serif;
   color: #fff;
}

.yellow-bar {
   background: #FFF212; 
   height: 155px; 
   width:100%; 
   margin-bottom: 30px;
}

nav ul a {
   font-family: "Satisfy", sans-serif;
   font-size: 1.5rem;
}

.header-detail {
   line-height: 40px;
   padding: 0 0px;
   font-weight: 300;
   font-size: 1.3rem;
   font-family: "Satisfy", sans-serif;
   margin-bottom: -10px;
}

.margin10 {
	margin-bottom: 10px;
}

.margin15 {
	margin-bottom: 15px;
}

.side-nav a {
   font-size: 20px;
}
   

.margin20 {
	margin-bottom: 20px;
}

.margin30 {
	margin-bottom: 30px;
}

.separator10 {
	margin-right: 10px;
}

.separator15 {
	margin-right: 15px;
}

.fader {
   background: rgba(0,0,0,0.3);
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
}

nav {
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 99;   
   padding-top: 30px;
   border-top: 5px solid #FFF212;
}

.button {
	background-color: transparent !important;
	border: solid #222;
	width: 100%;
	height: 43px;
	text-transform: uppercase;
	font-size: 16px;
	transition: all 0.3s linear;
	color: #222;
	font-weight: 800;
	border-radius: 22px;
	padding: 0 10px;
}

#mapa {
   height: 250px;
}

.title-banner {
   font-family: "Satisfy", sans-serif;
   position: absolute;
	background: rgba(0,0,0,0.8);
	bottom: 40px;
	left: 0;
   color: #fff;
   font-size: 28px;
   padding: 15px 20px 15px 60px;
}

.button:hover{
	background-color: #222 !important;	
	color: #fff;
}

.loader-content {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #DCDCDC;
	z-index: 999999;
}

.item-banner {
	height: 550px;
	background-size: cover;
	background-position: top center;
}

.loader {
	border: 5px solid #DCDCDC; /* Light grey */
	border-top: 5px solid #222; /* Blue */
	border-radius: 50%;
	width: 55px;
	height: 55px;
	animation: spin 1s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.menu-title-banner{
    font-family: 'Satisfy', sans-serif;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    line-height: 55px;
    max-width: 700px;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.menu-image-banner {
   background-size: cover; 
   background-position: center center; 
   margin-top: -30px;
   position:relative;
   height: 250px; 
   width: 100%; 
   color: #fff;
}

.georgia {
   font-family: "Georgia", serif;
   font-weight: 900;
   font-style: italic;
}

.dashed {
   border-top: 1px dashed #222;
}

.food-desc {
   font-size: 12px;
   line-height: 14px;
   min-height: 40px;
}

@media (max-width: 767px) {
   .logo {
      width: 180px;
      margin-top: -40px;
   }
   .item-banner {
      height: 300px;
   }
   .title-banner {
     
      font-size: 18px;
      padding: 15px 20px 15px 30px;
   }
   .menu-image-banner {
      height: 150px;
   }
   .menu-title-banner{
     
       font-size: 25px;
       line-height: 30px;
       padding: 10px;
   }
   
}
