@import url("https://fonts.googleapis.com/css?family=Alex+Brush|Overpass+Mono:600,700");
@import url("https://fonts.googleapis.com/css?family=PT+Sans");
@import url("stylesheet' href='http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css");
body {
  overflow-x: hidden;
}

/*
  GLOBAL
*/
h2 {
  margin-top: 0;
}

button {
  border: 0;
  background: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  padding-bottom: 5px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}








 
 
 
}
  
{
 

}
  

  
ul#menu ul {
 display: none;
 position:inherit;
 top: 49px;
 background:transparent;
  }
  
ul#menu ul li{
 
 color:burlywood;
 width:100%;
 
}
 



  
ul#menu li:hover ul,ul#menu ul li:hover ul,ul#menu ul ul li:hover ul,ul#menu li.iehover ul,ul#menu ul li.iehover ul,ul#menu ul ul li.iehover ul {
 display:flow-root;
 cursor:pointer;
}







/*
  HEADER
*/

header {
  min-height: 100vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent), url("../assets/gallery/portada.jpeg") no-repeat center center;
  background-size: 1500px 900px;
  display: flex;
  flex-direction: column;
  background-size: cover;

}
header nav {
  padding: 15px 35px;
  display: flex;
  position: relative;
}
header nav h2 {
  margin-bottom: 0;
  flex: 1;
  letter-spacing: 3px;
  font-family: "Overpass Mono", monospace !important;
}
header nav h2 #logo {
      background: url("../assets/img/100.png") ;
	
    display: block;
    height: 127px;
    width: 150px;
  
}
}
header nav .nav-button {
  color: #c0c0c0;
  font-size: 23px;
}
header nav div {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  transition: opacity .2s;
}
header nav div ul {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header nav div ul .exit-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  color: lightgray;
  font-size: 20px;
  padding: 10px;
}
header nav div ul li {
  font-family: "PT Sans", sans-serif !important;
  text-transform: uppercase;
}
header nav div ul li a {
  display: block;
  color:aliceblue;
  padding: 15px 5px;
  transition: all .4s;
}
header nav div ul li a:hover, header nav div ul li a .active:hover {
  color: #be4048;
  border-bottom-color: #be4048;
}
header .center {
  line-height: 0;
  margin: auto;
  text-align: center;
  color: white;
}
header .center h1 {
  font-family: "Alex Brush", cursive !important;
  color:aliceblue;
  font-size: 80px;
  margin-bottom: 34px;
}
header .center h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}
header .center #asterisk {
  color:aliceblue;
  line-height: 0.5;
  font-size: 30px;
  display: flex;
  justify-content: center;
}
header .center #asterisk:before, header .center #asterisk:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 1px;
  width: 0%;
  opacity: 0;
  background: white;
}
header .center #asterisk:before {
  margin-right: 10px;
}
header .center #asterisk:after {
  margin-left: 10px;
}
header .center p {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
}

nav div.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}






header2 {
  min-height: 50vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), transparent), url("../assets/gallery/historia.jpeg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
}
header2 nav {
  padding: 15px 35px;
  display: flex;
  position: relative;
}
header2 nav h2 {
  margin-bottom: 0;
  flex: 1;
  letter-spacing: 3px;
  font-family: "Overpass Mono", monospace !important;
}
header2 nav h2 #logo {
      background: url("../assets/img/100.png") ;
	
    display: block;
    height: 127px;
    width: 150px;
}
}
header2 nav .nav-button {
  color: #c0c0c0;
  font-size: 23px;
}
header2 nav div {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  transition: opacity .2s;
}
header2 nav div ul {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header2 nav div ul .exit-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  color: lightgray;
  font-size: 20px;
  padding: 10px;
}
header2 nav div ul li {
  font-family: "PT Sans", sans-serif !important;
  text-transform: uppercase;
}
header2 nav div ul li a {
  display: block;
  color: lightgray;
  padding: 15px 5px;
  transition: all .4s;
}
header2 nav div ul li a:hover, header nav div ul li a .active:hover {
  color: #be8040;
  border-bottom-color: #be8040;
}
header2 .center {
  line-height: 0;
  margin: auto;
  text-align: center;
  color: white;
}
header2 .center h1 {
  font-family: "Alex Brush", cursive !important;
  color: #be8040;
  font-size: 80px;
  margin-bottom: 34px;
}
header2 .center h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 28px;
}
header2 .center #asterisk {
  color: #be8040;
  line-height: 0.5;
  font-size: 30px;
  display: flex;
  justify-content: center;
}
header2 .center #asterisk:before, header .center #asterisk:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 1px;
  width: 0%;
  opacity: 0;
  background: white;
}
header2 .center #asterisk:before {
  margin-right: 10px;
}
header2 .center #asterisk:after {
  margin-left: 10px;
}
header2 .center p {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
}







