@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url(../fonts/HelveticaNeueMedium.eot) format("eot");
  src: url(../fonts/HelveticaNeueMedium.woff) format("woff");
  src: url(../fonts/HelveticaNeueMedium.otf) format("otf"); }

/*! 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; }

/* 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 {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* 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 {
  -moz-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"] {
  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 */
  -moz-box-sizing: content-box;
  -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; }

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

body {
  margin: 0;
  padding: 0;
  font-family: 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: 1100px;
  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;
    padding-left: 15px;
    padding-right: 15px;
    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; }

/*base: A partir de 320px*/
@media all and (min-width: 320px) {
  /*Tamaños en porcentajes*/
  .base-5,
  .grupo .caja.base-5 {
    width: 5%; }
  .base-10,
  .grupo .caja.base-10 {
    width: 10%; }
  .base-15,
  .grupo .caja.base-15 {
    width: 15%; }
  .base-20,
  .grupo .caja.base-20 {
    width: 20%; }
  .base-25,
  .grupo .caja.base-25 {
    width: 25%; }
  .base-30,
  .grupo .caja.base-30 {
    width: 30%; }
  .base-35,
  .grupo .caja.base-35 {
    width: 35%; }
  .base-40,
  .grupo .caja.base-40 {
    width: 40%; }
  .base-45,
  .grupo .caja.base-45 {
    width: 45%; }
  .base-50,
  .grupo .caja.base-50 {
    width: 50%; }
  .base-55,
  .grupo .caja.base-55 {
    width: 55%; }
  .base-60,
  .grupo .caja.base-60 {
    width: 60%; }
  .base-65,
  .grupo .caja.base-65 {
    width: 65%; }
  .base-70,
  .grupo .caja.base-70 {
    width: 70%; }
  .base-75,
  .grupo .caja.base-75 {
    width: 75%; }
  .base-80,
  .grupo .caja.base-80 {
    width: 80%; }
  .base-85,
  .grupo .caja.base-85 {
    width: 85%; }
  .base-90,
  .grupo .caja.base-90 {
    width: 90%; }
  .base-95,
  .grupo .caja.base-95 {
    width: 95%; }
  .base-100,
  .grupo .caja.base-100 {
    width: 100%; }
  /*Tamaño en fracciones*/
  .base-1-3,
  .grupo .caja.base-1-3 {
    width: 33.33333%; }
  .base-2-3,
  .grupo .caja.base-2-3 {
    width: 66.66667%; }
  .base-3-3,
  .grupo .caja.base-3-3 {
    width: 100%; }
  .base-1-6,
  .grupo .caja.base-1-6 {
    width: 16.66667%; }
  .base-2-6,
  .grupo .caja.base-2-6 {
    width: 33.33333%; }
  .base-3-6,
  .grupo .caja.base-3-6 {
    width: 50%; }
  .base-4-6,
  .grupo .caja.base-4-6 {
    width: 66.66667%; }
  .base-5-6,
  .grupo .caja.base-5-6 {
    width: 83.33333%; }
  .base-6-6,
  .grupo .caja.base-6-6 {
    width: 100%; }
  .base-1-8,
  .grupo .caja.base-1-8 {
    width: 12.5%; }
  .base-2-8,
  .grupo .caja.base-2-8 {
    width: 25%; }
  .base-3-8,
  .grupo .caja.base-3-8 {
    width: 37.5%; }
  .base-4-8,
  .grupo .caja.base-4-8 {
    width: 50%; }
  .base-5-8,
  .grupo .caja.base-5-8 {
    width: 62.5%; }
  .base-6-8,
  .grupo .caja.base-6-8 {
    width: 75%; }
  .base-7-8,
  .grupo .caja.base-7-8 {
    width: 87.5%; }
  .base-8-8,
  .grupo .caja.base-8-8 {
    width: 100%; } }

