@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(http://fonts.googleapis.com/css?family=Lora:400,400italic,700);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300&display=swap);
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: #fff;
  font-family: "Roboto";
  color: #333; }

a {
  color: blue;
  text-decoration: none; }
  a:hover {
    color: #0000cc; }

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

p {
  margin: 0 0 1em 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
  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; }

.contact__button--1 {
  background: #F8B226;
  color: white;
  padding: 10px 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  border-right: 5px solid #00499F; }
  .contact__button--1:hover {
    background-color: #00499F;
    color: white; }

#whatsapp {
  width: 75px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999; }

.whatsapp {
  font-weight: 600; }
  .whatsapp a {
    color: #003d86; }

a.boton {
  background: #00499F;
  padding: 1em 2em;
  color: white;
  margin-top: 10px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  border-right: 5px solid #F8B226;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s; }
  a.boton:hover {
    background: #F8B226;
    text-shadow: 1px 1px 0 #333; }

.contacto__formulario form input[type=submit] {
  color: white; }

.container-1 {
  margin: 20px auto;
  width: 300px;
  height: 200px;
  background: url(../../tema/img/optimizadas/antioxidante1.png);
  background-size: 300px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black;
  box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black; }
  .container-1:hover p {
    top: 0; }
  .container-1 p {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    width: 100%;
    height: 100%;
    color: white;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .container-1 p a {
      color: white;
      border: 1px solid white;
      padding: 5px 20px;
      border-radius: 3px;
      display: inline-block;
      -webkit-transform: skewX(-5deg);
      -ms-transform: skewX(-5deg);
      transform: skewX(-5deg); }

.container-2 {
  margin: 20px auto;
  width: 300px;
  height: 200px;
  background: url(../../tema/img/optimizadas/corporal1.png);
  background-size: 300px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black;
  box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black; }
  .container-2:hover p {
    top: 0; }
  .container-2 p {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    width: 100%;
    height: 100%;
    color: white;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .container-2 p a {
      color: white;
      border: 1px solid white;
      padding: 5px 20px;
      border-radius: 3px; }

.container-3 {
  margin: 20px auto;
  width: 300px;
  height: 200px;
  background: url(../../tema/img/optimizadas/facial1.png);
  background-size: 300px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black;
  box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black; }
  .container-3:hover p {
    top: 0; }
  .container-3 p {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    width: 100%;
    height: 100%;
    color: white;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .container-3 p a {
      color: white;
      border: 1px solid white;
      padding: 5px 20px;
      border-radius: 3px; }
      
.container-4 {
  margin: 20px auto;
  width: 300px;
  height: 200px;
  background: url(../../tema/img/optimizadas/efecto-relleno1.png);
  background-size: 300px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black;
  box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black; }
  .container-4:hover p {
    top: 0; }
  .container-4 p {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    width: 100%;
    height: 100%;
    color: white;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .container-4 p a {
      color: white;
      border: 1px solid white;
      padding: 5px 20px;
      border-radius: 3px; }      

.container-5 {
  margin: 20px auto;
  width: 300px;
  height: 200px;
  background: url(../../tema/img/optimizadas/factor-crecimiento1.png);
  background-size: 300px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black;
  box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black; }
  .container-5:hover p {
    top: 0; }
  .container-5 p {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    width: 100%;
    height: 100%;
    color: white;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .container-5 p a {
      color: white;
      border: 1px solid white;
      padding: 5px 20px;
      border-radius: 3px; }

.facial-1 {
  margin: 20px auto;
  width: 300px;
  height: 200px;
  background: url(../../tema/img/sgp/cajas-y-ampolletas/corporal/LIPOLIMUS.jpg);
  background-size: 300px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black;
  box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black; }
  .facial-1:hover p {
    top: 0; }
  .facial-1 p {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: .85em;
    width: 100%;
    height: 100%;
    color: white;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .facial-1 p a {
      color: white;
      border: 1px solid white;
      padding: 5px 20px;
      border-radius: 3px; }

.facial-2 {
  margin: 20px auto;
  width: 300px;
  height: 200px;
  background: url(../../tema/img/sgp/cajas-y-ampolletas/corporal/LIPOLIMUS.jpg);
  background-size: 300px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black;
  box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black; }
  .facial-2:hover p {
    top: 0; }
  .facial-2 p {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: .85em;
    width: 100%;
    height: 100%;
    color: white;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .facial-2 p a {
      color: white;
      border: 1px solid white;
      padding: 5px 20px;
      border-radius: 3px; }

.facial-3 {
  margin: 20px auto;
  width: 300px;
  height: 200px;
  background: url(../../tema/img/sgp/cajas-y-ampolletas/corporal/DEOXYCOLINA.jpg);
  background-size: 300px 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black;
  box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black; }
  .facial-3:hover p {
    top: 0; }
  .facial-3 p {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: .85em;
    width: 100%;
    height: 100%;
    color: white;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .facial-3 p a {
      color: white;
      border: 1px solid white;
      padding: 5px 20px;
      border-radius: 3px; }

.facial-4 {
  margin: 20px auto;
  width: 300px;
  height: 200px;
  background: url(../../tema/img/sgp/cajas-y-ampolletas/corporal/LIPOLIMUS.jpg);
  background-size: 300px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black;
  box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black; }
  .facial-4:hover p {
    top: 0; }
  .facial-4 p {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: .85em;
    width: 100%;
    height: 100%;
    color: white;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .facial-4 p a {
      color: white;
      border: 1px solid white;
      padding: 5px 20px;
      border-radius: 3px; }

.facial-5 {
  margin: 20px auto;
  width: 300px;
  height: 200px;
  background: url(../../tema/img/sgp/cajas-y-ampolletas/facial/DMAE-ANTIAGE.jpg);
  background-size: 300px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black;
  box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black; }
  .facial-5:hover p {
    top: 0; }
  .facial-5 p {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: .85em;
    width: 100%;
    height: 100%;
    color: white;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .facial-5 p a {
      color: white;
      border: 1px solid white;
      padding: 5px 20px;
      border-radius: 3px; }

.facial-6 {
  margin: 20px auto;
  width: 300px;
  height: 200px;
  background: url(../../tema/img/sgp/cajas-y-ampolletas/facial/BIO%20GLUTATHIONE.jpg);
  background-size: 300px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black;
  box-shadow: 0 0 0 12px #ffffff, 0 0 0 13px #cccccc, 0 20px 20px -10px black; }
  .facial-6:hover p {
    top: 0; }
  .facial-6 p {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: .85em;
    width: 100%;
    height: 100%;
    color: white;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .facial-6 p a {
      color: white;
      border: 1px solid white;
      padding: 5px 20px;
      border-radius: 3px; }

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

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Roboto' !important;
  font-weight: 400; }
  @media screen and (min-width: 1025px) {
    .menu {
      display: table;
      float: right;
      margin-top: .75em; }
      .menu__item {
        float: left;
        padding: 0 1em;
        position: relative; }
        .menu__item:hover .submenu {
          display: block;
          position: absolute; }
      .menu__link {
        color: white;
        text-transform: uppercase; }
        .menu__link:hover {
          color: #00499F; } }
  @media screen and (max-width: 1024px) {
    .menu {
      display: none;
      background-color: #F5F5F5; }
      .menu__item {
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; }
        .menu__item:hover .submenu {
          display: block;
          background: #F8B226; }
          .menu__item:hover .submenu__link {
            color: white;
            padding: 5px 0;
            text-indent: 2em; }
      .menu__link {
        color: #00499F;
        display: block;
        border-bottom: 1px solid #003d86;
        line-height: 2;
        text-indent: 1em; }
        .menu__link:hover {
          font-weight: bold;
          color: #00499F; } }

.submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Roboto' !important;
  font-weight: 400; }
  @media screen and (min-width: 1025px) {
    .submenu {
      margin-left: -10px;
      background: rgba(0, 73, 159, 0.85);
      border-radius: 3px;
      -webkit-transform: skewX(-5deg);
      -ms-transform: skewX(-5deg);
      transform: skewX(-5deg);
      padding: 10px;
      width: 200px; }
      .submenu__item {
        margin-bottom: 5px; }
      .submenu__link {
        font-size: .9em;
        color: white;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        .submenu__link:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          color: #F8B226; } }
  @media screen and (max-width: 1024px) {
    .submenu {
      display: none;
      background-color: #F5F5F5; }
      .submenu__link {
        color: #00499F;
        display: block;
        border-bottom: 1px solid #003d86;
        line-height: 2;
        text-indent: 1em; } }

#redes-sociales {
  background: white;
  padding: 30px 0;
  text-align: center; }
  #redes-sociales .redes-sociales-item {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    padding: .5em;
    background: #DDD;
    margin-left: 10px;
    color: #666;
    font-size: 1.5em;
    border-bottom: 5px solid #255474; }
    #redes-sociales .redes-sociales-item:hover {
      color: #00499F; }

#header {
  padding-top: 1em;
  background: #FF0099;
  /* fallback for old browsers */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 73, 159, 0.75)), to(rgba(248, 178, 38, 0.75))), url(../img/optimizadas/2.jpg);
  background: -webkit-linear-gradient(left, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../img/optimizadas/2.jpg);
  background: -o-linear-gradient(left, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../img/optimizadas/2.jpg);
  background: linear-gradient(to right, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../img/optimizadas/2.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: auto;
  padding-bottom: 75px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); }
  @media screen and (min-width: 1025px) {
    #header {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
      clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
      height: 85vh; } }

#header-nosotros {
  padding-top: 1em;
  background: #FF0099;
  /* fallback for old browsers */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 73, 159, 0.75)), to(rgba(248, 178, 38, 0.75))), url(../img/optimizadas/2.jpg);
  background: -webkit-linear-gradient(left, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../img/optimizadas/2.jpg);
  background: -o-linear-gradient(left, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../img/optimizadas/2.jpg);
  background: linear-gradient(to right, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../img/optimizadas/2.jpg);
  background-size: cover;
  background-position: center center;
  height: auto;
  padding-bottom: 75px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); }
  @media screen and (min-width: 1025px) {
    #header-nosotros {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
      clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
      height: 85vh; } }

#header-contacto {
  padding-top: 1em;
  background: #FF0099;
  /* fallback for old browsers */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 73, 159, 0.75)), to(rgba(248, 178, 38, 0.75))), url(../img/optimizadas/2.jpg);
  background: -webkit-linear-gradient(left, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../img/optimizadas/2.jpg);
  background: -o-linear-gradient(left, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../img/optimizadas/2.jpg);
  background: linear-gradient(to right, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../img/optimizadas/2.jpg);
  background-size: cover;
  background-position: center center;
  height: auto;
  padding-bottom: 75px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); }
  @media screen and (min-width: 1025px) {
    #header-contacto {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
      clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
      height: 85vh; } }

#header-productos {
  padding-top: 1em;
  background: #FF0099;
  /* fallback for old browsers */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 73, 159, 0.75)), to(rgba(248, 178, 38, 0.75))), url(../img/optimizadas/2.jpg);
  background: -webkit-linear-gradient(left, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../img/optimizadas/2.jpg);
  background: -o-linear-gradient(left, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../img/optimizadas/2.jpg);
  background: linear-gradient(to right, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../img/optimizadas/2.jpg);
  background-size: cover;
  background-position: center center;
  height: auto;
  padding-bottom: 75px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); }
  @media screen and (min-width: 1025px) {
    #header-productos {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
      clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
      height: 85vh; } }

