html, body {
font-family: 'Zilla Slab', serif;
font-family: 'Poppins', sans-serif;

margin: 0px auto; 

}

.appleLinksWhite a {
  color: #ffffff !important;
  text-decoration: underline;
} 

.appleLinksBlack a {
  color: #000000 !important;
  text-decoration: none;
}

.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.row.row-no-gutter {
    margin: 0
}

.row.row-no-gutter [class*="col-"] {
    padding: 0
}

.img-full-width {
    width: 100.5%;
    height: auto;
}

.has-inner .row.row-no-gutter {
    margin-left: -10px;
    margin-right: -10px;
}

.row.row-no-gutter .inner {
    padding-left: 10px;
    padding-right: 10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 9999999999999;
}

#header {
  background-color: #d61c8f;
  height: 100px;
}

#header ul {
  padding-top: 22px;
  text-align:center;
  margin-left: 20px;
}

#header li {
  list-style: none;
  display: inline-block;
  text-decoration: none;
  padding: 10px 35px 0px;
}

#header li a {
  color:#ffffff;
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
}

#header li a:hover {
  color:#fad20c;
  text-decoration:none;
      transition: 0.5s;
}

#header li a:active {
  text-decoration: none;
}

#header li a.active {
  color:#f8d914;
}

.rayas {
  display: none;
  border:none;
  height:80px;
  width:60px;
  padding-top: 5px;
}

.logo img {
    z-index: 9999999999999;
    width: 220px;
    padding-top: 12px;
}

#header .btn {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color: #000000;
    width: 200px;
    padding: 13px 20px;
    border-radius: 0px;
    font-size: 17px;
    font-weight: 700;
    margin-top: 18px;
    margin-right: 30px;
} 

#header .btn:hover {
    background-color:#20bbb2;
    border:1px solid #20bbb2;
    color:#ffffff;
    transition: 0.5s;
}

#slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}

#slideshow1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}


#mySidenav  {
  background-image:url(../img/fondo_sidenav1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#mySidenav img {
  width: 300px;
  margin-left: 60px;
  padding-bottom: 20px;
}

#mySidenav ul {
  padding-bottom: 15px;
  text-align:left;
  margin-left: 20px;
}

#mySidenav li {
  list-style: none;
  text-decoration: none;
}

#mySidenav li a {
  color:#ffffff;
  font-size: 50px;
  line-height: 70px;
  font-weight: 800;
  letter-spacing: 1px;
}

#mySidenav li a:hover {
  color:#fad20c;
  text-decoration:none;
      transition: 0.5s;
}

#mySidenav li a:active {
  text-decoration: none;
}

#mySidenav li a.active {
  color:#fad20c;
}

#mySidenav .fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 5px;
}

#mySidenav .fa-facebook {
border: 1px solid white;
  color: white;
}

#mySidenav .fa-facebook:hover {
  color: #fad20c;
  border: 1px solid #fad20c;
      transition: 0.5s;
}

#mySidenav .fa-instagram {
border: 1px solid white;
  color: white;
}

#mySidenav .fa-instagram:hover {
  color: #fad20c;
  border: 1px solid #fad20c;
      transition: 0.5s;
}

#mySidenav .redes {
  margin-left: 50px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: rgba(214,28,143);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}

.sidenav a.closebtn {
    text-decoration: none;
    color: #ffffff;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    transition: 0.5s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 60px;
    margin-left: 50px;
}

#build {
  padding-top: 70px;
  padding-bottom: 30px;
}

#build img {
  margin-left:50px;

}

#build h1 {
  font-family: 'Zilla Slab', serif;
  font-size: 90px;
  line-height: 75px;
  color: #000000;
  text-align: right;
  font-weight: 900;
  letter-spacing: -2px;
  padding-bottom: 20px;
  padding-right: 90px;
  padding-top: 50px;
}

#build p {
  font-size: 25px;
  line-height: 35px;
  color: #000000;
  text-align: right;
  font-weight: 300;
  padding-right: 90px;
  padding-bottom: 20px;
}

#build .btn {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 250px;
    padding: 20px 30px;
    border-radius: 0px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-right: 90px;
} 

#build .btn:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
}


#breakfast {
    background-image: url(../img/breakfast_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 80px;
}


