@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  min-width: 320px;
  min-height: 640px;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a, a:active, a:hover {
  background-color: transparent;
  text-decoration: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

i {
  font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

/*
	GRUPOS Y CAJAS
	==============
	Los grupos son contenedores para las cajas.
	Las cajas crean las divisiones en el grupo (columnas)
*/
.grupo {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.grupo.total {
  max-width: 100% !important;
}
.grupo:before, .grupo:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.grupo .caja {
  float: left;
  margin: 0;
  width: 100%;
}
.grupo .caja:last-child {
  float: right;
}
.grupo .caja.total {
  float: none;
  width: 100%;
}
.grupo .caja.total:before, .grupo .caja.total:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}

/*Tamaños en porcentajes*/
/*Tamaño en fracciones*/
body {
  font-family: "Open Sans", sans-serif;
  color: #220000;
  font-size: 14px;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  color: #333;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.8em;
}

.menu {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .menu {
    cursor: default;
    display: inline-block;
    font-size: 1em;
    padding: 0;
    text-align: justify;
    vertical-align: bottom;
    width: 11em;
  }
  .menu a {
    -webkit-box-shadow: 3px 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: 3px 0 rgba(255, 255, 255, 0.2) inset;
    color: #DDD;
    display: block;
    margin-bottom: 5px;
    padding-left: 1em;
    text-decoration: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu a:hover, .menu a:active, .menu a.activo {
    -webkit-box-shadow: 12em 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: 12em 0 rgba(255, 255, 255, 0.2) inset;
    padding-left: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  .menu {
    display: table;
    font-weight: 700;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
  }
  .menu__item {
    float: left;
  }
  .menu a {
    -webkit-box-shadow: 1px 0px #ac3900 inset;
    box-shadow: 1px 0px #ac3900 inset;
    border-bottom: 3px solid #f85300;
    text-shadow: 0px 1px 2px #000, 0px 1px 2px #000, 0px -1px 2px #000, 0px -1px 2px #000;
    color: #EEE;
    display: block;
    margin: 0;
    padding: 0.3em 1.2em;
    text-decoration: none;
    width: auto;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .menu a:hover, .menu a:active, .menu a.activo {
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    text-shadow: 0px 1px 2px #000, 0px -1px 2px #000;
    color: white;
  }
}

.activo {
  cursor: default;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu__item {
    font-size: 1em;
    line-height: 1.7;
  }
  .menu__item i {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .menu__item {
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1.5;
  }
  .menu__item i {
    display: inline-block;
  }
}
#cabecera nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #cabecera nav {
    width: 11.5em;
    height: 100%;
    min-height: 300px;
    background: rgba(0, 0, 0, 0.8);
    left: -13em;
    overflow: auto;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 900;
  }
}
@media screen and (min-width: 768px) {
  #cabecera nav {
    -webkit-box-shadow: 0px 0px 6px 0px #000, 0px -2px 2px #222222 inset;
    -ms-box-shadow: 0px 0px 6px 0px #000, 0px -2px 2px #222222 inset;
    box-shadow: 0px 0px 6px 0px #000, 0px -2px 2px #222222 inset;
    background: #f85300;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 500;
  }
  #cabecera nav ul {
    padding: 0;
    margin: 0.4em auto 0.5em;
  }
  #cabecera nav ul:last-child {
    -webkit-box-shadow: -1px 0px #ac3900 inset;
    -ms-box-shadow: -1px 0px #ac3900 inset;
    box-shadow: -1px 0px #ac3900 inset;
  }
}
#cabecera nav.mostrar {
  left: 0;
}

#mostrar-nav {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  color: #FFF;
  cursor: pointer;
  font-size: 1.8em;
  margin: 0;
  overflow: auto;
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  #mostrar-nav {
    display: none;
  }
}

li a i {
  padding-right: 0.3em;
}

