@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap);
/*! 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=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: Helvetica Neue, Helvetica, Arial, sans-serif !important;
  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: Helvetica Neue, Helvetica, Arial, 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; }

.brochure__naranja {
  background: #ea8229;
  padding: 20px 20px; }

.brochure__morado {
  background: #73539c;
  padding: 20px 20px; }

.brochure__azul {
  background: #00bae4;
  padding: 20px 20px; }

.brochure__verde {
  background: #5cbeaf;
  padding: 20px 20px; }

.form__texto {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  background: #F9F9F9;
  padding: 15px;
  font-size: 1.25em;
  -webkit-box-shadow: 0 5px 5px -1px #ccc;
  box-shadow: 0 5px 5px -1px #ccc; }

.form__comentarios {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  background: #F9F9F9;
  padding: 15px;
  font-size: 1.25em;
  -webkit-box-shadow: 0 5px 5px -1px #ccc;
  box-shadow: 0 5px 5px -1px #ccc; }

.form__submit {
  background: #73539c;
  border: none;
  padding: 20px 75px;
  color: white;
  font-weight: 600;
  -webkit-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg);
  text-transform: uppercase;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 5px 5px -1px #ccc;
  box-shadow: 0 5px 5px -1px #ccc; }
  @media screen and (min-width: 1025px) {
    .form__submit {
      margin-bottom: 75px; } }
  .form__submit__naranja {
    background: #ea8229;
    border: none;
    padding: 20px 75px;
    color: white;
    font-weight: 600;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    text-transform: uppercase;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 5px 5px -1px #ccc;
    box-shadow: 0 5px 5px -1px #ccc; }
    @media screen and (min-width: 1025px) {
      .form__submit__naranja {
        margin-bottom: 75px; } }
  .form__submit__azul {
    background: #00bae4;
    border: none;
    padding: 20px 75px;
    color: white;
    font-weight: 600;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    text-transform: uppercase;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 5px 5px -1px #ccc;
    box-shadow: 0 5px 5px -1px #ccc; }
    @media screen and (min-width: 1025px) {
      .form__submit__azul {
        margin-bottom: 75px; } }
  .form__submit__verde {
    background: #5cbeaf;
    border: none;
    padding: 20px 75px;
    color: white;
    font-weight: 600;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    text-transform: uppercase;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 5px 5px -1px #ccc;
    box-shadow: 0 5px 5px -1px #ccc; }
    @media screen and (min-width: 1025px) {
      .form__submit__verde {
        margin-bottom: 75px; } }

#especiales {
  margin-top: 160px;
  margin-bottom: 160px; }

.especiales__home__title {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 4.5em;
  color: white;
  text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 black, 5px 5px 0 black; }

.especiales__home__container {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px; }
  .especiales__home__container:hover .especiales__home__overlay {
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .especiales__home__container:hover .especiales__home__image {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }

.especiales__home__image {
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.especiales__home__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .especiales__home__overlay.naranja {
    background: rgba(234, 130, 41, 0.75); }
  .especiales__home__overlay.verde {
    background: rgba(92, 190, 175, 0.75); }
  .especiales__home__overlay.morado {
    background: rgba(115, 86, 156, 0.75); }
  .especiales__home__overlay.azul {
    background: rgba(0, 186, 228, 0.75); }
  .especiales__home__overlay__title {
    margin: 0;
    padding: 0;
    font-size: 1.5em !important;
    font-weight: 600 !important;
    color: white !important;
    margin-bottom: 10px; }
  .especiales__home__overlay__description {
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    color: white; }
  .especiales__home__overlay__button {
    display: inline-block;
    padding: 10px;
    background: white;
    color: #5cbeaf;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 500;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg); }
    .especiales__home__overlay__button:hover {
      background: transparent;
      border: 1px solid white;
      color: white; }

.especiales__title__narajana {
  color: #ea8229; }

#mostrar-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  color: white;
  padding: .85em;
  border-radius: 50%;
  cursor: pointer;
  border-top: 1px solid #ea8229;
  border-left: 1px solid #5cbeaf;
  border-right: 1px solid #73539c;
  border-bottom: 1px solid #00bae4;
  text-shadow: 1px 1px 0 #333;
  z-index: 999;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  #mostrar-menu:hover {
    background-color: rgba(0, 0, 0, 0.35); }

#menu {
  display: none;
  width: 100%;
  min-height: 100vh;
  background: red;
  position: fixed;
  border-radius: 4px;
  top: 0;
  height: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85); }

.menu__container {
  text-align: center;
  float: right;
  width: 320px;
  min-height: 100vh;
  overflow: scroll;
  background: #FFFFFF;
  padding: 30px 20px 20px 20px; }
  .menu__container img {
    width: 60%;
    margin-bottom: 25px; }
  .menu__container .cerrar-menu {
    background: #FFFFFF;
    float: right;
    display: block;
    width: 30px;
    padding: 7px 0;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px; }
    .menu__container .cerrar-menu:hover {
      cursor: pointer; }

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .menu__item:hover .submenu {
    display: block; }
  .menu__link {
    background: white;
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: .75em;
    color: #333; }
    .menu__link:hover {
      color: #ea8229; }

.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: -20px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  @media screen and (min-width: 1025px) {
    .submenu {
      display: none; } }
  .submenu__link {
    display: block;
    padding: 5px 10px 5px 25px;
    text-transform: uppercase;
    font-size: .75em;
    color: #333; }
    .submenu__link:hover {
      color: #00bae4; }

#reviews {
  margin: 10px 0 0 0;
  padding-top: 50px;
  padding-bottom: 25px;
  background: #F2F2F2; }
  @media screen and (min-width: 1025px) {
    #reviews {
      padding: 200px 0 200px 0;
      -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%); } }
  #reviews h2 {
    font-size: 1em;
    font-family: Helvetica !important;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative; }
    @media screen and (min-width: 1025px) {
      #reviews h2 {
        font-size: 3em;
        margin-bottom: 120px; } }
    #reviews h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      background: #00bae4;
      position: absolute; }
  #reviews h3 {
    color: #333; }
  #reviews .review {
    width: 320px;
    height: 480px;
    margin: 0 auto;
    border-radius: 10px;
    list-style: none;
    padding: 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 1025px) {
      #reviews .review {
        width: 1200px;
        height: 400px; } }
    #reviews .review li {
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: inherit;
      opacity: 0;
      -webkit-transition: opacity .5s;
      -o-transition: opacity .5s;
      transition: opacity .5s;
      background: white; }
      #reviews .review li.active {
        opacity: 1; }
      #reviews .review li h3 {
        margin: 0;
        font-size: .65em;
        text-transform: uppercase; }
        @media screen and (min-width: 1025px) {
          #reviews .review li h3 {
            font-size: 1.6em; } }
      #reviews .review li h4 {
        margin: 0;
        font-size: 1em;
        margin-top: 10px;
        margin-bottom: 15px; }
        #reviews .review li h4 span {
          background: #00bae4;
          color: white;
          font-weight: 400;
          -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
          padding: 6px 15px 6px 8px; }
      #reviews .review li p {
        text-align: justify;
        padding: 0 10px;
        font-size: .75em;
        color: #666666; }
        @media screen and (min-width: 1025px) {
          #reviews .review li p {
            font-size: 1em; } }
      #reviews .review li img {
        width: 600px;
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover; }
        @media screen and (min-width: 768px) {
          #reviews .review li img {
            width: 600px;
            height: 400px;
            -o-object-fit: cover;
            object-fit: cover; } }
    #reviews .review__container {
      padding: 25px; }

.review__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 35px; }
  .review__menu a {
    text-decoration: none;
    background: #333;
    border-radius: 50%;
    padding: 3px 5px;
    border: 2px solid white;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .review__menu a:hover {
      background: #999;
      color: #999; }
    .review__menu a.active {
      background: #00bae4;
      color: #00bae4; }

#header {
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 1025px) {
    #header {
      height: 100vh; } }

#slider {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 1025px) {
    #slider {
      height: 100vh; } }
  #slider ul {
    -webkit-animation: Slide 20s infinite;
    animation: Slide 20s infinite;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400%; }
    #slider ul li {
      width: 100%;
      list-style: none; }
      #slider ul li img {
        width: 100%; }

@-webkit-keyframes Slide {
  0% {
    margin-left: 0; }
  20% {
    margin-left: 0; }
  25% {
    margin-left: -100%; }
  45% {
    margin-left: -100%; }
  50% {
    margin-left: -200%; }
  70% {
    margin-left: -200%; }
  75% {
    margin-left: -300%; }
  100% {
    margin-left: -300%; } }

@keyframes Slide {
  0% {
    margin-left: 0; }
  20% {
    margin-left: 0; }
  25% {
    margin-left: -100%; }
  45% {
    margin-left: -100%; }
  50% {
    margin-left: -200%; }
  70% {
    margin-left: -200%; }
  75% {
    margin-left: -300%; }
  100% {
    margin-left: -300%; } }

@-webkit-keyframes cambiarFondo {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75))), url(../img/slider/1.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/1.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; }
  25% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75))), url(../img/slider/2.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/2.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/2.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; }
  50% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75))), url(../img/slider/3.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/3.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/3.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; }
  75% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75))), url(../img/slider/4.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/4.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/4.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; }
  10% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75))), url(../img/slider/5.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/5.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/5.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; } }

@keyframes cambiarFondo {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75))), url(../img/slider/1.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/1.jpg);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/1.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; }
  25% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75))), url(../img/slider/2.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/2.jpg);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/2.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/2.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; }
  50% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75))), url(../img/slider/3.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/3.jpg);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/3.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/3.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; }
  75% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75))), url(../img/slider/4.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/4.jpg);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/4.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/4.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; }
  10% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75))), url(../img/slider/5.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/5.jpg);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/5.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/slider/5.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; } }

.banner {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 1024px) {
    .banner {
      display: none; } }
  .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: 5em;
      font-weight: normal;
      margin-bottom: 15px;
      letter-spacing: 5px;
      text-shadow: 1px 1px 0 #222, 2px 2px 0 #222, 3px 3px 0 #222, 4px 4px 0 #222, 5px 5px 0 #222;
      -webkit-animation: movimiento 2.5s linear infinite;
      animation: movimiento 2.5s linear infinite; }
      @media screen and (min-width: 1025px) {
        .banner .copy h1 {
          font-size: 10em; } }
    .banner .copy p {
      color: white;
      font-size: 1em;
      font-weight: 300;
      text-align: center;
      text-shadow: 1px 1px 0 #222, 2px 2px 0 #222, 3px 3px 0 #222; }
      @media screen and (min-width: 1025px) {
        .banner .copy p {
          font-size: 1.5em; } }
    .banner .copy a.copy__button {
      background: #73539c;
      padding: 1em 2em;
      text-transform: uppercase;
      color: white;
      margin-top: 10px;
      display: inline-block;
      border-right: 8px solid #362749;
      -webkit-animation: palpitar 2s linear infinite;
      animation: palpitar 2s linear infinite;
      -webkit-transform: skewX(-10deg) !important;
      -ms-transform: skewX(-10deg) !important;
      transform: skewX(-10deg) !important;
      text-shadow: 1px 1px 0 #333;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      .banner .copy a.copy__button:hover {
        background: #362749;
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg); }

#borde-header {
  width: 100%;
  height: 10px;
  background: red; }
  #borde-header span {
    float: left;
    display: block;
    width: 25%;
    height: 10px; }
    #borde-header span.color1 {
      background: #ea8229; }
    #borde-header span.color2 {
      background: #5cbeaf; }
    #borde-header span.color3 {
      background: #73539c; }
    #borde-header span.color4 {
      background: #00bae4; }

body ::-moz-selection, html ::-moz-selection {
  background: #73539c;
  color: black; }

body ::selection, html ::selection {
  background: #73539c;
  color: black; }

#nosotros {
  padding: 0px 15px;
  margin-top: 50px;
  margin-bottom: 160px; }
  @media screen and (min-width: 1025px) {
    #nosotros {
      margin-top: 160px; } }
  #nosotros h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #ea8229;
    margin-bottom: 10px; }
    @media screen and (min-width: 1025px) {
      #nosotros h1 {
        margin-bottom: 30px; } }
  #nosotros h2 {
    font-size: 1em;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative; }
    @media screen and (min-width: 1025px) {
      #nosotros h2 {
        font-size: 3em;
        margin-bottom: 120px; } }
    #nosotros h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      z-index: -1;
      background: #ea8229;
      position: absolute; }
  #nosotros p {
    color: #333;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: justify;
    font-size: 1em; }
    @media screen and (min-width: 1025px) {
      #nosotros p {
        font-size: 1.5em; } }

#especiales {
  background: #F1F1F1;
  padding: 50px 0 20px 0; }
  @media screen and (min-width: 1025px) {
    #especiales {
      padding: 300px 0 200px 0;
      -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
      clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%); } }
  #especiales h1 {
    font-family: Helvetica !important;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #5cbeaf;
    margin-bottom: 30px; }
  #especiales h2 {
    font-size: 1em;
    font-family: Helvetica !important;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative; }
    @media screen and (min-width: 1025px) {
      #especiales h2 {
        font-size: 3em;
        margin-bottom: 120px; } }
    #especiales h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      z-index: -1;
      background: #5cbeaf;
      position: absolute; }
  #especiales h3 {
    margin-bottom: 50px; }
  #especiales .naranja {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales .naranja span {
      padding-bottom: 10px;
      border-bottom: 10px solid #ea8229; }
  #especiales .verde {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales .verde span {
      padding-bottom: 10px;
      border-bottom: 10px solid #5cbeaf; }
  #especiales .morado {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales .morado span {
      padding-bottom: 10px;
      border-bottom: 10px solid #73539c; }
  #especiales .azul {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales .azul span {
      padding-bottom: 10px;
      border-bottom: 10px solid #00bae4; }

#carousel h2 {
  font-size: 1em;
  position: relative;
  text-align: left;
  margin-bottom: 100px; }
  @media screen and (min-width: 1025px) {
    #carousel h2 {
      font-size: 3em; } }
  #carousel h2::after {
    content: '';
    width: 60%;
    height: 25px;
    left: 0;
    bottom: -40px;
    background: #73539c;
    position: absolute; }

.carousel {
  margin-bottom: 50px;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .carousel {
      margin-top: 100px;
      margin-bottom: 100px; } }
  .carousel h3 {
    text-transform: uppercase;
    color: black;
    font-weight: 500;
    font-size: 1em;
    margin: 0;
    padding: 0;
    margin-top: 25px; }
  .carousel p {
    padding: 0 75px;
    color: #999; }
  .carousel img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    max-width: 35%; }
  .carousel img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

#equipo {
  margin-bottom: 120px; }

.equipo__title {
  text-align: right;
  padding-right: 25%;
  margin-top: 50px;
  font-size: 1.2em;
  margin-bottom: 30px; }

.equipo__content {
  text-align: right;
  padding-right: 25%;
  padding-left: 15%; }

.equipo__image {
  cursor: pointer;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  .equipo__image:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

#imagen1 {
  margin-bottom: 300px; }

#imagen2 {
  margin-bottom: 300px; }

.imagen__1 {
  position: relative; }
  .imagen__1__content {
    width: 60%;
    position: absolute;
    text-align: right;
    right: -200px;
    top: 200px; }
    .imagen__1__content h1 {
      font-size: 4em;
      margin: 0;
      margin-bottom: 20px;
      font-weight: bold; }
      .imagen__1__content h1::before {
        content: '';
        width: 100%;
        height: 30px;
        left: 0;
        top: 35%;
        z-index: -10;
        background: #73539c;
        position: absolute; }
    .imagen__1__content p {
      color: #666;
      text-align: left; }
    .imagen__1__content a {
      margin-top: 120px;
      margin-bottom: 120px;
      margin-right: 200px;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      color: #000;
      font-weight: 600;
      font-size: 1.5em; }
      .imagen__1__content a::after {
        content: '';
        width: 100%;
        height: 15px;
        left: 15px;
        top: 15px;
        z-index: -1;
        background: #73539c;
        position: absolute;
        color: blue; }
  .imagen__1__image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .imagen__1__image:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      cursor: pointer; }

.imagen__2 {
  position: relative; }
  .imagen__2__content {
    width: 60%;
    position: absolute;
    text-align: right;
    left: -200px;
    top: 200px; }
    .imagen__2__content h1 {
      font-size: 4em;
      margin: 0;
      margin-bottom: 20px;
      font-weight: bold; }
      .imagen__2__content h1::before {
        content: '';
        width: 100%;
        height: 30px;
        left: 0;
        top: 35%;
        z-index: -1;
        background: #73539c;
        position: absolute; }
    .imagen__2__content p {
      color: #666;
      text-align: left; }
    .imagen__2__content a {
      margin-top: 120px;
      margin-bottom: 120px;
      margin-right: 200px;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      color: #000;
      font-weight: 600;
      font-size: 1.5em; }
      .imagen__2__content a::after {
        content: '';
        width: 100%;
        height: 15px;
        left: 15px;
        top: 15px;
        z-index: -1;
        background: #73539c;
        position: absolute;
        color: blue; }
  .imagen__2__image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .imagen__2__image:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      cursor: pointer; }

#servicios {
  margin-top: 160px;
  margin-bottom: 160px; }

.servicios {
  padding: 0 25px 25px 25px; }
  .servicios h1 {
    margin: 0;
    padding: 0;
    font-size: .9em;
    text-transform: uppercase;
    color: #ccc;
    margin-top: 30px; }
  .servicios h2 {
    font-size: 4em;
    font-family: 'Roboto', sans-serif;
    color: black;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative; }
    .servicios h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: 0;
      left: -5px;
      z-index: -1;
      background: #73539c;
      position: absolute; }
  .servicios a {
    padding: 1em 1.2em; }
    .servicios a.a {
      background: #CCC;
      color: black; }
    .servicios a.b {
      background: #666;
      color: white; }
  .servicios__item {
    background: #F3F3F3;
    padding: 75px 50px;
    margin-left: 1px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .servicios__item .hover {
      cursor: pointer;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .servicios__item__title {
      font-size: 1.2em;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0;
      padding: 0; }
      .servicios__item__title span {
        margin-top: 5px;
        display: block;
        width: 50px;
        height: 3px;
        background: #73539c; }
    .servicios__item__subtitle {
      font-size: 2em;
      font-weight: 300;
      color: #666; }

#clients {
  background: #FFFFFF; }
  @media screen and (min-width: 1025px) {
    #clients {
      padding: 100px 0 200px 0; } }

.clients {
  margin-top: 50px;
  margin-bottom: 0; }
  @media screen and (min-width: 1025px) {
    .clients {
      margin-top: 50px;
      margin-bottom: 200px; } }
  .clients__title {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    color: #ea8229;
    margin-bottom: 10px; }
  .clients__subtitle {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 1em;
    position: relative; }
    @media screen and (min-width: 1025px) {
      .clients__subtitle {
        font-size: 3em; } }
    .clients__subtitle::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      background: #ea8229;
      position: absolute; }
  .clients__description {
    color: #333;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: justify;
    font-size: 1em;
    margin-top: 60px; }
    @media screen and (min-width: 1025px) {
      .clients__description {
        font-size: 1.5em;
        margin-top: 120px; } }
  .clients__container img {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
    .clients__container img:hover {
      -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
      transform: scale(1.25); }
  .clients__container__description {
    color: #666;
    text-align: justify;
    margin-top: 10px; }
    @media screen and (min-width: 1025px) {
      .clients__container__description {
        margin-top: 60px; } }

#footer {
  padding: 35px 0; }
  @media screen and (min-width: 1025px) {
    #footer {
      margin-bottom: 150px;
      margin-top: 100px; } }

.footer__title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 75px; }
  @media screen and (min-width: 1025px) {
    .footer__title {
      font-size: 2.5em; } }
  .footer__title::after {
    content: '';
    width: 34%;
    height: 25px;
    bottom: -40px;
    left: 33%;
    background: #00bae4;
    z-index: -1;
    position: absolute; }

.footer__subtitle {
  color: #333;
  font-size: 1.25em; }
  @media screen and (min-width: 1025px) {
    .footer__subtitle {
      font-size: 3.5em; } }

.footer__social a {
  font-size: 1.25em;
  color: #73539c;
  margin-left: 5px;
  background: #F2F2F2;
  padding: 10px; }

#contacto {
  background: #333;
  padding: 25px 0; }
  @media screen and (min-width: 1025px) {
    #contacto {
      padding: 50px 0; } }

.call__to__action {
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 300;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #FFFFFF;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: inline-block; }
  @media screen and (min-width: 1025px) {
    .call__to__action {
      font-size: 1.2em; } }
  .call__to__action:hover {
    color: white;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: underline; }

.separador {
  clear: both;
  text-align: center;
  margin-bottom: 25px; }
  .separador span {
    width: 64px;
    height: 3px;
    display: inline-block;
    margin: 0;
    padding: 0; }
    .separador span.color1 {
      background: #ea8229; }
    .separador span.color2 {
      background: #5cbeaf; }
    .separador span.color3 {
      background: #73539c; }
    .separador span.color4 {
      background: #00bae4; }

.separador-left {
  clear: both;
  text-align: left;
  margin-bottom: 25px; }
  .separador-left span {
    width: 150px;
    height: 3px;
    background: #73539c;
    display: inline-block;
    margin: 0;
    padding: 0; }

.separador-right {
  clear: both;
  text-align: right;
  margin-bottom: 25px; }
  .separador-right span {
    width: 150px;
    height: 3px;
    background: #73539c;
    display: inline-block;
    margin: 0;
    padding: 0; }

.naranja {
  color: #ea8229; }

.verde {
  color: #5cbeaf; }

.morado {
  color: #73539c; }

.azul {
  color: #00bae4; }

#particles-js {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative; }

#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: #ea8229;
  -webkit-animation-delay: -800ms;
  animation-delay: -800ms; }

.loader span:nth-child(2) {
  background: #5cbeaf;
  -webkit-animation-delay: -700ms;
  animation-delay: -700ms; }

.loader span:nth-child(3) {
  background: #73539c;
  -webkit-animation-delay: -600ms;
  animation-delay: -600ms; }

.loader span:nth-child(4) {
  background: #00bae4;
  -webkit-animation-delay: -500ms;
  animation-delay: -500ms; }

.loader span:nth-child(5) {
  background: #00bae4;
  -webkit-animation-delay: -400ms;
  animation-delay: -400ms; }

.loader span:nth-child(6) {
  background: #73539c;
  -webkit-animation-delay: -300ms;
  animation-delay: -300ms; }

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

.loader span:nth-child(6) {
  background: #ea8229;
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms; }

@-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); } }

#header-servicios {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.75))), url(../img/servicios/servicios-bg.png);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/servicios/servicios-bg.png);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/servicios/servicios-bg.png);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/servicios/servicios-bg.png);
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 1024px) {
    #header-servicios {
      display: none; } }

#header-servicios-movil {
  width: 100%;
  height: 30vh;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.75))), url(../img/servicios/servicios-bg.png);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/servicios/servicios-bg.png);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/servicios/servicios-bg.png);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/servicios/servicios-bg.png);
  background-size: cover;
  background-position: center center;
  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; }
  @media screen and (min-width: 1025px) {
    #header-servicios-movil {
      display: none; } }

#servicios {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1025px) {
    #servicios {
      margin-top: 160px;
      margin-bottom: 160px; } }
  #servicios h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #73539c;
    margin-bottom: 30px; }
  #servicios h2 {
    font-size: 1em;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative; }
    @media screen and (min-width: 1025px) {
      #servicios h2 {
        font-size: 3em;
        margin-bottom: 120px; } }
    #servicios h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      z-index: -1;
      background: #73539c;
      position: absolute; }
  #servicios p {
    color: #333;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: justify;
    font-size: 1em; }
    @media screen and (min-width: 1025px) {
      #servicios p {
        text-align: justify;
        font-size: 1.5em; } }

#especiales-servicios {
  background: #F1F1F1;
  padding: 50px 0 50px 0; }
  @media screen and (min-width: 1025px) {
    #especiales-servicios {
      padding: 300px 0 300px 0;
      -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
      clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%); } }
  #especiales-servicios h1 {
    font-family: Helvetica !important;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #73539c;
    margin-bottom: 30px; }
  #especiales-servicios h2 {
    font-size: 3em;
    font-family: Helvetica !important;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 120px;
    position: relative; }
    #especiales-servicios h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      z-index: -1;
      background: #73539c;
      position: absolute; }
  #especiales-servicios h3 {
    font-size: 1em;
    margin-bottom: 50px; }
  #especiales-servicios .naranja {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-servicios .naranja span {
      padding-bottom: 10px;
      border-bottom: 10px solid #ea8229; }
  #especiales-servicios .verde {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-servicios .verde span {
      padding-bottom: 10px;
      border-bottom: 10px solid #5cbeaf; }
  #especiales-servicios .morado {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-servicios .morado span {
      padding-bottom: 10px;
      border-bottom: 10px solid #73539c; }
  #especiales-servicios .azul {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-servicios .azul span {
      padding-bottom: 10px;
      border-bottom: 10px solid #00bae4; }

.especiales__servicios__title {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 4.5em; }

.especiales__servicios__container {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px; }
  .especiales__servicios__container:hover .especiales__servicios__overlay {
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .especiales__servicios__container:hover .especiales__servicios__image {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }

.especiales__servicios__image {
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.especiales__servicios__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: rgba(0, 0, 0, 0.75); }
  .especiales__servicios__overlay.naranja {
    background: rgba(234, 130, 41, 0.75); }
  .especiales__servicios__overlay.verde {
    background: rgba(92, 190, 175, 0.75); }
  .especiales__servicios__overlay.morado {
    background: rgba(115, 86, 156, 0.75); }
  .especiales__servicios__overlay.azul {
    background: rgba(0, 186, 228, 0.75); }
  .especiales__servicios__overlay__title {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
    margin: 0 !important;
    padding: 0;
    font-size: 1.25em !important;
    font-weight: 600 !important;
    color: white !important;
    margin-bottom: 10px !important; }
  .especiales__servicios__overlay__description {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: .9em;
    font-weight: 300;
    text-align: justify;
    color: white; }
  .especiales__servicios__overlay__button {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    display: inline-block;
    padding: 6px 10px;
    background: transparent;
    color: white;
    border: 1px solid white;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 400;
    border-radius: 3px;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg); }
    .especiales__servicios__overlay__button:hover {
      background: rgba(255, 255, 255, 0.75);
      color: #73539c; }

.especiales__title__narajana {
  color: #ea8229; }

.footer__servicios__title {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 75px; }
  @media screen and (min-width: 1025px) {
    .footer__servicios__title {
      font-size: 2.5em; } }
  .footer__servicios__title::after {
    content: '';
    width: 34%;
    height: 25px;
    bottom: -40px;
    left: 33%;
    background: #73539c;
    z-index: -1;
    position: absolute; }

.footer__servicios__subtitle a {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #333;
  font-size: 2em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .footer__servicios__subtitle a:hover {
    color: #73539c; }

.footer__servicios__social a {
  font-size: 1.25em;
  color: #73539c;
  margin-left: 5px;
  background: #F2F2F2;
  padding: 10px; }

#header-produccion {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.75))), url(../img/produccion/produccion-bg.jpg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/produccion/produccion-bg.jpg);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/produccion/produccion-bg.jpg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/produccion/produccion-bg.jpg);
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 1024px) {
    #header-produccion {
      display: none; } }

#header-produccion-movil {
  width: 100%;
  height: 30vh;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.75))), url(../img/produccion/produccion-bg.jpg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/produccion/produccion-bg.jpg);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/produccion/produccion-bg.jpg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/produccion/produccion-bg.jpg);
  background-size: cover;
  background-position: center center;
  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; }
  @media screen and (min-width: 1025px) {
    #header-produccion-movil {
      display: none; } }

#produccion {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1025px) {
    #produccion {
      margin-top: 160px;
      margin-bottom: 160px; } }
  #produccion h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #ea8229;
    margin-bottom: 30px; }
  #produccion h2 {
    font-size: 1em;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative; }
    @media screen and (min-width: 1025px) {
      #produccion h2 {
        font-size: 3em;
        margin-bottom: 120px; } }
    #produccion h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      z-index: -1;
      background: #ea8229;
      position: absolute; }
  #produccion p {
    color: #333;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: justify;
    font-size: 1em; }
    @media screen and (min-width: 1025px) {
      #produccion p {
        text-align: justify;
        font-size: 1.5em; } }

#especiales-produccion {
  background: #F1F1F1;
  padding: 50px 0 50px 0; }
  @media screen and (min-width: 1025px) {
    #especiales-produccion {
      padding: 300px 0 300px 0;
      -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
      clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%); } }
  #especiales-produccion h1 {
    font-family: Helvetica !important;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #73539c;
    margin-bottom: 30px; }
  #especiales-produccion h2 {
    font-size: 3em;
    font-family: Helvetica !important;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 120px;
    position: relative; }
    #especiales-produccion h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      z-index: -1;
      background: #ea8229;
      position: absolute; }
  #especiales-produccion h3 {
    font-size: 1em;
    margin-bottom: 50px; }
  #especiales-produccion .naranja {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-produccion .naranja span {
      padding-bottom: 10px;
      border-bottom: 10px solid #ea8229; }
  #especiales-produccion .verde {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-produccion .verde span {
      padding-bottom: 10px;
      border-bottom: 10px solid #5cbeaf; }
  #especiales-produccion .morado {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-produccion .morado span {
      padding-bottom: 10px;
      border-bottom: 10px solid #73539c; }
  #especiales-produccion .azul {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-produccion .azul span {
      padding-bottom: 10px;
      border-bottom: 10px solid #00bae4; }

.especiales__servicios__title {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 4.5em; }

.especiales__servicios__container {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px; }
  .especiales__servicios__container:hover .especiales__servicios__overlay {
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .especiales__servicios__container:hover .especiales__servicios__image {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }

.especiales__servicios__image {
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.especiales__servicios__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .especiales__servicios__overlay.naranja {
    background: rgba(234, 130, 41, 0.75); }
  .especiales__servicios__overlay.verde {
    background: rgba(92, 190, 175, 0.75); }
  .especiales__servicios__overlay.morado {
    background: rgba(115, 86, 156, 0.75); }
  .especiales__servicios__overlay.azul {
    background: rgba(0, 186, 228, 0.75); }
  .especiales__servicios__overlay__title {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
    margin: 0 !important;
    padding: 0;
    font-size: 1.25em !important;
    font-weight: 600 !important;
    color: white !important;
    margin-bottom: 10px !important; }
  .especiales__servicios__overlay__description {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: .9em;
    font-weight: 300;
    text-align: justify;
    color: white; }
  .especiales__servicios__overlay__button {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    display: inline-block;
    padding: 6px 10px;
    background: transparent;
    color: white;
    border: 1px solid white;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 400;
    border-radius: 3px;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg); }
    .especiales__servicios__overlay__button:hover {
      background: rgba(255, 255, 255, 0.75);
      color: #ea8229; }

.especiales__title__narajana {
  color: #ea8229; }

.footer__produccion__title {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 75px; }
  @media screen and (min-width: 1025px) {
    .footer__produccion__title {
      font-size: 2.5em; } }
  .footer__produccion__title::after {
    content: '';
    width: 34%;
    height: 25px;
    bottom: -40px;
    left: 33%;
    background: #ea8229;
    z-index: -1;
    position: absolute; }

.footer__produccion__subtitle a {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #333;
  font-size: 2em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .footer__produccion__subtitle a:hover {
    color: #73539c; }

.footer__produccion__social a {
  font-size: 1.25em;
  color: #73539c;
  margin-left: 5px;
  background: #F2F2F2;
  padding: 10px; }

#header-investigacion {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.75))), url(../img/investigacion-y-desarrollo/investigacion-bg.png);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/investigacion-y-desarrollo/investigacion-bg.png);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/investigacion-y-desarrollo/investigacion-bg.png);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/investigacion-y-desarrollo/investigacion-bg.png);
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 1024px) {
    #header-investigacion {
      display: none; } }

#header-investigacion-movil {
  width: 100%;
  height: 30vh;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.75))), url(../img/investigacion-y-desarrollo/investigacion-bg.png);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/investigacion-y-desarrollo/investigacion-bg.png);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/investigacion-y-desarrollo/investigacion-bg.png);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/investigacion-y-desarrollo/investigacion-bg.png);
  background-size: cover;
  background-position: center center;
  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; }
  @media screen and (min-width: 1025px) {
    #header-investigacion-movil {
      display: none; } }

#investigacion {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1025px) {
    #investigacion {
      margin-top: 160px;
      margin-bottom: 160px; } }
  #investigacion h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #00bae4;
    margin-bottom: 30px; }
  #investigacion h2 {
    font-size: 1em;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative; }
    @media screen and (min-width: 1025px) {
      #investigacion h2 {
        font-size: 3em;
        margin-bottom: 120px; } }
    #investigacion h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      z-index: -1;
      background: #00bae4;
      position: absolute; }
  #investigacion p {
    color: #333;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: justify;
    font-size: 1em; }
    @media screen and (min-width: 1025px) {
      #investigacion p {
        text-align: justify;
        font-size: 1.5em; } }

#especiales-investigacion {
  background: #F1F1F1;
  padding: 50px 0 50px 0; }
  @media screen and (min-width: 1025px) {
    #especiales-investigacion {
      padding: 300px 0 300px 0;
      -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
      clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%); } }
  #especiales-investigacion h1 {
    font-family: Helvetica !important;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #00bae4;
    margin-bottom: 30px; }
  #especiales-investigacion h2 {
    font-size: 1em;
    font-family: Helvetica !important;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    position: relative; }
    @media screen and (min-width: 1025px) {
      #especiales-investigacion h2 {
        font-size: 3em;
        margin-bottom: 120px; } }
    #especiales-investigacion h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      z-index: -1;
      background: #00bae4;
      position: absolute; }
  #especiales-investigacion h3 {
    font-size: 1em;
    margin-bottom: 50px; }
  #especiales-investigacion .naranja {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-investigacion .naranja span {
      padding-bottom: 10px;
      border-bottom: 10px solid #ea8229; }
  #especiales-investigacion .verde {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-investigacion .verde span {
      padding-bottom: 10px;
      border-bottom: 10px solid #5cbeaf; }
  #especiales-investigacion .morado {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-investigacion .morado span {
      padding-bottom: 10px;
      border-bottom: 10px solid #73539c; }
  #especiales-investigacion .azul {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-investigacion .azul span {
      padding-bottom: 10px;
      border-bottom: 10px solid #00bae4; }

.especiales__servicios__title {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 4.5em; }

.especiales__servicios__container {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px; }
  .especiales__servicios__container:hover .especiales__servicios__overlay {
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .especiales__servicios__container:hover .especiales__servicios__image {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }

.especiales__servicios__image {
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.especiales__servicios__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .especiales__servicios__overlay.naranja {
    background: rgba(234, 130, 41, 0.75); }
  .especiales__servicios__overlay.verde {
    background: rgba(92, 190, 175, 0.75); }
  .especiales__servicios__overlay.morado {
    background: rgba(115, 86, 156, 0.75); }
  .especiales__servicios__overlay.azul {
    background: rgba(0, 186, 228, 0.75); }
  .especiales__servicios__overlay__title {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
    margin: 0 !important;
    padding: 0;
    font-size: 1.25em !important;
    font-weight: 600 !important;
    color: white !important;
    margin-bottom: 10px !important; }
  .especiales__servicios__overlay__description {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: .9em;
    font-weight: 300;
    text-align: justify;
    color: white; }
  .especiales__servicios__overlay__button {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    display: inline-block;
    padding: 6px 10px;
    background: transparent;
    color: white;
    border: 1px solid white;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 400;
    border-radius: 3px;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg); }
    .especiales__servicios__overlay__button:hover {
      background: rgba(255, 255, 255, 0.75);
      color: #73539c; }

.especiales__title__narajana {
  color: #ea8229; }

.footer__investigacion__title {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 75px; }
  @media screen and (min-width: 1025px) {
    .footer__investigacion__title {
      font-size: 2.5em; } }
  .footer__investigacion__title::after {
    content: '';
    width: 34%;
    height: 25px;
    bottom: -40px;
    left: 33%;
    background: #00bae4;
    z-index: -1;
    position: absolute; }

.footer__investigacion__subtitle a {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #333;
  font-size: 2em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .footer__investigacion__subtitle a:hover {
    color: #73539c; }

.footer__investigacion__social a {
  font-size: 1.25em;
  color: #73539c;
  margin-left: 5px;
  background: #F2F2F2;
  padding: 10px; }

#header-medicina {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.75))), url(../img/medicina/medicina-bg.jpg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/medicina/medicina-bg.jpg);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/medicina/medicina-bg.jpg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/medicina/medicina-bg.jpg);
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 1024px) {
    #header-medicina {
      display: none; } }

#header-medicina-movil {
  width: 100%;
  height: 30vh;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.75))), url(../img/medicina/medicina-bg.jpg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/medicina/medicina-bg.jpg);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/medicina/medicina-bg.jpg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/medicina/medicina-bg.jpg);
  background-size: cover;
  background-position: center center;
  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; }
  @media screen and (min-width: 1025px) {
    #header-medicina-movil {
      display: none; } }

#medicina {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1025px) {
    #medicina {
      margin-top: 160px;
      margin-bottom: 160px; } }
  #medicina h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #5cbeaf;
    margin-bottom: 30px; }
  #medicina h2 {
    font-size: 1em;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative; }
    @media screen and (min-width: 1025px) {
      #medicina h2 {
        font-size: 3em;
        margin-bottom: 120px; } }
    #medicina h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      z-index: -1;
      background: #5cbeaf;
      position: absolute; }
  #medicina p {
    color: #333;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: justify;
    font-size: 1em; }
    @media screen and (min-width: 1025px) {
      #medicina p {
        text-align: justify;
        font-size: 1.5em; } }

#especiales-medicina {
  background: #F1F1F1;
  padding: 50px 0 50px 0; }
  @media screen and (min-width: 1025px) {
    #especiales-medicina {
      padding: 300px 0 300px 0;
      -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
      clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%); } }
  #especiales-medicina h1 {
    font-family: Helvetica !important;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #5cbeaf;
    margin-bottom: 30px; }
  #especiales-medicina h2 {
    font-size: 3em;
    font-family: Helvetica !important;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 120px;
    position: relative; }
    #especiales-medicina h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      z-index: -1;
      background: #5cbeaf;
      position: absolute; }
  #especiales-medicina h3 {
    font-size: 1em;
    margin-bottom: 50px;
    text-transform: uppercase; }
  #especiales-medicina .naranja {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-medicina .naranja span {
      padding-bottom: 10px;
      border-bottom: 10px solid #ea8229; }
  #especiales-medicina .verde {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-medicina .verde span {
      padding-bottom: 10px;
      border-bottom: 10px solid #5cbeaf; }
  #especiales-medicina .morado {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-medicina .morado span {
      padding-bottom: 10px;
      border-bottom: 10px solid #73539c; }
  #especiales-medicina .azul {
    font-family: Helvetica !important;
    color: #333;
    text-align: center;
    font-weight: 400; }
    #especiales-medicina .azul span {
      padding-bottom: 10px;
      border-bottom: 10px solid #00bae4; }

.especiales__servicios__title {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 4.5em; }

.especiales__servicios__container {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px; }
  .especiales__servicios__container:hover .especiales__servicios__overlay {
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .especiales__servicios__container:hover .especiales__servicios__image {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }

.especiales__servicios__image {
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.especiales__servicios__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .especiales__servicios__overlay.naranja {
    background: rgba(234, 130, 41, 0.75); }
  .especiales__servicios__overlay.verde {
    background: rgba(92, 190, 175, 0.75); }
  .especiales__servicios__overlay.morado {
    background: rgba(115, 86, 156, 0.75); }
  .especiales__servicios__overlay.azul {
    background: rgba(0, 186, 228, 0.75); }
  .especiales__servicios__overlay__title {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
    margin: 0 !important;
    padding: 0;
    font-size: 1.25em !important;
    font-weight: 600 !important;
    color: white !important;
    margin-bottom: 10px !important; }
  .especiales__servicios__overlay__description {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: .9em;
    font-weight: 300;
    text-align: justify;
    color: white; }
  .especiales__servicios__overlay__button {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    display: inline-block;
    padding: 6px 10px;
    background: transparent;
    color: white;
    border: 1px solid white;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 400;
    border-radius: 3px;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg); }
    .especiales__servicios__overlay__button:hover {
      background: rgba(255, 255, 255, 0.75);
      color: #73539c; }

.especiales__title__narajana {
  color: #ea8229; }

.footer__medicina__title {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 75px; }
  @media screen and (min-width: 1025px) {
    .footer__medicina__title {
      font-size: 2.5em; } }
  .footer__medicina__title::after {
    content: '';
    width: 34%;
    height: 25px;
    bottom: -40px;
    left: 33%;
    background: #5cbeaf;
    z-index: -1;
    position: absolute; }

.footer__medicina__subtitle a {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #333;
  font-size: 2em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .footer__medicina__subtitle a:hover {
    color: #73539c; }

.footer__medicina__social a {
  font-size: 1.25em;
  color: #73539c;
  margin-left: 5px;
  background: #F2F2F2;
  padding: 10px; }

.fundador {
  -webkit-box-shadow: -15px 15px 0 #CCC;
  box-shadow: -15px 15px 0 #CCC; }

.medicina__container {
  text-align: center; }
  .medicina__container p {
    text-align: center !important; }

#sub-servicios {
  margin-top: 100px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1025px) {
    #sub-servicios {
      margin-top: 160px;
      margin-bottom: 160px; } }
  #sub-servicios h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #73539c;
    margin-bottom: 30px; }
  #sub-servicios h2 {
    font-size: 1em;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative; }
    @media screen and (min-width: 1025px) {
      #sub-servicios h2 {
        font-size: 3em;
        margin-bottom: 120px; } }
    #sub-servicios h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      background: #DDDDDD;
      position: absolute; }
  #sub-servicios p {
    color: #333;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: justify;
    font-size: 1em; }
    @media screen and (min-width: 1025px) {
      #sub-servicios p {
        font-size: 1.5em; } }
  #sub-servicios ul li {
    color: #333;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: justify;
    font-size: 1em;
    margin-bottom: 10px; }
    @media screen and (min-width: 1025px) {
      #sub-servicios ul li {
        font-size: 1.5em; } }

#sub-servicio-parallax {
  background: red;
  padding: 50px 0;
  text-align: center;
  font-size: 1.5em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url(../../tema/img/servicios/escaneo-3D-bg.jpg);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../../tema/img/servicios/escaneo-3D-bg.jpg);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../../tema/img/servicios/escaneo-3D-bg.jpg);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../../tema/img/servicios/escaneo-3D-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
  @media screen and (min-width: 1025px) {
    #sub-servicio-parallax {
      padding: 75px 0;
      font-size: 3em; } }
  #sub-servicio-parallax h3 {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: white;
    font-weight: 500; }

.sub__servicio__overlay {
  position: relative; }
  .sub__servicio__overlay__title {
    margin: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    font-size: 1em;
    bottom: 20px;
    left: 0;
    color: #CCC;
    padding: 5px 20px 5px 10px;
    font-weight: 400;
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%); }

#header-contacto {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.75))), url(../img/contacto.jpg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/contacto.jpg);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/contacto.jpg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/contacto.jpg);
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 1024px) {
    #header-contacto {
      display: none; } }

#header-contacto-movil {
  width: 100%;
  height: 30vh;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.75))), url(../img/contacto.jpg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/contacto.jpg);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/contacto.jpg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url(../img/contacto.jpg);
  background-size: cover;
  background-position: center center;
  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; }
  @media screen and (min-width: 1025px) {
    #header-contacto-movil {
      display: none; } }

.contacto__item {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1em;
  display: block;
  margin-bottom: 1em; }
  @media screen and (min-width: 1025px) {
    .contacto__item {
      font-size: 1.5em; } }

#separador-multicolor span.uno {
  width: 25%;
  height: 10px;
  display: block;
  float: left;
  background: #ea8229;
  margin: 0;
  padding: 0; }

#separador-multicolor span.dos {
  width: 25%;
  height: 10px;
  display: block;
  float: left;
  background: #5cbeaf; }

#separador-multicolor span.tres {
  width: 25%;
  height: 10px;
  display: block;
  float: left;
  background: #73539c; }

#separador-multicolor span.cuatro {
  width: 25%;
  height: 10px;
  display: block;
  float: left;
  background: #00bae4; }

#contactanos {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1025px) {
    #contactanos {
      margin-top: 160px;
      margin-bottom: 160px; } }
  #contactanos h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #BBB;
    margin-bottom: 30px; }
  #contactanos h2 {
    font-size: 1em;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative; }
    @media screen and (min-width: 1025px) {
      #contactanos h2 {
        font-size: 3em;
        margin-bottom: 120px; } }
    #contactanos h2::after {
      content: '';
      width: 60%;
      height: 25px;
      bottom: -40px;
      left: 0;
      z-index: -1;
      background: #F2F2F2;
      position: absolute; }
  #contactanos p {
    color: #333;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: justify;
    font-size: 1em; }
    @media screen and (min-width: 1025px) {
      #contactanos p {
        text-align: justify;
        font-size: 1.5em; } }

.noticias__container {
  position: relative;
  overflow: hidden;
  margin: 75px 0; }
  .noticias__container__ribbon {
    margin: 0;
    right: 0;
    text-align: right; }
  .noticias__container__title {
    padding: 10px;
    color: #333;
    margin: 0;
    font-size: 1.2em;
    text-transform: uppercase; }
  .noticias__container__description {
    margin: 0;
    padding: 10px;
    font-size: 1em;
    color: #999; }
  .noticias__container__logo {
    border-bottom: 5px solid #F2F2F2; }
  .noticias__container__image {
    width: 100%;
    height: auto; }

.preguntas__frecuentes__respuesta {
  text-align: justify;
  padding-bottom: 10px;
  border-bottom: 1px solid #F2F2F2; }
