/* Retina background */
/* Breakpoints */
@font-face {
  font-family: 'gotham_bookregular';
  src: url("../fonts/gotham-book-webfont.eot");
  src: url("../fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-book-webfont.woff2") format("woff2"), url("../fonts/gotham-book-webfont.woff") format("woff"), url("../fonts/gotham-book-webfont.ttf") format("truetype"), url("../fonts/gotham-book-webfont.svg#gotham_bookregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_boldregular';
  src: url("../fonts/gotham-bold-webfont.eot");
  src: url("../fonts/gotham-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold-webfont.woff2") format("woff2"), url("../fonts/gotham-bold-webfont.woff") format("woff"), url("../fonts/gotham-bold-webfont.ttf") format("truetype"), url("../fonts/gotham-bold-webfont.svg#gotham_boldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'gotham_bookregular', Helvetica, Arial, sans-serif; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
p {
  font-size: 14px; }

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

.social {
  max-width: 816px;
  margin: 0 auto;
  position: relative;
  z-index: 9999; }
  .social ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: -20px;
    top: -70px; }
    .social ul li {
      display: inline-block;
      overflow: hidden;
      text-indent: -99999px;
      height: 24px;
      min-width: inherit !important; }
      .social ul li.facebook i {
        display: block;
        width: 11px;
        height: 24px;
        background-image: url("../img/social.png");
        background-repeat: no-repeat;
        background-position: -41px 0; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .social ul li.facebook i {
            background-image: url("../img/social@2x.png");
            -webkit-background-size: 52px 24px;
            -moz-background-size: 52px 24px;
            -o-background-size: 52px 24px;
            background-size: 52px 24px; } }
      .social ul li.tripadvisor i {
        display: block;
        width: 41px;
        height: 24px;
        background-image: url("../img/social.png");
        background-repeat: no-repeat;
        background-position: 0 0; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .social ul li.tripadvisor i {
            background-image: url("../img/social@2x.png");
            -webkit-background-size: 52px 24px;
            -moz-background-size: 52px 24px;
            -o-background-size: 52px 24px;
            background-size: 52px 24px; } }

.subMenu {
  text-align: center;
  width: 100%;
  background: #ffffff;
  border-bottom: 2px solid #002f56; }
  @media (min-width: 768px) {
    .subMenu {
      padding: 4em 0 0.4em; } }
  @media (max-width: 767px) {
    .subMenu .mobile-logo {
      display: block;
      width: 136px;
      height: 99px;
      background-image: url("../img/logo.png");
      background-repeat: no-repeat;
      margin: 1em auto; } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
    .subMenu .mobile-logo {
      background-image: url("../img/logo@2x.png");
      -webkit-background-size: 136px 99px;
      -moz-background-size: 136px 99px;
      -o-background-size: 136px 99px;
      background-size: 136px 99px; } }

  .subMenu ul {
    margin: 0;
    padding: 0;
    font-size: 0; }
    .subMenu ul li {
      position: relative; }
      @media (max-width: 767px) {
        .subMenu ul li {
          display: inline-block;
          width: 50%;
          margin: 0; } }
      @media (min-width: 768px) {
        .subMenu ul li {
          display: inline-block;
          margin: 0 14px;
          min-width: 90px; } }
      .subMenu ul li a {
        text-decoration: none;
        color: #002f56;
        font-size: 16px; }
        @media (max-width: 767px) {
          .subMenu ul li a {
            padding: 1em 0;
            display: block; } }
      .subMenu ul li.item-logo {
        width: 136px;
        text-indent: -99999px; }
        @media (max-width: 767px) {
          .subMenu ul li.item-logo {
            display: none; } }
        @media (min-width: 768px) {
          .subMenu ul li.item-logo a {
            display: block;
            width: 136px;
            height: 99px;
            background-image: url("../img/logo.png");
            background-repeat: no-repeat;
            position: absolute;
            top: -36px;
            z-index: 9; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi) {
    .subMenu ul li.item-logo a {
      background-image: url("../img/logo@2x.png");
      -webkit-background-size: 136px 99px;
      -moz-background-size: 136px 99px;
      -o-background-size: 136px 99px;
      background-size: 136px 99px; } }

        .subMenu ul li.item-logo:after {
          display: block;
          content: '';
          width: 120%;
          height: 3px;
          background-color: #ffffff;
          position: absolute;
          bottom: -14px;
          left: -12%; }

.historia {
  background: url(../img/historia.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 6em 0; }
  .historia .inner {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    width: 94%; }
    .historia .inner h2 {
      font-family: 'gotham_boldregular', Helvetica, Arial, sans-serif;
      font-weight: normal; }

.helados .popup-gallery {
  overflow: hidden; }
  .helados .popup-gallery .item {
    float: left; }
    @media (max-width: 767px) {
      .helados .popup-gallery .item {
        width: 33.3333333332%; } }
    @media (min-width: 768px) {
      .helados .popup-gallery .item {
        width: 16.6666666667%; } }

.elaboracion {
  background: url(../img/elaboracion.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 6em 0; }
  .elaboracion .inner {
    max-width: 960px;
    margin: 0 auto;
    width: 94%; }
    .elaboracion .inner .content {
      max-width: 600px; }

.cafeteria {
  overflow: hidden;
  padding: 6em 0; }
  .cafeteria .inner {
    max-width: 940px;
    margin: 0 auto;
    width: 94%; }
    .cafeteria .inner ul.col {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (min-width: 768px) {
        .cafeteria .inner ul.col {
          width: 50%;
          float: left; } }
      @media (min-width: 768px) {
        .cafeteria .inner ul.col li {
          padding: 0 2em 0 0; } }
          
          
.alergenos {
  overflow: hidden;
  padding: 6em 0; }
  .alergenos .inner {
    max-width: 940px;
    margin: 0 auto;
    width: 94%; }
    .alergenos .inner ul.col {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (min-width: 768px) {
        .alergenos .inner ul.col {
          width: 50%;
          float: left; } }
      @media (min-width: 768px) {
        .alergenos .inner ul.col li {
          padding: 0 2em 0 0; } }
          
          
.domicilio {
  overflow: hidden;
  padding: 6em 0; }
  .domicilio .inner {
    max-width: 940px;
    margin: 0 auto;
    width: 94%; }
    .domicilio .inner ul.col {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (min-width: 768px) {
        .domicilio .inner ul.col {
          width: 50%;
          float: left; } }
      @media (min-width: 768px) {
        .domicilio .inner ul.col li {
          padding: 0 2em 0 0; } }
		  
.playa {
	background-color:#EBE2D4;
  overflow: hidden;
  padding: 6em 0; }
  .playa .inner {
    max-width: 940px;
    margin: 0 auto;
    width: 94%; }
    .playa .inner ul.col {
      list-style: none;
      margin: 0;
      padding: 0; }
     @media (min-width: 768px) {
        .playa .inner ul.col {
          width: 50%;
          float: left; } }
      @media (min-width: 768px) {
        .playa .inner ul.col li {
          padding: 0 2em 0 0; } }

.contacto {
  background-color: #f1e5d6;
  padding: 8em 0 10em;
  background-image: url("../img/footer.png");
  background-repeat: no-repeat;
  background-position: center bottom; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contacto {
      background-image: url("../img/footer@2x.png");
      -webkit-background-size: 1141px 83px;
      -moz-background-size: 1141px 83px;
      -o-background-size: 1141px 83px;
      background-size: 1141px 83px; } }
  .contacto .inner {
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
    width: 94%; }
    @media (min-width: 768px) {
      .contacto .inner .maps {
        width: 49.6183206107%;
        float: left;
        margin-right: 0.7633587786%; } }
    @media (min-width: 768px) {
      .contacto .inner .address {
        width: 49.6183206107%;
        float: left;
        margin-right: 0.7633587786%;
        float: right;
        margin-right: 0; } }
    .contacto .inner .address a {
      color: #222; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