/*movil: A partir de 480px*/
@media all and (min-width: 480px) {
  /*Tamaños en porcentajes*/
  .movil-5,
  .grupo .caja.movil-5 {
    width: 5%; }
  .movil-10,
  .grupo .caja.movil-10 {
    width: 10%; }
  .movil-15,
  .grupo .caja.movil-15 {
    width: 15%; }
  .movil-20,
  .grupo .caja.movil-20 {
    width: 20%; }
  .movil-25,
  .grupo .caja.movil-25 {
    width: 25%; }
  .movil-30,
  .grupo .caja.movil-30 {
    width: 30%; }
  .movil-35,
  .grupo .caja.movil-35 {
    width: 35%; }
  .movil-40,
  .grupo .caja.movil-40 {
    width: 40%; }
  .movil-45,
  .grupo .caja.movil-45 {
    width: 45%; }
  .movil-50,
  .grupo .caja.movil-50 {
    width: 50%; }
  .movil-55,
  .grupo .caja.movil-55 {
    width: 55%; }
  .movil-60,
  .grupo .caja.movil-60 {
    width: 60%; }
  .movil-65,
  .grupo .caja.movil-65 {
    width: 65%; }
  .movil-70,
  .grupo .caja.movil-70 {
    width: 70%; }
  .movil-75,
  .grupo .caja.movil-75 {
    width: 75%; }
  .movil-80,
  .grupo .caja.movil-80 {
    width: 80%; }
  .movil-85,
  .grupo .caja.movil-85 {
    width: 85%; }
  .movil-90,
  .grupo .caja.movil-90 {
    width: 90%; }
  .movil-95,
  .grupo .caja.movil-95 {
    width: 95%; }
  .movil-100,
  .grupo .caja.movil-100 {
    width: 100%; }
  /*Tamaño en fracciones*/
  .movil-1-3,
  .grupo .caja.movil-1-3 {
    width: 33.33333%; }
  .movil-2-3,
  .grupo .caja.movil-2-3 {
    width: 66.66667%; }
  .movil-3-3,
  .grupo .caja.movil-3-3 {
    width: 100%; }
  .movil-1-6,
  .grupo .caja.movil-1-6 {
    width: 16.66667%; }
  .movil-2-6,
  .grupo .caja.movil-2-6 {
    width: 33.33333%; }
  .movil-3-6,
  .grupo .caja.movil-3-6 {
    width: 50%; }
  .movil-4-6,
  .grupo .caja.movil-4-6 {
    width: 66.66667%; }
  .movil-5-6,
  .grupo .caja.movil-5-6 {
    width: 83.33333%; }
  .movil-6-6,
  .grupo .caja.movil-6-6 {
    width: 100%; }
  .movil-1-8,
  .grupo .caja.movil-1-8 {
    width: 12.5%; }
  .movil-2-8,
  .grupo .caja.movil-2-8 {
    width: 25%; }
  .movil-3-8,
  .grupo .caja.movil-3-8 {
    width: 37.5%; }
  .movil-4-8,
  .grupo .caja.movil-4-8 {
    width: 50%; }
  .movil-5-8,
  .grupo .caja.movil-5-8 {
    width: 62.5%; }
  .movil-6-8,
  .grupo .caja.movil-6-8 {
    width: 75%; }
  .movil-7-8,
  .grupo .caja.movil-7-8 {
    width: 87.5%; }
  .movil-8-8,
  .grupo .caja.movil-8-8 {
    width: 100%; } }

/*tablet: A partir de 768px*/
@media all and (min-width: 768px) {
  /*Tamaños en porcentajes*/
  .tablet-5,
  .grupo .caja.tablet-5 {
    width: 5%; }
  .tablet-10,
  .grupo .caja.tablet-10 {
    width: 10%; }
  .tablet-15,
  .grupo .caja.tablet-15 {
    width: 15%; }
  .tablet-20,
  .grupo .caja.tablet-20 {
    width: 20%; }
  .tablet-25,
  .grupo .caja.tablet-25 {
    width: 25%; }
  .tablet-30,
  .grupo .caja.tablet-30 {
    width: 30%; }
  .tablet-35,
  .grupo .caja.tablet-35 {
    width: 35%; }
  .tablet-40,
  .grupo .caja.tablet-40 {
    width: 40%; }
  .tablet-45,
  .grupo .caja.tablet-45 {
    width: 45%; }
  .tablet-50,
  .grupo .caja.tablet-50 {
    width: 50%; }
  .tablet-55,
  .grupo .caja.tablet-55 {
    width: 55%; }
  .tablet-60,
  .grupo .caja.tablet-60 {
    width: 60%; }
  .tablet-65,
  .grupo .caja.tablet-65 {
    width: 65%; }
  .tablet-70,
  .grupo .caja.tablet-70 {
    width: 70%; }
  .tablet-75,
  .grupo .caja.tablet-75 {
    width: 75%; }
  .tablet-80,
  .grupo .caja.tablet-80 {
    width: 80%; }
  .tablet-85,
  .grupo .caja.tablet-85 {
    width: 85%; }
  .tablet-90,
  .grupo .caja.tablet-90 {
    width: 90%; }
  .tablet-95,
  .grupo .caja.tablet-95 {
    width: 95%; }
  .tablet-100,
  .grupo .caja.tablet-100 {
    width: 100%; }
  /*Tamaño en fracciones*/
  .tablet-1-3,
  .grupo .caja.tablet-1-3 {
    width: 33.33333%; }
  .tablet-2-3,
  .grupo .caja.tablet-2-3 {
    width: 66.66667%; }
  .tablet-3-3,
  .grupo .caja.tablet-3-3 {
    width: 100%; }
  .tablet-1-6,
  .grupo .caja.tablet-1-6 {
    width: 16.66667%; }
  .tablet-2-6,
  .grupo .caja.tablet-2-6 {
    width: 33.33333%; }
  .tablet-3-6,
  .grupo .caja.tablet-3-6 {
    width: 50%; }
  .tablet-4-6,
  .grupo .caja.tablet-4-6 {
    width: 66.66667%; }
  .tablet-5-6,
  .grupo .caja.tablet-5-6 {
    width: 83.33333%; }
  .tablet-6-6,
  .grupo .caja.tablet-6-6 {
    width: 100%; }
  .tablet-1-8,
  .grupo .caja.tablet-1-8 {
    width: 12.5%; }
  .tablet-2-8,
  .grupo .caja.tablet-2-8 {
    width: 25%; }
  .tablet-3-8,
  .grupo .caja.tablet-3-8 {
    width: 37.5%; }
  .tablet-4-8,
  .grupo .caja.tablet-4-8 {
    width: 50%; }
  .tablet-5-8,
  .grupo .caja.tablet-5-8 {
    width: 62.5%; }
  .tablet-6-8,
  .grupo .caja.tablet-6-8 {
    width: 75%; }
  .tablet-7-8,
  .grupo .caja.tablet-7-8 {
    width: 87.5%; }
  .tablet-8-8,
  .grupo .caja.tablet-8-8 {
    width: 100%; } }

