@charset "UTF-8";
@media screen and (max-width: 910px) {
  .page-content {
    margin-top: 70px;
  }
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.lds-ellipsis {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
body {
  background-color: white;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body .blend-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #3E3E3E;
  opacity: 0.6;
}

::selection {
  background: #FFF498;
}

::-moz-selection {
  background: #FFF498;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #FFF498;
}

a {
  color: #369;
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus {
  color: #40a6ff;
}

.button, button {
  display: inline-block;
  padding: 5px 40px;
  color: #fff;
  text-align: center center;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid #fff;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 300ms ease-in-out;
}
.button.accent, button.accent {
  border-color: #224797 !important;
  background-color: #224797 !important;
  color: #fff !important;
}
.button.accent:hover, button.accent:hover {
  background-color: #fff !important;
  color: #224797 !important;
}
.button:hover, .button:active, .button:focus, button:hover, button:active, button:focus {
  color: #224797;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
}

/************************************/
/* /* Headings */
/* /************************************/
.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6, p {
  color: #3E3E3E;
  font-weight: bold;
}

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px;
}

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px;
}

.large, h2 {
  font-size: 42px;
  line-height: 1.14;
}

.bigger, h3 {
  font-size: 36px;
  line-height: 1.2;
}

.big, h4 {
  font-size: 22px;
  line-height: 1.38;
}

.small, small {
  font-size: 10px;
  line-height: 1.2;
}

/************************************/
/* /* Basic Font Styles */
/* /************************************/
p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: lighter;
  line-height: 22px;
  margin-bottom: 10px;
}
p.important {
  font-weight: 500;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/************************************************/
/* /* Estilos para el título de cada sección */
/* /************************************************/
.section-title {
  background-color: #224797;
  position: relative;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}
.section-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -23px;
  display: block;
  width: 45px;
  background: #224797;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
.section-title h3 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 180px;
  padding-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1.3px;
  display: block;
  margin: 0;
}
@media screen and (max-width: 910px) {
  .section-title h3 {
    width: max-content;
    max-width: calc(100vw - 75px);
    padding-left: 10%;
    line-height: 1.5;
    padding-right: 50px;
  }
}
@media screen and (max-width: 420px) {
  .section-title h3 {
    padding-right: 20px;
  }
}

.text-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
}

