@charset "UTF-8";
/*! 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.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url("https://fonts.googleapis.com/css?family=Oxygen:300,400,700");
html {
  font-family: sans-serif;
  /* 1 */
  -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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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: 1200px;
  width: 100%;
  margin: 0 auto; }
  .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;
    display: table; }
    .grupo .caja.total:before, .grupo .caja.total:after {
      content: "";
      display: table;
      width: 100%;
      clear: both; }

.grupo .base-5 {
  width: 5%; }

.grupo .base-10 {
  width: 10%; }

.grupo .base-15 {
  width: 15%; }

.grupo .base-20 {
  width: 20%; }

.grupo .base-25 {
  width: 25%; }

.grupo .base-30 {
  width: 30%; }

.grupo .base-35 {
  width: 35%; }

.grupo .base-40 {
  width: 40%; }

.grupo .base-45 {
  width: 45%; }

.grupo .base-50 {
  width: 50%; }

.grupo .base-55 {
  width: 55%; }

.grupo .base-60 {
  width: 60%; }

.grupo .base-65 {
  width: 65%; }

.grupo .base-70 {
  width: 70%; }

.grupo .base-75 {
  width: 75%; }

.grupo .base-80 {
  width: 80%; }

.grupo .base-85 {
  width: 85%; }

.grupo .base-90 {
  width: 90%; }

.grupo .base-95 {
  width: 95%; }

.grupo .base-100 {
  width: 100%; }

.grupo .base-1-3 {
  width: 33.33333%; }

.grupo .base-2-3 {
  width: 66.66667%; }

.grupo .base-3-3 {
  width: 100%; }

.grupo .base-1-6 {
  width: 16.66667%; }

.grupo .base-2-6 {
  width: 33.33333%; }

.grupo .base-3-6 {
  width: 50%; }

.grupo .base-4-6 {
  width: 66.66667%; }

.grupo .base-5-6 {
  width: 83.33333%; }

.grupo .base-6-6 {
  width: 100%; }

.grupo .base-1-8 {
  width: 12.5%; }

.grupo .base-2-8 {
  width: 25%; }

.grupo .base-3-8 {
  width: 37.5%; }

.grupo .base-4-8 {
  width: 50%; }

.grupo .base-5-8 {
  width: 62.5%; }

.grupo .base-6-8 {
  width: 75%; }

.grupo .base-7-8 {
  width: 87.5%; }

.grupo .base-8-8 {
  width: 100%; }

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

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

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

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