header3 {
 min-height: 50vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent), url("../assets/gallery/entrada-puesta-del-sol.jpeg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
}

header3 nav {
  padding: 15px 35px;
  display: flex;
  position: relative;
}
header3 nav h2 {
  margin-bottom: 0;
  flex: 1;
  letter-spacing: 3px;
  font-family: "Overpass Mono", monospace !important;
}
header3 nav h2 #logo {
     background: url("../assets/img/100.png") ;
	
    display: block;
    height: 127px;
    width: 150px;
  
}
}
header3 nav .nav-button {
  color: #c0c0c0;
  font-size: 23px;
}
header3 nav div {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  transition: opacity .2s;
}
header3 nav div ul {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header3 nav div ul .exit-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  color: lightgray;
  font-size: 20px;
  padding: 10px;
}
header3 nav div ul li {
  font-family: "PT Sans", sans-serif !important;
  text-transform: uppercase;
}
header3 nav div ul li a {
  display: block;
  color: lightgray;
  padding: 15px 5px;
  transition: all .4s;
}
header3 nav div ul li a:hover, header nav div ul li a .active:hover {
  color: #be8040;
  border-bottom-color: #be8040;
}
header3 .center {
  line-height: 0;
  margin: auto;
  text-align: center;
  color: white;
}
header3 .center h1 {
  font-family: "Alex Brush", cursive !important;
  color: #be8040;
  font-size: 80px;
  margin-bottom: 34px;
}
header3 .center h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 28px;
}
header3 .center #asterisk {
  color: #be8040;
  line-height: 0.5;
  font-size: 30px;
  display: flex;
  justify-content: center;
}
header3 .center #asterisk:before, header .center #asterisk:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 1px;
  width: 0%;
  opacity: 0;
  background: white;
}
header3 .center #asterisk:before {
  margin-right: 10px;
}
header3 .center #asterisk:after {
  margin-left: 10px;
}
header3 .center p {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
}







headercontacto {
 min-height: 50vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent), url("../assets/gallery/arco.jpeg") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

headercontacto nav {
  padding: 15px 35px;
  display: flex;
  position: relative;
}
headercontacto nav h2 {
  margin-bottom: 0;
  flex: 1;
  letter-spacing: 3px;
  font-family: "Overpass Mono", monospace !important;
}
headercontacto nav h2 #logo {
     background: url("../assets/img/100.png") ;
	
    display: block;
    height: 127px;
    width: 150px;
  
}
}
headercontacto nav .nav-button {
  color: #c0c0c0;
  font-size: 23px;
}
headercontacto nav div {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  transition: opacity .2s;
}
headercontacto nav div ul {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
headercontacto nav div ul .exit-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  color: lightgray;
  font-size: 20px;
  padding: 10px;
}
headercontacto nav div ul li {
  font-family: "PT Sans", sans-serif !important;
  text-transform: uppercase;
}
headercontacto nav div ul li a {
  display: block;
  color: lightgray;
  padding: 15px 5px;
  transition: all .4s;
}
headercontacto nav div ul li a:hover, header nav div ul li a .active:hover {
  color: #be8040;
  border-bottom-color: #be8040;
}
headercontacto .center {
  line-height: 0;
  margin: auto;
  text-align: center;
  color: white;
}
headercontacto .center h1 {
  font-family: "Alex Brush", cursive !important;
  color: #be8040;
  font-size: 80px;
  margin-bottom: 34px;
}
headercontacto.center h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 28px;
}
headercontacto .center #asterisk {
  color: #be8040;
  line-height: 0.5;
  font-size: 30px;
  display: flex;
  justify-content: center;
}
headercontacto .center #asterisk:before, header .center #asterisk:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 1px;
  width: 0%;
  opacity: 0;
  background: white;
}
headercontacto .center #asterisk:before {
  margin-right: 10px;
}
headercontacto .center #asterisk:after {
  margin-left: 10px;
}
headercontacto .center p {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
}




