/* line 5, ../../../../Program Files (x86)/Prepros/resources/app/ruby/ruby_gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Program Files (x86)/Prepros/resources/app/ruby/ruby_gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Program Files (x86)/Prepros/resources/app/ruby/ruby_gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Program Files (x86)/Prepros/resources/app/ruby/ruby_gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Program Files (x86)/Prepros/resources/app/ruby/ruby_gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Program Files (x86)/Prepros/resources/app/ruby/ruby_gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Program Files (x86)/Prepros/resources/app/ruby/ruby_gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Program Files (x86)/Prepros/resources/app/ruby/ruby_gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Program Files (x86)/Prepros/resources/app/ruby/ruby_gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column mixin.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column-width function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * An alias for the column-gutter function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 *  Alias for edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Uncenter an element.
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Unstack an element.
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Apply a clearfix to an element.
 */
/* line 8, ../sass/_init.scss */
.anchor {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}

@font-face {
  font-family: 'FuturaExtended_1';
  src: url("fonts/FuturaExtended.eot");
  src: url("fonts/FuturaExtended.eot") format("embedded-opentype"), url("fonts/FuturaExtended.woff") format("woff"), url("fonts/FuturaExtended.ttf") format("truetype");
}
@font-face {
  font-family: 'FuturaLight';
  src: url("fonts/futura_light_1-webfont.eot");
  src: url("fonts/futura_light_1-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/futura_light_1-webfont.woff2") format("woff2"), url("fonts/futura_light_1-webfont.woff") format("woff"), url("fonts/futura_light_1-webfont.ttf") format("truetype"), url("fonts/futura_light_1-webfont.svg#futura_lightregular") format("svg");
}
/* line 32, ../sass/_init.scss */
html, body {
  font-family: "FuturaLight";
  margin: 0px;
  height: 100%;
  font-size: 17px;
}
/* line 37, ../sass/_init.scss */
html img, body img {
  max-width: 100%;
}