@media only screen and (max-height: 249px) {
  .menu {
    margin: 3.8em 0 0;
  }
  .menu a {
    line-height: 26px;
  }

  #mostrar-nav {
    padding: 0.1em 0.15em;
    top: 0.2em;
    left: 0.5em;
  }
}
@media only screen and (min-height: 250px) and (max-height: 279px) {
  .menu {
    margin: 3.8em 0 0;
  }
  .menu a {
    line-height: 28px;
  }

  #mostrar-nav {
    padding: 0.1em 0.15em;
    top: 0.3em;
    left: 0.7em;
  }
}
@media only screen and (min-height: 280px) and (max-height: 309px) {
  .menu {
    margin: 4.1em 0 0;
  }
  .menu a {
    line-height: 32px;
  }

  #mostrar-nav {
    padding: 0.1em 0.2em;
    top: 0.4em;
    left: 0.8em;
  }
}
@media only screen and (min-height: 310px) and (max-height: 344px) {
  .menu {
    margin: 4em 0 0;
  }
  .menu a {
    line-height: 37px;
  }

  #mostrar-nav {
    padding: 0.1em 0.2em;
    top: 0.3em;
    left: 1em;
  }
}
@media only screen and (min-height: 345px) and (max-height: 359px) {
  .menu {
    margin: 5em 0 0;
  }
  .menu a {
    line-height: 40px;
  }

  #mostrar-nav {
    padding: 0.2em 0.25em;
    top: 0.8em;
    left: 1em;
  }
}
@media only screen and (min-height: 360px) {
  .menu {
    margin: 5.2em 0 0;
  }
  .menu a {
    line-height: 42px;
  }

  #mostrar-nav {
    padding: 0.2em 0.25em;
    top: 0.8em;
    left: 1em;
  }
}
#cabecera {
  margin: 0;
  width: 100%;
  overflow: auto;
}

#footer {
  background: #FF5E0D;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 1em;
  padding: 1.5em 0;
  text-align: center;
}
#footer .copy {
  padding: 0.5em 0;
  font-size: 0.85em;
}
#footer .copy a {
  font-weight: 600;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.9);
}
#footer .icon-facebook {
  font-size: 1.3em;
  display: inline-block;
  padding: 0.3em 0.5em;
  background-color: #fff;
  color: #067AEB;
  border-radius: 50%;
  margin-right: 0.2em;
}
#footer .icon-facebook:hover, #footer .icon-facebook:active, #footer .icon-facebook.activo {
  background-color: #067AEB;
  color: #fff;
}
#footer .icon-whatsapp {
  font-size: 1.3em;
  display: inline-block;
  padding: 0.3em 0.5em;
  background-color: #fff;
  color: #34ba47;
  border-radius: 50%;
}
#footer .icon-whatsapp:hover, #footer .icon-whatsapp:active, #footer .icon-whatsapp.activo {
  background-color: #34ba47;
  color: #fff;
}
#footer .izquierda, #footer .derecha {
  display: block;
  padding: 0.4em 0 0;
  width: 100%;
  text-align: center;
}

#contenidos {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  width: 100%;
}
@media only screen and (min-width: 520px) {
  #contenidos .grupo {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  #contenidos .grupo .caja {
    margin: 0 2%;
    width: 46%;
  }
  #contenidos .grup_gale .caja {
    margin: 0 5%;
    width: 90%;
  }
}
#contenidos .grupo .caja a, #contenidos .grupo .caja a:hover, #contenidos .grupo .caja a:active, #contenidos .grupo .caja a:visited {
  color: #111;
}