#breakfast h1 {
  font-family: 'Zilla Slab', serif;
  font-size: 90px;
  line-height: 75px;
  color: #000000;
  text-align: left;
  font-weight: 900;
  letter-spacing: -2px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 80px;
}

#breakfast p {
  font-size: 25px;
  line-height: 35px;
  color: #000000;
  text-align: left;
  font-weight: 300;
  padding-bottom: 20px;
  padding-left: 20px;
}

#breakfast .btn {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 250px;
    padding: 20px 30px;
    border-radius: 0px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
} 

#breakfast .btn:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
}



#large {
  padding-top:80px;
  padding-bottom: 80px;
}

#large img {
  margin-left:50px;

}

#large h1 {
  font-family: 'Zilla Slab', serif;
  font-size: 90px;
  line-height: 75px;
  color: #000000;
  text-align: right;
  font-weight: 900;
  letter-spacing: -2px;
  padding-bottom: 20px;
  padding-right: 90px;
  padding-top: 20px;
}

#large p {
  font-size: 25px;
  line-height: 35px;
  color: #000000;
  text-align: right;
  font-weight: 300;
  padding-right: 90px;
  padding-bottom: 20px;
}


#large .btn {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 250px;
    padding: 20px 30px;
    border-radius: 0px;
    font-size: 23px;
    font-weight: 700;
    margin-top: 10px;
    margin-right: 90px;
} 

#large .btn:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
}


#mapa {
    background-color:
    width: 1200px;
    height: 600px;
}

#menu ul {
  text-align:center;
  padding-top: 10px;
  margin-left: 10px;
}

#menu li {
  list-style: none;
  display: inline-block;
  text-decoration: none;
  padding: 10px 25px 0px;
}

#menu li a {
  color:#000000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

#menu li a:hover {
  color:#fad20c;
  text-decoration:none;
      transition: 0.5s;
}

#menu li a:active {
  text-decoration: none;
}

#menu li a.active {
  color:#d61c8f;
}


#titulo h1 {
  font-family: 'Zilla Slab', serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 28px;
  padding-top: 30px;
  color: #d61c8f;
}

#titulo1 h1 {
  font-family: 'Zilla Slab', serif;
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  line-height: 28px;
  padding-top: 30px;
  color: #d61c8f;
}

#titulo1 p {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  padding-top: 10px;
  color: #000000;
}

#titulo1 h2{
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}

#menus {
  padding-top: 30px;
}

#menus h1 {
  font-family: 'Zilla Slab', serif;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  margin-left: 10px;
  margin-right:10px;
}



#dish {
  padding-top: 30px;
  padding-bottom: 30px;
}

#dish2 {
  display: none;
}

#dish h1 {
  font-family: 'Zilla Slab', serif;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 28px;
  color: #000000;
}

#dish p {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

#dish h2 {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

#dish  .btnorder {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 200px;
    padding: 15px 30px;
    border-radius: 0px;
    font-size: 19px;
    font-weight: 700;
    margin-top: 20px;
} 

#dish .btnorder:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
    text-decoration: none;
}

#dish .btncall {display: none;
} 

#dish .btncall {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 200px;
    padding: 15px 25px;
    border-radius: 0px;
    font-size: 19px;
    font-weight: 700;
    margin-top: 20px;
} 

#dish .btncall:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
    text-decoration: none;
}



#extras {
  padding-top: 30px;
}

#extras h1 {
  font-family: 'Zilla Slab', serif;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 28px;
}

#extras h2 {
  font-family: 'Zilla Slab', serif;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
}

#extras p {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

#guisados {
  padding-top: 10px;
  padding-bottom: 90px;
}

#guisados h1 {
  font-family: 'Zilla Slab', serif;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 28px;
}

#guisados h2 {
  font-family: 'Zilla Slab', serif;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
}

#guisados p {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

#regresar {display: none;}
#regresar1 {display: none;}


#form {
    background-image: url(../img/fondo_contacto.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-bottom: 30px;
}

#form h1 {
  font-family: 'Zilla Slab', serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 1px;
  color: #000000;
  text-align: left;
  padding-top: 90px;
}

#form h2 {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
    padding-bottom: 30px;
}

#form p {
    clear:both;
    min-height: 25px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
  }

#form span {
    border-radius: 0px;
    margin-left:15px;
    padding: 8px 35px;
    background: #000000;
    color:#fff;
    letter-spacing: 1px;
  }

#form span.valid {
    background-color :#7ebc42;
    color: #fff;
  }

