@charset "UTF-8";
/*--------------------------------------------------------------
# Abstract
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;600;700&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.tcon > * {
  display: block;
}

.tcon:hover, .tcon:focus {
  outline: none;
}

.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  display: inline-block;
  height: 5.7142857143px;
  width: 40px;
  border-radius: 2.8571428571px;
  transition: 0.3s;
  background: black;
  position: relative;
}

.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: 5.7142857143px;
  width: 40px;
  border-radius: 2.8571428571px;
  transition: 0.3s;
  background: black;
  content: "";
  position: absolute;
  left: 0;
  transform-origin: 2.8571428571px center;
  width: 100%;
}

.tcon-menu__lines::before {
  top: 10px;
}

.tcon-menu__lines::after {
  top: -10px;
}

.tcon-transform .tcon-menu__lines {
  transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xbutterfly {
  width: auto;
}

.tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  top: 0;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  width: 40px;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  transform: rotate3d(0, 0, 1, 45deg);
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.tcon-menu--minus {
  width: auto;
}

.tcon-menu--minus.tcon-transform .tcon-menu__lines::before, .tcon-menu--minus.tcon-transform .tcon-menu__lines::after {
  transform: none;
  top: 0;
  width: 40px;
}

.tcon-menu--xcross {
  width: auto;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
  background: transparent;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  transform-origin: 50% 50%;
  top: 0;
  width: 40px;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
  transform: rotate3d(0, 0, 1, 45deg);
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-menu--arrow, .tcon-menu--arrowleft {
  width: auto;
}

.tcon-menu--arrow.tcon-transform .tcon-menu__lines::before, .tcon-menu--arrowleft.tcon-transform .tcon-menu__lines::before, .tcon-menu--arrow.tcon-transform .tcon-menu__lines::after, .tcon-menu--arrowleft.tcon-transform .tcon-menu__lines::after {
  top: 0;
  width: 22.2222222222px;
}

.tcon-menu--arrow.tcon-transform .tcon-menu__lines::before, .tcon-menu--arrowleft.tcon-transform .tcon-menu__lines::before {
  transform: rotate3d(0, 0, 1, 45deg);
}

.tcon-menu--arrow.tcon-transform .tcon-menu__lines::after, .tcon-menu--arrowleft.tcon-transform .tcon-menu__lines::after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-menu--arrowup {
  width: auto;
}

.tcon-menu--arrowup.tcon-transform {
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.tcon-menu--arrow360left.tcon-transform {
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 360deg);
}

.tcon-grid {
  padding: 1rem;
}

.tcon-grid .tcon-grid__item {
  width: 0.5rem;
  height: 0.5rem;
  background: black;
  color: black;
  transition: 0.3s;
}

.tcon-grid.tcon-transform .tcon-grid__item {
  transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
}

.tcon-grid--collapse .tcon-grid__item {
  box-shadow: -0.625rem 0, -0.625rem 0.625rem, 0.625rem 0, 0.625rem -0.625rem, 0 0 -0.625rem, -0.625rem 0 -0.625rem, 0 0.625rem, 0.625rem 0.625rem;
}

.tcon-grid--collapse.tcon-transform .tcon-grid__item {
  box-shadow: -0.5rem 0, 0 0 transparent, 0.5rem 0, 0 0 transparent, 0 -0.5rem, 0 0 transparent, 0 0.5rem, 0 0 transparent;
}

.tcon-grid--rearrange .tcon-grid__item {
  box-shadow: -0.625rem 0 -0.625rem, 0 0 -0.625rem, 0.625rem -0.625rem, -0.625rem 0, 0.625rem 0, -0.625rem 0.625rem, 0 0.625rem, 0.625rem 0.625rem;
}

.tcon-grid--rearrange.tcon-transform .tcon-grid__item {
  box-shadow: 0 -0.5rem, 0 -1rem, 0.5rem 0, -1rem 0, 1rem 0, -0.5rem 0, 0 1rem, 0 0.5rem;
}

.tcon-plus {
  height: 40px;
  position: relative;
  transform: scale(0.75);
  width: 40px;
}

.tcon-plus::before, .tcon-plus::after {
  content: "";
  border-radius: 2px;
  display: block;
  width: 85%;
  height: 25%;
  position: absolute;
  top: 37%;
  left: 8%;
  transition: 0.3s;
  background: black;
}

.tcon-plus:after {
  transform: rotate(90deg);
}

.tcon-plus--check.tcon-transform::before {
  transform: rotate(-135deg) translate(5%, -10%);
  top: 50%;
  width: 55%;
}

.tcon-plus--check.tcon-transform::after {
  transform: rotate(-45deg) translate(20%, 10%);
  top: 50%;
  width: 85%;
}

.tcon-plus--minus.tcon-transform::before {
  transform: rotate(180deg) translate(0, 0);
  width: 62%;
}

.tcon-plus--minus.tcon-transform::after {
  transform: rotate(-180deg) translate(-37.5%, 0);
  width: 62%;
}

.tcon-remove {
  height: 40px;
  position: relative;
  transform: scale(0.75);
  width: 40px;
}

.tcon-remove::before, .tcon-remove::after {
  content: "";
  display: block;
  height: 25%;
  width: 85%;
  position: absolute;
  top: 37%;
  left: 8%;
  transition: 0.3s;
  background: black;
}

.tcon-remove::before {
  transform: rotate(45deg);
}

.tcon-remove::after {
  transform: rotate(-45deg);
}

.tcon-remove--check.tcon-transform::before {
  transform: rotate(-135deg) translate(5%, -10%);
  top: 50%;
  width: 55%;
}

.tcon-remove--check.tcon-transform::after {
  transform: rotate(-45deg) translate(20%, 10%);
  top: 50%;
  width: 85%;
}

.tcon-remove--chevron-left.tcon-transform::before {
  left: 20%;
  transform: translate(0, -55%) rotate(-45deg);
  width: 62%;
}

.tcon-remove--chevron-left.tcon-transform::after {
  left: 20%;
  transform: translate(0, 55%) rotate(45deg);
  width: 62%;
}

.tcon-remove--chevron-right.tcon-transform::before {
  left: 20%;
  transform: translate(0, 55%) rotate(-45deg);
  width: 62%;
}

.tcon-remove--chevron-right.tcon-transform::after {
  left: 20%;
  transform: translate(0, -55%) rotate(45deg);
  width: 62%;
}

.tcon-remove--chevron-down.tcon-transform::before {
  left: 5%;
  transform: rotate(-135deg);
  width: 59%;
}

.tcon-remove--chevron-down.tcon-transform::after {
  left: auto;
  right: 10%;
  transform: rotate(135deg);
  width: 60%;
}

.tcon-remove--chevron-up.tcon-transform::before {
  left: 5%;
  transform: rotate(-45deg);
  width: 59%;
}

.tcon-remove--chevron-up.tcon-transform::after {
  left: auto;
  right: 10%;
  transform: rotate(45deg);
  width: 60%;
}

.tcon-mail--envelope {
  width: 40px;
  height: 20px;
  background: #3d3f41;
  position: relative;
}

.tcon-mail--envelope:before, .tcon-mail--envelope:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 40px;
}

.tcon-mail--envelope:before {
  left: 0;
  border-left: 40px solid #bcbcbd;
  border-top: 20px solid transparent;
}

.tcon-mail--envelope:after {
  right: 0;
  border-right: 40px solid #a5acae;
  border-top: 20px solid transparent;
}

.tcon-mail--envelope.tcon-transform .tcon-mail--envelope__flap {
  transform: rotate3d(360, 0, 0, 180deg);
  transform-origin: 0 100%;
}

.tcon-mail--envelope__flap {
  border-bottom: 10px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-color: transparent;
  border-bottom-color: #aeb3b5;
  position: absolute;
  transform: rotate3d(0, 0, 0, 0deg);
  transform-origin: 0 100%;
  transition: 0.2s transform ease-in-out;
  top: -10px;
  left: 0;
}

@keyframes chevron-pulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.tcon-svgchevron {
  height: 40px;
  width: 40px;
}

.tcon-svgchevron path {
  animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
  fill: transparent;
  stroke: black;
  stroke-width: 1px;
}

.tcon-svgchevron path.a1 {
  animation-delay: 0s;
}

.tcon-svgchevron path.a2 {
  animation-delay: -0.5s;
}

.tcon-svgchevron path.a3 {
  animation-delay: -1s;
}

.tcon-search__item {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 0;
  transition: 0.3s;
  background: transparent;
  position: relative;
  transform: rotate(-45deg);
}

.tcon-search__item::before, .tcon-search__item::after {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 0;
  transition: 0.3s;
  background: transparent;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tcon-search__item::before {
  height: 4px;
  left: 0;
  background: black;
  border-radius: 2.8571428571px;
}

.tcon-search__item::after {
  right: 0;
  background: white;
  border-radius: 50%;
  width: 12.0001200012px;
  height: 12.0001200012px;
  border: 2px solid black;
  transform-origin: 50% 50%;
}

.tcon-search--xcross.tcon-transform {
  transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-search--xcross.tcon-transform .tcon-search__item::before, .tcon-search--xcross.tcon-transform .tcon-search__item::after {
  border-radius: 2.8571428571px;
  background: black;
}

.tcon-search--xcross.tcon-transform .tcon-search__item::after {
  height: 4px;
  width: 100%;
  top: 0;
  right: 0;
  border: 0;
  transform: rotate3d(0, 0, 1, 90deg);
}

.tcon-loader--spinner360 {
  border-radius: 80%;
  display: block;
  height: 40px;
  width: 40px;
  position: relative;
  animation: tcon-spin360 0.675s linear infinite forwards;
  background: lightgray;
}

.tcon-loader--spinner360:before, .tcon-loader--spinner360:after {
  content: "";
  display: block;
  position: absolute;
}

.tcon-loader--spinner360:before {
  border-radius: 0 90px 90px 0;
  height: 40px;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 1;
  background: black;
  background-image: linear-gradient(lightgray, black);
}

.tcon-loader--spinner360:after {
  border-radius: 80%;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: white;
}

@keyframes tcon-spin360 {
  to {
    transform: rotate(360deg);
  }
}
/*
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-0-2s {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-0-5s {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-2s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-2-5s {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-4s {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.img-fluid {
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  #wrapper {
    margin-top: 100px;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
header.planner-header {
  width: 100%;
  z-index: 10;
  margin: 0;
  padding: 0 0 0 0;
  border: 0;
  background: black;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
header.planner-header .wrap-brand {
  background: #d60424;
  height: 140px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
header.planner-header .wrap-brand .col-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
header.planner-header .wrap-brand h1 {
  margin: 0;
  padding: 0;
}
header.planner-header .wrap-brand h1 a img {
  height: 130px !important;
  width: auto;
}
header.planner-header .wrap-border {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: #d60424;
  width: 100%;
  height: 4px;
  display: none;
}
header.planner-header .wrap-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: black;
  width: 100%;
  height: 70px;
  transition: ease-in 0.3s;
  position: relative;
}
header.planner-header .wrap-nav .imago {
  position: absolute;
  top: 4px;
  left: 30px;
  display: none;
}
header.planner-header .wrap-nav .imago a img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
}
header.planner-header .wrap-nav .wrap-social-media {
  position: absolute;
  top: 0;
  right: 30px;
  height: 70px;
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
header.planner-header .wrap-nav .wrap-social-media ul.social-media {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin: 0;
  padding: 0;
}
header.planner-header .wrap-nav .wrap-social-media ul.social-media li.nav-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.planner-header .wrap-nav .wrap-social-media ul.social-media li.nav-item a {
  margin: 0 15px 0 15px;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
header.planner-header .wrap-nav .wrap-social-media ul.social-media li.nav-item a i {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 2px;
}
header.planner-header .wrap-nav .wrap-social-media ul.social-media li.nav-item:hover a {
  background: #000000;
}
header.planner-header .wrap-nav .wrap-social-media ul.social-media li.nav-item:hover a i {
  color: #FFFFFF;
}
header.planner-header .wrap-nav .navbar-nav {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
header.planner-header .wrap-nav .navbar-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.planner-header .wrap-nav .navbar-nav li.active a {
  display: block;
  color: #FFFFFF;
  border-bottom: solid 4px #FFFFFF;
}
header.planner-header .wrap-nav .navbar-nav li:hover a {
  color: #FFFFFF;
  border-bottom: solid 4px #FFFFFF;
}
header.planner-header .wrap-nav .navbar-nav li:first-child {
  margin-left: -30px;
}
header.planner-header .wrap-nav .navbar-nav li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  padding: 26px 5px 20px 5px;
  margin: 0 15px 0 15px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  color: grey;
  text-transform: uppercase;
  border-bottom: solid 4px transparent;
}

#wrapper.show-sub-menu .submenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper.header-scroll-active header.planner-header .wrap-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  transition: ease-in 0.3s;
}
#wrapper.header-scroll-active header.planner-header .wrap-nav .imago {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper.header-scroll-active .submenu {
  position: fixed;
  top: 70px;
  left: 0;
}

.planner-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  transition: ease-out 0.3s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  z-index: 100;
  transform: translate(100%, 0px);
  opacity: 0;
  z-index: 500;
}
.planner-menu .menu-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: #d60424;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.planner-menu .menu-container .mobile-brand {
  position: fixed;
  top: 25px;
  left: 50%;
  margin-left: -76px;
}
.planner-menu .menu-container .mobile-brand img {
  height: 50px;
  width: auto;
}
.planner-menu .menu-container ul.nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  margin-top: 120px;
}
.planner-menu .menu-container ul.nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.planner-menu .menu-container ul.nav li a {
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  width: auto;
}
.planner-menu .menu-container ul.nav li.trabaja a {
  color: #C8C9C7;
  font-size: 20px;
}
.planner-menu .menu-container ul.nav li.trabaja a.active {
  background-color: yellow;
}
.planner-menu .menu-container ul.nav li.active a {
  color: black;
}
.planner-menu .menu-container .wrap-social-media {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.planner-menu .menu-container .wrap-social-media ul.social-media {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin: 20px 0 20px 0;
  padding: 0;
}
.planner-menu .menu-container .wrap-social-media ul.social-media li.nav-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.planner-menu .menu-container .wrap-social-media ul.social-media li.nav-item a {
  margin: 0 15px 0 15px;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d60424;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.planner-menu .menu-container .wrap-social-media ul.social-media li.nav-item a i {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 2px;
}
.planner-menu .menu-container .wrap-social-media ul.social-media li.nav-item:hover a {
  background: #000000;
}
.planner-menu .menu-container .wrap-correo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.planner-menu .menu-container .wrap-correo span {
  text-align: center;
  color: #cccccc;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 25px 0 25px 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
  width: auto;
}

.planner-menu-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(238, 238, 238, 0.8);
  transition: ease-in-out 0.8s;
  opacity: 0;
  display: none;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  z-index: 200;
}
.planner-menu-bg .wrap-brand-menu {
  transition: ease-out 0.3s;
  margin-left: -800px;
  opacity: 1;
}
.planner-menu-bg .wrap-brand-menu p {
  margin: 0;
  padding: 0;
}
.planner-menu-bg .wrap-brand-menu p a img {
  height: 80px;
}

.wrap-btn-menu {
  width: 60px;
  position: fixed;
  top: 40px;
  right: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  z-index: 600;
  display: none;
}
.wrap-btn-menu a.btn-menu {
  margin: 0 !important;
  padding: 0 !important;
  width: 60px;
  height: 60px;
  margin-left: 5px;
  transition: ease-in-out 0.5s;
  border-radius: 50%;
}
.wrap-btn-menu a.btn-menu:hover {
  background: #d60424;
  cursor: pointer;
}
.wrap-btn-menu a.btn-menu:hover .tcon-menu__lines {
  background: #FFFFFF;
}
.wrap-btn-menu a.btn-menu:hover .tcon-menu__lines:before, .wrap-btn-menu a.btn-menu:hover .tcon-menu__lines:after {
  background: #FFFFFF;
}
.wrap-btn-menu a.btn-menu .tcon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  width: 60px;
  border: none;
  cursor: pointer;
  height: 60px;
  transition: 0.3s;
  outline: none;
  top: 0;
  margin: 0;
  padding: 0;
  background: black;
  border-radius: 50%;
}
.wrap-btn-menu a.btn-menu .tcon-menu__lines {
  height: 2px;
  width: 30px;
  border-radius: 0;
  background: white;
}
.wrap-btn-menu a.btn-menu .tcon-menu__lines:before, .wrap-btn-menu a.btn-menu .tcon-menu__lines:after {
  height: 2px;
  width: 30px;
  border-radius: 0;
  background: white;
  -webkit-transform-origin: 1px center;
  transform-origin: 1px center;
}
.wrap-btn-menu a.btn-menu .tcon-menu__lines:before {
  top: 10px;
}
.wrap-btn-menu a.btn-menu .tcon-menu__lines:after {
  top: -10px;
}
.wrap-btn-menu a.btn-menu .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
  background: transparent;
}
.wrap-btn-menu a.btn-menu .tcon-menu--xcross.tcon-transform .tcon-menu__lines:before, .wrap-btn-menu a.btn-menu .tcon-menu--xcross.tcon-transform .tcon-menu__lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 30px;
}

.btn-idioma-mobile {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 700;
  display: none;
}
.btn-idioma-mobile .btn:focus {
  box-shadow: none;
}
.btn-idioma-mobile .btn img {
  height: 15px;
  width: auto;
}
.btn-idioma-mobile .btn span {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding: 20px 5px 20px 0px;
  margin: 0 10px 0 5px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
.btn-idioma-mobile .dropdown-menu li {
  padding-left: 15px;
  padding-right: 15px;
}
.btn-idioma-mobile .dropdown-menu li a:focus {
  background: #d60424;
}
.btn-idioma-mobile .dropdown-menu li a img {
  height: 15px;
  width: auto;
}
.btn-idioma-mobile .dropdown-menu li a span {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding: 20px 5px 20px 0px;
  margin: 0 10px 0 5px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}

#wrapper.show-planner-menu .planner-menu {
  transform: translate(0px, 0px);
  opacity: 1;
}
#wrapper.show-planner-menu .planner-menu-bg {
  opacity: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .submenu {
    display: none;
  }
  header.planner-header {
    position: fixed;
    top: 0;
    left: 0;
  }
  header.planner-header .wrap-brand .btn-idioma {
    display: none;
  }
  header.planner-header .wrap-border {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header.planner-header .wrap-nav {
    display: none;
  }
  .wrap-btn-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-idioma-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #wrapper.show-sub-menu .submenu {
    display: none;
  }
  #wrapper.header-scroll-active header.planner-header .wrap-nav {
    display: none;
  }
  #wrapper.header-scroll-active header.planner-header .wrap-nav .imago {
    display: none;
  }
  #wrapper.header-scroll-active .submenu {
    display: none;
  }
}
@media (max-width: 600px) {
  header.planner-header {
    width: 100%;
    z-index: 10;
    margin: 0;
    padding: 0 0 0 0;
    border: 0;
    background: black;
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: -100px;
  }
  header.planner-header .wrap-brand {
    background: #d60424;
    height: 140px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  header.planner-header .wrap-brand .col-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  header.planner-header .wrap-brand h1 {
    margin: 0;
    padding: 0;
  }
  header.planner-header .wrap-brand h1 a img {
    height: 70px !important;
    width: auto;
  }
}
footer.planner-footer {
  width: 100%;
  background: #d60424;
  color: #d60424;
  padding: 300px 0 300px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: relative;
}
footer.planner-footer .wrap-planner-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
footer.planner-footer .wrap-planner-link .planner-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  text-decoration: none;
}
footer.planner-footer .wrap-planner-link span {
  width: 100%;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px;
  margin: 0;
  text-decoration: none;
  width: auto;
}
footer.planner-footer .wrap-planner-link img {
  max-height: 40px;
}
footer.planner-footer .wrap-escribinos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
footer.planner-footer .wrap-escribinos a {
  text-align: center;
  color: #FFFFFF;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 5px 0 5px 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
  width: auto;
}
footer.planner-footer .wrap-escribinos a .text-1 {
  color: #FFFFFF;
}
footer.planner-footer .wrap-escribinos a .text-2 {
  color: #FFFFFF;
}
footer.planner-footer .wrap-escribinos a .text-3 {
  font-size: 35px;
  letter-spacing: 0;
  color: black;
  font-weight: 600;
}
footer.planner-footer .wrap-escribinos a .text-3:hover {
  color: #FFFFFF;
}
footer.planner-footer .wrap-escribinos a:hover .text-3 {
  color: #FFFFFF;
}
footer.planner-footer .wrap-escribinos .wrap-social-media {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
footer.planner-footer .wrap-escribinos .wrap-social-media ul.social-media {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin: 20px 0 20px 0;
  padding: 0;
}
footer.planner-footer .wrap-escribinos .wrap-social-media ul.social-media li.nav-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.planner-footer .wrap-escribinos .wrap-social-media ul.social-media li.nav-item a {
  margin: 0 15px 0 15px;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
footer.planner-footer .wrap-escribinos .wrap-social-media ul.social-media li.nav-item a i {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 2px;
}
footer.planner-footer .wrap-escribinos .wrap-social-media ul.social-media li.nav-item:hover a {
  background: #000000;
}
footer.planner-footer .wrap-escribinos .wrap-social-media ul.social-media li.nav-item:hover a i {
  color: #FFFFFF;
}

.whatsapp-bt {
  position: fixed;
  right: 30px;
  bottom: 40px;
  width: 70px;
  height: 70px;
  z-index: 200;
}
.whatsapp-bt a {
  width: 70px;
  height: 70px;
  background: #43D854;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  border-radius: 50%;
  text-decoration: none;
}
.whatsapp-bt a:hover {
  background: #FFFFFF;
}
.whatsapp-bt a:hover i {
  color: #000000;
}
.whatsapp-bt a i {
  color: #FFFFFF;
  font-size: 25px;
}

@media (max-width: 900px) {
  footer.planner-footer {
    padding: 120px 0 120px 0;
  }
  footer.planner-footer .wrap-escribinos a {
    font-size: 30px;
  }
  footer.planner-footer .wrap-escribinos a .text-3 {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.wrap-video {
  margin: 60px 0 60px 0;
}
.wrap-video .container video {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.wrap-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  margin-top: 20px;
}
.wrap-btn a {
  padding: 14px 18px 14px 18px;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  background: #43D854;
  border-color: #FFFFFF;
}
.wrap-btn a i {
  font-size: 25px;
  margin-left: 15px;
}
.wrap-btn a:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.wrap-btn a:hover {
  background: #C8C9C7;
  border-color: #d60424;
  color: #d60424;
}

.map-responsive {
  width: 100%;
  margin-top: 60px;
}

/*.map-responsive{
    //overflow:hidden;
    padding-bottom: 500px;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}*/