#banner-gracias {
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 73, 159, 0.75)), to(rgba(248, 178, 38, 0.75))), url(../../tema/img/gracias.jpg);
  background: -webkit-linear-gradient(left, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../../tema/img/gracias.jpg);
  background: -o-linear-gradient(left, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../../tema/img/gracias.jpg);
  background: linear-gradient(to right, rgba(0, 73, 159, 0.75), rgba(248, 178, 38, 0.75)), url(../../tema/img/gracias.jpg);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #banner-gracias .banner__gracias {
    max-width: 80%;
    text-align: center;
    z-index: 2; }
    #banner-gracias .banner__gracias__title {
      font-family: 'Roboto';
      margin: 0;
      padding: 0;
      color: white;
      text-transform: uppercase;
      text-align: center;
      font-size: 2.5em;
      font-weight: normal;
      margin-bottom: 15px;
      -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
      transform: skewX(-10deg);
      letter-spacing: 5px;
      text-shadow: 1px 1px 0 #1D1D1D, 2px 2px 0 #1D1D1D, 3px 3px 0 #1D1D1D, 4px 4px 0 #1D1D1D, 5px 5px 0 #1D1D1D, 6px 6px 0 #1D1D1D;
      -webkit-animation: movimiento 2.5s linear infinite;
      animation: movimiento 2.5s linear infinite; }
      @media screen and (min-width: 1025px) {
        #banner-gracias .banner__gracias__title {
          font-size: 3.5em; } }
    #banner-gracias .banner__gracias__description {
      text-align: center;
      font-size: 1.5em;
      color: white;
      text-transform: uppercase;
      text-shadow: 1px 1px 0 #1D1D1D, 2px 2px 0 #1D1D1D, 3px 3px 0 #1D1D1D; }
    #banner-gracias .banner__gracias__button {
      padding: 10px 35px;
      display: inline-block;
      border-right: 5px solid #00499F;
      background: #F8B226;
      color: white;
      text-transform: uppercase;
      -webkit-transform: skewX(-5deg);
      -ms-transform: skewX(-5deg);
      transform: skewX(-5deg);
      -webkit-transition: ease all .1s;
      -o-transition: ease all .1s;
      transition: ease all .1s; }
      #banner-gracias .banner__gracias__button:hover {
        background: #999;
        color: white; }