/* line 42, ../sass/_init.scss */
div {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 54, ../sass/_init.scss */
.wrapper {
  max-width: 100%;
}

/* line 57, ../sass/_init.scss */
.container {
  *zoom: 1;
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
/* line 360, ../jeet/_grid.scss */
.container:before, .container:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.container:after {
  clear: both;
}

/* line 61, ../sass/_init.scss */
h1 {
  font-size: 2.5em;
}

/* line 64, ../sass/_init.scss */
h2 {
  font-size: 1.5em;
}

/* line 67, ../sass/_init.scss */
.clearHelper {
  clear: both;
}

/* line 71, ../sass/_init.scss */
#mobileMenu {
  display: none;
}

/* line 74, ../sass/_init.scss */
.slicknav_menu {
  display: none;
  text-transform: uppercase;
}

/* line 78, ../sass/_init.scss */
body {
  overflow-x: hidden;
}

/* line 81, ../sass/_init.scss */
.textWrapper {
  width: 70%;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  padding-left: 100px;
  padding-right: 100px;
  -webkit-box-shadow: 3px 7px 4px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 7px 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 7px 4px 1px rgba(0, 0, 0, 0.5);
}
/* line 91, ../sass/_init.scss */
.textWrapper p {
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
  font-size: 1.4em;
}

/* line 98, ../sass/_init.scss */
.gradiente {
  width: 100%;
  height: 4px;
  background: #FFEC00;
}

/* line 103, ../sass/_init.scss */
.hideDesktop {
  display: none;
}

/* line 106, ../sass/_init.scss */
.hideMovil {
  display: block;
}

/* line 1, ../sass/_menu.scss */
.fixedMenu {
  background: rgba(29, 27, 29, 0.85) !important;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: auto;
  position: fixed !important;
  transition: opacity .55s ease-in-out;
  -moz-transition: opacity .55s ease-in-out;
  -webkit-transition: opacity .55s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
/* line 12, ../sass/_menu.scss */
.fixedMenu .hasSubMenu .subMenu {
  background: rgba(29, 27, 29, 0.85) !important;
}

/* line 18, ../sass/_menu.scss */
.slicknav_nav .hide {
  display: none;
}

/* line 22, ../sass/_menu.scss */
.slicknav_menu {
  background-color: #404041 !important;
}

/* line 25, ../sass/_menu.scss */
.slicknav_btn {
  background-color: #404041 !important;
}

/* line 28, ../sass/_menu.scss */
.invisible {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

/* line 33, ../sass/_menu.scss */
.visible {
  z-index: 20;
  opacity: 1;
  visibility: visible;
}

/* line 38, ../sass/_menu.scss */
.clearMenu {
  clear: both;
  overflow: auto;
}

/* line 42, ../sass/_menu.scss */
.header {
  position: relative;
  background-image: url("fondo-menu.svg");
  background-size: auto;
  background-position: center;
  text-align: center;
  z-index: 20;
}
/* line 51, ../sass/_menu.scss */
.header button {
  font-family: "FuturaLight";
  font-weight: bolder;
  cursor: pointer;
}
/* line 56, ../sass/_menu.scss */
.header .subProductos {
  position: absolute;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 306%;
  margin-left: 51.5%;
  margin-right: 3%;
  margin-top: 20px;
}
/* line 360, ../jeet/_grid.scss */
.header .subProductos:before, .header .subProductos:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.header .subProductos:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
.header .subProductos:last-child {
  margin-right: 0%;
}
/* line 60, ../sass/_menu.scss */
.header .subProductos:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-image: url("fondo-submenu.svg");
  background-attachment: scroll;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 105%;
}
/* line 74, ../sass/_menu.scss */
.header .subProductos .elementoSub {
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
}
/* line 82, ../sass/_menu.scss */
.header .subProductos .elementoSub i {
  position: absolute;
  top: 0.2em;
  right: 10%;
}
/* line 87, ../sass/_menu.scss */
.header .subProductos .elementoSub:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 91, ../sass/_menu.scss */
.header .subProductos .parteUno {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 360, ../jeet/_grid.scss */
.header .subProductos .parteUno:before, .header .subProductos .parteUno:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.header .subProductos .parteUno:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
.header .subProductos .parteUno:last-child {
  margin-right: 0%;
}
/* line 94, ../sass/_menu.scss */
.header .subProductos .parteDos {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 360, ../jeet/_grid.scss */
.header .subProductos .parteDos:before, .header .subProductos .parteDos:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.header .subProductos .parteDos:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
.header .subProductos .parteDos:last-child {
  margin-right: 0%;
}
/* line 96, ../sass/_menu.scss */
.header .subProductos .parteDos .parteCategoria {
  display: none;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
/* line 105, ../sass/_menu.scss */
.header .subProductos .parteDos .active {
  display: block !important;
}
/* line 112, ../sass/_menu.scss */
.header .parteIzquierda {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 16.66667%;
  margin-left: 16.66667%;
  margin-right: 0%;
}
/* line 360, ../jeet/_grid.scss */
.header .parteIzquierda:before, .header .parteIzquierda:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.header .parteIzquierda:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
.header .parteIzquierda:last-child {
  margin-right: 0%;
}
/* line 114, ../sass/_menu.scss */
.header .parteIzquierda .logo {
  position: absolute;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 118, ../sass/_menu.scss */
.header .parteDerecha {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
/* line 360, ../jeet/_grid.scss */
.header .parteDerecha:before, .header .parteDerecha:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.header .parteDerecha:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
.header .parteDerecha:last-child {
  margin-right: 0%;
}
/* line 122, ../sass/_menu.scss */
.header .hide {
  visibility: hidden;
}
/* line 125, ../sass/_menu.scss */
.header .barraSuperior {
  position: absolute;
  top: 20px;
  right: 10px;
}
/* line 129, ../sass/_menu.scss */
.header .barraSuperior .siguenos {
  font-size: 0.85em;
}
/* line 132, ../sass/_menu.scss */
.header .barraSuperior .elemento {
  display: inline-block;
  vertical-align: middle;
}
/* line 136, ../sass/_menu.scss */
.header .barraSuperior:last-child {
  margin-right: 10px;
}
/* line 139, ../sass/_menu.scss */
.header .barraSuperior span {
  color: white;
  text-transform: uppercase;
}
/* line 144, ../sass/_menu.scss */
.header .barraSuperior .busqueda {
  margin-right: 4px;
  margin-left: 4px;
}
/* line 147, ../sass/_menu.scss */
.header .barraSuperior .busqueda input[type=text] {
  padding: 5px;
  padding-right: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  font-size: 1em;
}
/* line 49, ../sass/_mixins.scss */
.header .barraSuperior .busqueda input[type=text]::-webkit-input-placeholder {
  font-family: "FuturaLight";
  font-weight: 100;
  color: black;
}
/* line 50, ../sass/_mixins.scss */
.header .barraSuperior .busqueda input[type=text] :-moz-placeholder {
  font-family: "FuturaLight";
  font-weight: 100;
  color: black;
}
/* line 51, ../sass/_mixins.scss */
.header .barraSuperior .busqueda input[type=text]::-moz-placeholder {
  font-family: "FuturaLight";
  font-weight: 100;
  color: black;
}
/* line 52, ../sass/_mixins.scss */
.header .barraSuperior .busqueda input[type=text] :-ms-input-placeholder {
  font-family: "FuturaLight";
  font-weight: 100;
  color: black;
}
/* line 159, ../sass/_menu.scss */
.header .barraSuperior .busqueda button {
  cursor: pointer;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -4px;
  width: 15%;
}
/* line 168, ../sass/_menu.scss */
.header .barraSuperior .input {
  position: relative;
}
/* line 170, ../sass/_menu.scss */
.header .barraSuperior .input button {
  cursor: pointer;
  border-style: none;
  background-color: #404041;
  padding: 4px;
  margin-left: 2px;
  margin-right: 2px;
}
/* line 178, ../sass/_menu.scss */
.header .barraSuperior .input .fa {
  color: white;
}
/* line 183, ../sass/_menu.scss */
.header .barraSuperior .redesContainer .imgContainer {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 187, ../sass/_menu.scss */
.header .barraSuperior .redesContainer .red:nth-of-type(1) {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 16.66667%;
  margin-left: 8.33333%;
  margin-right: 0%;
}
/* line 360, ../jeet/_grid.scss */
.header .barraSuperior .redesContainer .red:nth-of-type(1):before, .header .barraSuperior .redesContainer .red:nth-of-type(1):after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.header .barraSuperior .redesContainer .red:nth-of-type(1):after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
.header .barraSuperior .redesContainer .red:nth-of-type(1):last-child {
  margin-right: 0%;
}
/* line 190, ../sass/_menu.scss */
.header .barraSuperior .redesContainer .red {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 16.66667%;
  margin-left: 0%;
  margin-right: 0%;
}
/* line 360, ../jeet/_grid.scss */
.header .barraSuperior .redesContainer .red:before, .header .barraSuperior .redesContainer .red:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.header .barraSuperior .redesContainer .red:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
.header .barraSuperior .redesContainer .red:last-child {
  margin-right: 0%;
}
/* line 195, ../sass/_menu.scss */
.header .izquierda {
  left: 15%;
  right: initial;
}
/* line 199, ../sass/_menu.scss */
.header .llamanos {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
/* line 204, ../sass/_menu.scss */
.header .llamanos img {
  height: 100%;
}
/* line 208, ../sass/_menu.scss */
.header .logo {
  margin-top: 0;
  left: 12%;
}
/* line 211, ../sass/_menu.scss */
.header .logo img {
  max-width: 70%;
  margin-right: initial !important;
}
/* line 216, ../sass/_menu.scss */
.header .menu {
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "FuturaLight";
  text-transform: uppercase;
  text-align: center;
}
/* line 14, ../sass/_mixins.scss */
.header .menu li {
  display: inline-block;
  padding: 1em;
}
/* line 17, ../sass/_mixins.scss */
.header .menu li:hover {
  cursor: pointer;
}
/* line 20, ../sass/_mixins.scss */
.header .menu li a {
  color: inherit;
  text-decoration: none;
}
/* line 223, ../sass/_menu.scss */
.header .menu .hasSubMenu {
  position: relative;
}
/* line 225, ../sass/_menu.scss */
.header .menu .hasSubMenu .subSubMenu {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0;
  font-size: 1em;
  left: 164px;
  text-align: left;
}
/* line 235, ../sass/_menu.scss */
.header .menu .hasSubMenu .subSubMenu ul li {
  position: relative;
  color: white;
  display: block;
  padding-left: 15px;
  padding-right: 80px;
  border-right: none;
}
/* line 242, ../sass/_menu.scss */
.header .menu .hasSubMenu .subSubMenu ul li .elemento {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
/* line 247, ../sass/_menu.scss */
.header .menu .hasSubMenu .subSubMenu ul li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 250, ../sass/_menu.scss */
.header .menu .hasSubMenu .subSubMenu ul li:after {
  content: '';
}
/* line 256, ../sass/_menu.scss */
.header .menu .hasSubMenu .subMenu {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
}
/* line 265, ../sass/_menu.scss */
.header .menu .hasSubMenu .subMenu > ul > li {
  position: relative;
  color: white;
  display: block;
  padding-left: 15px;
  padding-right: 30px;
  border-right: none;
}
/* line 272, ../sass/_menu.scss */
.header .menu .hasSubMenu .subMenu > ul > li > .elemento {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
/* line 277, ../sass/_menu.scss */
.header .menu .hasSubMenu .subMenu > ul > li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 280, ../sass/_menu.scss */
.header .menu .hasSubMenu .subMenu > ul > li:after {
  position: absolute;
  right: 10px;
  top: 25%;
  content: '>';
}
/* line 291, ../sass/_menu.scss */
.header .menu ul li {
  border-right: 1px solid white;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 15px;
}
/* line 296, ../sass/_menu.scss */
.header .menu ul li:last-child {
  border-right: transparent;
}
/* line 299, ../sass/_menu.scss */
.header .menu ul li .elemento {
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: -1em;
  border-bottom: 5px solid transparent;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
/* line 310, ../sass/_menu.scss */
.header .menu ul li .elemento:hover {
  border-bottom: 5px solid white;
}
/* line 315, ../sass/_menu.scss */
.header .menu ul .active {
  border-bottom: 5px solid, white;
}
/* line 321, ../sass/_menu.scss */
.header .menu:hover .active:before {
  display: none;
}
/* line 327, ../sass/_menu.scss */
.header .menu .active:before {
  position: absolute;
  top: -10px;
  left: calc(50% - 3px);
  content: '';
  color: #DA984F;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
}
/* line 338, ../sass/_menu.scss */
.header .menu a {
  text-decoration: none;
  color: inherit;
  position: relative;
}

/* line 1, ../sass/_home.scss */
#homeBody {
  background: url("../img/home-scroll.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 1, ../sass/_home.scss */
  #homeBody {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 1, ../sass/_home.scss */
  #homeBody {
    background-attachment: scroll;
  }
}

/* line 4, ../sass/_home.scss */
.marcaSeccion {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 17.16667%;
  margin-right: 3%;
  text-align: center;
  margin-top: 40px;
}
/* line 360, ../jeet/_grid.scss */
.marcaSeccion:before, .marcaSeccion:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.marcaSeccion:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
.marcaSeccion:last-child {
  margin-right: 0%;
}
/* line 8, ../sass/_home.scss */
.marcaSeccion a {
  text-decoration: none;
}
/* line 11, ../sass/_home.scss */
.marcaSeccion .marcaSlide {
  padding-bottom: 80px;
}
/* line 13, ../sass/_home.scss */
.marcaSeccion .marcaSlide .marca {
  position: relative;
}
/* line 17, ../sass/_home.scss */
.marcaSeccion .marcaSlide .imgContainer img {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 24, ../sass/_home.scss */
.marcaSeccion .marcaSlide .place img {
  visibility: hidden;
}
/* line 29, ../sass/_home.scss */
.marcaSeccion h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.8em;
  position: relative;
  text-align: center;
}
/* line 35, ../sass/_home.scss */
.marcaSeccion h1:after {
  position: absolute;
  bottom: -25px;
  right: 5%;
  content: '';
  background: url(sombra-marcas.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 90%;
  height: 50px;
}
/* line 48, ../sass/_home.scss */
.marcaSeccion .marcaContainer {
  margin-top: 50px;
  margin-bottom: 110px;
}
/* line 51, ../sass/_home.scss */
.marcaSeccion .marcaContainer .marca {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 360, ../jeet/_grid.scss */
.marcaSeccion .marcaContainer .marca:before, .marcaSeccion .marcaContainer .marca:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.marcaSeccion .marcaContainer .marca:after {
  clear: both;
}
/* line 50, ../jeet/_grid.scss */
.marcaSeccion .marcaContainer .marca:nth-of-type(3n) {
  margin-right: 0%;
  float: right;
}
/* line 54, ../jeet/_grid.scss */
.marcaSeccion .marcaContainer .marca:nth-of-type(3n + 1) {
  clear: both;
}
/* line 53, ../sass/_home.scss */
.marcaSeccion .marcaContainer .marca img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 58, ../sass/_home.scss */
.marcaSeccion .marcaContainer .marca .boton {
  margin-top: 10px;
  padding-bottom: 35px;
  cursor: pointer;
  text-align: center;
}
/* line 63, ../sass/_home.scss */
.marcaSeccion .marcaContainer .marca .boton span {
  text-align: center;
  font-size: 1em;
  background: url(fondo-vermas-marcas.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 2.4em;
  padding-right: 3em;
  padding-top: 0.3em;
  padding-bottom: 0.8em;
  color: white;
}

/* line 81, ../sass/_home.scss */
.bienvenida {
  background-color: #404041;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
/* line 86, ../sass/_home.scss */
.bienvenida .logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 89, ../sass/_home.scss */
.bienvenida .logo img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 11%;
}
/* line 96, ../sass/_home.scss */
.bienvenida .textContainer {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 17.16667%;
  margin-right: 3%;
}
/* line 360, ../jeet/_grid.scss */
.bienvenida .textContainer:before, .bienvenida .textContainer:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.bienvenida .textContainer:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
.bienvenida .textContainer:last-child {
  margin-right: 0%;
}
/* line 98, ../sass/_home.scss */
.bienvenida .textContainer p {
  color: white;
  padding-bottom: 25px;
}
/* line 101, ../sass/_home.scss */
.bienvenida .textContainer p b {
  padding-top: 15px;
  font-weight: bolder;
}

/* line 108, ../sass/_home.scss */
.homeSlide {
  font-family: 'FuturaExtended_1';
  margin-bottom: 0px !important;
}
/* line 111, ../sass/_home.scss */
.homeSlide .slick-dots li button:before {
  font-size: 25px;
  color: white;
}
/* line 115, ../sass/_home.scss */
.homeSlide .slick-dots li.slick-active button:before {
  color: white;
}
/* line 118, ../sass/_home.scss */
.homeSlide .slick-prev {
  display: none !important;
}
/* line 121, ../sass/_home.scss */
.homeSlide .slick-next {
  display: none !important;
}
/* line 124, ../sass/_home.scss */
.homeSlide .slide {
  position: relative;
}
/* line 126, ../sass/_home.scss */
.homeSlide .slide .caption {
  position: absolute;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
  color: black;
}
/* line 131, ../sass/_home.scss */
.homeSlide .slide .caption a {
  text-decoration: none;
}
/* line 134, ../sass/_home.scss */
.homeSlide .slide .caption .first {
  margin-top: 10em !important;
  padding-left: 0 !important;
}
/* line 138, ../sass/_home.scss */
.homeSlide .slide .caption .verMas {
  font-family: "FuturaLight";
  margin-top: 20px;
  text-transform: uppercase;
}
/* line 145, ../sass/_home.scss */
.homeSlide .slide .caption .verMas span {
  font-size: 1em;
  background: url(fondo-verMas-act.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  color: white;
}
/* line 158, ../sass/_home.scss */
.homeSlide .slide .caption p {
  font-size: 2.5em;
}
/* line 163, ../sass/_home.scss */
.homeSlide .slide .white {
  color: white;
}

/* line 168, ../sass/_home.scss */
.homeScroll {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
/* line 173, ../sass/_home.scss */
.homeScroll .logo {
  position: absolute;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 175, ../sass/_home.scss */
.homeScroll .logo img {
  display: block;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* line 181, ../sass/_home.scss */
.homeScroll .logo .fa {
  font-size: 5em;
  color: white;
  display: block;
}
/* line 188, ../sass/_home.scss */
.homeScroll .parteAbajo .raya {
  width: 100%;
  margin-top: 4%;
  background-image: url(fondo-construccion.png);
  background-repeat: repeat-y;
  background-size: 100%;
  text-align: center;
  position: relative;
}
/* line 197, ../sass/_home.scss */
.homeScroll .parteAbajo .raya span {
  color: white;
  font-weight: bolder;
  font-size: 2em;
  vertical-align: middle;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: inline-block;
}
/* line 208, ../sass/_home.scss */
.homeScroll .parteAbajo .containerIconos {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-top: 2%;
}
/* line 360, ../jeet/_grid.scss */
.homeScroll .parteAbajo .containerIconos:before, .homeScroll .parteAbajo .containerIconos:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.homeScroll .parteAbajo .containerIconos:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
.homeScroll .parteAbajo .containerIconos:last-child {
  margin-right: 0%;
}
/* line 212, ../sass/_home.scss */
.homeScroll .parteAbajo .icono {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  color: rgba(255, 255, 255, 0.85);
}
/* line 360, ../jeet/_grid.scss */
.homeScroll .parteAbajo .icono:before, .homeScroll .parteAbajo .icono:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.homeScroll .parteAbajo .icono:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
.homeScroll .parteAbajo .icono:last-child {
  margin-right: 0%;
}
/* line 216, ../sass/_home.scss */
.homeScroll .parteAbajo .icono p {
  margin-top: 6px;
}
/* line 220, ../sass/_home.scss */
.homeScroll .parteAbajo .correo {
  cursor: pointer;
}

/* line 226, ../sass/_home.scss */
#home {
  background-color: white;
}
/* line 230, ../sass/_home.scss */
#home .container {
  position: relative;
}
/* line 234, ../sass/_home.scss */
#home .container .marcas {
  margin-top: 30px;
  text-align: center;
}
/* line 237, ../sass/_home.scss */
#home .container .marcas span {
  font-size: 2em;
}
/* line 240, ../sass/_home.scss */
#home .container .marcas .gradiente {
  margin-top: 15px;
  background: black;
}
/* line 244, ../sass/_home.scss */
#home .container .marcas .containerMarca {
  margin-top: 30px;
}
/* line 246, ../sass/_home.scss */
#home .container .marcas .containerMarca .marca {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 16.66667%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 20px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
/* line 360, ../jeet/_grid.scss */
#home .container .marcas .containerMarca .marca:before, #home .container .marcas .containerMarca .marca:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
#home .container .marcas .containerMarca .marca:after {
  clear: both;
}
/* line 50, ../jeet/_grid.scss */
#home .container .marcas .containerMarca .marca:nth-of-type(6n) {
  margin-right: 0%;
  float: right;
}
/* line 54, ../jeet/_grid.scss */
#home .container .marcas .containerMarca .marca:nth-of-type(6n + 1) {
  clear: both;
}
/* line 251, ../sass/_home.scss */
#home .container .marcas .containerMarca .marca:hover {
  filter: none;
  -webkit-filter: none;
}

/* line 1, ../sass/_contacto.scss */
.contactoScroll {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 6, ../sass/_contacto.scss */
#vertical {
  position: absolute;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

/* line 10, ../sass/_contacto.scss */
.fondoContacto {
  background: url("fondo-contacto.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 10, ../sass/_contacto.scss */
  .fondoContacto {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 10, ../sass/_contacto.scss */
  .fondoContacto {
    background-attachment: scroll;
  }
}

/* line 14, ../sass/_contacto.scss */
.headContacto img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, ../sass/_contacto.scss */
#contacto {
  color: black;
  text-align: center;
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 12.5%;
  margin-right: 0%;
  height: 100%;
}
/* line 360, ../jeet/_grid.scss */
#contacto:before, #contacto:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
#contacto:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
#contacto:last-child {
  margin-right: 0%;
}
/* line 29, ../sass/_contacto.scss */
#contacto #contactoForm {
  margin-top: 45px;
  margin-bottom: 45px;
  -webkit-box-shadow: 3px 7px 4px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 7px 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 7px 4px 1px rgba(0, 0, 0, 0.5);
  z-index: 10;
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(64, 64, 65, 0.7);
  border-style: none;
}
/* line 45, ../sass/_contacto.scss */
#contacto #contactoForm form {
  margin-right: 25px;
  margin-left: 25px;
  text-align: left;
  /*input[placeholder], [placeholder], *[placeholder] {
      color: black !important;
      font-weight:bolder;
  }*/
}
/* line 53, ../sass/_contacto.scss */
#contacto #contactoForm form input:nth-of-type(1) {
  margin-top: 40px;
}
/* line 56, ../sass/_contacto.scss */
#contacto #contactoForm form input, #contacto #contactoForm form textarea {
  border-radius: 4px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  margin-bottom: 10px;
  font-size: 1em;
  padding: 10px;
  color: black;
  font-family: inherit;
  font-weight: bolder;
  box-sizing: border-box;
}
/* line 49, ../sass/_mixins.scss */
#contacto #contactoForm form input::-webkit-input-placeholder, #contacto #contactoForm form textarea::-webkit-input-placeholder {
  color: #595959;
  opacity: 1;
}
/* line 50, ../sass/_mixins.scss */
#contacto #contactoForm form input :-moz-placeholder, #contacto #contactoForm form textarea :-moz-placeholder {
  color: #595959;
  opacity: 1;
}
/* line 51, ../sass/_mixins.scss */
#contacto #contactoForm form input::-moz-placeholder, #contacto #contactoForm form textarea::-moz-placeholder {
  color: #595959;
  opacity: 1;
}
/* line 52, ../sass/_mixins.scss */
#contacto #contactoForm form input :-ms-input-placeholder, #contacto #contactoForm form textarea :-ms-input-placeholder {
  color: #595959;
  opacity: 1;
}
/* line 74, ../sass/_contacto.scss */
#contacto #contactoForm form .enviar {
  padding: 5px;
  color: white;
  border-style: none;
  width: 25%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  background-color: #F05C22;
  font-weight: 800;
  margin-bottom: 1.75em;
}
/* line 87, ../sass/_contacto.scss */
#contacto #contactoForm form textarea {
  overflow: hidden;
  height: 15%;
  width: 100%;
  resize: none;
  font-family: inherit;
}
/* line 98, ../sass/_contacto.scss */
#contacto .partePrincipal {
  text-align: left;
}
/* line 100, ../sass/_contacto.scss */
#contacto .partePrincipal h1 {
  margin-left: 10px;
  text-transform: uppercase;
}
/* line 105, ../sass/_contacto.scss */
#contacto .parte1 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 64.28571%;
  margin-left: 0%;
  margin-right: 0%;
}
/* line 360, ../jeet/_grid.scss */
#contacto .parte1:before, #contacto .parte1:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
#contacto .parte1:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
#contacto .parte1:last-child {
  margin-right: 0%;
}
/* line 108, ../sass/_contacto.scss */
#contacto .parte2 {
  color: white !important;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 35.71429%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
}
/* line 360, ../jeet/_grid.scss */
#contacto .parte2:before, #contacto .parte2:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
#contacto .parte2:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
#contacto .parte2:last-child {
  margin-right: 0%;
}
/* line 114, ../sass/_contacto.scss */
#contacto .parte2 .parte2Wrapper {
  position: absolute;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 117, ../sass/_contacto.scss */