.contenido {
  margin: 1.5em 1em;
  padding: 0 1em 1.5em;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contenido:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.85);
}
.contenido:hover .contenido__img {
  opacity: 1;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.85), 0px -2px 6px 1px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.85), 0px -2px 6px 2px rgba(0, 0, 0, 0.85);
}
.contenido:hover #wowslider-container2 {
  opacity: 1;
}
.contenido__title {
  line-height: 1;
  padding: 2em 0 0.3em;
  color: #333;
}
.contenido__img {
  background: rgba(34, 0, 0, 0.2);
  border-radius: 50%;
  margin-bottom: 1em;
  margin-top: 0.4em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .contenido__img {
    width: 30%;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contenido__img {
    width: 20%;
    opacity: 0.6;
  }
}
@media screen and (min-width: 1025px) {
  .contenido__img {
    width: 15%;
    opacity: 0.6;
  }
}
.contenido p {
  padding: 0 0 0.5em;
  line-height: 1.5;
  color: #111;
}

.galeria {
  height: auto;
  margin: 1em 2% 2em;
  width: 96%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.imagen_contet {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.img__banner {
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.img__banner grupo {
  margin: 0;
  padding: 0;
}

.tiempo_zorritos {
  -webkit-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.85);
  box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.85);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  position: absolute;
  width: 465px;
  height: 83px;
  z-index: 150;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tiempo_zorritos {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tiempo_zorritos {
    right: 10px;
    bottom: 5px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .tiempo_zorritos {
    right: 5%;
    bottom: 5px;
  }
}
@media screen and (min-width: 1400px) {
  .tiempo_zorritos {
    right: 10%;
    bottom: 5px;
  }
}

.tiempo_relativo {
  position: relative;
}

.tiempo_absoluto {
  position: absolute;
  top: 0;
  width: 465px;
  height: 83px;
}

#restaurante {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  width: 100%;
}

.grupo_rest {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
}

@media screen and (max-width: 479px) {
  .caja_rest {
    margin: 0.5em 5%;
    padding: 0;
    width: 90%;
    float: left;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .caja_rest {
    margin: 0 1%;
    padding: 0;
    width: 48%;
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caja_rest {
    margin: 0 4%;
    padding: 0;
    width: 42%;
    float: left;
  }
}
@media screen and (min-width: 1025px) {
  .caja_rest {
    margin: 0 2%;
    padding: 0;
    width: 29.33%;
    float: left;
  }
}

.restaurant {
  width: 100%;
  position: relative;
  margin: 1em 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.restaurant .oculto {
  width: 99%;
}
.restaurant .front_1, .restaurant .front_2, .restaurant .front_3, .restaurant .front_4, .restaurant .front_5, .restaurant .front_6 {
  cursor: default;
  font-weight: 600;
  color: #FFF;
  border-radius: 10%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  left: 0;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .restaurant .front_1, .restaurant .front_2, .restaurant .front_3, .restaurant .front_4, .restaurant .front_5, .restaurant .front_6 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .restaurant .front_1, .restaurant .front_2, .restaurant .front_3, .restaurant .front_4, .restaurant .front_5, .restaurant .front_6 {
    font-size: 2em;
  }
}
.restaurant .front_1 p, .restaurant .front_2 p, .restaurant .front_3 p, .restaurant .front_4 p, .restaurant .front_5 p, .restaurant .front_6 p {
  text-shadow: 0px 2px 1px #000, 0px 2px 1px #000, 0px -2px 1px #000, 0px -2px 1px #000;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.3em 0.2em;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .restaurant .front_1 p, .restaurant .front_2 p, .restaurant .front_3 p, .restaurant .front_4 p, .restaurant .front_5 p, .restaurant .front_6 p {
    text-transform: uppercase;
    line-height: 1.5;
  }
}
.restaurant .back_1, .restaurant .back_2, .restaurant .back_3, .restaurant .back_4, .restaurant .back_5, .restaurant .back_6 {
  cursor: default;
  color: #FFF;
  border-radius: 10%;
  position: absolute;
  overflow: hidden;
  padding: 0;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.restaurant .back_1__contenido, .restaurant .back_2__contenido, .restaurant .back_3__contenido, .restaurant .back_4__contenido, .restaurant .back_5__contenido, .restaurant .back_6__contenido {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.restaurant .back_1__contenido__title, .restaurant .back_2__contenido__title, .restaurant .back_3__contenido__title, .restaurant .back_4__contenido__title, .restaurant .back_5__contenido__title, .restaurant .back_6__contenido__title {
  color: #FFF;
  padding: 0.5em 0.2em 0;
  margin: 0;
  text-shadow: 0px 1px 1px #000, 0px 2px 1px #000, 0px 2px 10px #000, 0px 2px 10px #000, 0px -1px 1px #000, 0px -2px 1px #000, 0px -2px 10px #000, 0px -2px 10px #000;
}
@media screen and (min-width: 1025px) {
  .restaurant .back_1__contenido__title, .restaurant .back_2__contenido__title, .restaurant .back_3__contenido__title, .restaurant .back_4__contenido__title, .restaurant .back_5__contenido__title, .restaurant .back_6__contenido__title {
    text-transform: uppercase;
  }
}
.restaurant .back_1__contenido p, .restaurant .back_2__contenido p, .restaurant .back_3__contenido p, .restaurant .back_4__contenido p, .restaurant .back_5__contenido p, .restaurant .back_6__contenido p {
  color: #FFF;
  text-shadow: 0px 1px 1px #000, 0px 2px 1px #000, 0px 2px 10px #000, 0px -1px 1px #000, 0px -2px 1px #000, 0px 2px 10px #000;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  .restaurant .back_1__contenido p, .restaurant .back_2__contenido p, .restaurant .back_3__contenido p, .restaurant .back_4__contenido p, .restaurant .back_5__contenido p, .restaurant .back_6__contenido p {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .restaurant .back_1__contenido p, .restaurant .back_2__contenido p, .restaurant .back_3__contenido p, .restaurant .back_4__contenido p, .restaurant .back_5__contenido p, .restaurant .back_6__contenido p {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .restaurant .back_1__contenido p, .restaurant .back_2__contenido p, .restaurant .back_3__contenido p, .restaurant .back_4__contenido p, .restaurant .back_5__contenido p, .restaurant .back_6__contenido p {
    font-size: 1.2em;
  }
}
.restaurant .back_1__contenido p:last-child, .restaurant .back_2__contenido p:last-child, .restaurant .back_3__contenido p:last-child, .restaurant .back_4__contenido p:last-child, .restaurant .back_5__contenido p:last-child, .restaurant .back_6__contenido p:last-child {
  padding: 0 0 1em;
}

.front_1 {
  background: url(../img_rest/filete.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.front_2 {
  background: url(../img_rest/arroz.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.front_3 {
  background: url(../img_rest/ceviche.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.front_4 {
  background: url(../img_rest/chicharron.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.front_5 {
  background: url(../img_rest/milanesa.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.front_6 {
  background: url(../img_rest/lomo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.back_1 {
  background: url(../img_rest/filete_gris.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.back_2 {
  background: url(../img_rest/arroz_gris.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.back_3 {
  background: url(../img_rest/ceviche_gris.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.back_4 {
  background: url(../img_rest/chicharron_gris.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.back_5 {
  background: url(../img_rest/milanesa_gris.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.back_6 {
  background: url(../img_rest/lomo_gris.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#contactenos {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#contactenos .grupo_contac {
  position: relative;
  margin: 0 auto;
  padding: 2em 0 1em;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
}
#contactenos .grupo_contac .caja_contac__title {
  color: #DB0801;
  background: #fe7106;
  background: -o-linear-gradient(#fe7106 0%, #ffa755 50%, #fe7106 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fe7106), color-stop(50%, #ffa755), to(#fe7106));
  background: linear-gradient(#fe7106 0%, #ffa755 50%, #fe7106 100%);
  /* Línea para que funcione en IE9 */
  overflow: hidden;
  padding: 1em;
  text-align: center;
  -webkit-box-shadow: 0px 0px 2px 2px black;
  box-shadow: 0px 0px 2px 2px black;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  #contactenos .grupo_contac .caja_contac__title {
    margin: 0 auto 2em;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  #contactenos .grupo_contac .caja_contac__title {
    margin: 0 auto 1em;
    width: 50%;
  }
}
#contactenos .grupo_contac .caja_contac__title h2 {
  color: #FFF;
  letter-spacing: 0.05em;
  padding: 0 0 0.5em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8), 0 1px 1px black, 0 1px 2px rgba(0, 0, 0, 0.8), 0 1px 2px black, 0 1px 3px black, 0 1px 3px black, 0 1px 3px black;
}
#contactenos .grupo_contac .caja_contac__title p {
  font-weight: 600;
  color: #FFF;
  text-shadow: 0 1px 1px #000, 0 1px 1px #000;
}
#contactenos .grupo_contac .caja_contac.lateral_izq {
  float: left;
  padding-left: 0.8em;
}
#contactenos .grupo_contac .caja_contac.lateral_izq p {
  text-align: justify;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  #contactenos .grupo_contac .caja_contac.lateral_izq {
    padding: 0;
    margin: 0 3% 2em 3%;
    width: 94%;
  }
  #contactenos .grupo_contac .caja_contac.lateral_izq p {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #contactenos .grupo_contac .caja_contac.lateral_izq {
    margin: 0.5em 1%;
    width: 40%;
  }
  #contactenos .grupo_contac .caja_contac.lateral_izq p {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1025px) {
  #contactenos .grupo_contac .caja_contac.lateral_izq {
    margin: 0 0.5% 1em 1.5%;
    width: 45%;
  }
  #contactenos .grupo_contac .caja_contac.lateral_izq p {
    font-size: 0.95em;
  }
}
#contactenos .grupo_contac .caja_contac.lateral_izq .contactenos__map {
  margin: 0.5em 3% 1em 3%;
  width: 94%;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
@media screen and (max-width: 479px) {
  #contactenos .grupo_contac .caja_contac.lateral_izq .contactenos__map {
    height: 300px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #contactenos .grupo_contac .caja_contac.lateral_izq .contactenos__map {
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #contactenos .grupo_contac .caja_contac.lateral_izq .contactenos__map {
    height: 400px;
  }
}
@media screen and (min-width: 1025px) {
  #contactenos .grupo_contac .caja_contac.lateral_izq .contactenos__map {
    height: 450px;
  }
}
#contactenos .grupo_contac .caja_contac.lateral_der {
  float: left;
}
@media screen and (max-width: 767px) {
  #contactenos .grupo_contac .caja_contac.lateral_der {
    margin: 1.5em 2%;
    width: 96%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #contactenos .grupo_contac .caja_contac.lateral_der {
    margin: 0.5em 1%;
    width: 56%;
  }
}
@media screen and (min-width: 1025px) {
  #contactenos .grupo_contac .caja_contac.lateral_der {
    margin: 0 1.5% 0 1%;
    width: 50.5%;
  }
}

.formulario_content .capaexito {
  display: none;
  border-radius: 15px;
  background-color: #C0FFAE;
  text-align: center;
  margin: 0 auto;
  color: #479911;
  font-size: 1.1em;
  font-weight: 400;
  padding: 7px;
  width: 340px;
}

.input_estilo {
  color: #196090;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  border-radius: 0;
  line-height: 22px;
  background-color: #fbfbfb;
  padding: 13px 13px 13px 46px;
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 50, 0.4), -1px -1px 3px 2px rgba(0, 0, 50, 0.4);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 50, 0.4), -1px -1px 3px 2px rgba(0, 0, 50, 0.4);
  border: 3px solid rgba(0, 0, 0, 0);
}
.input_estilo:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  border: 3px solid #3498db;
  color: #3498db;
  outline: none;
  padding: 13px 13px 13px 46px;
}

.focused {
  color: #30aed6;
  border: #30aed6 solid 3px;
}

#formulario {
  padding: 1% 0.8em;
  margin: 0;
  min-width: 300px;
  width: 100%;
  position: relative;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
#formulario p {
  font-family: "Roboto", sans-serif;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #000;
  margin: 0 0 0.5em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #formulario p {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 1025px) {
  #formulario p {
    font-size: 1.3em;
    text-transform: uppercase;
  }
}
#formulario__name {
  background-image: url(../img_contac/user.jpg);
  background-position: 8px 8px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
#formulario__name:focus {
  background-image: url(../img_contac/user.jpg);
  background-position: 8px 8px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
#formulario__email {
  background-image: url(../img_contac/email.jpg);
  background-size: 30px 30px;
  background-position: 8px 8px;
  background-repeat: no-repeat;
}
#formulario__email:focus {
  background-image: url(../img_contac/email.jpg);
  background-size: 30px 30px;
  background-position: 8px 8px;
  background-repeat: no-repeat;
}
#formulario__check_in, #formulario__check_out {
  background-image: url(../img_contac/fecha.jpg);
  background-position: 8px 8px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 479px) {
  #formulario__check_in, #formulario__check_out {
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #formulario__check_in, #formulario__check_out {
    width: 49.45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #formulario__check_in, #formulario__check_out {
    width: 49.5%;
  }
}
@media screen and (min-width: 1025px) {
  #formulario__check_in, #formulario__check_out {
    width: 49.5%;
  }
}
#formulario__comment {
  background-image: url(../img_contac/descripcion.jpg);
  background-size: 30px 30px;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  min-height: 150px;
  max-height: 300px;
}
#formulario__content {
  position: relative;
  width: 100%;
}
#formulario__content__captcha {
  background-image: url(../img_contac/fondo_captcha_01.png);
  background-repeat: repeat;
  background-size: 30px 30px;
  color: #c04000;
  display: inline-block;
  font-size: 1.4em;
  padding: 12px 46px 12px 0 !important;
  text-align: center;
  width: 100%;
}
#formulario__content__captcha:focus {
  background-image: url(../img_contac/fondo_captcha_01.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
#formulario__content__refresh {
  margin: 0;
  height: 54px;
  width: 54px;
  text-align: center;
  background-color: #f85300;
  color: #FFF;
  text-shadow: 0 1px 1px #000, 0 1px 1px #000, 0 2px 1px #000, 0 2px 1px #000;
  padding-top: 5px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px 1px #222222 inset, -1px -1px 2px 1px #222222 inset;
  box-shadow: 1px 1px 1px 1px #222222 inset, -1px -1px 2px 1px #222222 inset;
}
#formulario__content__refresh:hover, #formulario__content__refresh:focus {
  cursor: pointer;
  background-color: #ff6213;
}
#formulario__content__refresh:active {
  -webkit-box-shadow: 0 -1px 0 1px #222222 inset;
  box-shadow: 0 -1px 0 1px #222222 inset;
}
#formulario__content__refresh i {
  font-size: 2em;
}
#formulario__recaptcha {
  font-size: 1.4em;
  display: inline-block;
  padding: 12px 0 !important;
  text-align: center;
}
@media screen and (max-width: 479px) {
  #formulario__recaptcha {
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #formulario__recaptcha {
    width: 49.45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #formulario__recaptcha {
    width: 49.5%;
  }
}
@media screen and (min-width: 1025px) {
  #formulario__recaptcha {
    width: 49.5%;
  }
}