#form span.error {
    background-color:#ee412a;
    color: #fff;
  }

label, input, textarea, span {
    float: none;

  }

  label {
    width: 100%;
    margin: 1% 0;
  }

  input[type=text], textarea {
    width: 100%;
    background-color: #f4f4f4;
    color: #000;
  }

  input {
    height: 35px;
  }

  input, textarea {
    padding: 1%;
    border: 0;
    border-radius: 0px;
  }

  input:focus, textarea:focus { 
    outline: none;
    border: 0;
  }

  .required {
  }

  textarea {
    height: 100px;
  }

 .btn-submit {
  width: 200px;
  float: left;
  margin: 2% 0;
  border: 0;
  padding: 20px 20px 50px 20px;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #f8d914;
  border-radius: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-transform: capitalize;
}

 .btn-submit:hover {
     background-color: #d61c8f;
     color:#ffffff;
         transition: 0.5s;
  }


#footer {
  padding-top: 80px;
  text-align: left;
}


#footer ul {
  text-align: left;
}

#footer li {
  list-style: none;
  display: inline-block;
  margin-left: 50px;
}

#footer li a {
  color:#000000;
  font-size: 18px;
  line-height:30px;
  font-weight: 700;
  letter-spacing: 1px;
}

#footer li a:hover {
  color:#fad20c;
  text-decoration:none;
      transition: 0.5s;
}

#footer li a:active {
  text-decoration: none;
}

#footer li a.active {
  color:#fad20c;
}

/* Style all font awesome icons */
#footer .fa {
  padding: 15px;
  font-size: 25px;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 5px;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
border: 0px solid black;
  color: #d61c8f;
}

.fa-facebook:hover {
  color: #fad20c;
  border: 0px solid #fad20c;
      transition: 0.5s;
}

.fa-instagram {
border: 0px solid black;
  color: #d61c8f;
}

.fa-instagram:hover {
  color: #fad20c;
    border: 0px solid #fad20c;
      transition: 0.5s;
}


#line {
  padding-top: 0px;
}

hr.new3 {
  border-top: 2px dotted #d0d0d0;
}

hr.new4 {
  border-top: 2px dotted #d0d0d0;
}

#footer1 {
  padding-bottom: 30px;
}

#footer1 p {
  color: #8d8d8d;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 13px;
  text-align: left;
  margin-right: 40px;
}

#footer1  a {
  text-decoration: none;
  color: #8d8d8d;
}

#footer1  a:hover {
  text-decoration: none;
  color:#fad20c;
}

#aviso1 h1 {
  color:#000000;
  font-size: 50px;
  font-weight: 600;
  padding-top: 40px;
}

#aviso1 p {
  color:#000000;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

#aviso2 h1 {
  text-align: left;
  color:#000000;
  font-size: 25px;
  font-weight: 600;
  padding-top: 20px;
}

#aviso2 p {
  text-align: left;
  color:#000000;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
}

#aviso3 h1 {
  text-align: left;
  color:#000000;
  font-size: 25px;
  font-weight: 600;
  padding-top: 20px;
}

#aviso3 p {
  text-align: left;
  color:#000000;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 140px;
}

#gracias {
  padding-top: 220px;
  padding-bottom: 400px;
}

#gracias h1 {
  text-align: center;
  font-weight: 800;
  font-size: 70px;
  line-height: 70px;
}

#gracias p {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 23px;
  line-height: 25px;
  padding-top: 15px;
}



/*ipad landscape*/

@media (max-width: 1200px) and (min-width: 1000px) {

#regresar {display: none;}
#regresar1 {display: none;}

#header {
  height: 90px;
}

#header ul {
  padding-top: 20px;
  margin-left: 20px;
}

#header li {
  list-style: none;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px 0px;
}

#header li a {
  color:#ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.logo img {
    z-index: 9999999999999;
    width: 220px;
    padding-top: 15px;
}

#build {
  padding-top: 70px;
  padding-bottom: 30px;
}

#build img {
  margin-left:50px;
}

#build h1 {
  font-family: 'Zilla Slab', serif;
  font-size: 70px;
  line-height: 60px;
  padding-bottom: 20px;
  padding-right: 90px;
  padding-top: 30px;
}

#build p {
  font-size: 20px;
  line-height: 25px;
  padding-right: 90px;
  padding-bottom: 20px;
}