#contacto .parte2 .parte2Movil {
  display: none;
}
/* line 120, ../sass/_contacto.scss */
#contacto .parte2 .logo {
  display: inline-block;
}
/* line 123, ../sass/_contacto.scss */
#contacto .parte2 .logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 65%;
}
/* line 129, ../sass/_contacto.scss */
#contacto .parte2 p {
  margin-top: 25px;
}
/* line 134, ../sass/_contacto.scss */
#contacto .datosContacto {
  color: white;
  text-align: center;
}
/* line 137, ../sass/_contacto.scss */
#contacto .datosContacto .logo {
  display: inline-block;
}
/* line 140, ../sass/_contacto.scss */
#contacto .datosContacto .logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 65%;
}
/* line 146, ../sass/_contacto.scss */
#contacto .datosContacto p {
  margin-top: 25px;
}
/* line 151, ../sass/_contacto.scss */
#contacto h2 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 2, ../sass/_producto.scss */
#producto b {
  font-weight: bolder;
}
/* line 5, ../sass/_producto.scss */
#producto .menuVisible {
  height: 100%;
}
/* line 9, ../sass/_producto.scss */
#producto h1 {
  font-size: 5em;
  font-family: 'FuturaExtended_1';
  font-weight: bolder;
  text-align: center;
  padding-top: 100px;
}
/* line 16, ../sass/_producto.scss */
#producto .container {
  height: 100%;
}
/* line 19, ../sass/_producto.scss */
#producto .head {
  margin-bottom: -3px;
}
/* line 22, ../sass/_producto.scss */
#producto .marcaWrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 25, ../sass/_producto.scss */
#producto .marcaWrapper a {
  text-decoration: none;
}
/* line 28, ../sass/_producto.scss */
#producto .marcaWrapper .verMas {
  font-family: "FuturaLight";
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}
/* line 36, ../sass/_producto.scss */
#producto .marcaWrapper .verMas span {
  display: inline-block;
  font-size: 1em;
  background: url(fondo-verMas-act.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  color: white;
}
/* line 50, ../sass/_producto.scss */
#producto .marcaWrapper .marca {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 360, ../jeet/_grid.scss */
#producto .marcaWrapper .marca:before, #producto .marcaWrapper .marca:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
#producto .marcaWrapper .marca:after {
  clear: both;
}
/* line 50, ../jeet/_grid.scss */
#producto .marcaWrapper .marca:nth-of-type(3n) {
  margin-right: 0%;
  float: right;
}
/* line 54, ../jeet/_grid.scss */
#producto .marcaWrapper .marca:nth-of-type(3n + 1) {
  clear: both;
}
/* line 52, ../sass/_producto.scss */
#producto .marcaWrapper .marca img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 59, ../sass/_producto.scss */
#producto .menuIzquierdo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
  background-color: #404041;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.5em;
  height: 100%;
}
/* line 360, ../jeet/_grid.scss */
#producto .menuIzquierdo:before, #producto .menuIzquierdo:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
#producto .menuIzquierdo:after {
  clear: both;
}
/* line 50, ../jeet/_grid.scss */
#producto .menuIzquierdo:nth-of-type(3n) {
  margin-right: 0%;
  float: right;
}
/* line 54, ../jeet/_grid.scss */
#producto .menuIzquierdo:nth-of-type(3n + 1) {
  clear: both;
}
/* line 67, ../sass/_producto.scss */
#producto .menuIzquierdo .titulo {
  font-family: 'FuturaExtended_1';
  font-weight: bolder;
  font-size: 1em !important;
  margin-left: 14px !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  cursor: pointer;
}
/* line 75, ../sass/_producto.scss */
#producto .menuIzquierdo .titulo a {
  color: inherit;
  text-decoration: none;
}
/* line 81, ../sass/_producto.scss */
#producto .menuIzquierdo .izqContainer div {
  margin-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.8em;
  cursor: pointer;
}
/* line 89, ../sass/_producto.scss */
#producto .menuIzquierdo .izqContainer div a {
  color: inherit;
  text-decoration: none;
}
/* line 93, ../sass/_producto.scss */
#producto .menuIzquierdo .izqContainer div:hover {
  background-color: #59595b;
}
/* line 97, ../sass/_producto.scss */
#producto .menuIzquierdo .izqContainer .active {
  background-color: #59595b;
}
/* line 102, ../sass/_producto.scss */
#producto .slideDinamico {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 79.4%;
  margin-left: 10.3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 360, ../jeet/_grid.scss */
#producto .slideDinamico:before, #producto .slideDinamico:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
#producto .slideDinamico:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
#producto .slideDinamico:last-child {
  margin-right: 0%;
}
/* line 106, ../sass/_producto.scss */
#producto .slideDinamico .slick-prev:before, #producto .slideDinamico .slick-next:before {
  color: #404041;
}
/* line 109, ../sass/_producto.scss */
#producto .slideDinamico .slide {
  text-align: center;
}
/* line 111, ../sass/_producto.scss */
#producto .slideDinamico .slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 118, ../sass/_producto.scss */
#producto .vaciado {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 79.4%;
  margin-left: 0%;
  margin-right: 3%;
  min-height: 60vh;
  padding-bottom: 40px;
}
/* line 360, ../jeet/_grid.scss */
#producto .vaciado:before, #producto .vaciado:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
#producto .vaciado:after {
  clear: both;
}
/* line 50, ../jeet/_grid.scss */
#producto .vaciado:nth-of-type(2n) {
  margin-right: 0%;
  float: right;
}
/* line 54, ../jeet/_grid.scss */
#producto .vaciado:nth-of-type(2n + 1) {
  clear: both;
}
/* line 122, ../sass/_producto.scss */
#producto .vaciado h2 {
  font-size: 1.4em;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: 'FuturaExtended_1';
  border-bottom: 2px solid #404041;
}
/* line 131, ../sass/_producto.scss */
#producto .vaciado h3 {
  font-size: 1.2em;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: 'FuturaExtended_1';
  border-bottom: 2px solid #404041;
}
/* line 140, ../sass/_producto.scss */
#producto .vaciado h4 {
  font-size: 1em;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: 'FuturaExtended_1';
  border-bottom: 2px solid #404041;
}
/* line 149, ../sass/_producto.scss */
#producto .vaciado .producto {
  margin-top: 15px;
  padding: 10px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 360, ../jeet/_grid.scss */
#producto .vaciado .producto:before, #producto .vaciado .producto:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
#producto .vaciado .producto:after {
  clear: both;
}
/* line 50, ../jeet/_grid.scss */
#producto .vaciado .producto:nth-of-type(3n) {
  margin-right: 0%;
  float: right;
}
/* line 54, ../jeet/_grid.scss */
#producto .vaciado .producto:nth-of-type(3n + 1) {
  clear: both;
}
/* line 153, ../sass/_producto.scss */
#producto .vaciado .producto a {
  text-decoration: none;
  color: inherit;
}
/* line 157, ../sass/_producto.scss */
#producto .vaciado .producto img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 120px;
}
/* line 163, ../sass/_producto.scss */
#producto .vaciado .producto .nombre {
  font-size: 0.8em;
  margin-top: 15px;
  text-align: center;
}
/* line 167, ../sass/_producto.scss */
#producto .vaciado .producto .nombre .ficha {
  margin-top: 5px;
  background-color: #404041;
  color: white;
  padding: 6.5px;
  display: inline-block;
}
/* line 177, ../sass/_producto.scss */
#producto .promociones {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 79.4%;
  margin-left: 10.3%;
  margin-right: 3%;
}
/* line 360, ../jeet/_grid.scss */
#producto .promociones:before, #producto .promociones:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
#producto .promociones:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
#producto .promociones:last-child {
  margin-right: 0%;
}