/*web: A partir de 1025px*/
@media all and (min-width: 1025px) {
  /*Tamaños en porcentajes*/
  .web-5,
  .grupo .caja.web-5 {
    width: 5%; }
  .web-10,
  .grupo .caja.web-10 {
    width: 10%; }
  .web-15,
  .grupo .caja.web-15 {
    width: 15%; }
  .web-20,
  .grupo .caja.web-20 {
    width: 20%; }
  .web-25,
  .grupo .caja.web-25 {
    width: 25%; }
  .web-30,
  .grupo .caja.web-30 {
    width: 30%; }
  .web-35,
  .grupo .caja.web-35 {
    width: 35%; }
  .web-40,
  .grupo .caja.web-40 {
    width: 40%; }
  .web-45,
  .grupo .caja.web-45 {
    width: 45%; }
  .web-50,
  .grupo .caja.web-50 {
    width: 50%; }
  .web-55,
  .grupo .caja.web-55 {
    width: 55%; }
  .web-60,
  .grupo .caja.web-60 {
    width: 60%; }
  .web-65,
  .grupo .caja.web-65 {
    width: 65%; }
  .web-70,
  .grupo .caja.web-70 {
    width: 70%; }
  .web-75,
  .grupo .caja.web-75 {
    width: 75%; }
  .web-80,
  .grupo .caja.web-80 {
    width: 80%; }
  .web-85,
  .grupo .caja.web-85 {
    width: 85%; }
  .web-90,
  .grupo .caja.web-90 {
    width: 90%; }
  .web-95,
  .grupo .caja.web-95 {
    width: 95%; }
  .web-100,
  .grupo .caja.web-100 {
    width: 100%; }
  /*Tamaño en fracciones*/
  .web-1-3,
  .grupo .caja.web-1-3 {
    width: 33.33333%; }
  .web-2-3,
  .grupo .caja.web-2-3 {
    width: 66.66667%; }
  .web-3-3,
  .grupo .caja.web-3-3 {
    width: 100%; }
  .web-1-6,
  .grupo .caja.web-1-6 {
    width: 16.66667%; }
  .web-2-6,
  .grupo .caja.web-2-6 {
    width: 33.33333%; }
  .web-3-6,
  .grupo .caja.web-3-6 {
    width: 50%; }
  .web-4-6,
  .grupo .caja.web-4-6 {
    width: 66.66667%; }
  .web-5-6,
  .grupo .caja.web-5-6 {
    width: 83.33333%; }
  .web-6-6,
  .grupo .caja.web-6-6 {
    width: 100%; }
  .web-1-8,
  .grupo .caja.web-1-8 {
    width: 12.5%; }
  .web-2-8,
  .grupo .caja.web-2-8 {
    width: 25%; }
  .web-3-8,
  .grupo .caja.web-3-8 {
    width: 37.5%; }
  .web-4-8,
  .grupo .caja.web-4-8 {
    width: 50%; }
  .web-5-8,
  .grupo .caja.web-5-8 {
    width: 62.5%; }
  .web-6-8,
  .grupo .caja.web-6-8 {
    width: 75%; }
  .web-7-8,
  .grupo .caja.web-7-8 {
    width: 87.5%; }
  .web-8-8,
  .grupo .caja.web-8-8 {
    width: 100%; } }