headergaleria {
  min-height: 50vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent), url("../assets/gallery/restaurant.jpeg") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
headergaleria nav {
  padding: 15px 35px;
  display: flex;
  position: relative;
}
headergaleria nav h2 {
  margin-bottom: 0;
  flex: 1;
  letter-spacing: 3px;
  font-family: "Overpass Mono", monospace !important;
}
headergaleria nav h2 #logo {
     background: url("../assets/img/100.png") ;
	
    display: block;
    height: 127px;
    width: 150px;
}
}
headergaleria nav .nav-button {
  color: #c0c0c0;
  font-size: 23px;
}
headergaleria nav div {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  transition: opacity .2s;
}
headergaleria nav div ul {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
headergaleria nav div ul .exit-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  color: lightgray;
  font-size: 20px;
  padding: 10px;
}
headergaleria nav div ul li {
  font-family: "PT Sans", sans-serif !important;
  text-transform: uppercase;
}
headergaleria nav div ul li a {
  display: block;
  color: lightgray;
  padding: 15px 5px;
  transition: all .4s;
}
headergaleria nav div ul li a:hover, header nav div ul li a .active:hover {
  color: #be8040;
  border-bottom-color: #be8040;
}
headergaleria .center {
  line-height: 0;
  margin: auto;
  text-align: center;
  color: white;
}
headergaleria .center h1 {
  font-family: "Alex Brush", cursive !important;
  color: #be8040;
  font-size: 80px;
  margin-bottom: 34px;
}
header2 .center h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 28px;
}
headergaleria .center #asterisk {
  color: #be8040;
  line-height: 0.5;
  font-size: 30px;
  display: flex;
  justify-content: center;
}
headergaleria .center #asterisk:before, header .center #asterisk:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 1px;
  width: 0%;
  opacity: 0;
  background: white;
}
headergaleria .center #asterisk:before {
  margin-right: 10px;
}
headergaleria .center #asterisk:after {
  margin-left: 10px;
}
headergaleria .center p {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
}






headerab {
  min-height: 50vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent), url("../assets/gallery/alberca.jpeg") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
headerab nav {
  padding: 15px 35px;
  display: flex;
  position: relative;
}
headerab nav h2 {
  margin-bottom: 0;
  flex: 1;
  letter-spacing: 3px;
  font-family: "Overpass Mono", monospace !important;
}
headerab nav h2 #logo {
     background: url("../assets/img/100.png") ;
	
    display: block;
    height: 127px;
    width: 150px;
}
}
headerab nav .nav-button {
  color: #c0c0c0;
  font-size: 23px;
}
headerab nav div {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  transition: opacity .2s;
}
headerab nav div ul {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
headerab nav div ul .exit-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  color: lightgray;
  font-size: 20px;
  padding: 10px;
}
headerab nav div ul li {
  font-family: "PT Sans", sans-serif !important;
  text-transform: uppercase;
}
headerab nav div ul li a {
  display: block;
  color: lightgray;
  padding: 15px 5px;
  transition: all .4s;
}
headerab nav div ul li a:hover, header nav div ul li a .active:hover {
  color: #be8040;
  border-bottom-color: #be8040;
}
headerab .center {
  line-height: 0;
  margin: auto;
  text-align: center;
  color: white;
}
headerab .center h1 {
  font-family: "Alex Brush", cursive !important;
  color: #be8040;
  font-size: 80px;
  margin-bottom: 34px;
}
headerab .center h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 28px;
}
headerab .center #asterisk {
  color: #be8040;
  line-height: 0.5;
  font-size: 30px;
  display: flex;
  justify-content: center;
}
headerab .center #asterisk:before, header .center #asterisk:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 1px;
  width: 0%;
  opacity: 0;
  background: white;
}
headerab .center #asterisk:before {
  margin-right: 10px;
}
headerab .center #asterisk:after {
  margin-left: 10px;
}
headerab .center p {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
}