#breakfast {
    background-image: url(../img/breakfast_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 60px;
}


#breakfast h1 {
  font-family: 'Zilla Slab', serif;
  font-size: 70px;
  line-height: 60px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 80px;
}

#breakfast p {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 20px;
  padding-left: 20px;
}


#large {
  padding-top:60px;
  padding-bottom: 80px;
}

#large img {
  margin-left:50px;

}

#large h1 {
  font-family: 'Zilla Slab', serif;
  font-size: 70px;
  line-height: 60px;
  padding-bottom: 20px;
  padding-right: 90px;
  padding-top: 30px;
}

#large p {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  text-align: right;
  font-weight: 300;
  padding-right: 90px;
  padding-bottom: 20px;
}


#large .btn {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 250px;
    padding: 20px 30px;
    border-radius: 0px;
    font-size: 23px;
    font-weight: 700;
    margin-top: 10px;
    margin-right: 90px;
} 

#large .btn:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
}

#mapa {
    background-color:
    width: 1200px;
    height: 500px;
}

#menu ul {
  padding-top: 15px;
  margin-left: 0px;
}

#menu li {
  padding: 8px 20px 0px;
}

#menu li a {
  font-size: 15px;
  line-height: 30px;
}

#dish {
  padding-top: 20px;
  padding-bottom: 30px;
}

#dish h1 {
  font-size: 27px;
  line-height: 25px;
}

#dish p {
  font-size: 15px;
  line-height: 19px;
}

#dish .btn {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 180px;
    padding: 15px 20px;
    border-radius: 0px;
    font-size: 21px;
    font-weight: 700;
    margin-top: 20px;
} 

#dish .btn:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
}


#extras h1 {
  font-size: 30px;
  line-height: 28px;
}

#extras h2 {
  font-size: 23px;
  line-height: 18px;
}

#guisados {
  padding-bottom: 80px;
}

#guisados h1 {
  font-size: 30px;
  line-height: 28px;
}

#guisados h2 {
  font-size: 23px;
  line-height: 18px;
}

#guisados p {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

#form {
  padding-bottom: 10px;
}

#form h1 {
  font-size: 70px;
  line-height: 60px;
  padding-top: 100px;
}

#form h2 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 30px;
}

#footer1 p {
  font-size: 12px;
  padding-top: 10px;
  margin-right: 40px;
}

#aviso1 h1 {
  font-size: 45px;
  padding-top: 35px;
}

#aviso1 p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#aviso2 h1 {
  font-size: 25px;
  padding-top: 20px;
}

#aviso2 p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#aviso3 h1 {
  font-size: 25px;
  padding-top: 20px;
}

#aviso3 p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 140px;
}



}










/*ipad portrait*/
@media (max-width: 999px) and (min-width: 740px) {

.uli {display: none}

#header {
  height: 80px;
}

#header .btn {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color: #000000;
    width: 200px;
    padding: 13px 20px;
    border-radius: 0px;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
    margin-right: 30px;
} 

.rayas {
  display: inline-block;
  border:none;
  height:70px;
  width:50px;
  padding-top: 10px;
  margin-left: 20px;
}

.logo img {
    z-index: 9999999999999;
    width: 180px;
    padding-top: 10px;
    margin-left: 20px;
}


#mySidenav  {
  background-image:url(../img/fondo_sidenav.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#mySidenav img {
  width: 220px;
  margin-left: 60px;
  padding-bottom: 10px;
}

#mySidenav ul {
  padding-bottom: 15px;
  text-align:left;
  margin-left: 0px;
}

#mySidenav li {
  list-style: none;
  text-decoration: none;
}

#mySidenav li a {
  color:#ffffff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 800;
}

#mySidenav li a:hover {
  color:#fad20c;
  text-decoration:none;
  transition: 0.5s;
}

#mySidenav li a:active {
  text-decoration: none;
}

#mySidenav li a.active {
  color:#fad20c;
}

#mySidenav .fa {
  padding: 10px;
  font-size: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 5px;
}

#mySidenav .fa-facebook {
border: 0px solid white;
  color: white;
}

#mySidenav .fa-facebook:hover {
  color: #fad20c;
  border: 0px solid #fad20c;
      transition: 0.5s;
}

#mySidenav .fa-instagram {
border: 0px solid white;
  color: white;
}