/*hd: A partir de 1400px*/
@media all and (min-width: 1400px) {
  /*Tamaños en porcentajes*/
  .hd-5,
  .grupo .caja.hd-5 {
    width: 5%; }
  .hd-10,
  .grupo .caja.hd-10 {
    width: 10%; }
  .hd-15,
  .grupo .caja.hd-15 {
    width: 15%; }
  .hd-20,
  .grupo .caja.hd-20 {
    width: 20%; }
  .hd-25,
  .grupo .caja.hd-25 {
    width: 25%; }
  .hd-30,
  .grupo .caja.hd-30 {
    width: 30%; }
  .hd-35,
  .grupo .caja.hd-35 {
    width: 35%; }
  .hd-40,
  .grupo .caja.hd-40 {
    width: 40%; }
  .hd-45,
  .grupo .caja.hd-45 {
    width: 45%; }
  .hd-50,
  .grupo .caja.hd-50 {
    width: 50%; }
  .hd-55,
  .grupo .caja.hd-55 {
    width: 55%; }
  .hd-60,
  .grupo .caja.hd-60 {
    width: 60%; }
  .hd-65,
  .grupo .caja.hd-65 {
    width: 65%; }
  .hd-70,
  .grupo .caja.hd-70 {
    width: 70%; }
  .hd-75,
  .grupo .caja.hd-75 {
    width: 75%; }
  .hd-80,
  .grupo .caja.hd-80 {
    width: 80%; }
  .hd-85,
  .grupo .caja.hd-85 {
    width: 85%; }
  .hd-90,
  .grupo .caja.hd-90 {
    width: 90%; }
  .hd-95,
  .grupo .caja.hd-95 {
    width: 95%; }
  .hd-100,
  .grupo .caja.hd-100 {
    width: 100%; }
  /*Tamaño en fracciones*/
  .hd-1-3,
  .grupo .caja.hd-1-3 {
    width: 33.33333%; }
  .hd-2-3,
  .grupo .caja.hd-2-3 {
    width: 66.66667%; }
  .hd-3-3,
  .grupo .caja.hd-3-3 {
    width: 100%; }
  .hd-1-6,
  .grupo .caja.hd-1-6 {
    width: 16.66667%; }
  .hd-2-6,
  .grupo .caja.hd-2-6 {
    width: 33.33333%; }
  .hd-3-6,
  .grupo .caja.hd-3-6 {
    width: 50%; }
  .hd-4-6,
  .grupo .caja.hd-4-6 {
    width: 66.66667%; }
  .hd-5-6,
  .grupo .caja.hd-5-6 {
    width: 83.33333%; }
  .hd-6-6,
  .grupo .caja.hd-6-6 {
    width: 100%; }
  .hd-1-8,
  .grupo .caja.hd-1-8 {
    width: 12.5%; }
  .hd-2-8,
  .grupo .caja.hd-2-8 {
    width: 25%; }
  .hd-3-8,
  .grupo .caja.hd-3-8 {
    width: 37.5%; }
  .hd-4-8,
  .grupo .caja.hd-4-8 {
    width: 50%; }
  .hd-5-8,
  .grupo .caja.hd-5-8 {
    width: 62.5%; }
  .hd-6-8,
  .grupo .caja.hd-6-8 {
    width: 75%; }
  .hd-7-8,
  .grupo .caja.hd-7-8 {
    width: 87.5%; }
  .hd-8-8,
  .grupo .caja.hd-8-8 {
    width: 100%; } }

@media all and (min-width: 320px) {
  .grupo.base-tabla {
    display: table; }
    .grupo.base-tabla > .caja {
      float: none;
      display: table-cell; }
    .grupo.base-tabla.medio > .caja {
      vertical-align: middle; }
    .grupo.base-tabla.arriba > .caja {
      vertical-align: top; }
    .grupo.base-tabla.abajo > .caja {
      vertical-align: bottom; } }

@media all and (min-width: 480px) {
  .grupo.movil-tabla {
    display: table; }
    .grupo.movil-tabla > .caja {
      float: none;
      display: table-cell; }
    .grupo.movil-tabla.medio > .caja {
      vertical-align: middle; }
    .grupo.movil-tabla.arriba > .caja {
      vertical-align: top; }
    .grupo.movil-tabla.abajo > .caja {
      vertical-align: bottom; } }

@media all and (min-width: 768px) {
  .grupo.tablet-tabla {
    display: table; }
    .grupo.tablet-tabla > .caja {
      float: none;
      display: table-cell; }
    .grupo.tablet-tabla.medio > .caja {
      vertical-align: middle; }
    .grupo.tablet-tabla.arriba > .caja {
      vertical-align: top; }
    .grupo.tablet-tabla.abajo > .caja {
      vertical-align: bottom; } }

@media all and (min-width: 1025px) {
  .grupo.web-tabla {
    display: table; }
    .grupo.web-tabla > .caja {
      float: none;
      display: table-cell; }
    .grupo.web-tabla.medio > .caja {
      vertical-align: middle; }
    .grupo.web-tabla.arriba > .caja {
      vertical-align: top; }
    .grupo.web-tabla.abajo > .caja {
      vertical-align: bottom; } }

@media all and (min-width: 1400px) {
  .grupo.hd-tabla {
    display: table; }
    .grupo.hd-tabla > .caja {
      float: none;
      display: table-cell; }
    .grupo.hd-tabla.medio > .caja {
      vertical-align: middle; }
    .grupo.hd-tabla.arriba > .caja {
      vertical-align: top; }
    .grupo.hd-tabla.abajo > .caja {
      vertical-align: bottom; } }

.caja.medio {
  vertical-align: middle; }

.caja.arriba {
  vertical-align: top; }

.caja.abajo {
  vertical-align: bottom; }

/* 	ESTILOS PARA DESARROLLO
	========================
	Añada la clase "desarrollo"
   	a body para tener ayudas al trabajar con ED GRID 
*/
body.desarrollo {
  padding: 0 !important;
  margin: 0 !important; }
  body.desarrollo:before {
    background: steelblue;
    /*Azul Escuela Digital*/
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    display: block;
    height: 36px;
    margin-bottom: 30px;
    position: relative;
    z-index: 900; }
  body.desarrollo .grupo {
    padding-top: 22px;
    margin-bottom: 10px;
    outline: 1px solid tomato; }
    body.desarrollo .grupo .caja {
      position: relative;
      padding-bottom: 22px; }
      body.desarrollo .grupo .caja:nth-child(even) {
        background: rgba(70, 130, 180, 0.2); }
    body.desarrollo .grupo .grupo {
      margin-bottom: 0; }

.desarrollo .grupo .caja:after,
.desarrollo .grupo:before {
  content: attr(class);
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  padding: 0 5px;
  z-index: 1;
  bottom: 0;
  right: 0;
  position: absolute;
  display: table;
  width: 100%;
  height: 22px;
  line-height: 22px; }

