@charset "UTF-8";
h1, h3, p, a, ul, span {
  font-family: 'Open Sans', sans-serif;
  margin: 5px;
  font-weight: 400; }

h2 {
  font-family: 'Slabo 27px', serif;
  margin: 5px; }

a {
  text-decoration: none;
  outline: none; }

.texto {
  z-index: 3;
  position: relative; }
  .texto h1 {
    font-weight: 100;
    line-height: .9;
    letter-spacing: 2px;
    font-size: 52px;
    margin: 0px; }

.contenido {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: auto; }

body {
  margin: 0; }

section {
  overflow: hidden; }

header {
  height: 700px;
  margin: 0 auto;
  background: url(../img/portada.jpg) no-repeat center center;
  background-size: cover;
  margin: auto;
  text-align: center;
  position: relative; }
  header .menu {
    width: 100%;
    position: absolute;
    top: 40px;
    color: white; }
    header .menu ul {
      padding: 0;
      width: 100%;
      margin-left: 40px;
      text-align: left; }
      header .menu ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 20px;
        font-size: 19px; }
        header .menu ul li:first-child {
          background: none;
          padding: 0; }
        header .menu ul li img {
          width: 140px; }
  header .texto {
    width: 50%;
    position: relative;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 60px;
    color: white; }
    header .texto h1 {
      font-size: 90px;
      text-transform: uppercase;
      margin: 0px;
      font-weight: bold; }
    header .texto h2 {
      font-size: 50px;
      margin-bottom: 0px;
      font-weight: 100; }
    header .texto h3 {
      font-size: 30px;
      font-weight: 100;
      letter-spacing: 5px; }
  header .facebook {
    position: absolute;
    bottom: 60px;
    left: 50px;
  display: flex;
align-items: center;}
    header .facebook span {
      color: white;
      font-size: 27px;
      font-weight: bold;
      border: 4px solid white;
      border-radius: 100%;
      padding: 10px 22px; }
      header .facebook .enlaces{
        display: flex;
        align-items: center;
        flex-direction: column;
      }
    header .facebook .enlaces a {
      color: white;
      font-weight: bold;
      font-size: 22px;
      border-bottom: 4px solid #1d1d1d;
      padding-right: 20px;
    padding-bottom: 4px; }
      header .facebook .enlaces a:last-child{
        border-color: #ff922b;
        margin-top: 9px;
      }


.restaurantes {
  height: auto;
  position: relative;
  margin: 0 auto;
  text-align: center; }
  .restaurantes .restaurante {
    border-bottom: 10px solid #f2f2f2; }
    .restaurantes .restaurante .contenido {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .restaurantes .restaurante .imagen {
      width: 50%; }
      .restaurantes .restaurante .imagen img {
        width: 100%;
        -webkit-transition: all 1.6s ease;
        -o-transition: all 1.6s ease;
        transition: all 1.6s ease; }
      .restaurantes .restaurante .imagen:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .restaurantes .restaurante .texto {
      width: 40%;
      text-align: left;
      padding: 70px 0px;
      padding-right: 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .restaurantes .restaurante .texto h2 {
        font-size: 35px;
        color: #ff922b;
        font-weight: 100;
        margin: 0px; }
      .restaurantes .restaurante .texto span {
        margin-bottom: 20px;
        position: relative;
        display: block;
        font-weight: bold;
        color: #ff922b; }
      .restaurantes .restaurante .texto p b {
        background-color: #ff922b;
        color: white;
        padding: 0px 3px; }
      .restaurantes .restaurante .texto .boton {
        color: #ff922b;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        border: 5px solid #ff922b;
        border-radius: 40px;
        font-weight: bold;
        padding: 6px 14px;
        cursor: pointer;
        position: relative;
        display: block;
        text-align: center;
        top: 15px; }
        .restaurantes .restaurante .texto .boton:hover {
          background-color: #ff922b;
          color: white; }
    .restaurantes .restaurante:nth-child(2n) .contenido {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
.title-menu{
  background: #1c1c1c;
    color: white;
    margin: 0;
    text-align: center;
    padding: 28px 0px 6px;
    font-size: 26px;
}
.menus {
  height: 100px;
  background-color: #1d1d1d;
  text-align: center;
  margin: auto;
  padding: 9px 0px 18px;
  /*top: -23px;*/
  position: relative;
display: flex;
align-items: center;
justify-content: center;}
  .menus a {
    position: relative;
    background-color: transparent;
    text-align: center;
    padding: 5px 10px;
    /*top: 38%;*/
    color: white;
    font-size: 25px;
    font-weight: 400;
    border: 3px solid #ff922b;
    z-index: 1;
  margin: 60px;
border-radius: 100px;
width: 400px;}
  .menus a.navidad{
    background: #ff922b;
    border-color: red;
  }
  .menus a.grupos{
    background: white;
    color: #ff922b;
    border-color: white;
  }
  .menus a.navidad:after,.menus a.grupos:after{
    display: none;
  }

    .menus a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease;
      background-color: #ff922b;
      z-index: -1; border-radius: 100px;}
    .menus a:hover:after {
      height: 100%; }

.salon {
  text-align: center;
  margin: auto; }
  .salon .texto {
    margin: 60px auto;
    width: 70%; }
    .salon .texto h1 {
      font-size: 40px;
      font-weight: 100; }
    .salon .texto p {
      font-size: 25px;
      width: 70%;
margin: 40px auto;
text-align: center; }
      .salon .texto p b {
        /*background-color: #ff922b;*/
        color: #ff922b;
        padding: 0px 4px; }
  .salon .imagen {
    width: 1024px;
    position: relative;
    margin: auto; }
    .salon .imagen img {
      height: 310px;
      position: relative;
      display: inline-block;
      margin: -2px; }

.testimonios {
  margin: 60px auto;
  text-align: center; }
  .testimonios h1 {
    font-size: 40px;
    font-weight: 100;
    text-align: center; }
  .testimonios ul {
    padding: 0; }
    .testimonios ul li {
      position: relative;
      display: inline-block;
      width: 25%;
      margin: 20px 20px;
      border-bottom: 4px solid #ff922b;
      padding: 10px;
      text-align: left; }
      .testimonios ul li .four {
        text-align: center; }
        .testimonios ul li .four:before {
          content: '★★★★☆';
          color: #ff922b;
          position: absolute; }
      .testimonios ul li .five {
        text-align: center; }
        .testimonios ul li .five:before {
          content: '★★★★★';
          color: #ff922b;
          position: absolute; }
      .testimonios ul li i {
        font-weight: bold; }

footer {
  height: 200px;
  background-color: #1d1d1d;
  margin: auto;
  text-align: center; }
  footer div {
    text-align: center;
    position: relative;
    display: inline-block;
    color: white;
    margin: 0px 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top; }
    footer div img {
      width: 140px; }
    footer div h3 {
      border-bottom: 1px solid white;
      padding-bottom: 2px;
      margin-bottom: 10px; }