#mySidenav .fa-instagram:hover {
  color: #fad20c;
  border: 0px solid #fad20c;
      transition: 0.5s;
}

#mySidenav .redes {
  margin-left: 70px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: rgba(214,28,143);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}

.sidenav a.closebtn {
    text-decoration: none;
    color: #ffffff;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    transition: 0.5s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 60px;
    margin-left: 50px;
}



#build {
  padding-top: 60px;
  padding-bottom: 20px;
}



#build h1 {
  font-size: 55px;
  line-height: 50px;
  padding-bottom: 10px;
  padding-right: 60px;
  padding-top: 0px;
}


#build p {
  font-size: 19px;
  line-height: 25px;
  padding-right: 60px;
  padding-bottom: 10px;
}


#build .btn {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 180px;
    padding: 15px 18px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-right: 60px;
} 

#breakfast {
    padding-top: 10px;
    padding-bottom: 20px;
}

#breakfast h1 {
  font-size: 55px;
  line-height: 50px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-top: 40px;
}

#breakfast p {
  font-size: 19px;
  line-height: 25px;
  padding-bottom: 10px;
  padding-left: 0px;
}

#breakfast .btn {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 180px;
    padding: 15px 18px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0px;
} 

#large {
  padding-top:50px;
  padding-bottom: 60px;
}

#large img {
  margin-left:40px;
}

#large h1 {
  font-size: 55px;
  line-height: 45px;
  padding-bottom: 10px;
  padding-right: 60px;
  padding-top: 0px;
}

#large p {
  font-size: 18px;
  line-height: 23px;
  padding-right: 60px;
  padding-bottom: 0px;
}

#large .btn {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 180px;
    padding: 15px 18px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    margin-right: 60px;
} 

#large .btn:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
}

#mapa {
    background-color:
    width: 1200px;
    height: 500px;
}

#menu ul {
  padding-top: 15px;
  margin-left: 0px;
}

#menu li {
  padding: 8px 10px 0px;
}

#menu li a {
  font-size: 13px;
  line-height: 20px;
}

#dish {
  padding-top: 10px;
  padding-bottom: 30px;
}

#dish h1 {
  font-size: 25px;
  line-height: 25px;
}

#dish p {
  font-size: 14px;
  line-height: 17px;
  margin-right: 20px;
  margin-left: 20px;
}

#dish .btn {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 160px;
    padding: 10px 20px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
} 

#dish .btn:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
}


#extras h1 {
  font-size: 30px;
  line-height: 28px;
}

#extras h2 {
  font-size: 23px;
  line-height: 18px;
}

#guisados {
  padding-bottom: 80px;
}

#guisados h1 {
  font-size: 30px;
  line-height: 28px;
}

#guisados h2 {
  font-size: 23px;
  line-height: 18px;
}

#guisados p {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-left: 40px;
  margin-right: 40px;
}


#form {
  padding-bottom: 40px;
}

#form h1 {
  font-size: 60px;
  line-height: 60px;
  padding-top: 70px;
}

#form p {
    font-size:18px;
    line-height: 23px;
}

 .btn-submit {
  width: 180px;
  float: left;
  margin: 2% 0;
  border: 0;
  padding: 20px 20px 40px 20px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #f8d914;
  border-radius: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-transform: capitalize;
}


#footer {
  padding-top: 10px;
  text-align: left;
}


#footer ul {
  text-align: left;
}

#footer li {
  list-style: none;
  display: inline-block;
  margin-left: 30px;
}

#footer li a {
  color:#000000;
  font-size: 17px;
  line-height:20px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Style all font awesome icons */
#footer .fa {
  padding: 0px;
  font-size: 25px;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 5px;
}

#footer1 {
  padding-bottom: 30px;
}

#footer1 p {
  color: #8d8d8d;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: left;
  margin-right: 40px;
}

#aviso1 h1 {
  font-size: 45px;
  padding-top: 35px;
}

#aviso1 p {
  font-size: 15px;
  line-height: 23px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#aviso2 h1 {
  font-size: 25px;
  padding-top: 20px;
}

#aviso2 p {
  font-size: 15px;
  line-height: 23px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#aviso3 h1 {
  font-size: 25px;
  padding-top: 20px;
}

#aviso3 p {
  font-size: 15px;
  line-height: 23px;
  padding-top: 15px;
  padding-bottom: 140px;
}

#gracias {
  padding-top: 150px;
  padding-bottom: 300px;
}

