﻿@charset "UTF-8";
/*------------------------------------------------------------------------------Animaciones */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*------------------------------------------------------------------------------Normalizador */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

button, html, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: .83em; }

h6 {
  font-size: .67em; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:after, q:before {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

dl, menu, ol, ul {
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0; }

nav ol, nav ul {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure, form {
  margin: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: not-allowed; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button, html, input, select, textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.5; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

/*** print */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/*------------------------------------------------------------------------------Mixins */
/*------------------------------------------------------------------------------Tipografía */
@font-face {
  font-family: 'Open sans';
  src: url("fonts/opensans-bold-webfont.eot");
  src: url("fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-bold-webfont.woff2") format("woff2"), url("fonts/opensans-bold-webfont.woff") format("woff"), url("fonts/opensans-bold-webfont.ttf") format("truetype"), url("fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Open sans';
  src: url("fonts/opensans-regular-webfont.eot");
  src: url("fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-regular-webfont.woff2") format("woff2"), url("fonts/opensans-regular-webfont.woff") format("woff"), url("fonts/opensans-regular-webfont.ttf") format("truetype"), url("fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open sans';
  src: url("fonts/opensans-italic-webfont.eot");
  src: url("fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-italic-webfont.woff2") format("woff2"), url("fonts/opensans-italic-webfont.woff") format("woff"), url("fonts/opensans-italic-webfont.ttf") format("truetype"), url("fonts/opensans-italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Open sans';
  src: url("fonts/opensans-semibold-webfont.eot");
  src: url("fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-semibold-webfont.woff2") format("woff2"), url("fonts/opensans-semibold-webfont.woff") format("woff"), url("fonts/opensans-semibold-webfont.ttf") format("truetype"), url("fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: 600;
  font-style: normal; }
/*------------------------------------------------------------------------------Variables */
/*----Colores principales----*/
/*----Colores secundarios----*/
/*----Colores Tipografía----*/
/*----Colores Fondo----*/
/*------------------------------------------------------------------------------Grillas */
.row {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .row.mod-row-72 {
    float: left;
    width: 504px; }
  .row.public-row {
    max-width: 860px; }
  .row.w-768 {
    max-width: 768px;
    min-width: 720px; }

input::-ms-reveal {
  display: none; }

.row [class*="column"] {
  display: block;
  float: left;
  margin-right: 2.5641%; }
  .row [class*="column"].last {
    margin-right: 0; }
  @media only screen and (max-width: 640px) {
    .row [class*="column"].down-extra-small {
      float: none;
      width: 100%; } }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .row [class*="column"].down-small {
      float: none;
      width: 100%; } }
  @media only screen and (min-width: 961px) and (max-width: 1280px) {
    .row [class*="column"].down-medium {
      float: none;
      width: 100%; } }
  @media only screen and (min-width: 1281px) {
    .row [class*="column"].down-medium {
      float: none;
      width: 100%; } }

.column-1 {
  width: 5.98291%; }

.column-offset-1 {
  margin-left: 5.98291%; }

.column-padding-1 {
  padding-right: 5.98291%; }

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-1 {
    width: 5.98291%; } }
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-1.last-medium {
    margin-right: 0; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-1 {
    width: 5.98291%; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-1.last-small {
    margin-right: 0; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-1 {
    width: 5.98291%; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-1.last-extra-small {
    margin-right: 0; } }

.column-2 {
  width: 14.52991%; }

.column-offset-2 {
  margin-left: 14.52991%; }

.column-padding-2 {
  padding-right: 14.52991%; }

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-2 {
    width: 14.52991%; } }
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-2.last-medium {
    margin-right: 0; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-2 {
    width: 14.52991%; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-2.last-small {
    margin-right: 0; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-2 {
    width: 14.52991%; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-2.last-extra-small {
    margin-right: 0; } }

.column-3 {
  width: 23.07692%; }

.column-offset-3 {
  margin-left: 23.07692%; }

.column-padding-3 {
  padding-right: 23.07692%; }

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-3 {
    width: 23.07692%; } }
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-3.last-medium {
    margin-right: 0; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-3 {
    width: 23.07692%; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-3.last-small {
    margin-right: 0; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-3 {
    width: 23.07692%; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-3.last-extra-small {
    margin-right: 0; } }

.column-4 {
  width: 31.62393%; }

.column-offset-4 {
  margin-left: 31.62393%; }

.column-padding-4 {
  padding-right: 31.62393%; }

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-4 {
    width: 31.62393%; } }
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-4.last-medium {
    margin-right: 0; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-4 {
    width: 31.62393%; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-4.last-small {
    margin-right: 0; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-4 {
    width: 31.62393%; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-4.last-extra-small {
    margin-right: 0; } }

.column-5 {
  width: 40.17094%; }

.column-offset-5 {
  margin-left: 40.17094%; }

.column-padding-5 {
  padding-right: 40.17094%; }

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-5 {
    width: 40.17094%; } }
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-5.last-medium {
    margin-right: 0; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-5 {
    width: 40.17094%; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-5.last-small {
    margin-right: 0; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-5 {
    width: 40.17094%; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-5.last-extra-small {
    margin-right: 0; } }

.column-6 {
  width: 48.71795%; }

.column-offset-6 {
  margin-left: 48.71795%; }

.column-padding-6 {
  padding-right: 48.71795%; }

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-6 {
    width: 48.71795%; } }
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-6.last-medium {
    margin-right: 0; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-6 {
    width: 48.71795%; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-6.last-small {
    margin-right: 0; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-6 {
    width: 48.71795%; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-6.last-extra-small {
    margin-right: 0; } }

.column-7 {
  width: 57.26496%; }

.column-offset-7 {
  margin-left: 57.26496%; }

.column-padding-7 {
  padding-right: 57.26496%; }

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-7 {
    width: 57.26496%; } }
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-7.last-medium {
    margin-right: 0; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-7 {
    width: 57.26496%; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-7.last-small {
    margin-right: 0; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-7 {
    width: 57.26496%; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-7.last-extra-small {
    margin-right: 0; } }

.column-8 {
  width: 65.81197%; }

.column-offset-8 {
  margin-left: 65.81197%; }

.column-padding-8 {
  padding-right: 65.81197%; }

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-8 {
    width: 65.81197%; } }
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-8.last-medium {
    margin-right: 0; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-8 {
    width: 65.81197%; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-8.last-small {
    margin-right: 0; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-8 {
    width: 65.81197%; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-8.last-extra-small {
    margin-right: 0; } }

.column-9 {
  width: 74.35897%; }

.column-offset-9 {
  margin-left: 74.35897%; }

.column-padding-9 {
  padding-right: 74.35897%; }

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-9 {
    width: 74.35897%; } }
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-9.last-medium {
    margin-right: 0; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-9 {
    width: 74.35897%; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-9.last-small {
    margin-right: 0; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-9 {
    width: 74.35897%; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-9.last-extra-small {
    margin-right: 0; } }

.column-10 {
  width: 82.90598%; }

.column-offset-10 {
  margin-left: 82.90598%; }

.column-padding-10 {
  padding-right: 82.90598%; }

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-10 {
    width: 82.90598%; } }
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-10.last-medium {
    margin-right: 0; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-10 {
    width: 82.90598%; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-10.last-small {
    margin-right: 0; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-10 {
    width: 82.90598%; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-10.last-extra-small {
    margin-right: 0; } }

.column-11 {
  width: 91.45299%; }

.column-offset-11 {
  margin-left: 91.45299%; }

.column-padding-11 {
  padding-right: 91.45299%; }

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-11 {
    width: 91.45299%; } }
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col.medium-11.last-medium {
    margin-right: 0; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-11 {
    width: 91.45299%; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col.small-11.last-small {
    margin-right: 0; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-11 {
    width: 91.45299%; } }
@media only screen and (max-width: 640px) {
  .col.extra-small-11.last-extra-small {
    margin-right: 0; } }

.mini-half-grid {
  width: 49.7%;
  margin-right: 0.5%;
  float: left;
  min-height: 160px; }
  .mini-half-grid.last {
    margin-right: 0;
    padding-left: 40px; }
  .mini-half-grid.active {
    border-bottom: 4px solid #007CC2; }

/*------------------------------------------------------------------------------Auxiliares */
.to-the-left {
  float: left; }

.to-the-right {
  float: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right !important; }

.disabled-area {
  color: #CCCCCC !important;
  font-style: italic; }

.cent-area {
  margin: 20px auto;
  max-width: 870px;
  position: relative;
  width: 100%; }

.el-cent {
  display: block;
  float: none; }

.cent {
  margin-left: auto;
  margin-right: auto; }

.white-link {
  color: #fff; }

.marg-top-30 {
  margin-top: 30px; }

.marg-bottom-40 {
  margin-bottom: 40px; }

.marg-left-20 {
  margin-left: 20px; }

.min-h-150 {
  min-height: 150px;
  transition-delay: 300ms;
  transition: all 300ms ease; }

.d-table-mod {
  display: table;
  vertical-align: middle; }
  .d-table-mod * {
    display: table-cell;
    vertical-align: middle; }
  .d-table-mod div {
    display: table-cell; }
    .d-table-mod div * {
      float: left; }

.c-both {
  clear: both; }

.marg-right-30 {
  margin-right: 30px; }

.marg-right-20 {
  margin-right: 20px; }

.light-text {
  color: #666666; }

.marg-bottom-10 {
  margin-bottom: 10px; }

.cent-text {
  text-align: center; }

.alert-text {
  width: 50%; }

.not-mar-bottom {
  margin-bottom: 0; }

.bordered-bottom {
  border-bottom: 1px solid #888888; }

.not-pad {
  padding: 0; }

.half-input {
  width: 98px;
  margin-right: 8px; }
  .half-input.last {
    margin-right: 0; }

.sides-bordered {
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca; }

.valid-icon-hide span {
  display: none; }

.for-remove.ui {
  transition: all 300 ease;
  opacity: 0;
  visibility: hidden; }

.relative-position {
  position: relative; }

.d-block {
  display: block; }

.inline-list {
  display: table;
  width: 100%; }
  .inline-list li {
    display: table-cell;
    vertical-align: middle; }
  .inline-list.floated {
    display: block; }
    .inline-list.floated li {
      display: block;
      float: left; }

.simple-list {
  list-style: none; }
  .simple-list li {
    display: block;
    margin-bottom: 30px;
    padding-left: 0 !important; }
    .simple-list li:after {
      display: none; }
  .simple-list.links li {
    margin-bottom: 10px; }

.check-list {
  margin: 40px 0 20px 0; }
  .check-list li {
    display: block;
    padding-bottom: 20px;
    padding-left: 35px;
    max-width: 400px;
    line-height: 140%; }
    .check-list li:after {
      content: "";
      border: 1px solid #ABCDED;
      border-radius: 2px;
      width: 15px;
      height: 15px;
      display: block; }
    .check-list li .icon-element {
      position: absolute;
      left: 4px;
      top: -2px; }

.link-list li {
  display: block;
  margin-bottom: 10px; }
  .link-list li a {
    position: relative;
    display: block;
    padding-left: 10px;
    font-size: 0.92857em;
    text-decoration: underline; }
    .link-list li a:before {
      content: "";
      width: 5px;
      height: 7px;
      left: -8px;
      top: 6px;
      background-image: url("../images/icons/general-sp.svg");
      background-position: -100px -220px;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      left: 0;
      top: 8px; }
      .no-svg .link-list li a:before {
        background-image: url("../images/icons/general-sp.png"); }
    .link-list li a:hover {
      text-decoration: none; }

.delay-animation.delay-0 {
  animation-delay: 0ms; }

.delay-animation.delay-1 {
  animation-delay: 450ms; }

.delay-animation.delay-2 {
  animation-delay: 900ms; }

.delay-animation.delay-3 {
  animation-delay: 1350ms; }

.delay-animation.delay-4 {
  animation-delay: 1800ms; }

.delay-animation.delay-5 {
  animation-delay: 2250ms; }

.delay-animation.delay-6 {
  animation-delay: 2700ms; }

.delay-animation.delay-7 {
  animation-delay: 3150ms; }

.delay-animation.delay-8 {
  animation-delay: 3600ms; }

.delay-animation.delay-9 {
  animation-delay: 4050ms; }

.delay-animation.delay-10 {
  animation-delay: 4500ms; }

.delay-animation.delay-11 {
  animation-delay: 4950ms; }

.dashed-list {
  list-style: none; }
  .dashed-list li {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px dashed #EEE;
    margin-bottom: 20px; }
    .dashed-list li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0 none; }
  .dashed-list.inverse li {
    border-top: 1px dashed #EEE;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0 none; }

.term {
  margin-bottom: 0px; }

.marg-bottom10 {
  margin-bottom: 10px; }

.marg-bottom-40 {
  margin-bottom: 40px; }

.marg-left-4 {
  margin-left: 4px; }

.cent-element {
  position: relative;
  margin: 0 auto;
  float: none; }

.left-marg-6 {
  margin-left: 6.8%; }

.left-marg-7 {
  margin-left: 7%; }

.marg-bottom-20 {
  margin-bottom: 20px !important; }

.marg-bottom-10 {
  margin-bottom: 10px; }

.marg-top-10 {
  margin-top: 10px; }

.marg-left-34 {
  margin-left: 34px; }

.marg-left-35 {
  margin: 0 0 0 35.2%; }

.marg-left-36 {
  margin-left: 36px; }

.marg-right-10 {
  margin-right: 10px; }

.d-block {
  display: block; }

.full-width {
  width: 100%; }

.pad-bottom-10 {
  padding-bottom: 10px; }

.underline {
  text-decoration: underline; }

.marg-left-28 {
  margin-left: 28px !important; }

.border-bottom {
  border-bottom: solid 1px #EDEDED; }

.mod-height-54 {
  height: 54px; }

.no-pad-bottom {
  padding-bottom: 0; }

.no-marg-bottom {
  margin-bottom: 0; }

.no-marg {
  margin: 0; }

.marg-top-40 {
  margin-top: 40px; }

.marg-top-20 {
  margin-top: 20px; }

.marg-top-10 {
  margin-top: 10px; }

.bold {
  font-weight: 600;
  font-size: 14px; }

.tachado {
  text-decoration: line-through; }

.nowrap {
  white-space: nowrap; }

.min-h-500 {
  min-height: 500px; }

.full {
  width: 100%; }

.mod-table {
  width: 60%; }
  .mod-table td {
    border: none;
    background: none; }
  .mod-table tr {
    vertical-align: middle;
    background: none; }
    .mod-table tr:nth-child(2n) td {
      background: none; }

.dashed-box {
  padding-bottom: 20px;
  border-bottom: 1px dashed #EEE;
  margin-bottom: 20px; }
  .dashed-box.dark {
    border-bottom: 1px dashed #CCCCCC; }
  .dashed-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0 none; }

.table-element {
  display: table;
  width: 100%; }
  .table-element .table-cell {
    display: table-cell;
    vertical-align: middle; }
    .table-element .table-cell input,
    .table-element .table-cell select,
    .table-element .table-cell textarea {
      margin-bottom: 0; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc; }

.button-reset, .icon-element, .btn, .mobile-menu, .close-menu, .close-lightbox, .inner-navigation-button, .acc-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0px;
  border: 0px;
  outline: 0px;
  padding: 0px; }

.elastic-img {
  width: 100%;
  height: auto; }

.elastic-img-limit {
  max-width: 100%;
  height: auto; }

.centered-img {
  display: block;
  margin: 0 auto; }

.snoopy-img {
  position: absolute;
  right: -50px;
  bottom: -10px; }
  .snoopy-img.second {
    right: 0%;
    bottom: 30%; }
  .snoopy-img.third {
    left: 20px;
    right: auto;
    bottom: 0; }
  .snoopy-img.fourth {
    right: 200px;
    bottom: 150px; }
  .snoopy-img.five {
    right: 170px;
    bottom: 40px; }
  .snoopy-img.six {
    right: auto;
    bottom: -12px;
    left: -50px; }
  .snoopy-img.seven {
    top: 95px;
    left: 18%; }
  .snoopy-img.eight {
    right: 0;
    bottom: 0; }

.mod-snoopy {
  left: 15% !important;
  top: 55px !important; }

.mod-right {
  margin-right: 5%; }

.left-text h3, .left-text h4, .left-text span, .left-text p {
  text-align: left; }

.left-block {
  display: block;
  line-height: 18px;
  margin: 0;
  padding: 0;
  width: 100%; }

.max-w-50 {
  margin: 0 auto;
  max-width: 883px;
  position: relative; }

.disclaimer-mod-75 {
  width: 75%; }

span.txt-epp {
  color: #007CC2;
  font-size: 0.9em;
  padding-left: 100px;
  text-transform: capitalize; }

.clearfix, .inline-list.floated, .dashed-list li, .dashed-box, .full-wrapp-label, .inline-form-row {
  *zoom: 1; }
  .clearfix:before, .inline-list.floated:before, .dashed-list li:before, .dashed-box:before, .full-wrapp-label:before, .inline-form-row:before, .clearfix:after, .inline-list.floated:after, .dashed-list li:after, .dashed-box:after, .full-wrapp-label:after, .inline-form-row:after {
    content: " ";
    display: table; }
  .clearfix:after, .inline-list.floated:after, .dashed-list li:after, .dashed-box:after, .full-wrapp-label:after, .inline-form-row:after {
    clear: both; }

.rounded-image {
  border-radius: 100%;
  border: 1px solid #D5D5D5; }

.clear-margin {
  margin: 0; }

.margin-top-bottom-wrapp {
  margin: 20px 0; }

.margin-bottom-wrapp {
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    .margin-bottom-wrapp {
      margin-bottom: 30px; } }

.margin-bottom-wrapp-min {
  margin-bottom: 10px; }

.margin-bottom-wrapp-big {
  margin-bottom: 30px; }

.marg-left-50 {
  margin-left: 31.4%;
  width: 78%; }

.full-wrap {
  width: 100%; }

.mar-left-26 {
  margin-left: 26px; }

.mar-left-16 {
  margin-left: 16px !important; }

.mar-top-10 {
  margin-top: 10px; }

.no-margin {
  margin-bottom: 0; }

.ita {
  font-style: italic; }

.italic {
  font-size: 12px;
  font-style: italic; }

.total-wrapp {
  padding: 20px; }

.wrapp {
  padding-top: 20px;
  padding-bottom: 20px; }

.cont-wrap {
  padding: 0 50px; }

.big-wrapp {
  padding-bottom: 60px; }

.bigger-wrapp {
  padding: 80px 0; }

.input-wrapp {
  display: inline-block; }

.mod-big-full {
  width: 432px; }

.wrapp-small {
  padding-bottom: 20px; }

.total-wrapp {
  padding: 20px; }
  .total-wrapp.left-align {
    padding: 20px 20px 20px 0; }
    .total-wrapp.left-align .state {
      margin: 0 20px 0 0; }

.ui-datepicker {
  z-index: 10000 !important; }

.lightbox.lightbox-serie {
  max-width: 360px; }

.inner-tab-wrapp {
  padding-left: 30px;
  max-width: 400px; }
  .inner-tab-wrapp.mod-wrap2 {
    float: left;
    max-width: 100%;
    overflow: hidden;
    width: 100%; }
  .inner-tab-wrapp p.text-mod2 {
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 0 0 3%;
    max-width: 410px;
    text-align: left; }

.f-left {
  float: left; }

.offset-wrapp {
  margin-left: 20%; }
  .offset-wrapp.wide {
    margin-left: 27%; }
  .offset-wrapp.small {
    margin-left: 10px; }

.state {
  width: 136px;
  padding: 10px 30px;
  margin: 0 20px;
  color: #FFFFFF;
  font-style: italic; }
  .state.activo {
    background-color: #40B304; }
  .state.bloqueado {
    background-color: #CF1220; }

.indented {
  margin-left: 10px; }

.holder-next-buttons {
  margin-left: 28%; }
  .holder-next-buttons.inner {
    margin-left: 20%; }
  .holder-next-buttons.tiny {
    margin-left: 15%; }

/*------------------------------------------------------------------------------Generales */
html {
  font-size: 14px; }

body {
  font-family: "Open Sans", sans-serif;
  line-height: 160%;
  background-color: #fff;
  font-size: 14px;
  color: #333333;
  -webkit-backface-visibility: hidden; }

button {
  font-family: "Open Sans", sans-serif; }

a {
  color: #007BC1;
  text-decoration: none;
  outline: 0 none;
  transition: background 300ms ease, color 300ms ease, border 300ms ease; }
  a:hover {
    color: #004a75;
    outline: 0 none; }
  a:focus {
    outline: 0 none; }

ul {
  margin-left: 0; }

p {
  font-size: 1em;
  color: #333333;
  margin: 0;
  line-height: 160%;
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }

strong {
  font-weight: 600; }

.indicator {
  background-color: #FFBF00;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: -14px;
  left: 15px;
  z-index: 1;
  padding-top: 1px; }
  .indicator.static {
    position: static;
    display: inline-block; }
  .indicator:hover .tooltip-content {
    opacity: 1;
    visibility: visible; }
  .indicator .tooltip-content {
    position: absolute;
    width: 260px;
    top: 170%;
    left: -130px;
    background-color: #FFF;
    padding: 10px;
    border: 2px solid #ABCDED;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease;
    text-align: left; }
    .indicator .tooltip-content .tooltip-p {
      color: #666; }
    .indicator .tooltip-content:after {
      position: absolute;
      bottom: 100%;
      content: "";
      width: 26px;
      height: 13px;
      background: url("../images/arrow-top.png") no-repeat center center;
      left: 48%; }

.submenu-button {
  position: relative; }
  .submenu-button:after {
    content: "";
    width: 10px;
    height: 6px;
    display: block;
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #A0CFE9;
    right: 15px;
    top: 43%; }

.delete-tooltip {
  border: 1px solid #5DABFF;
  padding: 10px 20px;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: -999999px;
  margin: 0 auto;
  width: 200px;
  background-color: #FFF;
  opacity: 0;
  visibility: 0;
  transition: opacity 300ms ease; }
  .delete-tooltip:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 13px;
    top: 100%;
    left: 45%;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -299px -286px; }
    .no-svg .delete-tooltip:after {
      background-image: url("../images/icons/general-sp.png"); }
  .delete-tooltip p {
    margin-bottom: 0;
    font-size: 12px; }

.tooltip {
  display: inline-block;
  width: 17px;
  height: 17px;
  cursor: pointer;
  margin-left: 0px;
  position: relative; }
  .tooltip img {
    transition: all 300ms ease; }
  .tooltip:hover img {
    transform: rotate(360deg); }
  .tooltip.minimal {
    margin-left: 5px; }
  .tooltip .tooltip-content {
    position: absolute;
    width: 260px;
    bottom: 170%;
    left: -130px;
    background-color: #FFF;
    padding: 10px;
    border: 2px solid #ABCDED;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease; }
    .tooltip .tooltip-content .tooltip-p {
      font-size: 13px;
      color: #666666;
      line-height: 120%; }
    .tooltip .tooltip-content:after {
      position: absolute;
      top: 100%;
      content: "";
      width: 26px;
      height: 13px;
      background: url("../images/arrow-bottom.png") no-repeat center center;
      left: 48%; }
    .tooltip .tooltip-content.mod-left * {
      text-align: left; }
    .tooltip .tooltip-content.mod-left .tooltip-p {
      float: left; }
  .tooltip:hover .tooltip-content {
    opacity: 1;
    visibility: visible; }

.tooltip-title {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block; }

.bordered-link {
  border-bottom: 1px solid #ABCDED;
  padding-bottom: 0px;
  text-decoration: none; }
  .bordered-link:hover {
    border-bottom: 1px solid #004b76; }

.banner-link {
  display: block; }
  .banner-link i {
    color: #666666;
    font-weight: normal; }
  .banner-link:hover {
    background-color: #007CC2; }

.inline-element {
  margin-right: 50px; }
  .inline-element.small-m {
    margin-right: 30px; }

.info-holder {
  opacity: 0;
  visibility: hidden;
  transition: opacity 600ms ease, transform 300ms ease;
  position: absolute;
  top: 0;
  transform: translate3d(0, 50%, 0); }
  .info-holder.active {
    opacity: 1;
    visibility: visible;
    position: static;
    transform: translate3d(0, 0, 0); }

.hidden-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, max-height 300ms ease;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  max-height: 0px; }
  .hidden-content.active {
    opacity: 1;
    visibility: visible;
    max-height: 2000px;
    overflow: visible; }

.hidden-element {
  display: none; }

.hidden-element-mod {
  display: none; }

tr.hidden-element {
  display: none; }

tr.hidden-element.show {
  display: table-row; }

.hidded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease;
  transform: translate3d(0, 0, 0); }
  .hidded.flying {
    position: absolute; }
    .hidded.flying.active {
      position: static; }
  .hidded.active {
    opacity: 1;
    visibility: visible; }
  .hidded.height-hidded {
    max-height: 0;
    overflow: hidden; }
    .hidded.height-hidded.active {
      max-height: 1000px;
      overflow: visible; }

.hidden-img {
  display: none; }
  .hidden-img.active {
    display: block; }

.to-the-front {
  position: relative;
  z-index: 9999; }

.m-left-10 {
  margin-left: 10px; }

.only-on-mobile {
  display: none !important; }

/*------------------------------------------------------------------------------Fondos */
.blue-bg {
  background-color: #007CC2; }

.dark-blue-bg {
  background-color: #1C4B7D; }

.white-bg {
  background-color: #FFFFFF; }

.gray-bg {
  background-color: #EEE; }

.fondo-a {
  background-color: #CF1220; }

.fondo-b {
  background-color: #F08F00; }

.fondo-c {
  background-color: #30B33F; }

.fondo-d {
  background-color: #00A3D9; }

.fondo-e {
  background-color: #8F3191; }

/*------------------------------------------------------------------------------Headlines */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 600;
  color: #333333; }

h1 {
  font-size: 1.42857em; }

h2 {
  font-size: 1.28571em; }

h3 {
  font-size: 1.14286em; }

h4 {
  font-size: 1em;
  margin-bottom: 0; }

h5 {
  font-size: 1.5em; }

h6 {
  font-size: 1.2em; }

.minimal-text {
  font-size: 11px;
  font-weight: normal; }

.small-text {
  font-size: 0.85714em;
  font-weight: normal; }

.block-text {
  display: block; }

.big-text {
  font-size: 1.14286em; }

.giant-text {
  font-size: 1.28571em;
  font-weight: normal; }

.light-text {
  color: #666666; }

.example-text {
  font-style: italic;
  color: #525252;
  font-weight: normal;
  font-size: 1em; }

.medium-strong {
  font-weight: 600; }

.table-definitions.mod-last-w dt {
  width: 33%; }
.table-definitions.mod-last-w dd {
  width: 65%; }
.table-definitions dt {
  font-weight: 600;
  width: 60%;
  float: left;
  clear: both; }
.table-definitions dd {
  width: 38%;
  float: left;
  margin-left: 2%;
  text-align: right; }
.table-definitions.inner dt, .table-definitions.inner dd {
  font-size: 14px; }
.table-definitions.half dt, .table-definitions.half dd {
  width: 48%; }
.table-definitions.align-left dd {
  text-align: left; }

.definition-value-dark {
  font-size: 1.42857em;
  font-weight: 600;
  vertical-align: middle;
  margin-right: 10px; }

.definition-value-normal {
  font-size: 1.14286em;
  vertical-align: middle;
  margin-right: 20px; }
  .fondo-subfield .definition-value-normal {
    margin-right: 0; }

.definition-value-light {
  font-size: 1.14286em;
  vertical-align: middle;
  margin-right: 20px;
  color: #535353; }

.small-value {
  font-size: 1.28571em;
  font-weight: 600;
  vertical-align: middle;
  line-height: 173%; }

.medium-value {
  font-size: 1.71429em;
  font-weight: 600;
  vertical-align: middle; }

.big-value {
  font-size: 2.14286em;
  font-weight: 600;
  vertical-align: middle; }

.error-text {
  color: #CF1220; }

.error-message {
  color: #CF1220;
  font-size: 0.85714em;
  font-style: italic;
  display: block; }

.error-message-b {
  color: #ff0000;
  font-size: 13px;
  margin: 0 0 8px 233px; }

.white-text {
  color: #FFFFFF; }

.blue-text {
  color: #007CC2; }

.red-bg {
  background: #CF1220; }

.main-title, .main-subtitle {
  border-left: 4px solid #A6CEEB;
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 1.28571em; }
  .main-title span.nombre, .main-subtitle span.nombre {
    text-transform: none;
    font-weight: normal;
    color: #127dc0; }

.main-subtitle {
  text-transform: none;
  font-size: 1.14286em; }

.hard-text {
  display: block; }

.required-element {
  margin-left: -12px; }

.or-block {
  position: absolute;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background-color: #DDDDDD;
  text-align: center;
  font-size: 1em;
  color: #000;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  padding-top: 4px; }
  .or-block.static {
    position: static;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    border: 1px solid #DDDDDD;
    display: block; }

.bordered-title {
  border-bottom: 1px solid #888888;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 100; }

.big-letter {
  font-size: 1.42857em;
  font-weight: 600;
  font-style: normal;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle; }
  .big-letter.a {
    color: #CF1220; }
  .big-letter.b {
    color: #F08F00; }
  .big-letter.c {
    color: #30B33F; }
  .big-letter.d {
    color: #00A3D9; }
  .big-letter.e {
    color: #8F3191; }

.percent-indicator {
  font-style: normal;
  color: #000; }

.count-info {
  color: #666666 !important;
  font-size: 13px; }
  .count-info strong {
    font-weight: 600;
    color: #000 !important; }

.light-title {
  padding-bottom: 20px;
  color: #555555;
  font-size: 14px; }

.error-title {
  color: #007CC2;
  font-size: 44px;
  margin-bottom: 0;
  line-height: 150%;
  position: relative; }
  .error-title:before {
    background: url(../images/icons/big-yellow-alert.png) center no-repeat;
    content: "";
    height: 65px;
    position: absolute;
    right: 69%;
    top: 0;
    width: 77px; }
  .error-title.mod-404 {
    width: 560px;
    margin: 0 auto; }
    .error-title.mod-404:before {
      right: auto;
      left: 0; }

.error-text {
  color: #007CC2; }

.counter-text {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  color: #BABABA; }

/*------------------------------------------------------------------------------Icons */
.icon-element {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  speak: none;
  /*------------------Generales----*/
  /*------------------Cerrar sesión ----*/
  /*------------------Iconos ----*/ }
  .icon-element.inline-left {
    margin-right: 10px; }
  .icon-element.inline-right {
    margin-left: 10px; }
  .icon-element.centered {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .icon-element.mar-right10 {
    margin-right: 10px !important; }
  .icon-element.mar-right28 {
    margin-right: 28px; }
  .icon-element.mar-right20 {
    margin-right: 20px; }
  .icon-element.rounded-icon {
    background-color: #FFFFFF;
    width: 50px;
    height: 50px;
    border-radius: 100%; }
  .icon-element.close-session {
    width: 16px;
    height: 18px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -4px -74px; }
    .no-svg .icon-element.close-session {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.messages-icon {
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: 0px 0px; }
    .no-svg .icon-element.messages-icon {
      background-image: url("../images/icons/general-sp.png"); }
    .current .icon-element.messages-icon {
      background-position: -416px 0; }
  .icon-element.perfil-icon {
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -55px 0px; }
    .no-svg .icon-element.perfil-icon {
      background-image: url("../images/icons/general-sp.png"); }
    .current .icon-element.perfil-icon {
      background-position: -470px 0; }
  .icon-element.perfil-icon-inner {
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -369px -1px; }
    .no-svg .icon-element.perfil-icon-inner {
      background-image: url("../images/icons/general-sp.png"); }
    .current .icon-element.perfil-icon-inner {
      background-position: -620px 0; }
  .icon-element.passwords-icon {
    /*
    width: 26px;
    height: 26px;
    @include set-bg-img(url('../images/icons/general-sp.svg'), url('../images/icons/general-sp.png'));
    background-position: -108px 0px;
    */ }
    .current .icon-element.passwords-icon {
      background-position: -524px 0; }
  .icon-element.help-icon {
    width: 26px;
    height: 26px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -160px 0px; }
    .no-svg .icon-element.help-icon {
      background-image: url("../images/icons/general-sp.png"); }
    .current .icon-element.help-icon {
      background-position: -576px 0; }
  .icon-element.home-icon {
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -3px -148px; }
    .no-svg .icon-element.home-icon {
      background-image: url("../images/icons/general-sp.png"); }
    .current .icon-element.home-icon {
      background-position: -643px -148px; }
  .icon-element.resume-icon {
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -57px -148px; }
    .no-svg .icon-element.resume-icon {
      background-image: url("../images/icons/general-sp.png"); }
    .current .icon-element.resume-icon {
      background-image: url("../images/icons/movimientos-active.svg");
      background-position: 0px 0px; }
      .no-svg .current .icon-element.resume-icon {
        background-image: url("../images/icons/movimientos-active.png"); }
  .icon-element.contratacion-icon {
    width: 28px;
    height: 24px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -112px -147px; }
    .no-svg .icon-element.contratacion-icon {
      background-image: url("../images/icons/general-sp.png"); }
    .current .icon-element.contratacion-icon {
      background-position: -752px -148px; }
  .icon-element.gestion-icon {
    width: 25px;
    height: 24px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -165px -148px; }
    .no-svg .icon-element.gestion-icon {
      background-image: url("../images/icons/general-sp.png"); }
    .current .icon-element.gestion-icon {
      background-position: -805px -148px; }
  .icon-element.trabajadores-icon {
    width: 25px;
    height: 24px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -956px -148px; }
    .no-svg .icon-element.trabajadores-icon {
      background-image: url("../images/icons/general-sp.png"); }
    .current .icon-element.trabajadores-icon {
      background-position: -1086px -146px; }
  .icon-element.planillas-icon {
    width: 25px;
    height: 24px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -996px -148px; }
    .no-svg .icon-element.planillas-icon {
      background-image: url("../images/icons/general-sp.png"); }
    .current .icon-element.planillas-icon {
      background-position: -1128px -148px; }
  .icon-element.regularizaciones-icon {
    width: 25px;
    height: 24px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -1041px -147px; }
    .no-svg .icon-element.regularizaciones-icon {
      background-image: url("../images/icons/general-sp.png"); }
    .current .icon-element.regularizaciones-icon {
      background-position: -1172px -147px; }
  .icon-element.certificado-icon {
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -215px -148px; }
    .no-svg .icon-element.certificado-icon {
      background-image: url("../images/icons/general-sp.png"); }
    .current .icon-element.certificado-icon {
      background-position: -855px -148px; }
  .icon-element.asesoria-icon {
    width: 29px;
    height: 24px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -267px -148px; }
    .no-svg .icon-element.asesoria-icon {
      background-image: url("../images/icons/general-sp.png"); }
    .current .icon-element.asesoria-icon {
      background-position: -907px -148px; }
  .icon-element.facebook {
    width: 27px;
    height: 27px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: 11px -271px; }
    .no-svg .icon-element.facebook {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.twitter {
    width: 27px;
    height: 27px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -36px -272px; }
    .no-svg .icon-element.twitter {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.youtube {
    width: 27px;
    height: 27px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -85px -271px; }
    .no-svg .icon-element.youtube {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.oficinas {
    width: 12px;
    height: 16px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: 0px -346px; }
    .no-svg .icon-element.oficinas {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.telefono {
    width: 13px;
    height: 17px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -42px -346px; }
    .no-svg .icon-element.telefono {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.download {
    width: 20px;
    height: 15px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -85px -348px; }
    .no-svg .icon-element.download {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.check-step {
    width: 16px;
    height: 12px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -133px -348px;
    display: none; }
    .no-svg .icon-element.check-step {
      background-image: url("../images/icons/general-sp.png"); }
    .success .icon-element.check-step {
      display: inline-block; }
  .icon-element.error-img {
    width: 24px;
    height: 32px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -57px -492px;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 5px; }
    .no-svg .icon-element.error-img {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.valid-img {
    width: 24px;
    height: 32px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -111px -492px;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 5px; }
    .no-svg .icon-element.valid-img {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.remove-value {
    width: 12px;
    height: 32px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -166px -495px;
    bottom: 0;
    cursor: pointer;
    height: 32px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    width: 12px; }
    .no-svg .icon-element.remove-value {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.show-pass {
    width: 18px;
    height: 32px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -200px -494px;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    opacity: 0.5; }
    .no-svg .icon-element.show-pass {
      background-image: url("../images/icons/general-sp.png"); }
    .icon-element.show-pass.active {
      opacity: 1; }
    .icon-element.show-pass.link-like {
      position: static;
      opacity: 1;
      margin: 0 auto;
      display: block; }
    .icon-element.show-pass:hover {
      opacity: 0.8; }
  .icon-element.email {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -251px -505px;
    width: 16px;
    height: 12px; }
    .no-svg .icon-element.email {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.download-icon {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -299px -504px;
    width: 16px;
    height: 14px; }
    .no-svg .icon-element.download-icon {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.print {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -345px -504px;
    width: 16px;
    height: 16px; }
    .no-svg .icon-element.print {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.green-check {
    background-image: url("../images/icons/general-sp.svg");
    width: 24px;
    height: 36px;
    background-position: -111px -492px; }
    .no-svg .icon-element.green-check {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.show-pass-icon {
    width: 18px;
    height: 32px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -200px -494px; }
    .no-svg .icon-element.show-pass-icon {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.big-icon {
    width: 95px;
    height: 95px;
    background-image: url("../images/icons/general-sp.svg");
    position: absolute;
    top: -15px;
    margin: 0 auto;
    left: 0;
    right: 0; }
    .no-svg .icon-element.big-icon {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.medium-icon {
    width: 78px;
    height: 78px;
    background-image: url("../images/icons/simulator-icons.svg");
    position: absolute;
    top: -15px;
    margin: 0 auto;
    left: 0;
    right: 0; }
    .no-svg .icon-element.medium-icon {
      background-image: url("../images/icons/simulator-icons.png"); }
    .icon-element.medium-icon.pension {
      background-position: 0 -1px; }
    .icon-element.medium-icon.ahorrar {
      background-position: -195px -1px; }
    .icon-element.medium-icon.claves {
      background-position: -97px -1px; }
    .icon-element.medium-icon.simulador-multifondo {
      background-position: -294px -1px; }
    .icon-element.medium-icon.gescomer {
      background-position: -393px -1px; }
    .icon-element.medium-icon.gestor-claves {
      background-position: -489px -1px; }
    .icon-element.medium-icon.orden-traspaso {
      background-position: -584px -1px; }
    .icon-element.medium-icon.calculo-rebaja {
      background-position: -679px -1px; }
    .icon-element.medium-icon.lva {
      background-position: -772px -1px; }
    .icon-element.medium-icon.gestor-claves-seguridad {
      background-position: -860px -1px; }
    .icon-element.medium-icon.gestor-claves-traspaso {
      background-position: -950px -1px; }
    .icon-element.medium-icon.ficha-cliente {
      background-position: -1040px -1px; }
    .icon-element.medium-icon.cartera-empresa {
      background-position: -1130px -1px; }
    .icon-element.medium-icon.subscripcion-servicios {
      background-position: -1220px -1px; }
    .icon-element.medium-icon.datos-basicos {
      background-position: -1310px -1px; }
    .icon-element.medium-icon.doc-apoyo-gestion {
      background-position: -1400px -1px; }
    .icon-element.medium-icon.doc-nuestros-clientes {
      background-position: -1490px -1px; }
    .icon-element.medium-icon.links-utiles {
      background-position: -1580px -1px; }
    .icon-element.medium-icon.comision-ffvv {
      background-position: -1670px -1px; }

    .icon-element.medium-icon.rotador-ffvv {
      background-image: url("../images/simulador-a.png"); }
    .icon-element.medium-icon.otdigital {
      background-image: url("../images/icono-traspaso.png"); }
	.icon-element.medium-icon.SimPenEjec {
      background-image: url("../images/SimPenEjec.png"); }
	  
    .icon-element.medium-icon.form-ejec {
      background-position: -1762px -1px; }
    .icon-element.medium-icon.gen-of {
      background-position: -1854px -1px; }
  .icon-element.pension {
    background-position: -86px -561px; }
  .icon-element.ahorrar {
    background-position: -216px -561px; }
  .icon-element.multifondo {
    background-position: -357px -561px; }
  .icon-element.idea {
    background-image: url("../images/icons/general-sp.svg");
    width: 31px;
    height: 33px;
    background-position: -133px -271px; }
    .no-svg .icon-element.idea {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.mini-check {
    background-image: url("../images/icons/general-sp.svg");
    width: 16px;
    height: 16px;
    background-position: -180px -346px; }
    .no-svg .icon-element.mini-check {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.mini-block {
    background-image: url("../images/icons/general-sp.svg");
    width: 16px;
    height: 16px;
    background-position: -407px -347px; }
    .no-svg .icon-element.mini-block {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.clave-seguridad {
    background-image: url("../images/icons/general-sp.svg");
    width: 14px;
    height: 16px;
    background-position: -226px -348px; }
    .no-svg .icon-element.clave-seguridad {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.clave-seguridad-abierto {
    background-image: url("../images/icons/general-sp.svg");
    width: 14px;
    height: 19px;
    background-position: -451px -343px; }
    .no-svg .icon-element.clave-seguridad-abierto {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.seguridad {
    background-image: url("../images/icons/general-sp.svg");
    width: 14px;
    height: 16px;
    background-position: -269px -345px; }
    .no-svg .icon-element.seguridad {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.pregunta {
    background-image: url("../images/icons/general-sp.svg");
    width: 16px;
    height: 16px;
    background-position: -313px -346px; }
    .no-svg .icon-element.pregunta {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.bloquear {
    background-image: url("../images/icons/general-sp.svg");
    width: 16px;
    height: 17px;
    background-position: -360px -346px; }
    .no-svg .icon-element.bloquear {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.distribuir {
    background-image: url("../images/icons/general-sp.svg");
    background-position: 6px -728px; }
    .no-svg .icon-element.distribuir {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.clave-de-seguridad-rounded {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -56px -724px; }
    .no-svg .icon-element.clave-de-seguridad-rounded {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.apv {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -113px -723px; }
    .no-svg .icon-element.apv {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.cuenta {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -192px -713px; }
    .no-svg .icon-element.cuenta {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.multi {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -274px -717px; }
    .no-svg .icon-element.multi {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.pensiones {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -355px -710px; }
    .no-svg .icon-element.pensiones {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.consulta {
    background-image: url("../images/icons/general-sp.svg");
    width: 26px;
    height: 26px;
    background-position: -215px 0; }
    .no-svg .icon-element.consulta {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.red-oficinas {
    background-image: url("../images/icons/general-sp.svg");
    width: 26px;
    height: 26px;
    background-position: -269px 0; }
    .no-svg .icon-element.red-oficinas {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.reclamos {
    background-image: url("../images/icons/general-sp.svg");
    width: 26px;
    height: 26px;
    background-position: -324px 0; }
    .no-svg .icon-element.reclamos {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.check-single {
    background-image: url("../images/icons/general-sp.svg");
    width: 22px;
    height: 20px;
    background-position: -492px -499px; }
    .no-svg .icon-element.check-single {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.yellow-alert {
    background-image: url("../images/icons/yellow-alert-icon.svg");
    width: 37px;
    height: 32px;
    background-position: center center; }
    .no-svg .icon-element.yellow-alert {
      background-image: url("../images/icons/yellow-alert-icon.png"); }
    .icon-element.yellow-alert.inline-left {
      margin-right: 15px; }
  .icon-element.multi-alert {
    background-image: url("../images/icons/muti-alert-icon.svg");
    width: 37px;
    height: 32px;
    background-position: center center; }
    .no-svg .icon-element.multi-alert {
      background-image: url("../images/icons/muti-alert-icon.png"); }
    .icon-element.multi-alert.inline-left {
      margin-right: 15px; }
  .icon-element.red-alert {
    background-image: url("../images/icons/general-sp.svg");
    width: 37px;
    height: 32px;
    background-position: -585px -590px; }
    .no-svg .icon-element.red-alert {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.delete-row {
    background-image: url("../images/icons/general-sp.svg");
    width: 18px;
    height: 32px;
    background-position: -256px -272px; }
    .no-svg .icon-element.delete-row {
      background-image: url("../images/icons/general-sp.png"); }
    .icon-element.delete-row.disabled {
      background-position: -217px -272px; }
    .icon-element.delete-row:hover + .delete-tooltip {
      opacity: 1;
      visibility: visible;
      left: -75px; }
  .icon-element.more-icon {
    background-image: url("../images/icons/general-sp.svg");
    width: 16px;
    height: 16px;
    background-position: -343px -284px; }
    .no-svg .icon-element.more-icon {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.home-error {
    background-image: url("../images/icons/general-sp.svg");
    width: 14px;
    height: 16px;
    background-position: -669px -6px; }
    .no-svg .icon-element.home-error {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.asesoria-error {
    background-image: url("../images/icons/general-sp.svg");
    width: 21px;
    height: 16px;
    background-position: -710px -6px; }
    .no-svg .icon-element.asesoria-error {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.ayuda-error {
    background-image: url("../images/icons/general-sp.svg");
    width: 16px;
    height: 18px;
    background-position: -752px -6px; }
    .no-svg .icon-element.ayuda-error {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.link-arrow {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -100px -220px;
    width: 5px;
    height: 7px; }
    .no-svg .icon-element.link-arrow {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.pdf-icon {
    background-image: url("../images/icons/general-sp.svg");
    width: 15px;
    height: 24px;
    /*background-position: -379px -279px;*/
    /*background-image: url("../images/icons/general-sp.svg");*/
    background-color: #dddddd;
    background-position: -295px -500px;
    border-radius: 100%;
    height: 24px;
    width: 24px; }
    .no-svg .icon-element.pdf-icon {
      background-image: url("../images/icons/general-sp.png"); }
  .icon-element.folder-icon {
    background-image: url("../images/icons/folder-icon.svg");
    height: 78px;
    width: 61px;
    background-position: center; }
    .no-svg .icon-element.folder-icon {
      background-image: url("../images/icons/folder-icon.png"); }
  .icon-element.folder-icon2 {
    background-image: url("../images/icons/folder-icon.svg");
    height: 32px;
    width: 32px;
    background-position: center;
    background-color: #007CC2;
    border-radius: 100%; }
    .no-svg .icon-element.folder-icon2 {
      background-image: url("../images/icons/folder-icon.png"); }
  .icon-element.add-icon {
    background: url("../images/icons/more-less-icons.png") -16px 0px no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: -2px; }
    .icon-element.add-icon.active {
      background-position: 0px 0px; }
  .icon-element.chrome-icon {
    background: url("../images/icons/iconos-navegadores.jpg") 0px 0px no-repeat; }
  .icon-element.firefox-icon {
    background: url("../images/icons/iconos-navegadores.jpg") -141px -2px no-repeat; }
  .icon-element.explorer-icon {
    background: url("../images/icons/iconos-navegadores.jpg") -286px -2px no-repeat; }

.white-check-icon {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  margin-left: 40px;
  background-image: url("../images/icons/white-big-check.svg");
  background-position: center center; }
  .no-svg .white-check-icon {
    background-image: url("../images/icons/white-big-check.png"); }
  .white-check-icon.green-bg {
    background-color: #69A52D; }

.plus-icon {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 15px;
  top: 25px; }
  .plus-icon .line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #007CC2;
    display: block; }
    .plus-icon .line:after {
      background-color: #007CC2;
      content: '';
      display: block;
      height: 12px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: -5px;
      transition: all 300ms ease 0s;
      width: 2px;
      opacity: 1;
      visibility: visible; }
  .active .plus-icon .line:after {
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 0s; }
  .plus-icon.white {
    top: auto; }
    .plus-icon.white .line {
      background-color: #FFFFFF; }
      .plus-icon.white .line:after {
        background-color: #FFFFFF; }
  .plus-icon.static {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    top: 3px; }
  .plus-icon.left {
    right: 0; }
  .plus-icon.bigger {
    top: 48%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 21px;
    height: 16px; }
    .plus-icon.bigger .line {
      height: 5px; }
      .plus-icon.bigger .line:after {
        height: 5px; }

.loader {
  margin: 40px auto;
  position: relative; }
  .loader.inside img {
    position: relative;
    margin: 0 auto;
    display: block; }
  .loader.general {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    margin: 0; }
    .loader.general.transparent {
      background: rgba(255, 255, 255, 0.5); }
    .loader.general.white {
      background: #fff; }
    .loader.general img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      margin: auto; }
  .loader.no-visible {
    display: none; }

.no-visible {
  display: none; }

.no-visible-inline {
  display: inline-block;
  opacity: 0;
  position: relative;
  z-index: -660;
  height: 0;
  overflow: hidden; }

/*------------------------------------------------------------------------------links de interes */
a.link-interes {
  display: inline-block;
  width: 93px;
  height: 93px;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  margin: 5px 10px 5px 0;
  overflow: hidden; }
  a.link-interes.last {
    margin-right: 0; }
  a.link-interes span {
    display: none; }
  a.link-interes i {
    background: url("../images/logos/links.png") no-repeat;
    display: block;
    width: 100%;
    height: 100%; }
    a.link-interes i.sii {
      background-position: -12px -14px; }
    a.link-interes i.previred {
      background-position: -114px -14px; }
    a.link-interes i.superintendencia {
      background-position: -216px -14px; }
    a.link-interes i.compara-afp {
      background-position: -318px -14px; }
    a.link-interes i.chile-bolsa {
      background-position: -420px -14px; }
    a.link-interes i.bbva {
      background-position: -12px -163px; }
    a.link-interes i.banco-chile {
      background-position: -114px -163px; }
    a.link-interes i.bci {
      background-position: -216px -163px; }
    a.link-interes i.banco-falabella {
      background-position: -318px -163px; }
    a.link-interes i.bancoestado {
      background-position: -420px -163px; }
    a.link-interes i.itau {
      background-position: -522px -163px; }
    a.link-interes i.banco-security {
      background-position: -12px -265px; }
    a.link-interes i.banco-santander {
      background-position: -114px -265px; }
    a.link-interes i.corpbanca {
      background-position: -216px -265px; }
    a.link-interes i.provida {
      background-position: -12px -416px; }
    a.link-interes i.modelo {
      background-position: -114px -416px; }
    a.link-interes i.capital {
      background-position: -216px -416px; }
    a.link-interes i.plan-vital {
      background-position: -318px -416px; }
    a.link-interes i.cuprum {
      background-position: -420px -416px; }
    a.link-interes i.habitat {
      background-position: -522px -416px; }
  a.link-interes:hover {
    border-color: #007BC1; }
   rd a.link-interes:hover i.sii {
      background-position: -639px -14px; }08
    a.link-interes:hover i.previred {
      background-position: -741px -14px; }
    a.link-interes:hover i.superintendencia {
      background-position: -843px -14px; }
    a.link-interes:hover i.compara-afp {
      background-position: -945px -14px; }
    a.link-interes:hover i.chile-bolsa {
      background-position: -1047px -14px; }
    a.link-interes:hover i.bbva {
      background-position: -639px -163px; }
    a.link-interes:hover i.banco-chile {
      background-position: -741px -163px; }
    a.link-interes:hover i.bci {
      background-position: -843px -163px; }
    a.link-interes:hover i.banco-falabella {
      background-position: -945px -163px; }
    a.link-interes:hover i.bancoestado {
      background-position: -1047px -163px; }
    a.link-interes:hover i.itau {
      background-position: -1149 -163px; }
    a.link-interes:hover i.banco-security {
      background-position: -639px -265px; }
    a.link-interes:hover i.banco-santander {
      background-position: -741px -265px; }
    a.link-interes:hover i.corpbanca {
      background-position: -843px -265px; }
    a.link-interes:hover i.provida {
      background-position: -639px -416px; }
    a.link-interes:hover i.modelo {
      background-position: -741px -416px; }
    a.link-interes:hover i.capital {
      background-position: -843px -416px; }
    a.link-interes:hover i.plan-vital {
      background-position: -945px -416px; }
    a.link-interes:hover i.cuprum {
      background-position: -1047px -416px; }
    a.link-interes:hover i.habitat {
      background-position: -1149 -416px; }

/*------------------------------------------------------------------------------Buttons */
.btn {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  font-size: 1em;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #007CC2;
  width: auto;
  height: auto;
  line-height: 120%;
  transition: background 300ms ease;
  max-height: 100px;
  /*----------------Tamaños--------*/
  /*----------------Color--------*/
  /*----------------Formas--------*/ }
  .btn:hover {
    background-color: #004b76;
    color: #FFF; }
  .btn.small {
    padding: 8px 20px; }
  .btn.medium {
    padding: 10px 40px; }
  .btn.large {
    padding: 10px 40px;
    min-width: 200px; }
  .btn.big {
    padding: 10px 90px;
    min-width: 282px; }
  .btn.full {
    width: 100%;
    margin-left: 0; }
  .btn.no-margin {
    margin-bottom: 0; }
  .btn.input-like {
    padding: 8px 20px; }
    @media only screen and (max-width: 1024px) {
      .btn.input-like {
        padding: 12px 20px; } }
  .btn.max-w-100 {
    max-width: 100px; }
  .btn.max-w-140 {
    max-width: 140px; }
  .btn.block-button {
    display: block; }
  .btn.gris {
    background-color: #dadad7;
    color: #666; }
    .btn.gris:hover {
      background-color: #b5b5af; }
  .btn.hidden {
    opacity: 0;
    visibiliy: hidden;
    max-height: 0;
    padding: 0; }
  .btn.transparent {
    color: transparent;
    font-size: 0; }
  .btn.phantom {
    background-color: transparent;
    border: 1px solid #007CC2;
    color: #007CC2; }
    .btn.phantom:hover {
      background-color: #007CC2;
      color: #FFF; }
      .btn.phantom:hover .plus-icon .line {
        background-color: #FFFFFF; }
        .btn.phantom:hover .plus-icon .line:after {
          background-color: #FFFFFF; }
      .btn.phantom:hover .home-error {
        background-position: -789px -6px; }
      .btn.phantom:hover .asesoria-error {
        background-position: -830px -6px; }
      .btn.phantom:hover .ayuda-error {
        background-position: -872px -6px; }
  .btn.only-link {
    background-color: transparent;
    color: #007CC2;
    text-decoration: underline; }
  .btn.fondos {
    background-color: transparent;
    width: 19%;
    float: left;
    color: #333333;
    font-size: 1.42857em;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
    margin-left: 1%; }
    .btn.fondos.small {
      padding: 12px 15px;
      font-size: 1.14286em; }
    .form-cell .btn.fondos {
      padding: 8px 5px; }
    .btn.fondos:first-child {
      margin-left: 0; }
    .btn.fondos.active, .btn.fondos:hover {
      color: #FFF; }
      .btn.fondos.active.a, .btn.fondos:hover.a {
        background-color: #CF1220; }
      .btn.fondos.active.b, .btn.fondos:hover.b {
        background-color: #F08F00; }
      .btn.fondos.active.c, .btn.fondos:hover.c {
        background-color: #30B33F; }
      .btn.fondos.active.d, .btn.fondos:hover.d {
        background-color: #00A3D9; }
      .btn.fondos.active.e, .btn.fondos:hover.e {
        background-color: #8F3191; }
    .btn.fondos.a {
      border: 1px solid #CF1220; }
    .btn.fondos.b {
      border: 1px solid #F08F00; }
    .btn.fondos.c {
      border: 1px solid #30B33F; }
    .btn.fondos.d {
      border: 1px solid #00A3D9; }
    .btn.fondos.e {
      border: 1px solid #8F3191; }
    .btn.fondos.not-pointer {
      cursor: initial; }
  .btn.social {
    display: block;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    color: transparent;
    font-size: 0; }
    .btn.social:hover {
      opacity: 0.8; }
  .btn.tab-table {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 0;
    color: #007CC2;
    font-size: 1em;
    padding: 10px 20px;
    width: 33.32%;
    float: left;
    text-align: center;
    transition: all 300ms ease;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    bottom: -1px; }
    .btn.tab-table.mod-w-25 {
      width: 25%;
      padding: 10px 0px; }
    @media only screen and (max-width: 1024px) {
      .btn.tab-table {
        padding: 20px 20px; } }
    .btn.tab-table.active {
      font-weight: 600;
      border: 1px solid #007CC2;
      border-bottom: 0;
      position: relative; }
      .btn.tab-table.active:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #FFFFFF;
        bottom: -1px;
        left: 0; }
    .btn.tab-table:active {
      background-color: #CCC; }
    .btn.tab-table .indicator {
      width: 17px;
      height: 17px; }
  .btn.tab-table-block {
    width: 33%;
    background-color: #00A3D9;
    color: #FFF;
    border-radius: 0;
    display: block;
    float: left;
    margin-right: 0.5%;
    padding: 20px 75px 20px 20px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 3px; }
    .btn.tab-table-block:last-child {
      margin-right: 0; }
    .btn.tab-table-block:hover {
      background-color: #006a8d; }
    .btn.tab-table-block.active {
      background-color: #007CC2; }
      .btn.tab-table-block.active .button-title {
        transform: translate3d(0, -50%, 0);
        opacity: 0; }
      .btn.tab-table-block.active .rounded-icon {
        transform: translate3d(0, 0, 0);
        transform: rotate(360deg);
        transition-delay: 150ms;
        opacity: 1; }
    .btn.tab-table-block .plus-icon {
      bottom: 9px;
      right: 13px; }
    .btn.tab-table-block .button-title {
      transition: all 150ms ease;
      transform: translate3d(0, 0, 0);
      display: block; }
    .btn.tab-table-block .rounded-icon {
      position: absolute;
      top: 10px;
      transform: translate3d(0, 100%, 0);
      transition: all 300ms ease;
      opacity: 0;
      left: 0;
      right: 0; }
  .btn.disabled {
    background: #444;
    color: #fff;
    cursor: default;
    opacity: 0.28; }
  .btn.d-table-mod {
    display: table; }

ul.result-box {
  background: #fff;
  border: 1px solid #30b33f;
  border-radius: 3px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 31px;
  width: 100%;
  z-index: 10;
  transition: all 400ms ease;
  visibility: hidden;
  opacity: 0;
  max-height: 0; }
  ul.result-box.active {
    padding: 10px 0 14px;
    max-height: 1000px;
    transition: height 300ms ease;
    visibility: visible;
    opacity: 1; }
  ul.result-box li {
    font-size: 13px;
    padding: 0 14px !important;
    cursor: pointer;
    transition: all 400ms ease; }
    ul.result-box li:hover {
      color: #fff;
      background: #007CC2; }
    ul.result-box li:after {
      display: none; }
    ul.result-box li.loading-text {
      cursor: default; }
      ul.result-box li.loading-text:hover {
        background: #fff;
        color: #333; }

.link {
  text-decoration: underline; }

.underline-link {
  padding-bottom: 5px; }

.mobile-menu {
  display: none;
  width: 60px;
  height: 42px;
  border-left: 4px solid #FFF;
  float: right;
  color: transparent;
  font-size: 0;
  background-image: url("../images/icons/general-sp.svg");
  background-repeat: no-repeat;
  background-position: -158px -60px; }
  .no-svg .mobile-menu {
    background-image: url("../images/icons/general-sp.png"); }
  .mobile-menu:hover {
    background-color: #004b76; }

.close-menu-wrapp {
  display: none !important;
  padding: 13px 10px;
  overflow: hidden; }

.close-menu {
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/general-sp.svg");
  background-repeat: no-repeat;
  background-position: -236px -74px;
  color: transparent;
  font-size: 0;
  float: right; }
  .no-svg .close-menu {
    background-image: url("../images/icons/general-sp.png"); }

.close-lightbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  color: #FFF;
  font-weight: 600;
  background-color: #007CC2;
  transition: all 300ms ease; }
  .close-lightbox:hover {
    background-color: #004b76; }

.to-the-bottom {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 225px;
  margin: 0 auto; }

.inner-navigation-button {
  background-color: #EEEEEE;
  display: block;
  padding: 10px;
  margin-bottom: 3px;
  color: #666666;
  width: 100%;
  text-align: left;
  transition: all 300ms ease; }
  .inner-navigation-button.current {
    color: #FFFFFF;
    background-color: #007CC2; }
    .inner-navigation-button.current:hover {
      background-color: #007CC2; }
  .inner-navigation-button:hover {
    background-color: #E5E4E4; }

/*------------------------------------------------------------------------------Forms */
input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  background-color: transparent;
  border: 1px solid #A3C3D9;
  border-radius: 5px;
  padding: 7px 25px 7px 5px;
  color: #666666;
  height: 32px;
  background-color: #FFF; }
  input.transitioned-field, select.transitioned-field, textarea.transitioned-field {
    transition: width 300ms ease;
    width: 200px;
    position: static;
    float: left;
    margin-right: 5px;
    margin-top: 0; }
  input:focus, select:focus, textarea:focus {
    outline: 0 none; }
  input.hidden-field, select.hidden-field, textarea.hidden-field {
    width: 0;
    border: 0 none;
    opacity: 0;
    position: absolute;
    transition: width 300ms ease; }
  input.inline-display, select.inline-display, textarea.inline-display {
    display: inline-block; }

input[type="file"] {
  height: auto; }

.send-field.transitioned-field {
  transition: width 300ms ease;
  width: 190px;
  position: relative;
  float: left;
  margin-right: 5px;
  margin-top: 0; }
.send-field.hidden-field {
  width: 0;
  border: 0 none;
  opacity: 0;
  position: absolute; }
.send-field input {
  width: 190px; }
.send-field .icon-element.error-img {
  left: auto;
  right: 0;
  opacity: 0;
  z-index: -1; }
.send-field .icon-element.valid-img {
  left: auto;
  right: 0;
  opacity: 0;
  z-index: -1; }
.send-field .icon-element.remove-value {
  right: 10px;
  top: -4px; }

input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  outline: 0 none;
  border: 1px solid #7CABCB;
  background-color: #FFF; }
  input[type="search"]:focus.invalid-input,
  input[type="text"]:focus.invalid-input,
  input[type="email"]:focus.invalid-input,
  input[type="number"]:focus.invalid-input,
  textarea:focus.invalid-input,
  select:focus.invalid-input {
    border-color: #CF1220 !important; }
  input[type="search"]:focus.valid-input,
  input[type="text"]:focus.valid-input,
  input[type="email"]:focus.valid-input,
  input[type="number"]:focus.valid-input,
  textarea:focus.valid-input,
  select:focus.valid-input {
    border-color: #30B33F; }

input[type="radio"] {
  margin-top: 2px; }

label .tooltip {
  top: -2px; }

textarea {
  height: 140px; }

select {
  color: #000000;
  background-image: url("../images/icons/selector-icon.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  /*background-color: #F4F4F4;*/
  background-color: #fff;
  padding-bottom: 5px; }
  .no-svg select {
    background-image: url("../images/icons/selector-icon.png"); }

select::-ms-expand {
  display: none; }

label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.92857em;
  margin-bottom: 5px; }

input[type="radio"] {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  display: block;
  float: left;
  position: relative;
  margin-right: 10px;
  /*&:checked {
    &:after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background-color: $blue;
      border-radius: 100%;
      position: absolute;
      left: 3px;
      top: 3px;
    }
  }*/ }

.radio-wrap {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  display: block;
  margin-right: 10px;
  float: left;
  position: relative;
  top: 3px; }
  .radio-wrap.invalid-input {
    border: solid 1px #CF1220; }
  .radio-wrap.valid-input {
    border: solid 1px #30B33F; }
  .radio-wrap input[type="radio"] {
    display: none; }
  .radio-wrap.active:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #007CC2;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #A3C3D9;
  display: block;
  margin-right: 10px;
  float: left;
  position: relative;
  border-radius: 3px; }
  input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 12px;
    height: 11px;
    position: absolute;
    left: 3px;
    top: 3px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -185px -286px; }
    .no-svg input[type="checkbox"]:checked:after {
      background-image: url("../images/icons/general-sp.png"); }
  input[type="checkbox"].centered {
    float: none;
    margin: 0 auto; }

.hidden-input {
  width: auto;
  display: inline;
  border: 0;
  padding: 0;
  font-style: italic;
  transition: all 300ms ease;
  padding-right: 25px;
  cursor: auto !important;
  background-color: transparent;
  background-image: none;
  color: #666;
  padding-right: 0px; }
  .hidden-input + .remove-value {
    display: none; }
  .hidden-input.active {
    border: 1px solid #A3C3D9;
    padding: 7px 25px 7px 5px; }
    .hidden-input.active + .remove-value {
      display: block; }

select.hidden-input.active {
  background-image: url("../images/icons/selector-icon.svg");
  background-position: 87% center; }
  .no-svg select.hidden-input.active {
    background-image: url("../images/icons/selector-icon.png"); }

.minimal-input {
  width: 40px;
  padding: 7px 5px;
  display: inline-block; }

.very-tiny-input {
  width: 55px; }

.tiny-input {
  width: 25px; }

.ch-input {
  width: 30px;
  padding: 7px 0px 7px 10px; }

.row-input {
  width: 145px; }

.very-small-input {
  width: 120px; }

.small-input {
  width: 170px; }

.medium-input {
  width: 220px; }

.big-input {
  width: 280px; }

.big-input2 {
  width: 360px; }

.biggest-input {
  width: 391px; }

.width285 {
  width: 285px; }

.full-wrapp-label {
  display: block;
  margin-bottom: 10px; }
  @media only screen and (max-width: 1024px) {
    .full-wrapp-label {
      margin-bottom: 20px; } }
  .full-wrapp-label.mod-size span {
    width: 74%; }
  .full-wrapp-label span {
    color: #333333;
    float: left;
    font-size: 13px;
    font-weight: 100;
    width: 88%; }
    @media only screen and (max-width: 1024px) {
      .full-wrapp-label span {
        font-size: 14px; } }
    .full-wrapp-label span .small-text {
      font-size: 13px;
      font-weight: normal;
      float: none;
      width: auto; }
      @media only screen and (max-width: 1024px) {
        .full-wrapp-label span .small-text {
          font-size: 14px; } }
    .full-wrapp-label span.w-auto {
      width: auto; }
  .full-wrapp-label .mod-font {
    color: #333333;
    float: left;
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 15px;
    width: 92%; }
    .full-wrapp-label .mod-font.marg-bottom-0 {
      margin-bottom: 0; }
  .full-wrapp-label .tooltip {
    float: none;
    width: 17px; }
  .full-wrapp-label.mod-connect {
    margin-bottom: 5px; }
    .full-wrapp-label.mod-connect span {
      font-size: 13px;
      font-weight: 100; }

.count-number {
  color: #666666; }

.light-loader {
  opacity: 0.82; }

.mod-wrap {
  width: 54%;
  float: left; }
  .mod-wrap input {
    display: inline-block; }
  .mod-wrap span {
    width: 80%; }

textarea, .no-resize {
  resize: none; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.mod-left {
  float: left;
  margin: 0 7px 0 0; }

.medium-small-input {
  width: 203px; }

.mod-size-12 {
  font-size: 12px; }

.mod-size-13 {
  font-size: 13px; }

.mod-cancel {
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: underline;
  width: 100%; }

.disabled-percent {
  display: inline-block;
  width: 11px; }

.pad-top-3 {
  padding-top: 3px; }

.mod-width-292 {
  width: 292px; }

.mod-check-group .full-wrapp-label span {
  width: 86%; }

.marg-left-27 {
  margin-left: 27px; }

p.absolute-cent {
  bottom: 0;
  display: block;
  height: 20px;
  left: 0;
  margin: auto !important;
  position: absolute;
  right: 0;
  top: 0; }

.no-m-bottom {
  margin-bottom: 0; }

ul.no-bullet {
  list-style: none; }

.mod-block {
  float: left;
  margin-left: 8.4% !important; }

.invalid-input {
  border-color: #CF1220 !important; }

input.invalid-input[type="checkbox"] {
  border-color: transparent;
  outline: 1px solid #cf1220; }

.valid-input {
  border-color: #30B33F; }

.floated-select {
  margin: 0;
  max-width: 180px;
  position: absolute;
  right: 20px;
  top: 13px; }

.inline-element {
  display: inline-block;
  transition: all 300ms ease; }
  .inline-element.visible {
    z-index: 1;
    opacity: 1;
    height: 50px;
    overflow: unset;
    clear: both;
    transition: all 300ms ease;
    margin: 0 0 0 8px;
    width: 146px; }

.width-500 {
  width: 500px; }

.width-470 {
  width: 470px; }

.inline-form label.mar-right {
  margin-right: 22px !important; }
.inline-form.centered {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-radius: 10px; }
  .inline-form.centered .form-group input {
    margin-right: 5px;
    width: 110px; }
    .inline-form.centered .form-group input.big-input {
      width: 250px; }
.inline-form .form-group {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0; }
  .inline-form .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-right: 10px; }
  .inline-form .form-group select {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    width: 180px;
    margin-right: 15px; }
    .inline-form .form-group select.big-input {
      width: 280px; }
  .inline-form .form-group input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    width: 180px;
    margin-right: 15px; }
    .inline-form .form-group input.big-input {
      width: 280px; }
  .inline-form .form-group.margin-bottom-wrapp {
    margin-bottom: 20px; }

.inline-form-row {
  vertical-align: middle;
  margin-bottom: 20px;
  width: 100%;
  clear: both; }
  .inline-form-row.no-margin {
    margin-bottom: 0; }
  .inline-form-row.margin-bottom-wrapp-large {
    margin-bottom: 40px; }

.form-cell {
  display: block;
  margin-right: 10px;
  float: left; }
  .form-cell .pad-right-icon {
    padding-right: 23px; }
    .form-cell .pad-right-icon .icon-element.error-img,
    .form-cell .pad-right-icon .icon-element.valid-img {
      margin-left: -17px; }
  .form-cell .mar-right {
    margin-right: 22px; }
  .form-cell.mar-right-23 {
    margin-right: 23px; }
  .form-cell.wide {
    width: 71%; }
  .form-cell.first {
    width: 26%; }
  .form-cell.first-mod {
    width: 60%;
    margin-right: 10%; }
  .form-cell.mod-first {
    width: 26%; }
  .form-cell.inner {
    width: 18.5%; }
  .form-cell.tiny {
    width: 13.5%; }
  .form-cell.offset-left {
    margin-left: 27.45%; }
  .form-cell.mod-left {
    margin-left: 31.45%; }
  .form-cell.big {
    width: 30%; }
  .form-cell.very-big {
    width: 83%; }
  .form-cell.half {
    width: 45%;
    margin-right: 10%; }
    .form-cell.half.last {
      margin-right: 0; }
  .form-cell.inner-wrapp {
    clear: both; }
  .form-cell.inner-mod {
    width: 210px; }
  .form-cell.mod-w-62 {
    width: 62%; }
  .form-cell.mod-w-26 {
    width: 26%; }
  .form-cell.mod-w-18 {
    width: 18%;
    margin-right: 2%; }
    .form-cell.mod-w-18.last {
      margin-right: 0; }
  .form-cell.mod-w-20 {
    width: 20%;
    margin-right: 2%; }
    .form-cell.mod-w-20.mr1 {
      margin-right: 1%; }
    .form-cell.mod-w-20.last {
      margin-right: 0; }
  .form-cell.mod-w-21 {
    width: 21%;
    margin-right: 2%; }
    .form-cell.mod-w-21.last {
      margin-right: 0; }
  .form-cell.mod-w-22 {
    width: 22%;
    margin-right: 2%; }
    .form-cell.mod-w-22.last {
      margin-right: 0; }
  .form-cell.mod-w-23 {
    width: 23%;
    margin-right: 2%; }
    .form-cell.mod-w-23.mr1 {
      margin-right: 1%; }
    .form-cell.mod-w-23.last {
      margin-right: 0; }
  .form-cell.mod-w-23h {
    width: 23.5%;
    margin-right: 2%; }
    .form-cell.mod-w-23h.last {
      margin-right: 0; }
  .form-cell.mod-w-25 {
    width: 25%;
    margin-right: 2%; }
    .form-cell.mod-w-25.last {
      margin-right: 0; }
  .form-cell.mod-w-30 {
    width: 30%;
    margin-right: 2%; }
    .form-cell.mod-w-30.last {
      margin-right: 0; }
  .form-cell.mod-w-33 {
    width: 33%;
    margin-right: 2%; }
    .form-cell.mod-w-33.last {
      margin-right: 0; }
  .form-cell.mod-w-39 {
    width: 39%;
    margin-right: 2%; }
    .form-cell.mod-w-39.last {
      margin-right: 0; }
  .form-cell.mod-w-42 {
    width: 42%;
    margin-right: 2%; }
    .form-cell.mod-w-42.last {
      margin-right: 0; }
  .form-cell.mod-w-44 {
    width: 44%;
    margin-right: 2%; }
    .form-cell.mod-w-44.last {
      margin-right: 0; }
  .form-cell.mod-w-45 {
    width: 45%;
    margin-right: 2%; }
    .form-cell.mod-w-45.last {
      margin-right: 0; }
  .form-cell.mod-w-46 {
    width: 46%;
    margin-right: 2%; }
    .form-cell.mod-w-46.last {
      margin-right: 0; }
  .form-cell.mod-w-52 {
    width: 52%;
    margin-right: 2%; }
    .form-cell.mod-w-52.last {
      margin-right: 0; }
  .form-cell.mod-w-54 {
    width: 54%;
    margin-right: 1%; }
    .form-cell.mod-w-54.last {
      margin-right: 0; }
  .form-cell.mod-w-61 {
    width: 61%;
    margin-right: 2%; }
    .form-cell.mod-w-61.last {
      margin-right: 0; }
  .form-cell.mod-w-69 {
    width: 69%;
    margin-right: 2%; }
    .form-cell.mod-w-69.last {
      margin-right: 0; }
  .form-cell.last {
    margin-right: 0; }
  .form-cell input.text-input[readonly] {
    border: 1px solid #b7b7b7;
    color: #747474;
    background: #eee; }
  .form-cell input.checkbox[readonly] {
    display: none; }
    .form-cell input.checkbox[readonly] + span.checkbox-display {
      position: relative;
      display: block;
      width: 20px;
      height: 20px; }
      .form-cell input.checkbox[readonly] + span.checkbox-display:after {
        content: "";
        display: block;
        width: 16px;
        height: 4px;
        position: absolute;
        top: 8px;
        left: 2px;
        background-color: #CF1220; }
    .form-cell input.checkbox[readonly]:checked + span.checkbox-display {
      background-color: transparent;
      background-image: url(../images/icons/general-sp.svg);
      background-position: -389px -501px; }
      .form-cell input.checkbox[readonly]:checked + span.checkbox-display:after {
        display: none; }
  .form-cell .inline-btn {
    margin-top: 17px;
    margin-bottom: 2px; }
  .form-cell .error-message {
    position: absolute;
    margin-top: 0; }

.last-cell {
  margin-left: 27.5%; }

.offset-left-element {
  margin-left: 25px; }
  .offset-left-element.small {
    margin-left: 20px; }
  .offset-left-element.special-inner-button {
    max-width: 210px;
    text-align: center;
    margin-left: 0; }

.label-like {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 0;
  white-space: nowrap; }
  .label-like.light {
    font-weight: normal; }
  .label-like.inner {
    font-size: 13px;
    padding-top: 4px; }

.label-like-dt {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 20px;
  width: 26%;
  float: left; }
  .label-like-dt.half {
    width: 50%; }
  .label-like-dt.full {
    width: 100%; }
  .label-like-dt.mod-29 {
    width: 29.5% !important; }
  .label-like-dt.title-area h4 {
    margin-bottom: 10px;
    padding-left: 6px; }
  .label-like-dt.title-area p {
    font-weight: 100;
    font-size: 13px !important; }
  .label-like-dt.title-area.single h4 {
    padding-left: 0; }

.label-like-dd {
  font-size: 1em;
  margin-left: 0;
  margin-bottom: 20px;
  width: 67%;
  float: left; }
  .label-like-dd.half {
    width: 50%; }

.label-like-dd-mod {
  font-size: 1em;
  margin-left: 0;
  margin-bottom: 20px;
  width: 30%;
  float: left; }
  .label-like-dd-mod.half {
    width: 50%; }

.title-area h3 {
  float: left;
  line-height: 32px;
  width: auto; }

.to-spacing {
  padding-top: 8px; }

.big-line-height {
  line-height: 200%; }

.inline-label {
  display: inline-block;
  margin-right: 10px; }

.in-text {
  display: inline-block;
  width: 100%;
  max-width: 80px;
  height: 25px;
  background-color: #FFF;
  padding: 5px;
  margin-bottom: 0; }
  .in-text.w-54 {
    width: 54px; }

.semi-modal {
  position: absolute;
  left: -10px;
  top: -10px;
  background-color: #EDEDED;
  padding: 50px 40px 10px 10px;
  z-index: 999; }
  .semi-modal.big {
    width: 124%;
    padding: 70px 40px 10px 10px;
    top: -20px; }

.switch {
  width: 93px;
  height: 40px;
  float: right;
  border: 1px solid #007CC2;
  border-radius: 30px;
  position: relative;
  padding: 5px;
  cursor: pointer; }
  .switch input {
    display: none; }
  .switch .checkbox-indicator {
    width: 30px;
    height: 30px;
    background-color: #D3D2D2;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    transition: all 300ms ease;
    z-index: 9; }
  .switch input:checked + .checkbox-indicator {
    left: 55px;
    transition: all 300ms ease;
    background-color: #30B33F; }
  .switch .inner-text {
    position: absolute;
    top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #333333;
    font-weight: 600; }
    .switch .inner-text.left {
      left: 15px; }
    .switch .inner-text.right {
      right: 15px; }
  .switch.disabled {
    background: #eaeaea;
    border: 1px solid #ccc;
    cursor: initial; }
    .switch.disabled .inner-text {
      color: #ccc; }
  .switch.type-b {
    float: left;
    margin-right: 15px;
    border: none;
    padding: 0;
    border-radius: 0;
    width: 60px;
    height: 34px; }
    .switch.type-b label {
      height: 100%;
      border: 2px solid #D3D2D2;
      border-radius: 34px; }
      .switch.type-b label .checkbox-indicator {
        top: 0;
        left: 0;
        background-color: white;
        width: 34px;
        height: 34px;
        border: 2px solid #D3D2D2; }
      .switch.type-b label.s-active {
        background-color: #30B33F;
        border: 2px solid #30B33F; }
        .switch.type-b label.s-active .checkbox-indicator {
          border: 2px solid #30B33F; }
    .switch.type-b input:checked + .checkbox-indicator {
      left: 26px; }
    .switch.type-b + label {
      line-height: 34px; }

.form-accordeon {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px; }
  .form-accordeon .open-close-btn {
    position: relative;
    float: right;
    display: block;
    width: 24px;
    height: 24px;
    background-position: 0px 0;
    border: 1px solid #007CC2;
    border-radius: 5px; }
    .form-accordeon .open-close-btn:before {
      position: absolute;
      content: "";
      background: #007CC2;
      height: 2px;
      width: 14px;
      top: 10px;
      left: 4px; }
    .form-accordeon .open-close-btn:after {
      position: absolute;
      content: "";
      background: #007CC2;
      height: 14px;
      width: 2px;
      top: 4px;
      left: 10px; }
  .form-accordeon .form-accordeon-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 500ms ease; }
  .form-accordeon.open .open-close-btn:after {
    display: none; }
  .form-accordeon.open .form-accordeon-content {
    max-height: 1000px; }

.number-table * {
  text-align: right; }
.number-table .a-left {
  text-align: left; }

.cent-align-table * {
  text-align: center; }

.medium-form {
  max-width: 265px; }

.email-message-wrapp .error-message {
  position: absolute;
  top: 30px; }
.email-message-wrapp .link {
  margin-left: 10px; }

/*.enviar-email {
    top: 3px;
}*/
.search-workers {
  padding: 0 35px 0 35px;
  box-shadow: none !important;
  background-image: url("../images/icons/general-sp.svg");
  background-position: -491px -337px;
  margin-right: 0 !important; }
  .no-svg .search-workers {
    background-image: url("../images/icons/general-sp.png"); }
  @media only screen and (max-width: 1024px) {
    .search-workers {
      background-position: -491px -332px; } }

.mail-icon {
  background-image: url("../images/icons/user-mail.svg");
  background-position: 0px -32px;
  width: 16px;
  height: 14px;
  margin-right: 4px; }
  .no-svg .mail-icon {
    background-image: url("../images/icons/user-mail.png"); }

.user-icon {
  background-image: url("../images/icons/user-mail.svg");
  background-position: -1px -8px;
  width: 16px;
  height: 14px;
  margin-right: 4px; }
  .no-svg .user-icon {
    background-image: url("../images/icons/user-mail.png"); }

.disabled-input {
  background-color: #EEEEEE;
  color: #666666; }
  .disabled-input:focus {
    background-color: #EEEEEE !important;
    color: #666666;
    border: 1px solid #A3C3D9 !important; }

.error-message {
  color: red;
  font-size: 12px;
  margin-bottom: 8px;
  /*margin-left: 232px;*/
  margin-top: 20px; }

.date-picker, .datetime-picker {
  background-image: url("../images/icons/date-picker.svg");
  background-position: 96% center;
  background-repeat: no-repeat; }
  .no-svg .date-picker, .no-svg .datetime-picker {
    background-image: url("../images/icons/date-picker.png"); }

.ui_tpicker_time_input {
  border-radius: 0;
  font-weight: 700;
  text-align: center; }

/*------------------------------------------------------------------------------Header */
.user-options {
  margin-left: 20%;
  width: 40%; }
  .user-options a {
    color: #FFF;
    padding: 10px 30px;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 0.92857em; }
    .user-options a:hover {
      background-color: #005b8f;
      text-decoration: underline; }
    .user-options a.current {
      background-color: #EDEDED;
      color: #007CC2;
      text-decoration: none;
      position: relative; }
      .user-options a.current:after {
        content: "";
        position: absolute;
        top: 100%;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 6.5px solid transparent;
        border-right: 6.5px solid transparent;
        border-top: 9px solid #EDEDED;
        left: 45%; }

header .user-options li {
  width: 50% !important;
  float: left;
  display: inline-block; }

.cont-header {
  padding: 30px 50px; }

.close-session-link {
  float: right;
  font-size: 0.92857em;
  position: relative;
  right: 50px;
  top: auto; }
  @media only screen and (max-width: 1024px) {
    .close-session-link {
      font-size: 15px; } }
  .close-session-link:hover {
    color: #FFFFFF;
    text-decoration: underline; }

.main-header {
  padding: 20px 0; }

.logo {
  float: left;
  width: 22.22222%;
  color: transparent;
  font-size: 0;
  padding-top: 5px; }
  .logo img {
    width: 100%;
    height: auto; }

.access-logo img {
  height: auto;
  width: 100%; }
.access-logo.cent {
  width: 182px; }

.user-data {
  float: left;
  line-height: 150%;
  padding: 0 10px; }
  .user-data h4 {
    font-size: 1em;
    margin-bottom: 0;
    color: #333333;
    font-weight: 600; }
  .user-data p {
    color: #666666;
    margin-bottom: 0px; }
  .user-data a {
    font-size: 13px; }

.user-navigation {
  padding-top: 20px;
  width: 38%;
  float: right; }
  .user-navigation li {
    position: relative;
    display: block;
    float: left; }
    .user-navigation li a {
      display: block;
      padding-left: 28px;
      position: relative; }
      .user-navigation li a:hover .text-link {
        border-bottom: 1px solid #004b76;
        padding-bottom: 2px; }
      .user-navigation li a.current {
        color: #324883; }
        .user-navigation li a.current:after {
          content: "";
          height: 2px;
          width: 27px;
          position: absolute;
          top: 120%;
          left: 28px;
          background-color: #324883; }

.fixed-menu-holder.fixed-active {
  position: fixed;
  width: 100%;
  top: 0; }

.main-navigation ul.inline-list.floated {
  display: table; }
  .main-navigation ul.inline-list.floated li {
    box-shadow: -1px 0px 0px 0px #24609D;
    display: table-cell;
    float: none; }
    .main-navigation ul.inline-list.floated li.fixed-no-shadow {
      box-shadow: none; }
    .main-navigation ul.inline-list.floated li .submenu {
      position: absolute;
      width: 280px;
      background-color: #FFF;
      border: 1px solid #007CC2;
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
      z-index: 10;
      padding: 20px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 300ms ease; }
      .main-navigation ul.inline-list.floated li .submenu.active {
        opacity: 1;
        visibility: visible; }
      .main-navigation ul.inline-list.floated li .submenu ul {
        display: block; }
        .main-navigation ul.inline-list.floated li .submenu ul li {
          box-shadow: none;
          width: 100%;
          padding: 10px 0;
          float: left;
          display: block; }
          .main-navigation ul.inline-list.floated li .submenu ul li.submenu-title {
            border-bottom: 1px solid #ddd;
            padding-bottom: 0; }
      .main-navigation ul.inline-list.floated li .submenu a {
        color: #007CC2;
        text-align: left;
        padding: 0;
        display: inline;
        position: relative; }
        .main-navigation ul.inline-list.floated li .submenu a:before {
          content: "";
          position: absolute;
          width: 5px;
          height: 7px;
          left: -8px;
          top: 6px;
          background-image: url("../images/icons/general-sp.svg");
          background-position: -100px -220px;
          background-repeat: no-repeat; }
          .no-svg .main-navigation ul.inline-list.floated li .submenu a:before {
            background-image: url("../images/icons/general-sp.png"); }
        .main-navigation ul.inline-list.floated li .submenu a:hover {
          background-color: transparent;
          color: #004b76; }
.main-navigation a {
  display: block;
  color: #FFFFFF;
  padding: 10px 2em;
  text-align: center; }
  .main-navigation a:hover, .main-navigation a.current, .main-navigation a.active {
    background-color: #004b76; }
.main-navigation.empleadores a {
  padding: 10px 41px; }

.top-nav {
  height: auto;
  overflow: hidden;
  padding: 6px 0;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .top-nav {
      padding: 16px 0; } }

/*------------------------------------------------------------------------------Tables */
table {
  width: 100%; }
  table th {
    background-color: #DDDDDD;
    color: #007CC2;
    text-align: left;
    font-size: 0.92857em;
    font-weight: normal;
    padding: 10px 5px;
    border-left: 1px solid #FFFFFF; }
    table th:first-child {
      border: 0 none; }
  table td {
    color: #333333;
    padding: 10px 5px;
    border-left: 1px solid #CACACA;
    font-size: 0.92857em; }
    table td:first-child {
      border: 0 none; }
  table tr:nth-child(2n) td {
    background-color: #F4F4F4; }
  table .total-row td {
    background-color: #FFF;
    font-weight: 600;
    color: #333333;
    font-size: 14px;
    /*padding-right:72px !important;*/ }
    table .total-row td strong {
      font-size: 16px; }
  table .total-row.inner td {
    text-transform: uppercase;
    padding-right: 5px !important; }
  table.bordered-bottom-table {
    border-bottom: 1px solid #CACACA; }

.min-130 {
  min-width: 130px; }

.smallest-td {
  max-width: 100px; }

.small-td {
  max-width: 150px; }

.medium-td {
  max-width: 250px; }

.table-scroll {
  overflow: hidden; }
  .table-scroll table {
    border-spacing: 1px;
    border-collapse: separate; }
    .table-scroll table th {
      text-align: center;
      color: white;
      font-weight: bold;
      background-color: #a3c3d9; }
    .table-scroll table td {
      border: none;
      background-color: #e5eef5;
      min-width: 60px; }
    .table-scroll table tr:nth-child(2n) td {
      background-color: #eef3f7; }
    .table-scroll table tr:hover td {
      background-color: #cbd3d9; }
    .table-scroll table tbody th {
      color: #333;
      background-color: #ebebeb;
      text-align: left; }
    .table-scroll table tr.total-row td {
      background-color: #ebebeb; }
  .table-scroll .iScrollHorizontalScrollbar {
    margin-top: 1px;
    height: 10px;
    background-color: #cccccc;
    border-radius: 4px; }
    .table-scroll .iScrollHorizontalScrollbar .iScrollIndicator {
      background-color: #007CC2;
      height: 8px;
      margin-top: 1px;
      border-radius: 4px; }

.table-normal table {
  border-spacing: 1px;
  border-collapse: separate; }
  .table-normal table th {
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: #a3c3d9; }
  .table-normal table td {
    border: none;
    background-color: #e5eef5;
    min-width: 60px; }
  .table-normal table tr:nth-child(2n) td {
    background-color: #eef3f7; }
  .table-normal table tr:hover td {
    background-color: #cbd3d9; }
  .table-normal table tbody th {
    color: #333;
    background-color: #ebebeb;
    text-align: left; }
  .table-normal table tr.total-row td {
    background-color: #ebebeb; }

.fondo-table td {
  padding: 20px;
  border-left: 1px solid #EEEEEE;
  vertical-align: top; }
  .fondo-table td:first-child {
    border: 0 none;
    width: 47%; }
  .fondo-table td.smallest-td {
    width: 37%; }
  .fondo-table td .dashed-box:last-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #EEE; }
    .fondo-table td .dashed-box:last-child.last {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }

.fondo-holder {
  padding: 2px 10px;
  display: inline-block;
  color: #FFF;
  font-size: 1.14286em;
  border-radius: 3px 0px 0px 3px;
  position: relative;
  height: 27px;
  margin-right: 20px;
  transition: all 300ms ease;
  transform: translate3d(0, 0, 0); }
  .fondo-holder:hover {
    color: #FFF;
    transform: scale(1.155, 1.155); }
  .fondo-holder:after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 16px;
    height: 27px;
    background-repeat: no-repeat; }
  .fondo-holder.fondo-a:after {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -187px -417px; }
    .no-svg .fondo-holder.fondo-a:after {
      background-image: url("../images/icons/general-sp.png"); }
  .fondo-holder.fondo-b:after {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -47px -417px; }
    .no-svg .fondo-holder.fondo-b:after {
      background-image: url("../images/icons/general-sp.png"); }
  .fondo-holder.fondo-c:after {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -94px -417px; }
    .no-svg .fondo-holder.fondo-c:after {
      background-image: url("../images/icons/general-sp.png"); }
  .fondo-holder.fondo-d:after {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -1px -417px; }
    .no-svg .fondo-holder.fondo-d:after {
      background-image: url("../images/icons/general-sp.png"); }
  .fondo-holder.fondo-e:after {
    background-image: url("../images/icons/general-sp.svg");
    background-position: -140px -417px; }
    .no-svg .fondo-holder.fondo-e:after {
      background-image: url("../images/icons/general-sp.png"); }
  .fondo-holder.fondo-e:hover {
    transform: scale(1.16, 1.16); }

.title-f-destino {
  width: 172px; }
  .title-f-destino .f-destino {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0; }

.w-222 {
  width: 222px; }

.not-border {
  border: none !important; }

.fondos-table.mod-fondos-table {
  width: 92%; }
.fondos-table.mod-width-2 thead tr th {
  width: 2%;
  font-size: 12px; }
.fondos-table thead tr th {
  background-color: transparent;
  border: 0 none;
  color: #333333;
  font-size: 1em;
  font-weight: 600; }
  .fondos-table thead tr th.ajuste {
    width: 110px; }
.fondos-table tbody tr {
  transition: all 300ms ease; }
  .fondos-table tbody tr td {
    border: 0 none;
    padding: 0; }
    .fondos-table tbody tr td.fondo-td {
      padding: 0 10px 0 0;
      transition: all 300ms ease;
      height: 100%;
      width: 100%;
      /*display: inline-block;*/
      padding-bottom: 5px; }
      .fondos-table tbody tr td.fondo-td.mod-width {
        width: 190px; }
      .fondos-table tbody tr td.fondo-td.inner {
        height: 54px; }
      .fondos-table tbody tr td.fondo-td.double {
        height: 118px; }
    .fondos-table tbody tr td .inner-wrapp {
      border: 1px solid #DDD;
      padding: 10px;
      margin-bottom: 10px; }
      .fondos-table tbody tr td .inner-wrapp.first {
        border-right: 0 none; }
      .fondos-table tbody tr td .inner-wrapp.second {
        border-right: 0 none;
        border-left: 0 none; }
      .fondos-table tbody tr td .inner-wrapp.third {
        border-left: 0 none;
        min-height: 44px;
        padding: 8px; }
      .fondos-table tbody tr td .inner-wrapp.mod-h-44 {
        height: 43px;
        min-height: 10px;
        padding: 0; }
        .fondos-table tbody tr td .inner-wrapp.mod-h-44 p {
          margin: 8px 0 0;
          line-height: 18px; }
      .fondos-table tbody tr td .inner-wrapp.mod-h-45 {
        height: 45px;
        min-height: 10px; }
      .fondos-table tbody tr td .inner-wrapp select, .fondos-table tbody tr td .inner-wrapp input {
        margin-bottom: 0; }
      .fondos-table tbody tr td .inner-wrapp.parent-height {
        line-height: normal; }
      .fondos-table tbody tr td .inner-wrapp.parent-height-dos {
        line-height: normal; }
      .fondos-table tbody tr td .inner-wrapp .value-element {
        position: relative;
        top: -2px; }
      .fondos-table tbody tr td .inner-wrapp.equal-height {
        line-height: normal; }
      .fondos-table tbody tr td .inner-wrapp.equal-height-dos {
        line-height: normal; }
  .fondos-table tbody tr.last .inner-wrapp {
    /*border-bottom:0 none;*/
    margin-bottom: 10px; }
  .fondos-table tbody tr.last .fondo-table-holder {
    margin-bottom: 0; }
  .fondos-table tbody tr.last .fondo-td {
    padding-bottom: 0px; }
  .fondos-table tbody tr.data-tr.hide {
    opacity: 0;
    transform: translate3d(10%, 0, 0); }
.fondos-table tbody tr:nth-child(2n) td {
  background-color: #FFF; }
.fondos-table tbody .total-row td {
  padding: 10px; }

/*Tablas dentro de las filas dl traspaso*/
.d-table {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%; }
  .d-table .t-core {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.relative-element {
  position: relative; }

.recauda .tooltip {
  position: absolute;
  right: 0; }

.fondo-table-holder {
  background-color: #EEEEEE;
  padding: 11px 40px;
  text-align: center;
  position: relative;
  margin-bottom: 10px; }
  .fondo-table-holder:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #EEEEEE;
    position: absolute;
    left: 100%;
    top: 45%; }
  .fondo-table-holder.small {
    padding: 11px; }
    .fondo-table-holder.small:last-child {
      margin-bottom: 0; }
  .fondo-table-holder p {
    color: #333333;
    font-size: 1em;
    font-style: italic; }
  .fondo-table-holder.one-fondo {
    height: 44px; }
  .fondo-table-holder.two-fondo {
    height: 102px; }
  .fondo-table-holder.three-fondo {
    height: 154px; }
  .fondo-table-holder.auto-fondo {
    height: 100%; }

.fondo-table-parent {
  display: table;
  width: 100%; }

.fondo-table-wrapp {
  display: table-cell;
  vertical-align: middle; }
  .fondo-table-wrapp.first {
    vertical-align: top; }

.finish-line {
  height: 4px;
  background-color: #007CC2; }

/*------------------------------------------------------------------------------Contenedores */
.overlay-fade {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999; }

.disclaimer-fondos {
  transition: all 500ms ease;
  max-height: 500;
  opacity: 1;
  overflow: hidden;
  margin-bottom: 20px; }
  .disclaimer-fondos.hidden {
    max-height: 0;
    opacity: 0;
    transition: all 500ms ease;
    margin-bottom: 0px; }

.search-cont {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px;
  vertical-align: middle; }

.remove-fund {
  margin-left: 10px; }

.inicio-conf-dist {
  padding-left: 15px; }
  .inicio-conf-dist .fondo-holder {
    margin-left: 110px; }

.porcentaje-fondo {
  display: block;
  float: none;
  margin: 0 auto;
  position: relative;
  width: 90px; }

.legal {
  display: block;
  float: left;
  width: 94%; }

.split-content-holder {
  overflow: hidden;
  border: 1px solid #EEEEEE;
  border-right: 0 none;
  width: 100%;
  max-width: 280px;
  margin-bottom: 20px; }
  .split-content-holder.offset-split {
    margin-left: 27px; }
  .split-content-holder .split {
    float: left;
    padding: 5px 10px; }
    .split-content-holder .split.first {
      width: 60%;
      border-right: 1px solid #DDDDDD; }
    .split-content-holder .split.second {
      width: 40%;
      background-color: #EEEEEE; }

.wrap-doc img {
  display: block;
  margin: 0 auto;
  position: relative; }

.inline-list.floated li {
  position: relative !important; }

.main-navigation .submenu {
  width: auto; }

.half-element {
  width: 50%;
  float: left; }
  .half-element.last {
    margin: 0; }
  .half-element.inner {
    padding: 20px;
    min-height: 370px; }
    .half-element.inner.first {
      width: 35%; }
    .half-element.inner.last {
      border-left: 1px solid #DDDDDD;
      width: 65%; }
  .half-element.inner-two.first {
    width: 44%; }
  .half-element.inner-two.second {
    width: 56%; }

.message-box-action.worker-names {
  height: 56px;
  margin-bottom: 0; }
  .message-box-action.worker-names h3 {
    font-size: 1em !important;
    line-height: 25px; }
  .message-box-action.worker-names.active .plus-icon {
    opacity: 1;
    display: block; }
.message-box-action h3 {
  color: #333333;
  margin-bottom: 0; }
.message-box-action.active .plus-holder-message {
  width: 60px; }
  .message-box-action.active .plus-holder-message .plus-icon {
    opacity: 1; }
.message-box-action.active .archive-element-holder {
  opacity: 1;
  z-index: 5; }
  .message-box-action.active .archive-element-holder .plus-icon {
    opacity: 1; }
.message-box-action.active .more-holder {
  opacity: 1;
  transition: opacity 300ms ease; }

.disclaimer-box {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease; }
  .disclaimer-box.active {
    max-height: 10000px;
    opacity: 1;
    visibility: visible;
    transition-delay: 300ms;
    transition: all 300ms ease; }
  .disclaimer-box p {
    font-size: 13px; }
    @media only screen and (max-width: 768px) {
      .disclaimer-box p {
        font-size: 14px; } }
    .disclaimer-box p span, .disclaimer-box p a, .disclaimer-box p strong {
      float: none;
      display: inline; }

.empty-disclaimer {
  display: none; }

.no-border-bottom {
  border-bottom: none !important; }

.clearfix .doble-back-next, .inline-list.floated .doble-back-next, .dashed-list li .doble-back-next, .dashed-box .doble-back-next, .full-wrapp-label .doble-back-next, .inline-form-row .doble-back-next {
  margin: 0 0 0 15%; }
.clearfix .doble-back-next-5, .inline-list.floated .doble-back-next-5, .dashed-list li .doble-back-next-5, .dashed-box .doble-back-next-5, .full-wrapp-label .doble-back-next-5, .inline-form-row .doble-back-next-5 {
  margin: 0 0 0 5.5%; }
.clearfix .doble-back-next-17, .inline-list.floated .doble-back-next-17, .dashed-list li .doble-back-next-17, .dashed-box .doble-back-next-17, .full-wrapp-label .doble-back-next-17, .inline-form-row .doble-back-next-17 {
  margin: 0 0 0 17%; }

.phantom-blue-container {
  border: 2px solid #007CC2;
  padding: 15px 40px;
  position: relative;
  max-width: 320px;
  display: block; }
  .phantom-blue-container .blue-text {
    display: block;
    font-weight: 600; }
  .phantom-blue-container p {
    margin-bottom: 5px; }
  .phantom-blue-container.right-format {
    float: right;
    padding-left: 90px; }

a.phantom-blue-container:hover {
  background-color: #007CC2; }
  a.phantom-blue-container:hover p {
    color: #FFF; }
  a.phantom-blue-container:hover .blue-text {
    color: #FFF; }

.pension-box {
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD; }
  .pension-box .brick {
    display: block; }
  .pension-box .fondo-table td:first-child {
    border: 0 none;
    width: 40%; }
  .pension-box .fondo-table td:last-child {
    width: 40%; }
  .pension-box .fondo-table-mod td:last-child {
    width: 46%; }
  .pension-box .content-btn-table {
    border-top: 1px solid #ddd;
    padding: 20px; }

.fondo-box {
  border-bottom: 2px solid #DDD;
  border-bottom: 1px solid #DDD;
  position: relative;
  margin-bottom: 20px; }
  .fondo-box h3 {
    margin-bottom: 0; }
    .fondo-box h3.margin-bottom-wrapp {
      margin-bottom: 10px; }

.fondo-wrapp {
  padding: 20px; }
  .fondo-wrapp.vertical {
    padding-top: 0;
    padding-bottom: 0; }

.fondo-subfield {
  margin-top: 5px; }

.bordered-holder {
  border-bottom: 1px solid #EEEEEE; }
  .bordered-holder.dark-border {
    border-bottom: 1px solid #DDDDDD; }
  .bordered-holder:last-child {
    border-bottom: 0 none; }

.bordered-fieldset {
  border-bottom: 1px solid #888;
  margin-bottom: 20px; }

.tab {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 300ms ease;
  top: 0;
  left: 0;
  width: 99.5%;
  transform: translate3D(0, 0, 0); }
  .tab.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2; }
  .tab.inn {
    padding-left: 20px;
    padding-right: 20px; }
  .tab.block-tab {
    padding: 20px;
    border-bottom: 1px solid #DDD; }
    .tab.block-tab .content-wrapp {
      padding-left: 80px; }
    .tab.block-tab h4 {
      font-weight: 600;
      margin-bottom: 20px; }
  .tab ul {
    list-style: none;
    margin-bottom: 30px; }
    .tab ul li {
      display: block;
      position: relative;
      padding-left: 20px; }
      .tab ul li:after {
        content: "";
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background-color: #399FDC;
        position: absolute;
        left: 0;
        top: 10px; }
  .tab .check-list {
    margin: 40px 0 20px 0; }
    .tab .check-list li {
      display: block;
      padding-bottom: 20px;
      padding-left: 35px;
      max-width: 400px;
      line-height: 140%; }
      .tab .check-list li:after {
        content: "";
        border: 2px solid #ABCDED;
        border-radius: 2px;
        width: 15px;
        height: 15px;
        display: block;
        background-color: transparent;
        top: 3px; }
      .tab .check-list li .icon-element {
        position: absolute;
        left: 4px;
        top: -2px; }

.tab {
  min-height: 340px; }
  .tab .item {
    width: 30.333333%;
    margin: 1.5%;
    float: left; }

.tabs-table .items {
  margin: 0 -1.5%; }

.min-height {
  min-height: 350px; }

.tab-controls-holder {
  position: relative; }

.tab-line {
  width: 50%;
  height: 3px;
  background-color: #007CC2;
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  transition: all 300ms ease; }
  .tab-line.active {
    left: 50%; }

.col-left {
  width: 65.811965812%;
  padding-right: 70px;
  float: left; }

.col-right {
  padding-left: 25px;
  width: 34.1%;
  float: left; }

.divider {
  position: relative; }
  .divider:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    background-color: #FFF;
    z-index: -1; }

.steps-holder {
  width: 100%;
  max-width: 870px;
  margin: 0 auto; }
  .steps-holder a {
    font-size: 13px; }
  .steps-holder.three-elements li {
    width: 33.3%; }

.step-wrapp {
  list-style: none; }
  .step-wrapp li {
    display: block;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    padding-bottom: 20px; }
    .step-wrapp li:after {
      content: "";
      position: absolute;
      width: 100%;
      left: 0;
      top: 27px;
      height: 1px;
      background-color: #DDDDDD; }
    .step-wrapp li:first-child:after {
      width: 50%;
      left: auto;
      right: 0; }
    .step-wrapp li:last-child:after {
      width: 50%; }
    .step-wrapp li.current:before {
      content: "";
      width: 21px;
      height: 13px;
      position: absolute;
      top: 100%;
      left: 47%;
      background: url(../images/arrow-active.png) no-repeat center center;
      z-index: 9; }
  .step-wrapp.step-wrapp-3 li {
    width: 33%; }
  .step-wrapp.five-elements li {
    width: 20%; }

.step {
  width: 48px;
  height: 48px;
  border: 4px solid #007CC2;
  text-align: center;
  color: #007CC2;
  font-size: 1.42857em;
  border-radius: 100%;
  display: inline-block;
  font-weight: 600;
  padding-top: 10px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  margin-bottom: 10px; }
  .current .step {
    background-color: #007CC2;
    color: #FFFFFF; }
  .success .step {
    background-color: #A0CFE9;
    color: transparent;
    font-size: 0;
    border: 4px solid #A0CFE9; }

.step-text {
  color: #333333;
  font-size: 0.92857em; }
  .current .step-text {
    color: #007CC2; }
  .success .step-text {
    color: #AEADAD; }

.border-box {
  border: 1px solid #DDDDDD;
  padding: 60px 60px 20px 60px;
  margin-bottom: 80px;
  position: relative; }
  .border-box.inner {
    padding: 100px 30px 10px 30px;
    margin-bottom: 0; }
  .border-box.small {
    padding: 20px; }
  .border-box.marg-none {
    margin-bottom: 0; }

.border-block {
  border: 1px solid #ccc;
  margin-top: 40px;
  padding: 80px 20px 20px;
  position: relative;
  text-align: center;
  display: block; }
  .border-block h3 {
    font-size: 15px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1024px) {
      .border-block h3 {
        font-size: 17px; } }
  .border-block p {
    color: #666;
    font-size: 13px; }
    @media only screen and (max-width: 1024px) {
      .border-block p {
        font-size: 14px; } }

.bordered-box {
  border: 1px solid #DDDDDD; }
  .bordered-box.darken {
    border: 1px solid #888; }

.result-box {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease; }
  .result-box.active {
    max-height: 10000px;
    opacity: 1;
    visibility: visible;
    transition: all 400ms ease; }

.single-small-square {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
  padding: 30px 90px;
  position: relative; }

.very-normal-input.floated {
  width: 155px; }

.very-tiny-input.floated {
  margin-right: 10px;
  width: 55px; }

.bordered-dashed-box {
  border: 1px dashed #DDDDDD; }

.disclaimer {
  background-color: #FDF5D3;
  padding: 20px;
  position: relative;
  transition: all 350ms ease; }
  .disclaimer strong {
    font-weight: 600; }
  .disclaimer.close-disclaimer {
    padding-right: 35px; }
  .disclaimer.hide {
    opacity: 0;
    transform: translate3d(-50%, 0, 0); }

.disclaimer-2 {
  float: left;
  width: 94.5%;
  display: block; }

.disclaimer-alert {
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease, max-height 300ms ease, transform 300ms ease;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  max-height: 2000px;
  margin-bottom: 20px; }
  .disclaimer-alert.hidden {
    opacity: 1;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0; }
  .disclaimer-alert.inner {
    margin-bottom: 10px; }
  .disclaimer-alert.hide {
    opacity: 0;
    transform: translate3d(-50%, 0, 0); }
  .disclaimer-alert .email {
    padding: 0 0 0 50px; }
    .disclaimer-alert .email label {
      display: inline-block; }
    .disclaimer-alert .email input {
      display: inline-block; }
  .disclaimer-alert .icon-element.remove-value {
    left: 235px; }
  .disclaimer-alert .icon-element.error-img, .disclaimer-alert .icon-element.valid-img {
    left: 360px; }

.green-disclaimer {
  background-color: #BBECA7;
  padding: 10px 40px;
  color: #333;
  font-style: italic;
  font-size: .9285714286em;
  margin-bottom: 20px;
  position: relative;
  transition: all 300ms ease; }
  .green-disclaimer.hide {
    opacity: 0;
    transform: translate3d(-50%, 0, 0); }

.yellow-disclaimer {
  background-color: #FDF5D3;
  padding: 10px 40px;
  color: #333;
  font-style: italic;
  font-size: .9285714286em;
  margin-bottom: 20px;
  position: relative;
  transition: all 300ms ease; }
  .yellow-disclaimer.hide {
    opacity: 0;
    transform: translate3d(-50%, 0, 0); }

.red-disclaimer {
  background-color: #F2D1D1;
  padding: 10px 40px;
  color: #333;
  font-style: italic;
  font-size: .9285714286em;
  margin-bottom: 20px;
  position: relative;
  transition: all 300ms ease; }
  .red-disclaimer.hide {
    opacity: 0;
    transform: translate3d(-50%, 0, 0); }

.form-feat-holder {
  padding: 20px;
  width: 100%;
  max-width: 660px; }
  .form-feat-holder.form-feat-mod {
    max-width: 100%; }

.mod-select-small {
  width: 80px !important; }

.mod-select-big {
  width: 390px !important; }

.mod-select-big-full {
  width: 432px !important; }

.marg-left-220 {
  margin-left: 220px; }

.marg-left-84 {
  margin-left: 84px; }

.marg-bottom-10 {
  margin-bottom: 10px; }

.marg-top-22 {
  margin-top: 22px; }

.marg-top-30 {
  margin-top: 30px; }

.marg-left-118 {
  margin-left: 118px; }

.marg-left-24 {
  margin-left: 24px; }

.mod-w-120 {
  width: 120px; }

.marg-bottom-6 {
  margin-bottom: 6px; }

.marg-bottom-5 {
  margin-bottom: 5px; }

.c-left {
  clear: left; }

.c-right {
  clear: right; }

.w-270 {
  width: 270px; }
  .w-270 .icon-element.valid-img {
    display: none !important; }
  .w-270 .icon-element.error-img {
    display: none !important; }

.w-38 {
  width: 38px; }

.w-290 {
  width: 290px !important; }

.mod-text-90 {
  display: inline-block;
  width: 90%; }

.small-line {
  line-height: 18px;
  margin: 0 11px; }

.bono-box {
  padding: 6px 14px;
  float: left;
  background: #FDF5D3; }
  .bono-box span {
    font-size: 12px; }
    .bono-box span.bold {
      font-weight: 600; }

.right-white-arrow {
  position: relative; }
  .right-white-arrow:after {
    background: url("../images/right-white-arrow.png") no-repeat center;
    content: "";
    height: 18px;
    position: absolute;
    right: -10px;
    top: 28%;
    width: 11px;
    z-index: 10; }

.hidding-element {
  position: relative;
  padding-bottom: 50px; }
  .hidding-element .element-wrapp {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    overflow: hidden; }
    .hidding-element .element-wrapp.active {
      position: static;
      height: auto;
      overflow: visible; }
  .hidding-element.inner {
    padding-bottom: 0; }

.hidded-links-wrapp {
  display: inline; }
  .hidded-links-wrapp a {
    height: 0;
    display: none; }
    .hidded-links-wrapp a.active {
      height: auto;
      display: inline-block; }

.video-box {
  display: block;
  position: relative; }
  .video-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(50, 72, 131, 0.5); }
  .video-box:before {
    content: "";
    width: 59px;
    height: 75px;
    background-image: url("../images/icons/general-sp.svg");
    background-position: -2px -571px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 33%;
    left: 44%;
    z-index: 9; }
  .video-box.medium:before {
    background-position: -465px -584px;
    top: 33%;
    left: 39%;
    width: 45px;
    height: 44px; }
  .video-box.small:before {
    background-position: -471px -588px;
    width: 39px;
    height: 40px;
    top: 25%;
    left: 36%; }

.pagination {
  overflow: hidden; }
  .pagination .prev, .pagination .next {
    border-radius: 5px;
    width: 30px;
    height: 30px;
    background-image: url("../images/icons/general-sp.svg");
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0;
    display: inline-block;
    vertical-align: middle; }
    .no-svg .pagination .prev, .no-svg .pagination .next {
      background-image: url("../images/icons/general-sp.png"); }
    .pagination .prev:hover, .pagination .next:hover {
      background-color: rgba(0, 0, 0, 0.1); }
  .pagination .prev {
    background-position: -87px -67px; }
  .pagination .next {
    background-position: -127px -67px; }
  .pagination .number {
    color: #007CC2;
    text-decoration: underline;
    padding: 3px 10px;
    display: inline-block; }
    .pagination .number.current {
      background-color: #007CC2;
      color: #FFF;
      text-decoration: none;
      border-radius: 2px; }
      .pagination .number.current:hover {
        color: #FFF; }
    .pagination .number:hover {
      text-decoration: none;
      color: #004b76; }
  .pagination.sidebar-pager {
    margin-left: 11.4%;
    max-width: 292px;
    position: relative;
    width: 100%; }

.fondos-list-holder {
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 300ms ease; }
  .fondos-list-holder.active {
    opacity: 1;
    visibility: visible;
    position: absolute; }

.screen {
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 9999;
  opacity: 0;
  transition: opacity 300ms ease; }
  .screen.on-screen {
    opacity: 1; }

.lightbox {
  background-color: #FFFFFF;
  padding: 40px 30px 80px;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden; }
  .lightbox.mod-terminos-de-uso {
    padding-bottom: 50px; }
  .lightbox.w-478 {
    width: 478px;
    padding: 0; }

.bordered-columns {
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #CCC;
  margin-right: 0 !important; }
  .bordered-columns:first-child {
    border-left: 0 none;
    padding-left: 0; }
  .bordered-columns:last-child {
    padding-right: 0; }

.options-wrapp {
  margin: 40px 0 20px 0; }

.full-width-container {
  position: relative;
  right: -30px;
  left: -30px;
  width: calc(100% + 60px);
  margin-bottom: 60px;
  padding: 10px;
  overflow: hidden;
  display: block; }

.accordeon-title {
  display: block;
  padding: 15px 50px 15px 15px;
  border-bottom: 1px solid #ABCDED;
  font-weight: normal;
  font-size: 1em;
  cursor: pointer;
  transition: all 300ms ease;
  margin-bottom: 0;
  position: relative; }
  .accordeon-title.active {
    border-bottom: 2px solid #007CC2;
    color: #007CC2; }
  .accordeon-title:hover {
    background-color: #FAFAFA; }

.accordeon-content-holder {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: opacity 300ms ease;
  width: 100%;
  transform: translate3d(0, 0, 0); }
  .accordeon-content-holder.active {
    opacity: 1;
    max-height: 4000px;
    padding: 25px 0; }

.accordeon-content p {
  color: #666666; }
.accordeon-content ul {
  list-style: none;
  margin-bottom: 30px; }
  .accordeon-content ul li {
    display: block;
    position: relative;
    padding-left: 20px;
    color: #666666; }
    .accordeon-content ul li:after {
      content: '';
      width: 3px;
      height: 3px;
      border-radius: 100%;
      background-color: #399FDC;
      position: absolute;
      left: 0;
      top: 10px; }

.col-video-left {
  width: 64.9%;
  margin-right: 3%;
  float: left; }

.col-video-right {
  float: left;
  width: 32%; }

.full-rounded-box {
  border-radius: 100%;
  display: inline-block;
  width: 205px;
  height: 205px;
  float: none;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  padding-top: 50px;
  margin-right: 2.5641025641%;
  margin-bottom: 30px;
  position: relative; }
  .full-rounded-box.last {
    margin-right: 0; }
  .full-rounded-box .big-number {
    color: #007CC2;
    font-size: 2.14286em;
    font-weight: 600;
    margin-bottom: 10px; }
  .full-rounded-box p {
    font-size: 0.92857em;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 90%; }

.search-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #DDDDDD; }

.information-box .table-cell:first-child {
  width: 52%; }

.no-messages {
  display: none; }

.no-border-left {
  border-left: none !important; }

.marg-top {
  margin-top: 60px; }

.marg-bottom-5 {
  margin-bottom: 5px; }

.marg-top-10 {
  margin-top: 10px; }

.marg-top-20 {
  margin-top: 20px; }

.mar-left45 {
  margin-left: 45px; }

.marg-left-7 {
  margin-left: 7px; }

.marg-left-10 {
  margin-left: 10px; }

.marg-left-20p {
  margin-left: 20%; }

.marg-right-30 {
  margin-right: 30px; }

.marg-left-30 {
  margin-left: 30px; }

.marg-left-28 {
  margin-left: 28px; }

.marg-right-55 {
  margin-right: 55px; }

.helper {
  clear: left;
  float: left;
  margin-left: 220px; }

.pad-15 {
  padding: 15px; }

.scrolled-area {
  max-height: 340px;
  overflow-y: scroll; }

.data-accordion {
  overflow: hidden;
  float: left; }
  .data-accordion.first {
    border-top: 2px solid #007cc2; }
  .data-accordion .message-box-action {
    /*float: left;*/
    width: 100%;
    margin: 0;
    padding: 4px 0 0px 30px;
    overflow: hidden; }
  .data-accordion h3 {
    line-height: 18px;
    float: left;
    width: 64%;
    padding: 12px 0 12px 6px; }
  .data-accordion .more-holder {
    left: 5px; }
  .data-accordion .plus-holder-message.red-bg {
    left: 0; }
  .data-accordion .message-box-action:hover .plus-holder-message {
    width: 30px !important; }
  .data-accordion .message-box-action.active {
    border-bottom: none; }
    .data-accordion .message-box-action.active .plus-holder-message {
      width: 30px; }
  .data-accordion p {
    padding-left: 6px; }

.left-switch {
  float: left;
  margin-left: 24px; }

.w-700 {
  width: 700px; }

.flexible-wrap {
  height: 380px;
  overflow: hidden;
  position: relative;
  width: 700px; }
  .flexible-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: 100;
    background: url(../images/white-shadow.png) repeat-x bottom center; }
  .flexible-wrap.active {
    height: auto;
    padding-bottom: 70px; }
    .flexible-wrap.active:after {
      background: none;
      z-index: -1; }

.z-zoom {
  z-index: 100; }

.cent-button {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 290px; }

.deploy-item-event {
  bottom: 0;
  color: #007CC2;
  cursor: pointer;
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 110; }
  .deploy-item-event:before {
    border-bottom: 1px solid #007CC2;
    bottom: 6px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 40%; }
  .deploy-item-event:after {
    border-bottom: 1px solid #007CC2;
    bottom: 6px;
    content: '';
    display: block;
    height: 1px;
    right: 0;
    position: absolute;
    width: 40%; }

.deploy-arrow {
  display: inline-block;
  height: 12px;
  margin: 0 10px 0 0;
  width: 20px;
  background: url(../images/bottom-accordion-arrow.png) top left no-repeat; }

.deploy-arrow.active {
  background: url(../images/bottom-accordion-arrow.png) bottom left no-repeat;
  z-index: -1; }

.more-holder {
  transition: opacity 300ms ease;
  bottom: 0;
  display: block;
  height: 20px;
  margin: auto 0;
  opacity: 1;
  position: absolute;
  right: 19px;
  top: 0;
  width: 21px;
  z-index: 40; }
  .more-holder .vertical-line {
    background: #007CC2;
    bottom: 0;
    height: 75%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 1px;
    width: 4px;
    display: block; }
  .more-holder .horizontal-line {
    background: #007CC2;
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 8px;
    width: 70%; }

.worker-names.active .vertical-line {
  background: #007CC2;
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 1px;
  width: 4px;
  display: none; }

.g-message.worker-box .plus-icon {
  display: none;
  opacity: 0; }

.message-box-action {
  cursor: pointer;
  padding: 15px;
  background-color: #FFF;
  border-bottom: 1px solid #EDEDED;
  position: relative;
  margin-bottom: 3px; }
  .message-box-action h3 {
    color: #333333;
    font-weight: 500px;
    font-size: 1em;
    margin-bottom: 0; }
  .message-box-action .archive-element-holder {
    background: #00629A;
    height: 80px;
    position: absolute;
    right: 61px;
    top: 0;
    width: 61px;
    z-index: -50;
    opacity: 0;
    transition: opacity 500ms ease; }
    .message-box-action .archive-element-holder span {
      bottom: 6px;
      color: #fff;
      font-size: 10px;
      left: 0;
      position: absolute;
      text-align: center;
      width: 100%; }
  .message-box-action .plus-holder-message {
    background-color: #EDEDED;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    transition: width 300ms ease;
    overflow: hidden; }
    .message-box-action .plus-holder-message .plus-icon {
      transition: opacity 300ms ease;
      opacity: 0; }
      .message-box-action .plus-holder-message .plus-icon .line, .message-box-action .plus-holder-message .plus-icon .line:after {
        background-color: #007CC2; }
  .message-box-action.new {
    background-color: #EEEEEE;
    border-bottom: 0 none; }
    .message-box-action.new .plus-holder-message {
      background-color: #007CC2; }
      .message-box-action.new .plus-holder-message .plus-icon .line, .message-box-action.new .plus-holder-message .plus-icon .line:after {
        background-color: #FFF; }
    .message-box-action.new .vertical-line, .message-box-action.new .horizontal-line {
      background: #fff; }
  .message-box-action.active .vertical-line {
    display: none; }

.mod-710 {
  width: 710px;
  margin: 0; }

.half.mod-40 {
  width: 40%; }

.half.mod-60 {
  width: 60%; }

.mod-223 {
  width: 223px; }

.mod-590 {
  width: 590px; }

.mod-title-n {
  margin: 0;
  padding: 20px 0 0;
  width: 100%; }
  .mod-title-n h3 {
    margin: 0; }

.very-small-input.floated {
  margin-right: 10px;
  width: 75px; }

.pad-bottom-18 {
  padding-bottom: 18px; }

.split-mod-content {
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 20px;
  max-width: 280px;
  overflow: hidden;
  width: 100%;
  margin-left: 64px; }
  .split-mod-content table th {
    padding: 2px 5px; }
    .split-mod-content table th.first {
      color: #000;
      font-size: 1em;
      font-weight: 600; }
    .split-mod-content table th.dark {
      color: #000;
      font-size: 1em;
      font-weight: 600;
      background: #eee none repeat scroll 0 0;
      border-left: 1px solid #ddd; }
      .split-mod-content table th.dark.align-right {
        text-align: right; }
  .split-mod-content table td {
    padding: 2px 5px; }
    .split-mod-content table td.white-bg {
      background: #fff; }
    .split-mod-content table td.border-top {
      border-top: solid 1px #ddd; }
    .split-mod-content table td.no-border-left {
      border-left: none; }
    .split-mod-content table td.dark {
      background: #eee;
      border-left: 1px solid #ddd; }
      .split-mod-content table td.dark.align-right {
        text-align: right; }

.disabled-wrapp td {
  color: #888; }
  .disabled-wrapp td.dark {
    color: #888 !important;
    background: #fff !important; }
.disabled-wrapp th.dark {
  color: #888 !important;
  background: #fff !important; }
.disabled-wrapp th.first {
  color: #888 !important; }
.disabled-wrapp span {
  color: #888; }
.disabled-wrapp .border-right {
  color: #888; }

.text-cont-layout ol {
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative; }
.text-cont-layout ul {
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative; }

.mod-pos {
  margin-left: 10px !important;
  top: -6px !important; }

.w-220 {
  width: 220px; }

.no-touch .message-box-action {
  position: relative; }
  .no-touch .message-box-action:hover .plus-holder-message {
    width: 60px; }
    .no-touch .message-box-action:hover .plus-holder-message .plus-icon {
      opacity: 1; }

.initial-options .blue-text i {
  display: inline-block;
  width: 10px;
  height: 10px; }

.message-box-content {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: opacity 300ms ease; }
  .message-box-content p {
    font-size: 0.92857em; }
  .message-box-content.active {
    padding: 25px 15px;
    max-height: 1000px;
    opacity: 1;
    transition: opacity 300ms ease; }
  .message-box-content.deploy-worker-info.active {
    padding: 0;
    border-bottom: solid 1px #EDEDED; }

.bordered {
  border: solid 1px #EDEDED; }
  .bordered.no-border-bottom {
    border-bottom: none; }

.date {
  font-size: 0.92857em;
  color: #555555;
  display: block;
  margin-bottom: 5px; }

.image-holder-snoopy {
  padding-right: 120px;
  position: relative; }

.browsers {
  display: table;
  list-style: outside none none;
  margin: 30px auto 0;
  position: relative; }
  .browsers li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 2%; }
  .browsers a {
    margin-top: 5px; }
  .browsers .icon-element {
    width: 122px;
    height: 120px;
    position: relative;
    margin: 0 auto 5px;
    display: block; }

.confirm-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }

.confirm-tooltip {
  background: #fff;
  border: 2px solid #adccf0;
  padding: 20px;
  position: absolute;
  right: 27px;
  top: -300px;
  width: 250px;
  transition: all 500ms ease; }
  .confirm-tooltip * {
    text-align: center; }
  .confirm-tooltip:after {
    background-image: url("../images/icons/top-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -16px;
    width: 20px; }
    .no-svg .confirm-tooltip:after {
      background-image: url("../images/icons/top-arrow.png"); }
  .confirm-tooltip.active {
    top: 35px;
    transition: all 400ms ease; }

/*------------------------------------------------------------------------------Animaciones */
.la-ball-beat {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 96px; }

.la-ball-beat > div {
  position: relative;
  box-sizing: content-box;
  color: #fff;
  background: #fff;
  border-color: #fff;
  border-style: solid;
  border-width: 0; }

.la-ball-beat:after {
  display: table;
  line-height: 0;
  clear: both;
  content: ""; }

.la-ball-beat.la-dark > div {
  color: #444;
  background: #444;
  border-color: #444; }

/*
 * Animation
 */
@-webkit-keyframes ball-beat {
  50% {
    opacity: .2;
    transform: scale(0.75); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-moz-keyframes ball-beat {
  50% {
    opacity: .2;
    transform: scale(0.75); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-o-keyframes ball-beat {
  50% {
    opacity: .2;
    transform: scale(0.75); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes ball-beat {
  50% {
    opacity: .2;
    transform: scale(0.75); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.la-ball-beat > div {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 6px;
  float: left;
  border-radius: 100%;
  animation: ball-beat .7s -.15s infinite linear; }

.la-ball-beat > div:nth-child(2n-1) {
  animation-delay: -.5s !important; }

/*------------------------------------------------------------------------------Footer */
footer h4, footer p {
  color: #FFFFFF;
  font-size: 0.85714em; }
footer h4 {
  margin-bottom: 0px; }
footer p {
  margin-bottom: 0;
  line-height: 160%; }
footer a {
  color: #39A0DC;
  text-decoration: underline;
  font-size: 0.85714em; }
  footer a:hover {
    color: #FFF; }
footer .wrapp {
  padding: 10px; }
footer .col-footer {
  display: table;
  float: left;
  padding-left: 30px;
  padding-right: 30px; }
  footer .col-footer:first-child {
    padding-left: 0; }
  footer .col-footer:last-child {
    padding-right: 0; }
  footer .col-footer.first {
    width: 25%; }
  footer .col-footer.second {
    width: 21%; }
  footer .col-footer.third {
    width: 29%; }
  footer .col-footer.four {
    width: 25%; }

.footer-social ul {
  list-style: none;
  width: auto; }
  .footer-social ul li {
    margin-left: 5px; }
    .footer-social ul li:first-child {
      margin-left: 0; }

.footer-atencion ul {
  list-style: none;
  width: auto; }
  .footer-atencion ul li {
    margin-left: 15px; }
    .footer-atencion ul li:first-child {
      margin-left: 0; }

.footer-navigation {
  width: 65%; }
  .footer-navigation li {
    border-left: 1px solid #00629A; }
    .footer-navigation li:first-child {
      border-left: 0; }
      .footer-navigation li:first-child a {
        padding-left: 0; }
  .footer-navigation a {
    color: #007CC2;
    text-decoration: underline;
    padding: 0 25px;
    font-size: 0.78571em; }
    .footer-navigation a:hover {
      color: #004b76;
      text-decoration: none; }

.bordered-footer {
  padding-right: 10px;
  border-right: 1px solid #345FA7; }

.footer-wrapp {
  display: table-cell;
  vertical-align: middle; }

footer.new {
  background: #ededed;
  margin-top: 50px;
  padding: 30px 0; }
  footer.new h1.logo {
    min-width: 120px;
    margin-left: 30px;
    width: 17.09402%;
    padding-top: 3%; }
  footer.new .proposito {
    float: right;
    margin-right: 30px;
    width: 25.64103%;
    color: transparent;
    font-size: 0;
    padding-top: 5px;
    min-width: 160px; }
    footer.new .proposito img {
      width: 100%;
      height: auto; }

/*------------------------------------------------------------------------------OLD IE */
.oldie select {
  background-image: none;
  padding-right: 5px; }

.oldie .select-fake-holder {
  position: relative; }
  .oldie .select-fake-holder:after {
    content: "";
    width: 20px;
    height: 33px;
    position: absolute;
    right: 8px;
    background-color: #FFF; }
  .oldie .select-fake-holder.active:after {
    display: none; }
  .oldie .select-fake-holder.active select {
    background-image: none;
    padding-right: 5px; }

.mspointers select {
  padding-right: 5px; }

.oldie input:checked + .checkbox-indicator {
  left: 55px; }

.oldie .or-block {
  left: 47.5%;
  top: 45%; }

.oldie-8 .user-navigation {
  width: 42%; }

.oldie-8 .inline-form .form-group input.max-w-100.btn {
  margin-right: 0; }

.oldie-8 .main-navigation a {
  font-size: 13px; }

.oldie-8 .phantom-blue-container {
  max-width: 230px; }

.oldie-8 .phantom-blue-container.right-format {
  max-width: 320px; }

.oldie-8 .floated-select {
  max-width: none;
  width: 180px; }

.oldie-8 .fondo-holder {
  font-size: 14px; }

.oldie-8 .switch input {
  display: block;
  position: absolute;
  left: -999999px; }

.oldie-8 input:checked + .checkbox-indicator {
  left: 55px; }

.oldie-8 .screen {
  background: url(../images/modal-bg.png) repeat; }

.oldie-8 .fixed-navigation.active a {
  padding-left: 28px;
  padding-right: 28px; }

.oldie-8 .hidden-header img {
  height: auto; }

.oldie-8 .hidded .form-group {
  display: block;
  float: left; }

.oldie-8 .hidded .form-group label {
  display: block;
  width: 100%; }

.oldie-8 .hidded .form-group select {
  width: 100px;
  float: left;
  display: block; }

.oldie-8 .tab-table-block.btn .rounded-icon {
  visibility: hidden; }

.oldie-8 .accordeon-content-holder {
  display: none; }

.oldie-8 .accordeon-content-holder.active {
  display: block; }

.oldie-8 .full-width-container {
  position: static;
  margin-bottom: 10px; }

.oldie-8 .border-box.inner {
  height: 400px !important; }

.oldie-8 .fixed-navigation {
  width: 100%;
  top: 0;
  z-index: 99999; }
  .oldie-8 .fixed-navigation.active {
    position: fixed;
    visibility: visible; }
    .oldie-8 .fixed-navigation.active .icon-element {
      display: none; }
    .oldie-8 .fixed-navigation.active a {
      padding: 10px 31px; }
      .oldie-8 .fixed-navigation.active a.logo {
        background-color: #FFFFFF; }
        .oldie-8 .fixed-navigation.active a.logo:hover {
          background-color: #FFFFFF; }
      .oldie-8 .fixed-navigation.active a:hover {
        background-color: #004b76; }
    .oldie-8 .fixed-navigation.active .blue-bg {
      background-color: #007CC2;
      height: 42px;
      box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2); }
    .oldie-8 .fixed-navigation.active .hidden-header {
      margin-right: 6%;
      box-shadow: none; }
      .oldie-8 .fixed-navigation.active .hidden-header .logo {
        width: 144px;
        padding: 0px 20px 10px 20px;
        box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2); }
        .oldie-8 .fixed-navigation.active .hidden-header .logo:hover {
          background-color: #FFFFFF; }
    .oldie-8 .fixed-navigation.active .fixed-no-shadow {
      box-shadow: none; }
    .oldie-8 .fixed-navigation.active .submenu a {
      width: 100%;
      text-align: left;
      background-color: transparent;
      padding: 0; }
      .oldie-8 .fixed-navigation.active .submenu a:hover {
        background-color: transparent; }
  .oldie-8 .fixed-navigation .hidden-header {
    display: block !important; }

.oldie-8 .lightbox .first.form-cell {
  width: 27%; }

.oldie-8 .tab-table-block.btn {
  width: 32%; }

.oldie-8 .medium.btn {
  padding: 10px 35px; }

.oldie .inner-wrapp.third p {
  margin-bottom: 0; }

.oldie .fondos-table tbody tr td .third.inner-wrapp {
  min-height: 45px; }

.oldie .fondo-table-holder p {
  margin-bottom: 0; }

.oldie-7 .fondos.btn {
  width: 17%; }

.oldie-7 .main-navigation ul.floated.inline-list li {
  float: left; }

.oldie-7 .centered.inline-form .form-group input {
  width: 100px; }
  .oldie-7 .centered.inline-form .form-group input.big-input {
    width: 250px; }
  .oldie-7 .centered.inline-form .form-group input.big-input2 {
    width: 260px; }

.oldie-7 .last.inner.half-element {
  width: 35%; }

.oldie-7 .fondos-table tbody tr td .inner-wrapp.third {
  min-height: 0;
  padding: 6; }

.oldie-7 .inline-list.user-options,
.oldie-7 .inline-list.footer-navigation {
  list-style: none; }
  .oldie-7 .inline-list.user-options li,
  .oldie-7 .inline-list.footer-navigation li {
    display: block;
    float: left; }

.oldie-7 .table-element {
  display: block; }
  .oldie-7 .table-element .table-cell {
    display: block;
    float: left; }

.oldie-7 .information-box .table-cell {
  margin-right: 35px; }

.oldie-7 .tooltip {
  display: inline; }

.oldie-7 .fondo-holder {
  padding-top: 8px;
  padding-bottom: 0;
  float: left; }

.oldie-7 .half-element {
  width: 49%; }

.oldie-7 .half-element:first-child .small-value {
  float: left; }

.oldie-7 .fondo-subfield {
  width: 100%;
  font-size: 13px;
  font-weight: normal; }

.oldie-7 .social.btn {
  height: 22px; }

.oldie-7 .main-navigation-mobile-holder .blue-bg {
  position: relative;
  z-index: 9; }

.oldie-7 .inline-form .form-group {
  display: inline; }

.oldie-7 .tabs-holder .tab {
  display: none; }

.oldie-7 .tabs-holder .tab.active {
  display: block; }

.oldie-7 .col-left {
  padding-right: 0;
  width: 62%;
  padding-left: 10px;
  padding-right: 10px; }

.oldie-7 .tab-table.btn {
  width: 44%; }

.oldie-7 .step-wrapp li {
  width: 24%; }

.oldie-7 .step {
  height: 35px; }

.oldie-7 input.small-input {
  height: 16px; }

.oldie-7 #clave-seguridad {
  width: 200px; }

.oldie-7 .hidded {
  display: none; }

.oldie-7 .hidded.active {
  display: block; }

.oldie-7 .hidded-links-wrapp .bordered-link {
  display: none; }

.oldie-7 .hidded-links-wrapp .bordered-link.active {
  display: inline; }

.oldie-7 .wrapp.divider {
  padding-bottom: 80px; }

.oldie-7 .switch {
  height: 32px; }

.oldie-7 .switch input {
  display: block;
  position: absolute;
  left: -999999px; }

.oldie-7 input:checked + .checkbox-indicator {
  left: 60px; }

.oldie-7 .screen {
  background: url(../images/modal-bg.png) repeat; }

.oldie-7 footer .col-footer.first {
  width: 20%; }

.oldie-7 footer .col-footer.second {
  width: 20%; }

.oldie-7 footer .col-footer.third {
  width: 19%; }

.oldie-7 footer .col-footer.four {
  width: 23%; }

.oldie-7 .options-wrapp .column-4 {
  width: 26%; }

.oldie-7 .btn.blue.to-the-bottom {
  position: static; }

.oldie-7 .full-width-container {
  position: static;
  margin-bottom: 10px; }

.oldie-7 .border-box.inner {
  height: 300px !important; }

.oldie-7 .fixed-navigation.active a {
  padding-left: 28px;
  padding-right: 28px; }

.oldie-7 .tab-table-block.btn .rounded-icon {
  visibility: hidden; }

.oldie-7 .accordeon-content-holder {
  display: none; }

.oldie-7 .accordeon-content-holder.active {
  display: block; }

.oldie-7 .form-cell.first {
  width: 26%; }

.oldie-7 .form-cell input {
  width: 220px; }

.oldie-7 .form-cell input[type="radio"] {
  width: 18px; }

.oldie-7 .full-rounded-box {
  float: left;
  display: block; }

.oldie-7 .state .icon-element {
  display: none; }

.oldie .hidden-header {
  display: none !important; }

.oldie-7 .main-navigation .submenu {
  width: 280px !important; }

.oldie-7 .main-navigation .submenu li.submenu-title {
  display: block !important;
  width: 100% !important; }

.oldie-7 .tooltip {
  z-index: 999; }

.oldie-7 .dashed-box .btn.phantom {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.oldie-7 .tab .inline-label {
  width: 200px;
  float: left;
  margin-right: 0; }

.oldie-7 .big-icon.icon-element {
  position: static;
  margin: -115px auto 20px auto; }

.oldie-7 .tab-table-block.btn {
  width: 32%; }

.oldie-7 .tab-controls-holder {
  margin-bottom: 3px; }

.oldie-7 .hidding-element .element-wrapp {
  position: static; }

.oldie-7 .disclaimer-alert .error-img.icon-element {
  left: 400px; }

.oldie-7 input {
  height: 16px; }

.oldie-7 input[type="submit"] {
  height: 42px; }

.oldie-7 .mini-half-grid {
  width: 42.7%; }

.oldie-7 .big-input {
  width: 220px; }

.oldie-7 .or-block {
  left: 46%; }

.oldie-7 .table-definitions dt {
  width: 70%; }

.oldie-7 .table-definitions dd {
  width: 26%; }

.oldie-7 .fondo-table-wrapp {
  float: left;
  width: 30%; }
  .oldie-7 .fondo-table-wrapp.second {
    width: 70%; }

.oldie-8 .flip-clock-wrapper, .oldie-8 .flip-clock-wrapper {
  max-width: 70px; }

@media \0screen {
  .marg-left-28 {
    margin-left: 0; }

  .w-222 {
    width: 228px; }

  .width-470 {
    width: 592px; }

  /*.declaro{*/
  /*  width: 20px;*/
  /*  height: 20px;*/
  /*  background-color: none;*/
  /*  border: none;*/
  /*  margin-right: 10px;*/
  /*  float: left;*/
  /*  position: relative;*/
  /*  border-radius: 0;*/
  /*  display: inline-block; */
  /*  &:checked {*/
  /*    &:after {*/
  /*      content: "";*/
  /*      display: none;*/
  /*      width: 12px;*/
  /*      height: 11px;*/
  /*      position: absolute;*/
  /*      left: 3px;*/
  /*      top: 3px;*/
  /*      @include set-bg-img(url('../images/icons/general-sp.svg'), url('../images/icons/general-sp.png'));*/
  /*      background-position: -185px -286px;*/
  /*    }*/
  /*  }*/
  /*  &.centered{*/
  /*    float: none;*/
  /*    margin: 0 auto;*/
  /*  }*/
  /*}*/ }
/*------------------------------------------------------------------------------Media Queries */
@media only screen and (max-width: 1170px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (min-width: 1171px) and (max-width: 1185px) {
  .main-navigation a {
    padding: 10px 31px; } }
@media only screen and (max-width: 1170px) and (min-width: 841px) {
  .user-navigation {
    width: auto;
    float: right; } }
@media only screen and (min-width: 1184px) {
  .fixed-navigation {
    width: 100%;
    top: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
    transition: opacity 300ms ease, transform 300ms ease; }
    .fixed-navigation a {
      transition: none; }
    .fixed-navigation.active {
      position: fixed;
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0); }
      .fixed-navigation.active .icon-element {
        display: none; }
      .fixed-navigation.active a {
        padding: 10px 30px; }
        .fixed-navigation.active a.logo {
          background-color: #FFFFFF; }
          .fixed-navigation.active a.logo:hover {
            background-color: #FFFFFF; }
        .fixed-navigation.active a:hover {
          background-color: #004b76; }
      .fixed-navigation.active .blue-bg {
        background-color: #007CC2;
        height: 42px;
        box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2); }
      .fixed-navigation.active .hidden-header {
        margin-right: 8.1%;
        box-shadow: none; }
        .fixed-navigation.active .hidden-header .logo {
          width: 144px;
          padding: 10px 20px;
          box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
          position: relative;
          margin-top: -7px;
          top: 7px; }
          .fixed-navigation.active .hidden-header .logo:hover {
            background-color: #FFFFFF; }
      .fixed-navigation.active .fixed-no-shadow {
        box-shadow: none; }
      .fixed-navigation.active .submenu a {
        width: 100%;
        text-align: left;
        background-color: transparent;
        padding: 0; }
        .fixed-navigation.active .submenu a:hover {
          background-color: transparent; }

  .hidden-header {
    display: none !important;
    background-color: #FFFFFF;
    position: relative; }
    .hidden-header img {
      width: 100%;
      max-width: 112px;
      height: auto; }
    .hidden-header .logo {
      width: 100%; }
    .fixed-navigation .hidden-header {
      display: block !important; } }
@media only screen and (min-width: 1185px) and (max-width: 1187px) {
  .fixed-navigation.active .hidden-header {
    margin-right: 7.8% !important; } }
@media only screen and (max-width: 1184px) {
  .close-menu-wrapp, .mobile-menu {
    display: block !important; }

  .hidden-header {
    display: none !important; }

  .container-holder {
    position: relative;
    overflow-x: hidden; }

  .main-navigation-mobile-holder {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 280px;
    height: 100%;
    right: -280px;
    transition: all 300ms ease;
    overflow: hidden; }
    .main-navigation-mobile-holder.current {
      transition: right 300ms ease;
      right: 0; }
    .main-navigation-mobile-holder .blue-bg {
      height: 100%; }

  .main-navigation {
    padding: 0; }
    .main-navigation ul.inline-list.floated {
      display: block; }
      .main-navigation ul.inline-list.floated li {
        width: 100%;
        float: none;
        border-bottom: 1px solid #24609D;
        display: block;
        box-shadow: none; }
        .main-navigation ul.inline-list.floated li a {
          text-align: left; }
          .main-navigation ul.inline-list.floated li a.active {
            background-color: #006EAC; }
        .main-navigation ul.inline-list.floated li .submenu {
          position: static;
          max-height: 0;
          padding: 0;
          transition: max-height 300ms ease;
          background-color: #1C4B7D;
          border: 0 none;
          overflow: hidden; }
          .main-navigation ul.inline-list.floated li .submenu.active {
            padding: 20px;
            max-height: 1000px; }
          .main-navigation ul.inline-list.floated li .submenu li {
            float: none;
            border-bottom: 0 none; }
          .main-navigation ul.inline-list.floated li .submenu a {
            font-size: 13px;
            color: #D6D6D6; }
          .main-navigation ul.inline-list.floated li .submenu .column-4 {
            width: 100%;
            float: none; }
          .main-navigation ul.inline-list.floated li .submenu img {
            display: none; }
          .main-navigation ul.inline-list.floated li .submenu li.submenu-title {
            color: #FFF; }

  .footer-navigation {
    width: 100%; } }
@media only screen and (min-width: 1025px) and (max-width: 1102px) {
  .full-rounded-box {
    width: 185px;
    height: 185px;
    padding-top: 40px; }

  .col-left {
    padding-right: 10px; } }
@media only screen and (min-width: 1025px) and (max-width: 1048px) {
  .mobile-last-fomr-cell {
    margin-left: 30%; }
    .mobile-last-fomr-cell a {
      margin-left: 10px; } }
@media only screen and (max-width: 1024px) {
  .hide-on-mobile {
    display: none !important; }

  .error-title:before {
    display: none; }

  .error-message-block * {
    margin-left: 0; }

  .full-on-mobile {
    width: 100%;
    padding: 0 50px; }

  .only-on-mobile {
    display: block !important; }

  .mobile-cent-text {
    text-align: center !important; }

  .mobile-center {
    float: none;
    margin: 0 auto 20px;
    position: relative; } }
@media only screen and (max-width: 900px) {
  .user-options {
    width: 50%; }

  .full-on-mobile {
    padding: 0 5px; }

  .form-cell.wide {
    width: 70%; }

  footer h4 {
    float: none; } }
@media only screen and (max-width: 850px) {
  .step-wrapp p {
    font-size: 10px; } }
@media only screen and (max-width: 840px) {
  .user-navigation {
    width: 30%; }

  .user-navigation li a {
    color: transparent;
    font-size: 0; }

  .indicator {
    font-size: 14px;
    padding-top: 1px; } }
@media only screen and (max-width: 719px) {
  .lightbox {
    width: 95%; }

  .single-small-square {
    padding: 30px 15px;
    margin-left: 15px;
    margin-right: 15px; }

  .cont-header {
    padding: 30px 15px; }

  .logo {
    min-width: 130px;
    margin-right: 15px; }

  .row.w-768 {
    min-width: 500px; }

  .cont-wrap {
    padding: 0 15px; }

  .btn.tab-table.mod-w-25 {
    padding: 0; }

  .btn.tab-table {
    font-size: .9em;
    min-height: 50px;
    margin-bottom: 1px;
    padding: 0; }

  .table-scroll {
    margin-left: -15px;
    margin-right: -15px; }

  .switch.type-b + label {
    margin-left: 75px;
    line-height: 120%;
    height: 34px;
    vertical-align: middle;
    display: table-cell; }

  #doc-cliente .form-cell {
    width: 90%;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 10%; }
    #doc-cliente .form-cell label {
      font-size: 1.2em; } }
@media only screen and (max-width: 640px), only screen and (max-device-width: 736px) and (orientation: landscape) {
  .tab .item {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; } }
.acc-btn {
  width: 33.1%;
  float: left;
  display: inline-block;
  padding: 11px 10px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  transition: background-color 300ms ease;
  line-height: 120%;
  background-color: #007CC2;
  text-decoration: none;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  position: relative; }
  .acc-btn.col-4 {
    width: 24.5%; }

@media only screen and (max-width: 700px), only screen and (max-device-width: 736px) and (orientation: landscape) {
  .acc-btn {
    width: 33.09%; }
    .acc-btn.col-4 {
      width: 24.7%; } }
.acc-btn.acc-tab-button {
  background: #fff;
  color: #007CC2;
  border: none;
  border-bottom: 1px solid #007CC2;
  font-family: open sans;
  font-size: 1em;
  font-weight: 600;
  margin-left: 2px;
  min-height: 60px;
  text-transform: uppercase;
  position: relative; }

.acc-btn.acc-tab-button .more-holder {
  display: none; }

.acc-btn.acc-tab-button .message-box-indicator {
  background-color: #ededed;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 350ms ease 0;
  width: 4px;
  display: none; }

.acc-btn.acc-tab-button .message-box-indicator .line {
  background-color: #007cc2;
  height: 4px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: opacity 350ms ease 0;
  width: 16px; }

@media only screen and (max-width: 640px), only screen and (max-device-width: 736px) and (orientation: landscape) {
  .acc-btn.acc-tab-button {
    display: inline-block;
    border: 1px solid #eee;
    border-bottom: none;
    color: #333;
    display: inline-block;
    font-size: 14px;
    margin-left: 0;
    text-align: left;
    text-transform: none;
    width: 100%; }

  .acc-btn.acc-tab-button:last-child {
    border-bottom: solid 1px #eee; }

  .acc-btn.acc-tab-button .more-holder {
    display: block; }

  .acc-btn.acc-tab-button .message-box-indicator {
    display: block; }

  .acc-btn.acc-tab-button.active, .acc-btn.acc-tab-button:hover {
    color: #333; } }
.acc-btn.acc-tab-button span {
  opacity: 1; }

.acc-btn.acc-tab-button.active, .acc-btn.acc-tab-button:hover {
  background: #fff;
  color: #007CC2;
  border-left: 1px solid #007CC2;
  border-right: 1px solid #007CC2;
  border-top: 1px solid #007CC2;
  border-bottom: solid 1px #fff; }

.acc-btn.acc-tab-button.active span, .acc-btn.acc-tab-button:hover span {
  color: #878787;
  opacity: 1; }

@media only screen and (max-width: 640px), only screen and (max-device-width: 736px) and (orientation: landscape) {
  .acc-btn.acc-tab-button.active, .acc-btn.acc-tab-button:hover {
    border: 1px solid #eee; } }
.acc-btn.acc-tab-button.active .message-box-indicator {
  width: 60px;
  transition: all 300ms ease; }

.acc-btn.acc-tab-button.active .message-box-indicator .line {
  opacity: 1;
  transition: all 300ms ease; }

.acc-btn.acc-tab-button.active .more-holder {
  opacity: 0;
  transition: all 300ms ease; }

.acc-btn.acc-tab-button:first-child {
  margin-left: 0; }

.acc-tab-control-holder {
  position: relative;
  bottom: -1px;
  z-index: 10;
  overflow: hidden;
  position: relative; }

@media only screen and (max-width: 640px), only screen and (max-device-width: 736px) and (orientation: landscape) {
  .acc-tab-control-holder {
    border-bottom: solid 1px #eee; } }
.acc-tab {
  opacity: 0;
  visibility: hidden;
  height: 0;
  max-height: 0;
  min-height: 0;
  padding: 0 3%;
  border: 0;
  border-top: solid 0 #007CC2;
  transition: opacity 500ms ease,visibility 500ms ease;
  overflow: hidden; }

.acc-tabs-holder {
  border: 0;
  border-top: solid 1px #007CC2; }

.acc-tab.active {
  border: 0;
  padding: 20px 0;
  opacity: 1;
  visibility: visible;
  height: auto;
  max-height: 10000px;
  transition: opacity 500ms ease,visibility 500ms ease; }

@media only screen and (max-width: 639px), only screen and (max-device-width: 736px) and (orientation: landscape) {
  .acc-tab.active {
    border-top: 0; } }
/* Novedades*/
header .novedades-menu {
  float: right;
  overflow: visible;
  position: relative; }
  header .novedades-menu a {
    line-height: 25px;
    font-size: 14px; }
  header .novedades-menu .budget {
    position: relative;
    top: -13px;
    margin-right: -9px;
    z-index: 1;
    display: inline-block;
    height: 24px;
    min-width: 24px;
    background: #f7c02d;
    color: white;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 24px; }
  header .novedades-menu i.icon-element.icon-novedades {
    position: relative;
    top: -2px;
    width: 25px;
    height: 25px;
    background: url("../images/icons/novedades.png") no-repeat 0 0;
    margin-right: 5px; }

#novedades-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20; }
  #novedades-menu .list {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    padding: 10px 0 10px 10px; }
    #novedades-menu .list .vscroll {
      position: relative;
      max-height: 500px;
      overflow: hidden; }
    #novedades-menu .list .scroll-content {
      width: 270px; }
    #novedades-menu .list .item {
      display: block;
      border-bottom: 1px solid #ddd;
      padding: 10px 0px 5px 0; }
      #novedades-menu .list .item:last-child {
        border-bottom: 0px; }
      #novedades-menu .list .item .contenido {
        margin-left: 90px; }
        #novedades-menu .list .item .contenido .titulo {
          display: block;
          display: -webkit-box;
          max-height: 36px;
          font-size: 14px;
          line-height: 18px;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0;
          color: #333; }
        #novedades-menu .list .item .contenido .fecha {
          font-size: 12px;
          color: #999; }
      #novedades-menu .list .item .imagen {
        width: 80px;
        height: 55px;
        background-repeat: no-repeat;
        background-size: cover;
        float: left; }
    #novedades-menu .list a.btn {
      display: block;
      width: 200px;
      margin: 20px auto 5px; }

#novedades-index .destacados {
  margin: 30px -7px; }
  #novedades-index .destacados .item {
    position: relative;
    width: 25%;
    padding-top: 25%;
    overflow: hidden;
    float: left; }
    #novedades-index .destacados .item a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      margin: 7px;
      padding-left: 5px;
      background: #a7cfea; }
      #novedades-index .destacados .item a .imagen {
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover; }
      #novedades-index .destacados .item a .contenido {
        position: absolute;
        bottom: 0px;
        padding: 0 7px 20px 10px; }
        #novedades-index .destacados .item a .contenido h4 {
          color: white;
          font-size: 14px;
          font-weight: bold;
          text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
          margin: 0;
          display: block;
          display: -webkit-box;
          max-height: 51px;
          line-height: 17px;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        #novedades-index .destacados .item a .contenido h5 {
          color: white;
          font-size: 13px;
          text-decoration: underline;
          font-weight: normal;
          margin: 0; }
    #novedades-index .destacados .item:first-child {
      width: 50%;
      padding-top: 50%; }
      #novedades-index .destacados .item:first-child a .contenido {
        padding: 0 7px 40px 30px; }
        #novedades-index .destacados .item:first-child a .contenido h4 {
          font-size: 20px;
          max-height: 72px;
          line-height: 24px; }
        #novedades-index .destacados .item:first-child a .contenido h5 {
          font-size: 18px; }
    #novedades-index .destacados .item.categoria-1 a {
      background: #8e2f94; }
    #novedades-index .destacados .item.categoria-2 a {
      background: #39b32d; }
    #novedades-index .destacados .item.categoria-3 a {
      background: #cf1220; }
    #novedades-index .destacados .item.categoria-4 a {
      background: #509fdf; }
    @media only screen and (max-width: 720px) {
      #novedades-index .destacados .item {
        width: 50%;
        padding-top: 37.5%; }
        #novedades-index .destacados .item a .contenido h4 {
          font-size: 3.5vw;
          line-height: 3.7vw;
          max-height: 11.1vw; }
        #novedades-index .destacados .item:first-child {
          width: 100%;
          padding-top: 75%; }
          #novedades-index .destacados .item:first-child a .contenido h4 {
            font-size: 5vw;
            line-height: 5.4vw;
            max-height: 16.2vw;
            padding-bottom: 5px; }
          #novedades-index .destacados .item:first-child a .contenido h5 {
            font-size: 4vw;
            line-height: 4.2vw; } }
#novedades-index .list {
  margin: 0 0 30px; }
  #novedades-index .list .item {
    border-bottom: 1px solid #d9d9d6;
    padding: 30px 0; }
    #novedades-index .list .item .imagen {
      float: left;
      width: 200px;
      height: 125px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
    #novedades-index .list .item .contenido {
      margin-left: 230px; }
      #novedades-index .list .item .contenido h4 {
        color: #127dc0;
        font-size: 16px;
        margin-bottom: 10px; }
      #novedades-index .list .item .contenido .resumen {
        display: block;
        display: -webkit-box;
        max-height: 66px;
        font-size: 14px;
        line-height: 22px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px; }
    #novedades-index .list .item .btn {
      float: right;
      padding: 7px 30px; }
#novedades-index .icon-search {
  padding: 0 10px 0 35px;
  box-shadow: none !important;
  background-image: url("../images/icons/general-sp.svg");
  background-position: -491px -337px; }
  .no-svg #novedades-index .icon-search {
    background-image: url("../images/icons/general-sp.png"); }

#novedades-detalle .row.buttons {
  margin-bottom: 5px; }
  #novedades-detalle .row.buttons .btn {
    margin-left: 5px; }
#novedades-detalle .carousel .item {
  border-bottom: 10px solid #509fdf; }
#novedades-detalle .carousel .imagen {
  background-size: cover;
  height: 260px; }
#novedades-detalle .carousel .owl-nav .owl-prev, #novedades-detalle .carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  color: white;
  font-size: 50px;
  background: url("../images/icons/carousel-arrows.png") no-repeat 0 0;
  width: 20px;
  height: 32px;
  overflow: hidden;
  text-indent: 100%; }
#novedades-detalle .carousel .owl-nav .owl-prev {
  left: 5px;
  background-position: 0px 3px; }
#novedades-detalle .carousel .owl-nav .owl-next {
  right: 5px;
  background-position: -20px 3px; }
#novedades-detalle .carousel .owl-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  height: 10px;
  text-align: center; }
  #novedades-detalle .carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid white;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 3px; }
    #novedades-detalle .carousel .owl-dots .owl-dot.active {
      background: #509fdf; }
#novedades-detalle .title {
  display: table;
  margin: 30px 0; }
  #novedades-detalle .title .categoria {
    display: table-cell;
    padding: 15px 15px;
    background: #509fdf;
    color: white;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center; }
  #novedades-detalle .title h1 {
    display: table-cell;
    padding: 0 0 0 30px;
    vertical-align: middle;
    font-size: 28px;
    line-height: 100%; }
#novedades-detalle .contenido {
  color: #333;
  margin: 30px 0; }
  #novedades-detalle .contenido ul, #novedades-detalle .contenido ol {
    margin-bottom: 20px;
    padding-left: 40px; }
#novedades-detalle .video {
  margin: 30px 0;
  position: relative;
  padding-top: 56.25%; }
  #novedades-detalle .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Css Checkbox */
.css input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  margin-right: 0; }
.css label {
  cursor: pointer;
  text-indent: -9999px;
  width: 35px;
  height: 20px;
  background: #fff;
  display: block;
  border-radius: 15px;
  position: relative;
  border: 1px solid #D3D2D2; }
.css label:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 15px;
  transition: 0.3s;
  border: 1px solid #D3D2D2; }
.css input:checked + label {
  background: #00B436;
  border: 1px solid #00B436; }
.css input:checked + label:after {
  left: calc(100% + 1px);
  transform: translateX(-100%);
  border: 1px solid #00B436; }
.css label:active:after {
  width: 18px; }

.paginator {
  text-align: center; }
  .paginator .paginator-content {
    display: inline-block; }
    .paginator .paginator-content > a:first-child {
      margin-left: 0; }
    .paginator .paginator-content > a:last-child {
      margin-right: 0; }
  .paginator .first, .paginator .before, .paginator .page, .paginator .next, .paginator .last {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #cbcbcb;
    float: left;
    text-align: center;
    line-height: 30px;
    margin: 0 -0.5px;
    color: #38629d;
    font-weight: bold; }
    .paginator .first.active, .paginator .before.active, .paginator .page.active, .paginator .next.active, .paginator .last.active {
      background: #467cc1;
      color: white; }
    .paginator .first.disabled, .paginator .before.disabled, .paginator .page.disabled, .paginator .next.disabled, .paginator .last.disabled {
      color: #cbcbcb;
      cursor: default; }

#gestiones-calendario tr.titulo th {
  background: transparent;
  color: #127dc0;
  font-weight: normal; }
  #gestiones-calendario tr.titulo th.nombre {
    text-align: left;
    font-size: 20px; }
  #gestiones-calendario tr.titulo th.fecha {
    text-align: right;
    font-weight: bold; }
#gestiones-calendario th:first-child {
  background: transparent;
  color: #666666; }
#gestiones-calendario td.total {
  color: #127dc0;
  font-weight: bold; }
#gestiones-calendario tfoot td {
  background: #eef3f7; }

.fc .fc-head,
.fc .fc-body,
.fc .fc-day-grid td:first-child {
  border: 1px solid #ddd; }
.fc .fc-list-table td {
  border-bottom: 1px solid #ddd; }
.fc .fc-toolbar .fc-left {
  min-width: 94px; }
.fc .fc-toolbar .fc-center h2 {
  display: inline-block;
  min-width: 155px; }

.select2-container.select2 .select2-selection {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #A3C3D9;
  border-radius: 5px;
  color: #666666;
  height: 32px; }
  .select2-container.select2 .select2-selection:focus {
    outline: none; }
.select2-container .select2-dropdown {
  border: 1px solid #A3C3D9;
  border-radius: 5px; }
.select2-container .select2-search input.select2-search__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #A3C3D9;
  border-radius: 5px;
  color: #666666;
  height: 32px; }
  .select2-container .select2-search input.select2-search__field:focus {
    outline: none; }
.select2-container li.select2-results__option--highlighted[aria-selected] {
  background-color: #007CC2; }

/*# sourceMappingURL=main.css.map */