headermenu  {
  min-height: 50vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), transparent), url("../assets/gallery/frente4.jpeg") no-repeat center center;
  background-size:cover;
  display:block;
  flex-direction: column;
}
headermenu  nav {
  padding: 15px 35px;
  display: flex;
  position: relative;
}
headermenu  nav h2 {
  margin-bottom: 0;
  flex: 1;
  letter-spacing: 3px;
  font-family: "Overpass Mono", monospace !important;
}
headermenu  nav h2 #logo {
    background: url("../assets/img/100.png") ;
	
    display: block;
    height: 127px;
    width: 150px;
}
}
headermenu  nav .nav-button {
  color: #c0c0c0;
  font-size: 23px;
}
headermenu nav div {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  transition: opacity .2s;
}
headermenu  nav div ul {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
headermenu  nav div ul .exit-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  color: lightgray;
  font-size: 20px;
  padding: 10px;
}
headermenu  nav div ul li {
  font-family: "PT Sans", sans-serif !important;
  text-transform: uppercase;
}
headermenu  nav div ul li a {
  display: block;
  color: lightgray;
  padding: 15px 5px;
  transition: all .4s;
}
headermenu  nav div ul li a:hover, header nav div ul li a .active:hover {
  color: #be8040;
  border-bottom-color: #be8040;
}
headermenu  .center {
  line-height: 0;
  margin: auto;
  text-align: center;
  color: white;
}
headermenu .center h1 {
  font-family: "Alex Brush", cursive !important;
  color: #be8040;
  font-size: 80px;
  margin-bottom: 34px;
}
headermenu  .center h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 28px;
}
headermenu .center #asterisk {
  color: #be8040;
  line-height: 0.5;
  font-size: 30px;
  display: flex;
  justify-content: center;
}
headermenu  .center #asterisk:before, header .center #asterisk:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 1px;
  width: 0%;
  opacity: 0;
  background: white;
}
headermenu .center #asterisk:before {
  margin-right: 10px;
}
headermenu  .center #asterisk:after {
  margin-left: 10px;
}
headermenu .center p {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
}



/*
  SECTIONS
*/
/*
  CLASSES
*/
.custom-font {
  font-family: "Alex Brush", cursive;
  color: #be4048;
  font-size: 75px;
  line-height: 0;
}

.add-padding {
  padding: 25px;
}

.center-text {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  color: #4d4d4d;
}
.center-text h2 {
  margin-top: 25px;
  line-height: 0;
}
.center-text p {
  margin-top: 0;
  font-family: "PT Sans", sans-serif;
  line-height: 1.5;
}
.center-text a {
  font-family: "PT Sans", sans-serif;
  color: #be8040;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: solid 2px #be4048;
}

.add-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add-flex .stuffed-cherries {
  background: url("../assets/gallery/conozcanos.jpeg") no-repeat center center;
  background-size: cover;
  height: 315px;
  width: 320px;
}

.add-flex2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add-flex2 .stuffed-cherries {
  background: url("../assets/gallery/campanario2.jpeg") no-repeat center center;
  background-size: cover;
  height: 315px;
  width: 320px;
}
.center-h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-h1 {
  text-align: center;
  color: white;
  letter-spacing: 5px;
  margin-bottom: 0;
}
.custom-h1 span {
  letter-spacing: 0;
}