#gracias h1 {
  font-size: 90px;
  line-height: 90px;
}

#gracias p {
  font-size: 23px;
  line-height: 25px;
  padding-top: 20px;
}


}



/*movil*/

@media (max-width: 767px) and (min-width: 320px) {

#slideshow {
display: none;
}

#slideshow1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline;
}

#dish1 { display: none;
}

#dish2 {
  display: inline-block;
}

#dish .btncall {display: inline-block;
} 

#dish .btncall {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 200px;
    padding: 15px 25px;
    border-radius: 0px;
    font-size: 19px;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 25%;
    text-align: center;
} 

#dish .btncall:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
    text-decoration: none;
}

#dish .btnorder {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 200px;
    padding: 15px 25px;
    border-radius: 0px;
    font-size: 19px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
} 

#dish .btnorder:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
    text-decoration: none;
}

#titulo1 p {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  padding-top: 10px;
  color: #000000;
}

#menubar {
  display: none;
}

#line1 {
  display: none;
}

#regresar, #regresar1 {display: inline;}

#regresar p {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: underline;
}

#regresar1 p {
  padding-top: 0px;
  padding-bottom: 80px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: underline;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 65px;
  z-index: 9999999999999;
}

.uli {display: none}


#header {
  height: 65px;
}

#header .btn {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color: #000000;
    width: 150px;
    padding: 10px 10px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    margin-right: 0px;
} 

#header .btn:hover {
    background-color:#20bbb2;
    border:1px solid #20bbb2;
    color:#ffffff;
    transition: 0.5s;
}

.rayas {
  display: inline-block;
  border:none;
  height:65px;
  width:45px;
  padding-top: 0px;
  margin-left: 20px;
}

.logo img {
    z-index: 9999999999999;
    width: 170px;
    padding-top: 10px;
    margin-left: 10px;
}

#mySidenav  {
  background-image:url(../img/fondo_sidenav1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#mySidenav img {
  width: 200px;
  margin-left: 40px;
  padding-bottom: 20px;
}

#mySidenav ul {
  padding-bottom: 15px;
  text-align:left;
  margin-left: 0px;
}

#mySidenav li {
  list-style: none;
  text-decoration: none;
}

#mySidenav li a {
  color:#ffffff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 800;
}

#mySidenav li a:hover {
  color:#fad20c;
  text-decoration:none;
      transition: 0.5s;
}

#mySidenav li a:active {
  text-decoration: none;
}

#mySidenav li a.active {
  color:#fad20c;
}

#mySidenav .fa {
  padding: 10px;
  font-size: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 5px;
}

#mySidenav .fa-facebook {
border: 0px solid white;
  color: white;
}

#mySidenav .fa-facebook:hover {
  color: #fad20c;
  border: 0px solid #fad20c;
      transition: 0.5s;
}

#mySidenav .fa-instagram {
border: 0px solid white;
  color: white;
}

#mySidenav .fa-instagram:hover {
  color: #fad20c;
  border: 0px solid #fad20c;
      transition: 0.5s;
}

#mySidenav .redes {
  margin-left: 70px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: rgba(214,28,143);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}

.sidenav a.closebtn {
    text-decoration: none;
    color: #ffffff;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    transition: 0.5s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 60px;
    margin-left: 50px;
}

#build {
  padding-top: 50px;
  padding-bottom: 30px;
}

#build img {
  margin-left:0px;
}

#build h1 {
  font-family: 'Zilla Slab', serif;
  font-size: 80px;
  line-height: 70px;
  color: #000000;
  text-align: right;
  font-weight: 900;
  letter-spacing: -2px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 30px;
  padding-top: 0px;
}

#build p {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  text-align: right;
  font-weight: 300;
  padding-right: 20px;
  padding-left: 30px;
  padding-bottom: 10px;
}


#build .btn {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 220px;
    padding: 20px 30px;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-right: 20px;
} 

#build .btn:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
}


#breakfast {
    background-image: url(../img/breakfast_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 60px;
}


#breakfast h1 {
  font-family: 'Zilla Slab', serif;
  font-size: 80px;
  line-height: 70px;
  color: #000000;
  text-align: left;
  font-weight: 900;
  letter-spacing: -2px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 50px;
  padding-top: 80px;
}

#breakfast p {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  text-align: left;
  font-weight: 300;
  padding-right: 20px;
  padding-left: 50px;
  padding-bottom: 10px;

}


#breakfast .btn {
    background-color:#f8d914;
    border:1px solid #f8d914;
    color: #000000;
    width: 220px;
    padding: 20px 30px;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-left: 50px;
} 

#breakfast .btn:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
}


#large {
  padding-top:60px;
  padding-bottom: 90px;
}

#large img {
  margin-left:0px;

}

#large h1 {
  font-family: 'Zilla Slab', serif;
  font-size: 80px;
  line-height: 70px;
  color: #000000;
  text-align: right;
  font-weight: 900;
  letter-spacing: -2px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 30px;
  padding-top: 0px;
}

#large p {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  text-align: right;
  font-weight: 300;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 30px;
  padding-top: 0px;
}


#dish {
  padding-top: 30px;
  padding-bottom: 30px;
}

#dish1 {
  padding-bottom: 50px;
}


#large .btn {
    background-color:#f8d914;
    border:1px solid #f8d914;
    width: 220px;
    padding: 20px 30px;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-right: 50px;
} 

#large .btn:hover {
    background-color:#d61c8f;
    border:1px solid #d61c8f;
    color:#FFFFFF;
    transition: 0.5s;
}

#mapa {
    background-color:
    width: 1200px;
    height: 550px;
}


#menu  {
display: none;
}

#line {
  display: none;
}

#form img {display: none;}

#form {
  padding-top:60px;
  padding-bottom: 80px;
  padding-left: 40px;
}

#form h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #000000;
  text-align: left;
  padding-top: 10px;
}

#form h2 {
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
    padding-bottom: 20px;
    margin-left: 35px;
}

#form p {
    clear:both;
    min-height: 25px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
  }

   .btn-submit {
  width: 200px;
  float: left;
  margin: 2% 0;
  border: 0;
  padding: 22px 20px 50px 20px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #f8d914;
  border-radius: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-transform: capitalize;
}




#footer {
  padding-top: 10px;
  text-align: left;
}


#footer ul {
  text-align: left;
}

#footer li {
  list-style: none;
  display: inline-block;
  margin-left: 0px;
}

#footer li a {
  color:#000000;
  font-size: 12px;
  padding-right: 10px;
  line-height:20px;
  font-weight: 700;
  letter-spacing: 1px;
}

#footer li a:hover {
  color:#fad20c;
  text-decoration:none;
  transition: 0.5s;
}

#footer li a:active {
  text-decoration: none;
}

#footer li a.active {
  color:#fad20c;
}

/* Style all font awesome icons */
#footer .fa {

  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 5px;
  padding-bottom: 30px;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
border: 0px solid black;
  color: #d61c8f;
}

.fa-facebook:hover {
  color: #fad20c;
  border: 0px solid #fad20c;
      transition: 0.5s;
}

.fa-instagram {
border: 0px solid black;
  color: #d61c8f;
}

.fa-instagram:hover {
  color: #fad20c;
    border: 0px solid #fad20c;
      transition: 0.5s;
}


#footer1 {
  padding-bottom: 10px;
}

#footer1 p {
  color: #8d8d8d;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 9px;
  text-align: left;
  margin-right: 10px;
  margin-left: 10px;
}

#footer1  a {
  text-decoration: none;
  color: #8d8d8d;
}

#footer1  a:hover {
  text-decoration: none;
  color:#fad20c;
}



#line {
  background-color: #000000;
  padding-top: 5px;
}



#aviso1 h1 {
  font-size: 45px;
  padding-top: 35px;
}

#aviso1 p {
  font-size: 15px;
  line-height: 23px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#aviso2 h1 {
  font-size: 25px;
  padding-top: 20px;
}

#aviso2 p {
  font-size: 15px;
  line-height: 23px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#aviso3 h1 {
  font-size: 25px;
  padding-top: 20px;
}

#aviso3 p {
  font-size: 15px;
  line-height: 23px;
  padding-top: 15px;
  padding-bottom: 140px;
}

#gracias {
  padding-top: 150px;
  padding-bottom: 240px;
}

#gracias h1 {
  font-size: 70px;
  line-height: 70px;
}

#gracias p {
  font-size: 23px;
  line-height: 25px;
  padding-top: 20px;
}


}





.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
 }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("../img/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
}




/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.material-icons.green { color: #6ab943; }




@media 
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