.logo {
  text-align: center;
  margin-bottom: 20px; }

@-webkit-keyframes palpitar {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5; }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5; } }

@keyframes palpitar {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5; }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5; } }

.titulo {
  text-transform: uppercase;
  color: #00499F;
  margin-top: 50px; }

.texto__importante {
  color: #F8B226;
  font-weight: 600; }

.banner {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .banner {
      position: absolute;
      z-index: -1;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; } }
  .banner .copy {
    width: 80%;
    margin: auto;
    padding: 20px; }
    .banner .copy h1 {
      font-family: 'Roboto';
      margin: 0;
      padding: 0;
      color: white;
      text-transform: uppercase;
      text-align: center;
      font-size: 2.5em;
      font-weight: normal;
      margin-bottom: 15px;
      -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
      transform: skewX(-10deg);
      letter-spacing: 5px;
      text-shadow: 1px 1px 0 #1D1D1D, 2px 2px 0 #1D1D1D, 3px 3px 0 #1D1D1D, 4px 4px 0 #1D1D1D, 5px 5px 0 #1D1D1D, 6px 6px 0 #1D1D1D; }
    .banner .copy p {
      color: white;
      font-size: 1em;
      font-weight: 300;
      text-align: justify; }
      @media screen and (min-width: 1025px) {
        .banner .copy p {
          font-size: 1em; } }
    .banner .copy a.copy__button {
      background: #00499F;
      padding: 1em 2em;
      text-transform: uppercase;
      color: white;
      margin-top: 10px;
      display: inline-block;
      -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
      transform: skewX(-10deg);
      border-right: 5px solid #F8B226;
      -webkit-transition: all ease .4s;
      -o-transition: all ease .4s;
      transition: all ease .4s; }
      .banner .copy a.copy__button:hover {
        background: #F8B226;
        text-shadow: 1px 1px 0 #333; }

#borde-header {
  width: 100%;
  height: 10px;
  background: red; }
  #borde-header span {
    float: left;
    display: block;
    width: 20%;
    height: 10px; }
    #borde-header span.color1 {
      background: #fac457; }
    #borde-header span.color2 {
      background: #00499F; }
    #borde-header span.color3 {
      background: #F8B226; }
    #borde-header span.color4 {
      background: #00499F; }
    #borde-header span.color5 {
      background: #cccccc; }

#footer {
  background: #00326c; }
  #footer p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
    padding: 10px 0; }
    @media screen and (max-width: 767px) {
      #footer p {
        font-size: .8em; } }

#liston {
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 178, 38, 0.75)), to(rgba(0, 73, 159, 0.75))), url("../img/8.jpg");
  background: -webkit-linear-gradient(left, rgba(248, 178, 38, 0.75), rgba(0, 73, 159, 0.75)), url("../img/8.jpg");
  background: -o-linear-gradient(left, rgba(248, 178, 38, 0.75), rgba(0, 73, 159, 0.75)), url("../img/8.jpg");
  background: linear-gradient(to right, rgba(248, 178, 38, 0.75), rgba(0, 73, 159, 0.75)), url("../img/8.jpg");
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 300px;
  position: relative;
  color: white; }
  @media screen and (max-width: 767px) {
    #liston {
      min-height: 50vh; } }

.liston__content {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 1em;
  font-family: 'Roboto';
  top: 0;
  left: 0;
  text-align: justify;
  text-shadow: 1px 1px 0 #000000; }
  .liston__content p {
    padding-top: 100px; }
  @media screen and (min-width: 1025px) {
    .liston__content .liston__contact {
      text-align: right;
      padding-top: 35%; } }
  .liston__content .liston__contact a {
    border: 2px solid white;
    color: white;
    padding: 10px 75px;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    -webkit-animation: pulsame 2.5s linear infinite;
    animation: pulsame 2.5s linear infinite; }

@-webkit-keyframes pulsame {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: sale(1.5);
    transform: sale(1.5); }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1); } }

@keyframes pulsame {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: sale(1.5);
    transform: sale(1.5); }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1); } }

.liston__content-movil {
  padding-bottom: 25px;
  width: 100%;
  position: absolute;
  font-size: 1.2em;
  font-family: 'Roboto';
  bottom: 0;
  left: 0;
  text-align: justify; }
  @media screen and (min-width: 1025px) {
    .liston__content-movil {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .liston__content-movil {
      font-size: 1em; } }
  .liston__content-movil .liston__contact {
    text-align: center;
    margin-top: 15px; }
    .liston__content-movil .liston__contact a {
      border: 2px solid white;
      color: white;
      padding: 10px 75px;
      border-radius: 5px;
      display: inline-block;
      -webkit-transform: skewX(-5deg);
      -ms-transform: skewX(-5deg);
      transform: skewX(-5deg); }

#cintillo {
  position: relative; }
  @media screen and (min-width: 1025px) {
    #cintillo {
      margin-top: -30px; } }

.cintillo__container {
  background: white;
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc; }

.cintillo {
  font-family: 'Roboto';
  text-align: center; }
  .cintillo__title {
    text-transform: uppercase; }
  .cintillo__content {
    color: #888888; }
    .cintillo__content a {
      color: #F8B226; }

#keyword {
  background: #FFFFFF;
  padding-bottom: 35px;
  text-align: center; }
  #keyword .keyword__title {
    font-family: 'Roboto';
    color: #00499F;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 15px; }
  #keyword .keyword__description {
    font-family: 'Roboto';
    color: #333;
    font-size: 1.2em;
    text-align: justify;
    font-size: 1.2em;
    margin-bottom: 25px; }
  #keyword .keyword__subtitle {
    font-family: 'Roboto';
    color: #F8B226;
    font-weight: 400;
    font-size: 1.2em; }

#valor-agregado {
  margin: 50px 0;
  width: 100%;
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
  border-top: 15px solid #ccc;
  border-bottom: 15px solid #ccc; }
  @media screen and (min-width: 1025px) {
    #valor-agregado {
      -webkit-transform: skewY(-2deg);
      -ms-transform: skewY(-2deg);
      transform: skewY(-2deg); } }

