* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body {
  font-family: "Open-sans";
  font-size: 18px; }

.contenedor {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden; }

header {
  width: 100%;
  background: url("../img/bg.jpg") #281a0c;
  background-size: cover;
  background-attachment: fixed;
  background-position: center 0; }
  header .contenedor {
    position: relative;
    height: 700px; }
  header .menu {
    width: 100%;
    text-align: right; }
    header .menu a {
      color: #fff;
      font-size: 20px;
      font-weight: 300;
      display: inline-block;
      margin: 40px 20px;
      text-decoration: none;
      position: relative; }
      header .menu a:hover {
        text-decoration: underline; }
  header .textos {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -52px; }
    header .textos .nombre {
      font-size: 50px;
      font-weight: 700; }
      header .textos .nombre span {
        font-weight: 300; }
    header .textos h3 {
      font-weight: 300;
      font-size: 25px;
      font-style: italic; }

.main {
  background: url("../img/bg-textura.png");
  background-repeat: repeat; }

.acerca-de .contenedor {
  overflow: visible;
  position: relative; }
  .acerca-de .contenedor .foto {
    width: 80%;
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35); }
    .acerca-de .contenedor .foto img {
      vertical-align: top;
      width: 100%; }
.acerca-de article {
  background: #fff;
  padding: 40px;
  width: 50%;
  position: relative;
  top: 500px;
  float: right;
  z-index: 1;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35); }
  .acerca-de article h3 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 15px; }
  .acerca-de article p {
    line-height: 28px; }

.main .menu {
  padding-top: 300px;
  margin-bottom: 50px; }
  .main .menu .titulo {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px; }
  .main .menu .contenedor-menu,
  .main .menu .contenedor-menu2 {
    border: 1px solid #000;
    background: transparent;
    padding: 10px;
    overflow: hidden; }
  .main .menu article {
    width: 50%;
    float: left;
    padding: 20px; }
  .main .menu .categoria {
    font-size: 22px;
    font-weight: 700px;
    margin-bottom: 40px;
    text-align: center; }
  .main .menu .platillo {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 4px dotted #000;
    overflow-hidden: hidden; }
  .main .menu .nombre {
    font-size: 20px;
    margin-bottom: 15px;
    float: left; }
  .main .menu .precio {
    font-size: 20px;
    margin-bottom: 15px;
    float: right; }
  .main .menu .descripcion {
    font-size: 16px;
    color: #676767;
    clear: both; }

.main .galeria {
  overflow: hidden; }
  .main .galeria .foto {
    width: 25%;
    float: left; }
    .main .galeria .foto img {
      width: 100%;
      vertical-align: top;
      opacity: 0.7;
      transition: all 0.5s ease; }
      .main .galeria .foto img:hover {
        opacity: 1;
        transition: all 1s ease; }

.main .ubicacion {
  background: #fff;
  padding: 60px 0; }
.main .titulo {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 40px; }
.main .direccion {
  float: left;
  width: 50%;
  text-align: left; }
.main .horarios {
  float: right;
  width: 50%;
  text-align: right;
  overflow: hidden; }
.main .direccion .calle {
  margin-bottom: 15px; }
.main .horarios h4 {
  text-align: center;
  margin-bottom: 20px; }
.main .horarios .entre-semana,
.main .horarios .fin-semana {
  width: 50%;
  float: left;
  text-align: center; }

.main .mapa iframe {
  width: 100%;
  max-height: 600px; }

footer {
  background: #000; }
  footer .redes-sociales {
    margin-top: 40px;
    font-size: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 300px;
    color: #fff; }
    footer .redes-sociales .fab {
      color: #fff;
      padding: 3px 30px; }
    footer .redes-sociales .facebook:hover {
      background: #3b5998;
      border-radius: 5%;
      color: #fff; }
    footer .redes-sociales .instagram:hover {
      background: #c13584;
      border-radius: 5%; }
    footer .redes-sociales .twitter:hover {
      background: #1da1f2;
      border-radius: 5%; }
  footer .copyright {
    text-align: center;
    padding: 15px 0;
    margin-bottom: 10px;
    color: #fff; }

@media screen and (max-width: 800px) {
  header .contenedor {
    position: static;
    height: 300px; }
    header .contenedor .textos {
      position: static;
      margin: 100px 0; }
      header .contenedor .textos .nombre {
        font-size: 30px; }
      header .contenedor .textos h3 {
        font-size: 18px; }
    header .contenedor .menu {
      text-align: center; }
      header .contenedor .menu a {
        margin: 10px 20px; }

  .main .acerca-de .foto {
    width: 100%;
    position: relative; }
  .main .acerca-de article {
    position: relative;
    width: 100%;
    top: -50px;
    transform: translate(0px, 0); }
  .main .menu {
    padding-top: 100px; }
    .main .menu article {
      width: 100%; }
  .main .galeria .foto {
    width: 50%; }
  .main .mapa {
    width: 85%;
    margin: auto; }

  footer .contenedor .redes-sociales {
    display: flex;
    flex-wrap: wrap; }
    footer .contenedor .redes-sociales a {
      margin: 20px 0; } }
@media screen and (max-width: 400px) {
  .main .acerca-de article h3 {
    font-size: 24px;
    margin-bottom: 10px; }
  .main .menu article .nombre,
  .main .menu article .precio {
    font-size: 16px;
    line-height: 16px; }
  .main .ubicacion .contenedor .direccion,
  .main .ubicacion .contenedor .horarios {
    width: 100%;
    text-align: center;
    padding-bottom: 30px; }

  footer .contenedor .redes-sociales {
    padding: 0 100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap; } }

/*# sourceMappingURL=estilos.css.map */