.desarrollo .grupo:before {
  background: rgba(255, 99, 71, 0.3);
  color: tomato;
  top: 0;
  left: 0;
  width: 100%; }

.desarrollo .caja:after {
  background: rgba(70, 130, 180, 0.2);
  color: steelblue; }

.desarrollo .caja.total:after {
  background: rgba(27, 50, 70, 0.3); }

body.desarrollo:before {
  content: "ED-GRID: Tamaño base"; }

@media screen and (min-width: 320px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño base, desde 320px"; } }

@media screen and (min-width: 480px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño movil, desde 480px"; } }

@media screen and (min-width: 768px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño tablet, desde 768px"; } }

@media screen and (min-width: 1025px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño web, desde 1025px"; } }

@media screen and (min-width: 1400px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño hd, desde 1400px"; } }

.grupo.demostrar {
  outline: 1px solid tomato;
  margin: 1em auto; }
  .grupo.demostrar > .caja {
    background: #eee;
    box-shadow: 0 0 0 1px steelblue;
    padding-top: 1em;
    padding-bottom: 1em; }
    .grupo.demostrar > .caja p {
      margin-bottom: 0; }
    .grupo.demostrar > .caja:nth-child(odd) {
      background: #ddd; }
    .grupo.demostrar > .caja.total {
      background: #fff; }

@media screen and (max-width: 319px) {
  .desde-base {
    display: none !important; } }

@media screen and (max-width: 479px) {
  .desde-movil {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .desde-tablet {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .desde-web {
    display: none !important; } }

@media screen and (max-width: 1399px) {
  .desde-hd {
    display: none !important; } }

@media screen and (min-width: 320px) {
  .hasta-base {
    display: none !important; } }

@media screen and (min-width: 480px) {
  .hasta-movil {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hasta-tablet {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .hasta-web {
    display: none !important; } }

@media screen and (min-width: 1400px) {
  .hasta-hd {
    display: none !important; } }

/*
	ESTILOS DE LAYOUT
	==================
*/
.centro, .centrar {
  display: block;
  clear: both;
  float: none !important;
  margin-right: auto !important;
  margin-left: auto !important; }

.left, .izquierda {
  float: left; }

.right, .derecha {
  float: right; }

.total {
  width: 100%;
  clear: both; }

.centrar-texto,
.centrar-contenido,
.centro-contenido {
  text-align: center; }

.izquierda-texto,
.izquierda-contenido {
  text-align: left; }

.derecha-texto,
.derecha-contenido {
  text-align: right; }

.circulo {
  border-radius: 50%; }

.limpiar:before, .limpiar:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

/* 	NO PADDING
	===========
	class="no-padding" al grupo, le da padding cero a todas sus cajas.
	class="no-padding" a la caja le da padding cero solo a ella
*/
.no-padding.grupo > .caja,
.caja.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* Controlar el padding*/
.padding {
  padding-left: 15px;
  padding-right: 15px; }

.padding-2 {
  padding-left: 30px;
  padding-right: 30px; }

.padding-3 {
  padding-left: 45px;
  padding-right: 45px; }

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

.espacio:before {
  margin-right: .3em; }

.ed-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .ed-video > iframe,
  .ed-video > object,
  .ed-video > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@font-face {
  font-family: "ed-grid";
  src: url("../fonts/ed-grid.eot");
  src: url("../fonts/ed-grid.eot?#iefix") format("embedded-opentype"), url("../fonts/ed-grid.woff") format("woff"), url("../fonts/ed-grid.ttf") format("truetype"), url("../fonts/ed-grid.svg#ed-grid") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "ed-grid" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ed-grid" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: .15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.espacio:before {
  margin-right: .3em; }

.icon-youtube:before {
  content: "a"; }

.icon-twitter:before {
  content: "b"; }

.icon-facebook:before {
  content: "c"; }

.icon-linkedin:before {
  content: "d"; }

.icon-pinterest:before {
  content: "e"; }

.icon-instagram:before {
  content: "f"; }

.icon-rss:before {
  content: "g"; }

.icon-github:before {
  content: "h"; }

.icon-izquierda:before {
  content: "i"; }

.icon-derecha:before {
  content: "j"; }

.icon-arriba:before {
  content: "k"; }

.icon-abajo:before {
  content: "l"; }

.icon-triangulo-izquierda:before {
  content: "m"; }

.icon-triangulo-derecha:before {
  content: "n"; }

.icon-triangulo-arriba:before {
  content: "p"; }

.icon-aceptar:before {
  content: "q"; }

.icon-triangulo-abajo:before {
  content: "o"; }

.icon-telefono:before {
  content: "r"; }

.icon-android:before {
  content: "s"; }

.icon-apple:before {
  content: "t"; }

.icon-bitcoin:before {
  content: "u"; }

.icon-fecha:before {
  content: "v"; }

.icon-camara:before {
  content: "w"; }

.icon-tarjeta:before {
  content: "x"; }

.icon-pin:before {
  content: "y"; }

.icon-cerrar:before {
  content: "z"; }

.icon-whatsapp:before {
  content: "A"; }

.icon-vimeo:before {
  content: "B"; }

.icon-menu:before {
  content: "C"; }

.icon-menu-secundario:before {
  content: "D"; }

.icon-correo:before {
  content: "E"; }

.icon-ed:before {
  content: "F"; }

.icon-google-plus:before {
  content: "G"; }

.icon-carrito:before {
  content: "H"; }

.icon-usuario:before {
  content: "I"; }

.icon-enlace:before {
  content: "J"; }

.icon-portafolio:before {
  content: "K"; }

.icon-mastercard:before {
  content: "L"; }

.icon-paypal:before {
  content: "M"; }

.icon-visa:before {
  content: "N"; }

.icon-buscar:before {
  content: "O"; }

body {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #333; }

a {
  color: initial; }

p, blockquote, li {
  font-size: 1em;
  line-height: 1.5; }

p {
  margin: 0 0 1em 0; }
  p:last-child, p:only-child {
    margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: normal;
  color: #222; }

h1 {
  font-size: 2em;
  line-height: 1.2; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.9em; }

h6 {
  font-size: 0.8em; }

#contacto {
  margin-bottom: 2em; }

#form-contacto .contacto__field {
  width: 100%;
  margin-bottom: 1em;
  border: none;
  padding: 1em 1em;
  background: #a4a4a4; }

#form-contacto .contacto__select {
  width: 100%;
  margin-bottom: 1em;
  border: none;
  padding: 1em 1em;
  background: #a4a4a4; }

#form-contacto .contacto__button {
  margin-bottom: 1em;
  border: none;
  width: 100%;
  padding: .5em;
  background: #0EB4B8;
  font-weight: bold;
  color: #075759; }

#form-contacto .contacto__check__content {
  text-align: center;
  font-size: 1em; }
  #form-contacto .contacto__check__content a {
    color: #0EB4B8;
    font-weight: bold; }

#form-contacto label.error {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  padding: 1em 1em;
  color: #b8b8b8;
  font-size: .75em;
  text-shadow: 1px 1px 3px #333;
  background: #ff3333; }

#mostrar-menu {
  background: #1E1E1E;
  padding: .5em 0 .5em 1em;
  color: #FFF;
  cursor: pointer;
  text-shadow: 1px 1px 0 #000;
  font-family: Arial, Helvetica, sans-serif; }

.menu {
  width: 100%;
  margin: 0;
  padding: .75em 1em .75em 0;
  list-style: none;
  display: none;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif; }
  @media screen and (min-width: 768px) {
    .menu {
      display: block;
      float: right;
      overflow: hidden;
      margin-top: 2.5em; } }
  @media screen and (min-width: 768px) {
    .menu__item {
      float: right; } }
  @media screen and (min-width: 768px) {
    .menu__item ul {
      position: absolute;
      z-index: 2; } }
  .menu__link {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    text-transform: uppercase;
    padding-left: 1em;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #d1d1d1; }
    @media screen and (min-width: 768px) {
      .menu__link {
        border-bottom: none;
        font-size: .90em;
        font-weight: normal;
        color: #1D1D1D; } }
    @media screen and (min-width: 1025px) {
      .menu__link {
        font-size: 1em; } }
    .menu__link:hover {
      font-family: Arial, Helvetica, sans-serif;
      color: #999; }

*, html {
  font-family: Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6, p, a, ul, li {
  font-family: Arial, Helvetica, sans-serif; }

#header {
  width: 100%;
  margin: 0;
  padding: 0 0;
  padding-bottom: 0;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  background: #FFFFFF; }
  #header form {
    text-align: right;
    margin-bottom: 1em; }

img.logo {
  cursor: pointer;
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    img.logo {
      margin-bottom: 0; } }
  img.logo.centro {
    display: none; }

#header-bg {
  height: auto; }
  #header-bg img {
    margin-top: 13em;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #header-bg img {
        margin-top: 9em; } }

#container-camiones {
  margin-top: 10em; }

.mapa {
  width: 100%;
  height: auto; }

.container-content {
  padding: 1em 0; }
  .container-content img {
    width: 100%;
    height: auto; }

#header-partes-y-servicios {
  margin-top: 8em; }

.ribbon {
  margin-bottom: 1em;
  height: 2em;
  width: 100%;
  background: black; }

#container-camiones h1 {
  background: black;
  color: white;
  padding: .5em .75em;
  font-size: 1.75em; }

#container-camiones p.subtitulo {
  text-align: center;
  font-size: .85em;
  color: #666;
  font-weight: bold;
  border-bottom: 5px solid black; }

#container-camiones p.descripcion {
  text-align: justify; }

#container-camiones a {
  text-decoration: none;
  display: inline-block;
  padding: .5em 2em;
  background: #87754e;
  color: white;
  font-size: .95em; }

#separador {
  width: 100%;
  padding: 1em; }

#container-partes-y-servicios h1 {
  border-top: 5px solid black;
  padding-top: .5em;
  color: black;
  font-size: 1.75em; }

#container-partes-y-servicios p.subtitulo {
  text-align: center;
  font-size: .85em;
  color: #666;
  font-weight: bold;
  border-bottom: 5px solid black; }

#container-partes-y-servicios p.descripcion {
  text-align: justify; }