.grupo.base-tabla {
  display: table; }
  .grupo.base-tabla > .caja {
    float: none;
    display: table-cell; }
  .grupo.base-tabla.middle > .caja {
    vertical-align: middle; }
  .grupo.base-tabla.top > .caja {
    vertical-align: top; }
  .grupo.base-tabla.bottom > .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.middle > .caja {
      vertical-align: middle; }
    .grupo.movil-tabla.top > .caja {
      vertical-align: top; }
    .grupo.movil-tabla.bottom > .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.middle > .caja {
      vertical-align: middle; }
    .grupo.tablet-tabla.top > .caja {
      vertical-align: top; }
    .grupo.tablet-tabla.bottom > .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.middle > .caja {
      vertical-align: middle; }
    .grupo.web-tabla.top > .caja {
      vertical-align: top; }
    .grupo.web-tabla.bottom > .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.middle > .caja {
      vertical-align: middle; }
    .grupo.hd-tabla.top > .caja {
      vertical-align: top; }
    .grupo.hd-tabla.bottom > .caja {
      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: 480px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño movil, a partir de 480px"; } }

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

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

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

.grupo.demostrar {
  outline: 1px solid tomato;
  margin: 1em auto; }
  .grupo.demostrar > .caja {
    background: #eee;
    -webkit-box-shadow: 0 0 0 1px steelblue;
    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: 479px) {
  .desde-movil {
    display: none; } }

@media screen and (min-width: 480px) {
  .desde-movil {
    display: block; } }

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

@media screen and (min-width: 768px) {
  .desde-tablet {
    display: block; } }

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

@media screen and (min-width: 1025px) {
  .desde-web {
    display: block; } }

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

@media screen and (min-width: 1400px) {
  .desde-hd {
    display: block; } }

@media screen and (max-width: 479px) {
  .hasta-movil {
    display: block; } }

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

@media screen and (max-width: 767px) {
  .hasta-tablet {
    display: block; } }

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

@media screen and (max-width: 1024px) {
  .hasta-web {
    display: block; } }

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

@media screen and (max-width: 1399px) {
  .hasta-hd {
    display: block; } }

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

/*
	ESTILOS DE LAYOUT
	==================
*/
.centrar-caja {
  display: block;
  clear: both;
  float: none !important;
  margin: 0 auto !important; }

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

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

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

.left, .izquierda {
  float: left; }

.right, .derecha {
  float: right; }

/* 	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,
.grupo > .no-padding {
  padding: 0 !important; }

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

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

.ed-menu {
  display: table; }
  .ed-menu, .ed-menu ul, .ed-menu li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .ed-menu li {
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .ed-menu a, .ed-menu span {
    display: block;
    text-decoration: none; }
  .ed-menu.horizontal ul {
    position: absolute; }

@media screen and (min-width: 1025px) {
  .ed-menu.horizontal > li {
    float: left;
    text-align: center; }
  .ed-menu.horizontal > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    text-align: left; }
  .ed-menu.horizontal ul ul {
    position: absolute;
    left: 100%;
    top: 0; }
  .ed-menu.horizontal ul li {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .ed-menu.horizontal li:hover > ul > li {
    max-height: 100px;
    overflow: visible; }
  .ed-menu.horizontal.flechas .padre:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    opacity: .5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .5em; }
  .ed-menu.horizontal.flechas > .padre:after {
    border-top: .4rem solid #fff;
    border-left: .3rem solid transparent;
    border-right: .3rem solid transparent; }
  .ed-menu.horizontal.flechas > .padre .padre:after {
    border-left: .4rem solid #fff;
    border-top: .3rem solid transparent;
    border-bottom: .3rem solid transparent; } }

body {
  background: #5D4C32;
  font-family: "Open Sans", sans-serif !important;
  color: #333; }

a {
  color: blue;
  text-decoration: none; }

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

p {
  margin: 0 0 1em 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oxygen", sans-serif;
  font-weight: bold;
  text-transform: normal;
  color: #222; }

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

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.9em; }

h6 {
  font-size: 0.8em; }

section {
  padding: 1.5em; }

#mostrar-menu {
  background: #FE9A2A;
  padding-left: 1em;
  line-height: 2.5;
  color: #353733; }
  #mostrar-menu:before {
    content: "";
    cursor: pointer;
    display: inline-block;
    width: 1.6em;
    height: 1em;
    margin-right: .5em;
    position: relative;
    top: .1em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #353733), color-stop(25%, transparent), color-stop(37%, transparent), color-stop(37%, #353733), color-stop(62%, #353733), color-stop(62%, transparent), color-stop(75%, transparent), color-stop(75%, #353733));
    background: -webkit-linear-gradient(#353733 25%, transparent 25%, transparent 37%, #353733 37%, #353733 62%, transparent 62%, transparent 75%, #353733 75%);
    background: -o-linear-gradient(#353733 25%, transparent 25%, transparent 37%, #353733 37%, #353733 62%, transparent 62%, transparent 75%, #353733 75%);
    background: linear-gradient(#353733 25%, transparent 25%, transparent 37%, #353733 37%, #353733 62%, transparent 62%, transparent 75%, #353733 75%); }
  @media screen and (min-width: 1025px) {
    #mostrar-menu {
      display: none; } }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1024px) {
    .menu {
      display: none;
      background: #feb25d; }
      .menu__link {
        color: #353733;
        padding-left: 1em;
        line-height: 2.5; }
        .menu__link:hover {
          color: #1c1d1a; } }
  @media screen and (min-width: 1025px) {
    .menu {
      display: table;
      float: right;
      margin-top: 1.5em; }
      .menu__item {
        float: left; }
      .menu__link {
        line-height: 2.5;
        color: #fff;
        text-transform: uppercase;
        padding: 0 1.5em;
        font-weight: 300;
        font-family: "Oxygen", sans-serif;
        opacity: .7;
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
        .menu__link:hover {
          opacity: 1;
          color: #FE9A2A; } }

#header {
  color: #fff; }
  @media screen and (max-width: 767px) {
    #header {
      background: #353733; } }
  @media screen and (min-width: 768px) {
    #header {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #353733), color-stop(60%, transparent));
      background: -webkit-linear-gradient(#353733 60%, transparent 60%);
      background: -o-linear-gradient(#353733 60%, transparent 60%);
      background: linear-gradient(#353733 60%, transparent 60%); } }

.logo {
  text-align: center;
  font-weight: 300;
  font-size: 2em;
  font-family: 'Oxygen', sans-serif;
  color: #fff;
  margin: .5em 0 0.2em;
  letter-spacing: 0.3em; }
  .logo span {
    font-weight: 600;
    color: #FE9A2A;
    letter-spacing: 0.3em; }
  @media screen and (min-width: 1025px) {
    .logo {
      text-align: left;
      line-height: 1;
      letter-spacing: 0.3em; } }

.subtitle {
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  opacity: .7;
  text-align: center;
  letter-spacing: 0.3em; }
  @media screen and (min-width: 1025px) {
    .subtitle {
      text-align: left;
      line-height: 1;
      margin: 0 8.5em 0;
      letter-spacing: 0.3em; } }

#footer {
  background: #353733;
  color: #fff;
  font-size: .9em;
  padding: 1em 0; }
  @media screen and (max-width: table) {
    #footer {
      text-align: center; } }

.creditos {
  margin-bottom: 0;
  padding-top: 1em; }

.banner {
  margin-top: 1em;
  position: relative; }

.copy {
  margin: 0;
  text-align: center;
  font-family: 'Oxygen', sans-serif; }
  .copy__title {
    color: #FE9A2A;
    font-weight: 600;
    margin: .5em 0 .3em;
    letter-spacing: 0.3em; }
    .copy__title span {
      margin: 0.2em 0.3em 0;
      font-weight: 300;
      text-transform: none; }
  .copy__description {
    font-size: .85em;
    margin-bottom: 2;
    letter-spacing: 0.05em; }
  .copy__button {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#282a27), to(black));
    background: -webkit-linear-gradient(#282a27, black);
    background: -o-linear-gradient(#282a27, black);
    background: linear-gradient(#282a27, black);
    line-height: 2;
    display: inline-block;
    border-radius: 3px;
    margin: .5em 0;
    padding: 0 1em; }
    .copy__button:hover {
      color: #FE9A2A; }

@media screen and (min-width: 768px) {
  .copy {
    background-color: rgba(39, 40, 34, 0.7);
    font-family: 'Oxygen', sans-serif;
    padding: 0 1em;
    border-radius: 25px;
    color: #fff;
    position: absolute;
    top: 20%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 40%;
    left: 4.5em; }
    .copy__title {
      font-weight: 600;
      font-size: 2.5em;
      line-height: 1; }
      .copy__title span {
        display: block;
        font-size: .6em;
        line-height: 1; } }

.servicio {
  text-align: center;
  margin-bottom: 2.5em; }
  .servicio__img {
    background: #353733;
    width: 30%;
    border-radius: 50%; }
    @media screen and (min-width: 768px) {
      .servicio__img {
        width: 40%;
        margin-bottom: 1em; } }
  .servicio__tittle {
    margin: .3em 0;
    font-size: 34px; }
  .servicio__tittle2 {
    color: #D7D7D7;
    font-size: 1.2em;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin: .6em 0 .8em;
    letter-spacing: 0.3em; }
  .servicio__description {
    font-size: .85;
    color: #FDFEC0; }

.clientes {
  margin-bottom: 1.5em; }
  .clientes__titulo {
    font-weight: 400;
    border-bottom: 1px solid rgba(87, 87, 87, 0.4);
    margin-bottom: 0; }
  .clientes__nav {
    width: 20%;
    height: 2em; }
    @media screen and (min-width: 1025px) {
      .clientes__nav {
        width: 40%; } }
    .clientes__nav__item {
      width: 50%;
      height: 2em;
      opacity: .7;
      position: relative; }
      .clientes__nav__item:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
      .clientes__nav__item--prev {
        float: left;
        background: #353733; }
        .clientes__nav__item--prev:before {
          border-right: 6px solid #fff;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent; }
      .clientes__nav__item--next {
        float: right;
        background: #FE9A2A; }
        .clientes__nav__item--next:before {
          border-left: 6px solid #353733;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent; }

.cliente {
  margin-bottom: 2em; }
  .cliente__img {
    display: block;
    margin: auto; }
  .cliente__title {
    margin: .1em 0 0;
    font-size: 1.2em; }
  .cliente__description {
    font-size: .85em;
    line-height: 1.4em; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #clientes .grupo:before, #clientes .grupo:after {
    clear: both;
    content: " ";
    display: table;
    width: 100%; }
  #clientes .grupo > caja, #clientes .grupo > .caja {
    float: left;
    width: 48%;
    margin-right: 4;
    margin-bottom: 4;
    vertical-align: top; }
    #clientes .grupo > caja:nth-child(2n), #clientes .grupo > .caja:nth-child(2n) {
      margin-right: 0;
      clear: right; }
    #clientes .grupo > caja:nth-child(2n+1), #clientes .grupo > .caja:nth-child(2n+1) {
      clear: left; } }

.noticia__img {
  display: block;
  margin: 0 auto 1em; }

.noticia__title {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4; }
  .noticia__title span {
    display: block;
    font-size: .8em;
    line-height: 1;
    font-weight: 300; }

.noticia__description {
  font-size: .9em;
  line-height: 1.3em; }

.section-title {
  color: #D7D7D7;
  text-align: center;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 1em;
  letter-spacing: 0.3em; }
  .section-title span {
    display: block;
    font-size: .7em;
    color: #FDFEC0;
    letter-spacing: 0.1em; }

.sociales {
  text-align: center;
  padding-top: 1em; }
  .sociales__item {
    font-size: 1.5em;
    color: #353733;
    background: #0f0f0e;
    display: inline-block;
    margin: .3em;
    border-radius: 50%;
    padding: .3em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .sociales__item:hover {
      /* color: $color2; */
      color: #fff; }
  .sociales__fuentes {
    font-size: 5em;
    color: #353733;
    -webkit-box-shadow: #333;
    box-shadow: #333;
    opacity: .7; }
  #footer .sociales {
    padding-top: 0;
    text-align: right; }