.seleccionar-cv {
  background-color: #000000;
  padding: 15px;
}

#formFile {
  padding: 20px;
  height: 60px;
}

.wrap-page-contacto {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: 0 0 0 0;
}
.wrap-page-contacto .container {
  width: 100%;
  max-width: 1400px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-page-contacto .container h2 {
  width: 70%;
  text-align: center;
  color: #000000;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 70px 0 15px 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.wrap-page-contacto .container h2 span img {
  width: auto;
  max-height: 40px;
  margin-top: -10px;
}
.wrap-page-contacto .container p {
  width: 70%;
  text-align: center;
  color: #959793;
  font-size: 30px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 0 0 15px 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
}

.wrap-page-contacto .wrap-form-contacto {
  width: 50%;
  padding: 40px 0 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto {
  width: 100%;
  max-width: 1400px;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox p {
  text-align: left;
  color: #959793;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  padding: 0 0 40px 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 5px 35px 0 35px;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFFFFF;
  border: solid 2px #000000;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox label span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  height: 35px;
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  margin: 0;
  text-decoration: none;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox label:hover {
  border: solid 2px #d60424;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox .checkbox input[type=checkbox] {
  display: none;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox .checkbox input[type=checkbox]:checked + label {
  background: #000000;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox .checkbox input[type=checkbox]:checked + label span {
  color: #FFFFFF;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .row-1 {
  margin-top: 40px;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group .control-label {
  width: 100%;
  position: absolute;
  top: -55px;
  margin-left: -2px;
  pointer-events: none;
  padding: 0;
  z-index: 1;
  transition: all 0.28s ease;
  text-align: left;
  color: #959793;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  padding: 0 0 30px 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group .bar {
  position: relative;
  border-bottom: 2px solid #000000;
  display: block;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group .bar::before {
  content: "";
  height: 2px;
  width: 0;
  left: 50%;
  bottom: -2px;
  position: absolute;
  background: #d60424;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input,
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email],
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  display: block;
  background: none;
  padding: 2px 2px 1px;
  font-size: 18px;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  height: 30px;
  color: #000000;
  transition: all 0.28s ease;
  box-shadow: none;
  text-align: center;
  text-align: left;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input:focus, .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input:valid, .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input.form-file, .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input.has-value,
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email]:focus,
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email]:valid,
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email].form-file,
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email].has-value,
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea:focus,
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea:valid,
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea.form-file,
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea.has-value {
  outline: none;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input:focus,
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email]:focus,
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea:focus {
  outline: none;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input:focus ~ .bar::before,
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email]:focus ~ .bar::before,
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea {
  height: auto;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn a {
  padding: 14px 18px 14px 18px;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-color: #FFFFFF;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn a:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn a:hover {
  background: #C8C9C7;
  border-color: #d60424;
  color: #d60424;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn {
  width: 100%;
  margin-top: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn .enviar-btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 5px 35px 0 35px;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(214, 4, 36, 0.85);
  border: solid 2px #000000;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn .enviar-btn:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn .enviar-btn:focus span {
  color: #d60424;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn .enviar-btn:hover {
  background: #C8C9C7;
  border-color: #d60424;
  color: #d60424;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn .enviar-btn:hover span {
  color: #d60424;
}
.wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn .enviar-btn span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  height: 55px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  margin: -2px 0 0 0;
  text-decoration: none;
}

@media (max-width: 700px) {
  .wrap-page-contacto {
    padding: 0 0 45px 0;
  }
  .wrap-page-contacto .container h2 {
    width: 80%;
    font-size: 30px;
  }
  .wrap-page-contacto .wrap-form-contacto {
    padding: 45px 0 0 0;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto {
    max-width: 260px;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .row {
    max-width: 260px;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox p {
    font-size: 16px;
    padding: 0 0 30px 0;
    letter-spacing: -0.04em;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox label {
    padding: 5px 12px 0 12px;
    margin-right: 10px;
    margin-bottom: 15px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #FFFFFF;
    border: solid 2px #000000;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox label span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    height: 30px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox label:hover {
    border: solid 2px #d60424;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox .checkbox input[type=checkbox] {
    display: none;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox .checkbox input[type=checkbox]:checked + label {
    background: #000000;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-checkbox .checkbox input[type=checkbox]:checked + label span {
    color: #FFFFFF;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .row-1 {
    margin-top: 100px;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group {
    position: relative;
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group .control-label {
    width: 100%;
    position: absolute;
    top: -55px;
    margin-left: -2px;
    pointer-events: none;
    padding: 0;
    z-index: 1;
    transition: all 0.28s ease;
    text-align: left;
    color: #959793;
    font-size: 20px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    padding: 0 0 30px 0;
    margin: 0;
    text-decoration: none;
    letter-spacing: -0.04em;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group .bar {
    position: relative;
    border-bottom: 2px solid #000000;
    display: block;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group .bar::before {
    content: "";
    height: 2px;
    width: 0;
    left: 50%;
    bottom: -2px;
    position: absolute;
    background: #d60424;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input,
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email],
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    display: block;
    background: none;
    padding: 2px 2px 1px;
    font-size: 20px;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    height: 30px;
    color: #000000;
    transition: all 0.28s ease;
    box-shadow: none;
    text-align: center;
    text-align: left;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input:focus, .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input:valid, .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input.form-file, .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input.has-value,
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email]:focus,
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email]:valid,
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email].form-file,
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email].has-value,
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea:focus,
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea:valid,
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea.form-file,
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea.has-value {
    outline: none;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input:focus,
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email]:focus,
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea:focus {
    outline: none;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input:focus ~ .bar::before,
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group input[type=email]:focus ~ .bar::before,
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .form-group textarea {
    height: auto;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn {
    width: 100%;
    margin-top: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn .enviar-btn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 5px 35px 0 35px;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(214, 4, 36, 0.85);
    border: solid 2px #000000;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn .enviar-btn:focus {
    box-shadow: none;
    background: #000000;
    border-color: #000000;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn .enviar-btn:focus span {
    color: #d60424;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn .enviar-btn:hover {
    background: #C8C9C7;
    border-color: #d60424;
    color: #d60424;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn .enviar-btn:hover span {
    color: #d60424;
  }
  .wrap-page-contacto .wrap-form-contacto .form-contacto .wrap-btn .enviar-btn span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    height: 55px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    margin: -2px 0 0 0;
    text-decoration: none;
  }
}
.wrap-trabajos {
  margin: 0;
  padding: 50px 0 0px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-trabajos .br50 {
  border-radius: 50%;
}
.wrap-trabajos .container {
  width: 100%;
  max-width: 1200px;
  padding: 80px;
  padding-top: 0;
}
.wrap-trabajos .container h4 {
  width: 100%;
  text-align: center;
  color: #a2a3a0;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px 15px 0 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.wrap-trabajos .container h6 {
  width: 100%;
  text-align: center;
  color: #d60424;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 15px 15px 10px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.wrap-trabajos .container .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 45px 0;
}
.wrap-trabajos .container .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #a2a3a0;
  max-width: 100px;
  height: 4px;
}
.wrap-trabajos .container p {
  width: 100%;
  text-align: center;
  color: #a2a3a0;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 15px 15px 30px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.wrap-trabajos .proyectos-linea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4px;
  background: #FFFFFF;
  margin-top: -4px;
  z-index: 100;
}
.wrap-trabajos .container-proyectos-sertec {
  width: 100%;
  max-width: 1400px;
  padding: 0 0 100px 0;
}
.wrap-trabajos .container-proyectos-sertec .proyectos_item {
  padding: 20px;
}
.wrap-trabajos .container-proyectos-sertec .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 45px 0;
}
.wrap-trabajos .container-proyectos-sertec .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #a2a3a0;
  max-width: 100px;
  height: 4px;
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo .col {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo a {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: -4px;
  position: relative;
  width: 420px;
  height: auto;
  margin: 0 auto;
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo a img {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: auto;
  margin: 0 auto;
  transition: ease-out 0.3s;
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo a:hover .wrap-box-hover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo a:hover img {
  transform: scale(1.1);
  filter: url("#grayscale"); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
  filter: Gray(); /* IE4-8 and 9 */
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo a .wrap-box-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: ease-in-out 1s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  display: none;
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo a .wrap-box-hover .wrap-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo a .wrap-box-hover .wrap-btn a {
  padding: 14px 18px 14px 18px;
  font-size: 14px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(214, 4, 36, 0.5);
  border-color: #FFFFFF;
  margin-left: 0px;
  margin-top: 10px;
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo a .wrap-box-hover .wrap-btn a:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo a .wrap-box-hover .wrap-btn a:hover {
  background: #C8C9C7;
  border-color: #d60424;
  color: #d60424;
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo a .wrap-box-hover h4 {
  width: 95%;
  text-align: center;
  color: #fc4460;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 0 0 50px 0;
  margin: 0;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo a .wrap-box-hover p {
  width: 95%;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 0 0 50px 0;
  margin: 0;
  text-decoration: none;
  padding: 10px 0 0 0;
  margin: 0;
  letter-spacing: 2px;
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo a .wrap-box-hover .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 20px 0;
}
.wrap-trabajos .container-proyectos-sertec .wrap-cholo a .wrap-box-hover .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #a2a3a0;
  max-width: 100px;
  height: 4px;
}

@media (max-width: 700px) {
  .wrap-trabajos .container {
    width: 100%;
    max-width: 1800px;
    padding: 45px 45px 45px 45px;
  }
  .wrap-trabajos .container h4 {
    font-size: 16px;
    padding: 15px 15px 0 15px;
  }
  .wrap-trabajos .container h6 {
    font-size: 30px;
    padding: 15px 15px 10px 15px;
  }
}
.wrap-nosotros {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: #d60424;
  color: #d60424;
  margin: 0 0 0 0;
  background-image: url("../img/slider/sertec-full.png");
  background-color: yellow;
}
.wrap-nosotros .container {
  width: 100%;
  max-width: 900px;
  padding: 100px 100px 100px 100px;
}
.wrap-nosotros .container h4 {
  width: 100%;
  text-align: center;
  color: #a2a3a0;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px 15px 0 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.wrap-nosotros .container h6 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 15px 15px 10px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.wrap-nosotros .container .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 25px 0;
}
.wrap-nosotros .container .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #a2a3a0;
  max-width: 100px;
  height: 4px;
}
.wrap-nosotros .container h5 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 0 25px 25px 25px;
  margin: 0;
  line-height: 25px;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.wrap-nosotros .container h5 span {
  color: #C8C9C7;
}
.wrap-nosotros .container .wrap-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  margin-top: 20px;
}
.wrap-nosotros .container .wrap-btn a {
  padding: 14px 18px 14px 18px;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(214, 4, 36, 0.85);
  border-color: #FFFFFF;
}
.wrap-nosotros .container .wrap-btn a:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.wrap-nosotros .container .wrap-btn a:hover {
  background: #C8C9C7;
  border-color: #d60424;
  color: #d60424;
}

.wrap-quienes-somos .container {
  width: 100%;
  max-width: 1200px;
  padding: 150px 100px 150px 100px;
}
.wrap-quienes-somos .container h4 {
  width: 100%;
  text-align: center;
  color: #a2a3a0;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px 15px 0 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.wrap-quienes-somos .container h6 {
  width: 100%;
  text-align: center;
  color: #d60424;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 15px 15px 10px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.wrap-quienes-somos .container .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 45px 0;
}
.wrap-quienes-somos .container .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #a2a3a0;
  max-width: 100px;
  height: 4px;
}
.wrap-quienes-somos .container p {
  width: 100%;
  text-align: center;
  color: #a2a3a0;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 15px 15px 30px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
}

@media (max-width: 700px) {
  .wrap-nosotros .container {
    width: 100%;
    max-width: 1800px;
    padding: 20px 15px 20px 15px;
  }
  .wrap-nosotros .container h4 {
    font-size: 14px;
    padding: 15px 15px 0 15px;
  }
  .wrap-nosotros .container h6 {
    font-size: 20px;
    padding: 15px 15px 10px 15px;
  }
  .wrap-nosotros .container h5 {
    font-size: 14px;
  }
  .wrap-nosotros .container .wrap-info h4 {
    font-size: 18px;
  }
  .wrap-nosotros .container .wrap-info p {
    font-size: 14px;
  }
  .wrap-quienes-somos .container {
    width: 100%;
    max-width: 1800px;
    padding: 20px 15px 20px 15px;
  }
  .wrap-quienes-somos .container h4 {
    font-size: 14px;
    padding: 15px 15px 0 15px;
  }
  .wrap-quienes-somos .container h6 {
    font-size: 20px;
    padding: 15px 15px 10px 15px;
  }
  .wrap-quienes-somos .container h5 {
    font-size: 14px;
  }
  .wrap-quienes-somos .container .wrap-info h4 {
    font-size: 18px;
  }
  .wrap-quienes-somos .container .wrap-info p {
    font-size: 14px;
  }
}
.wrap-carousel-products {
  padding-top: 120px;
  padding-bottom: 120px;
}
.wrap-carousel-products h4 {
  width: 100%;
  text-align: center;
  color: #a2a3a0;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px 15px 0 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.wrap-carousel-products h6 {
  width: 100%;
  text-align: center;
  color: #d60424;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 15px 15px 10px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.wrap-carousel-products .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 45px 0;
}
.wrap-carousel-products .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #a2a3a0;
  max-width: 100px;
  height: 4px;
}
.wrap-carousel-products .splide .splide__track .splide__list .splide__slide {
  width: 100%;
  max-width: 500px;
  padding: 10px;
}
.wrap-carousel-products .splide .splide__track .splide__list .splide__slide a {
  padding: 0 4px 0 4px;
}
.wrap-carousel-products .splide .splide__track .splide__list .splide__slide a img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.wrap-carousel-products .splide .splide__track .splide__list .splide__slide a .wrap-btn {
  position: absolute;
  top: 250px;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  background: transparent;
  width: 100%;
  height: 100%;
}
.wrap-carousel-products .splide .splide__track .splide__list .splide__slide a .wrap-btn .btn {
  padding: 14px 18px 14px 18px;
  font-size: 14px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(214, 4, 36, 0.7);
  border-color: #FFFFFF;
  margin-left: 0px;
  margin-top: 10px;
}
.wrap-carousel-products .splide .splide__track .splide__list .splide__slide a .wrap-btn .btn:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.wrap-carousel-products .splide .splide__track .splide__list .splide__slide a .wrap-btn .btn:hover {
  background: #000000;
  border-color: #d60424;
  color: #FFFFFF;
}
.wrap-carousel-products .splide .splide__track .splide__list .splide__slide a:hover .wrap-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 500;
}
.wrap-carousel-products .splide .splide__track .splide__list .splide__slide a:hover img {
  filter: url("#grayscale"); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
  filter: Gray(); /* IE4-8 and 9 */
}

@media (max-width: 1060px) {
  .wrap-carousel-products .splide .splide__track .splide__list .splide__slide a {
    padding: 0 4px 0 4px;
    /*img {
        width: auto;
        height: 500px;

    }*/
  }
}
@media (max-width: 700px) {
  .wrap-carousel-products h4 {
    font-size: 14px;
    padding: 15px 15px 0 15px;
  }
  .wrap-carousel-products h6 {
    font-size: 20px;
    padding: 15px 15px 10px 15px;
  }
  .wrap-carousel-products h5 {
    font-size: 14px;
  }
}
.carousel .carousel-inner .carousel-item .wrap-texto {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15%;
  left: 0;
}
.carousel .carousel-inner .carousel-item .wrap-texto h2 {
  width: auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px 15px 15px 15px;
  margin: 5px 0 5px 0;
  text-decoration: none;
  letter-spacing: -0.04em;
  background: rgba(214, 4, 36, 0.85);
}
.carousel .carousel-inner .carousel-item .wrap-texto h3 {
  width: auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px 15px 15px 15px;
  margin: 5px 0 5px 0;
  text-decoration: none;
  letter-spacing: -0.04em;
  background: rgba(214, 4, 36, 0.85);
}
.carousel .carousel-inner .carousel-item .wrap-texto .wrap-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  margin-bottom: 150px;
}
.carousel .carousel-inner .carousel-item .wrap-texto .wrap-btn a {
  padding: 14px 18px 14px 18px;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(214, 4, 36, 0.7);
  border-color: #FFFFFF;
}
.carousel .carousel-inner .carousel-item .wrap-texto .wrap-btn a:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.carousel .carousel-inner .carousel-item .wrap-texto .wrap-btn a:hover {
  background: #C8C9C7;
  border-color: #d60424;
  color: #d60424;
}

.slider-sertec-mobile {
  display: none;
}

@media (max-width: 1500px) {
  .carousel .carousel-inner .carousel-item .wrap-texto h3 {
    font-size: 18px;
  }
  .carousel .carousel-inner .carousel-item .wrap-texto .wrap-btn a {
    padding: 16px;
    font-size: 14px;
  }
}
@media (max-width: 1090px) {
  .wrap-trabajos .container .wrap-categorias .wrap-title span {
    font-size: 18px;
    padding: 15px 15px 30px 15px;
  }
}
@media (max-width: 1600px) {
  .slider-sertec-mobile {
    display: block;
  }
  .slider-sertec-full {
    display: none;
  }
  .carousel .carousel-inner .carousel-item .wrap-texto .wrap-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 520px) {
  .carousel .carousel-inner .carousel-item .wrap-texto {
    top: -100px;
  }
  .carousel .carousel-inner .carousel-item .wrap-texto h2 {
    width: auto;
    text-align: center;
    color: #FFFFFF;
    font-size: 25px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    padding: 15px 15px 15px 15px;
    margin: 5px 0 5px 0;
    text-decoration: none;
    letter-spacing: -0.04em;
    background: rgba(214, 4, 36, 0.85);
    margin-top: 20px;
  }
  .carousel .carousel-inner .carousel-item .wrap-texto h3 {
    font-size: 18px;
  }
  .carousel .carousel-inner .carousel-item .wrap-texto .wrap-btn a {
    padding: 16px;
    font-size: 14px;
  }
}
.wrap-trabajos .container-sertec {
  width: 100%;
  max-width: 1200px;
  padding: 80px 0 0 0;
}
.wrap-trabajos .container-sertec h4 {
  width: 100%;
  text-align: center;
  color: #a2a3a0;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px 15px 0 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.wrap-trabajos .container-sertec h6 {
  width: 100%;
  text-align: center;
  color: #d60424;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 15px 15px 10px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.wrap-trabajos .container-sertec .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 15px 0;
}
.wrap-trabajos .container-sertec .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #a2a3a0;
  max-width: 100px;
  height: 4px;
}
.wrap-trabajos .container-sertec ul li {
  list-style: none;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
}
.wrap-trabajos .container-sertec ul li i {
  color: #43D854;
}
.wrap-trabajos .container-sertec .wrap-categorias .col {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-trabajos .container-sertec .wrap-categorias a {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: -4px;
  position: relative;
  width: 350px;
  height: auto;
  margin: 0 auto;
}
.wrap-trabajos .container-sertec .wrap-categorias a img {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
  transition: ease-out 0.3s;
}
.wrap-trabajos .container-sertec .wrap-categorias a:hover .wrap-box-hover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap-trabajos .container-sertec .wrap-categorias a:hover img {
  transform: scale(1.1);
  filter: url("#grayscale"); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
  filter: Gray(); /* IE4-8 and 9 */
}
.wrap-trabajos .container-sertec .wrap-categorias a .wrap-box-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: ease-in-out 1s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  display: none;
}
.wrap-trabajos .container-sertec .wrap-categorias a .wrap-box-hover .wrap-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.wrap-trabajos .container-sertec .wrap-categorias a .wrap-box-hover .wrap-btn a {
  padding: 14px 18px 14px 18px;
  font-size: 14px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(214, 4, 36, 0.5);
  border-color: #FFFFFF;
  margin-left: 0px;
  margin-top: 10px;
}
.wrap-trabajos .container-sertec .wrap-categorias a .wrap-box-hover .wrap-btn a:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.wrap-trabajos .container-sertec .wrap-categorias a .wrap-box-hover .wrap-btn a:hover {
  background: #C8C9C7;
  border-color: #d60424;
  color: #d60424;
}
.wrap-trabajos .container-sertec .wrap-categorias a .wrap-box-hover h4 {
  width: 95%;
  text-align: center;
  color: #fc4460;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 0 0 50px 0;
  margin: 0;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.wrap-trabajos .container-sertec .wrap-categorias a .wrap-box-hover p {
  width: 95%;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 0 0 50px 0;
  margin: 0;
  text-decoration: none;
  padding: 10px 0 0 0;
  margin: 0;
  letter-spacing: 2px;
}
.wrap-trabajos .container-sertec .wrap-categorias a .wrap-box-hover .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 20px 0;
  background-color: blue;
}
.wrap-trabajos .container-sertec .wrap-categorias a .wrap-box-hover .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #a2a3a0;
  max-width: 100px;
  height: 4px;
}
.wrap-trabajos .container-sertec .wrap-categorias .wrap-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  text-align: center;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-top: 15px;
}
.wrap-trabajos .container-sertec .wrap-categorias .wrap-title:hover span {
  color: #000000;
}
.wrap-trabajos .container-sertec .wrap-categorias .wrap-title span {
  width: 100%;
  text-align: center;
  color: #d60424;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 25px 15px 0 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 1090px) {
  .wrap-trabajos .container .wrap-categorias .wrap-title span {
    font-size: 18px;
    padding: 15px 15px 30px 15px;
  }
}
@media (max-width: 908px) {
  .wrap-home .container .frase {
    display: none;
  }
  .wrap-home .container .frase-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .wrap-home .container {
    width: 100%;
    max-width: 1800px;
    padding: 45px 15px 45px 15px;
  }
  .wrap-home .container h4 {
    font-size: 14px;
    padding: 15px 15px 0 15px;
  }
  .wrap-home .container h6 {
    font-size: 20px;
    padding: 15px 15px 10px 15px;
  }
  .wrap-home .container h5 {
    font-size: 14px;
  }
  .wrap-trabajos .container {
    width: 100%;
    max-width: 1800px;
    padding: 45px 15px 45px 15px;
  }
  .wrap-trabajos .container h4 {
    font-size: 14px;
    padding: 15px 15px 0 15px;
  }
  .wrap-trabajos .container h6 {
    font-size: 20px;
    padding: 15px 15px 10px 15px;
  }
  .wrap-trabajos .container h5 {
    font-size: 14px;
  }
  .wrap-trabajos .container .wrap-categorias a {
    width: 280px;
  }
  .wrap-trabajos .container .wrap-categorias a img {
    width: 100%;
    max-width: 280px;
    height: auto;
  }
  .wrap-trabajos .container .wrap-categorias .wrap-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    text-align: center;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-top: 15px;
    margin-bottom: 0 !important;
  }
  .wrap-trabajos .container .wrap-categorias .wrap-title:hover span {
    color: #000000;
  }
  .wrap-trabajos .container .wrap-categorias .wrap-title span {
    width: 100%;
    text-align: center;
    color: #d60424;
    font-size: 20px;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    padding: 0 15px 0 15px !important;
    margin: 0;
    text-decoration: none;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .wrap-trabajos .container .wrap-categorias .col {
    margin-bottom: 0;
  }
}
.wrap-home {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: #d60424;
  color: #d60424;
  background-image: url("../img/slider/sertec-full.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.wrap-home .ondas {
  width: 100%;
  height: auto;
}
.wrap-home .container {
  width: 100%;
  max-width: 900px;
  padding: 80px 100px 80px 100px;
}
.wrap-home .container #target {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 25px 5px 0px 35px;
  margin: 0 0 0 150px;
  text-decoration: none;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.wrap-home .container #target span {
  color: #C8C9C7;
}
.wrap-home .container #cursor {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 48px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 25px 0 0px 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.wrap-home .container #cursor span {
  color: #C8C9C7;
}
.wrap-home .container .frase-mobile {
  display: none;
  font-size: 35px;
  text-align: center;
}
.wrap-home .container h4 {
  width: 100%;
  text-align: center;
  color: #a2a3a0;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px 15px 0 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.wrap-home .container h6 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 15px 15px 10px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.wrap-home .container .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 25px 0;
}
.wrap-home .container .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #a2a3a0;
  max-width: 100px;
  height: 4px;
}
.wrap-home .container h5 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 0 25px 25px 25px;
  margin: 0;
  line-height: 25px;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.wrap-home .container h5 span {
  color: #C8C9C7;
}
.wrap-home .container .wrap-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  margin-top: 20px;
}
.wrap-home .container .wrap-btn a {
  padding: 14px 18px 14px 18px;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(214, 4, 36, 0.85);
  border-color: #FFFFFF;
}
.wrap-home .container .wrap-btn a:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.wrap-home .container .wrap-btn a:hover {
  background: #C8C9C7;
  border-color: #d60424;
  color: #d60424;
}

@media (max-width: 908px) {
  .wrap-home .container .frase {
    display: none;
  }
  .wrap-home .container .frase-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .wrap-home .container {
    width: 100%;
    max-width: 1800px;
    padding: 45px 15px 45px 15px;
  }
  .wrap-home .container h4 {
    font-size: 14px;
    padding: 15px 15px 0 15px;
  }
  .wrap-home .container h6 {
    font-size: 20px;
    padding: 15px 15px 10px 15px;
  }
  .wrap-home .container h5 {
    font-size: 14px;
  }
}
.wrap-clientes {
  background: #FFFFFF;
  padding: 40px 80px 0 80px;
}
.wrap-clientes .container {
  width: 100%;
  max-width: 1200px;
  border: 5px solid #d60424;
  padding: 80px 80px 80px 80px;
}
.wrap-clientes .container h4 {
  width: 100%;
  text-align: center;
  color: #a2a3a0;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px 15px 0 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.wrap-clientes .container h6 {
  width: 100%;
  text-align: center;
  color: #d60424;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 15px 15px 10px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.wrap-clientes .container .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 25px 0;
}
.wrap-clientes .container .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #a2a3a0;
  max-width: 100px;
  height: 4px;
}
.wrap-clientes .container p {
  width: 100%;
  text-align: center;
  color: #a2a3a0;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 15px 5px 30px 5px;
  margin: 0;
  text-decoration: none;
}

.wrap-proyectos {
  margin: 0;
  padding: 10px 0 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-proyectos .proyectos-linea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4px;
  background: #FFFFFF;
  margin-top: -4px;
  z-index: 100;
}
.wrap-proyectos .proyectos {
  width: 100%;
  max-width: 1400px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin: 0;
}
.wrap-proyectos .proyectos a {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: -4px;
  position: relative;
}
.wrap-proyectos .proyectos a img {
  margin: 0;
  padding: 20px;
}
.wrap-proyectos .proyectos a:hover .wrap-box-hover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap-proyectos .proyectos a .wrap-box-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(109, 37, 255);
  background: -moz-linear-gradient(90deg, rgb(109, 37, 255) 0%, rgb(29, 233, 182) 100%);
  background: -webkit-linear-gradient(90deg, rgb(109, 37, 255) 0%, rgb(29, 233, 182) 100%);
  background: linear-gradient(90deg, rgb(109, 37, 255) 0%, rgb(29, 233, 182) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6D25FF",endColorstr="#1DE9B6",GradientTyp=1);
  transition: ease-in-out 1s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  display: none;
}
.wrap-proyectos .proyectos a .wrap-box-hover h4 {
  width: 95%;
  text-align: center;
  color: #000000;
  font-size: 25px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 0 0 50px 0;
  margin: 0;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.wrap-proyectos .proyectos a .wrap-box-hover p {
  width: 95%;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 0 0 50px 0;
  margin: 0;
  text-decoration: none;
  padding: 10px 0 0 0;
  margin: 0;
}

@media (max-width: 700px) {
  .wrap-clientes {
    padding: 0 15px 0 15px;
  }
  .wrap-clientes .container {
    width: 100%;
    max-width: 1800px;
    padding: 20px 15px 20px 15px;
  }
  .wrap-clientes .container h4 {
    font-size: 16px;
    padding: 15px 15px 0 15px;
  }
  .wrap-clientes .container h6 {
    font-size: 30px;
    padding: 15px 15px 10px 15px;
  }
  .wrap-clientes .container h5 {
    font-size: 16px;
  }
  .wrap-clientes .container .swiffy-slider .slider-nav {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .wrap-proyectos {
    padding: 100px 0 100px 0;
  }
  .wrap-proyectos .proyectos {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .wrap-proyectos .proyectos a {
    width: 50% !important;
  }
  .wrap-proyectos .proyectos a .wrap-box-hover {
    display: none;
  }
  .wrap-proyectos .proyectos a:hover .wrap-box-hover {
    display: none;
  }
}
.wrap-proceso {
  position: relative;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FFFFFF;
}
.wrap-proceso h4 {
  width: 100%;
  text-align: center;
  color: #a2a3a0;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px 15px 0 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.wrap-proceso h6 {
  width: 100%;
  text-align: center;
  color: #d60424;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 15px 15px 10px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.wrap-proceso .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 45px 0;
}
.wrap-proceso .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #a2a3a0;
  max-width: 100px;
  height: 4px;
}
.wrap-proceso .proceso .step {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-proceso .proceso .step .step-number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  font-size: 60px;
  line-height: 90px;
  position: relative;
  overflow: hidden;
  width: 20%;
  min-width: 100px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: "Lexend", sans-serif;
  color: #a2a3a0;
  text-align: center;
  box-shadow: inset -1px 0 0 0 #c8c9c7;
}
.wrap-proceso .proceso .step .step-number .step-progress {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 2px;
  height: 40%;
  background-color: #d60424;
}
.wrap-proceso .proceso .step .step-info {
  width: 100%;
  padding: 30px 60px 30px 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-proceso .proceso .step .step-info h4 {
  width: 100%;
  text-align: left;
  color: #d60424;
  font-size: 25px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 15px 15px 10px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.wrap-proceso .proceso .step .step-info p {
  width: 100%;
  text-align: left;
  color: #a2a3a0;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 15px 15px 30px 15px;
  margin: 0;
  text-decoration: none;
}
.wrap-proceso .wrap-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  margin-top: 20px;
}
.wrap-proceso .wrap-btn a {
  padding: 14px 18px 14px 18px;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  background: #43D854;
  border-color: #FFFFFF;
}
.wrap-proceso .wrap-btn a i {
  font-size: 25px;
  margin-left: 15px;
}
.wrap-proceso .wrap-btn a:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.wrap-proceso .wrap-btn a:hover {
  background: #C8C9C7;
  border-color: #d60424;
  color: #d60424;
}

@media (max-width: 700px) {
  .wrap-proceso {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wrap-proceso .container {
    width: 100%;
    max-width: 1800px;
    padding: 20px 15px 20px 15px;
  }
  .wrap-proceso .container h4 {
    font-size: 16px;
    padding: 15px 15px 0 15px;
  }
  .wrap-proceso .container h6 {
    font-size: 30px;
    padding: 15px 15px 10px 15px;
  }
  .wrap-proceso .container h5 {
    font-size: 16px;
  }
  .wrap-proceso .proceso .step .step-number {
    font-size: 40px;
    line-height: 60px;
    min-width: 70px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .wrap-proceso .proceso .step .step-number .step-progress {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 2px;
    height: 40%;
    background-color: #d60424;
  }
  .wrap-proceso .proceso .step .step-info {
    width: 100%;
    padding: 0 30px 0 30px;
  }
  .wrap-proceso .proceso .step .step-info h4 {
    font-size: 20px;
    padding: 15px 15px 10px 15px;
  }
  .wrap-proceso .proceso .step .step-info p {
    font-size: 16px;
    padding: 15px 15px 30px 15px;
  }
}
.wrap-datos-contacto {
  padding: 80px 80px 80px 80px;
}
.wrap-datos-contacto .container {
  width: 100%;
  max-width: 1200px;
  border: 5px solid #d60424;
  padding: 80px 80px 80px 80px;
  background: #C8C9C7;
}
.wrap-datos-contacto .container h4 {
  width: 100%;
  text-align: center;
  color: #626460;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px 15px 0 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.wrap-datos-contacto .container h6 {
  width: 100%;
  text-align: center;
  color: #d60424;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 15px 15px 10px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.wrap-datos-contacto .container .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 25px 0;
}
.wrap-datos-contacto .container .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #626460;
  max-width: 100px;
  height: 4px;
}
.wrap-datos-contacto .container p {
  width: 100%;
  text-align: center;
  color: #626460;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 15px 5px 30px 5px;
  margin: 0;
  text-decoration: none;
}
.wrap-datos-contacto .container .wrap-info h4 {
  width: 100%;
  text-align: center;
  color: #d60424;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 15px 15px 0 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.wrap-datos-contacto .container .wrap-info p {
  width: 100%;
  text-align: center;
  color: #626460;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 10px 5px 30px 5px;
  margin: 0;
  text-decoration: none;
}

@media (max-width: 700px) {
  .wrap-datos-contacto {
    padding: 0 15px 80px 15px;
  }
  .wrap-datos-contacto .container {
    width: 100%;
    max-width: 1800px;
    padding: 20px 15px 20px 15px;
  }
  .wrap-datos-contacto .container h4 {
    font-size: 14px;
    padding: 15px 0 0 0;
  }
  .wrap-datos-contacto .container h6 {
    font-size: 20px;
    padding: 15px 0 10px 0;
  }
  .wrap-datos-contacto .container h5 {
    font-size: 14px;
  }
  .wrap-datos-contacto .container .wrap-info h4 {
    font-size: 18px;
  }
  .wrap-datos-contacto .container .wrap-info p {
    font-size: 14px;
  }
}
.wrap-individual-trabajos h4 {
  width: 100%;
  text-align: center;
  color: #a2a3a0;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px 15px 0 15px;
  margin: 0;
  margin-top: 30px;
  text-decoration: none;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.wrap-individual-trabajos h6 {
  width: 100%;
  text-align: center;
  color: #d60424;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 15px 15px 10px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.wrap-individual-trabajos .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 45px 0;
}
.wrap-individual-trabajos .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #a2a3a0;
  max-width: 100px;
  height: 4px;
}
.wrap-individual-trabajos .wrap-cliente {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  margin-bottom: 40px;
}
.wrap-individual-trabajos .wrap-cliente.wrap-cliente-first {
  margin-top: 124px;
}
.wrap-individual-trabajos .wrap-cliente .box .icono-cliente {
  margin: 0 15px 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-individual-trabajos .wrap-cliente .box .icono-cliente i {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 15px;
  margin-top: 1px;
}
.wrap-individual-trabajos .wrap-cliente .box .titulo-cliente {
  width: 100%;
  text-align: left;
  color: #d60424;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 9px 0 0 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.wrap-individual-trabajos .wrap-cliente .box .texto-cliente {
  width: 100%;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0 0 0 0;
  margin: 0;
  text-decoration: none;
}
.wrap-individual-trabajos .wrap-cliente .box .texto-cliente a {
  width: 100%;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0 0 5px 0;
  margin: 0;
}
.wrap-individual-trabajos .wrap-cliente .box .texto-cliente a:hover {
  color: #000000;
}

.wrap-elegirnos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: #d60424;
  color: #d60424;
  background-image: url("../img/slider/elegirnos-full.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 80px 0;
  margin: 80px 0 80px 0;
}
.wrap-elegirnos .ondas {
  width: 100%;
  height: auto;
}
.wrap-elegirnos .container {
  width: 100%;
  max-width: 1200px;
  padding: 80px 100px 80px 100px;
}
.wrap-elegirnos .container #target {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 25px 5px 0px 35px;
  margin: 0 0 0 150px;
  text-decoration: none;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.wrap-elegirnos .container #target span {
  color: #C8C9C7;
}
.wrap-elegirnos .container #cursor {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 48px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 25px 0 0px 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.wrap-elegirnos .container #cursor span {
  color: #C8C9C7;
}
.wrap-elegirnos .container .frase-mobile {
  display: none;
  font-size: 35px;
  text-align: center;
}
.wrap-elegirnos .container h4 {
  width: 100%;
  text-align: center;
  color: #a2a3a0;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 15px 15px 0 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.wrap-elegirnos .container h6 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 40px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 15px 15px 10px 15px;
  margin: 0;
  text-decoration: none;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.wrap-elegirnos .container .wrap-line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: auto;
  margin: 10px 0 25px 0;
}
.wrap-elegirnos .container .wrap-line-title .line-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #a2a3a0;
  max-width: 100px;
  height: 4px;
}
.wrap-elegirnos .container h5 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 0 25px 25px 25px;
  margin: 0;
  line-height: 25px;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.wrap-elegirnos .container h5 span {
  color: #C8C9C7;
}
.wrap-elegirnos .container .wrap-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  margin-top: 20px;
}
.wrap-elegirnos .container .wrap-btn a {
  padding: 14px 18px 14px 18px;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(214, 4, 36, 0.85);
  border-color: #FFFFFF;
}
.wrap-elegirnos .container .wrap-btn a:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.wrap-elegirnos .container .wrap-btn a:hover {
  background: #C8C9C7;
  border-color: #d60424;
  color: #d60424;
}

@media (max-width: 908px) {
  .wrap-elegirnos .container .frase {
    display: none;
  }
  .wrap-elegirnos .container .frase-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .wrap-elegirnos .container {
    width: 100%;
    max-width: 1800px;
    min-height: 800px;
    padding: 45px 15px 45px 15px;
  }
  .wrap-elegirnos .container h4 {
    font-size: 14px;
    padding: 15px 15px 0 15px;
  }
  .wrap-elegirnos .container h6 {
    font-size: 20px;
    padding: 15px 15px 10px 15px;
  }
  .wrap-elegirnos .container h5 {
    font-size: 14px;
  }
}
.wrap-login {
  width: 100vw;
  height: 100vh;
  background-color: #d60424;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-login .box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  height: auto;
  background-color: white;
  padding: 50px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
}
.wrap-login .box .form-contacto {
  width: 100%;
  max-width: 1400px;
}
.wrap-login .box .form-contacto .wrap-logo-sertec {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-bottom: 30px;
}
.wrap-login .box .form-contacto .wrap-logo-sertec .logo-sertec {
  width: auto;
  height: 100px;
  margin: 0 auto;
}
.wrap-login .box .form-contacto .wrap-checkbox p {
  text-align: left;
  color: #959793;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  padding: 0 0 40px 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.wrap-login .box .form-contacto .wrap-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 5px 35px 0 35px;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFFFFF;
  border: solid 2px #000000;
}
.wrap-login .box .form-contacto .wrap-checkbox label span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  height: 35px;
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  margin: 0;
  text-decoration: none;
}
.wrap-login .box .form-contacto .wrap-checkbox label:hover {
  border: solid 2px #d60424;
}
.wrap-login .box .form-contacto .wrap-checkbox .checkbox input[type=checkbox] {
  display: none;
}
.wrap-login .box .form-contacto .wrap-checkbox .checkbox input[type=checkbox]:checked + label {
  background: #000000;
}
.wrap-login .box .form-contacto .wrap-checkbox .checkbox input[type=checkbox]:checked + label span {
  color: #FFFFFF;
}
.wrap-login .box .form-contacto .row-1 {
  margin-top: 40px;
}
.wrap-login .box .form-contacto .form-group {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
.wrap-login .box .form-contacto .form-group .control-label {
  width: 100%;
  position: absolute;
  top: -55px;
  margin-left: -2px;
  pointer-events: none;
  padding: 0;
  z-index: 1;
  transition: all 0.28s ease;
  text-align: left;
  color: #959793;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  padding: 0 0 30px 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.wrap-login .box .form-contacto .form-group .bar {
  position: relative;
  border-bottom: 2px solid #000000;
  display: block;
}
.wrap-login .box .form-contacto .form-group .bar::before {
  content: "";
  height: 2px;
  width: 0;
  left: 50%;
  bottom: -2px;
  position: absolute;
  background: #d60424;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.wrap-login .box .form-contacto .form-group input,
.wrap-login .box .form-contacto .form-group input[type=email],
.wrap-login .box .form-contacto .form-group textarea {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  display: block;
  background: none;
  padding: 2px 2px 1px;
  font-size: 18px;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  height: 30px;
  color: #000000;
  transition: all 0.28s ease;
  box-shadow: none;
  text-align: center;
  text-align: left;
}
.wrap-login .box .form-contacto .form-group input:focus, .wrap-login .box .form-contacto .form-group input:valid, .wrap-login .box .form-contacto .form-group input.form-file, .wrap-login .box .form-contacto .form-group input.has-value,
.wrap-login .box .form-contacto .form-group input[type=email]:focus,
.wrap-login .box .form-contacto .form-group input[type=email]:valid,
.wrap-login .box .form-contacto .form-group input[type=email].form-file,
.wrap-login .box .form-contacto .form-group input[type=email].has-value,
.wrap-login .box .form-contacto .form-group textarea:focus,
.wrap-login .box .form-contacto .form-group textarea:valid,
.wrap-login .box .form-contacto .form-group textarea.form-file,
.wrap-login .box .form-contacto .form-group textarea.has-value {
  outline: none;
}
.wrap-login .box .form-contacto .form-group input:focus,
.wrap-login .box .form-contacto .form-group input[type=email]:focus,
.wrap-login .box .form-contacto .form-group textarea:focus {
  outline: none;
}
.wrap-login .box .form-contacto .form-group input:focus ~ .bar::before,
.wrap-login .box .form-contacto .form-group input[type=email]:focus ~ .bar::before,
.wrap-login .box .form-contacto .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.wrap-login .box .form-contacto .form-group textarea {
  height: auto;
}
.wrap-login .box .form-contacto .wrap-btn a {
  padding: 14px 18px 14px 18px;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-color: #FFFFFF;
}
.wrap-login .box .form-contacto .wrap-btn a:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.wrap-login .box .form-contacto .wrap-btn a:hover {
  background: #C8C9C7;
  border-color: #d60424;
  color: #d60424;
}
.wrap-login .box .form-contacto .wrap-btn {
  width: 100%;
  margin-top: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-login .box .form-contacto .wrap-btn .enviar-btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 5px 35px 0 35px;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(214, 4, 36, 0.85);
  border: solid 2px #000000;
}
.wrap-login .box .form-contacto .wrap-btn .enviar-btn:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.wrap-login .box .form-contacto .wrap-btn .enviar-btn:focus span {
  color: #d60424;
}
.wrap-login .box .form-contacto .wrap-btn .enviar-btn:hover {
  background: #C8C9C7;
  border-color: #d60424;
  color: #d60424;
}
.wrap-login .box .form-contacto .wrap-btn .enviar-btn:hover span {
  color: #d60424;
}
.wrap-login .box .form-contacto .wrap-btn .enviar-btn span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  height: 55px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  margin: -2px 0 0 0;
  text-decoration: none;
}

header.planner-header-admin {
  width: 100%;
  z-index: 10;
  margin: 0;
  padding: 0 0 0 0;
  border: 0;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
header.planner-header-admin .wrap-brand {
  background: white;
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
header.planner-header-admin .wrap-brand .col {
  width: 33.33%;
}
header.planner-header-admin .wrap-brand .col-1 {
  width: 31%;
}
header.planner-header-admin .wrap-brand .col-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
header.planner-header-admin .wrap-brand .col-3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
header.planner-header-admin .wrap-brand .col-3 .btn-idioma .btn:focus {
  box-shadow: none;
}
header.planner-header-admin .wrap-brand .col-3 .btn-idioma .btn:hover {
  color: #d60424;
  text-decoration: none;
}
header.planner-header-admin .wrap-brand .col-3 .btn-idioma .btn img {
  height: 15px;
  width: auto;
}
header.planner-header-admin .wrap-brand .col-3 .btn-idioma .btn span {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding: 20px 5px 20px 0px;
  margin: 0 10px 0 5px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
header.planner-header-admin .wrap-brand .col-3 .btn-idioma .nav .trabaja a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding: 20px 5px 20px 0px;
  margin: 0 10px 0 5px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  color: #000000;
}
header.planner-header-admin .wrap-brand .col-3 .btn-idioma .nav .trabaja:hover a {
  color: #d60424;
}
header.planner-header-admin .wrap-brand .col-3 .btn-idioma .nav .trabaja.active a {
  color: #d60424;
  text-decoration: underline;
}
header.planner-header-admin .wrap-brand .col-3 .btn-idioma .dropdown-menu li {
  padding-left: 15px;
  padding-right: 15px;
}
header.planner-header-admin .wrap-brand .col-3 .btn-idioma .dropdown-menu li a {
  text-decoration: none;
}
header.planner-header-admin .wrap-brand .col-3 .btn-idioma .dropdown-menu li a:focus {
  background: #d60424;
}
header.planner-header-admin .wrap-brand .col-3 .btn-idioma .dropdown-menu li a:hover {
  text-decoration: none;
}
header.planner-header-admin .wrap-brand .col-3 .btn-idioma .dropdown-menu li a img {
  height: 15px;
  width: auto;
}
header.planner-header-admin .wrap-brand .col-3 .btn-idioma .dropdown-menu li a span {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding: 20px 5px 20px 0px;
  margin: 0 10px 0 5px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
header.planner-header-admin .wrap-brand h1 {
  margin: 0;
  padding: 0;
}
header.planner-header-admin .wrap-brand h1 a img {
  height: 70px;
  width: auto;
}
header.planner-header-admin .wrap-border {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: #d60424;
  width: 100%;
  height: 4px;
  display: none;
}
header.planner-header-admin .wrap-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: #d60424;
  width: 100%;
  height: 70px;
  transition: ease-in 0.3s;
  position: relative;
}
header.planner-header-admin .wrap-nav .imago {
  position: absolute;
  top: 4px;
  left: 30px;
  display: none;
}
header.planner-header-admin .wrap-nav .imago a img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
}
header.planner-header-admin .wrap-nav .wrap-social-media {
  position: absolute;
  top: 0;
  right: 30px;
  height: 70px;
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
header.planner-header-admin .wrap-nav .wrap-social-media ul.social-media {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin: 0;
  padding: 0;
}
header.planner-header-admin .wrap-nav .wrap-social-media ul.social-media li.nav-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.planner-header-admin .wrap-nav .wrap-social-media ul.social-media li.nav-item a {
  margin: 0 15px 0 15px;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
header.planner-header-admin .wrap-nav .wrap-social-media ul.social-media li.nav-item a i {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 2px;
}
header.planner-header-admin .wrap-nav .wrap-social-media ul.social-media li.nav-item:hover a {
  background: #000000;
}
header.planner-header-admin .wrap-nav .wrap-social-media ul.social-media li.nav-item:hover a i {
  color: #FFFFFF;
}
header.planner-header-admin .wrap-nav .navbar-nav {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
header.planner-header-admin .wrap-nav .navbar-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.planner-header-admin .wrap-nav .navbar-nav li.active a {
  display: block;
  color: #fc4460;
  border-bottom: solid 4px #fc4460;
}
header.planner-header-admin .wrap-nav .navbar-nav li:hover a {
  color: #FFFFFF;
  border-bottom: solid 4px #FFFFFF;
}
header.planner-header-admin .wrap-nav .navbar-nav li:first-child {
  margin-left: -30px;
}
header.planner-header-admin .wrap-nav .navbar-nav li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  padding: 26px 5px 20px 5px;
  margin: 0 15px 0 15px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  border-bottom: solid 4px transparent;
}

.wrap-admin {
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
.wrap-admin .navbar-left {
  width: 300px;
  height: 100%;
  background-color: #d60424;
  position: fixed;
  top: 0;
  left: 0;
}
.wrap-admin .navbar-left ul {
  padding: 0;
  margin: 0;
}
.wrap-admin .navbar-left ul li {
  padding: 15px 25px 15px 25px;
  margin: 0;
  list-style: none;
}
.wrap-admin .navbar-left ul li a {
  font-size: 22px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 25px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.wrap-admin .navbar-left ul li.active {
  background-color: #fb2b4b;
}
.wrap-admin .navbar-left ul li.active a {
  color: #FFFFFF;
}
.wrap-admin .navbar-left ul li:hover {
  background-color: #fb2b4b;
}
.wrap-admin .navbar-left ul li:hover a {
  color: #FFFFFF;
}
.wrap-admin .wrap-content {
  width: 100%;
  min-height: 100vh;
  padding-left: 300px;
  padding-bottom: 100px;
}
.wrap-admin .wrap-content .content-header {
  text-align: center;
  margin-bottom: 30px;
  background-color: #d60424;
  font-size: 22px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 25px;
  margin: 80px 0 50px 0;
  text-decoration: none;
  color: #FFFFFF;
}
.wrap-admin .wrap-content .wrap-btn {
  width: 100%;
  margin-top: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-admin .wrap-content .wrap-btn .guardar-btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 5px 35px 0 35px;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #37A073;
  border: solid 2px #000000;
  text-decoration: none;
}
.wrap-admin .wrap-content .wrap-btn .guardar-btn:focus {
  background: #000000;
  border-color: #d60424;
  color: #d60424;
}
.wrap-admin .wrap-content .wrap-btn .guardar-btn:focus span {
  color: #FFFFFF;
}
.wrap-admin .wrap-content .wrap-btn .guardar-btn:hover {
  background: #000000;
  border-color: #d60424;
  color: #d60424;
}
.wrap-admin .wrap-content .wrap-btn .guardar-btn:hover span {
  color: #FFFFFF;
}
.wrap-admin .wrap-content .wrap-btn .guardar-btn span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  height: 55px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  margin: -2px 0 0 0;
  text-decoration: none;
}
.wrap-admin .wrap-content .box {
  background-color: white;
  padding: 30px;
  box-shadow: 0 0 5px 0 rgba(115, 117, 136, 0.4);
  margin: 0 0 40px 0;
}
.wrap-admin .wrap-content .box h4 {
  text-align: left;
  color: #000000;
  font-size: 25px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  padding: 25px 25px 25px 0;
}
.wrap-admin .wrap-content .box img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.wrap-admin .wrap-content .box .sertec-form {
  margin-top: 80px;
}
.wrap-admin .wrap-content .box .table td {
  text-align: center;
  vertical-align: middle;
}
.wrap-admin .wrap-content .box .table td img {
  width: auto;
  height: 60px;
}
.wrap-admin .wrap-content .box .table td .fa-check {
  color: #37A073;
}
.wrap-admin .wrap-content .box .table td .wrap-btn i {
  margin-right: 8px;
}
.wrap-admin .wrap-content .box .table th {
  text-align: center;
  vertical-align: middle;
}
.wrap-admin .wrap-content .box .form-contacto {
  width: 100%;
  max-width: 1400px;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-checkbox p {
  text-align: left;
  color: #959793;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  padding: 0 0 40px 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 5px 35px 0 35px;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFFFFF;
  border: solid 2px #000000;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-checkbox label span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  height: 35px;
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  margin: 0;
  text-decoration: none;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-checkbox label:hover {
  border: solid 2px #d60424;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-checkbox .checkbox {
  margin-bottom: 40px;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-checkbox .checkbox input[type=radio] {
  display: none;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-checkbox .checkbox input[type=radio]:checked + label {
  background: #000000;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-checkbox .checkbox input[type=radio]:checked + label span {
  color: #FFFFFF;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-checkbox .checkbox {
  margin-bottom: 40px;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-checkbox .checkbox input[type=checkbox] {
  display: none;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-checkbox .checkbox input[type=checkbox]:checked + label {
  background: #000000;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-checkbox .checkbox input[type=checkbox]:checked + label span {
  color: #FFFFFF;
}
.wrap-admin .wrap-content .box .form-contacto .row-1 {
  margin-top: 40px;
}
.wrap-admin .wrap-content .box .form-contacto .form-group {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
.wrap-admin .wrap-content .box .form-contacto .form-group .control-label {
  width: 100%;
  position: absolute;
  top: -55px;
  margin-left: -2px;
  pointer-events: none;
  padding: 0;
  z-index: 1;
  transition: all 0.28s ease;
  text-align: left;
  color: #959793;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  padding: 0 0 30px 0;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.wrap-admin .wrap-content .box .form-contacto .form-group .bar {
  position: relative;
  border-bottom: 2px solid #000000;
  display: block;
}
.wrap-admin .wrap-content .box .form-contacto .form-group .bar::before {
  content: "";
  height: 2px;
  width: 0;
  left: 50%;
  bottom: -2px;
  position: absolute;
  background: #d60424;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.wrap-admin .wrap-content .box .form-contacto .form-group input,
.wrap-admin .wrap-content .box .form-contacto .form-group input[type=email],
.wrap-admin .wrap-content .box .form-contacto .form-group textarea {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  display: block;
  background: none;
  padding: 2px 2px 1px;
  font-size: 18px;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  height: 30px;
  color: #000000;
  transition: all 0.28s ease;
  box-shadow: none;
  text-align: center;
  text-align: left;
}
.wrap-admin .wrap-content .box .form-contacto .form-group input:focus, .wrap-admin .wrap-content .box .form-contacto .form-group input:valid, .wrap-admin .wrap-content .box .form-contacto .form-group input.form-file, .wrap-admin .wrap-content .box .form-contacto .form-group input.has-value,
.wrap-admin .wrap-content .box .form-contacto .form-group input[type=email]:focus,
.wrap-admin .wrap-content .box .form-contacto .form-group input[type=email]:valid,
.wrap-admin .wrap-content .box .form-contacto .form-group input[type=email].form-file,
.wrap-admin .wrap-content .box .form-contacto .form-group input[type=email].has-value,
.wrap-admin .wrap-content .box .form-contacto .form-group textarea:focus,
.wrap-admin .wrap-content .box .form-contacto .form-group textarea:valid,
.wrap-admin .wrap-content .box .form-contacto .form-group textarea.form-file,
.wrap-admin .wrap-content .box .form-contacto .form-group textarea.has-value {
  outline: none;
}
.wrap-admin .wrap-content .box .form-contacto .form-group input:focus,
.wrap-admin .wrap-content .box .form-contacto .form-group input[type=email]:focus,
.wrap-admin .wrap-content .box .form-contacto .form-group textarea:focus {
  outline: none;
}
.wrap-admin .wrap-content .box .form-contacto .form-group input:focus ~ .bar::before,
.wrap-admin .wrap-content .box .form-contacto .form-group input[type=email]:focus ~ .bar::before,
.wrap-admin .wrap-content .box .form-contacto .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.wrap-admin .wrap-content .box .form-contacto .form-group textarea {
  height: auto;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-btn a {
  padding: 14px 18px 14px 18px;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-color: #FFFFFF;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-btn a:focus {
  box-shadow: none;
  background: #000000;
  border-color: #000000;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-btn a:hover {
  background: #C8C9C7;
  border-color: #d60424;
  color: #d60424;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-btn {
  width: 100%;
  margin-top: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-btn .guardar-btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 5px 35px 0 35px;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #37A073;
  border: solid 2px #000000;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-btn .guardar-btn:focus {
  background: #000000;
  border-color: #d60424;
  color: #d60424;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-btn .guardar-btn:focus span {
  color: #FFFFFF;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-btn .guardar-btn:hover {
  background: #000000;
  border-color: #d60424;
  color: #d60424;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-btn .guardar-btn:hover span {
  color: #FFFFFF;
}
.wrap-admin .wrap-content .box .form-contacto .wrap-btn .guardar-btn span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  height: 55px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  margin: -2px 0 0 0;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */