@charset "UTF-8";
/* _Mixins */
/* Responsive */
.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,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 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);
  }
  70% {
    -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%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 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);
  }
  70% {
    -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%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-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);
  }
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

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

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

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-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;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-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;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-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;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-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;
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  opacity: 0;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-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;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -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);
  }
  to {
    -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) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -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);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(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) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-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);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -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);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -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: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -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: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-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;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -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: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -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: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(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;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(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;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-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;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-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;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-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;
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

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

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-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);
  }
}
@-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% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

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

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

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

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

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, 0, 100%);
    transform: translate3d(0, 0, 100%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, 0, 100%);
    transform: translate3d(0, 0, 100%);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-x: hidden;
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-x: hidden;
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY();
    transform: translateY(0);
    display: block;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: none;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: none;
  }
}
.rotation {
  -webkit-animation: rotation 2s 2s linear;
  animation: rotation 2s 2s linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.zoomInCenter {
  -webkit-animation-name: zoomInCenter;
  animation-name: zoomInCenter;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomInCenter {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInCenter {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-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;
  }
}
.slideInUpLine {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* $Fonts: Family & weights */
/*****************************************************************
    Font PT Sans
******************************************************************/
@font-face {
  font-family: "PT Sans";
  src: url("../sass/fonts/PTSans-Bold.eot");
  src: url("../sass/fonts/PTSans-Bold.eot?#iefix") format("embedded-opentype"), url("../sass/fonts/PTSans-Bold.woff2") format("woff2"), url("../sass/fonts/PTSans-Bold.woff") format("woff"), url("../sass/fonts/PTSans-Bold.ttf") format("truetype"), url("../sass/fonts/PTSans-Bold.svg#PTSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("../sass/fonts/PTSans-Regular.eot");
  src: url("../sass/fonts/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("../sass/fonts/PTSans-Regular.woff2") format("woff2"), url("../sass/fonts/PTSans-Regular.woff") format("woff"), url("../sass/fonts/PTSans-Regular.ttf") format("truetype"), url("../sass/fonts/PTSans-Regular.svg#PTSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("PTSans-Caption.eot");
  src: url("../sass/fonts/PTSans-Caption.eot?#iefix") format("embedded-opentype"), url("../sass/fonts/PTSans-Caption.woff2") format("woff2"), url("../sass/fonts/PTSans-Caption.woff") format("woff"), url("../sass/fonts/PTSans-Caption.ttf") format("truetype"), url("../sass/fonts/PTSans-Caption.svg#PTSans-Caption") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: "Work Sanss", sans-serif;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

body {
  -webkit-overflow-scrolling: touch;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  color: inherit;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
dd,
menu,
ol,
ul {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.

 ,
input[type="checkbox"]
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer; /* 2 */
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: middle; /* 2 */
}

body {
  overflow-x: hidden;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
}

#wrapper {
  padding-top: 84px;
  padding-bottom: 0px;
}

.section {
  position: relative;
}

img {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

video {
  width: 100%;
}

.active {
  display: block;
}

.hide {
  display: none;
}

.hidden-xs {
  display: block;
}
@media (min-width: 768px) {
  .hidden-xs {
    display: none;
  }
}

ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
  font-family: "PT Sans", sans-serif;
}

p, a, ul, li, h1, h2, h3, h4 {
  font-family: "PT Sans", sans-serif;
}

h1, h2, h3, h4 {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

h2, h3, h4 {
  font-family: "PT Sans", sans-serif;
  font-weight: normal !important;
}

p {
  font-family: "PT Sans", sans-serif;
  font-weight: normal !important;
  font-size: 16px;
  color: #707170;
  line-height: normal;
}
@media (min-width: 1024px) {
  p {
    font-size: 18px;
  }
}

a:hover {
  text-decoration: none;
}

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

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

.slick-slide img.visible-mb {
  display: block;
}
@media (min-width: 768px) {
  .slick-slide img.visible-mb {
    display: none;
  }
}

.slick-slide img.visible-dk {
  display: none;
}
@media (min-width: 768px) {
  .slick-slide img.visible-dk {
    display: block;
  }
}

.marginTop-40 {
  margin-top: 40px;
}

.marginTop-70 {
  margin-top: 70px;
}

.marginTop-100 {
  margin-top: 100px;
}

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

/*******************************************************
     Loader 
*******************************************************/
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  display: block;
}
#loader.inactive {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: none;
}
#loader .wp-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  text-align: center;
}
#loader .wp-loader .cont-load {
  width: 120px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
#loader .wp-loader .cont-load .dot {
  width: 15px;
  height: 15px;
  -webkit-animation: salto 0.5s alternate infinite;
          animation: salto 0.5s alternate infinite;
  background-color: #9F9394;
  border-radius: 50%;
}
#loader .wp-loader .cont-load .dot:nth-child(2) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
#loader .wp-loader .cont-load .dot:nth-child(3) {
  -webkit-animation-delay: 0.37s;
          animation-delay: 0.37s;
}
#loader .wp-loader .cont-load .dot:nth-child(4) {
  -webkit-animation-delay: 0.57s;
          animation-delay: 0.57s;
}
@-webkit-keyframes salto {
  from {
    background-color: #9F9394;
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    background-color: #2D1214;
  }
}
@keyframes salto {
  from {
    background-color: #9F9394;
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    background-color: #2D1214;
  }
}

/*******************************************************
    Compartir
*******************************************************/
.wp-share-project {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 40px;
  z-index: 1;
}
@media (min-width: 768px) {
  .wp-share-project {
    top: 0px;
    right: 0px;
  }
}
.wp-share-project .wp-icon-share {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.wp-share-project .wp-icon-share .txt-share {
  display: inline-block;
  font-size: 14px;
  color: #80705B;
  margin-right: 10px;
}
.wp-share-project .wp-icon-share img {
  display: inline-block;
  width: 25px;
}
.wp-share-project:hover .wp-list-share {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
}
.wp-share-project .wp-list-share {
  background-color: #FFFBF5;
  position: absolute;
  border: 7px;
  right: 15px;
  padding: 15px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: display 0.2s 2s ease;
  transition: display 0.2s 2s ease;
}
.wp-share-project .wp-list-share .list-chare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-share-project .wp-list-share .list-chare .item-share {
  display: inline-block;
  margin: 0 5px;
}
.wp-share-project .wp-list-share .list-chare .item-share .link-share {
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  font-size: 0;
  border: 2px solid #80705B;
  border-radius: 50%;
}
.wp-share-project .wp-list-share .list-chare .item-share .link-share.link-facebook {
  background-image: url(../images/icons/icon-facebook-brown.png);
}
.wp-share-project .wp-list-share .list-chare .item-share .link-share.link-intagram {
  background-image: url(../images/icons/icon-instagram-brown.png);
}
.wp-share-project .wp-list-share .list-chare .item-share .link-share.link-whatsapp {
  background-image: url(../images/icons/icon-whatsapp-brown.png);
}
.wp-share-project .wp-list-share .list-chare .item-share .link-share.link-twitter {
  background-image: url(../images/icons/icon-twitter-brown.png);
}
.wp-share-project .wp-list-share .list-chare .item-share .link-share.link-correo {
  background-image: url(../images/icons/icon-correo-brown.png);
}
.wp-share-project .wp-list-share .list-chare .item-share .link-share:hover {
  border: 1px solid #FA9E19;
}
.wp-share-project .wp-list-share .list-chare .item-share .link-share:hover.link-facebook {
  background-image: url(../images/icons/icon-facebook-yellow.png);
}
.wp-share-project .wp-list-share .list-chare .item-share .link-share:hover.link-intagram {
  background-image: url(../images/icons/icon-intagram-yellow.png);
}
.wp-share-project .wp-list-share .list-chare .item-share .link-share:hover.link-whatsapp {
  background-image: url(../images/icons/icon-whatsapp-yellow.png);
}
.wp-share-project .wp-list-share .list-chare .item-share .link-share:hover.link-twitter {
  background-image: url(../images/icons/icon-twitter-yellow.png);
}
.wp-share-project .wp-list-share .list-chare .item-share .link-share:hover.link-correo {
  background-image: url(../images/icons/icon-correo-yellow.png);
}

/*******************************************************
    Compartir
*******************************************************/
.cont-project {
  position: relative;
}
@media (min-width: 768px) {
  .cont-project:hover .cont-img-project .img-featured-project {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 768px) {
  .cont-project:hover .des-project {
    height: auto;
    max-height: 280px;
  }
}
@media (min-width: 768px) {
  .cont-project:hover .des-project .cont-hidden-project {
    display: block;
  }
}
@media (min-width: 768px) {
  .cont-project:hover .des-project .wp-share-project {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
@media (min-width: 768px) {
  .cont-project:hover .des-project .links-prjects .link-vista {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
.cont-project .cont-img-project {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cont-project .cont-img-project .logo-project {
  position: absolute;
  width: 75px;
  top: 5%;
  left: 5%;
}
@media (min-width: 768px) {
  .cont-project .cont-img-project .img-featured-project {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: -webkit-transform 2s ease-in-out;
    transition: -webkit-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
  }
}
.cont-project .des-project {
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 251, 245, 0.95);
  left: 0;
}
@media (min-width: 768px) {
  .cont-project .des-project {
    background: #FFFBF5;
    color: white;
    max-height: 100px;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
  }
}
@media (min-width: 768px) {
  .cont-project .des-project .cont-des-project {
    position: relative;
  }
}
@media (min-width: 768px) {
  .cont-project .des-project .cont-hidden-project {
    display: none;
  }
}
.cont-project .des-project .txt-ciudad {
  color: #80705B;
  font-size: 12px;
}
.cont-project .des-project .title-project {
  color: #FA9E19;
  font-size: 30px;
  font-weight: normal;
}
.cont-project .des-project .txt-project {
  color: #707170;
}
.cont-project .des-project .links-prjects {
  display: block;
  margin-top: 10px;
}
.cont-project .des-project .links-prjects::after {
  content: "";
  display: block;
  clear: both;
}
.cont-project .des-project .links-prjects .btn-project {
  display: inline-block;
  background-color: #FA9E19;
  padding: 7px 15px;
  color: #fff;
}
.cont-project .des-project .links-prjects .btn-project:hover {
  background-color: transparent;
  border: 1px solid #FA9E19;
  color: #FA9E19;
}
.cont-project .des-project .links-prjects .link-vista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  padding-right: 0;
  background-color: transparent;
}
.cont-project .des-project .links-prjects .link-vista span {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cont-project .des-project .links-prjects .link-vista span.txt-vista {
  color: #80705B;
  font-size: 12px;
  width: 50px;
  text-align: right;
  line-height: 1.2;
  margin-right: 6px;
}
.cont-project .des-project .links-prjects .link-vista span.icon-vista {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  background-image: url(../images/icons/icon-play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cont-project .des-project .links-prjects .link-vista span.icon-vista {
    width: 50px;
    height: 50px;
  }
}
.cont-project .des-project .links-prjects .link-vista span.icon-vista:hover {
  background-image: url(../images/icons/icon-play-yellow.png);
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 2px solid #80705B;
  background-color: #D9D9D9;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: #80705B;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 75px;
  background-color: #fff;
}
.header .wp-nav {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.header .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header .navigation .cont-logo {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .header .navigation .cont-logo {
    width: 25%;
  }
}
.header .navigation .cont-logo a {
  display: block;
  width: 200px;
  line-height: 1;
}
.header .navigation .cont-top-nav {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  text-align: right;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav {
    width: 75%;
  }
}
.header .navigation .cont-top-nav .wp-menu {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu {
    width: auto;
  }
}
.header .navigation .cont-top-nav .wp-menu .icon-menu {
  background-color: #80705B;
  padding: 10px 8px;
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .icon-menu {
    display: none;
  }
}
.header .navigation .cont-top-nav .wp-menu .icon-menu .ic.menu {
  display: block;
}
.header .navigation .cont-top-nav .wp-menu .icon-menu .ic.menu .line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 3px;
  border-radius: 4px;
}
.header .navigation .cont-top-nav .wp-menu .icon-menu .txt-menu {
  font-size: 9px;
  color: #fff;
  line-height: 1;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3px;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation {
  display: none;
  position: fixed;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 4;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation {
    padding: 0;
    position: relative;
    display: block;
    -webkit-animation: none;
            animation: none;
    left: 0;
    background-color: transparent;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation.active {
  display: block;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation.inactive {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation.inactive {
    -webkit-animation: none;
            animation: none;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav {
  background-color: #FFFBF5;
  display: block;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav {
    background-color: #fff;
    display: block;
    width: 100%;
    overflow: hidden;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .txt-dk {
  display: none;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .txt-dk {
    display: block;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .close-nav-mb {
  background-image: url(../images/icons/icon-close-white.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .close-nav-mb {
    display: none;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .close-subnav {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(../images/icons/icon-close-white.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  color: transparent;
  z-index: 4;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .close-subnav:hover {
  cursor: pointer;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background-image: url(../images/icons/icon-close-green.png);
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .close-subnav {
    display: block;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .cont-nav {
  position: relative;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav {
  text-align: left;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav {
  display: block;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav.item-mb {
  display: none;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav:hover .txt-nav p {
  color: #FA9E19;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav:hover .txt-nav a {
  color: #FA9E19;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav:hover .txt-nav .icon-subnav {
  background-image: url(../images/icons/icon-arrow-nav-yellow.png);
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .icon-subnav {
  background-image: url(../images/icons/icon-arrow-nav-brown.png);
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .icon-subnav {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 2px;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav.item-proyectos {
  border-bottom: 1px solid #FA9E19;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav.item-proyectos {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav.item-proyectos.active-project {
  cursor: pointer;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav.item-proyectos.active-project .subitem-projects {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav.item-proyectos .wp-title-nav {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px 0 20px 30px;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav.item-proyectos .wp-title-nav:after {
  content: "";
  display: inline-block;
  position: initial;
  background-color: #FA9E19;
  width: 100%;
  height: 4px;
  left: 0;
  position: absolute;
  bottom: 0;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav.item-proyectos .wp-title-nav p {
  line-height: 1.4;
  font-size: 18px;
  padding: 0;
  margin-bottom: -7px;
  text-transform: uppercase;
  color: #80705B;
  font-weight: normal;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav p {
  padding: 12px 40px;
  color: #80705B;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav p {
    padding: 7px;
  }
}
@media (min-width: 992px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav p {
    font-size: 16px;
    margin: 0 5px;
  }
}
@media (min-width: 1024px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav p {
    margin: 0 10px;
  }
}
@media (min-width: 1280px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav p {
    margin: 0 20px;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav p .link-nav {
  color: #80705B;
  font-weight: normal;
  font-size: 16px;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav.item-interes .title-interes {
  display: none;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav.item-interes .wp-list-subnav .title-item-subnav {
  font-weight: normal;
  font-size: 18px;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav.active {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav.inactive {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav .wp-subnav {
  width: 100%;
  background-color: #FFFBF5;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav .wp-subnav {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav .wp-subnav .cont-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav .wp-subnav .cont-subnav .col-des-nav {
  width: 100%;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav .wp-subnav .cont-subnav .col-des-nav {
    width: 45%;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav .wp-subnav .cont-subnav .col-des-nav:hover {
  cursor: default;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav .wp-subnav .cont-subnav .col-img-nav {
  display: none;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav .wp-subnav .cont-subnav .col-img-nav:hover {
  cursor: default;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav .wp-subnav .cont-subnav .col-img-nav {
    display: block;
    width: 55%;
    position: relative;
    height: 100%;
    min-height: 46vw;
    overflow: hidden;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav .wp-subnav .cont-subnav .col-img-nav img {
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 234%;
  height: 110%;
  max-width: none;
}
@media (min-width: 1024px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav .wp-subnav .cont-subnav .col-img-nav img {
    width: 154%;
  }
}
@media (min-width: 1280px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav .wp-subnav .cont-subnav .col-img-nav img {
    width: 112%;
  }
}
@media (min-width: 1800px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .cont-item-nav .wp-subnav .cont-subnav .col-img-nav img {
    width: 110%;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .list-share-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 40px;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .list-share-nav {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .list-share-nav .item-share-nav {
  padding: 7px 12px;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .list-share-nav .item-share-nav {
    padding: 7px 8px;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .list-share-nav .item-share-nav .link-share {
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .list-share-nav .item-share-nav .link-share.share-facebook {
  background-image: url(../images/icons/icon-facebook-brown-top.png);
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .list-share-nav .item-share-nav .link-share.share-instagram {
  background-image: url(../images/icons/icon-instagram-brown-top.png);
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .list-share-nav .item-share-nav .link-share.share-youtube {
  background-image: url(../images/icons/icon-youtube-brown.png);
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .list-share-nav .item-share-nav .link-share.share-linkedin {
  background-image: url(../images/icons/icon-linkedin-brown-top.png);
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .list-share-nav .item-share-nav .link-share:hover.share-facebook {
  background-image: url(../images/icons/icon-facebook-yellow-top.png);
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .list-share-nav .item-share-nav .link-share:hover.share-instagram {
  background-image: url(../images/icons/icon-instagram-yellow-top.png);
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .list-share-nav .item-share-nav .link-share:hover.share-youtube {
  background-image: url(../images/icons/icon-youtube-yellow.png);
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-nav .list-share-nav .item-share-nav .link-share:hover.share-linkedin {
  background-image: url(../images/icons/icon-linkedin-yellow-top.png);
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .wp-list-subnav {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .wp-list-subnav .list-subnav {
    width: 70%;
    margin: 0 auto;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-subnav {
  display: block;
  padding: 12px 40px;
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-subnav {
    padding: 20px 0;
    margin: 0px 30px;
  }
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-subnav.item-light {
    border-top: 1px solid #80705B;
  }
}
@media (min-width: 768px) {
  .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-subnav.item-light .title-item-subnav {
    font-weight: normal;
  }
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-subnav .title-item-subnav {
  font-size: 25px;
  color: #80705B;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-subnav h2 .link-nav {
  font-weight: normal;
  color: #80705B;
  font-size: 18px;
  display: block;
}
.header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav .list-nav .item-subnav h2 .link-nav:last-child {
  font-size: 16px;
  display: block;
}
.header .cont-menu {
  display: inline-block;
  vertical-align: middle;
}
.header .cont-btn-fixed {
  display: block;
  position: fixed;
  bottom: 74px;
  width: 50px;
  z-index: 30;
  right: 0;
}
@media (min-width: 768px) {
  .header .cont-btn-fixed {
    top: 55%;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .header .cont-btn-fixed {
    top: 50%;
  }
}
.header .cont-btn-fixed .btn-whatsapp {
  background-color: #FA9E19;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 7px 0 0 7px;
}
.header .cont-btn-fixed .btn-whatsapp:hover {
  background-color: #80705B;
}
.header .cont-btn-fixed .btn-whatsapp .icon-nav-mb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .cont-btn-fixed .btn-whatsapp .icon-nav-mb .icons-nav-mb {
  width: auto;
  margin: auto;
  height: 65%;
}
.header .cont-btn-fixed .btn-agenda {
  background-color: #25FADA;
  margin-top: 5px;
  padding: 10px;
  position: relative;
  height: 180px;
  border-radius: 7px 0 0 7px;
  cursor: pointer;
}
.header .cont-btn-fixed .btn-agenda:hover {
  background-color: #2bd5bc;
}
@media (min-width: 1024px) {
  .header .cont-btn-fixed .btn-agenda {
    height: 200px;
  }
}
.header .cont-btn-fixed .btn-agenda .icon-nav-mb {
  display: block;
}
.header .cont-btn-fixed .btn-agenda .txt-nav-mb {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
  width: 130px;
  position: absolute;
  left: -39px;
  top: 92px;
  color: #000;
}
@media (min-width: 1024px) {
  .header .cont-btn-fixed .btn-agenda .txt-nav-mb {
    width: 150px;
    left: -49px;
    top: 102px;
  }
}
.header .nav-mb {
  position: fixed;
  background-color: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .header .nav-mb {
    display: none;
  }
}
.header .nav-mb .lis-menu-mb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header .nav-mb .lis-menu-mb .item-mb {
  width: 25%;
  height: 68px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav-mb .lis-menu-mb .item-mb .btn-agenda {
  background-color: #25FADA;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .nav-mb .lis-menu-mb .item-mb .btn-agenda .icon-nav-mb {
  width: 30px;
  line-height: 1;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav-mb .lis-menu-mb .item-mb .btn-agenda .txt-nav-mb {
  color: #000;
  font-size: 9px;
  display: block;
  width: 100%;
}
@media (min-width: 360px) {
  .header .nav-mb .lis-menu-mb .item-mb .btn-agenda .txt-nav-mb {
    font-size: 10px;
  }
}
.header .nav-mb .lis-menu-mb .item-mb a {
  display: block;
  padding: 10px 0;
}
.header .nav-mb .lis-menu-mb .item-mb a .icon-nav-mb {
  display: block;
  width: 30px;
  line-height: 1;
  margin: 0 auto;
}
.header .nav-mb .lis-menu-mb .item-mb a .txt-nav-mb {
  color: #000;
  font-size: 9px;
  display: block;
}
@media (min-width: 360px) {
  .header .nav-mb .lis-menu-mb .item-mb a .txt-nav-mb {
    font-size: 10px;
  }
}

#banner .cont-banner {
  position: relative;
}
#banner .cont-banner .img-banner {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
}
@media (min-width: 768px) {
  #banner .cont-banner .img-banner {
    display: block;
  }
}
#banner .cont-banner .slick-slider .slick-arrow {
  z-index: 1;
  position: absolute;
  top: 45%;
  left: auto;
  right: 5%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
}
#banner .cont-banner .slick-slider .slick-arrow:before {
  display: none !important;
}
#banner .cont-banner .slick-slider .slick-arrow.slick-prev {
  background-image: url(../images/icons/arrow-brown-left.png);
}
#banner .cont-banner .slick-slider .slick-arrow.slick-next {
  background-image: url(../images/icons/arrow-brown-right.png);
}
#banner .cont-banner .slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
#banner .cont-banner .slick-list .slick-track {
  background-repeat: no-repeat;
  background-size: 100%;
}
#banner .cont-banner .slick-list .slick-track .slick-slide {
  background-color: #fff;
  min-height: 124px;
  color: transparent;
  position: relative;
}
@media (min-width: 768px) {
  #banner .cont-banner .slick-list .slick-track .slick-slide {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  #banner .cont-banner .slick-list .slick-track .slick-slide:last-child {
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgb(255 255 255 / 0%) 0%", endColorstr="rgb(0 0 0 / 84) 120%)", GradientType=1 );
  }
}
@media (min-width: 768px) {
  #banner .cont-banner .slick-list .slick-track .slick-slide div {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
}
#banner .cont-banner .slick-list .slick-track .slick-slide .title-banner {
  color: #fff;
  font-size: 25px;
  padding: 20px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 768px) {
  #banner .cont-banner .slick-list .slick-track .slick-slide .title-banner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 320px;
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  #banner .cont-banner .slick-list .slick-track .slick-slide .title-banner.bg-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #707170;
  }
}
#banner .cont-banner .slick-list .slick-track .slick-slide .txt-adicional {
  color: #FA9E19;
  text-align: center;
  font-size: 18px;
  padding: 0 10px 20px;
}
#banner .cont-banner .slick-list .slick-track .slick-slide .txt-adicional strong {
  display: block;
}
@media (min-width: 768px) {
  #banner .cont-banner .slick-list .slick-track .slick-slide .txt-adicional {
    font-size: 37px;
    line-height: 1;
    position: absolute;
    left: 50%;
    bottom: 2%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#slider-projects .cont-section {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #slider-projects .cont-section {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #slider-projects .cont-section .link-projects {
    margin: 40px auto 20px;
  }
}
#slider-projects .cont-section .link-projects .link-section-projects {
  color: #AA9B88;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #slider-projects .cont-section .link-projects .link-section-projects {
    max-width: none;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
#slider-projects .cont-section .link-projects .link-section-projects span {
  display: inline-block;
}
#slider-projects .cont-section .link-projects .link-section-projects span:first-child {
  width: 90%;
  display: block;
  margin: 0 auto;
}
#slider-projects .cont-section .link-projects .link-section-projects span:last-child {
  width: 15px;
  height: 16px;
  background-image: url(../images/icons/dart-bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cont-projects {
  padding-top: 90px;
  padding-bottom: 30px;
}
.cont-projects .col-projects.txt-dev-projects {
  display: none;
}
@media (min-width: 768px) {
  .cont-projects .col-projects.txt-dev-projects {
    display: inline-block;
    width: 9.5%;
    height: 100%;
    vertical-align: top;
    padding-top: 25px;
    position: relative;
  }
}
.cont-projects .col-projects.txt-dev-projects .txt-projects {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 220px;
  position: absolute;
  display: block;
  left: -70px;
  top: 120px;
  color: #AA9B88;
}
.cont-projects .col-projects.txt-dev-projects .txt-projects .icon-right-arrow {
  display: inline-block;
  width: 15px;
  height: 16px;
  background-image: url(../images/icons/dart-bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 4px;
}
.cont-projects .col-projects.col-dev-projects {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .cont-projects .col-projects.col-dev-projects {
    width: 90%;
    display: inline-block;
  }
}
.cont-projects .col-projects.col-dev-projects .cont-nav-projects {
  position: absolute;
  bottom: -20px;
  text-align: center;
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .cont-projects .col-projects.col-dev-projects .cont-nav-projects {
    position: relative;
    text-align: right;
    bottom: auto;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.cont-projects .col-projects.col-dev-projects .cont-nav-projects .slick-arrow {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #C9C8C7;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block !important;
  text-indent: -999999px;
}
.cont-projects .col-projects.col-dev-projects .cont-nav-projects .slick-arrow:hover {
  background-color: #80705B;
}
.cont-projects .col-projects.col-dev-projects .cont-nav-projects .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.cont-projects .col-projects.col-dev-projects .cont-nav-projects .slick-arrow:before {
  display: none !important;
}
.cont-projects .col-projects.col-dev-projects .cont-nav-projects .slick-arrow.slick-prev-project {
  background-image: url(../images/icons/icon-arrow-white-left.png);
}
.cont-projects .col-projects.col-dev-projects .cont-nav-projects .slick-arrow.slick-next-project {
  background-image: url(../images/icons/icon-arrow-white-right.png);
}
.cont-projects .col-projects.col-dev-projects .slider-dev-projects {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .cont-projects .col-projects.col-dev-projects .slick-slide {
    margin: 0 10px;
  }
}

.slider-gallery-project img.visible-mb {
  display: block;
}
@media (min-width: 768px) {
  .slider-gallery-project img.visible-mb {
    display: none;
  }
}
.slider-gallery-project img.visible-dk {
  display: none;
}
@media (min-width: 768px) {
  .slider-gallery-project img.visible-dk {
    display: block;
  }
}
.slider-gallery-project .slick-dots {
  z-index: 1;
  bottom: 10px;
}
.slider-gallery-project .slick-dots li button {
  border: 4px solid #80705B;
  background-color: #D9D9D9;
  border-radius: 50%;
}
.slider-gallery-project .slick-dots li button:before {
  display: none;
}
.slider-gallery-project .slick-dots li.slick-active button {
  background-color: #80705B;
}

.gallery .item-gallery .img-dk {
  display: none;
}
@media (min-width: 768px) {
  .gallery .item-gallery .img-dk {
    display: block;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.gallery .item-gallery .img-mb {
  display: block;
}
@media (min-width: 768px) {
  .gallery .item-gallery .img-mb {
    display: none;
  }
}

#espacio-vital {
  margin-top: 30px;
}
#espacio-vital .wp-section .cont-section {
  width: 90%;
  margin: 0 auto;
  /* transition height change */
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section {
    width: 85%;
  }
}
#espacio-vital .wp-section .cont-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .row.wp-amenidades {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
#espacio-vital .wp-section .cont-section .heat-espacios .title-head-espacio {
  color: #FA9E19;
  font-weight: 300;
  font-size: 51px;
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .heat-espacios .title-head-espacio {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  #espacio-vital .wp-section .cont-section .heat-espacios .title-head-espacio {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  #espacio-vital .wp-section .cont-section .heat-espacios .title-head-espacio {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  #espacio-vital .wp-section .cont-section .heat-espacios .title-head-espacio {
    font-size: 100px;
  }
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .heat-espacios .body-espacio {
    border-left: 1px solid #AA9B88;
    width: 100%;
    padding: 7% 0 7% 5%;
  }
}
@media (min-width: 1280px) {
  #espacio-vital .wp-section .cont-section .heat-espacios .body-espacio {
    width: 80%;
  }
}
@media (min-width: 1400px) {
  #espacio-vital .wp-section .cont-section .heat-espacios .body-espacio {
    width: 65%;
    padding: 7% 0 7% 7%;
    margin-left: 5%;
  }
}
#espacio-vital .wp-section .cont-section .heat-espacios p {
  color: #707170;
  font-size: 18px;
}
@media (min-width: 1280px) {
  #espacio-vital .wp-section .cont-section .heat-espacios p {
    font-size: 20px;
  }
}
#espacio-vital .wp-section .cont-section .heat-espacios .wp-nav-slick {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 20px auto;
  text-align: right;
  overflow-x: hidden;
  overflow-y: initial;
  /* Scrollbar Styling */
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .heat-espacios .wp-nav-slick {
    padding-right: 5px;
  }
}
#espacio-vital .wp-section .cont-section .heat-espacios .wp-nav-slick::-webkit-scrollbar {
  width: 0px;
}
#espacio-vital .wp-section .cont-section .heat-espacios .wp-nav-slick::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0px;
}
#espacio-vital .wp-section .cont-section .heat-espacios .wp-nav-slick::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #fff;
}
#espacio-vital .wp-section .cont-section .heat-espacios .wp-nav-slick p {
  display: inline-block;
  vertical-align: middle;
}
#espacio-vital .wp-section .cont-section .heat-espacios .wp-nav-slick .slick-next-espacio {
  width: 70px;
  height: 70px;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#espacio-vital .wp-section .cont-section .heat-espacios .wp-nav-slick .slick-next-espacio:focus {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 2s linear;
  transition: 2s linear;
}
#espacio-vital .wp-section .cont-section .heat-espacios .wp-nav-slick .slick-next-espacio .icon-arrow.icon-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/arrow-slider-big.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#espacio-vital .wp-section .cont-section .flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
#espacio-vital .wp-section .cont-section .cont-espacio {
  width: 100%;
}
#espacio-vital .wp-section .cont-section .cont-espacio .wp-tab-espacios {
  margin-bottom: 15%;
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .wp-tab-espacios {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .item-gallery {
    padding-right: 5px;
  }
}
#espacio-vital .wp-section .cont-section .cont-espacio .slick-prev-espacio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .slick-prev-espacio:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .slick-prev-espacio {
    position: relative;
  }
}
#espacio-vital .wp-section .cont-section .cont-espacio .slick-prev-espacio .icon-arrow {
  background-image: url(../images/icons/arrow-slider-big.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .slick-prev-espacio .icon-arrow {
    display: block;
    margin-left: 112px;
  }
}
#espacio-vital .wp-section .cont-section .cont-espacio .slick-prev-espacio .txt-arrow {
  color: #80705B;
  font-size: 20px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .slick-prev-espacio .txt-arrow {
    display: block;
    position: absolute;
    left: 0;
  }
}
#espacio-vital .wp-section .cont-section .cont-espacio .title-espacio {
  font-size: 22px;
  color: #80705B;
  font-weight: 300;
  line-height: 1.4;
  padding: 7% 0;
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .title-espacio {
    font-size: 30px;
    padding: 0 0 2%;
  }
}
@media (min-width: 1280px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .title-espacio {
    font-size: 35px;
    width: 90%;
    max-width: 880px;
  }
}
#espacio-vital .wp-section .cont-section .cont-espacio .cont-amenidades {
  margin-top: 10%;
  margin-bottom: 7%;
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .cont-amenidades {
    margin-bottom: 0;
  }
}
#espacio-vital .wp-section .cont-section .cont-espacio .cont-amenidades .section-amenidades {
  padding: 7% 0;
  border-top: 1px solid #FA9E19;
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .cont-amenidades .section-amenidades {
    padding: 7% 0 0;
  }
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .cont-amenidades .section-amenidades .row {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .cont-amenidades .section-amenidades .wp-amenidades {
    width: 85%;
    margin: 0 15% 0 5%;
  }
}
#espacio-vital .wp-section .cont-section .cont-espacio .cont-amenidades .section-amenidades .title-amenidades {
  color: #FA9E19;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .cont-amenidades .section-amenidades .title-amenidades {
    -webkit-transform: rotate(-90deg) translate(-122px, -125px);
            transform: rotate(-90deg) translate(-122px, -125px);
    width: 280px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .cont-amenidades .section-amenidades .title-amenidades .row {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
#espacio-vital .wp-section .cont-section .cont-espacio .cont-amenidades .section-amenidades .img-amenidades {
  margin: 5% 0 10%;
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section .cont-espacio .cont-amenidades .section-amenidades .img-amenidades {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section #tabsEspacios {
    display: block;
    margin: 0;
  }
}
#espacio-vital .wp-section .cont-section #tabsEspacios .slick-list {
  padding-bottom: 14px;
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item {
  border-right: 1px solid #AA9B88;
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section #tabsEspacios .nav-item {
    padding: 7% 0;
    border-right: 0;
    border-bottom: 1px solid #AA9B88;
  }
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item:last-child {
  border: 0;
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link {
  display: block;
  width: 100%;
  text-align: center;
  background: transparent;
  color: #80705B;
  position: relative;
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #fa9c19 transparent transparent transparent;
  margin: 0 auto;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link.active::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fa9c19;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link.active .icon-nav-tabs.icon-desing {
  background-image: url(../images/icons/icon-diseno-flexible-active.png);
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link.active .icon-nav-tabs.icon-personalice {
  background-image: url(../images/icons/icon-personalize-apartment-active.png);
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link.active .icon-nav-tabs.icon-acabados {
  background-image: url(../images/icons/icon-finishing-level-active.png);
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link:hover .icon-nav-tabs.icon-desing {
  background-image: url(../images/icons/icon-diseno-flexible-active.png);
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link:hover .icon-nav-tabs.icon-personalice {
  background-image: url(../images/icons/icon-personalize-apartment-active.png);
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link:hover .icon-nav-tabs.icon-acabados {
  background-image: url(../images/icons/icon-finishing-level-active.png);
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link .icon-nav-tabs {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link .icon-nav-tabs.icon-desing {
  background-image: url(../images/icons/icon-diseno-flexible.png);
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link .icon-nav-tabs.icon-personalice {
  background-image: url(../images/icons/icon-personalize-apartment.png);
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link .icon-nav-tabs.icon-acabados {
  background-image: url(../images/icons/icon-finishing-level.png);
}
#espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link .txt-nav-tab {
  line-height: 1.1;
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #espacio-vital .wp-section .cont-section #tabsEspacios .nav-item .nav-link .txt-nav-tab {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #wrapper.wp-somos-hitos {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #wrapper.wp-somos-hitos .header {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 768px) {
  #wrapper.wp-somos-hitos .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav {
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  .section-baner-somos {
    height: auto !important;
  }
}
.section-baner-somos .cont-banner-somos {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-baner-somos .cont-banner-somos .cont-img-banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-baner-somos .cont-banner-somos .cont-img-banner .img-banner-somos {
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}

.des-banner-somos {
  width: 85%;
  margin: 10% auto;
}
@media (min-width: 768px) {
  .des-banner-somos {
    position: absolute;
    top: 0%;
    left: 7%;
    margin: 0;
    width: 50%;
    max-width: 280px;
  }
}
@media (min-width: 1024px) {
  .des-banner-somos {
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 400px;
  }
}
.des-banner-somos .title-somos {
  font-size: 35px;
  color: #FA9E19;
  font-weight: 300;
}
@media (min-width: 768px) {
  .des-banner-somos .title-somos {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .des-banner-somos .title-somos {
    font-size: 60px;
  }
}
.des-banner-somos .subtitle-somos {
  font-size: 18px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .des-banner-somos .subtitle-somos {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .des-banner-somos .subtitle-somos {
    font-size: 25px;
  }
}

.wp-section-comprometidos {
  width: 85%;
  margin: 0 auto;
}
.wp-section-comprometidos .title-comprometidos {
  color: #80705B;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wp-section-comprometidos .title-comprometidos {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .wp-section-comprometidos .title-comprometidos {
    font-size: 40px;
    width: 80%;
  }
}
.wp-section-comprometidos .txt-destacado {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .wp-section-comprometidos .txt-destacado {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .wp-section-comprometidos .txt-destacado {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .wp-section-comprometidos .row {
    padding: 50px 0 10px;
  }
}
@media (min-width: 768px) {
  .wp-section-comprometidos .row .col-md-6 {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .wp-section-comprometidos .row.row-bottom {
    display: block;
    margin-bottom: 50px;
  }
}
.wp-section-comprometidos .row.row-bottom:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
@media (min-width: 768px) {
  .wp-section-comprometidos .row.row-bottom .col-md-7 {
    float: right;
  }
}
@media (min-width: 768px) {
  .wp-section-comprometidos .row.row-bottom .col-md-5 {
    float: left;
    padding-right: 20px;
  }
}
.wp-section-comprometidos .row.row-bottom .wp-destacado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}
@media (min-width: 768px) {
  .wp-section-comprometidos .row.row-bottom .wp-destacado {
    height: 20em;
  }
}
@media (min-width: 1400px) {
  .wp-section-comprometidos .row.row-bottom .wp-destacado {
    height: 22em;
  }
}
@media (min-width: 1600px) {
  .wp-section-comprometidos .row.row-bottom .wp-destacado {
    height: 24em;
  }
}
@media (min-width: 768px) {
  .wp-section-comprometidos .txt-right {
    text-align: right;
  }
}
.wp-section-comprometidos .cont-img-comprometidos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .wp-section-comprometidos .cont-img-comprometidos {
    margin: 0;
  }
}
.wp-section-comprometidos .cont-img-comprometidos .img-comprometidos {
  width: 100%;
}
.wp-section-comprometidos .carrusel-comprometidos {
  background-color: #FFFBF5;
}
.wp-section-comprometidos .carrusel-comprometidos .item-comprometidos {
  position: relative;
}
.wp-section-comprometidos .carrusel-comprometidos .img-slider-comprometidos img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.wp-section-comprometidos .carrusel-comprometidos .des-txt-comprometidos {
  padding: 30px;
}
@media (min-width: 768px) {
  .wp-section-comprometidos .carrusel-comprometidos .des-txt-comprometidos {
    background-color: #FFFBF5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50%;
    max-width: 290px;
    padding: 24px 40px;
    left: 0;
  }
}
.wp-section-comprometidos .carrusel-comprometidos .des-txt-comprometidos .txt-carrusel-comprometidos {
  color: #80705B;
}
.wp-section-comprometidos .carrusel-comprometidos .slick-arrow {
  top: auto;
  bottom: 24%;
  z-index: 1;
  background-color: #FFFBF5;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border: 1px solid #C9C8C7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: transparent;
}
@media (min-width: 360px) {
  .wp-section-comprometidos .carrusel-comprometidos .slick-arrow {
    bottom: 20%;
  }
}
@media (min-width: 400px) {
  .wp-section-comprometidos .carrusel-comprometidos .slick-arrow {
    bottom: 15%;
  }
}
@media (min-width: 768px) {
  .wp-section-comprometidos .carrusel-comprometidos .slick-arrow {
    top: 50%;
    bottom: auto;
  }
}
.wp-section-comprometidos .carrusel-comprometidos .slick-arrow.slick-disabled {
  display: none !important;
}
.wp-section-comprometidos .carrusel-comprometidos .slick-arrow.slick-prev {
  background-image: url(../images/icons/arrow-brown-left.png);
  left: -20px;
}
@media (min-width: 768px) {
  .wp-section-comprometidos .carrusel-comprometidos .slick-arrow.slick-prev {
    left: -52px;
  }
}
.wp-section-comprometidos .carrusel-comprometidos .slick-arrow.slick-next {
  background-image: url(../images/icons/arrow-brown-right.png);
  right: -20px;
}
@media (min-width: 768px) {
  .wp-section-comprometidos .carrusel-comprometidos .slick-arrow.slick-next {
    right: -52px;
  }
}
.wp-section-comprometidos .carrusel-comprometidos .slick-arrow::before {
  display: none;
}

#sliderComprometidos {
  margin-bottom: 50px;
}

.section-asesoramos .cont-img-asesorias img {
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .section-asesoramos .cont-des-asesoramos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
.section-asesoramos .des-asesoramos {
  text-align: right;
  padding: 40px;
}
@media (min-width: 768px) {
  .section-asesoramos .des-asesoramos {
    padding: 40px 12%;
  }
}
.section-asesoramos .des-asesoramos .title-asesoramos {
  color: #FA9E19;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 768px) {
  .section-asesoramos .des-asesoramos .title-asesoramos {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .section-asesoramos .des-asesoramos .title-asesoramos {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .section-asesoramos .des-asesoramos .title-asesoramos {
    font-size: 60px;
  }
}
.section-asesoramos .des-asesoramos .txt-asesoramos {
  font-size: 18px;
  margin: 15px 0 30px;
}
@media (min-width: 768px) {
  .section-asesoramos .des-asesoramos .txt-asesoramos {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .section-asesoramos .des-asesoramos .txt-asesoramos {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .section-asesoramos .des-asesoramos .txt-asesoramos {
    font-size: 35px;
  }
}

.section-nuestros-proyectos .head-nuestros-proyectos {
  padding: 40px;
}
.section-nuestros-proyectos .head-nuestros-proyectos .title-nuestros-proyectos {
  color: #80705B;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 10px;
}
.section-nuestros-proyectos .cont-nuestros-proyectos {
  padding: 10px;
}
.section-nuestros-proyectos .vide-hidden-mb {
  display: none;
}
@media (min-width: 768px) {
  .section-nuestros-proyectos .vide-hidden-mb {
    display: block;
  }
}
.section-nuestros-proyectos .vide-hidden-dk {
  display: block;
}
@media (min-width: 768px) {
  .section-nuestros-proyectos .vide-hidden-dk {
    display: none;
  }
}
.section-nuestros-proyectos .responsabilidad-empresarial {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .section-nuestros-proyectos .responsabilidad-empresarial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-nuestros-proyectos .responsabilidad-empresarial.cont-conoce-perspectivas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .section-nuestros-proyectos .responsabilidad-empresarial.cont-conoce-perspectivas {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.section-nuestros-proyectos .responsabilidad-empresarial.cont-conoce-perspectivas video {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .section-nuestros-proyectos .responsabilidad-empresarial.cont-conoce-perspectivas video {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.section-nuestros-proyectos .responsabilidad-empresarial .title-responsabilidad {
  padding: 5%;
  color: #FA9E19;
  font-weight: 300;
  font-size: 35px;
  line-height: 1;
  width: 100%;
}
@media (min-width: 360px) {
  .section-nuestros-proyectos .responsabilidad-empresarial .title-responsabilidad {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .section-nuestros-proyectos .responsabilidad-empresarial .title-responsabilidad {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  .section-nuestros-proyectos .responsabilidad-empresarial .title-responsabilidad {
    width: 35%;
    font-size: 50px;
  }
}
.section-nuestros-proyectos .responsabilidad-empresarial .title-responsabilidad.title-conoce {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .section-nuestros-proyectos .responsabilidad-empresarial .title-responsabilidad.title-conoce {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section-nuestros-proyectos .responsabilidad-empresarial video {
  width: 100%;
}
@media (min-width: 768px) {
  .section-nuestros-proyectos .responsabilidad-empresarial video {
    width: 60%;
  }
}
@media (min-width: 1280px) {
  .section-nuestros-proyectos .responsabilidad-empresarial video {
    width: 65%;
  }
}
.section-nuestros-proyectos .item-nuestros-proyectos {
  position: relative;
}
@media (min-width: 768px) {
  .section-nuestros-proyectos .item-nuestros-proyectos {
    margin: 0 10px;
  }
}

.section-proyectos-venta .cont-img-proyectos-venta img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.section-proyectos-venta .cont-txt-proyectos-venta {
  position: absolute;
  top: 5%;
  width: 90%;
  max-width: 350px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .section-proyectos-venta .cont-txt-proyectos-venta {
    left: 10%;
    top: 25%;
    -webkit-transform: none;
            transform: none;
    max-width: 550px;
  }
}
.section-proyectos-venta .cont-txt-proyectos-venta .title-proyectas-venta {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-proyectos-venta .cont-txt-proyectos-venta .title-proyectas-venta {
    text-align: left;
    margin: 0;
    font-size: 45px;
  }
}
.section-proyectos-venta .cont-txt-proyectos-venta .list-btn-venta {
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .section-proyectos-venta .cont-txt-proyectos-venta .list-btn-venta {
    text-align: left;
  }
}
.section-proyectos-venta .cont-txt-proyectos-venta .list-btn-venta .cont-btn-ventas {
  display: inline-block;
  margin: 20px 10px 0 0;
}
.section-proyectos-venta .cont-txt-proyectos-venta .list-btn-venta .cont-btn-ventas .btn-yellow {
  width: auto;
  -webkit-transform: none;
          transform: none;
  text-align: center;
  color: #fff;
  display: block;
  padding: 7px 20px;
}
@media (min-width: 768px) {
  .section-proyectos-venta .cont-txt-proyectos-venta .list-btn-venta .cont-btn-ventas .btn-yellow {
    position: relative;
  }
}

.title-form {
  color: #80705B;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.cont-group-form {
  display: block;
  margin-bottom: 20px;
}
.cont-group-form .input {
  width: 100%;
  padding: 10px;
  border: 1px solid #80705B;
  background-color: #FFFBF5;
}
.cont-group-form #submit_button {
  background-color: #FA9E19;
  padding: 10px 40px;
  margin: 0 auto;
  display: block;
  color: #fff;
}
.cont-group-form .input_textarea {
  border: 1px solid #80705B;
  width: 100%;
  padding: 10px;
  height: 120px;
  background-color: #FFFBF5;
}
.cont-group-form.box-terminos input {
  border: 1px solid #80705B;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

#bannerContacto {
  background-color: #80705B;
}
@media (min-width: 768px) {
  #bannerContacto .col-md-4 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#bannerContacto .des-banner-contacto {
  width: 100%;
  height: 15em;
  padding: 10%;
}
#bannerContacto .title-contacto {
  color: #FFFBF5;
  font-size: 60px;
  font-weight: 300;
}
#bannerContacto .subtitle-contacto {
  color: #FFFBF5;
  font-size: 23px;
  width: 100%;
}
#bannerContacto .cont-img-banner {
  width: 100%;
  height: 100%;
}
#bannerContacto .cont-img-banner .img-banner-contacto {
  max-width: none;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.wp-section-contacto {
  width: 85%;
  margin: 10% auto;
}
@media (min-width: 768px) {
  .wp-section-contacto {
    margin: 5% auto;
  }
}
.wp-section-contacto .title-contacto {
  color: #80705B;
  font-size: 25px;
  font-weight: 300;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .wp-section-contacto .cont-form-contacto {
    width: 80%;
  }
}
.wp-section-contacto .cont-form-contacto .cont-group-form.btn-enviar #submit_button {
  margin: 0;
}
.wp-section-contacto .link-contact {
  padding: 10px;
}
.wp-section-contacto .link-contact .txt-link-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-section-contacto .link-contact .icon-links {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.wp-section-contacto .link-contact .txt-links-contacto {
  color: #707170;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 360px) {
  .wp-section-contacto .link-contact .txt-links-contacto {
    font-size: 16px;
  }
}

#bannerBlog {
  background-color: #F4C045;
  margin-top: -10px;
}
#bannerBlog .des-banner-post {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #bannerBlog .des-banner-post {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
#bannerBlog .title-post {
  color: #FFFBF5;
  font-size: 60px;
  font-weight: 300;
}
#bannerBlog .subtitle-post {
  color: #FFFBF5;
  font-size: 23px;
  width: 100%;
}
#bannerBlog .cont-img-banner {
  width: 100%;
  height: 100%;
  position: relative;
}
#bannerBlog .cont-img-banner .img-banner-post {
  max-width: none;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#bannerBlog .cont-img-banner .caption-banner {
  position: absolute;
  background-color: rgba(255, 251, 247, 0.9);
  width: 50%;
  max-width: 400px;
  padding: 15px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
@media (min-width: 768px) {
  #bannerBlog .cont-img-banner .caption-banner {
    top: 60%;
    margin-top: 70px;
    left: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#bannerBlog .cont-img-banner .caption-banner h2 {
  color: #7D705C;
  font-size: 1.3em;
  text-align: center;
}
@media (min-width: 360px) {
  #bannerBlog .cont-img-banner .caption-banner h2 {
    font-size: 1.4em;
  }
}
@media (min-width: 400px) {
  #bannerBlog .cont-img-banner .caption-banner h2 {
    font-size: 1.5em;
  }
}
#bannerBlog .slider-blog .item-slider-blog .row {
  height: 100%;
}
#bannerBlog .slider-blog .slick-dots li {
  border-radius: 30px;
}
#bannerBlog .slider-blog .slick-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  #bannerBlog .slider-blog .slick-dots {
    position: absolute;
    left: auto;
    right: 10px;
    top: 40%;
    bottom: auto;
    width: 24px;
    max-width: 24px;
    text-align: right;
  }
}
#bannerBlog .slider-blog .slick-dots li.slick-active button {
  background-color: rgba(255, 251, 246, 0.94);
}
#bannerBlog .slider-blog .slick-dots li button {
  border-width: 2px;
  border-radius: 30px;
  width: 15px;
  height: 15px;
  border: 2px solid #c0c0c0;
  background-color: transparent;
}

.wp-list-post {
  width: 100%;
  margin: 10% auto;
}
@media (min-width: 768px) {
  .wp-list-post {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .wp-list-post {
    margin: 5% auto 7%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48% 2% 48%;
    grid-template-columns: 48% 48%;
    grid-gap: 5% 2% 7%;
  }
}
@media (min-width: 1024px) {
  .wp-list-post {
    margin: 5% auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% 2% 33% 2% 33%;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 2%;
  }
}
@media (min-width: 768px) {
  .wp-list-post:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 2em;
  }
}
.wp-list-post .wp-box-post {
  padding: 7px;
  position: relative;
  margin-bottom: 20px;
}
.wp-list-post .wp-box-post:hover .wp-post-image {
  height: 200px;
}
@media (min-width: 768px) {
  .wp-list-post .wp-box-post:hover .post-content .entry-content {
    display: block;
  }
}
.wp-list-post .wp-box-post .wp-post-image {
  display: block !important;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 300px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.wp-list-post .wp-box-post .wp-post-image .post-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: top;
  display: block;
}
.wp-list-post .wp-box-post .post-content {
  background-color: #FFFBF7;
  padding: 25px;
}
.wp-list-post .wp-box-post .post-content .post-meta-time {
  color: #7D705C;
  font-family: "Trebuchet MS";
}
.wp-list-post .wp-box-post .post-content .post-entry-title a {
  color: #7D705C;
  font-family: "Trebuchet MS";
  font-weight: bold;
  font-size: x-large;
  display: inline-block;
}
.wp-list-post .wp-box-post .post-content p {
  font-size: 14px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .wp-list-post .wp-box-post .post-content .entry-content {
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
.wp-list-post .wp-box-post .post-content .entry-content .wp-btn-post {
  display: block;
  margin: 25px auto 0;
  text-align: center;
}
.wp-list-post .wp-box-post .post-content .entry-content .wp-btn-post .post-btn {
  display: inline-block;
  background-color: #EDA240;
  color: #FFFBF7;
  padding: 7px 20px;
}
.wp-list-post .wp-box-post .post-content .entry-content .wp-btn-post .post-btn:hover {
  background-color: transparent;
  border: 1px solid #EDA240;
  color: #EDA240;
}

/*****************************************************************
    POST
******************************************************************/
#bannerBlog.section-head-post .cont-img-banner {
  max-height: 40em;
}

.link-volver {
  color: #EDA240;
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
}

.section-post {
  width: 85%;
  margin: 5% auto;
}
.section-post div > br, .section-post ol > br, .section-post ul > br {
  display: none;
}
.section-post .wp-post {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-post .wp-post {
    width: 85%;
  }
}
.section-post h1 {
  color: #EDA240;
  font-size: 36px;
  font-family: "Trebuchet MS";
  font-weight: bold !important;
  margin-bottom: 30px;
}
.section-post h2 {
  color: #EDA240;
  font-size: 30px;
  font-family: "Trebuchet MS";
  font-weight: bold !important;
  margin-bottom: 30px;
}
.section-post h3 {
  color: #EDA240;
  font-size: 26px;
  font-family: "Trebuchet MS";
  font-weight: bold !important;
  margin-bottom: 30px;
}
.section-post h4 {
  color: #EDA240;
  font-size: 20px;
  font-family: "Trebuchet MS";
  font-weight: bold !important;
}
.section-post h5 {
  color: #EDA240;
  font-size: 18px;
  font-family: "Trebuchet MS";
  font-weight: bold !important;
}
.section-post h6 {
  color: #EDA240;
  font-size: 14px;
  font-family: "Trebuchet MS";
  font-weight: bold !important;
}
.section-post p {
  margin-bottom: 15px;
}
.section-post ul {
  list-style: disc;
  list-style-position: outside;
  margin: 16px 0;
  padding-left: 20px;
}
.section-post ul li {
  color: #727272;
  margin-bottom: 15px;
}
.section-post ol {
  list-style: decimal;
  list-style-position: inside;
  margin: 16px 0;
}
.section-post ol li {
  color: #727272;
  margin-bottom: 15px;
}
.section-post img {
  max-width: none;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.section-post .btn-contacto-post {
  background-color: #EDA240;
  font-size: 1.5em;
  color: #fff;
  display: block;
  width: 90%;
  margin: 0 auto 40px;
  text-align: center;
  padding: 10px 10px 15px;
  -webkit-transition: all 0.5sease-out;
  transition: all 0.5sease-out;
  line-height: 1.2;
}
.section-post .btn-contacto-post:hover {
  background-color: transparent;
  border: 2px solid #EDA240;
  color: #EDA240;
}
@media (min-width: 768px) {
  .section-post .btn-contacto-post {
    font-size: xx-large;
  }
}

.dialog {
  display: none;
  position: fixed;
  z-index: 99;
  background-color: hsla(0, 0%, 0%, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dialog.active-mod {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dialog.active-mod .mod-dialog {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dialog.inactive-mod {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dialog.inactive-mod .mod-dialog {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dialog.dialogo-form-interesa .mod-dialog .wp-mod {
  max-width: 550px;
}
.dialog.dialog-agenda.dialog .mod-dialog .wp-mod .close-dialog {
  background-color: #80705B;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  padding: 9px;
  border-radius: 50%;
}
.dialog.dialog-inmueble .mod-dialog .wp-mod {
  max-width: 460px;
}
.dialog.dialog-inmueble .mod-dialog .wp-mod .close-dialog {
  color: #fff;
  background-color: #80705B;
  border-radius: 50%;
  font-size: 30px;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 0.9;
  position: absolute;
  top: 0;
  right: 0;
}
.dialog.dialog-inmueble .mod-dialog .wp-mod .container-mod {
  height: auto;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 31px;
}
.dialog.dialog-inmueble .mod-dialog .wp-mod .container-mod .title-projecto {
  color: #80705B;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  width: 90%;
  margin-bottom: 40px;
}
.dialog.dialog-inmueble .mod-dialog .wp-mod .container-mod .title-projecto .name-project {
  color: #80705B;
  font-size: 30px;
}
.dialog .mod-dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.dialog .mod-dialog .wp-mod {
  background-color: #FFFBF5;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
}
.dialog .mod-dialog .wp-mod .close-dialog {
  color: #80705B;
  display: block;
  font-size: 60px;
  line-height: 0.7;
  margin-right: 0;
  margin-left: auto;
  width: 35px;
  cursor: pointer;
}
.dialog .mod-dialog .wp-mod .container-mod {
  overflow-y: auto;
  height: 30em;
  padding-bottom: 56px;
}
@media (min-width: 360px) {
  .dialog .mod-dialog .wp-mod .container-mod {
    height: 35em;
  }
}
@media (min-width: 768px) {
  .dialog .mod-dialog .wp-mod .container-mod {
    height: auto;
    padding-bottom: 0;
  }
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
}
@media (min-width: 768px) {
  .dialog .mod-dialog .wp-mod .container-mod .cont-mod {
    padding: 25px;
  }
}
@media (min-width: 1400px) {
  .dialog .mod-dialog .wp-mod .container-mod .cont-mod {
    padding: 35px;
  }
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod p {
  color: #707170;
  font-size: 16px;
  margin-bottom: 10px;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod p.city {
  color: #80705B;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .title-projecto {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .name-project {
  color: #FA9E19;
  font-size: 40px;
  font-weight: normal;
  display: block;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .link-como-llegar {
  padding: 10px;
  border: 1px solid #80705B;
  display: inline-block;
  color: #80705B;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .link-como-llegar .icon-como-llegar {
  display: inline-block;
  background-image: url(../images/icons/icon-how-to-get.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .copy-project {
  margin-top: 30px;
  margin-bottom: 30px;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .copy-project strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .cont-gallery-project-mod .wp-price-mod {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .dialog .mod-dialog .wp-mod .container-mod .cont-mod .cont-gallery-project-mod .wp-price-mod {
    display: inline-block;
    vertical-align: top;
  }
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .cont-gallery-project-mod .wp-price-mod .title-price-project {
  color: #80705B;
  margin-bottom: 0;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .cont-gallery-project-mod .wp-price-mod .price-project {
  color: #FA9E19;
  font-size: 20px;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .cont-gallery-project-mod .wp-btn-cotizacion-mod {
  display: none;
}
@media (min-width: 768px) {
  .dialog .mod-dialog .wp-mod .container-mod .cont-mod .cont-gallery-project-mod .wp-btn-cotizacion-mod {
    display: inline-block;
    vertical-align: top;
  }
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .cont-gallery-project-mod .wp-btn-cotizacion-mod .btn-cotizacion {
  background-color: #80705B;
  padding: 10px;
  margin-left: 20px;
  color: #fff;
  border: 1px solid #80705B;
  cursor: pointer;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .cont-gallery-project-mod .wp-btn-cotizacion-mod .btn-cotizacion:hover {
  background-color: #FFFBF5;
  color: #80705B;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .cont-gallery-project-mod .content-gallery-project-mod {
  position: relative;
  margin-bottom: 10px;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .cont-gallery-project-mod .content-gallery-project-mod .wp-share-project {
  width: auto;
  top: 0;
  right: 0;
  z-index: 1;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .cont-gallery-project-mod .content-gallery-project-mod .wp-share-project .wp-icon-share {
  background-color: #80705B;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  border-radius: 0 0 7px 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .cont-gallery-project-mod .content-gallery-project-mod .wp-share-project .wp-icon-share span {
  display: inline-block;
  color: #fff;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .cont-gallery-project-mod .content-gallery-project-mod .wp-share-project .wp-icon-share img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .btn-project {
  background-color: #FA9E19;
  color: #fff;
  padding: 10px 20px;
  display: none;
}
@media (min-width: 768px) {
  .dialog .mod-dialog .wp-mod .container-mod .cont-mod .btn-project {
    display: inline-block;
  }
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .btn-project:hover {
  color: #FA9E19;
  background-color: transparent;
  border: 1px solid #FA9E19;
}
.dialog .mod-dialog .wp-mod .container-mod .cont-mod .btn-project .icon-btn-project {
  display: inline-block;
  margin-left: 15px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url(../images/icons/arrow-white-big.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.dialog .mod-dialog .wp-mod .cont-btns-projects-mb {
  position: fixed;
  bottom: -1px;
  z-index: 1;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .dialog .mod-dialog .wp-mod .cont-btns-projects-mb {
    display: none;
  }
}
.dialog .mod-dialog .wp-mod .cont-btns-projects-mb .btn-project {
  width: 49.9%;
  background-color: #80705B;
  padding: 15px;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog .mod-dialog .wp-mod .cont-btns-projects-mb .btn-project .txt-btn-project {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 75%;
}
.dialog .mod-dialog .wp-mod .cont-btns-projects-mb .btn-project .icon-btn-project {
  background-image: url(../images/icons/arrow-white-big.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 5px;
}
.dialog .mod-dialog .wp-mod .cont-btns-projects-mb .line {
  width: 1px;
  display: block;
  position: relative;
}
.dialog .mod-dialog .wp-mod .cont-btns-projects-mb .line .line-white {
  position: relative;
  display: block;
  width: 1px;
  height: 30%;
  background-color: #F5F5F5;
}
.dialog .mod-dialog .wp-mod .cont-btns-projects-mb .line .line-gray {
  background-color: #686b74;
  width: 1px;
  display: block;
  height: 70%;
}

.dialog-project .slider-gallery-project .slick-list {
  min-height: 30em;
}

.hidden {
  display: none;
}

@media (min-width: 768px) {
  #wrapper.wp-inmueble {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #wrapper.wp-inmueble .header {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 768px) {
  #wrapper.wp-inmueble .header .navigation .cont-top-nav .wp-menu .wp-navigation .dialogo-nav {
    background-color: transparent;
  }
}

/** banner inmueble **/
.section-banner-inmueble .wp-section-banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-banner-inmueble .wp-section-banner .cont-img-banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-banner-inmueble .wp-section-banner .cont-img-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.section-banner-inmueble .wp-section-banner .des-banner-inmueble {
  position: absolute;
  bottom: 5%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .section-banner-inmueble .wp-section-banner .des-banner-inmueble {
    width: 50%;
    max-width: 450px;
    left: 5%;
  }
}
.section-banner-inmueble .wp-section-banner .des-banner-inmueble .cont-frase-inmueble {
  width: 80%;
  display: inline-block;
  background-color: #FFFBF5;
  padding: 4%;
}
@media (min-width: 768px) {
  .section-banner-inmueble .wp-section-banner .des-banner-inmueble .cont-frase-inmueble {
    padding: 12% 10% 7%;
  }
}
.section-banner-inmueble .wp-section-banner .des-banner-inmueble .cont-frase-inmueble .title-inmuebe {
  color: #FA9E19;
  font-size: 30px;
  font-weight: 300;
}
.section-banner-inmueble .wp-section-banner .des-banner-inmueble .cont-frase-inmueble .frase-inmueble {
  color: #80705B;
}
.section-banner-inmueble .wp-section-banner .des-banner-inmueble .cont-logo {
  display: inline-block;
  width: 20%;
  padding: 1.5%;
}
@media (min-width: 768px) {
  .section-banner-inmueble .wp-section-banner .des-banner-inmueble .cont-logo {
    position: absolute;
    top: -50px;
    left: 5%;
    width: 100%;
    max-width: 100px;
  }
}

.btn-brown {
  border: 1px solid #80705B;
  padding: 7px;
  display: inline-block;
  margin: 15px 0;
  cursor: pointer;
}
.btn-brown.bg-brown {
  background-color: #80705B;
  color: #fff;
}
@media (min-width: 768px) {
  .btn-brown.bg-brown.btn-360 {
    float: right;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
.btn-brown.bg-brown .cont-btn-brown .txt-btn-brown {
  color: #fff;
}
.btn-brown .cont-btn-brown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-brown .cont-btn-brown .txt-btn-brown {
  color: #80705B;
  font-size: 14px;
  display: inline-block;
}
@media (min-width: 768px) {
  .btn-brown .cont-btn-brown .txt-btn-brown {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .btn-brown .cont-btn-brown .txt-btn-brown {
    font-size: 18px;
  }
}
.btn-brown .cont-btn-brown .icon-btn-brown {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 15px;
}

.btn-yellow {
  background-color: #FA9E19;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  padding: 10px 20px 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn-yellow {
    position: absolute;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding-left: 5%;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .btn-yellow {
    padding-left: 10%;
  }
}
@media (min-width: 1280px) {
  .btn-yellow {
    padding-left: 15%;
  }
}
.btn-yellow.fixed {
  position: fixed;
  z-index: 1;
  top: 75px;
  left: 0;
  -webkit-transform: none;
          transform: none;
  z-index: 4;
}
.btn-yellow .cont-btn-yellow {
  width: 100%;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .btn-yellow .cont-btn-yellow {
    max-width: 125px;
  }
}
.btn-yellow .txt-btn {
  color: #fff;
}
.btn-yellow .icon-interested {
  width: 20px;
}

.section-inmueble.section-detalle-inmueble {
  padding-top: 10px;
  padding-bottom: 10%;
}
.section-inmueble .slick-dots li.slick-active button {
  background-color: #FA9E19;
}
.section-inmueble .slick-dots li button {
  width: 15px;
  height: 15px;
  border: 2px solid #FA9E19;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .section-inmueble .gallery.gallery-inmueble {
    max-height: 36em;
    overflow: hidden;
  }
}
.section-inmueble .cont-des-section {
  padding: 40px;
}
@media (min-width: 768px) {
  .section-inmueble .cont-des-section {
    padding: 7%;
    padding-left: 10%;
  }
}
@media (min-width: 1024px) {
  .section-inmueble .cont-des-section {
    padding-left: 20%;
  }
}
@media (min-width: 1280px) {
  .section-inmueble .cont-des-section {
    padding-left: 30%;
  }
}
.section-inmueble .cont-des-section .title-detalle {
  color: #80705B;
  font-size: 33px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 30px;
}
.section-inmueble .cont-des-section .space-detalle {
  display: block;
  height: 40px;
}
.section-inmueble .cont-des-section .title-price {
  color: #80705B;
  font-size: 14px;
}
.section-inmueble .cont-des-section .title-ubicacion {
  color: #80705B;
  font-size: 40px;
  font-weight: 300;
  line-height: 0.9;
}
.section-inmueble .cont-des-section .dir-inmueble {
  margin-bottom: 20px;
}
.section-inmueble .cont-des-section .price-detalle {
  color: #FA9E19;
  font-size: 25px;
}
@media (min-width: 768px) {
  .section-inmueble .cont-des-section .price-detalle {
    width: 75%;
  }
}
.section-inmueble .row {
  display: block;
}
.section-inmueble .row::after {
  content: "";
  clear: both;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .section-inmueble .row .float-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .section-inmueble .row .float-right.col-gallery-ubicacion {
    padding: 5%;
  }
}
@media (min-width: 768px) {
  .section-inmueble .row .float-left {
    float: left;
  }
}
.section-inmueble .gallery-inmueble .slick-slide img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.section-amenidades-internas {
  padding: 5% 0 20px;
}
.section-amenidades-internas .wp-des-amenidades {
  padding: 40px 25px;
}
.section-amenidades-internas .slider-amenidades-mb .slick-slide img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-amenidades-internas .title-amenidades {
  color: #80705B;
  font-size: 40px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 20px;
}
.section-amenidades-internas p {
  margin-bottom: 5px;
}
.section-amenidades-internas .title-slider-amenidades {
  color: #FA9E19;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 40px;
}
.section-amenidades-internas .title-item-amenidades {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  padding: 10px 40px;
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-amenidades-internas .title-item-amenidades span {
  width: 100%;
  display: block;
}

.cont-amenidades-dk .cont-amenidades-desktop {
  position: relative;
}
.cont-amenidades-dk .cont-amenidades-desktop.cont-amenidades-exteriores {
  margin-top: 40px;
}
.cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades {
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: transparent;
}
.cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-prev-amenidades {
  left: 0;
}
@media (min-width: 1024px) {
  .cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-prev-amenidades {
    left: 2%;
  }
}
@media (min-width: 1400px) {
  .cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-prev-amenidades {
    left: 4%;
  }
}
@media (min-width: 1800px) {
  .cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-prev-amenidades {
    left: 7%;
  }
}
.cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-prev-amenidades.slick-disabled {
  display: none !important;
}
.cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-prev-amenidades.slick-disabled ~ .slick-next-amenidades {
  top: 20%;
  right: 10px;
  width: 80px;
  background-color: #FA9E19;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@media (min-width: 1024px) {
  .cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-prev-amenidades.slick-disabled ~ .slick-next-amenidades {
    right: 8%;
    width: 90px;
  }
}
@media (min-width: 1400px) {
  .cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-prev-amenidades.slick-disabled ~ .slick-next-amenidades {
    right: 14%;
    width: 100px;
  }
}
@media (min-width: 1800px) {
  .cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-prev-amenidades.slick-disabled ~ .slick-next-amenidades {
    right: 16%;
  }
}
.cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-prev-amenidades.slick-disabled ~ .slick-next-amenidades .icon-arrow {
  background-color: transparent;
  background-image: url(../images/icons/arrow-white-big.png);
  display: block;
  width: 25px;
  height: 35px;
  margin: 0 auto 10px;
  border: 0;
  border-radius: 0;
}
.cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-prev-amenidades.slick-disabled ~ .slick-next-amenidades .txt-arrow {
  font-size: 12px;
  line-height: 1.2;
  display: block;
}
@media (min-width: 1024px) {
  .cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-prev-amenidades.slick-disabled ~ .slick-next-amenidades .txt-arrow {
    font-size: 15px;
  }
}
.cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-prev-amenidades .icon-arrow {
  background-image: url(../images/icons/arrow-brown-left.png);
}
.cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-next-amenidades {
  right: 0;
}
@media (min-width: 1024px) {
  .cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-next-amenidades {
    right: 2%;
  }
}
@media (min-width: 1400px) {
  .cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-next-amenidades {
    right: 4%;
  }
}
@media (min-width: 1800px) {
  .cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-next-amenidades {
    right: 7%;
  }
}
.cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-next-amenidades.slick-disabled {
  opacity: 0.5;
}
.cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-next-amenidades .icon-arrow {
  background-image: url(../images/icons/arrow-brown-right.png);
}
.cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades.slick-next-amenidades .txt-arrow {
  display: none;
}
.cont-amenidades-dk .cont-nav-amenidades .slick-arrow-amenidades .icon-arrow {
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  background-color: #FFFBF5;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto 10px;
  border: 1px solid #C9C8C7;
}
.cont-amenidades-dk .carrusel-amenidades-dk {
  width: 100%;
  margin: 0 auto;
}
.cont-amenidades-dk .carrusel-amenidades-dk.carrusel-exteriores-dk .slick-arrow {
  top: 50%;
  z-index: 1;
  background-color: #FFFBF5;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border: 1px solid #C9C8C7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.cont-amenidades-dk .carrusel-amenidades-dk.carrusel-exteriores-dk .slick-arrow.slick-disabled {
  display: none !important;
}
.cont-amenidades-dk .carrusel-amenidades-dk.carrusel-exteriores-dk .slick-arrow.slick-prev {
  background-image: url(../images/icons/arrow-brown-left.png);
  right: 5%;
  left: auto;
}
.cont-amenidades-dk .carrusel-amenidades-dk.carrusel-exteriores-dk .slick-arrow.slick-next {
  background-image: url(../images/icons/arrow-brown-right.png);
  right: 5%;
}
.cont-amenidades-dk .carrusel-amenidades-dk .col-md-4 {
  padding: 0;
}
.cont-amenidades-dk .carrusel-amenidades-dk .img-amenidades-vertical {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont-amenidades-dk .carrusel-amenidades-dk .wp-des-amenidades {
  padding: 0;
  position: relative;
  height: 100%;
}
.cont-amenidades-dk .carrusel-amenidades-dk .wp-des-amenidades .cont-txt-estilo-vida {
  height: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont-amenidades-dk .carrusel-amenidades-dk .wp-des-amenidades .cont-txt-estilo-vida .des-item-amenidades {
  width: 100%;
  padding: 0 20% 0 15%;
  text-align: right;
}
@media (min-width: 1024px) {
  .cont-amenidades-dk .carrusel-amenidades-dk .wp-des-amenidades .cont-txt-estilo-vida .des-item-amenidades {
    padding: 0 25% 0 30%;
  }
}
@media (min-width: 1280px) {
  .cont-amenidades-dk .carrusel-amenidades-dk .wp-des-amenidades .cont-txt-estilo-vida .des-item-amenidades {
    padding: 0 30% 0 35%;
  }
}
.cont-amenidades-dk .carrusel-amenidades-dk .wp-des-amenidades .btn-tipotologias {
  margin: 5px 0;
}
.cont-amenidades-dk .carrusel-amenidades-dk .wp-des-amenidades .title-amenidades {
  margin-bottom: 10px;
  font-size: 27px;
}
@media (min-width: 768px) {
  .cont-amenidades-dk .carrusel-amenidades-dk .wp-des-amenidades .title-amenidades {
    width: 70%;
    max-width: 250px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .cont-amenidades-dk .carrusel-amenidades-dk .wp-des-amenidades .title-amenidades {
    width: 100%;
    max-width: 100%;
    font-size: 45px;
  }
}
.cont-amenidades-dk .carrusel-amenidades-dk .wp-des-amenidades .img-horizontal {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  height: 45%;
}
.cont-amenidades-dk .carrusel-amenidades-dk .tab-content {
  width: 90%;
}
.cont-amenidades-dk .carrusel-amenidades-dk .cont-amenidades-dk {
  position: relative;
}
.cont-amenidades-dk .carrusel-amenidades-dk .tab-content > .active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.cont-amenidades-dk .carrusel-amenidades-dk .wp-tabs-amenidades {
  width: 90%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1024px) {
  .cont-amenidades-dk .carrusel-amenidades-dk .wp-tabs-amenidades {
    width: 80%;
  }
}
.cont-amenidades-dk .carrusel-amenidades-dk .wp-tabs-amenidades .cont-nav-amenidades {
  width: 100%;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .cont-amenidades-dk .carrusel-amenidades-dk .wp-tabs-amenidades .cont-nav-amenidades {
    width: 90%;
  }
}
.cont-amenidades-dk .carrusel-amenidades-dk .wp-tabs-amenidades .cont-nav-amenidades .nav .nav-link {
  color: #80705B;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  padding: 20px 10px;
}
.cont-amenidades-dk .carrusel-amenidades-dk .wp-tabs-amenidades .cont-nav-amenidades .nav .nav-link.active {
  background-color: transparent;
  color: #FA9E19;
}
.cont-amenidades-dk .carrusel-amenidades-dk .wp-tabs-amenidades .cont-nav-amenidades .nav .nav-link.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fa9c19;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cont-amenidades-dk .cont-amenidades-interiores .carrusel-amenidades-dk .wp-tabs-amenidades .cont-nav-amenidades .nav .nav-link {
  padding: 35px 10px;
  font-size: 24px;
}

#proyecto-relacionado {
  position: relative;
}
#proyecto-relacionado .cont-relacionado {
  margin-left: auto;
  margin-right: 0;
  padding: 7% 2% 7% 10%;
  width: 90%;
  border-left: 1px solid #C9C8C7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #proyecto-relacionado .cont-relacionado {
    padding: 2% 1% 2% 2%;
    margin-right: 5%;
    max-width: 460px;
  }
}
@media (min-width: 992px) {
  #proyecto-relacionado .cont-relacionado {
    margin-right: 10%;
    max-width: 500px;
  }
}
@media (min-width: 1400px) {
  #proyecto-relacionado .cont-relacionado {
    margin-right: 15%;
  }
}
#proyecto-relacionado .cont-relacionado .cont-des-relacionado {
  width: 70%;
  padding: 0px 15px;
}
#proyecto-relacionado .cont-relacionado .cont-link-relacionado {
  width: 30%;
}
#proyecto-relacionado .cont-relacionado .cont-link-relacionado a {
  display: block;
  padding: 7px;
  background-color: #80705B;
  text-align: center;
  color: #fff;
}
#proyecto-relacionado .cont-relacionado .title-relacionado {
  color: #FA9E19;
  font-size: 30px;
  font-weight: 300;
}

.wp-section-head {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 20px 0;
}
.wp-section-head .title-tipo {
  color: #FA9E19;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 5px;
}
.wp-section-head .subtitle-head-project {
  color: #80705B;
}
.wp-section-head .des-tipo {
  font-size: 23px;
  margin-bottom: 20px;
  width: 90%;
  max-width: 640px;
}
@media (min-width: 768px) {
  .wp-section-head .nav-project > p br {
    display: none;
  }
}
.wp-section-head .nav-project .wp-nav-projects {
  margin: 20px 0;
  margin: 10px 0;
  border-top: 1px solid #FA9E19;
  border-bottom: 1px solid #FA9E19;
  padding: 10px;
}
@media (min-width: 768px) {
  .wp-section-head .nav-project .wp-nav-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wp-section-head .nav-project .wp-nav-projects .subtitle-nav-projects {
  display: block;
}
.wp-section-head .nav-project .wp-nav-projects .cont-carrusel-projects {
  display: block;
}
.wp-section-head .nav-project .wp-nav-projects .con-nav-projects {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .wp-section-head .nav-project .wp-nav-projects .con-nav-projects {
    width: 88%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wp-section-head .nav-project .wp-nav-projects .carouselCiudad .item-ciudad {
  margin: 5px 10px;
  border: 1px solid #80705B;
  padding: 3px 12px;
}
.wp-section-head .nav-project .wp-nav-projects .carouselCiudad .item-ciudad.active {
  border: 1px solid #FA9E19;
}
.wp-section-head .nav-project .wp-nav-projects .carouselCiudad .item-ciudad:hover {
  border: 1px solid #FA9E19;
  cursor: pointer;
}
.wp-section-head .nav-project .wp-nav-projects .carouselCiudad .item-ciudad .txt-ciudad {
  color: #80705B;
}
.wp-section-head .nav-project .wp-nav-projects .cont-btn-nav-projects {
  position: fixed;
  bottom: 104px;
  width: auto;
  display: block;
  left: 50%;
  z-index: 4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .wp-section-head .nav-project .wp-nav-projects .cont-btn-nav-projects {
    position: relative;
    bottom: auto;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 20%;
    text-align: right;
  }
}
.wp-section-head .nav-project .wp-nav-projects .cont-btn-nav-projects .btn-projects {
  background-color: #80705B;
  color: #fff;
  padding: 7px 10px;
  cursor: pointer;
  display: none;
}
.wp-section-head .nav-project .wp-nav-projects .cont-btn-nav-projects .btn-projects.btn-active {
  display: block;
}
@media (min-width: 768px) {
  .wp-section-head .nav-project .wp-nav-projects .cont-btn-nav-projects .btn-projects.btn-active {
    display: inline-block;
  }
}

.section-projects {
  display: none;
}
@media (min-width: 768px) {
  .section-projects {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
  }
}
.section-projects.section-active {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.section-projects.section-map-projects .wp-map-projects {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
}
.section-projects.section-map-projects .wp-map-projects .map-projects {
  width: 85%;
  height: 25em;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-projects.section-map-projects .wp-map-projects .map-projects {
    width: 100%;
    height: 30em;
  }
}
@media (min-width: 1400px) {
  .section-projects.section-map-projects .wp-map-projects .map-projects {
    height: 35em;
  }
}
@media (min-width: 768px) {
  .section-projects.section-map-projects .wp-project.featured-project {
    width: 100%;
  }
}
.section-projects.section-map-projects .title-featured {
  margin-top: 50px;
  margin-bottom: 15px;
}
.section-projects .wp-project {
  width: 90%;
  margin: 10px auto 15px;
}
@media (min-width: 768px) {
  .section-projects .wp-project {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    height: 640px;
    padding: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1600px) {
  .section-projects .wp-project {
    height: 740px;
  }
}
@media (min-width: 768px) {
  .section-projects .wp-project.featured-project {
    width: 66%;
  }
}
@media (min-width: 768px) {
  .section-projects .wp-project.featured-project .cont-project {
    height: 100%;
  }
}
.section-projects .wp-project.featured-project .cont-project:hover {
  -webkit-animation: none;
          animation: none;
}
.section-projects .wp-project.featured-project .cont-project .des-project {
  position: relative;
}
@media (min-width: 768px) {
  .section-projects .wp-project.featured-project .cont-project .des-project {
    display: block;
    top: 40%;
    width: 50%;
    max-width: 340px;
    height: 70%;
    max-height: 70%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5%;
    left: auto;
    padding: 70px 30px;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .section-projects .wp-project.featured-project .cont-project .des-project .txt-featured {
    top: -70px;
    right: -30px;
  }
}
@media (min-width: 768px) {
  .section-projects .wp-project.featured-project .cont-project .des-project .cont-hidden-project {
    display: block;
  }
}
@media (min-width: 768px) {
  .section-projects .wp-project.featured-project .cont-img-project {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .section-projects .wp-project.featured-project .cont-img-project .img-featured-project {
    -webkit-transform: none;
            transform: none;
    position: relative;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .section-projects .wp-project .cont-project {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
  }
}
.section-projects .wp-project .cont-project .cont-img-project img {
  max-width: none;
  -o-object-position: center;
     object-position: center;
}
.section-projects .wp-project .cont-project .des-project {
  background-color: #FFFBF5;
}
.section-projects .wp-project .cont-project .des-project .txt-project {
  margin-bottom: 5px;
}
.section-projects .wp-project .cont-project .des-project .txt-featured {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(250, 37, 114, 0.08);
  color: #FA2572;
  padding: 7px 15px;
}

.dialogo-proyect {
  position: absolute;
  width: 90%;
  max-width: 340px;
  z-index: 101;
  top: 0;
  left: 0;
}
.dialogo-proyect .cont-project .des-project {
  height: auto;
  max-height: initial;
}
.dialogo-proyect .cont-project .des-project .cont-hidden-project {
  display: block;
}
.dialogo-proyect .cont-project .des-project .wp-share-project {
  -webkit-animation: none;
          animation: none;
}
.dialogo-proyect .cont-project .des-project .links-prjects .link-vista {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: none;
          transform: none;
}

.gm-style-iw.gm-style-iw-c {
  top: -30px;
  width: 250px;
  height: 340px;
  padding: 0 !important;
}
.gm-style-iw.gm-style-iw-c .dialogo-proyect {
  width: 100%;
}
.gm-style-iw.gm-style-iw-c .dialogo-proyect .des-project {
  bottom: 20px;
}
.gm-style-iw.gm-style-iw-c .dialogo-proyect .des-project .title-project {
  font-size: 21px;
}
.gm-style-iw.gm-style-iw-c .dialogo-proyect .des-project .links-prjects .link-vista {
  background-color: #80705B;
  color: #fff;
  padding: 9px;
}
.gm-style-iw.gm-style-iw-c .dialogo-proyect .des-project .links-prjects .link-vista .txt-vista {
  color: #fff;
  width: auto;
}

.gm-ui-hover-effect {
  background-color: #707170 !important;
  color: #fff !important;
  border-radius: 50%;
  top: 0 !important;
  right: 0 !important;
  z-index: 241;
}
.gm-ui-hover-effect:before {
  content: "x";
  display: block;
  position: relative;
  font-size: 16px;
}
.gm-ui-hover-effect > span {
  background-image: none !important;
  display: none !important;
}

.gm-style-iw-tc {
  background-color: transparent !important;
}

.gm-style .gm-style-iw-tc::after {
  background-color: transparent;
}

.footer {
  position: relative;
}
@media (min-width: 768px) {
  .footer .cont-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #655349;
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .footer .cont-footer {
    max-height: 48em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .footer .cont-footer {
    max-height: 40em;
  }
}
.footer .cont-footer .col-footer.des-footer {
  background-color: #655349;
  padding: 40px;
  text-align: right;
  position: relative;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .footer .cont-footer .col-footer.des-footer {
    position: initial;
    width: 55%;
    display: block;
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .footer .cont-footer .col-footer.des-footer {
    padding: 50px;
  }
}
.footer .cont-footer .col-footer.des-footer:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-figura-contacto.png);
  left: 0;
  top: 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .footer .cont-footer .col-footer.des-footer:before {
    width: 70%;
    z-index: 1;
  }
}
.footer .cont-footer .col-footer.des-footer .cont-des-footer {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer .cont-footer .col-footer.des-footer .cont-des-footer {
    position: relative;
    width: 100%;
  }
}
.footer .cont-footer .col-footer.des-footer .cont-des-footer .title-footer {
  font-size: 38px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .footer .cont-footer .col-footer.des-footer .cont-des-footer .title-footer {
    font-size: 50px;
  }
}
@media (min-width: 1280px) {
  .footer .cont-footer .col-footer.des-footer .cont-des-footer .title-footer {
    font-size: 65px;
  }
}
.footer .cont-footer .col-footer.des-footer .cont-des-footer .txt-footer {
  color: #f0f0f0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer .cont-footer .col-footer.des-footer .cont-des-footer .txt-footer {
    color: #f0f0f0;
    width: 60%;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.footer .cont-footer .col-footer.des-footer .cont-des-footer .btn-contacto {
  display: inline-block;
  background-color: #FA9E19;
  color: #fff;
  padding: 10px 22px;
  border: 1px solid #FA9E19;
}
.footer .cont-footer .col-footer.des-footer .cont-des-footer .btn-contacto:hover {
  background-color: transparent;
  border: 1px solid #FA9E19;
  color: #FA9E19;
}
.footer .cont-footer .col-footer.des-footer .box-legal {
  width: 100%;
  margin-top: 40px;
}
.footer .cont-footer .col-footer.des-footer .box-legal .txt-legal {
  color: #fff;
  font-size: 12px;
  text-align: justify;
  margin-bottom: 5px;
}
.footer .cont-footer .col-footer.img-footer {
  position: relative;
}
@media (min-width: 768px) {
  .footer .cont-footer .col-footer.img-footer {
    width: 45%;
    overflow: hidden;
  }
}
.footer .cont-footer .col-footer.img-footer:before {
  content: "";
  display: none;
  width: 100%;
  background-color: rgba(225, 229, 230, 0.62);
  height: 1px;
  position: absolute;
  -webkit-box-shadow: -5px -4px 20px 25px rgba(225, 229, 230, 0.8);
  box-shadow: -5px -4px 10px 15px rgba(225, 229, 230, 0.8);
  top: -2px;
}
@media (min-width: 768px) {
  .footer .cont-footer .col-footer.img-footer:before {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer .cont-footer .col-footer.img-footer .cont-img-footer {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .footer .cont-footer .col-footer.img-footer .cont-img-footer img {
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}