#container-partes-y-servicios a {
  text-decoration: none;
  display: inline-block;
  color: black;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase; }

#container-tren-motriz h1 {
  color: black;
  font-size: 1.75em;
  padding-top: .5em;
  border-top: 5px solid black; }

#container-tren-motriz p.subtitulo {
  text-align: center;
  font-size: .85em;
  color: #666;
  font-weight: bold;
  border-bottom: 5px solid black; }

#container-tren-motriz p.descripcion {
  text-align: justify;
  font-size: .9em; }

#container-tren-motriz a {
  text-decoration: none;
  display: inline-block;
  color: black;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: justify; }

#container-transmisiones h1 {
  border-top: 5px solid black;
  padding-top: .5em;
  color: black;
  font-size: 1.75em; }

#container-transmisiones p.subtitulo {
  text-align: center;
  font-size: .85em;
  color: #666;
  font-weight: bold;
  border-bottom: 5px solid black; }

#container-transmisiones p.descripcion {
  text-align: justify;
  font-size: .9em; }

#container-transmisiones a {
  text-decoration: none;
  display: inline-block;
  color: black;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase; }

#container-suspensiones h1 {
  border-top: 5px solid black;
  padding-top: .5em;
  color: black;
  font-size: 1.75em; }

#container-suspensiones p.subtitulo {
  text-align: center;
  font-size: .85em;
  color: #666;
  font-weight: bold;
  border-bottom: 5px solid black; }