/* line 2, ../sass/_promociones.scss */
#promociones h1 {
  font-size: 5em;
  font-family: 'FuturaExtended_1';
  font-weight: bolder;
  text-align: center;
  padding-top: 100px;
}
/* line 9, ../sass/_promociones.scss */
#promociones .container {
  height: 100%;
}

/* line 1, ../sass/_footer.scss */
.footer {
  position: relative;
  background-image: url("fondo-footer.svg");
  background-position: center;
  background-size: auto;
  padding-bottom: 3px;
}
/* line 7, ../sass/_footer.scss */
.footer span {
  font-size: 0.70em;
  font-weight: bolder;
  padding-left: 10%;
  color: white;
}
/* line 13, ../sass/_footer.scss */
.footer .parte {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  padding-top: 25px;
  padding-bottom: 10px;
}
/* line 360, ../jeet/_grid.scss */
.footer .parte:before, .footer .parte:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.footer .parte:after {
  clear: both;
}
/* line 50, ../jeet/_grid.scss */
.footer .parte:nth-of-type(2n) {
  margin-right: 0%;
  float: right;
}
/* line 54, ../jeet/_grid.scss */
.footer .parte:nth-of-type(2n + 1) {
  clear: both;
}
/* line 19, ../sass/_footer.scss */
.footer .derecha img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 11%;
}
/* line 26, ../sass/_footer.scss */
.footer .izquierda {
  color: white;
}
/* line 29, ../sass/_footer.scss */
.footer .izquierda .superior .logo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 360, ../jeet/_grid.scss */
.footer .izquierda .superior .logo:before, .footer .izquierda .superior .logo:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.footer .izquierda .superior .logo:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
.footer .izquierda .superior .logo:last-child {
  margin-right: 0%;
}
/* line 31, ../sass/_footer.scss */
.footer .izquierda .superior .logo img {
  max-width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
/* line 39, ../sass/_footer.scss */
.footer .izquierda .superior .texto {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 360, ../jeet/_grid.scss */
.footer .izquierda .superior .texto:before, .footer .izquierda .superior .texto:after {
  content: '';
  display: table;
}
/* line 365, ../jeet/_grid.scss */
.footer .izquierda .superior .texto:after {
  clear: both;
}
/* line 58, ../jeet/_grid.scss */
.footer .izquierda .superior .texto:last-child {
  margin-right: 0%;
}
/* line 41, ../sass/_footer.scss */
.footer .izquierda .superior .texto p {
  font-size: 0.70em;
  margin-bottom: 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 4, ../sass/_responsive.scss */
  html, body {
    font-size: 24px;
  }

  /* line 9, ../sass/_responsive.scss */
  #producto .menuIzquierdo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 360, ../jeet/_grid.scss */
  #producto .menuIzquierdo:before, #producto .menuIzquierdo:after {
    content: '';
    display: table;
  }
  /* line 365, ../jeet/_grid.scss */
  #producto .menuIzquierdo:after {
    clear: both;
  }
  /* line 58, ../jeet/_grid.scss */
  #producto .menuIzquierdo:last-child {
    margin-right: 0%;
  }
  /* line 13, ../sass/_responsive.scss */
  #producto .marcaWrapper .marca {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 265, ../jeet/_grid.scss */
  #producto .marcaWrapper .marca:first-child {
    margin-left: auto;
  }
  /* line 269, ../jeet/_grid.scss */
  #producto .marcaWrapper .marca:last-child {
    margin-right: auto;
  }
  /* line 17, ../sass/_responsive.scss */
  #producto .vaciado {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 360, ../jeet/_grid.scss */
  #producto .vaciado:before, #producto .vaciado:after {
    content: '';
    display: table;
  }
  /* line 365, ../jeet/_grid.scss */
  #producto .vaciado:after {
    clear: both;
  }
  /* line 58, ../jeet/_grid.scss */
  #producto .vaciado:last-child {
    margin-right: 0%;
  }
  /* line 19, ../sass/_responsive.scss */
  #producto .vaciado .producto {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 360, ../jeet/_grid.scss */
  #producto .vaciado .producto:before, #producto .vaciado .producto:after {
    content: '';
    display: table;
  }
  /* line 365, ../jeet/_grid.scss */
  #producto .vaciado .producto:after {
    clear: both;
  }
  /* line 40, ../jeet/_grid.scss */
  #producto .vaciado .producto:nth-of-type(3n) {
    margin-right: 3%;
    float: left;
  }
  /* line 44, ../jeet/_grid.scss */
  #producto .vaciado .producto:nth-of-type(3n + 1) {
    clear: none;
  }
  /* line 50, ../jeet/_grid.scss */
  #producto .vaciado .producto:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }
  /* line 54, ../jeet/_grid.scss */
  #producto .vaciado .producto:nth-of-type(2n + 1) {
    clear: both;
  }

  /* line 24, ../sass/_responsive.scss */
  .slicknav_menu {
    display: block;
  }

  /* line 28, ../sass/_responsive.scss */
  .desktopMenu {
    display: none;
  }

  /* line 31, ../sass/_responsive.scss */
  .hideDesktop {
    display: block;
  }

  /* line 34, ../sass/_responsive.scss */
  .hideMovil {
    display: none;
  }

  /* line 39, ../sass/_responsive.scss */
  .homeScroll .logo img {
    max-width: initial;
  }

  /* line 44, ../sass/_responsive.scss */
  .homeScroll .parteAbajo .raya span {
    font-size: 3em;
  }

  /* line 47, ../sass/_responsive.scss */
  .homeScroll .parteAbajo .raya {
    margin-top: 25% !important;
  }

  /* line 50, ../sass/_responsive.scss */
  .containerIconos {
    margin-top: 25% !important;
    font-size: 50px;
  }

  /* line 54, ../sass/_responsive.scss */
  .marcaSeccion .marcaContainer .marca .boton span {
    font-size: 1.5em;
  }

  /* line 57, ../sass/_responsive.scss */
  #contacto {
    font-size: 1.5em;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 79.4%;
    margin-left: 10.3%;
    margin-right: 3%;
  }
  /* line 360, ../jeet/_grid.scss */
  #contacto:before, #contacto:after {
    content: '';
    display: table;
  }
  /* line 365, ../jeet/_grid.scss */
  #contacto:after {
    clear: both;
  }
  /* line 58, ../jeet/_grid.scss */
  #contacto:last-child {
    margin-right: 0%;
  }
  /* line 60, ../sass/_responsive.scss */
  #contacto .movil {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 265, ../jeet/_grid.scss */
  #contacto .movil:first-child {
    margin-left: auto;
  }
  /* line 269, ../jeet/_grid.scss */
  #contacto .movil:last-child {
    margin-right: auto;
  }
  /* line 63, ../sass/_responsive.scss */
  #contacto .parte2Wrapper {
    display: none;
  }
  /* line 66, ../sass/_responsive.scss */
  #contacto .parte2Movil {
    display: block !important;
  }

  /* line 70, ../sass/_responsive.scss */
  .marcaSeccion {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.83333%;
    margin-left: 8.58333%;
    margin-right: 3%;
  }
  /* line 360, ../jeet/_grid.scss */
  .marcaSeccion:before, .marcaSeccion:after {
    content: '';
    display: table;
  }
  /* line 365, ../jeet/_grid.scss */
  .marcaSeccion:after {
    clear: both;
  }
  /* line 58, ../jeet/_grid.scss */
  .marcaSeccion:last-child {
    margin-right: 0%;
  }
  /* line 73, ../sass/_responsive.scss */
  .marcaSeccion .marcaContainer .marca {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 360, ../jeet/_grid.scss */
  .marcaSeccion .marcaContainer .marca:before, .marcaSeccion .marcaContainer .marca:after {
    content: '';
    display: table;
  }
  /* line 365, ../jeet/_grid.scss */
  .marcaSeccion .marcaContainer .marca:after {
    clear: both;
  }
  /* line 40, ../jeet/_grid.scss */
  .marcaSeccion .marcaContainer .marca:nth-of-type(3n) {
    margin-right: 3%;
    float: left;
  }
  /* line 44, ../jeet/_grid.scss */
  .marcaSeccion .marcaContainer .marca:nth-of-type(3n + 1) {
    clear: none;
  }
  /* line 50, ../jeet/_grid.scss */
  .marcaSeccion .marcaContainer .marca:nth-of-type(1n) {
    margin-right: 0%;
    float: right;
  }
  /* line 54, ../jeet/_grid.scss */
  .marcaSeccion .marcaContainer .marca:nth-of-type(1n + 1) {
    clear: both;
  }
  /* line 75, ../sass/_responsive.scss */
  .marcaSeccion .marcaContainer .marca img {
    width: 50%;
  }

  /* line 82, ../sass/_responsive.scss */
  .footer .izquierda {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 360, ../jeet/_grid.scss */
  .footer .izquierda:before, .footer .izquierda:after {
    content: '';
    display: table;
  }
  /* line 365, ../jeet/_grid.scss */
  .footer .izquierda:after {
    clear: both;
  }
  /* line 58, ../jeet/_grid.scss */
  .footer .izquierda:last-child {
    margin-right: 0%;
  }
  /* line 85, ../sass/_responsive.scss */
  .footer .derecha {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 360, ../jeet/_grid.scss */
  .footer .derecha:before, .footer .derecha:after {
    content: '';
    display: table;
  }
  /* line 365, ../jeet/_grid.scss */
  .footer .derecha:after {
    clear: both;
  }
  /* line 58, ../jeet/_grid.scss */
  .footer .derecha:last-child {
    margin-right: 0%;
  }

  /* line 89, ../sass/_responsive.scss */
  .footer .derecha img {
    max-width: 100%;
  }

  /* line 93, ../sass/_responsive.scss */
  .bienvenida .textContainer {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.83333%;
    margin-left: 8.58333%;
    margin-right: 3%;
  }
  /* line 360, ../jeet/_grid.scss */
  .bienvenida .textContainer:before, .bienvenida .textContainer:after {
    content: '';
    display: table;
  }
  /* line 365, ../jeet/_grid.scss */
  .bienvenida .textContainer:after {
    clear: both;
  }
  /* line 58, ../jeet/_grid.scss */
  .bienvenida .textContainer:last-child {
    margin-right: 0%;
  }

  /* line 97, ../sass/_responsive.scss */
  .bienvenida .logo img {
    max-width: 60%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* STYLES GO HERE */
  /* line 105, ../sass/_responsive.scss */
  #placeholder {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* STYLES GO HERE */
  /* line 113, ../sass/_responsive.scss */
  #placeholder {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 121, ../sass/_responsive.scss */
  .parte2Wrapper {
    display: none;
  }

  /* line 124, ../sass/_responsive.scss */
  .parte2Movil {
    display: block;
  }

  /* line 127, ../sass/_responsive.scss */
  #placeholder {
    display: block;
  }
}