/*
  TASTEFUL RECIPES SECTION
*/
.bread-background {
  background: black url("../assets/gallery/resta.jpeg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.bread-background2 {
  background: black url("../assets/gallery/bar2.jpeg");
  background-size: cover;
  height: 500px;
}


.bread-background3 {
  background: black url("../assets/gallery/campanario.jpeg") no-repeat center center;
  background-size: cover;
  height: 500px;
}

/*
  MENU SECTION
*/
.menu {
  padding: 30px;
}
.menu-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.menu-images img {
  width: 100%;
}

/*
  THE PERFECT BLEND SECTION
*/
.cake-background {
  background: black url("../assets/gallery/restaurant.jpeg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}



/*
  CULINARY DELIGHT SECTION
*/
.reservation-section {
  margin-bottom: 40px;
}
.reservation-section div:first-child {
  flex: 1;
}
.reservation-section div:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  flex: 1;
}
.reservation-section div:last-child img {
  margin: auto;
  width: 85%;
}

/*
  FOOTER
*/
footer {
  margin: 0;
  position: relative;
  background: #141414;
  color: lightgray;
}
footer button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.2;
  border-radius: 50%;
  margin-top: 0;
}
footer h4 {
  margin-bottom: 0;
}
footer h5 {
  line-height: 1.5;
}
footer .restaurant-info {
  padding: 35px 40px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .copyright {
  background: #232323;
  color: #969696;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
footer .copyright span {
  border-bottom: solid 1px;
}

/*
  MEDIA QUERIES
*/
@media screen and (max-width: 425px) {
  header, .bread-background, .cake-background {
    background-attachment: scroll;
  }
}
@media (min-width: 768px) {
  footer .restaurant-info {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  /*
    NAV
  */
  nav {
    position: initial !important;
    align-items: baseline;
    padding: 20px 70px !important;
  }
  nav .nav-button {
    display: none;
	 
  }
  nav div {
    position: initial !important;
    background: none !important;
    opacity: initial !important;
    -webkit-transform: initial !important;
            transform: initial !important;
  }
  nav div ul {
    position: initial !important;
    flex-direction: row !important;
  }
  nav div ul .exit-menu {
    display: none;
  }
  nav div ul li a {
    font-size: 12.8px;
    margin: 0 10px;
    letter-spacing: 1px;
    padding: 5px 0 !important;
	   
	  
  position: relative;
  top: -50px;
  }
  nav div ul .active {
    border-bottom: solid 1px lightgray;
  }

  

  /*
    FOOTER
  */
  footer .restaurant-info {
    padding: 20px 80px;
    flex-direction: row;
    justify-content: space-around;
  }
  footer .restaurant-info .locations {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .restaurant-info .locations h4 {
    flex: 1 0 100%;
  }
  footer .restaurant-info .hours {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .restaurant-info .hours h4 {
    flex: 1 0 100%;
  }
  footer .copyright {
    flex-direction: row;
    justify-content: space-around;
  }
}
/* ANIMATIONS */
#asterisk {
  opacity: 0;
  -webkit-transform-origin: 50% 4%;
          transform-origin: 50% 4%;
  -webkit-animation: spin .5s forwards;
          animation: spin .5s forwards;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

#asterisk::before, #asterisk::after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: grow .5s forwards;
          animation: grow .5s forwards;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.center p {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  opacity: 0;
  -webkit-animation: fadeDown .9s forwards;
          animation: fadeDown .9s forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.center h2 {
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
  -webkit-animation: fade .5s forwards;
          animation: fade .5s forwards;
}

.center h1 {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-animation: fadeUp .5s forwards;
          animation: fadeUp .5s forwards;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes grow {
  0% {
    opacity: 0;
    width: 0%;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    width: 40%;
  }
}
@keyframes grow {
  0% {
    opacity: 0;
    width: 0%;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    width: 40%;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}



.social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left: 0; /* Establecemos la barra en la izquierda */
	top: 200px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
 
	.social ul {
		list-style: none;
	}
 
	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 10px 15px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}
 
	.social ul li .icon-facebook {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
	.social ul li .icon-instagram {background:  #ae181f;}
	.social ul li .icon-whatsapp {background: #019725;}
	.social ul li .icon-linkedin {background: #009dff;}
	.social ul li .icon-mail {background: #666666;}
 
	.social ul li a:hover {
		background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
		padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
	}































  
/* service */

#service .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#service .container .service-items {
  display: flex;
  flex-flow: column wrap;
}


.container {
  width: 85%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}



.container_table {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.container_table_cell {
  display: table-cell; 
  text-align: center;
  vertical-align: middle;
}

.container_table_cell h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 54px;
}



.my_service {
  background-color: #f9f9f9;
}

.service-items {
  display: flex;
  flex-flow: row nowrap;
}

.service-content i {
  font-size: 30px;
  line-height: 46px;
}

.service-content h3 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 13px;
  margin-bottom: 8px;
}

.service-content p {
  color: #767676;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

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

  .nav {
    display: block;
    position: inherit;
    width: auto;
    background-color: #222
  }

  .nav li {
    display: inline-block;
    padding: 0;
  }

  .nav li a {
    display: inline-block;
    padding: 10px 12px;
    
  }

  .menu-button,
  .menu-button-checkbox {
    display: none;
  }

  
/* service */

  #service .container .service-items {
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  #service .container .service-items .service-content {
    flex-basis: 30%;
  }


	