/******************************************************/
/* /* Sass document in order to insert icons as masks */
/* /******************************************************/
.phone-icon {
  mask-image: url("../img/icons/contact/phone.svg");
  -webkit-mask-image: url("../img/icons/contact/phone.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.email-icon {
  mask-image: url("../img/icons/contact/email.svg");
  -webkit-mask-image: url("../img/icons/contact/email.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.location-icon {
  mask-image: url("../img/icons/contact/location.svg");
  -webkit-mask-image: url("../img/icons/contact/location.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

/************************************/
/* /* Header */
/* /************************************/
header {
  width: 100%;
  height: 120px;
  background-color: #E6E6E6;
  background-image: -webkit-linear-gradient(0deg, #E6E6E6 50%, #224797 50%);
  /************************************/
  /* /* Imagen del header */
  /* /************************************/
}
@media screen and (max-width: 910px) {
  header {
    height: 70px;
    background-image: none !important;
    background-color: #224797;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
header .header-wrap {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  /************************************************/
  /* /* Logo y nombre del sitio */
  /* Include para hacer diagonal el div del logo */
  /* /************************************************/
  /************************************/
  /* /* Navegador del seitio */
  /* /************************************/
}
@media screen and (max-width: 910px) {
  header .header-wrap {
    position: initial;
    z-index: 100;
  }
}
header .header-wrap .site-logo-wrap {
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E6E6E6;
  position: relative;
  z-index: 3;
  position: relative;
  /************************************/
  /* /* Sección que contiene el logo svg */
  /* El logo se encuentra en la carpeta */
  /* de _includes/logos */
  /* /************************************/
}
header .header-wrap .site-logo-wrap:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -23px;
  display: block;
  width: 45px;
  background: #E6E6E6;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
header .header-wrap .site-logo-wrap a {
  display: block;
  position: relative;
}
header .header-wrap .site-logo-wrap span {
  display: block;
}
header .header-wrap .site-logo-wrap .site-title {
  display: none;
}
header .header-wrap .site-logo-wrap .site-logo {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 910px) {
  header .header-wrap .site-logo-wrap .site-logo {
    width: 120px;
  }
}
header .header-wrap .site-logo-wrap .site-logo img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
header .header-wrap nav {
  width: 65%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #224797;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 910px) {
  header .header-wrap nav {
    height: auto;
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 50;
    flex-direction: column;
    display: none;
    padding: 0;
    border-top: 1px solid #E6E6E6;
    animation: mobile-fadeIn 300ms ease-in-out;
  }
}
header .header-wrap nav .navigation-items {
  display: block;
}
header .header-wrap nav .navigation-items .navigation-link {
  color: #E6E6E6;
}
header .header-wrap nav .navigation-items .navigation-link:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 910px) {
  header .header-wrap nav .navigation-items {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #E6E6E6;
    trasition: all 300ms ease-in-out;
  }
  header .header-wrap nav .navigation-items:hover {
    background-color: #224797;
    color: #E6E6E6;
  }
}
header .header-wrap .isVisible {
  display: flex;
}
header .header-wrap .hm-menu {
  display: none;
  width: 40px;
  align-self: center;
  position: absolute;
  right: 0;
  font-size: 25px;
  color: #E6E6E6;
  margin-right: 2.5%;
  cursor: pointer;
}
@media screen and (max-width: 910px) {
  header .header-wrap .hm-menu {
    display: block;
  }
}

.welcome-image {
  width: 100%;
  height: calc(85vh - 80px);
  min-height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 910px) {
  .welcome-image {
    height: calc(100vh - 70px);
    margin-top: 70px;
  }
}
.welcome-image .header-image {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.welcome-image .maya {
  background-color: black;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
.welcome-image h1 {
  text-align: center;
  width: 75%;
  z-index: 5;
  position: relative;
  margin: auto;
  font-weight: 500;
  color: #E6E6E6;
}
@media screen and (max-width: 910px) {
  .welcome-image h1 {
    font-size: 3.2em;
    margin-bottom: 60px;
    width: 90%;
  }
}
.welcome-image p {
  position: relative;
  text-align: center;
  margin: auto;
  width: 60%;
  z-index: 5;
  margin-top: 20px;
  color: #E6E6E6;
}
@media screen and (max-width: 910px) {
  .welcome-image p {
    width: 90%;
  }
}
.welcome-image .two-buttons {
  padding-top: 30px;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome-image .two-buttons a {
  margin: 0 10px;
  background-color: #224797;
  border-color: #224797;
  color: #fff;
}
.welcome-image .two-buttons a:hover {
  background-color: #fff;
  color: #224797;
  border-color: #fff;
}

@keyframes mobile-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contactus-movil-section {
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 910px) {
  .contactus-movil-section {
    height: auto;
  }
}
.contactus-movil-section .contact-movil-image {
  width: 40%;
  text-align: right;
  background-image: url("/assets/img/movil/photo-1.jpg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 910px) {
  .contactus-movil-section .contact-movil-image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.contactus-movil-section .contact-movil-info {
  z-index: 3;
  flex: 1;
  padding-left: 70px;
  background-color: #224797;
  position: relative;
}
.contactus-movil-section .contact-movil-info:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  display: block;
  width: 100px;
  background: #224797;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
}
@media screen and (max-width: 910px) {
  .contactus-movil-section .contact-movil-info {
    padding: 80px 0;
    text-align: center;
    background-color: rgba(34, 71, 151, 0.5);
  }
  .contactus-movil-section .contact-movil-info:before {
    display: none;
  }
}
.contactus-movil-section .contact-movil-info h3 {
  margin-top: 30px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 910px) {
  .contactus-movil-section .contact-movil-info h3 {
    line-height: 1.5;
  }
}
.contactus-movil-section .contact-movil-info p {
  width: 50%;
  color: #E6E6E6;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 910px) {
  .contactus-movil-section .contact-movil-info p {
    width: 90%;
    margin: 30px auto 0;
  }
}
.contactus-movil-section .contact-movil-info a {
  margin-top: 50px;
  margin-left: 40%;
}
@media screen and (max-width: 910px) {
  .contactus-movil-section .contact-movil-info a {
    margin: 30px auto;
  }
}

/************************************************/
/* /* Estilos del formulario de contacto */
/* /************************************************/
form {
  width: 90%;
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
  margin: 0 auto 60px;
  justify-content: flex-end;
  /************************************************/
  /* /* Estilos del botón del formulario */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  form {
    flex-direction: column;
  }
}
form input {
  max-width: 47%;
  margin: 8px auto;
  flex-basis: 47%;
}
@media screen and (max-width: 910px) {
  form input {
    max-width: none;
    flex-basis: 100%;
    margin: 10px 0;
  }
}
form textarea {
  width: 97%;
  height: 126px;
  margin: 8px auto 30px;
  resize: none;
  line-height: 1.5;
}
@media screen and (max-width: 910px) {
  form textarea {
    margin-bottom: 20px;
  }
}
form input, form textarea {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.4px;
  padding: 12px 0px 15px 8px;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-text-overflow: clip;
  text-overflow: clip;
  background-color: #F6F6F6;
}
form input:focus, form textarea:focus {
  outline: none;
  color: #3E3E3E;
  border-color: #3E3E3E;
}
form button {
  align-self: flex-end;
  margin-right: 0.5%;
  background-color: #224797;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 910px) {
  form button {
    width: 100%;
    border-radius: 4px;
  }
}
form button:hover {
  background-color: #1C3A7C;
}
form button h4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding: 20px 25px;
  display: inline-block;
  color: #E6E6E6;
  margin-bottom: 0;
}
form button span {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #1C3A7C;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 1;
  /************************************************/
  /* /* Estilos del icono del botón */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  form button span {
    display: none;
  }
}
form button span svg {
  display: inline-block;
  width: 30px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
form button span svg path {
  fill: #E6E6E6;
}

footer {
  width: 100%;
  background-color: #E6E6E6;
}
footer .flex-footer {
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 50px 25px;
}
@media screen and (max-width: 910px) {
  footer .flex-footer {
    flex-direction: column;
  }
}
footer .flex-footer p {
  color: #3E3E3E;
  font-size: 14px;
}
footer .flex-footer .logo-footer {
  width: 280px;
  height: auto;
}
@media screen and (max-width: 910px) {
  footer .flex-footer .logo-footer {
    width: 180px;
  }
}
footer .flex-footer .logo-footer img {
  margin: 50px auto;
  position: relative;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
footer .flex-footer .info-footer {
  text-align: left;
}
@media screen and (max-width: 910px) {
  footer .flex-footer .info-footer {
    margin-bottom: 30px;
  }
}
footer .flex-footer .info-footer h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer .flex-footer .social-footer {
  position: relative;
  flex-wrap: wrap;
}
footer .flex-footer .social-footer h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer .flex-footer .social-footer .social-icon {
  top: 0;
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}
footer .flex-footer .social-footer .social-icon svg {
  position: relative;
  width: 100%;
  height: 100%;
  fill: #9FA3A7;
  transition: all 300ms ease-in-out;
}
footer .flex-footer .social-footer .social-icon svg:hover {
  fill: #3E3E3E;
}
footer .line-rights {
  text-align: center;
  padding-bottom: 10px;
}
footer .line-rights hr {
  width: 100%;
  height: 1px;
  z-index: 3;
  background-color: #9FA3A7;
}

.post-photo {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
}

.post-title {
  margin: 50px 0px;
  font-size: 50px;
}

.post-header {
  position: center;
  text-align: center;
}

.post-content {
  text-align: center;
  margin: 20px 50px;
}

.post-share h5 {
  font-size: 15px;
  margin-left: 400px;
  margin-top: 0px;
}
.post-share .post-span {
  display: flex;
  flex-direction: row;
}

.comments-post {
  margin: 0px 15%;
}

.products-section {
  width: 100%;
  position: relative;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 35%, #224797 35%);
}
@media screen and (max-width: 910px) {
  .products-section {
    background-image: none;
  }
}
.products-section .products-wrap {
  max-width: 1440px;
}
.products-section .products-wrap .products-items {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 910px) {
  .products-section .products-wrap .products-items {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20%;
    margin-bottom: 40px;
  }
}
.products-section .products-wrap .products-items .product-images3 {
  width: 80%;
  height: 200px;
  display: flex;
  flex-direction: row;
  z-index: 4;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 910px) {
  .products-section .products-wrap .products-items .product-images3 {
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.products-section .products-wrap .products-items .product-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 910px) {
  .products-section .products-wrap .products-items .product-image {
    flex: 1;
    height: 200px;
  }
}
.products-section .products-wrap .products-items .product-info {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 910px) {
  .products-section .products-wrap .products-items .product-info {
    padding: 30px 0;
    background-color: #224797;
    padding: 120px 0 40px;
  }
}
.products-section .products-wrap .products-items .product-info h3 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.products-section .products-wrap .products-items .product-info h4 {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
.products-section .products-wrap .products-items .product-info .bold {
  font-weight: bold;
}
.products-section .products-wrap .products-items .product-info p {
  color: #fff;
  margin: 0;
  font-weight: 500;
}
.products-section .products-wrap .products-items .button {
  margin: 25px auto 0;
}
@media screen and (max-width: 910px) {
  .products-section .products-wrap .products-items .button {
    position: relative;
  }
}
.products-section .products-wrap .products-items .button:hover {
  background-color: #fff;
  color: #224797;
  border-color: #fff;
}

.gallery-wrap {
  width: 100%;
  position: relative;
  margin: 80px auto;
  /* The Modal (background) */
}
.gallery-wrap .thumbnails-wrap {
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.gallery-wrap .thumbnails-wrap .thumbnail-item {
  width: 25%;
  height: 250px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.gallery-wrap .thumbnails-wrap .thumbnail-item:hover .bg-hover {
  opacity: 0.6;
}
.gallery-wrap .thumbnails-wrap .thumbnail-item:hover .thumbnail-fullscreen {
  opacity: 1;
  transform: rotate(90deg);
}
.gallery-wrap .thumbnails-wrap .thumbnail-item:hover .gallery-thumbnail {
  transform: scale(1.2);
}
.gallery-wrap .thumbnails-wrap .thumbnail-item .gallery-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 300ms ease-in-out;
}
.gallery-wrap .thumbnails-wrap .thumbnail-item .thumbnail-fullscreen {
  opacity: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  z-index: 2;
  transition: all 300ms ease-in-out;
}
.gallery-wrap .thumbnails-wrap .thumbnail-item .thumbnail-fullscreen svg {
  fill: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 300ms ease-in-out;
}
.gallery-wrap .thumbnails-wrap .thumbnail-item .bg-hover {
  background-color: black;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  transition: all 300ms ease-in-out;
}
.gallery-wrap .modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
.gallery-wrap .modal .modal-navigation {
  height: 100%;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  min-width: 70px;
  background-color: rgba(0, 0, 0, 0.5);
  /* Next & previous buttons */
}
.gallery-wrap .modal .modal-navigation .prev, .gallery-wrap .modal .modal-navigation .next, .gallery-wrap .modal .modal-navigation .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.gallery-wrap .modal .modal-navigation .prev svg, .gallery-wrap .modal .modal-navigation .next svg, .gallery-wrap .modal .modal-navigation .close svg {
  fill: #E6E6E6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 300ms ease-in-out;
}
.gallery-wrap .modal .modal-navigation .prev:hover svg, .gallery-wrap .modal .modal-navigation .next:hover svg, .gallery-wrap .modal .modal-navigation .close:hover svg {
  fill: #fff;
}
.gallery-wrap .modal .modal-navigation .close {
  top: 0;
  margin-top: 25px;
  width: 25px;
  height: 25px;
  transition: all 300ms ease-in-out;
}
.gallery-wrap .modal .modal-navigation .close:hover {
  transform: rotate(90deg);
}
.gallery-wrap .modal .modal-navigation .prev {
  top: 40px;
}
.gallery-wrap .modal .modal-navigation .next {
  bottom: 40px;
}
.gallery-wrap .modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-wrap .modal .modal-content .mySlides {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
}
.gallery-wrap .modal .modal-content .mySlides .slide-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pintura-wrap {
  width: 100%;
}
.pintura-wrap .pintura-header {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 910px) {
  .pintura-wrap .pintura-header {
    flex-direction: column;
  }
}
.pintura-wrap .pintura-header .pintura-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 60px;
  z-index: 5;
  background-color: #fff;
  position: relative;
}
.pintura-wrap .pintura-header .pintura-content:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10vw;
  display: block;
  width: 28vw;
  background: #fff;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
@media screen and (max-width: 910px) {
  .pintura-wrap .pintura-header .pintura-content {
    padding: 0;
    align-items: center;
    margin-bottom: 60px;
  }
  .pintura-wrap .pintura-header .pintura-content:before {
    display: none;
  }
}
.pintura-wrap .pintura-header .pintura-content .pintura-logo {
  max-width: 380px;
  height: 100px;
  margin-bottom: 20px;
  background-image: url("../img/brand/euroquimica-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 910px) {
  .pintura-wrap .pintura-header .pintura-content .pintura-logo {
    width: 90%;
    margin-top: 60px;
  }
}
.pintura-wrap .pintura-header .pintura-content .pintura-info {
  padding-left: 60px;
}
@media screen and (max-width: 910px) {
  .pintura-wrap .pintura-header .pintura-content .pintura-info {
    padding: 0 10vw;
    text-align: center;
  }
}
.pintura-wrap .pintura-header .pintura-content .pintura-info .p-w-m {
  margin-bottom: 30px;
}
.pintura-wrap .pintura-header .pintura-header-bg {
  padding: 0;
}
@media screen and (max-width: 910px) {
  .pintura-wrap .pintura-header .pintura-header-bg {
    min-height: 350px;
    height: 60vh;
  }
}
.pintura-wrap .pintura-header .pintura-header-bg .header-bg-image {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #2d2d2d;
  background-size: cover;
  background-position: center right;
}
.pintura-wrap .pintura-nav .nav {
  padding: 10px 0;
  justify-content: center;
  background-color: #224797;
  margin: 0 auto;
}
.pintura-wrap .pintura-nav .nav a {
  color: #E6E6E6;
}
.pintura-wrap .pintura-nav .nav a:hover {
  color: #FBC52B;
}

.pintura-item-section .item-header-section {
  min-height: calc(80vh - 100px);
  display: flex;
  position: relative;
  align-items: stretch;
  /************************************************/
  /* /* Beneficios de servicios */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  .pintura-item-section .item-header-section {
    flex-direction: column;
  }
}
.pintura-item-section .item-header-section .paint-item-header-info {
  padding: 30px 5%;
}
@media screen and (max-width: 910px) {
  .pintura-item-section .item-header-section .paint-item-header-info {
    order: 0;
  }
}
.pintura-item-section .item-header-section .paint-item-header-info .paint-item-title h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.pintura-item-section .item-header-section .paint-item-header-info .paint-item-title #paint-title-line {
  height: 5px;
  width: 100%;
  position: relative;
  background-color: #224797;
  display: inline-block;
}
.pintura-item-section .item-header-section .service-features {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 910px) {
  .pintura-item-section .item-header-section .service-features {
    flex-direction: row;
    margin-bottom: 30px;
    justify-content: space-between;
  }
}
.pintura-item-section .item-header-section .service-features .service-feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  min-width: 45%;
  margin: 30px 5% 0 0;
  /************************************************/
  /* /* Iconos de beneficios */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  .pintura-item-section .item-header-section .service-features .service-feature-item {
    flex-grow: 1;
    flex-basis: 260px;
    text-align: left;
  }
}
.pintura-item-section .item-header-section .service-features .service-feature-item .feature-icon {
  background-color: #FBC52B;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  position: relative;
}
.pintura-item-section .item-header-section .service-features .service-feature-item .feature-icon svg {
  width: 55%;
  height: 55%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #224797;
}
.pintura-item-section .item-header-section .service-features .service-feature-item .feature-description {
  margin-left: 10px;
}
.pintura-item-section .item-header-section .service-features .service-feature-item .feature-description h3 {
  font-size: 18px;
  color: #224797;
  margin: 0;
  line-height: 1.5;
}
.pintura-item-section .item-header-section .service-features .service-feature-item .feature-description p {
  margin-top: 0;
  margin-bottom: 0;
}

.paint-item-header-gallery {
  position: relative;
  padding: 0;
  align-self: stretch;
}
@media screen and (max-width: 910px) {
  .paint-item-header-gallery {
    order: 2;
    min-height: 300px;
    height: 50vh;
  }
}
.paint-item-header-gallery .carousel {
  height: 100%;
}
.paint-item-header-gallery .carousel .carousel-inner {
  height: 100%;
}
.paint-item-header-gallery .carousel .carousel-inner .carousel-item {
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2d2d2d;
}

.paint-slider {
  width: 100%;
  height: 100%;
  background-color: pink;
}

/************************************************/
/* /* Euroquimica Details Container */
/* /************************************************/
.more-info-container {
  padding: 120px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.more-info-container .container {
  z-index: 5;
  position: relative;
}
.more-info-container .container h3 {
  color: #fff !important;
  font-size: 28px;
}
.more-info-container .container p {
  font-weight: 500;
  color: #fff !important;
}
.more-info-container .container .bold-text {
  font-weight: 900;
}
.more-info-container .ghost-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2d2d2d;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

/************************************************/
/* /* Partners Section */
/* /************************************************/
.partners-container {
  background-color: #eeeeee;
  padding: 60px 0;
}
@media screen and (max-width: 910px) {
  .partners-container {
    text-align: center;
  }
}
.partners-container .client-logos-wrap {
  margin: 60px;
}
@media screen and (max-width: 910px) {
  .partners-container .client-logos-wrap {
    margin-top: 30px;
  }
}
.partners-container .client-logos-wrap .client-logo {
  height: 70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  opacity: 0.7;
}
@media screen and (max-width: 910px) {
  .partners-container .client-logos-wrap .client-logo {
    margin: 20px auto;
  }
}

.clientes-pintura-wrap {
  padding: 120px 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.clientes-pintura-wrap .pintura-logo-clientes {
  height: 120px;
  background-image: url("../img/brand/euroquimica-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 30px;
}
.clientes-pintura-wrap .pintura-info-clientes {
  text-align: center;
  margin-bottom: 60px;
}
.clientes-pintura-wrap .pintura-info-clientes h2 {
  font-size: 28px;
}
.clientes-pintura-wrap .client-name-container {
  text-align: center;
  padding: 12px 0;
}

/************************************************/
/* /* Estilos de la página de Inico */
/* /************************************************/
.home-sections {
  padding-top: 100px;
}
@media screen and (max-width: 910px) {
  .home-sections {
    padding-top: 30px;
  }
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
video.video-js,
video.vjs-tech {
  max-height: calc(100vh - 120px);
  position: relative !important;
  width: 100%;
  height: auto !important;
  max-width: 100% !important;
  padding-top: 0 !important;
  line-height: 0;
}

/************************************************/
/* /* Sección de Bienvenidos */
/* /************************************************/
.bienvenidos-section {
  width: 100%;
  height: 100%;
  position: relative;
  /************************************************/
  /* /* Seccíon de Misión y Visión de Bienvenidos */
  /* /************************************************/
}
.bienvenidos-section .bienvenidos-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /************************************************/
  /* /* Seccíon de la información de bienvenidos */
  /* /************************************************/
  /************************************************/
  /* /* Seccíon de la imagen de bienvenidos */
  /* /************************************************/
}
.bienvenidos-section .bienvenidos-content .bienvenidos-info {
  z-index: 3;
  flex-basis: 50%;
  padding-top: 5%;
  padding-left: 10%;
  padding-bottom: 5%;
  background-color: #E6E6E6;
  position: relative;
}
.bienvenidos-section .bienvenidos-content .bienvenidos-info:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -74px;
  display: block;
  width: 150px;
  background: #E6E6E6;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
@media screen and (max-width: 910px) {
  .bienvenidos-section .bienvenidos-content .bienvenidos-info {
    flex-basis: 100%;
    padding-right: 5%;
    padding-bottom: 10%;
    order: 2;
  }
  .bienvenidos-section .bienvenidos-content .bienvenidos-info:before {
    display: none;
  }
}
.bienvenidos-section .bienvenidos-content .bienvenidos-info h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
.bienvenidos-section .bienvenidos-content .bienvenidos-info a {
  display: block;
  margin-top: 30px;
}
.bienvenidos-section .bienvenidos-content .bienvenidos-image {
  z-index: 1;
  flex: 1;
  background-image: url("/assets/img/home/photo-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 910px) {
  .bienvenidos-section .bienvenidos-content .bienvenidos-image {
    flex-basis: 100%;
    height: 250px;
    order: 1;
  }
}
.bienvenidos-section .bienvenidos-mv {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  margin-top: 80px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.bienvenidos-section .bienvenidos-mv .bienvenidos-mv-items {
  margin: 0 auto;
  max-width: 475px;
  display: flex;
  flex-direction: row;
  /********************************************************/
  /* /* Estilos para el svg de los iconos de misión y visión */
  /* /********************************************************/
  /********************************************************/
  /* /* Estilos para la información de misión y visión */
  /* /********************************************************/
}
@media screen and (max-width: 910px) {
  .bienvenidos-section .bienvenidos-mv .bienvenidos-mv-items {
    margin-bottom: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.bienvenidos-section .bienvenidos-mv .bienvenidos-mv-items .mv-icon {
  width: 120px;
}
@media screen and (max-width: 910px) {
  .bienvenidos-section .bienvenidos-mv .bienvenidos-mv-items .mv-icon {
    width: 100px;
    margin-bottom: 30px;
  }
}
.bienvenidos-section .bienvenidos-mv .bienvenidos-mv-items .mv-icon span {
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #224797;
  border-radius: 50%;
}
@media screen and (max-width: 910px) {
  .bienvenidos-section .bienvenidos-mv .bienvenidos-mv-items .mv-icon span {
    width: 100px;
    height: 100px;
  }
}
.bienvenidos-section .bienvenidos-mv .bienvenidos-mv-items .mv-icon span svg {
  width: 65px;
  height: 65px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 910px) {
  .bienvenidos-section .bienvenidos-mv .bienvenidos-mv-items .mv-icon span svg {
    width: 50px;
    height: 50px;
  }
}
.bienvenidos-section .bienvenidos-mv .bienvenidos-mv-items .mv-icon span svg path {
  fill: #E6E6E6;
}
.bienvenidos-section .bienvenidos-mv .bienvenidos-mv-items .mv-info {
  margin-left: 30px;
  padding-right: 30px;
}
.bienvenidos-section .bienvenidos-mv .bienvenidos-mv-items .mv-info h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 20px;
}
.bienvenidos-section .bienvenidos-mv .bienvenidos-mv-items .mv-info p {
  margin-top: 20px;
  line-height: 1.8;
}

/************************************************/
/* /* Sección Cómo Trabajamos */
/* /************************************************/
.aspects-section {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 50px;
  /************************************************/
  /* /* Librería Neat para organizar cada aspecto */
  /* /************************************************/
}
.aspects-section .aspectos-wrap {
  max-width: 1440px;
  padding-top: 60px;
}
.aspects-section .aspectos-wrap .aspectos-item {
  margin-bottom: 60px;
  /************************************************/
  /* /* Estilos para el icono de aspectos */
  /* /************************************************/
  /************************************************/
  /* /* Estilos para la información de aspectos */
  /* /************************************************/
}
.aspects-section .aspectos-wrap .aspectos-item .aspect-icon {
  width: 120px;
  height: 120px;
  background-color: #E6E6E6;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
}
.aspects-section .aspectos-wrap .aspectos-item .aspect-icon svg {
  width: 65px;
  height: 65px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.aspects-section .aspectos-wrap .aspectos-item .aspect-icon svg path, .aspects-section .aspectos-wrap .aspectos-item .aspect-icon svg polygon, .aspects-section .aspectos-wrap .aspectos-item .aspect-icon svg circle {
  fill: #224797;
}
.aspects-section .aspectos-wrap .aspectos-item h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 0;
  text-align: center;
  letter-spacing: 1.4px;
  color: #224797;
}
.aspects-section .aspectos-wrap .aspectos-item p {
  text-align: center;
  font-weight: normal;
  color: #9FA3A7;
  padding: 0 10%;
}

/************************************************/
/* /* Sección Conoce Nuestra Historia */
/* /************************************************/
.nuestra-historia-section {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: row;
}
@media screen and (max-width: 910px) {
  .nuestra-historia-section {
    flex-direction: column;
  }
}
.nuestra-historia-section .nuestra-historia-image {
  flex: 1;
  background-image: url("/assets/img/home/photo-3.jpg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
}
@media screen and (max-width: 910px) {
  .nuestra-historia-section .nuestra-historia-image {
    background-attachment: inherit;
  }
}
.nuestra-historia-section .nuestra-historia-info {
  width: 35%;
  display: flex;
  align-items: center;
  background-color: #224797;
  position: relative;
  z-index: 3;
  position: relative;
}
.nuestra-historia-section .nuestra-historia-info:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -220px;
  display: block;
  width: 480px;
  background: #224797;
  -webkit-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  transform: skew(-18deg);
}
@media screen and (max-width: 910px) {
  .nuestra-historia-section .nuestra-historia-info {
    width: 100%;
    padding: 15% 0;
    margin-bottom: 60px;
  }
}
.nuestra-historia-section .nuestra-historia-info div {
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: right;
  margin-right: 80px;
}
@media screen and (max-width: 910px) {
  .nuestra-historia-section .nuestra-historia-info div {
    position: relative;
    margin-right: 10%;
  }
}
.nuestra-historia-section .nuestra-historia-info div h2 {
  font-size: 36px;
  letter-spacing: 1.4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 910px) {
  .nuestra-historia-section .nuestra-historia-info div h2 {
    line-height: 1;
  }
}
.nuestra-historia-section .nuestra-historia-info div p {
  color: #E6E6E6;
  font-weight: normal;
  margin-bottom: 80px;
}
@media screen and (max-width: 910px) {
  .nuestra-historia-section .nuestra-historia-info div p {
    margin-bottom: 40px;
  }
}

/************************************************/
/* /* Sección de Clientes */
/* /************************************************/
.clientes-section {
  width: 100%;
  height: 100%;
  position: relative;
  /************************************************/
  /* /* Seccíon de la logos de clientes */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  .clientes-section {
    margin-bottom: 60px;
  }
}
.clientes-section .clientes-content {
  display: flex;
  flex-direction: row;
  /************************************************/
  /* /* Seccíon de la información de clientes */
  /* /************************************************/
  /************************************************/
  /* /* Seccíon de la imagen de clientes */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  .clientes-section .clientes-content {
    flex-direction: column;
  }
}
.clientes-section .clientes-content .clientes-info {
  z-index: 3;
  flex-basis: 50%;
  padding-top: 5%;
  padding-left: 10%;
  padding-bottom: 5%;
  background-color: #E6E6E6;
  position: relative;
}
.clientes-section .clientes-content .clientes-info:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -74px;
  display: block;
  width: 150px;
  background: #E6E6E6;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
@media screen and (max-width: 910px) {
  .clientes-section .clientes-content .clientes-info {
    padding: 40px auto;
    order: 2;
  }
  .clientes-section .clientes-content .clientes-info:before {
    display: none;
  }
}
.clientes-section .clientes-content .clientes-info h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
.clientes-section .clientes-content .clientes-info a {
  display: block;
  margin-top: 50px;
}
.clientes-section .clientes-content .clientes-image {
  z-index: 1;
  flex: 1;
  background-image: url("/assets/img/home/photo-4.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 910px) {
  .clientes-section .clientes-content .clientes-image {
    height: 250px;
  }
}
.clientes-section .clientes-logos-section {
  width: 100%;
  position: relative;
  background-color: #224797;
  align-items: center;
}
.clientes-section .clientes-logos-section .clientes-logos-wrap {
  margin: 0 auto;
  max-width: 1440px;
  text-align: center;
}
.clientes-section .clientes-logos-section .clientes-logos-wrap .client-names-list {
  padding: 60px 0;
  align-items: center;
}
.clientes-section .clientes-logos-section .clientes-logos-wrap .client-names-list .client-name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
.clientes-section .clientes-logos-section .clientes-logos-wrap .clientes-logo-item {
  padding-bottom: 50px;
  color: #fff;
  font-size: 15px;
}

.final-client {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  align-self: center;
  align-content: center;
  background-position: !important;
}
.final-client .button {
  margin: 0 auto 50px;
}
.final-client .button:hover .button {
  color: #224797;
  border-color: #224797;
  background-color: #fff;
}

/************************************************/
/* /* Seccíon de contactáctanos */
/* /************************************************/
.contact-section {
  width: 100%;
  position: relative;
  /********************************************************/
  /* /* Estilos de la sección donde se encuentra el formulario */
  /* /********************************************************/
}
.contact-section .contact-wrap {
  display: flex;
  flex-direction: column;
}
.contact-section .map-section {
  display: flex;
  flex-direction: row;
  /************************************************/
  /* /* Estilos de Google Maps */
  /* /************************************************/
  /************************************************/
  /* /* Información del contacto */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  .contact-section .map-section {
    flex-direction: column;
    order: 2;
  }
}
.contact-section .map-section .map-wrap {
  flex-basis: 70%;
  background-color: #E6E6E6;
}
@media screen and (max-width: 910px) {
  .contact-section .map-section .map-wrap {
    display: none;
  }
}
.contact-section .map-section .contact-info {
  width: 30%;
  min-width: 200px;
  text-align: right;
  background-color: #224797;
  position: relative;
  z-index: 3;
  padding: 60px 0;
  /****************************************************/
  /* /* Estilos para los iconso. Los iconos se encuentran */
  /* el archivo de sass de iconos */
  /* /****************************************************/
}
.contact-section .map-section .contact-info:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -90px;
  display: block;
  width: 220px;
  background: #224797;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
@media screen and (max-width: 910px) {
  .contact-section .map-section .contact-info {
    width: 100%;
    padding: 40px 0;
  }
  .contact-section .map-section .contact-info::before {
    display: none;
  }
}
.contact-section .map-section .contact-info .contact-info-item {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 15%;
}
@media screen and (max-width: 910px) {
  .contact-section .map-section .contact-info .contact-info-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }
}
.contact-section .map-section .contact-info .contact-info-item .contact-info-icon {
  width: 40px;
  height: 40px;
  margin: auto auto;
  float: right;
  background-color: #E6E6E6;
}
@media screen and (max-width: 910px) {
  .contact-section .map-section .contact-info .contact-info-item .contact-info-icon {
    margin: 0 0 20px;
  }
}
.contact-section .map-section .contact-info .contact-info-item h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #E6E6E6;
  margin: 0;
  padding: 0;
  margin-right: 55px;
}
@media screen and (max-width: 910px) {
  .contact-section .map-section .contact-info .contact-info-item h4 {
    margin: 0;
  }
}
.contact-section .map-section .contact-info .contact-info-item p {
  margin-top: 5px;
  padding: 0;
  color: #E6E6E6;
  margin-right: 55px;
  font-weight: normal;
}
@media screen and (max-width: 910px) {
  .contact-section .map-section .contact-info .contact-info-item p {
    margin: 0;
  }
}
.contact-section .contact-form {
  margin: 0 auto;
  max-width: 720px;
  min-width: 320px;
  margin-top: 80px;
}
.contact-section .contact-form h3 {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 24px;
  text-align: center;
}

.header-image {
  margin: 0 auto;
  align-items: center;
}

.gale-fotos {
  display: flex;
  flex-direction: row;
}
.gale-fotos .call-to-action {
  width: 40%;
  height: 200px;
  margin: 50px;
  position: center;
  size: cover;
  repeat: no-repeat;
}

html.modal {
  background-color: #E6E6E6;
  width: 100%;
  height: 100%;
}

/************************************************/
/* /* Estilos de la sección de Equipo */
/* /************************************************/
.equipos-section {
  width: 100%;
  position: relative;
}
.equipos-section .slider-equipos-section {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 910px) {
  .equipos-section .slider-equipos-section {
    margin-bottom: 80px;
  }
}
.equipos-section .slider-equipo-wrap {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  /***************************************************/
  /* /* Atributos de la navegación del slider de equipo */
  /* /***************************************************/
  /***************************************************/
  /* /* Atributos de los slides */
  /* /***************************************************/
}
@media screen and (max-width: 910px) {
  .equipos-section .slider-equipo-wrap {
    width: 100%;
  }
}
.equipos-section .slider-equipo-wrap .equipo-navigation {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 910px) {
  .equipos-section .slider-equipo-wrap .equipo-navigation {
    display: none;
  }
}
.equipos-section .slider-equipo-wrap .equipo-navigation ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0;
}
.equipos-section .slider-equipo-wrap .equipo-navigation ul .thumbnail-tag {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  height: 60px;
  position: relative;
  list-style: none;
  padding: 0 15px;
  text-align: center;
  border: 3px solid #224797;
  transform: skew(-20deg);
  background-color: #fff;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.equipos-section .slider-equipo-wrap .equipo-navigation ul .thumbnail-tag:hover {
  background-color: #224797;
}
.equipos-section .slider-equipo-wrap .equipo-navigation ul .thumbnail-tag:hover p {
  color: #fff;
}
.equipos-section .slider-equipo-wrap .equipo-navigation ul .thumbnail-tag p {
  transform: skew(20deg);
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #224797;
  font-weight: normal;
  margin: 0;
}
.equipos-section .slider-equipo-wrap .equipo-navigation ul .active-thumbnail {
  background-color: #224797;
}
.equipos-section .slider-equipo-wrap .equipo-navigation ul .active-thumbnail p {
  color: #fff;
}
.equipos-section .slider-equipo-wrap .equipo-slider {
  width: 100%;
  height: 50vh;
  position: relative;
  min-height: 500px;
  z-index: 3;
  margin-top: 50px;
  background-color: #3E3E3E;
  /*******************************/
  /* /* Flechas del Slider */
  /* /*******************************/
}
@media screen and (max-width: 910px) {
  .equipos-section .slider-equipo-wrap .equipo-slider {
    height: 80vh;
    margin-top: 0;
  }
}
.equipos-section .slider-equipo-wrap .equipo-slider .equipo-item {
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 10%;
  z-index: 6;
  display: none;
}
.equipos-section .slider-equipo-wrap .equipo-slider .equipo-item h2 {
  font-size: 36px;
  margin: 0;
  color: #fff;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 910px) {
  .equipos-section .slider-equipo-wrap .equipo-slider .equipo-item h2 {
    margin-bottom: 30px;
  }
}
.equipos-section .slider-equipo-wrap .equipo-slider .equipo-item p {
  font-size: 20px;
  color: #fff;
  z-index: 5;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 420px) {
  .equipos-section .slider-equipo-wrap .equipo-slider .equipo-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.equipos-section .slider-equipo-wrap .equipo-slider .equipo-item .button {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  margin-right: 8%;
  margin-bottom: 60px;
  color: #fff;
  z-index: 15;
  cursor: pointer;
}
.equipos-section .slider-equipo-wrap .equipo-slider .equipo-item .button:hover {
  background-color: #fff;
  color: #3E3E3E;
}
.equipos-section .slider-equipo-wrap .equipo-slider .equipo-item .bg-transform {
  background-color: black;
  top: 0;
  left: 0;
  opacity: 0.55;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
.equipos-section .slider-equipo-wrap .equipo-slider .equipo-item-active {
  display: block;
}
.equipos-section .slider-equipo-wrap .equipo-slider .slider-arrows {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.equipos-section .slider-equipo-wrap .equipo-slider .slider-arrows .equipo-left-arrow svg, .equipos-section .slider-equipo-wrap .equipo-slider .slider-arrows .equipo-right-arrow svg {
  width: 40px;
  height: 70px;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  fill: #fff;
  z-index: 10;
}
@media screen and (max-width: 420px) {
  .equipos-section .slider-equipo-wrap .equipo-slider .slider-arrows .equipo-left-arrow svg, .equipos-section .slider-equipo-wrap .equipo-slider .slider-arrows .equipo-right-arrow svg {
    width: 30px;
    height: 60px;
  }
}
.equipos-section .slider-equipo-wrap .equipo-slider .slider-arrows .equipo-left-arrow svg:hover, .equipos-section .slider-equipo-wrap .equipo-slider .slider-arrows .equipo-right-arrow svg:hover {
  fill: #3E3E3E;
}
.equipos-section .slider-equipo-wrap .equipo-slider .slider-arrows .equipo-left-arrow svg {
  left: 0;
  margin-left: 15px;
}
@media screen and (max-width: 420px) {
  .equipos-section .slider-equipo-wrap .equipo-slider .slider-arrows .equipo-left-arrow svg {
    margin-left: 0;
  }
}
.equipos-section .slider-equipo-wrap .equipo-slider .slider-arrows .equipo-right-arrow svg {
  right: 0;
  margin-right: 15px;
}
@media screen and (max-width: 420px) {
  .equipos-section .slider-equipo-wrap .equipo-slider .slider-arrows .equipo-right-arrow svg {
    margin-right: 0;
  }
}
.equipos-section .franga-slider {
  position: absolute;
  width: 100%;
  height: 20vh;
  min-height: 200px;
  background-color: #224797;
  bottom: 0;
  z-index: 1;
  margin-bottom: 112.5px;
}

/************************************************/
/* /* Estilos de la página de Historia */
/* /************************************************/
.container-history {
  min-height: 650px;
}
.container-history .section-title {
  position: absolute;
  z-index: 10;
  padding-left: 40%;
}
.container-history .section-title h3 {
  padding-left: calc(35% - 240px);
}
.container-history .history-wrap {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-height: 750px;
  position: relative;
  display: inline-block;
  /*******************************/
  /* /* Flechas del Slider */
  /* /*******************************/
  /************************************************/
  /* /* Estilos de la página de Historia */
  /* /************************************************/
  /************************************************/
  /* /* Estilos sección de años */
  /* /************************************************/
}
.container-history .history-wrap .slider-arrows {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.container-history .history-wrap .slider-arrows .slide-left-arrow .arrow-circle, .container-history .history-wrap .slider-arrows .slide-right-arrow .arrow-circle {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #224797;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.container-history .history-wrap .slider-arrows .slide-left-arrow .arrow-circle:hover, .container-history .history-wrap .slider-arrows .slide-right-arrow .arrow-circle:hover {
  background-color: #3E3E3E;
}
.container-history .history-wrap .slider-arrows .slide-left-arrow .arrow-circle:hover svg, .container-history .history-wrap .slider-arrows .slide-right-arrow .arrow-circle:hover svg {
  fill: #fff;
}
.container-history .history-wrap .slider-arrows .slide-left-arrow .arrow-circle svg, .container-history .history-wrap .slider-arrows .slide-right-arrow .arrow-circle svg {
  width: 20px;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  fill: #fff;
  transition: all 300ms ease-in-out;
}
.container-history .history-wrap .slider-arrows .slide-left-arrow .arrow-circle {
  left: 0;
  margin-left: 15px;
}
.container-history .history-wrap .slider-arrows .slide-left-arrow .arrow-circle svg {
  right: 4px;
}
.container-history .history-wrap .slider-arrows .slide-right-arrow .arrow-circle {
  right: 0;
  margin-right: 15px;
}
.container-history .history-wrap .slider-arrows .slide-right-arrow .arrow-circle svg {
  left: 4px;
}
.container-history .history-wrap .slider-historia .history-section {
  width: 100%;
  height: 90%;
  position: relative;
  margin-bottom: 100px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  transition: left 0.3s ease-in-out;
}
@media screen and (max-width: 910px) {
  .container-history .history-wrap .slider-historia .history-section {
    height: 100%;
    flex-direction: column;
  }
}
.container-history .history-wrap .slider-historia .info-history {
  width: 60%;
  text-align: left;
  background-color: #E6E6E6;
  position: relative;
  z-index: 3;
  padding-top: 60px;
  padding-bottom: 60px;
}
.container-history .history-wrap .slider-historia .info-history:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -130px;
  display: block;
  width: 380px;
  background: #E6E6E6;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
}
@media screen and (max-width: 910px) {
  .container-history .history-wrap .slider-historia .info-history {
    width: auto;
    padding-bottom: 0;
    padding-top: 10px;
    order: 2;
    flex: 1;
  }
  .container-history .history-wrap .slider-historia .info-history::before {
    display: none;
  }
}
.container-history .history-wrap .slider-historia .info-history .year-history {
  color: #224797;
  padding-left: 20%;
  font-size: 155px;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 910px) {
  .container-history .history-wrap .slider-historia .info-history .year-history {
    font-size: 72px;
    padding-left: 10%;
  }
}
.container-history .history-wrap .slider-historia .info-history .text-subtitle {
  padding-left: 20%;
  line-height: 1.5;
  margin-top: 0;
}
@media screen and (max-width: 910px) {
  .container-history .history-wrap .slider-historia .info-history .text-subtitle {
    line-height: 1.2;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.container-history .history-wrap .slider-historia .info-history p {
  padding-left: 20%;
}
@media screen and (max-width: 910px) {
  .container-history .history-wrap .slider-historia .info-history p {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.container-history .history-wrap .slider-historia .history-img {
  width: 55%;
  background-color: #2d2d2d;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 910px) {
  .container-history .history-wrap .slider-historia .history-img {
    flex-basis: 50%;
    width: auto;
    background-size: cover;
  }
}
.container-history .history-wrap .selected-slide {
  z-index: 1;
}
.container-history .history-wrap .timeline {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background-color: #3E3E3E;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 2%;
}
@media screen and (max-width: 910px) {
  .container-history .history-wrap .timeline {
    display: none;
  }
}
.container-history .history-wrap .timeline span {
  display: block;
  height: 2px;
  width: 60px;
  background-color: #E6E6E6;
  margin: 50px 5px;
}
.container-history .history-wrap .timeline .year-title {
  color: #E6E6E6;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 3px;
  border-bottom: 3px solid #3E3E3E;
  transition: all 300ms ease-in-out;
}
.container-history .history-wrap .timeline .year-title:hover {
  border-bottom: 3px solid #E6E6E6;
}
.container-history .history-wrap .selected-button {
  border-bottom: 3px solid #E6E6E6 !important;
}

.contact-page {
  display: flex;
  flex-direction: row;
  min-height: 70vh;
  justify-content: space-between;
}
@media screen and (max-width: 910px) {
  .contact-page {
    min-height: 80vh;
    flex-direction: column;
  }
}
.contact-page .contact-info-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 30%;
  text-align: right;
  z-index: 5;
  background-color: #224797;
  position: relative;
}
.contact-page .contact-info-section:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -95px;
  display: block;
  width: 220px;
  background: #224797;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
}
@media screen and (max-width: 910px) {
  .contact-page .contact-info-section {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 30px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 420px) {
  .contact-page .contact-info-section {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
  .contact-page .contact-info-section::before {
    display: none;
  }
}
.contact-page .contact-info-section .contact-info-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 15%;
  margin-bottom: 30px;
}
@media screen and (max-width: 910px) {
  .contact-page .contact-info-section .contact-info-item {
    flex-direction: column;
    padding-right: 0;
    flex-basis: 180px;
    flex-grow: 1;
    align-items: center;
  }
}
@media screen and (max-width: 420px) {
  .contact-page .contact-info-section .contact-info-item {
    flex-basis: auto;
  }
}
.contact-page .contact-info-section .contact-info-item .contact-info-icon {
  width: 40px;
  height: 40px;
  background-color: #E6E6E6;
  order: 2;
}
@media screen and (max-width: 910px) {
  .contact-page .contact-info-section .contact-info-item .contact-info-icon {
    order: 0;
  }
}
.contact-page .contact-info-section .contact-info-item .contact-info {
  text-align: right;
  color: #E6E6E6 !important;
  margin-right: 5%;
}
@media screen and (max-width: 910px) {
  .contact-page .contact-info-section .contact-info-item .contact-info {
    margin-top: 10px;
    text-align: center;
    margin-right: 0;
  }
}
.contact-page .contact-info-section .contact-info-item .contact-info p {
  font-size: 16px;
  margin-top: 0;
  color: #E6E6E6;
}
.contact-page .contact-info-section .contact-info-item .contact-info h4 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #E6E6E6;
}
.contact-page .contact-canvas {
  z-index: 4;
  background-position: center;
  background-size: cover;
  position: relative;
  flex-grow: 1;
}
@media screen and (max-width: 420px) {
  .contact-page .contact-canvas {
    min-height: 50vh;
  }
}
.contact-page .contact-canvas .section-title {
  z-index: 5;
}
.contact-page .contact-canvas .ghost-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2d2d2d;
  z-index: 0;
  opacity: 0.2;
}

.contact-page-form {
  padding-top: 60px;
  max-width: 850px;
  margin: 0 auto;
}
.contact-page-form h3 {
  text-align: center;
}

/************************************************/
/* /* Estilos de la pagina de Equipo */
/* /************************************************/
.wrap-services {
  position: relative;
  /************************************************/
  /* /* Menu de servicios */
  /* /************************************************/
  /************************************************/
  /* /* Contenido de Servicios */
  /* /************************************************/
}
.wrap-services .menu-equipo {
  background-color: #224797;
  width: 100%;
  z-index: 100;
  /************************************************/
  /* /* Título de Servicios */
  /* /************************************************/
  /************************************************/
  /* /* Navegador de Servicios */
  /* /************************************************/
}
.wrap-services .menu-equipo .menu-title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 15px 0;
  z-index: 5;
}
@media screen and (max-width: 910px) {
  .wrap-services .menu-equipo .menu-title {
    text-align: left;
    padding-left: 5%;
    padding: 20px 5% 15px;
  }
}
.wrap-services .menu-equipo .menu-title h2 {
  font-size: 18px;
  color: #E6E6E6;
  font-weight: normal;
  line-height: 1;
}
.wrap-services .menu-equipo .equipo-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  margin: 0;
  line-height: 1.5;
  /************************************************/
  /* /* Nombre de servicios */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  .wrap-services .menu-equipo .equipo-nav {
    flex-direction: column;
  }
}
.wrap-services .menu-equipo .equipo-nav:before {
  content: "";
  display: block;
  width: 2px;
  height: 90%;
  background-color: #E6E6E6;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.wrap-services .menu-equipo .equipo-nav a {
  margin: 0 2.5%;
}
@media screen and (max-width: 910px) {
  .wrap-services .menu-equipo .equipo-nav a {
    margin-left: 10%;
  }
}
.wrap-services .menu-equipo .equipo-nav a h3 {
  font-size: 16px;
  font-weight: normal;
  color: #E6E6E6;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 10px 0px;
  position: relative;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.wrap-services .menu-equipo .equipo-nav a h3:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #E6E6E6;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 300ms ease-in-out;
}
.wrap-services .menu-equipo .equipo-nav a h3:hover {
  color: #fff;
}
.wrap-services .menu-equipo .equipo-nav a h3:hover:before {
  border-left-color: #fff;
}
.wrap-services .service-section {
  width: 100%;
  z-index: 1;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: none;
  /************************************************/
  /* /* Características de servicio */
  /* /************************************************/
  /************************************************/
  /* /* Modelos de servicio */
  /* /************************************************/
  /************************************************/
  /* /* Hero image */
  /* /************************************************/
}
.wrap-services .service-section .service-header {
  display: flex;
  width: 100%;
  flex: wrap;
  flex-direction: row;
  /************************************************/
  /* /* Galería de servicio */
  /* /************************************************/
  /************************************************/
  /* /* Descripción de servicio */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  .wrap-services .service-section .service-header {
    flex-direction: column-reverse;
  }
}
.wrap-services .service-section .service-header .service-gallery {
  flex-grow: 1;
  height: 75vh;
  min-height: 600px;
  position: relative;
  background-color: #E6E6E6;
  /************************************************/
  /* /* Main - canvas */
  /* /************************************************/
  /************************************************/
  /* /* Gallery Navigation */
  /* /************************************************/
}
.wrap-services .service-section .service-header .service-gallery .service-gallery-canvas {
  width: 100%;
  height: 80%;
  top: 0;
  position: relative;
}
.wrap-services .service-section .service-header .service-gallery .service-gallery-canvas .service-gallery-image-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wrap-services .service-section .service-header .service-gallery .service-gallery-canvas .gallery-item-active {
  z-index: 5;
  display: block;
}
.wrap-services .service-section .service-header .service-gallery .service-gallery-slider {
  width: 100%;
  height: 20%;
  position: relative;
  bottom: 0;
  left: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .wrap-services .service-section .service-header .service-gallery .service-gallery-slider {
    padding: 0;
  }
}
.wrap-services .service-section .service-header .service-gallery .service-gallery-slider .service-gallery-thumbnail {
  z-index: 5;
  min-width: 70px;
  min-height: 70px;
  position: relative;
  opacity: 0.7;
  border: 3px solid #FBC52B;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms ease-in-out;
}
.wrap-services .service-section .service-header .service-gallery .service-gallery-slider .service-gallery-thumbnail:hover {
  opacity: 1;
  border: 3px solid #224797;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.wrap-services .service-section .service-header .service-gallery .service-gallery-slider .active-thumbnail {
  opacity: 1;
  border: 3px solid #224797;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.wrap-services .service-section .service-header .service-gallery .service-gallery-slider .service-slider-arrows {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #E6E6E6;
}
@media screen and (max-width: 420px) {
  .wrap-services .service-section .service-header .service-gallery .service-gallery-slider .service-slider-arrows {
    display: none;
  }
}
.wrap-services .service-section .service-header .service-gallery .service-gallery-slider .service-slider-arrows .service-left-arrow, .wrap-services .service-section .service-header .service-gallery .service-gallery-slider .service-slider-arrows .service-right-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
.wrap-services .service-section .service-header .service-gallery .service-gallery-slider .service-slider-arrows .service-left-arrow svg, .wrap-services .service-section .service-header .service-gallery .service-gallery-slider .service-slider-arrows .service-right-arrow svg {
  fill: #FBC52B;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 300ms ease-in-out;
}
.wrap-services .service-section .service-header .service-gallery .service-gallery-slider .service-slider-arrows .service-left-arrow:hover svg, .wrap-services .service-section .service-header .service-gallery .service-gallery-slider .service-slider-arrows .service-right-arrow:hover svg {
  fill: #224797;
}
.wrap-services .service-section .service-header .service-gallery .service-gallery-slider .service-slider-arrows .service-left-arrow {
  left: 30px;
}
.wrap-services .service-section .service-header .service-gallery .service-gallery-slider .service-slider-arrows .service-right-arrow {
  right: 30px;
}
.wrap-services .service-section .service-header .service-sinopsis {
  flex-basis: 45%;
  padding: 0 2.5%;
  margin-top: 30px;
  /************************************************/
  /* /* Beneficios de servicios */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  .wrap-services .service-section .service-header .service-sinopsis {
    padding: 0 5%;
  }
}
.wrap-services .service-section .service-header .service-sinopsis .service-title {
  margin: left;
}
.wrap-services .service-section .service-header .service-sinopsis .service-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.wrap-services .service-section .service-header .service-sinopsis .service-title #service-title-line {
  height: 5px;
  width: 100%;
  position: relative;
  background-color: #224797;
  display: inline-block;
}
.wrap-services .service-section .service-header .service-sinopsis .service-features {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 910px) {
  .wrap-services .service-section .service-header .service-sinopsis .service-features {
    flex-direction: row;
    margin-bottom: 30px;
    justify-content: space-between;
  }
}
.wrap-services .service-section .service-header .service-sinopsis .service-features .service-feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  min-width: 45%;
  margin: 30px 5% 0 0;
  /************************************************/
  /* /* Iconos de beneficios */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  .wrap-services .service-section .service-header .service-sinopsis .service-features .service-feature-item {
    flex-grow: 1;
    flex-basis: 260px;
    text-align: left;
  }
}
.wrap-services .service-section .service-header .service-sinopsis .service-features .service-feature-item .feature-icon {
  background-color: #FBC52B;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  position: relative;
}
.wrap-services .service-section .service-header .service-sinopsis .service-features .service-feature-item .feature-icon svg {
  width: 55%;
  height: 55%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #224797;
}
.wrap-services .service-section .service-header .service-sinopsis .service-features .service-feature-item .feature-description {
  margin-left: 10px;
}
.wrap-services .service-section .service-header .service-sinopsis .service-features .service-feature-item .feature-description h3 {
  font-size: 18px;
  color: #224797;
  margin: 0;
  line-height: 1.5;
}
.wrap-services .service-section .service-header .service-sinopsis .service-features .service-feature-item .feature-description p {
  margin-top: 0;
  margin-bottom: 0;
}
.wrap-services .service-section .service-characteristics-wrap {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-left: 5%;
  padding-right: 5%;
  /************************************************/
  /* /* Información básica del servicio */
  /* /************************************************/
  /************************************************/
  /* /* Diseño especifico y rango de precios */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  .wrap-services .service-section .service-characteristics-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 420px) {
  .wrap-services .service-section .service-characteristics-wrap {
    width: 100%;
  }
}
.wrap-services .service-section .service-characteristics-wrap .service-characteristics {
  width: 50%;
}
@media screen and (max-width: 910px) {
  .wrap-services .service-section .service-characteristics-wrap .service-characteristics {
    width: 100%;
  }
}
.wrap-services .service-section .service-characteristics-wrap .service-characteristics .service-charecteristic-title {
  display: block;
  position: relative;
  left: 0;
  font-size: 36px;
  text-align: left;
  margin-top: 0;
  line-height: 1;
}
.wrap-services .service-section .service-characteristics-wrap .service-characteristics .service-charecteristic-title h2 {
  margin: 0;
  font-size: 36px;
}
.wrap-services .service-section .service-characteristics-wrap .service-characteristics .service-charecteristic-title .mini-title {
  color: #3E3E3E;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bolder;
  margin: 20px auto;
  line-height: 1;
}
.wrap-services .service-section .service-characteristics-wrap .service-characteristics .service-characteristic-description {
  margin-top: 30px;
}
.wrap-services .service-section .service-characteristics-wrap .service-specs {
  position: relative;
  right: 0;
  margin-top: 50px;
  padding-left: 5%;
  flex-grow: 1;
  flex-basis: 380px;
}
@media screen and (max-width: 420px) {
  .wrap-services .service-section .service-characteristics-wrap .service-specs {
    padding: 0% 5%;
  }
}
.wrap-services .service-section .service-characteristics-wrap .service-specs .specific-design, .wrap-services .service-section .service-characteristics-wrap .service-specs .service-dimentions {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  .wrap-services .service-section .service-characteristics-wrap .service-specs .specific-design, .wrap-services .service-section .service-characteristics-wrap .service-specs .service-dimentions {
    flex-direction: column;
  }
}
.wrap-services .service-section .service-characteristics-wrap .service-specs .specific-design .service-specs-icon, .wrap-services .service-section .service-characteristics-wrap .service-specs .service-dimentions .service-specs-icon {
  background-color: #FBC52B;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 420px) {
  .wrap-services .service-section .service-characteristics-wrap .service-specs .specific-design .service-specs-icon, .wrap-services .service-section .service-characteristics-wrap .service-specs .service-dimentions .service-specs-icon {
    margin: 0 auto 20px;
  }
}
.wrap-services .service-section .service-characteristics-wrap .service-specs .specific-design .service-specs-icon svg, .wrap-services .service-section .service-characteristics-wrap .service-specs .service-dimentions .service-specs-icon svg {
  width: 55%;
  height: 55%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #224797;
}
.wrap-services .service-section .service-characteristics-wrap .service-specs .specific-design .service-specs-info, .wrap-services .service-section .service-characteristics-wrap .service-specs .service-dimentions .service-specs-info {
  width: 70%;
  margin-left: 30px;
}
@media screen and (max-width: 420px) {
  .wrap-services .service-section .service-characteristics-wrap .service-specs .specific-design .service-specs-info, .wrap-services .service-section .service-characteristics-wrap .service-specs .service-dimentions .service-specs-info {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
.wrap-services .service-section .service-characteristics-wrap .service-specs .specific-design .service-specs-info h3, .wrap-services .service-section .service-characteristics-wrap .service-specs .service-dimentions .service-specs-info h3 {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 24px;
}
.wrap-services .service-section .service-characteristics-wrap .service-specs .service-dimentions {
  margin-top: 30px;
}
.wrap-services .service-section .service-characteristics-wrap .service-specs .service-dimentions .specs-table {
  width: 100%;
  margin-top: 30px;
}
.wrap-services .service-section .service-characteristics-wrap .service-specs .service-dimentions .specs-table .specs-table-row {
  display: flex;
  align-items: baseline;
  margin: 10px auto;
  border-bottom: 1px solid #E6E6E6;
}
.wrap-services .service-section .service-characteristics-wrap .service-specs .service-dimentions .specs-table .specs-table-row h4 {
  font-size: 14px;
  color: #224797;
  margin: 0;
  line-height: 1;
  width: 50%;
  margin-left: 2.5%;
}
.wrap-services .service-section .service-characteristics-wrap .service-specs .service-dimentions .specs-table .specs-table-row p {
  margin: 0 auto;
  margin-left: 5%;
  font-weight: 500;
  color: #3E3E3E;
}
.wrap-services .service-section .service-models {
  width: 90%;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 80px;
  /************************************************/
  /* /* Modelo */
  /* /************************************************/
}
@media screen and (max-width: 420px) {
  .wrap-services .service-section .service-models {
    width: 100%;
  }
}
.wrap-services .service-section .service-models .service-model-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 70px;
  align-items: stretch;
  /************************************************/
  /* /* imagen del Modelo */
  /* /************************************************/
  /************************************************/
  /* /* Información del modelo */
  /* /************************************************/
  /************************************************/
  /* /* Estilos dependendiendo del lado requerido */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  .wrap-services .service-section .service-models .service-model-item {
    flex-direction: column;
  }
}
.wrap-services .service-section .service-models .service-model-item .model-image {
  width: 50%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50vh;
}
@media screen and (max-width: 910px) {
  .wrap-services .service-section .service-models .service-model-item .model-image {
    width: 100%;
  }
}
.wrap-services .service-section .service-models .service-model-item .model-info {
  width: 40%;
  position: relative;
  /************************************************/
  /* /*  Descripción del Modelo */
  /* /************************************************/
  /************************************************/
  /* /* Botón para desplegar más información */
  /* /************************************************/
}
@media screen and (max-width: 910px) {
  .wrap-services .service-section .service-models .service-model-item .model-info {
    width: 100%;
    margin-bottom: 20px;
  }
}
.wrap-services .service-section .service-models .service-model-item .model-info .model-title h2 {
  margin: 0;
  font-size: 28px;
}
.wrap-services .service-section .service-models .service-model-item .model-info .model-title .mini-title {
  color: #3E3E3E;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: bolder;
  margin: 20px auto;
  line-height: 1;
}
.wrap-services .service-section .service-models .service-model-item .model-info .model-title .mini-title span {
  padding: 1px 4px 2px 6px;
  background-color: #FBC52B;
  color: #fff;
  margin-left: 5px;
  border-radius: 50%;
  text-align: center;
}
.wrap-services .service-section .service-models .service-model-item .model-info .model-description {
  margin-top: 40px;
}
.wrap-services .service-section .service-models .service-model-item .model-info .drop-down-icon {
  width: 30px;
  height: 30px;
  position: relative;
  bottom: -10px;
  cursor: pointer;
  left: 0;
}
.wrap-services .service-section .service-models .service-model-item .model-info .drop-down-icon svg {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #FBC52B;
}
.wrap-services .service-section .service-models .service-model-item .model-info .drop-down-icon:hover svg {
  fill: #224797;
}
.wrap-services .service-section .service-models .service-model-item.right .model-info {
  order: 1;
}
@media screen and (max-width: 910px) {
  .wrap-services .service-section .service-models .service-model-item.right .model-info {
    order: 0;
  }
}
.wrap-services .service-section .service-models .service-model-item.right .model-image {
  background-position: center right;
  margin-right: 8%;
}
@media screen and (max-width: 910px) {
  .wrap-services .service-section .service-models .service-model-item.right .model-image {
    background-position: center;
    margin-right: 0;
  }
}
.wrap-services .service-section .service-models .service-model-item.left .model-info {
  order: 0;
}
.wrap-services .service-section .service-models .service-model-item.left .model-image {
  order: 1;
  background-position: center left;
  margin-left: 8%;
}
@media screen and (max-width: 910px) {
  .wrap-services .service-section .service-models .service-model-item.left .model-image {
    background-position: center;
    margin-left: 0;
  }
}
.wrap-services .service-section .hero-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (max-width: 910px) {
  .wrap-services .service-section .hero-image {
    background-attachment: initial;
  }
}
.wrap-services .active-service {
  display: flex;
}

/************************************************/
/* /* Division line */
/* /************************************************/
#service-hr {
  width: 80%;
  height: 1px;
  display: block;
  background-color: #E6E6E6;
  left: 0;
  right: 0;
  margin: auto;
}

/************************************************/
/* /* Sección de mensaje a la hora de abrir la página de servicios */
/* /************************************************/
.ghost-div {
  width: 100%;
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
@media screen and (max-width: 910px) {
  .ghost-div {
    text-align: center;
    height: 60vh;
  }
  .ghost-div h3 {
    line-height: 1.5;
  }
}
.ghost-div h3 {
  text-transform: uppercase;
}

/************************************************/
/* /* Contact in services */
/* /************************************************/
.service-contactus {
  width: 100%;
  background-image: url("../img/equipo/contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0;
  position: relative;
}
.service-contactus .service-contact-icon {
  min-width: 120px;
  height: 120px;
  position: relative;
  z-index: 3;
}
.service-contactus .service-contact-icon svg {
  width: 95%;
  height: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #FBC52B;
}
.service-contactus .service-contac-info {
  z-index: 3;
  width: 60%;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 910px) {
  .service-contactus .service-contac-info {
    width: 90%;
  }
}
.service-contactus .service-contac-info h2 {
  text-align: center;
  font-size: 28px;
  color: #fff;
}
.service-contactus .service-contac-info p {
  text-align: center;
  margin: 20px auto;
  display: block;
  color: #fff;
}
.service-contactus .service-contac-info button {
  position: relative;
  color: #FBC52B;
  border-color: #FBC52B;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  transition: all 300ms ease-in-out;
}
.service-contactus .service-contac-info button a {
  color: #FBC52B;
}
.service-contactus .service-contac-info button:hover {
  color: #3E3E3E;
  background-color: #FBC52B;
}
.service-contactus .service-contac-info button:hover a {
  color: #3E3E3E;
}
.service-contactus .contact-bg-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #161616;
  z-index: 1;
  opacity: 0.7;
}

/************************************************/
/* /* Estilos de la página de noticias */
/* /************************************************/
.news-section {
  width: 100%;
  max-width: 1440px;
  position: relative;
  margin-top: 80px;
}
.news-section .wrap-noticias {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}
.news-section .wrap-noticias .posts {
  margin: 50px 2%;
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  position: relative;
}
.news-section .wrap-noticias .posts .post-thumbnail {
  height: 50%;
  min-height: 180px;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}
.news-section .wrap-noticias .posts .post-thumbnail .post-thumbnail-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 300ms ease-in-out;
}
.news-section .wrap-noticias .posts .content-news {
  background-color: #E6E6E6;
  width: 100%;
  height: 50%;
  padding: 5%;
  border-radius: 0px 0px 5px 5px;
  transition: all 300ms ease-in-out;
}
.news-section .wrap-noticias .posts .content-news h2 {
  font-size: 28px;
  margin: 0;
  margin-bottom: 20px;
  transition: all 300ms ease-in-out;
}
.news-section .wrap-noticias .posts .content-news p {
  transition: all 300ms ease-in-out;
}
.news-section .wrap-noticias .posts .content-news .post__meta {
  display: inline-block;
  transition: all 300ms ease-in-out;
}
.news-section .wrap-noticias .posts .content-news .post__meta span {
  color: #3E3E3E;
  margin-right: 15px;
  transition: all 300ms ease-in-out;
}
.news-section .wrap-noticias .posts .content-news .post__meta .post__author {
  font-weight: bold;
}
.news-section .wrap-noticias .posts .content-news .post__meta .post-meta {
  font-style: italic;
}
.news-section .wrap-noticias .posts:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.news-section .wrap-noticias .posts:hover .post-thumbnail-image {
  transform: scale(1.2);
}
.news-section .wrap-noticias .posts:hover .content-news {
  background-color: #224797;
}
.news-section .wrap-noticias .posts:hover .content-news h2 {
  color: #fff;
}
.news-section .wrap-noticias .posts:hover .content-news p {
  color: #E6E6E6;
}
.news-section .wrap-noticias .posts:hover .content-news .post__meta span {
  color: #E6E6E6;
  margin-right: 15px;
}

.adp {
  background-color: #fff;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  align-content: center;
}
.adp .txt-adp {
  color: #fff;
  background-color: #fff;
  width: 80%;
  height: 80%;
  text-align: justify;
  margin: 0 auto;
  margin-top: 0;
}
.adp .txt-adp ol {
  color: #3e3e3e;
}
.adp .txt-adp h2 {
  text-align: center;
}
.adp .txt-adp .blue {
  width: 100%;
  height: 40px;
  background-color: #224797;
}

.agradecimientos-container {
  height: calc(100vh - 120px);
  text-align: center;
  padding: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agradecimientos-container .agradecimientos-wrap .thanks-icon {
  height: 180px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.agradecimientos-container .agradecimientos-wrap h3 {
  margin-bottom: 0px;
}
.agradecimientos-container .agradecimientos-wrap .button {
  margin-top: 30px;
}

/************************************************/
/*
/* Estilos de la página de la Galería
/*
/************************************************/
.page-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.gallery-grid {
  box-sizing: border-box;
}
.gallery-grid:after {
  content: "";
  display: block;
  clear: both;
}
.gallery-grid .grid-sizer,
.gallery-grid .gallery-item {
  position: relative;
  width: 33.3333%;
  padding: 0.25%;
  box-sizing: border-box;
}
.gallery-grid .gallery-item {
  float: left;
}
.gallery-grid .gallery-item img {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
}
.gallery-grid .gallery-item {
  opacity: 0;
}
.gallery-grid .gallery-item.is-visible {
  animation: Items 600ms ease-in forwards;
}

@keyframes Items2 {
  0% {
    opacity: 0;
    height: 0%;
    padding: 0px;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Items {
  0% {
    opacity: 0;
    transform: scale(0.3) rotateY(90deg);
  }
  60% {
    transform: scale(1.4);
  }
  90% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=main.css.map */