@charset "UTF-8";
/*! ¡ATENCIÓN! Hoja de estilos generada con SASS, no modificar. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

@if $legacy_browser_support {
  h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
  }

  h3 {
    font-size: 1.17em;
    margin: 1em 0;
  }

  h4 {
    font-size: 1em;
    margin: 1.33em 0;
  }

  h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
  }

  h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
  }
}
*/
mark {
  background: #ff0;
  color: inherit;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

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

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.no-csstransitions .animated {
  opacity: 1;
}

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-750 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.delay-1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.delay-2000 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-3000 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.bounceInRight,
.bounceInLeft,
.bounceInUp,
.bounceInDown,
.fadeInRight,
.fadeInLeft,
.fadeInUp,
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
}

.flipInX,
.flipInY,
.rotateIn,
.rotateInUpLeft,
.rotateInUpRight,
.rotateInDownLeft,
.rotateDownUpRight,
.rollIn {
  opacity: 0;
}

.lightSpeedInRight,
.lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/**********
* Fade In *
**********/
.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.growIn {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}

/********
* Shake *
********/
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes shakeUp {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
}

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
}

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  -ms-transform: translateY(-400px);
  transform: translateY(-400px);
}

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
    transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
    transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
    transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
    transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/********
* swing *
*********/
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing.go {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.flip.go {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  animation-name: flip;
}

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX.go {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY.go {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

/* http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */
code[class*="language-"] {
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  display: block;
  width: 100%;
  overflow-x: auto;
  color: #333;
}

pre[class*="language-"] {
  background: none;
  /*	text-shadow: 0 1px rgba(0, 0, 0, 0.3);*/
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding: 1em;
  overflow: auto;
  border-radius: 0.3em;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

/* Code blocks */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f2f2f2;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

.token.comment, .token.prolog, .token.doctype, .token.cdata {
  color: #aaa;
}

.token.punctuation {
  color: #cc0033;
}

.namespace {
  opacity: .7;
}

.token.property, .token.tag, .token.constant, .token.symbol, .token.deleted, .token.boolean, .token.number, .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted, .token.operator, .token.entity, .token.url {
  color: #cc0033;
}

.language-css .token.string,
.style .token.string {
  color: #cc0033;
}

.token.variable, .token.atrule, .token.attr-value, .token.function, .token.keyword {
  color: #cc0033;
}

.token.regex {
  color: #cc0033;
  font-weight: 600;
}

.token.important {
  color: #cc0033;
  font-weight: 600;
  font-weight: bold;
}

.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

pre.code-toolbar {
  position: relative;
}

pre.code-toolbar > .toolbar {
  position: absolute;
  top: .3em;
  right: .2em;
}

pre.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}

pre.code-toolbar > .toolbar a {
  cursor: pointer;
}

pre.code-toolbar > .toolbar button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

pre.code-toolbar > .toolbar a,
pre.code-toolbar > .toolbar button,
pre.code-toolbar > .toolbar span {
  color: #cc0033;
  font-size: 1em;
  padding: 0 .5em;
  background: transparent;
  transition: all ease 200ms;
  border-radius: .5em;
  cursor: pointer;
}

pre.code-toolbar > .toolbar a:hover, pre.code-toolbar > .toolbar a:focus {
  color: #fff;
  background: #cc0033;
  text-decoration: none;
}

pre.code-toolbar > .toolbar a:after {
  display: none;
}

pre.code-toolbar > .toolbar button:hover, pre.code-toolbar > .toolbar button:focus {
  color: #fff;
  background: #cc0033;
  text-decoration: none;
}

pre.code-toolbar > .toolbar span:hover, pre.code-toolbar > .toolbar span:focus {
  color: #fff;
  background: #cc0033;
  text-decoration: none;
}

.prism-previewer {
  position: absolute;
  pointer-events: none;
  left: 50%;
  margin-top: -48px;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  opacity: 0;
  transition: opacity .25s;
}

.prism-previewer:before {
  position: absolute;
  pointer-events: none;
}

.prism-previewer:after {
  position: absolute;
  pointer-events: none;
  left: 50%;
}

.prism-previewer.flipped {
  margin-top: 0;
  margin-bottom: -48px;
}

.prism-previewer:before, .prism-previewer:after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.prism-previewer:before {
  top: -5px;
  right: -5px;
  left: -5px;
  bottom: -5px;
  border-radius: 10px;
  border: 5px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset, 0 0 10px rgba(0, 0, 0, 0.75);
}

.prism-previewer:after {
  top: 100%;
  width: 0;
  height: 0;
  margin: 5px 0 0 -7px;
  border: 7px solid transparent;
  border-color: rgba(255, 0, 0, 0);
  border-top-color: #fff;
}

.prism-previewer.flipped:after {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  border-top-color: rgba(255, 0, 0, 0);
  border-bottom-color: #fff;
}

.prism-previewer.active {
  opacity: 1;
}

body {
  font: 62.5% Arial, Helvetica, sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset, img, abbr, acronym {
  border: 0;
}

address, caption, pre, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul, dl {
  list-style: none;
}

caption {
  text-align: left;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-size: 100%;
  font-weight: normal;
}

/* CLEARFIX ***********************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*\*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**/
/**********************************/
/* ALERTA PHP *********************/
/*.alerta_php {
  background-color: #333;
  color: #fff;
  font-size: 1.2em;
  line-height: 24px;
  width: 100%;
  text-align: center;
  padding: 5px;
  z-index: 100000;
  margin-bottom: 10px;
  &.principal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.7) !important;
  }
}*/
/**********************************/
/*.solo-impresion {
  display: none !important;
}

@media print {
  body {
    font-family: Arial, Helvetica, sans-serif !important;
    * {
      font-family: Arial, Helvetica, sans-serif !important;
    }
  }
  .no-imprimir {
    display: none !important;
  }
  .solo-impresion {
    display: block !important;
  }
}*/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
}

.separador {
  height: 30px;
}

.separador--ultra {
  height: 300px;
}

.separador--big {
  height: 60px;
}

.separador--small {
  height: 15px;
}

.contenido-dinamico img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

::-moz-selection {
  color: #ccc;
  background: #303e48;
}

::selection {
  color: #ccc;
  background: #303e48;
}

/* Títulos */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Open Sans", sans-serif;
  color: #555;
  font-weight: 400;
  margin-bottom: .75em;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 4em;
}

h1.titulo-hero,
.h1.titulo-hero {
  font-size: 6em;
}

@media (max-width: 767px) {
  h1.titulo-hero,
  .h1.titulo-hero {
    font-size: 4em;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3em;
  }
}

h2,
.h2 {
  font-size: 3em;
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.5em;
  }
}

h3,
.h3 {
  font-size: 2.5em;
}

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2em;
  }
}

h4,
.h4 {
  font-size: 2em;
}

@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.8em;
  }
}

h5,
.h5 {
  font-size: 1.8em;
}

@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.7em;
  }
}

p {
  font-size: 1.6em;
  color: #999;
  line-height: 1.5;
  font-weight: 400;
}

p small {
  color: #b3b3b3;
}

blockquote {
  font-size: 2em;
  font-style: italic;
  color: #bbb;
  font-weight: 300;
  padding: 15px;
  border-left: 2px solid #eee;
}

blockquote p {
  color: #bbb;
  font-size: 1em;
  font-weight: inherit;
}

blockquote small {
  float: right;
}

blockquote small:before {
  content: '- ';
}

blockquote:after {
  content: '';
  display: block;
  clear: both;
}

.contenido-dinamico ul,
.lista-desordenada,
.contenido-dinamico ol,
.lista-ordenada,
.contenido-dinamico dl,
.lista-definicion {
  font-size: 1.6em;
  color: #303e48;
}

.contenido-dinamico ul li,
.lista-desordenada li,
.contenido-dinamico ol li,
.lista-ordenada li,
.contenido-dinamico dl li,
.lista-definicion li {
  line-height: 1.5;
  padding: 0 0 10px 17px;
  position: relative;
}

.contenido-dinamico ul li ul, .contenido-dinamico ul li ol,
.lista-desordenada li ul,
.lista-desordenada li ol,
.contenido-dinamico ol li ul,
.contenido-dinamico ol li ol,
.lista-ordenada li ul,
.lista-ordenada li ol,
.contenido-dinamico dl li ul,
.contenido-dinamico dl li ol,
.lista-definicion li ul,
.lista-definicion li ol {
  margin-bottom: 0;
}

.contenido-dinamico ul li > ul, .contenido-dinamico ul li > ol, .contenido-dinamico ul li > dl,
.lista-desordenada li > ul,
.lista-desordenada li > ol,
.lista-desordenada li > dl,
.contenido-dinamico ol li > ul,
.contenido-dinamico ol li > ol,
.contenido-dinamico ol li > dl,
.lista-ordenada li > ul,
.lista-ordenada li > ol,
.lista-ordenada li > dl,
.contenido-dinamico dl li > ul,
.contenido-dinamico dl li > ol,
.contenido-dinamico dl li > dl,
.lista-definicion li > ul,
.lista-definicion li > ol,
.lista-definicion li > dl {
  padding-top: 20px;
}

.contenido-dinamico ul ol,
.contenido-dinamico ul ul,
.contenido-dinamico ul dl,
.lista-desordenada ol,
.lista-desordenada ul,
.lista-desordenada dl,
.contenido-dinamico ol ol,
.contenido-dinamico ol ul,
.contenido-dinamico ol dl,
.lista-ordenada ol,
.lista-ordenada ul,
.lista-ordenada dl,
.contenido-dinamico dl ol,
.contenido-dinamico dl ul,
.contenido-dinamico dl dl,
.lista-definicion ol,
.lista-definicion ul,
.lista-definicion dl {
  font-size: 1em;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .contenido-dinamico ul ol,
  .contenido-dinamico ul ul,
  .contenido-dinamico ul dl,
  .lista-desordenada ol,
  .lista-desordenada ul,
  .lista-desordenada dl,
  .contenido-dinamico ol ol,
  .contenido-dinamico ol ul,
  .contenido-dinamico ol dl,
  .lista-ordenada ol,
  .lista-ordenada ul,
  .lista-ordenada dl,
  .contenido-dinamico dl ol,
  .contenido-dinamico dl ul,
  .contenido-dinamico dl dl,
  .lista-definicion ol,
  .lista-definicion ul,
  .lista-definicion dl {
    margin-left: 0;
  }
}

.contenido-dinamico ul li:before,
.lista-desordenada li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border: 1px solid #cc0033;
  background: #cc0033;
  margin-right: 10px;
}

.contenido-dinamico ul li li:before,
.lista-desordenada li li:before {
  background: transparent;
}

.contenido-dinamico ol,
.lista-ordenada {
  counter-reset: item;
}

.contenido-dinamico ol li,
.lista-ordenada li {
  padding-left: 27px;
}

.contenido-dinamico ol li:before,
.lista-ordenada li:before {
  position: absolute;
  left: 0;
  content: counter(item) ". ";
  counter-increment: item;
  color: #cc0033;
}

.contenido-dinamico ol ol,
.lista-ordenada ol {
  padding-top: 10px;
}

.contenido-dinamico ol ol li:before,
.lista-ordenada ol li:before {
  content: counter(item, lower-latin) ". ";
}

.contenido-dinamico ol ol ol li:before,
.lista-ordenada ol ol li:before {
  content: counter(item, lower-roman) ". ";
}

.contenido-dinamico dl dt,
lista-definicion dt {
  font-weight: 600;
}

.contenido-dinamico dl dt:after,
lista-definicion dt:after {
  content: ':';
}

.contenido-dinamico dl dd,
lista-definicion dd {
  padding-left: 10px;
  margin-bottom: 10px;
}

.contenido-dinamico p,
.contenido-dinamico blockquote,
.contenido-dinamico ul,
.contenido-dinamico ol,
.contenido-dinamico dl {
  margin-bottom: 2em;
}

.contenido-dinamico p a, .contenido-dinamico p .link-externo,
.contenido-dinamico blockquote a,
.contenido-dinamico blockquote .link-externo,
.contenido-dinamico ul a,
.contenido-dinamico ul .link-externo,
.contenido-dinamico ol a,
.contenido-dinamico ol .link-externo,
.contenido-dinamico dl a,
.contenido-dinamico dl .link-externo {
  font-size: 1em;
}

.contenido-dinamico .link-externo {
  font-size: 1.6em;
  color: #cc0033;
  text-decoration: none;
  position: relative;
}

.contenido-dinamico .link-externo:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  display: block;
  height: 2px;
  background: #cc0033;
  transition: all ease 200ms;
}

.contenido-dinamico .link-externo:hover {
  text-decoration: none;
}

.contenido-dinamico .link-externo:hover:after {
  left: 0;
  right: 0;
}

.no-csstransitions .contenido-dinamico .link-externo:hover {
  text-decoration: underline;
}

.no-csstransitions .contenido-dinamico .link-externo:after {
  display: none;
}

.start-xs {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.center-xs {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.end-xs {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-xs {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 544px) {
  .start-sm {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .top-sm {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 768px) {
  .start-md {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .center-md {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .top-md {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 992px) {
  .start-lg {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .top-lg {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1200px) {
  .start-xl {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .center-xl {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .end-xl {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .top-xl {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-xl {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-xl {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.xs-text-right {
  text-align: right;
}

.xs-text-left {
  text-align: left;
}

.xs-text-center {
  text-align: center;
}

.xs-text-top {
  vertical-align: top;
}

.xs-text-bottom {
  vertical-align: bottom;
}

.xs-text-middle {
  vertical-align: middle;
}

@media (min-width: 544px) {
  .sm-text-top {
    vertical-align: top;
  }
  .sm-text-bottom {
    vertical-align: bottom;
  }
  .sm-text-middle {
    vertical-align: middle;
  }
  .sm-text-right {
    text-align: right;
  }
  .sm-text-left {
    text-align: left;
  }
  .sm-text-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .md-text-top {
    vertical-align: top;
  }
  .md-text-bottom {
    vertical-align: bottom;
  }
  .md-text-middle {
    vertical-align: middle;
  }
  .md-text-right {
    text-align: right;
  }
  .md-text-left {
    text-align: left;
  }
  .md-text-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .lg-text-top {
    vertical-align: top;
  }
  .lg-text-bottom {
    vertical-align: bottom;
  }
  .lg-text-middle {
    vertical-align: middle;
  }
  .lg-text-right {
    text-align: right;
  }
  .lg-text-left {
    text-align: left;
  }
  .lg-text-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .xl-text-top {
    vertical-align: top;
  }
  .xl-text-bottom {
    vertical-align: bottom;
  }
  .xl-text-middle {
    vertical-align: middle;
  }
  .xl-text-right {
    text-align: right;
  }
  .xl-text-left {
    text-align: left;
  }
  .xl-text-center {
    text-align: center;
  }
}

.xs-right-auto {
  margin-right: auto;
}

.xs-left-auto {
  margin-left: auto;
}

@media (min-width: 544px) {
  .sm-right-auto {
    margin-right: auto;
  }
  .sm-left-auto {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .md-right-auto {
    margin-right: auto;
  }
  .md-left-auto {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .lg-right-auto {
    margin-right: auto;
  }
  .lg-left-auto {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .xl-right-auto {
    margin-right: auto;
  }
  .xl-left-auto {
    margin-left: auto;
  }
}

.oculto-xs {
  display: none;
}

.visible-xs {
  display: block;
}

@media (min-width: 544px) {
  .oculto-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
}

@media (min-width: 768px) {
  .oculto-md {
    display: none;
  }
  .visible-md {
    display: block;
  }
}

@media (min-width: 992px) {
  .oculto-lg {
    display: none;
  }
  .visible-lg {
    display: block;
  }
}

@media (min-width: 1200px) {
  .oculto-xl {
    display: none;
  }
  .visible-xl {
    display: block;
  }
}

/* Botones */
.btn {
  background: #9e9e9e;
  color: #fff;
  border: 1px solid #9e9e9e;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.5;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  transition: all ease 200ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 0;
  text-transform: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn:disabled, .disabled.btn {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}

.btn:after {
  display: none;
}

.btn:focus {
  outline: 0;
}

@media (max-width: 543px) {
  .btn {
    padding: 12px 20px;
  }
}

.btn:hover {
  background: #a8a8a8;
  border-color: #a8a8a8;
  box-shadow: 0 5px 10px rgba(158, 158, 158, 0.3);
}

.no-csstransforms .btn:hover {
  text-decoration: none;
}

.btn:active {
  background: #8e8e8e;
  border-color: #8e8e8e;
  box-shadow: 0 5px 10px rgba(158, 158, 158, 0.3);
}

.btn:disabled:hover,
.btn .disabled:hover {
  background: #9e9e9e;
  border-color: #9e9e9e;
  box-shadow: none;
}

.btn--negativo {
  background: #fff;
  color: #9e9e9e;
  border-color: #fff;
}

.btn--negativo:hover {
  background: whitesmoke;
  border-color: whitesmoke;
}

.btn--negativo:active {
  background: #e2e2e2;
  border-color: #cfcfcf;
}

.btn--fantasma {
  background: transparent;
  border-color: #fff;
  box-shadow: none;
}

.btn--fantasma:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.btn--fantasma:active {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}

.btn--borde {
  background: transparent;
  color: #9e9e9e;
}

.btn--borde:hover {
  background: #a8a8a8;
  color: #fff;
}

.btn--borde:active {
  background: #8e8e8e;
  border-color: #8e8e8e;
  color: #fff;
  box-shadow: 0 2px 5px rgba(158, 158, 158, 0.3);
}

.btn--link {
  color: #999;
  background: transparent;
  border-color: transparent;
}

.btn--link:hover {
  background: rgba(51, 51, 51, 0.05);
  border-color: transparent;
  box-shadow: none;
}

.no-rgba .btn--link:hover {
  text-decoration: underline;
  background: transparent;
}

.btn--link:active {
  background: rgba(51, 51, 51, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn--primario {
  background: #cc0033;
  border-color: #cc0033;
  box-shadow: 0 0 0 rgba(204, 0, 51, 0.5);
}

.btn--primario:hover {
  background: #d11a47;
  border-color: #d11a47;
  box-shadow: 0 5px 10px rgba(204, 0, 51, 0.3);
}

.btn--primario:active {
  background: #b8002e;
  border-color: #b8002e;
  box-shadow: 0 2px 5px rgba(204, 0, 51, 0.3);
}

.btn--primario:disabled:hover,
.btn--primario .disabled:hover {
  background: #cc0033;
  border-color: #cc0033;
  box-shadow: none;
}

.btn--primario.btn--negativo {
  background: #fff;
  color: #cc0033;
  border-color: #fff;
}

.btn--primario.btn--negativo:hover {
  background: #fae6eb;
  border-color: #fae6eb;
}

.btn--primario.btn--negativo:active {
  background: #f0b3c2;
  border-color: #f0b3c2;
}

.btn--primario.btn--borde {
  color: #cc0033;
  background: transparent;
}

.btn--primario.btn--borde:hover {
  color: #fff;
  background: #d11a47;
  background: #d11a47;
}

.btn--primario.btn--borde:active {
  background: #b8002e;
  border-color: #b8002e;
  box-shadow: 0 2px 5px rgba(204, 0, 51, 0.3);
}

.btn--primario.btn--link {
  color: #cc0033;
  background: transparent;
  border: transparent;
  box-shadow: none;
}

.btn--primario.btn--link:hover {
  background: rgba(204, 0, 51, 0.05);
  box-shadow: none;
}

.no-rgba .btn--primario.btn--link:hover {
  text-decoration: underline;
  background: transparent;
}

.btn--primario.btn--link:active {
  background: rgba(204, 0, 51, 0.1);
}

.btn--secundario {
  background: #303e48;
  border-color: #303e48;
  box-shadow: 0 0 0 rgba(48, 62, 72, 0.5);
}

.btn--secundario:hover {
  background: #45515a;
  border-color: #45515a;
  box-shadow: 0 5px 10px rgba(48, 62, 72, 0.3);
}

.btn--secundario:active {
  background: #2b3841;
  border-color: #2b3841;
  box-shadow: 0 2px 5px rgba(48, 62, 72, 0.3);
}

.btn--secundario:disabled:hover,
.btn--secundario .disabled:hover {
  background: #303e48;
  border-color: #303e48;
  box-shadow: none;
}

.btn--secundario.btn--negativo {
  background: #fff;
  color: #303e48;
  border-color: #fff;
}

.btn--secundario.btn--negativo:hover {
  background: #eaeced;
  border-color: #eaeced;
}

.btn--secundario.btn--negativo:active {
  background: #c1c5c8;
  border-color: #c1c5c8;
}

.btn--secundario.btn--borde {
  color: #303e48;
  background: transparent;
}

.btn--secundario.btn--borde:hover {
  color: #fff;
  background: #45515a;
  background: #45515a;
}

.btn--secundario.btn--borde:active {
  background: #2b3841;
  border-color: #2b3841;
  box-shadow: 0 2px 5px rgba(48, 62, 72, 0.3);
}

.btn--secundario.btn--link {
  color: #303e48;
  background: transparent;
  border: transparent;
  box-shadow: none;
}

.btn--secundario.btn--link:hover {
  background: rgba(48, 62, 72, 0.05);
  box-shadow: none;
}

.no-rgba .btn--secundario.btn--link:hover {
  text-decoration: underline;
  background: transparent;
}

.btn--secundario.btn--link:active {
  background: rgba(48, 62, 72, 0.1);
}

.btn--terciario {
  background: #ff6d00;
  border-color: #ff6d00;
  box-shadow: 0 0 0 rgba(255, 109, 0, 0.5);
}

.btn--terciario:hover {
  background: #ff7c1a;
  border-color: #ff7c1a;
  box-shadow: 0 5px 10px rgba(255, 109, 0, 0.3);
}

.btn--terciario:active {
  background: #e66200;
  border-color: #e66200;
  box-shadow: 0 2px 5px rgba(255, 109, 0, 0.3);
}

.btn--terciario:disabled:hover,
.btn--terciario .disabled:hover {
  background: #ff6d00;
  border-color: #ff6d00;
  box-shadow: none;
}

.btn--terciario.btn--negativo {
  background: #fff;
  color: #ff6d00;
  border-color: #fff;
}

.btn--terciario.btn--negativo:hover {
  background: #fff0e6;
  border-color: #fff0e6;
}

.btn--terciario.btn--negativo:active {
  background: #ffd3b3;
  border-color: #ffd3b3;
}

.btn--terciario.btn--borde {
  color: #ff6d00;
  background: transparent;
}

.btn--terciario.btn--borde:hover {
  color: #fff;
  background: #ff7c1a;
  background: #ff7c1a;
}

.btn--terciario.btn--borde:active {
  background: #e66200;
  border-color: #e66200;
  box-shadow: 0 2px 5px rgba(255, 109, 0, 0.3);
}

.btn--terciario.btn--link {
  color: #ff6d00;
  background: transparent;
  border: transparent;
  box-shadow: none;
}

.btn--terciario.btn--link:hover {
  background: rgba(255, 109, 0, 0.05);
  box-shadow: none;
}

.no-rgba .btn--terciario.btn--link:hover {
  text-decoration: underline;
  background: transparent;
}

.btn--terciario.btn--link:active {
  background: rgba(255, 109, 0, 0.1);
}

.btn--peligro {
  background: #ed6666;
  border-color: #ed6666;
  box-shadow: 0 0 0 rgba(237, 102, 102, 0.5);
}

.btn--peligro:hover {
  background: #ef7575;
  border-color: #ef7575;
  box-shadow: 0 5px 10px rgba(237, 102, 102, 0.3);
}

.btn--peligro:active {
  background: #d55c5c;
  border-color: #d55c5c;
  box-shadow: 0 2px 5px rgba(237, 102, 102, 0.3);
}

.btn--peligro:disabled:hover,
.btn--peligro .disabled:hover {
  background: #ed6666;
  border-color: #ed6666;
  box-shadow: none;
}

.btn--peligro.btn--negativo {
  background: #fff;
  color: #ed6666;
  border-color: #fff;
}

.btn--peligro.btn--negativo:hover {
  background: #fdf0f0;
  border-color: #fdf0f0;
}

.btn--peligro.btn--negativo:active {
  background: #fad1d1;
  border-color: #fad1d1;
}

.btn--peligro.btn--borde {
  color: #ed6666;
  background: transparent;
}

.btn--peligro.btn--borde:hover {
  color: #fff;
  background: #ef7575;
  background: #ef7575;
}

.btn--peligro.btn--borde:active {
  background: #d55c5c;
  border-color: #d55c5c;
  box-shadow: 0 2px 5px rgba(237, 102, 102, 0.3);
}

.btn--peligro.btn--link {
  color: #ed6666;
  background: transparent;
  border: transparent;
  box-shadow: none;
}

.btn--peligro.btn--link:hover {
  background: rgba(237, 102, 102, 0.05);
  box-shadow: none;
}

.no-rgba .btn--peligro.btn--link:hover {
  text-decoration: underline;
  background: transparent;
}

.btn--peligro.btn--link:active {
  background: rgba(237, 102, 102, 0.1);
}

.btn--exito {
  background: #52c581;
  border-color: #52c581;
  box-shadow: 0 0 0 rgba(82, 197, 129, 0.5);
}

.btn--exito:hover {
  background: #63cb8e;
  border-color: #63cb8e;
  box-shadow: 0 5px 10px rgba(82, 197, 129, 0.3);
}

.btn--exito:active {
  background: #4ab174;
  border-color: #4ab174;
  box-shadow: 0 2px 5px rgba(82, 197, 129, 0.3);
}

.btn--exito:disabled:hover,
.btn--exito .disabled:hover {
  background: #52c581;
  border-color: #52c581;
  box-shadow: none;
}

.btn--exito.btn--negativo {
  background: #fff;
  color: #52c581;
  border-color: #fff;
}

.btn--exito.btn--negativo:hover {
  background: #eef9f2;
  border-color: #eef9f2;
}

.btn--exito.btn--negativo:active {
  background: #cbeed9;
  border-color: #cbeed9;
}

.btn--exito.btn--borde {
  color: #52c581;
  background: transparent;
}

.btn--exito.btn--borde:hover {
  color: #fff;
  background: #63cb8e;
  background: #63cb8e;
}

.btn--exito.btn--borde:active {
  background: #4ab174;
  border-color: #4ab174;
  box-shadow: 0 2px 5px rgba(82, 197, 129, 0.3);
}

.btn--exito.btn--link {
  color: #52c581;
  background: transparent;
  border: transparent;
  box-shadow: none;
}

.btn--exito.btn--link:hover {
  background: rgba(82, 197, 129, 0.05);
  box-shadow: none;
}

.no-rgba .btn--exito.btn--link:hover {
  text-decoration: underline;
  background: transparent;
}

.btn--exito.btn--link:active {
  background: rgba(82, 197, 129, 0.1);
}

.btn--aviso {
  background: #ffab00;
  border-color: #ffab00;
  box-shadow: 0 0 0 rgba(255, 171, 0, 0.5);
}

.btn--aviso:hover {
  background: #ffb31a;
  border-color: #ffb31a;
  box-shadow: 0 5px 10px rgba(255, 171, 0, 0.3);
}

.btn--aviso:active {
  background: #e69a00;
  border-color: #e69a00;
  box-shadow: 0 2px 5px rgba(255, 171, 0, 0.3);
}

.btn--aviso:disabled:hover,
.btn--aviso .disabled:hover {
  background: #ffab00;
  border-color: #ffab00;
  box-shadow: none;
}

.btn--aviso.btn--negativo {
  background: #fff;
  color: #ffab00;
  border-color: #fff;
}

.btn--aviso.btn--negativo:hover {
  background: #fff7e6;
  border-color: #fff7e6;
}

.btn--aviso.btn--negativo:active {
  background: #ffe6b3;
  border-color: #ffe6b3;
}

.btn--aviso.btn--borde {
  color: #ffab00;
  background: transparent;
}

.btn--aviso.btn--borde:hover {
  color: #fff;
  background: #ffb31a;
  background: #ffb31a;
}

.btn--aviso.btn--borde:active {
  background: #e69a00;
  border-color: #e69a00;
  box-shadow: 0 2px 5px rgba(255, 171, 0, 0.3);
}

.btn--aviso.btn--link {
  color: #ffab00;
  background: transparent;
  border: transparent;
  box-shadow: none;
}

.btn--aviso.btn--link:hover {
  background: rgba(255, 171, 0, 0.05);
  box-shadow: none;
}

.no-rgba .btn--aviso.btn--link:hover {
  text-decoration: underline;
  background: transparent;
}

.btn--aviso.btn--link:active {
  background: rgba(255, 171, 0, 0.1);
}

.btn--info {
  background: #536dfe;
  border-color: #536dfe;
  box-shadow: 0 0 0 rgba(83, 109, 254, 0.5);
}

.btn--info:hover {
  background: #647cfe;
  border-color: #647cfe;
  box-shadow: 0 5px 10px rgba(83, 109, 254, 0.3);
}

.btn--info:active {
  background: #4b62e5;
  border-color: #4b62e5;
  box-shadow: 0 2px 5px rgba(83, 109, 254, 0.3);
}

.btn--info:disabled:hover,
.btn--info .disabled:hover {
  background: #536dfe;
  border-color: #536dfe;
  box-shadow: none;
}

.btn--info.btn--negativo {
  background: #fff;
  color: #536dfe;
  border-color: #fff;
}

.btn--info.btn--negativo:hover {
  background: #eef0ff;
  border-color: #eef0ff;
}

.btn--info.btn--negativo:active {
  background: #cbd3ff;
  border-color: #cbd3ff;
}

.btn--info.btn--borde {
  color: #536dfe;
  background: transparent;
}

.btn--info.btn--borde:hover {
  color: #fff;
  background: #647cfe;
  background: #647cfe;
}

.btn--info.btn--borde:active {
  background: #4b62e5;
  border-color: #4b62e5;
  box-shadow: 0 2px 5px rgba(83, 109, 254, 0.3);
}

.btn--info.btn--link {
  color: #536dfe;
  background: transparent;
  border: transparent;
  box-shadow: none;
}

.btn--info.btn--link:hover {
  background: rgba(83, 109, 254, 0.05);
  box-shadow: none;
}

.no-rgba .btn--info.btn--link:hover {
  text-decoration: underline;
  background: transparent;
}

.btn--info.btn--link:active {
  background: rgba(83, 109, 254, 0.1);
}

.btn--redondo {
  border-radius: 30px;
}

.btn--circulo {
  width: 50px;
  height: 50px;
  max-width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  vertical-align: middle;
}

.btn--circulo:before {
  font-size: 20px;
  vertical-align: middle;
}

.btn--icono:before {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}

.btn--block-xs {
  width: 100%;
}

.btn--inline-xs {
  width: auto;
}

.btn--big {
  padding: 18px 36px;
}

.btn--small {
  padding: 5px 20px;
  font-size: 1.4em;
}

.btn--xsmall {
  padding: 4px 15px;
  font-size: 1.2em;
}

.btn--ancho {
  padding: 12px 50px;
}

.no-mediaqueries .btn--block {
  width: 100%;
}

.no-mediaqueries .btn--inline {
  width: auto;
}

.btn__grupo .btn {
  margin-bottom: 1em;
  margin-right: .5em;
}

.btn__grupo .btn:last-child {
  margin-right: 0;
}

@media (min-width: 1200px) {
  .btn__grupo .btn--block-lg {
    margin-right: 0;
  }
}

@media (max-width: 543px) {
  .btn__grupo .btn--block-xs {
    margin-right: 0;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .btn__grupo .btn--block-sm {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn__grupo .btn--block-md {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .btn__grupo .btn--block-lg {
    margin-right: 0;
  }
}

@media (min-width: 544px) {
  .btn--block-sm {
    width: 100%;
  }
  .btn--inline-sm {
    width: auto;
  }
}

@media (min-width: 768px) {
  .btn--block-md {
    width: 100%;
  }
  .btn--inline-md {
    width: auto;
  }
}

@media (min-width: 992px) {
  .btn--block-lg {
    width: 100%;
  }
  .btn--inline-lg {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .btn--block-xl {
    width: 100%;
  }
  .btn--inline-xl {
    width: auto;
  }
}

.form__input .text,
.form__input select,
.form__input textarea {
  width: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: transparent;
  font-size: 1.6em;
  color: #999;
  padding: 12px 10px;
  resize: none;
  box-shadow: none;
  transition: all ease 200ms;
}

.form__input .text:focus,
.form__input select:focus,
.form__input textarea:focus {
  outline: 0;
}

.form__input .invalido.text,
.form__input select.invalido,
.form__input textarea.invalido {
  border-color: #ed6666;
}

.form {
  margin-bottom: 40px;
}

.form label {
  font-size: 1.6em;
  color: #ddd;
  transition: all ease 200ms;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form label:after {
  content: attr(data-comentario);
  color: #a0a0a0;
  font-size: 80%;
  padding-left: 5px;
}

.form__input {
  position: relative;
}

.form__input select {
  padding-right: 35px;
}

.form__input select::-ms-expand {
  display: none;
}

.ie-9 .form__input select {
  padding-right: 10px;
}

.ie-9 .form__input .icono {
  z-index: -1;
}

.form__input .icono {
  color: #999;
  font-size: 2em;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 200ms;
  pointer-events: none;
  line-height: 10px;
}

.form__input .icono:before {
  vertical-align: middle;
}

.no-csstransforms .form__input .icono {
  margin-top: -13px;
}

.form__input--textarea .icono {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 12px;
}

.form__input .checkbox,
.form__input .radio {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  left: -100px;
}

.form__input--icono .text {
  padding-right: 35px;
}

.form__input--seleccion {
  margin-bottom: 15px;
}

.form__input--seleccion label {
  padding-left: 28px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.form__input--seleccion .icono__checkbox,
.form__input--seleccion .icono__radio {
  margin-right: -18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #666;
  border-radius: 6px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 0;
}

.form__input--seleccion .icono__checkbox:before,
.form__input--seleccion .icono__radio:before {
  font-size: 1.6em;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all ease 200ms;
  color: #fff;
  display: inline-block;
}

.form__input--seleccion .icono__radio {
  transition: all ease 200ms;
  border-radius: 50%;
}

.form__input--toggle {
  margin-bottom: 15px;
}

.form__input--toggle label {
  padding-left: 43px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.form__input--toggle .toggle__checkbox {
  display: inline-block;
  vertical-align: middle;
  background: #666;
  width: 30px;
  height: 10px;
  border-radius: 5px;
  position: relative;
  margin-left: 5px;
  margin-right: -30px;
  z-index: 0;
  transition: all ease 200ms;
}

.form__input--toggle .toggle__checkbox:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  background: #fff;
  position: relative;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  z-index: 0;
  transition: all ease 200ms;
  box-shadow: 0 6px 12px rgba(102, 102, 102, 0.3);
}

.form__input--inline {
  display: inline-block;
  margin-right: 25px;
}

.form__input--checked label {
  color: #cc0033;
}

.form__input--checked .icono__checkbox {
  border-color: #cc0033;
}

.form__input--checked .icono__checkbox:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #cc0033;
}

.form__input--checked .icono__radio {
  border-color: #cc0033;
  border-width: 5px;
}

.form__input--checked .toggle__checkbox {
  background: #cc0033;
}

.form__input--checked .toggle__checkbox:before {
  left: 20px;
  border-color: #cc0033;
  box-shadow: 0 6px 12px rgba(204, 0, 51, 0.3);
}

.form__input--deshabilitado {
  opacity: .5;
}

.form__input--deshabilitado .toggle__checkbox:before {
  box-shadow: none;
}

.form__grupo {
  margin-bottom: 35px;
}

.form__grupo:after {
  content: attr(data-comentario);
  color: #acacac;
  font-size: 1.4em;
  display: block;
  margin-top: 10px;
}

.form__grupo h4 {
  margin-bottom: 20px;
}

.form__grupo p {
  margin-bottom: 0;
}

.form__grupo--seleccion {
  margin-bottom: 15px;
}

.form__grupo--valido label {
  color: #52c581;
}

.form__grupo--valido .text,
.form__grupo--valido select,
.form__grupo--valido textarea {
  border-color: #52c581;
}

.form__grupo--valido .form__input .icono {
  color: #52c581;
}

.form__grupo--invalido label {
  color: #ed6666;
}

.form__grupo--invalido .text,
.form__grupo--invalido select,
.form__grupo--invalido textarea {
  border-color: #ed6666;
}

.form__grupo--invalido .form__input .icono {
  color: #ed6666;
}

.form__grupo--activo label {
  color: #9e9e9e;
}

.form__grupo--activo .text,
.form__grupo--activo select,
.form__grupo--activo textarea {
  border-color: #9e9e9e;
  box-shadow: 0 2px 10px rgba(158, 158, 158, 0.2);
}

.form__grupo--activo .form__input .icono {
  color: #cc0033;
}

.form__grupo--activo.grupo-valido .text,
.form__grupo--activo.grupo-valido select,
.form__grupo--activo.grupo-valido textarea {
  border-color: #52c581;
  box-shadow: 0 2px 10px rgba(82, 197, 129, 0.2);
}

.form__grupo--activo.grupo-valido .text .icono,
.form__grupo--activo.grupo-valido select .icono,
.form__grupo--activo.grupo-valido textarea .icono {
  color: #52c581;
}

.form__grupo--activo.grupo-invalido .text,
.form__grupo--activo.grupo-invalido select,
.form__grupo--activo.grupo-invalido textarea {
  border-color: #ed6666;
  box-shadow: 0 2px 10px rgba(237, 102, 102, 0.2);
}

.form__grupo--activo.grupo-invalido .text .icono,
.form__grupo--activo.grupo-invalido select .icono,
.form__grupo--activo.grupo-invalido textarea .icono {
  color: #ed6666;
}

.form__grupo--deshabilitado label {
  color: #bbb;
}

.form__grupo--deshabilitado .text,
.form__grupo--deshabilitado select,
.form__grupo--deshabilitado textarea {
  background: rgba(200, 200, 200, 0.2);
}

.form__grupo--deshabilitado .form__input .icono {
  color: #bbb;
}

.form__grupo--animado label {
  pointer-events: none;
  display: block;
  -webkit-transform: translate(10px, 2.2em);
  -ms-transform: translate(10px, 2.2em);
  transform: translate(10px, 2.2em);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.firefox-browser .form__grupo--animado label {
  -webkit-transform: translate(10px, 2.2em);
  -ms-transform: translate(10px, 2.2em);
  transform: translate(10px, 2.2em);
}

.form__grupo--animado label.focus {
  -webkit-transform: translate(0, 0) scale(0.85);
  -ms-transform: translate(0, 0) scale(0.85);
  transform: translate(0, 0) scale(0.85);
}

.submit__btn {
  margin-bottom: 10px;
  position: relative;
}

.submit__btn:hover .submit__preload {
  background: #fff;
}

.submit__icono {
  display: inline-block;
  line-height: 1;
  font-size: toEm(26, 16);
  vertical-align: middle;
  margin-left: 10px;
}

.submit__nombre-archivo[data-archivo$=".jpg"] + .submit__icono i:before, .submit__nombre-archivo[data-archivo$=".gif"] + .submit__icono i:before, .submit__nombre-archivo[data-archivo$=".png"] + .submit__icono i:before {
  content: '\e01d';
}

.submit__nombre-archivo[data-archivo$=".pdf"] + .submit__icono i:before {
  content: 'b';
}

.submit__nombre-archivo[data-archivo$=".doc"] + .submit__icono i:before, .submit__nombre-archivo[data-archivo$=".docx"] + .submit__icono i:before {
  content: 'a';
}

.submit__nombre-archivo[data-archivo$=".xls"] + .submit__icono i:before, .submit__nombre-archivo[data-archivo$=".xlsx"] + .submit__icono i:before {
  content: 'g';
}

.submit__nombre-archivo[data-archivo$=".zip"] + .submit__icono i:before, .submit__nombre-archivo[data-archivo$=".7zip"] + .submit__icono i:before, .submit__nombre-archivo[data-archivo$=".rar"] + .submit__icono i:before {
  content: '\e01c';
}

.submit__preload {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: -4px;
  left: -4px;
  max-width: 0;
  height: 4px;
  border-radius: 5px;
  transition: all ease 0s;
  background: #cc0033;
  display: block;
  box-shadow: 0 4px 8px rgba(204, 0, 51, 0.3);
}

.submit__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: pointer;
  z-index: 1;
}

.submit--cargando .submit__preload {
  max-width: 102%;
  transition: all ease 2s;
}

.no-csstransitions .submit--cargando .submit__preload {
  display: none;
}

.submit--cargado .submit__preload {
  top: -10px;
}

.ui-datepicker {
  z-index: 1000;
  display: none;
  float: left;
  padding: 15px 5px;
  font-size: 1em;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(204, 0, 51, 0.3);
}

@media (min-width: 544px) {
  .ui-datepicker {
    min-width: 160px;
    padding: 20px;
  }
}

.ui-datepicker .ui-datepicker-header {
  line-height: 30px;
  margin-bottom: 5px;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  float: right;
  font-size: 1.6em;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  transition: all ease 200ms;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
  background: #cc0033;
  color: #fff;
  box-shadow: 0 6px 12px rgba(204, 0, 51, 0.3);
}

.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after {
  display: none;
}

.ui-datepicker .ui-datepicker-next .ui-icon,
.ui-datepicker .ui-datepicker-prev .ui-icon {
  vertical-align: middle;
}

.ui-datepicker .ui-datepicker-prev {
  float: left;
}

.ui-datepicker .ui-datepicker-title {
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-size: 1.4em;
  font-weight: 600;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px;
}

.ui-datepicker .ui-datepicker-title select {
  border: 0;
  color: #333;
}

.ui-datepicker .ui-datepicker-title select:focus {
  outline: 0;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}

.ui-datepicker td,
.ui-datepicker th {
  text-align: center;
  font-size: 1.6em;
}

.ui-datepicker td {
  padding: 2px;
}

@media (min-width: 544px) {
  .ui-datepicker td {
    padding: 5px;
  }
}

.ui-datepicker td .ui-state-default {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  transition: all ease 200ms;
}

.ui-datepicker td .ui-state-default.ui-state-highlight {
  background: #303e48;
  color: #fff;
  box-shadow: 0 6px 12px rgba(48, 62, 72, 0.3);
}

.ui-datepicker td .ui-state-default.ui-state-highlight:hover {
  background: #303e48;
}

.ui-datepicker td a {
  color: #cc0033;
  text-decoration: none;
}

.ui-datepicker td a.ui-state-active {
  background: #cc0033;
  color: #fff;
  box-shadow: 0 6px 12px rgba(204, 0, 51, 0.3);
}

.ui-datepicker td a.ui-state-active:hover {
  background: #cc0033;
}

.ui-datepicker td a:hover {
  background: #eee;
}

.ui-datepicker td a:after {
  display: none;
}

.ui-datepicker td.ui-datepicker-unselectable {
  color: #ccc;
}

.ui-datepicker .ui-datepicker-buttonpane {
  text-align: right;
  padding-top: 15px;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  display: none;
}

.tabla {
  margin-bottom: 30px;
}

.tabla caption {
  font-size: 2em;
  padding: 10px;
}

.tabla td,
.tabla th {
  font-size: 1.6em;
  padding: 10px;
  position: relative;
}

.tabla td {
  color: #999;
}

.tabla thead th {
  font-weight: 600;
  color: #666;
}

.tabla--full table {
  width: 100%;
}

.tabla--big caption,
.tabla--big td,
.tabla--big th {
  padding: 20px;
}

.tabla--zebra tbody tr:nth-of-type(odd) td {
  background: #f8f8f8;
}

.tabla--zebra tbody tr.par td {
  background: #f8f8f8;
}

.tabla--borde-bottom thead th {
  border-bottom: 1px solid #ddd;
}

.tabla--borde-bottom tbody td {
  border-bottom: 1px solid #ddd;
}

.tabla--borde thead th {
  border: 1px solid #ddd;
}

.tabla--borde tbody td {
  border: 1px solid #ddd;
}

.tabla--borde tfoot td {
  border: 1px solid #ddd;
}

.tabla--borde tfoot td:empty {
  border: 0;
}

@media (max-width: 1199px) {
  .tabla--responsive thead {
    display: none;
  }
  .tabla--responsive tr,
  .tabla--responsive td {
    display: block;
  }
  .tabla--responsive tr {
    margin-bottom: 30px;
  }
  .tabla--responsive tbody td {
    padding: 10px;
  }
  .tabla--responsive tbody td:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .tabla--responsive tfoot td:empty {
    display: none;
  }
  .tabla--responsive.tabla--zebra tbody tr {
    border-bottom: 0;
  }
  .tabla--responsive.tabla--borde tbody td:before {
    border-bottom: 0;
  }
}

.tabla--paginada table {
  margin-bottom: 20px;
}

.paginador {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-flexbox .paginador {
  display: table;
  width: 100%;
}

.paginador__item {
  display: inline-block;
  vertical-align: middle;
}

.paginador__flecha {
  font-size: 2em;
  color: #333;
  cursor: pointer;
}

.paginador__flecha.deshabilitado {
  opacity: .2;
  cursor: not-allowed;
  pointer-events: none;
}

.paginador .visibles {
  padding: 7px 10px;
  border: 1px solid #ddd;
  font-size: 1.4em;
  color: #666;
  display: inline-block;
  margin: 0 5px;
  background: #fff;
}

.paginador .total,
.paginador .texto {
  font-size: 1.4em;
  padding: 0 5px;
}

.paginador i {
  pointer-events: none;
}

.paginador i:before {
  vertical-align: middle;
}

.paginador__input {
  position: relative;
}

.paginador__input .select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.4em;
  padding: 7px 30px 7px 10px;
  border: 1px solid #ddd;
}

.ie-browser .paginador__input .select {
  padding: 7px 10px;
}

.paginador__input i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2em;
}

.ie-browser .paginador__input i {
  display: none;
}

@media (max-width: 543px) {
  .paginador {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paginador__nav, .paginador__filas {
    margin-bottom: 30px;
  }
}

.no-flexbox .paginador__nav, .no-flexbox .paginador__filas {
  display: table-cell;
}

.no-flexbox .paginador__filas {
  text-align: right;
}

.tabla--zebra .paginador .visibles {
  background: #f8f8f8;
  border-color: #f8f8f8;
}

.tabla--zebra .paginador .paginador__input .select {
  background: #f8f8f8;
  border-color: #f8f8f8;
}

/* Alertas */
.alerta {
  position: relative;
  padding: 15px;
  font-size: 1.6em;
  margin-bottom: 30px;
}

.alerta--exito {
  color: #2c8550;
  background: #bae8cd;
}

.alerta--error {
  color: #d41919;
  background: #f8c2c2;
}

.alerta--aviso {
  color: #996700;
  background: #ffdd99;
}

.alerta--info {
  color: #0125ea;
  background: #bac5ff;
}

.alerta--global {
  padding: 30px;
}

.alerta--fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99999;
}

.alerta--fixed-top {
  top: 0;
}

.alerta--fixed-bottom {
  bottom: 0;
}

.alerta__titulo {
  font-size: toEm(24, 16);
  display: block;
  margin-bottom: 5px;
}

.alerta__texto, .alerta__link {
  font-size: 1em;
}

.alerta__link {
  font-weight: 600;
  color: inherit;
}

.alerta__link:not(.boton):after {
  background: #fff;
}

.alerta__icono-cerrar {
  cursor: pointer;
  font-size: 1.6em;
  display: inline-block;
  vertical-align: middle;
  transition: all ease 200ms;
  position: absolute;
  top: 15px;
  right: 15px;
}

.alerta__icono-cerrar:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.alerta__icono-cerrar:before {
  display: block;
}

.alerta a:not(.btn) {
  font-size: 1em;
  color: inherit;
  text-decoration: underline;
}

.alerta a:not(.btn):after {
  display: none;
}

.tooltip {
  display: inline-block;
  position: relative;
  cursor: help;
}

.tooltip--before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.4;
  min-width: 100px;
  text-align: center;
  border-radius: 4px;
  transition: all ease 200ms;
  transition-delay: 100ms;
  box-shadow: 0 6px 12px rgba(102, 102, 102, 0.3);
  z-index: 50;
}

.tooltip--before:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

@media \0screen {
  .tooltip--before {
    display: none;
  }
}

.tooltip--top .tooltip--before, .tooltip--bottom .tooltip--before {
  left: 50%;
  -webkit-transform: scale(0) translateX(-50%);
  -ms-transform: scale(0) translateX(-50%);
  transform: scale(0) translateX(-50%);
}

.tooltip--top .tooltip--before:after, .tooltip--bottom .tooltip--before:after {
  left: 50%;
  margin-left: -6px;
}

.tooltip--top:hover .tooltip--before, .tooltip--bottom:hover .tooltip--before {
  -webkit-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
}

.tooltip--right .tooltip--before, .tooltip--left .tooltip--before {
  top: 50%;
  -webkit-transform: scale(0) translateY(-50%);
  -ms-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
}

.tooltip--right .tooltip--before:after, .tooltip--left .tooltip--before:after {
  top: 50%;
  margin-top: -6px;
}

.tooltip--right:hover .tooltip--before, .tooltip--left:hover .tooltip--before {
  -webkit-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

.tooltip--top .tooltip--before {
  bottom: 100%;
  margin-bottom: 6px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.tooltip--top .tooltip--before:after {
  top: 100%;
  border-width: 6px 6px 0;
  border-top-color: #333;
}

.tooltip--right .tooltip--before {
  left: 100%;
  margin-left: 6px;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.tooltip--right .tooltip--before:after {
  right: 100%;
  border-width: 6px 6px 6px 0;
  border-right-color: #333;
}

.tooltip--bottom .tooltip--before {
  top: 100%;
  margin-top: 6px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.tooltip--bottom .tooltip--before:after {
  bottom: 100%;
  border-width: 0 6px 6px;
  border-bottom-color: #333;
}

.tooltip--left .tooltip--before {
  right: 100%;
  margin-right: 6px;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.tooltip--left .tooltip--before:after {
  left: 100%;
  border-width: 6px 0 6px 6px;
  border-left-color: #333;
}

.ie-8 .tooltip--before {
  display: none;
}

.ie-8 .tooltip:hover .tooltip--before {
  display: block;
}

.desplegable {
  margin-bottom: 20px;
}

.desplegable__cabecera {
  display: block;
  font-size: 1.8em;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 20px;
  color: #303e48;
  transition: all ease 200ms;
  transition-delay: 200ms;
  font-weight: lighter;
}

.desplegable__cabecera:focus {
  outline: 0;
}

.desplegable__cabecera .ui-icon {
  display: inline-block;
  line-height: 1;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  margin-right: 15px;
  transition: all ease 200ms;
}

.desplegable__cabecera .ui-icon:before {
  vertical-align: middle;
}

.desplegable__cabecera .fln-mas {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.desplegable__cabecera .fln-menos {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.desplegable__cabecera:hover {
  color: #cc0033;
  transition: all ease 200ms;
}

.desplegable__cabecera:hover .ui-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.desplegable__cabecera.ui-state-active {
  background: #303e48;
  color: #fff;
}

.desplegable__contenido {
  display: none;
  padding: 30px;
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
  margin: 0 10px 20px 0;
  border-bottom: 1px solid #d7d2d2;
}

.desplegable__contenido--img-cortada {
  overflow: hidden;
  height: 250px;
  margin-bottom: 30px;
}

@media (max-width: 543px) {
  .desplegable__contenido--img-cortada {
    margin-bottom: 0;
  }
}

.tabs {
  margin-bottom: 40px;
}

.tabs__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #eee;
  box-shadow: 0 6px 12px rgba(51, 51, 51, 0.1), 0 2px 6px rgba(51, 51, 51, 0.1);
  position: relative;
}

.contenido-dinamico .tabs__nav {
  font-size: 1em;
  margin: 0;
}

.no-flexbox .tabs__nav {
  display: table;
  width: 100%;
}

.tabs__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8em;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs__item:focus {
  outline: 0;
}

.contenido-dinamico .tabs__item {
  padding: 0;
}

.contenido-dinamico .tabs__item:before {
  display: none;
}

.no-flexbox .tabs__item {
  display: table-cell;
  vertical-align: middle;
}

.tabs__link {
  padding: 20px 10px;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #cc0033;
  background: transparent;
  box-shadow: 0 0 0 0 rgba(204, 0, 51, 0);
  transition: all ease 200ms;
}

.contenido-dinamico .tabs__link:after {
  display: none;
  height: 0;
  width: 0;
}

.tabs__item.ui-state-active .tabs__link {
  color: #fff;
  background: #cc0033;
  box-shadow: 0 0 0 5px #cc0033, 0 11px 12px rgba(204, 0, 51, 0.3);
  border-radius: 6px;
}

.tabs__contenido {
  padding: 30px;
  background: #f8f8f8;
}

@media (max-width: 991px) {
  .tabs__contenido {
    background: transparent;
  }
}

.tabs .ui-accordion-header {
  font-family: "Open Sans";
  font-weight: 400;
  display: block;
  font-size: 2em;
  padding: 20px;
  background: #f8f8f8;
  cursor: pointer;
  margin-bottom: 1px;
  color: #cc0033;
  transition: all ease 200ms;
  transition-delay: 200ms;
  box-shadow: 0 0 0 rgba(204, 0, 51, 0);
  border-radius: 6px;
}

.tabs .ui-accordion-header:focus {
  outline: 0;
}

.tabs .ui-accordion-header .ui-icon {
  float: right;
  font-size: 18px;
  transition: all ease 200ms;
}

.tabs .ui-accordion-header .ui-icon:before {
  vertical-align: middle;
}

.tabs .ui-accordion-header .ui-icon.fln-mas {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tabs .ui-accordion-header .ui-icon.fln-menos {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.tabs .ui-accordion-header.ui-state-active {
  background: #cc0033;
  color: #fff;
  box-shadow: 0 6px 12px rgba(204, 0, 51, 0.3);
}

.ie-8 .tabs__nav {
  display: table;
  width: 100%;
}

.ie-8 .tabs__item {
  display: table-cell;
  vertical-align: top;
}

.lightbox {
  overflow-x: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.lightbox .form {
  margin-bottom: 0;
}

.lightbox--hidden {
  display: none;
}

.lightbox__cerrar {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 2em;
  transition: all ease 200ms;
  cursor: pointer;
  z-index: 99;
}

.lightbox__cerrar:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  opacity: .6;
}

.lightbox__bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.lightbox__contenedor {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.lightbox__contenedor:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lightbox__bloque {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  margin-right: -4px;
  text-align: left;
}

.lightbox__item {
  padding: 40px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.3);
  position: relative;
  margin: 15px auto;
  width: 100%;
}

.lightbox__item--small {
  max-width: 400px;
}

.lightbox__item--medium {
  max-width: 600px;
}

.lightbox__item--large {
  max-width: 800px;
}

.lightbox__item--x-large {
  max-width: 1000px;
}

.lightbox__footer {
  padding: 20px;
  border-top: 1px solid #eee;
}

.lightbox--modal {
  max-width: 500px;
}

.acciones__compartir .compartir__item, .acciones__item {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 2.5em;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  transition: all ease 200ms;
  text-decoration: none;
}

.acciones__compartir .compartir__item i, .acciones__item i {
  line-height: inherit;
}

.acciones__compartir .compartir__item i:before, .acciones__item i:before {
  line-height: inherit;
}

.acciones--fixed {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.acciones__btns {
  display: block;
  width: 50px;
  border-radius: 25px;
  background: #cc0033;
  position: relative;
  z-index: 1;
  transition: all ease 200ms;
  box-shadow: 0 0 0 rgba(204, 0, 51, 0.5);
}

.acciones__btns:hover {
  box-shadow: 0 5px 10px rgba(204, 0, 51, 0.3);
}

.acciones__compartir {
  position: absolute;
  right: 0;
  bottom: calc(100% - 40px);
  left: 0;
  z-index: 0;
  background: #303e48;
  padding-bottom: 40px;
  border-radius: 25px;
  transition: all ease 200ms;
  box-shadow: 0 5px 10px rgba(48, 62, 72, 0.3);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.acciones__compartir .compartir__item {
  overflow: hidden;
}

.acciones__compartir .compartir__item:hover .compartir__icon {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.acciones__compartir .compartir__item--facebook:hover {
  background: #3f51b5;
  box-shadow: 0 5px 10px rgba(37, 47, 105, 0.3);
}

.acciones__compartir .compartir__item--twitter:hover {
  background: #29b6f6;
  box-shadow: 0 5px 10px rgba(7, 124, 178, 0.3);
}

.acciones__compartir .compartir__item--linkedin:hover {
  background: #1e88e5;
  box-shadow: 0 5px 10px rgba(16, 83, 141, 0.3);
}

.acciones__compartir .compartir__item--google:hover {
  background: #f44336;
  box-shadow: 0 5px 10px rgba(186, 22, 10, 0.3);
}

.acciones__compartir .compartir__item i {
  display: block;
  width: 50px;
  float: left;
}

.acciones__compartir .compartir__icon {
  display: block;
  height: 50px;
  width: 100px;
  transition: all ease 200ms;
}

.acciones__compartir:after {
  position: absolute;
  top: 98%;
  right: 0;
  left: 15px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-top-color: #303e48;
}

.acciones__compartir--activo {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.acciones__item:hover, .acciones__item--activo {
  background: #ff0040;
}

.acciones__item--activo {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.acciones__item--subir {
  height: 0;
}

.acciones__item--subir-activo {
  height: 50px;
}

.contenedor,
.contenedor-fluido,
.container-fluid {
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 544px) {
  .contenedor {
    max-width: 570px;
  }
}

@media (min-width: 768px) {
  .contenedor {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .contenedor {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .contenedor {
    max-width: 1280px;
  }
}

.fila,
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5em;
  margin-right: -1.5em;
}

.no-flexbox .fila:after, .no-flexbox
.row:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.fila.reverse,
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fila.no-gutters-xs, .fila.no-paddings-xs,
.row.no-gutters-xs,
.row.no-paddings-xs {
  margin-left: 0;
  margin-right: 0;
}

.fila.no-gutters-xs [class*="col-"],
.fila.no-gutters-xs .col, .fila.no-paddings-xs [class*="col-"],
.fila.no-paddings-xs .col,
.row.no-gutters-xs [class*="col-"],
.row.no-gutters-xs .col,
.row.no-paddings-xs [class*="col-"],
.row.no-paddings-xs .col {
  padding-left: 0;
  padding-right: 0;
}

.fila.gutters-xs, .fila.paddings-xs,
.row.gutters-xs,
.row.paddings-xs {
  margin-left: -1.5em;
  margin-right: -1.5em;
}

.fila.gutters-xs [class*="col-"],
.fila.gutters-xs .col, .fila.paddings-xs [class*="col-"],
.fila.paddings-xs .col,
.row.gutters-xs [class*="col-"],
.row.gutters-xs .col,
.row.paddings-xs [class*="col-"],
.row.paddings-xs .col {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

@media (min-width: 544px) {
  .fila.no-gutters-sm, .fila.no-paddings-sm,
  .row.no-gutters-sm,
  .row.no-paddings-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .fila.no-gutters-sm [class*="col-"],
  .fila.no-gutters-sm .col, .fila.no-paddings-sm [class*="col-"],
  .fila.no-paddings-sm .col,
  .row.no-gutters-sm [class*="col-"],
  .row.no-gutters-sm .col,
  .row.no-paddings-sm [class*="col-"],
  .row.no-paddings-sm .col {
    padding-left: 0;
    padding-right: 0;
  }
  .fila.gutters-sm, .fila.paddings-sm,
  .row.gutters-sm,
  .row.paddings-sm {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .fila.gutters-sm [class*="col-"],
  .fila.gutters-sm .col, .fila.paddings-sm [class*="col-"],
  .fila.paddings-sm .col,
  .row.gutters-sm [class*="col-"],
  .row.gutters-sm .col,
  .row.paddings-sm [class*="col-"],
  .row.paddings-sm .col {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media (min-width: 768px) {
  .fila.no-gutters-md, .fila.no-paddings-md,
  .row.no-gutters-md,
  .row.no-paddings-md {
    margin-left: 0;
    margin-right: 0;
  }
  .fila.no-gutters-md [class*="col-"],
  .fila.no-gutters-md .col, .fila.no-paddings-md [class*="col-"],
  .fila.no-paddings-md .col,
  .row.no-gutters-md [class*="col-"],
  .row.no-gutters-md .col,
  .row.no-paddings-md [class*="col-"],
  .row.no-paddings-md .col {
    padding-left: 0;
    padding-right: 0;
  }
  .fila.gutters-md, .fila.paddings-md,
  .row.gutters-md,
  .row.paddings-md {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .fila.gutters-md [class*="col-"],
  .fila.gutters-md .col, .fila.paddings-md [class*="col-"],
  .fila.paddings-md .col,
  .row.gutters-md [class*="col-"],
  .row.gutters-md .col,
  .row.paddings-md [class*="col-"],
  .row.paddings-md .col {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media (min-width: 992px) {
  .fila.no-gutters-lg, .fila.no-paddings-lg,
  .row.no-gutters-lg,
  .row.no-paddings-lg {
    margin-left: 0;
    margin-right: 0;
  }
  .fila.no-gutters-lg [class*="col-"],
  .fila.no-gutters-lg .col, .fila.no-paddings-lg [class*="col-"],
  .fila.no-paddings-lg .col,
  .row.no-gutters-lg [class*="col-"],
  .row.no-gutters-lg .col,
  .row.no-paddings-lg [class*="col-"],
  .row.no-paddings-lg .col {
    padding-left: 0;
    padding-right: 0;
  }
  .fila.gutters-lg, .fila.paddings-lg,
  .row.gutters-lg,
  .row.paddings-lg {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .fila.gutters-lg [class*="col-"],
  .fila.gutters-lg .col, .fila.paddings-lg [class*="col-"],
  .fila.paddings-lg .col,
  .row.gutters-lg [class*="col-"],
  .row.gutters-lg .col,
  .row.paddings-lg [class*="col-"],
  .row.paddings-lg .col {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media (min-width: 1200px) {
  .fila.no-gutters-xl, .fila.no-paddings-xl,
  .row.no-gutters-xl,
  .row.no-paddings-xl {
    margin-left: 0;
    margin-right: 0;
  }
  .fila.no-gutters-xl [class*="col-"],
  .fila.no-gutters-xl .col, .fila.no-paddings-xl [class*="col-"],
  .fila.no-paddings-xl .col,
  .row.no-gutters-xl [class*="col-"],
  .row.no-gutters-xl .col,
  .row.no-paddings-xl [class*="col-"],
  .row.no-paddings-xl .col {
    padding-left: 0;
    padding-right: 0;
  }
  .fila.gutters-xl, .fila.paddings-xl,
  .row.gutters-xl,
  .row.paddings-xl {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .fila.gutters-xl [class*="col-"],
  .fila.gutters-xl .col, .fila.paddings-xl [class*="col-"],
  .fila.paddings-xl .col,
  .row.gutters-xl [class*="col-"],
  .row.gutters-xl .col,
  .row.paddings-xl [class*="col-"],
  .row.paddings-xl .col {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

[class*="col-"],
.col {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  float: left;
}

[class*="col-"].reverse,
.col.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col-xs-1,
.xs1 {
  width: 8.33333%;
}

.col-xs-2,
.xs2 {
  width: 16.66667%;
}

.col-xs-3,
.xs3 {
  width: 25%;
}

.col-xs-4,
.xs4 {
  width: 33.33333%;
}

.col-xs-5,
.xs5 {
  width: 41.66667%;
}

.col-xs-6,
.xs6 {
  width: 50%;
}

.col-xs-7,
.xs7 {
  width: 58.33333%;
}

.col-xs-8,
.xs8 {
  width: 66.66667%;
}

.col-xs-9,
.xs9 {
  width: 75%;
}

.col-xs-10,
.xs10 {
  width: 83.33333%;
}

.col-xs-11,
.xs11 {
  width: 91.66667%;
}

.col-xs-12,
.xs12 {
  width: 100%;
}

@media (min-width: 544px) {
  .col-sm-1,
  .sm1 {
    width: 8.33333%;
  }
  .col-sm-2,
  .sm2 {
    width: 16.66667%;
  }
  .col-sm-3,
  .sm3 {
    width: 25%;
  }
  .col-sm-4,
  .sm4 {
    width: 33.33333%;
  }
  .col-sm-5,
  .sm5 {
    width: 41.66667%;
  }
  .col-sm-6,
  .sm6 {
    width: 50%;
  }
  .col-sm-7,
  .sm7 {
    width: 58.33333%;
  }
  .col-sm-8,
  .sm8 {
    width: 66.66667%;
  }
  .col-sm-9,
  .sm9 {
    width: 75%;
  }
  .col-sm-10,
  .sm10 {
    width: 83.33333%;
  }
  .col-sm-11,
  .sm11 {
    width: 91.66667%;
  }
  .col-sm-12,
  .sm12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1,
  .md1 {
    width: 8.33333%;
  }
  .col-md-2,
  .md2 {
    width: 16.66667%;
  }
  .col-md-3,
  .md3 {
    width: 25%;
  }
  .col-md-4,
  .md4 {
    width: 33.33333%;
  }
  .col-md-5,
  .md5 {
    width: 41.66667%;
  }
  .col-md-6,
  .md6 {
    width: 50%;
  }
  .col-md-7,
  .md7 {
    width: 58.33333%;
  }
  .col-md-8,
  .md8 {
    width: 66.66667%;
  }
  .col-md-9,
  .md9 {
    width: 75%;
  }
  .col-md-10,
  .md10 {
    width: 83.33333%;
  }
  .col-md-11,
  .md11 {
    width: 91.66667%;
  }
  .col-md-12,
  .md12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1,
  .lg1 {
    width: 8.33333%;
  }
  .col-lg-2,
  .lg2 {
    width: 16.66667%;
  }
  .col-lg-3,
  .lg3 {
    width: 25%;
  }
  .col-lg-4,
  .lg4 {
    width: 33.33333%;
  }
  .col-lg-5,
  .lg5 {
    width: 41.66667%;
  }
  .col-lg-6,
  .lg6 {
    width: 50%;
  }
  .col-lg-7,
  .lg7 {
    width: 58.33333%;
  }
  .col-lg-8,
  .lg8 {
    width: 66.66667%;
  }
  .col-lg-9,
  .lg9 {
    width: 75%;
  }
  .col-lg-10,
  .lg10 {
    width: 83.33333%;
  }
  .col-lg-11,
  .lg11 {
    width: 91.66667%;
  }
  .col-lg-12,
  .lg12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1,
  .xl1 {
    width: 8.33333%;
  }
  .col-xl-2,
  .xl2 {
    width: 16.66667%;
  }
  .col-xl-3,
  .xl3 {
    width: 25%;
  }
  .col-xl-4,
  .xl4 {
    width: 33.33333%;
  }
  .col-xl-5,
  .xl5 {
    width: 41.66667%;
  }
  .col-xl-6,
  .xl6 {
    width: 50%;
  }
  .col-xl-7,
  .xl7 {
    width: 58.33333%;
  }
  .col-xl-8,
  .xl8 {
    width: 66.66667%;
  }
  .col-xl-9,
  .xl9 {
    width: 75%;
  }
  .col-xl-10,
  .xl10 {
    width: 83.33333%;
  }
  .col-xl-11,
  .xl11 {
    width: 91.66667%;
  }
  .col-xl-12,
  .xl12 {
    width: 100%;
  }
}

.col-xs-offset-0,
.offset-xs0 {
  margin-left: 0;
}

.col-xs-offset-1,
.offset-xs1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2,
.offset-xs2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3,
.offset-xs3 {
  margin-left: 25%;
}

.col-xs-offset-4,
.offset-xs4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5,
.offset-xs5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6,
.offset-xs6 {
  margin-left: 50%;
}

.col-xs-offset-7,
.offset-xs7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8,
.offset-xs8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9,
.offset-xs9 {
  margin-left: 75%;
}

.col-xs-offset-10,
.offset-xs10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11,
.offset-xs11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12,
.offset-xs12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .col-sm-offset-0,
  .offset-sm0 {
    margin-left: 0;
  }
  .col-sm-offset-1,
  .offset-sm1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2,
  .offset-sm2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3,
  .offset-sm3 {
    margin-left: 25%;
  }
  .col-sm-offset-4,
  .offset-sm4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5,
  .offset-sm5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6,
  .offset-sm6 {
    margin-left: 50%;
  }
  .col-sm-offset-7,
  .offset-sm7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8,
  .offset-sm8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9,
  .offset-sm9 {
    margin-left: 75%;
  }
  .col-sm-offset-10,
  .offset-sm10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11,
  .offset-sm11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12,
  .offset-sm12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-offset-0,
  .offset-md0 {
    margin-left: 0;
  }
  .col-md-offset-1,
  .offset-md1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2,
  .offset-md2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3,
  .offset-md3 {
    margin-left: 25%;
  }
  .col-md-offset-4,
  .offset-md4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5,
  .offset-md5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6,
  .offset-md6 {
    margin-left: 50%;
  }
  .col-md-offset-7,
  .offset-md7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8,
  .offset-md8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9,
  .offset-md9 {
    margin-left: 75%;
  }
  .col-md-offset-10,
  .offset-md10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11,
  .offset-md11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12,
  .offset-md12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-offset-0,
  .offset-lg0 {
    margin-left: 0;
  }
  .col-lg-offset-1,
  .offset-lg1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2,
  .offset-lg2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3,
  .offset-lg3 {
    margin-left: 25%;
  }
  .col-lg-offset-4,
  .offset-lg4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5,
  .offset-lg5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6,
  .offset-lg6 {
    margin-left: 50%;
  }
  .col-lg-offset-7,
  .offset-lg7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8,
  .offset-lg8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9,
  .offset-lg9 {
    margin-left: 75%;
  }
  .col-lg-offset-10,
  .offset-lg10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11,
  .offset-lg11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12,
  .offset-lg12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-offset-0,
  .offset-xl0 {
    margin-left: 0;
  }
  .col-xl-offset-1,
  .offset-xl1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2,
  .offset-xl2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3,
  .offset-xl3 {
    margin-left: 25%;
  }
  .col-xl-offset-4,
  .offset-xl4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5,
  .offset-xl5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6,
  .offset-xl6 {
    margin-left: 50%;
  }
  .col-xl-offset-7,
  .offset-xl7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8,
  .offset-xl8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9,
  .offset-xl9 {
    margin-left: 75%;
  }
  .col-xl-offset-10,
  .offset-xl10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11,
  .offset-xl11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12,
  .offset-xl12 {
    margin-left: 100%;
  }
}

.no-flexbox [class*="col-"],
.no-flexbox .col {
  float: left;
}

.no-flexbox .push-xs {
  float: right;
}

.no-flexbox .pull-xs {
  float: left;
}

@media (min-width: 544px) {
  .no-flexbox .push-sm {
    float: right;
  }
  .no-flexbox .pull-sm {
    float: left;
  }
}

@media (min-width: 768px) {
  .no-flexbox .push-md {
    float: right;
  }
  .no-flexbox .pull-md {
    float: left;
  }
}

@media (min-width: 992px) {
  .no-flexbox .push-lg {
    float: right;
  }
  .no-flexbox .pull-lg {
    float: left;
  }
}

@media (min-width: 1200px) {
  .no-flexbox .push-xl {
    float: right;
  }
  .no-flexbox .pull-xl {
    float: left;
  }
}

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