#container-suspensiones p.descripcion {
  text-align: justify;
  font-size: .9em; }

#container-suspensiones a {
  text-decoration: none;
  display: inline-block;
  color: black;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase; }

#footer {
  padding: 2em 0 2em;
  background-image: url(../../img/background.jpg);
  background-size: cover;
  background-position: 50% 50; }

.footer-content {
  padding: 0 2em; }
  .footer-content p {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: .3em;
    color: white;
    font-size: .8em; }
  .footer-content a {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-decoration: none;
    font-size: .75em;
    text-transform: uppercase; }
  .footer-content form input {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin-bottom: 1em; }
  .footer-content form input[type="submit"] {
    background: #87754e;
    color: white;
    border: none;
    padding: .35em 0; }

#redes-sociales {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px solid white;
  text-align: center; }
  #redes-sociales a {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: black;
    margin-left: 5px;
    border-radius: 75%;
    background: rgba(255, 255, 255, 0.5); }

.titulo {
  text-align: center; }

.tabs__links, .tabs__contents {
  width: 80%;
  margin: auto;
  overflow: hidden;
  box-sizing: border-box;
  display: none; }
  @media screen and (min-width: 600px) {
    .tabs__links, .tabs__contents {
      display: block; } }

.tabs__links {
  overflow: hidden;
  position: relative;
  top: 20px;
  text-align: center; }
  .tabs__links a {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    border-top: 1px solid #ccc;
    display: inline-block;
    width: 25%;
    line-height: 2em;
    background: white;
    font-weight: bold;
    padding: 1em 1em;
    text-decoration: none;
    color: black;
    border-bottom-color: transparent;
    border-bottom: 1em solid white; }
    .tabs__links a.active {
      z-index: 100;
      color: white;
      background: black; }
    .tabs__links a:after, .tabs__links a:before {
      bottom: -30%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute; }
    .tabs__links a:after {
      border-color: transparent;
      border-top-color: #000000;
      border-width: 10px;
      left: 50%;
      margin-left: -10px; }
    .tabs__links a .arrow_box:before {
      border-color: rgba(161, 103, 45, 0);
      border-top-color: #000000;
      border-width: 13px;
      left: 50%;
      margin-left: -13px; }

.tabs__contents {
  position: relative;
  min-height: 550px;
  height: auto; }
  .tabs__contents__item {
    background: white;
    padding: 2em 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: justify;
    display: none;
    font-family: Arial, Helvetica, sans-serif; }
    .tabs__contents__item.active {
      display: block; }

#camion {
  box-sizing: border-box; }
  #camion .tabs__links, #camion .tabs__contents {
    width: 80%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box; }
  #camion .tabs__links {
    overflow: hidden;
    position: relative;
    top: 20px;
    text-align: left; }
    #camion .tabs__links a {
      font-family: Arial, Helvetica, sans-serif;
      position: relative;
      border-top: 1px solid #ccc;
      display: inline-block;
      width: 25%;
      line-height: 2em;
      background: white;
      padding: 1em 1em;
      text-decoration: none;
      color: black;
      border-bottom-color: transparent;
      border-bottom: 1em solid white; }
      #camion .tabs__links a.active {
        z-index: 100;
        color: white;
        background: black; }
      #camion .tabs__links a:after, #camion .tabs__links a:before {
        bottom: -30%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute; }
      #camion .tabs__links a:after {
        border-color: transparent;
        border-top-color: #000000;
        border-width: 10px;
        left: 50%;
        margin-left: -10px; }
      #camion .tabs__links a .arrow_box:before {
        border-color: rgba(161, 103, 45, 0);
        border-top-color: #000000;
        border-width: 13px;
        left: 50%;
        margin-left: -13px; }
  #camion .tabs__contents {
    position: relative;
    min-height: 800px;
    height: auto; }
    #camion .tabs__contents__item {
      background: white;
      padding: 2em 0;
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
      #camion .tabs__contents__item.active {
        display: block; }