.valor__agregado__image {
  background: url("../img/9.jpg");
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.valor__agregado__content {
  font-family: 'Roboto';
  background: #F8B226;
  min-height: 350px;
  color: white;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .valor__agregado__content {
      display: none; } }
  .valor__agregado__content .valor__agregado__title {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2em;
    margin: 0;
    padding: 0;
    padding-top: 35px;
    margin-bottom: 30px;
    color: white;
    text-align: left;
    padding-left: 2em; }
    @media screen and (max-width: 767px) {
      .valor__agregado__content .valor__agregado__title {
        text-align: center; } }

.valor__agregado__content--movil {
  background: #F8B226;
  padding: 30px;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .valor__agregado__content--movil {
      display: none; } }
  .valor__agregado__content--movil h3 {
    color: white; }
  .valor__agregado__content--movil h4 {
    color: white;
    font-size: 1.2em; }
  .valor__agregado__content--movil p {
    color: white;
    font-size: 1em; }

.valor__agregado__number {
  color: white;
  font-size: 3em;
  margin: 10px;
  padding: 0; }

.title__separator {
  text-align: center;
  width: 80px;
  display: inline-block;
  border: 1px solid #F8B226;
  margin-bottom: 20px; }

#tipos {
  margin-top: 50px;
  margin-bottom: 30px; }
  #tipos .title__separator {
    text-align: center; }
  #tipos .tipos__subtitle {
    text-align: center;
    margin-top: 25px;
    font-size: 1.2em; }

.tipos__item {
  text-align: center;
  color: #00499F;
  font-family: 'Roboto';
  border: 2px solid #F2F2F2;
  padding: 60px 30px; }
  .tipos__item .tipos__title {
    text-transform: uppercase; }
  .tipos__item p {
    font-size: 1.2em; }
    .tipos__item p a {
      background: #F8B226;
      padding: 10px 20px;
      color: white; }

.tipos__title__principal {
  text-align: center;
  color: #00499F;
  font-family: 'Roboto' !important;
  text-transform: uppercase; }

.separador {
  text-align: center;
  width: 80px;
  display: inline-block;
  border: 1px solid #F8B226;
  margin-bottom: 20px; }

form.formulario-contacto input[type=text] {
  width: 100%;
  border: none;
  padding: 10px;
  border-bottom: 1px solid #CCCCCC; }

form.formulario-contacto input[type=submit] {
  width: 100%;
  padding: 10px;
  border: none;
  margin-top: 10px;
  margin-bottom: 20px;
  background: #00499F;
  color: white; }

#nosotros {
  padding: 75px 0; }

.nosotros p.nosotros__content {
  font-family: 'Roboto' !important;
  text-align: justify;
  font-size: 1.2em; }
  .nosotros p.nosotros__content span {
    border-left: 4px solid #cccccc;
    margin-left: -10px;
    padding-left: 5px; }

