/*
 * 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; }

html, body {
  height: 100%;
  width: 100%; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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
   ========================================================================== */
.video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .video-container video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.navigation li {
  padding: 5px 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .navigation li:hover {
    background-color: rgba(0, 0, 0, 0.6); }
  .navigation li a {
    color: white;
    cursor: pointer; }
    .navigation li a:hover {
      text-decoration: none; }

.subir {
  margin-left: 0px;
  z-index: 100; }

#description ul {
  margin: -5px; }

#description.absolute {
  bottom: 0px; }

#description.fixed {
  top: 0px; }

.ropa {
  height: 300px;
  background-size: cover;
  padding: 0px;
  overflow: hidden; }
  .ropa:hover .screen {
    top: 0%; }
  .ropa .screen {
    top: -100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    -webkit-transition: top 0.4s;
    -o-transition: top 0.4s;
    transition: top 0.4s; }

.estiloProducto
{
  color: white;
  text-decoration: none;
  list-style: none;
}

#prod-title {
  width: 300px;
  z-index: 1;
  top: calc(50% - 2em);
  left: calc(50% - 150px); }

#gallery {
  width: 100%;
  overflow-x: hidden; }
  #gallery .inner {
    white-space: nowrap;
    position: relative;
    left: 0%;
    -webkit-transition: left 0.8s;
    -o-transition: left 0.8s;
    transition: left 0.8s; }
  #gallery .image {
    display: inline-block;
    margin-right: -4px;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center; }

.container .card {
  margin-top: -200px;
  padding: 2em; }

#contact {
  margin-top: -200px; }

.path-step {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: block;
  background-color: #a2a2a2;
  margin-top: 2em;
  opacity: 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer; }
  .path-step:hover {
    -webkit-box-shadow: 0px 0px 5px rgba(250, 250, 250, 0.8);
    box-shadow: 0px 0px 5px rgba(250, 250, 250, 0.8);
    opacity: 0.9; }
  .path-step.active {
    opacity: 1;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px rgba(250, 250, 250, 0.8);
    box-shadow: 0px 0px 5px rgba(250, 250, 250, 0.8); }

.step-form .step {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  margin: 0px; }
  .step-form .step.active {
    padding: 1em 0.5em;
    max-height: 150px; }
  .step-form .step input, .step-form .step textarea {
    font-size: 1.5em;
    padding: 0.5em;
    border: none;
    outline: none;
    border-bottom: solid 1px #eee;
    background-color: transparent;
    width: 100%; }

#location {
  width: 80%;
  margin: 0 auto;
  margin-top: -50px; }

#map {
  height: 500px; }

#menu-opener {
  display: none; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.card {
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5); }

.blue {
  background-color: #222; }

.black {
  background-color: #000; }

.white {
  background-color: white; }

.white-text {
  color: white; }

.black-text {
  color: black; }

.no-margin {
  margin: 0px; }

.alfa-slab {
  font-family: 'Alfa Slab One', cursive; }

.slim {
  font-weight: 200; }

.title {
  font-size: 2em; }

.medium, .navigation li {
  font-size: 1.5em; }

.subtitle {
  font-size: 2.5em; }

.large-padding {
  padding: 10px 15px; }

.fixed {
  position: fixed; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.bottom {
  bottom: 0px; }

.top {
  top: 1em; }

.right {
  right: 1em; }

.up {
  z-index: 10; }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

.row {
  margin: 0; }

.top-space {
  margin-top: 2em; }

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * 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;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * 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 only screen and (max-height: 600px) {
  #contact, .container .card {
    margin-top: -15%; } }

@media only screen and (max-width: 960px) {
  #navigation {
    display: none !important; }
  #menu-opener {
    display: block; }
  .path-step {
    display: inline-block;
    margin-right: 1em; }
  #responsive-nav ul {
    position: absolute;
    width: -50%;
    font-size: .8em;
    top: 50px;
    background-color: #222;
    right: 0px;
    text-align: right;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    #responsive-nav ul.active {
      max-height: 80vh; }
    #responsive-nav ul li {
      display: block;
      margin-top: 1em;
      padding: 10px 15px; } }

@media only screen and (max-width: 533px) {
  #responsive-nav ul {
    top: 60px; } }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (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 */
    -webkit-box-shadow: none !important;
    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 {
    white-space: pre-wrap !important; }
  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; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