.hack_contenido {
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .hack_contenido {
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .hack_contenido {
    width: 49.45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hack_contenido {
    width: 49.5%;
  }
}
@media screen and (min-width: 1025px) {
  .hack_contenido {
    width: 49.5%;
  }
}

textarea {
  width: 100%;
  height: 150px;
  line-height: 150%;
  resize: vertical;
}

.botoninsert {
  overflow: hidden;
}

.boton {
  background-color: #C63702;
  background-image: -o-linear-gradient(167deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 55%), -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(283deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 55%), -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background-image: linear-gradient(167deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 55%), linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 1px #C63702 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AD3002, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px #C63702 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AD3002, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
  color: #FFF;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  height: 61px;
  letter-spacing: -1px;
  line-height: 61px;
  margin: 5px 0 30px 5px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
  top: 0;
  width: 186px;
  -o-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.boton:hover, .boton:focus {
  background-color: #D13902;
  -webkit-box-shadow: 0 0 0 1px #C63702 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 10px 0 0 #AD3002, 0 10px 0 1px rgba(0, 0, 0, 0.4), 0 10px 8px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0 1px #C63702 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 10px 0 0 #AD3002, 0 10px 0 1px rgba(0, 0, 0, 0.4), 0 10px 8px 1px rgba(0, 0, 0, 0.6);
  top: -2px;
}
.boton:active {
  -webkit-box-shadow: 0 0 0 1px #AD3002 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 1px #AD3002 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 0 0 1px rgba(0, 0, 0, 0.4);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.capaerrores, .capaerrores2 {
  display: inline-block;
  font-size: 1em;
  background-color: #FF9598;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 0.8em;
  margin: 0 0 1em;
  font-weight: 400;
  color: #AE0000;
}

#nuevo, #baja, #fiestas {
  display: none;
}

#tarifas {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.grupo_tarifas {
  position: relative;
  margin: 2em auto 1em;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 98%;
  max-width: 1400px;
}

.caja_tarifas {
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.caja_tarifas:nth-child(4) {
  max-width: 900px;
  margin: 0 auto;
}
.caja_tarifas a, .caja_tarifas a:hover, .caja_tarifas a:active, .caja_tarifas a.activo {
  color: #111;
}
@media screen and (max-width: 479px) {
  .caja_tarifas > p {
    font-size: 0.85em;
    margin: 0 0 1.4em;
  }
}
@media screen and (min-width: 480px) {
  .caja_tarifas > p {
    font-size: 1em;
    margin: 0 0 1.4em;
  }
}
.caja_tarifas p:nth-child(1) {
  padding: 2em 0 1.3em;
  margin: 0;
  font-weight: 600;
}
.caja_tarifas__texto {
  margin: 0 auto;
  width: 80%;
}
.caja_tarifas__texto p {
  text-align: justify;
  padding: 1.2em 0 0;
}
.caja_tarifas__content {
  background: #fe7106;
  background: -o-linear-gradient(#fe7106 0%, #ffa755 50%, #fe7106 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fe7106), color-stop(50%, #ffa755), to(#fe7106));
  background: linear-gradient(#fe7106 0%, #ffa755 50%, #fe7106 100%);
  /* Línea para que funcione en IE9 */
  display: inline-block;
  color: #FFF;
  overflow: hidden;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 6px 0px #000, 0px -2px 2px #222222 inset;
  box-shadow: 0px 0px 6px 0px #000, 0px -2px 2px #222222 inset;
  overflow: hidden;
}
.caja_tarifas__content h3 {
  margin: 0 0 0.5em;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8), 0 1px 1px black, 0 1px 2px rgba(0, 0, 0, 0.8), 0 1px 2px black, 0 1px 3px black, 0 1px 3px black, 0 1px 3px black;
}
.caja_tarifas__content p {
  font-weight: 400;
  text-shadow: 0 1px 1px #000, 0 1px 1px #000;
}
@media screen and (max-width: 479px) {
  .caja_tarifas__content {
    margin: 2em 2% 0;
    padding: 1em;
    width: 90%;
    font-size: 0.9em;
  }
}
@media screen and (min-width: 480px) and (max-width: 929px) {
  .caja_tarifas__content {
    margin: 2em 1% 0;
    padding: 1em;
    width: 80%;
  }
}
@media screen and (min-width: 930px) {
  .caja_tarifas__content {
    margin: 1em 4% 0;
    padding: 1em;
    width: 40%;
  }
}
.caja_tarifas .tarifa_temporada {
  left: 0;
  right: 0;
  margin: 1em auto 0;
  width: 96%;
  font-weight: 400;
  max-width: 900px;
}
@media screen and (max-width: 479px) {
  .caja_tarifas .tarifa_temporada {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .caja_tarifas .tarifa_temporada {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 768px) {
  .caja_tarifas .tarifa_temporada {
    font-size: 1em;
  }
}
.caja_tarifas .tarifa_temporada .title {
  text-align: center;
  margin: 0.7em 0;
}
.caja_tarifas .tarifa_temporada .description {
  margin: 0.8em 0 1.5em;
}
.caja_tarifas .tarifa_temporada .tarifa_contenido {
  border-top: 1px groove #222;
  border-left: 1px groove #222;
  border-right: 1px groove #222;
  overflow: hidden;
}
.caja_tarifas .tarifa_temporada .tarifa_contenido:nth-child(6n+1) {
  border-bottom: 1px solid #222;
}
@media only screen and (max-width: 369px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido {
    /*JHONATHAN*/
  }
  .caja_tarifas .tarifa_temporada .tarifa_contenido:nth-child(6n+3) {
    font-weight: 400;
  }
}
@media only screen and (min-width: 370px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido:nth-child(6n+3) {
    font-weight: 600;
  }
}
.caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_1, .caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_2, .caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_3 {
  vertical-align: middle;
  padding: 0.7em 0;
}
.caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_1 {
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_1 {
    width: 49.2%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_1 {
    width: 39.5%;
  }
}
@media screen and (min-width: 510px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_1 {
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_1 {
    width: 35%;
  }
}
.caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_2 {
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_2 {
    width: 49%;
    border-left: 1px solid #222;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_2 {
    width: 42%;
    height: 100%;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
  }
}
@media screen and (min-width: 768px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_2 {
    width: 45%;
    height: 100%;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
  }
}
@media screen and (max-width: 479px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_3 {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_3 {
    width: 16%;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .tarifa_3 {
    width: 18%;
    display: inline-block;
  }
}
.caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_01, .caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_02, .caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_03 {
  vertical-align: middle;
  padding: 0.7em 0;
}
.caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_01 {
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_01 {
    width: 49.2%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_01 {
    width: 33.5%;
  }
}
@media screen and (min-width: 768px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_01 {
    width: 35%;
  }
}
.caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_02 {
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_02 {
    width: 49%;
    border-left: 1px solid #222;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_02 {
    width: 31.5%;
    height: 100%;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
  }
}
@media screen and (min-width: 768px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_02 {
    width: 31.5%;
    height: 100%;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
  }
}
@media screen and (max-width: 479px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_03 {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_03 {
    width: 31.5%;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .caja_tarifas .tarifa_temporada .tarifa_contenido .nuevo_03 {
    width: 31.5%;
    display: inline-block;
  }
}

#habitaciones {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #habitaciones .grupo .caja:nth-child(2n) .habitacion__bloque:nth-child(2) {
    padding: 0 0 0 1.5em;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #habitaciones .grupo .caja:nth-child(2n) .habitacion__bloque:nth-child(2) {
    width: 100%;
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  #habitaciones .grupo .caja:nth-child(2n) .habitacion__bloque:nth-child(2) {
    width: 50%;
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  #habitaciones .grupo .caja:nth-child(2n) .habitacion__bloque:nth-child(2) {
    width: 60%;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 768px) {
  #habitaciones .grupo .caja:nth-child(2n) .habitacion__bloque:nth-child(1) {
    float: right;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #habitaciones .grupo .caja:nth-child(2n) .habitacion__bloque:nth-child(1) {
    width: 100%;
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  #habitaciones .grupo .caja:nth-child(2n) .habitacion__bloque:nth-child(1) {
    width: 50%;
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  #habitaciones .grupo .caja:nth-child(2n) .habitacion__bloque:nth-child(1) {
    width: 40%;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 809px) {
  #habitaciones .grupo .caja:nth-child(2n) .habitacion__bloque:nth-child(1) {
    padding: 1.5em 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 810px) and (max-width: 860px) {
  #habitaciones .grupo .caja:nth-child(2n) .habitacion__bloque:nth-child(1) {
    padding: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  #habitaciones .grupo .caja:nth-child(2n+1) .habitacion__bloque:nth-child(1) {
    float: left;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #habitaciones .grupo .caja:nth-child(2n+1) .habitacion__bloque:nth-child(1) {
    width: 100%;
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  #habitaciones .grupo .caja:nth-child(2n+1) .habitacion__bloque:nth-child(1) {
    width: 50%;
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  #habitaciones .grupo .caja:nth-child(2n+1) .habitacion__bloque:nth-child(1) {
    width: 40%;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 768px) {
  #habitaciones .grupo .caja:nth-child(2n+1) .habitacion__bloque:nth-child(2) {
    padding: 0 1.5em 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #habitaciones .grupo .caja:nth-child(2n+1) .habitacion__bloque:nth-child(2) {
    width: 100%;
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  #habitaciones .grupo .caja:nth-child(2n+1) .habitacion__bloque:nth-child(2) {
    width: 50%;
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  #habitaciones .grupo .caja:nth-child(2n+1) .habitacion__bloque:nth-child(2) {
    width: 60%;
    font-size: 1.1em;
  }
}
#habitaciones .grupo .caja a, #habitaciones .grupo .caja a:hover, #habitaciones .grupo .caja a:active, #habitaciones .grupo .caja a:visited {
  color: #111;
}
@media screen and (max-width: 479px) {
  #habitaciones .grupo .caja {
    margin: 0 2%;
    width: 96%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #habitaciones .grupo .caja {
    margin: 0 5%;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  #habitaciones .grupo .caja {
    margin: 0 5%;
    width: 90%;
  }
}

.habitacion {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9em;
  margin: 1.5em 0;
  padding: 1.5em 1em;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2) inset;
}
.habitacion__bloque__title {
  line-height: 1;
  padding: 0 0 0.8em;
  color: #333;
}
.habitacion__bloque__img {
  background: rgba(34, 0, 0, 0.2);
  opacity: 1;
  border-radius: 25px;
  margin-top: 0.4em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .habitacion__bloque__img {
    width: 70%;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .habitacion__bloque__img {
    width: 90%;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) {
  .habitacion__bloque__img {
    width: 90%;
    margin-bottom: 1em;
  }
}
.habitacion__bloque__descripcion {
  display: inline-block;
  padding: 0 0 1.5em;
  line-height: 1.5;
  color: #111;
  overflow: hidden;
}
.habitacion__bloque__textos {
  display: inline-block;
  line-height: 1;
  color: #111;
  overflow: hidden;
  vertical-align: top;
  font-size: 0.95em;
}
@media screen and (max-width: 479px) {
  .habitacion__bloque__textos {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .habitacion__bloque__textos {
    width: 49%;
    text-align: justify;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .habitacion__bloque__textos {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .habitacion__bloque__textos {
    width: 49%;
    text-align: justify;
  }
}
.habitacion__bloque__textos p {
  padding-bottom: 1em;
}

#galeria {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  width: 100%;
}
#galeria .galeria_web {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 96%;
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  #galeria .galeria_web {
    padding: 2%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #galeria .galeria_web {
    padding: 1.5%;
  }
}
@media screen and (min-width: 768px) {
  #galeria .galeria_web {
    padding: 0 1%;
  }
}
#galeria .galeria_web .caja_gale {
  background: #fe7106;
  background: -o-linear-gradient(#fe7106 0%, #ffa755 50%, #fe7106 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fe7106), color-stop(50%, #ffa755), to(#fe7106));
  background: linear-gradient(#fe7106 0%, #ffa755 50%, #fe7106 100%);
  /* Línea para que funcione en IE9 */
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 0px 2px 2px black;
  box-shadow: 0px 0px 2px 2px black;
  border-radius: 15px;
}
@media screen and (max-width: 479px) {
  #galeria .galeria_web .caja_gale {
    padding: 0.5em;
    font-size: 0.7em;
    margin: 1em auto 0.5em;
    width: 230px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #galeria .galeria_web .caja_gale {
    margin: 1em auto;
    padding: 0.6em;
    width: 330px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 768px) {
  #galeria .galeria_web .caja_gale {
    padding: 0.8em;
    margin: 2em auto;
    width: 50%;
    font-size: 0.95em;
  }
}
#galeria .galeria_web .caja_gale h2 {
  color: #FFF;
  letter-spacing: 0.05em;
  padding: 0.2em 0;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8), 0 1px 1px black, 0 1px 2px rgba(0, 0, 0, 0.8), 0 1px 2px black, 0 1px 3px black, 0 1px 3px black, 0 1px 3px black;
}
#galeria .galeria_web .caja_gale p {
  font-weight: 600;
  color: #FFF;
  text-shadow: 0 1px 1px #000, 0 1px 1px #000;
}

.wdp-table {
  margin-top: 1em;
  width: 100%;
}

th, td {
  border: 1px solid #333;
  padding: 1em 0.5em;
}

.wdp-tfoot td {
  border: none;
}

/********************************/
@media screen and (max-width: 479px) {
  .wdp-column-01 {
    /* HASTA MOVIL */
    width: 49.2%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .wdp-column-01 {
    /* DESDE MOVIL HASTA TABLET */
    width: 39.5%;
  }
}
@media screen and (min-width: 510px) {
  .wdp-column-01 {
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  .wdp-column-01 {
    /* DESDE TABLET */
    width: 35%;
  }
}

@media screen and (max-width: 479px) {
  .wdp-column-02 {
    /* HASTA MOVIL */
    width: 49%;
    border-left: 1px solid #222;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .wdp-column-02 {
    /* DESDE MOVIL HASTA TABLET */
    width: 42%;
    height: 100%;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
  }
}
@media screen and (min-width: 768px) {
  .wdp-column-02 {
    /* DESDE TABLET */
    width: 45%;
    height: 100%;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
  }
}

@media screen and (max-width: 479px) {
  .wdp-column-03 {
    /* HASTA MOVIL */
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .wdp-column-03 {
    /* DESDE MOVIL HASTA TABLET */
    width: 16%;
  }
}
@media screen and (min-width: 768px) {
  .wdp-column-03 {
    /* DESDE TABLET */
    width: 18%;
  }
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  position: relative;
  top: 0.15em;
  display: inline-block;
}