#transmision {
  box-sizing: border-box; }
  #transmision .tabs__links, #transmision .tabs__contents {
    width: 80%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box; }
  #transmision .tabs__links {
    overflow: hidden;
    position: relative;
    top: 20px;
    text-align: left; }
    #transmision .tabs__links a {
      position: relative;
      border-top: 1px solid #ccc;
      display: inline-block;
      width: 25%;
      line-height: 2em;
      background: white;
      padding: 1em 1em;
      text-decoration: none;
      color: black;
      border-bottom-color: transparent;
      border-bottom: 1em solid white; }
      #transmision .tabs__links a.active {
        z-index: 100;
        color: white;
        background: black; }
      #transmision .tabs__links a:after, #transmision .tabs__links a:before {
        bottom: -30%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute; }
      #transmision .tabs__links a:after {
        border-color: transparent;
        border-top-color: #000000;
        border-width: 10px;
        left: 50%;
        margin-left: -10px; }
      #transmision .tabs__links a .arrow_box:before {
        border-color: rgba(161, 103, 45, 0);
        border-top-color: #000000;
        border-width: 13px;
        left: 50%;
        margin-left: -13px; }
  #transmision .tabs__contents {
    position: relative;
    min-height: 800px;
    height: auto; }
    #transmision .tabs__contents__item {
      background: white;
      padding: 2em 0;
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
      #transmision .tabs__contents__item.active {
        display: block; }

.titulo-ficha-tecnica {
  display: block;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  padding-top: .5em;
  padding-bottom: .5em;
  text-decoration: none;
  margin-bottom: 1em;
  font-weight: bold; }

.link-ficha-tecnica {
  display: block;
  text-decoration: none;
  margin-bottom: 1em;
  font-weight: bold; }

.descripcion-content p, .exterior-content, .interior-content {
  text-align: justify; }

.exterior-content h3, .interior-content h3 {
  font-weight: 400; }

.beneficios h3 {
  padding-top: .5em;
  border-top: 5px solid black; }

.beneficios p {
  text-align: justify;
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: .25em;
  font-weight: 500;
  font-size: .85em; }

.separador-1 {
  width: 100%;
  padding-bottom: 1em;
  clear: both; }

.separador-2 {
  width: 100%;
  padding-bottom: 2em;
  clear: both; }

.separador-3 {
  width: 100%;
  padding-bottom: 3em;
  clear: both; }

.galeria h2 {
  text-align: center; }

#motor .item-content {
  margin: 0;
  padding: 0 1em .5em;
  border: 5px solid black; }
  #motor .item-content h2 {
    padding: 0;
    border-bottom: 1px solid black;
    padding-bottom: 1em; }
  #motor .item-content p {
    font-size: .85em;
    text-align: justify; }
  #motor .item-content ul li {
    font-size: .85em; }

#motor .item-especificaciones {
  margin: 0;
  padding: 0 1em .5em;
  border: 5px solid black; }
  #motor .item-especificaciones h2 {
    padding: 0;
    border-bottom: 1px solid black;
    padding-bottom: 1em; }
  #motor .item-especificaciones p {
    font-size: .85em;
    text-align: justify; }
  #motor .item-especificaciones ul li {
    font-size: .85em; }

#transmision .item-content {
  margin: 0;
  padding: 0 1em .5em;
  border: 5px solid black; }
  #transmision .item-content h2 {
    padding: 0;
    padding-bottom: 1em;
    border-bottom: 1px solid black; }
  #transmision .item-content p {
    font-size: .85em;
    text-align: justify; }
  #transmision .item-content ul li {
    font-size: .85em; }

#transmision .item-especificaciones {
  margin: 0;
  padding: 0 1em .5em;
  border: 5px solid black; }
  #transmision .item-especificaciones h2 {
    padding: 0;
    border-bottom: 1px solid black;
    padding-bottom: 1em; }
  #transmision .item-especificaciones p {
    font-size: .85em;
    text-align: justify; }
  #transmision .item-especificaciones ul li {
    font-size: .85em; }

#chasis .item-content {
  margin: 0;
  padding: 0 1em .5em;
  border: 5px solid black; }
  #chasis .item-content h2 {
    padding: 0;
    padding-bottom: 1em;
    border-bottom: 1px solid black; }
  #chasis .item-content p {
    font-size: .85em;
    text-align: justify; }
  #chasis .item-content ul li {
    font-size: .85em; }

#chasis .item-especificaciones {
  margin: 0;
  padding: 0 1em .5em;
  border: 5px solid black; }
  #chasis .item-especificaciones h2 {
    padding: 0;
    border-bottom: 1px solid black;
    padding-bottom: 1em; }
  #chasis .item-especificaciones p {
    font-size: .85em;
    text-align: justify; }
  #chasis .item-especificaciones ul li {
    font-size: .85em; }

.motores-container {
  width: 100%;
  border-top: 5px solid black;
  margin-bottom: 1em; }

.motores-content h1 {
  margin: 0;
  padding: 0;
  margin-bottom: .25em; }

.motores-content p {
  font-size: .9em;
  text-align: justify; }

.motores-content a {
  text-decoration: none;
  font-weight: bold; }
  .motores-content a:hover {
    color: #666; }

.justificar {
  text-align: justify; }