.nosotros p.nosotros__content__important {
  font-size: 1.2em;
  color: #e49a07; }
  .nosotros p.nosotros__content__important span {
    border-right: 4px solid #00499F;
    padding-right: 5px; }

.nosotros__image {
  -webkit-animation: movimiento 2.5s linear infinite;
  animation: movimiento 2.5s linear infinite; }

@-webkit-keyframes movimiento {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes movimiento {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

#productos {
  padding: 75px 0; }

.productos p.productos__content {
  font-family: 'Roboto' !important;
  text-align: justify;
  font-size: 1.2em; }
  .productos p.productos__content span {
    border-left: 4px solid #cccccc;
    margin-left: -10px;
    padding-left: 5px; }

.productos p.productos__content__important--2 {
  font-size: 1.2em;
  color: #00499F; }
  .productos p.productos__content__important--2 span {
    border-right: 4px solid #00499F;
    padding-right: 5px; }

.producto__title {
  text-transform: uppercase;
  text-align: center;
  color: #00499F;
  margin-top: 45px; }

.producto {
  padding: 25px;
  color: #00499F;
  border-right: 5px solid #888;
  border-bottom: 5px solid  #888;
  border-left: 5px solid #f9bb3f;
  border-top: 5px solid #f9bb3f; }
  .producto ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .producto ul li {
      text-align: center;
      margin-bottom: 5px;
      color: #666; }
      .producto ul li:hover {
        cursor: pointer; }
      .producto ul li span {
        color: #00499F;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
        text-align: center; }

.product__title {
  text-align: center;
  text-transform: uppercase;
  color: #00499F;
  margin: 0; }

.product__subtitle {
  text-align: center;
  color: #999;
  font-size: .8em;
  margin: 0;
  padding: 0; }

#contacto {
  padding: 50px 0; }

.contacto__title {
  text-transform: uppercase;
  background: #00499F;
  color: white;
  line-height: 2em;
  text-indent: .5em;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  border-right: 10px solid grey; }

.contacto__subtitle {
  color: #003d86; }

.contacto__description a {
  color: #333;
  text-decoration: underline; }

.contacto__image {
  -webkit-animation: movimiento 2.5s linear infinite;
  animation: movimiento 2.5s linear infinite; }

.contacto__formulario {
  -webkit-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg); }
  .contacto__formulario input {
    background: white;
    line-height: 2em;
    width: 25%;
    text-indent: .5em;
    margin-bottom: 5px;
    border: none;
    color: #1F1F1F; }
    .contacto__formulario input[type=submit] {
      background: #00499F;
      font-weight: 600;
      -webkit-transition: all linear .3s;
      -o-transition: all linear .3s;
      transition: all linear .3s;
      -webkit-animation: crecimiento 2.5s linear infinite;
      animation: crecimiento 2.5s linear infinite; }
      .contacto__formulario input[type=submit]:hover {
        background: #F8B226; }
      .contacto__formulario input[type=submit]:active {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95); }

@-webkit-keyframes crecimiento {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes crecimiento {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

#loader {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.loader span {
  width: 10px;
  height: 60px;
  background: white;
  margin: 0px 1px;
  -webkit-animation: loading 800ms ease-in-out infinite;
  animation: loading 800ms ease-in-out infinite; }

.loader span:nth-child(1) {
  background: #F8B226;
  -webkit-animation-delay: -700ms;
  animation-delay: -700ms; }

.loader span:nth-child(2) {
  background: #00499F;
  -webkit-animation-delay: -600ms;
  animation-delay: -600ms; }

.loader span:nth-child(3) {
  background: #F8B226;
  -webkit-animation-delay: -500ms;
  animation-delay: -500ms; }

.loader span:nth-child(4) {
  background: #00499F;
  -webkit-animation-delay: -400ms;
  animation-delay: -400ms; }

.loader span:nth-child(5) {
  background: #F8B226;
  -webkit-animation-delay: -300ms;
  animation-delay: -300ms; }

.loader span:nth-child(6) {
  background: #00499F;
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms; }

@-webkit-keyframes loading {
  0%, 60%, 100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05); }
  35% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes loading {
  0%, 60%, 100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05); }
  35% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

#product-single {
  padding: 50px 0; }

.product__single__title {
  text-transform: uppercase;
  background: #00499F;
  color: white;
  line-height: 2em;
  text-indent: .5em;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  border-right: 10px solid grey; }

.product__single__subtitle {
  margin: 0;
  color: #003d86; }

.product__single__description {
  color: #333;
  margin: 0;
  margin-bottom: .75em;
  text-align: justify; }

.product__single__image {
  -webkit-box-shadow: 0 20px 20px -30px black;
  box-shadow: 0 20px 20px -30px black; }

.product__single__button {
  background: #F8B226;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 25px;
  display: inline-block;
  -webkit-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .product__single__button:hover {
    background: #00499F;
    color: #F8B226; }

.product__single__formulario {
  -webkit-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg); }
  .product__single__formulario input {
    background: white;
    line-height: 2em;
    width: 25%;
    text-indent: .5em;
    margin-bottom: 5px;
    border: none;
    color: white; }
    .product__single__formulario input[type=submit] {
      background: #00499F;
      font-weight: 600;
      -webkit-transition: all linear .3s;
      -o-transition: all linear .3s;
      transition: all linear .3s;
      -webkit-animation: crecimiento 2.5s linear infinite;
      animation: crecimiento 2.5s linear infinite; }
      .product__single__formulario input[type=submit]:hover {
        background: #F8B226; }
      .product__single__formulario input[type=submit]:active {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95); }

@keyframes crecimiento {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.centrar-listas {
	text-align: center;
}

.centrar-listas ul,
.centrar-listas ol {
	text-align: left;
	display: inline-block;
}