@charset "UTF-8";
/* --------------- medias --------------- */
/* XS */
/* XS */
/* SM */
/* SM */
/* MD */
/* MD */
/* LG */
/* LG */
/* --------------- medias --------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet');
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
/*Colores*/
/*Tipografias*/
body {
  font-family: "Montserrat", sans-serif; }
  body a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #171459; }
    body a:hover {
      color: #0a98e4; }
  body .btn
body button {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  body i {
    font-family: FontAwesome;
    font-style: normal; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #171459; }
  body h1,
  body h2 {
    color: #0a98e4; }
  @media (max-width: 575px) {
    body h1 {
      font-size: 1.5rem; } }
  @media (min-width: 576px) {
    body h1 {
      font-size: 1.6rem; } }
  @media (min-width: 768px) {
    body h1 {
      font-size: 1.8rem; } }
  @media (min-width: 992px) {
    body h1 {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    body h1 {
      font-size: 2.2rem; } }
  @media (max-width: 575px) {
    body h2 {
      font-size: 1.4rem; } }
  @media (min-width: 576px) {
    body h2 {
      font-size: 1.5rem; } }
  @media (min-width: 768px) {
    body h2 {
      font-size: 1.6rem; } }
  @media (min-width: 992px) {
    body h2 {
      font-size: 1.8rem; } }
  @media (min-width: 1200px) {
    body h2 {
      font-size: 2rem; } }
  @media (max-width: 575px) {
    body h3 {
      font-size: 1.3rem; } }
  @media (min-width: 576px) {
    body h3 {
      font-size: 1.4rem; } }
  @media (min-width: 768px) {
    body h3 {
      font-size: 1.5rem; } }
  @media (min-width: 992px) {
    body h3 {
      font-size: 1.6rem; } }
  @media (min-width: 1200px) {
    body h3 {
      font-size: 1.8rem; } }
  @media (max-width: 575px) {
    body h4,
    body h5 {
      font-size: 1.1rem; } }
  @media (min-width: 576px) {
    body h4,
    body h5 {
      font-size: 1.2rem; } }
  @media (min-width: 768px) {
    body h4,
    body h5 {
      font-size: 1.3rem; } }
  @media (min-width: 992px) {
    body h4,
    body h5 {
      font-size: 1.4rem; } }
  @media (min-width: 1200px) {
    body h4,
    body h5 {
      font-size: 1.6rem; } }

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

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

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

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

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

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

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

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

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

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

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

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

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

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

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

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

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

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

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Colores*/
/*@include btn-mapexel($color_morado,$color_azul,$fondo-boton,$fondo-boton);*/
.btn {
  border: 2px solid; }
  .btn.btn-primary-mapexel {
    color: #0a98e4;
    border-color: #0a98e4;
    background: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.8); }
    .btn.btn-primary-mapexel:hover, .btn.btn-primary-mapexel:focus, .btn.btn-primary-mapexel:active, .btn.btn-primary-mapexel:link, .btn.btn-primary-mapexel:target {
      background: rgba(255, 255, 255, 0.8);
      background-color: rgba(255, 255, 255, 0.8);
      color: #171459;
      border-color: #171459; }

.cajita {
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); }

/* --------------- alineaciones transform --------------- */
/* --------------- alineaciones transform --------------- */
/* --------------- flexbox --------------- */
/* Alinear elementos */
/* Alinear elementos */
/* Alinear contenido */
/* Alinear contenido */
/*En los siguientes mixin el padre deberá de llevar un include flexbox*/
/* Meter todo el contenido en una fila */
/* --------------- flexbox --------------- */
/* --------------- medias --------------- */
/* XS */
/* XS */
/* SM */
/* SM */
/* MD */
/* MD */
/* LG */
/* LG */
/* --------------- medias --------------- */
.sidebar-toggle {
  position: fixed;
  top: 15px;
  right: 20px;
  height: 32px;
  width: 32px;
  z-index: 10001;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer; }
  @media (min-width: 992px) {
    .sidebar-toggle {
      display: none; } }
  .sidebar-toggle span:not(.sr-only) {
    position: absolute;
    width: 28px;
    height: 4px;
    top: 2px;
    left: 2px;
    background-color: #171459;
    transition: transform 0.5s ease, opacity 0.5s ease; }
    .sidebar-toggle span:not(.sr-only):nth-child(2) {
      top: 6px; }
    .sidebar-toggle span:not(.sr-only):nth-child(3) {
      top: 14px; }
    .sidebar-toggle span:not(.sr-only):nth-child(4) {
      top: 22px; }

.menu-side {
  position: fixed;
  top: 0;
  height: 100%;
  width: 55vw;
  z-index: 2000;
  right: -55vw;
  transform: translateX(0);
  transition: transform 0.5s ease;
  background-color: rgba(206, 204, 237, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px; }
  @media (min-width: 992px) {
    .menu-side {
      display: none; } }
  .menu-side .menu-bottom {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 15px;
    display: flex;
    justify-content: space-between; }
    .menu-side .menu-bottom .redes-menu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .menu-side .menu-bottom .redes-menu ul li {
        display: inline-block; }
        .menu-side .menu-bottom .redes-menu ul li a {
          color: #fff;
          margin-left: 5px;
          font-size: 20px; }
          .menu-side .menu-bottom .redes-menu ul li a:hover {
            color: #fff; }
  .menu-side .menu {
    margin: 0;
    list-style: none;
    display: block;
    flex-wrap: wrap;
    padding: 15px 30px;
    max-width: 610px;
    text-align: center; }
    .menu-side .menu .dropdown-menu {
      text-align: center;
      padding-bottom: 0;
      padding-left: 5px;
      display: block;
      background-color: transparent;
      box-shadow: none;
      border: none;
      position: relative !important;
      transform: none !important;
      padding-top: 0;
      top: 0; }
      .menu-side .menu .dropdown-menu > li > a {
        font-size: 1.5rem;
        text-transform: none;
        color: #fff;
        font-weight: 400;
        padding: .2rem 1rem; }
        .menu-side .menu .dropdown-menu > li > a:hover {
          color: #fff; }
    .menu-side .menu .logo-menu {
      padding-bottom: 30px; }
    .menu-side .menu .caret, .menu-side .menu .dropdown-toggle::after {
      display: none; }
    .menu-side .menu li.wpml-ls-item {
      padding-top: 10px;
      margin: 0; }
      .menu-side .menu li.wpml-ls-item.wpml-ls-current-language a {
        color: #171459;
        font-weight: 800;
        font-size: 1.1rem;
        padding-left: 5px; }
      .menu-side .menu li.wpml-ls-item a {
        color: #fff;
        font-weight: bold;
        padding: 5px 3px;
        padding-left: 1rem; }
        .menu-side .menu li.wpml-ls-item a:hover {
          color: #fff; }
    .menu-side .menu > li:not(.wpml-ls-item) {
      display: block; }
      .menu-side .menu > li:not(.wpml-ls-item) > a {
        font-weight: 800;
        font-size: 1.1rem;
        color: #171459;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 0; }
        .menu-side .menu > li:not(.wpml-ls-item) > a:visited, .menu-side .menu > li:not(.wpml-ls-item) > a:focus, .menu-side .menu > li:not(.wpml-ls-item) > a:hover, .menu-side .menu > li:not(.wpml-ls-item) > a:active {
          text-decoration: none; }
        .menu-side .menu > li:not(.wpml-ls-item) > a:hover {
          color: #0a98e4; }
      .menu-side .menu > li:not(.wpml-ls-item).current-menu-item > a {
        color: #0a98e4; }
      .menu-side .menu > li:not(.wpml-ls-item).open > a, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > a {
        color: #0a98e4;
        text-decoration: none;
        float: left;
        /*ie fix*/
        background-color: transparent; }
        .menu-side .menu > li:not(.wpml-ls-item).open > a:visited, .menu-side .menu > li:not(.wpml-ls-item).open > a:focus, .menu-side .menu > li:not(.wpml-ls-item).open > a:hover, .menu-side .menu > li:not(.wpml-ls-item).open > a:active, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > a:visited, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > a:focus, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > a:hover, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > a:active {
          text-decoration: none;
          background-color: transparent; }
      .menu-side .menu > li:not(.wpml-ls-item).open > .dropdown-menu, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > .dropdown-menu {
        display: block;
        position: relative;
        background-color: transparent;
        box-shadow: none;
        width: 100%; }
        .menu-side .menu > li:not(.wpml-ls-item).open > .dropdown-menu > li, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > .dropdown-menu > li {
          margin: 0; }
          .menu-side .menu > li:not(.wpml-ls-item).open > .dropdown-menu > li.current-menu-item > a, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > .dropdown-menu > li.current-menu-item > a {
            color: #171459;
            background-color: transparent; }
          .menu-side .menu > li:not(.wpml-ls-item).open > .dropdown-menu > li > a, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > .dropdown-menu > li > a {
            text-transform: none;
            color: rgba(255, 255, 255, 0.6);
            font-size: 15px;
            background-color: transparent; }
            .menu-side .menu > li:not(.wpml-ls-item).open > .dropdown-menu > li > a:hover, .menu-side .menu > li:not(.wpml-ls-item).current-page-ancestor > .dropdown-menu > li > a:hover {
              color: #171459;
              background-color: transparent; }
    .menu-side .menu a {
      display: block;
      width: 100%; }
    .menu-side .menu a:hover,
    .menu-side .menu a:visited,
    .menu-side .menu a:active {
      text-decoration: none; }

.menu-side-open .sidebar-toggle {
  position: fixed;
  z-index: 10001; }
  .menu-side-open .sidebar-toggle span:not(.sr-only):nth-child(2) {
    transform: translateY(8px) rotate(45deg); }
  .menu-side-open .sidebar-toggle span:not(.sr-only):nth-child(3) {
    opacity: 0; }
  .menu-side-open .sidebar-toggle span:not(.sr-only):nth-child(4) {
    transform: translateY(-8px) rotate(-45deg); }

.menu-side-open .menu-side {
  transform: translateX(-55vw);
  z-index: 2000;
  /*ie fix*/ }
  .menu-side-open .menu-side .logo-menu {
    text-align: center; }
    .menu-side-open .menu-side .logo-menu .logo-menu-link img {
      width: 75%; }

body .menu-side .current_page_ancestor.soluciones-item > ul.dropdown-menu,
body .menu-side .open.soluciones-item > ul.dropdown-menu {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  /*max-width:450px;*/
  position: relative; }
  body .menu-side .current_page_ancestor.soluciones-item > ul.dropdown-menu:before,
  body .menu-side .open.soluciones-item > ul.dropdown-menu:before {
    content: ' ';
    width: 1px;
    /*height:100%;*/
    background: #fff;
    position: absolute;
    left: 50%;
    top: 10px;
    bottom: 10px; }
  body .menu-side .current_page_ancestor.soluciones-item > ul.dropdown-menu > li,
  body .menu-side .open.soluciones-item > ul.dropdown-menu > li {
    width: 50%;
    display: inline-block; }
    body .menu-side .current_page_ancestor.soluciones-item > ul.dropdown-menu > li a,
    body .menu-side .open.soluciones-item > ul.dropdown-menu > li a {
      text-align: left; }
    body .menu-side .current_page_ancestor.soluciones-item > ul.dropdown-menu > li:nth-child(odd) a,
    body .menu-side .open.soluciones-item > ul.dropdown-menu > li:nth-child(odd) a {
      text-align: right; }

/*Responsive*/
@media (min-width: 992px) {
  .menu-side .menu > li.wpml-ls-item {
    display: none; } }

@media (max-width: 991px) {
  .menu-side {
    width: 100vw;
    right: -100vw;
    min-height: 100vh;
    height: 100vh;
    /*    overflow-y: scroll;*/ }
  .menu-side-open .menu-side {
    transform: translateX(-100vw); } }

@media (max-width: 767px) {
  .menu-side .menu > li:not(.wpml-ls-item) {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }
  body .menu-side .open.soluciones-item > ul.dropdown-menu {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
    body .menu-side .open.soluciones-item > ul.dropdown-menu:before {
      background: transparent; }
    body .menu-side .open.soluciones-item > ul.dropdown-menu > li {
      width: 100%;
      display: inline-block; }
      body .menu-side .open.soluciones-item > ul.dropdown-menu > li > a {
        text-align: center; }
      body .menu-side .open.soluciones-item > ul.dropdown-menu > li.bloque1 {
        order: 1; }
      body .menu-side .open.soluciones-item > ul.dropdown-menu > li.bloque2 {
        order: 2; }
        body .menu-side .open.soluciones-item > ul.dropdown-menu > li.bloque2.order1 {
          margin-top: 15px; }
      body .menu-side .open.soluciones-item > ul.dropdown-menu > li:nth-child(odd) > a {
        text-align: center; }
  .menu-side {
    width: 100vw;
    right: -100vw;
    min-height: 100vh;
    height: 100vh;
    overflow-y: scroll; }
    .menu-side .menu-bottom {
      padding: 0 15px 0 30px; }
  .menu-side-open .menu-side {
    transform: translateX(-100vw); }
    .menu-side-open .menu-side .menu-bottom {
      position: relative;
      bottom: auto; } }

/*Generalidades*/
htm,
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  font-size: 1rem; }

/*Lightbox*/
@media (max-width: 575px) {
  .lightboxOverlay,
  .lightbox {
    display: none !important; } }

/*Lightbox*/
header.entry-header {
  display: none; }

.row {
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 575px) {
    .row {
      margin: 0 auto; } }

ul li {
  margin: 0 5px; }

.card-inner {
  padding: 30px; }

.hentry {
  margin: 0; }
  @media (max-width: 767px) {
    .hentry {
      margin: 0; } }

@media (max-width: 575px) {
  .container_general {
    max-width: 100%;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px; } }

@media (min-width: 576px) {
  .container_general {
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 768px) {
  .container_general {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1200px) {
  .container_general {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 767px) {
  body.home .container_general {
    padding: 0; } }

.notice.notice_success {
  background: rgba(4, 136, 14, 0.29);
  border-left: 5px solid #008800;
  color: #017909; }

.notice.notice_error {
  background: rgba(136, 0, 0, 0.29);
  border-left: 5px solid #880000;
  color: #790202; }

.notice_list {
  margin: 15px 0;
  padding: 15px 0 15px 40px; }

#primary {
  width: 100%; }

/*Espaciado de la cabecera*/
.espaciado-cabecera {
  height: 80px; }

@media (min-width: 992px) and (max-width: 1200px) {
  .espaciado-cabecera {
    height: 80px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .espaciado-cabecera {
    height: 80px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .espaciado-cabecera {
    height: 80px; } }

@media (max-width: 575px) {
  .espaciado-cabecera {
    height: 80px; } }

@media (max-width: 991px) {
  .espaciado-cabecera {
    height: 60px; } }

/*Botones*/
.btn:not(.btn-raised),
.btn:not(.btn-raised):not(.btn-link) {
  background-color: #212529;
  color: #fff;
  font-size: 16px;
  font-weight: bold; }
  .btn:not(.btn-raised):hover,
  .btn:not(.btn-raised):not(.btn-link):hover {
    background-color: #212529;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2); }
  .btn:not(.btn-raised).btn-blanco,
  .btn:not(.btn-raised):not(.btn-link).btn-blanco {
    background-color: #fff;
    color: #212529; }
    .btn:not(.btn-raised).btn-blanco:hover,
    .btn:not(.btn-raised):not(.btn-link).btn-blanco:hover {
      background-color: #fff;
      color: #212529; }

body a,
body .btn,
body button,
body .button {
  transition: all 0.3s ease; }

body .btn {
  border: 2px solid; }
  body .btn.btn-primary-mapexel {
    color: #171459 !important;
    border-color: #171459 !important;
    background: rgba(255, 255, 255, 0.8) !important;
    background-color: rgba(255, 255, 255, 0.8) !important; }
    body .btn.btn-primary-mapexel:hover, body .btn.btn-primary-mapexel:focus, body .btn.btn-primary-mapexel:active, body .btn.btn-primary-mapexel:target {
      background: rgba(255, 255, 255, 0.8) !important;
      background-color: rgba(255, 255, 255, 0.8) !important;
      color: #0a98e4 !important;
      border-color: #0a98e4 !important; }
    body .btn.btn-primary-mapexel.disabled, body .btn.btn-primary-mapexel:disabled {
      pointer-events: none;
      cursor: default; }

body input[type="submit"],
body .btn.submit,
body button[type="submit"] {
  color: #171459 !important;
  border-color: #171459 !important;
  background: rgba(255, 255, 255, 0.8) !important;
  background-color: rgba(255, 255, 255, 0.8) !important; }
  body input[type="submit"]:hover, body input[type="submit"]:focus, body input[type="submit"]:active, body input[type="submit"]:target,
  body .btn.submit:hover,
  body .btn.submit:focus,
  body .btn.submit:active,
  body .btn.submit:target,
  body button[type="submit"]:hover,
  body button[type="submit"]:focus,
  body button[type="submit"]:active,
  body button[type="submit"]:target {
    background: rgba(255, 255, 255, 0.8) !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #0a98e4 !important;
    border-color: #0a98e4 !important; }
  body input[type="submit"].disabled, body input[type="submit"]:disabled,
  body .btn.submit.disabled,
  body .btn.submit:disabled,
  body button[type="submit"].disabled,
  body button[type="submit"]:disabled {
    pointer-events: none;
    cursor: default; }

body .pagina-contacto h1 {
  padding-left: 15px;
  color: #171459;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px; }
  @media (max-width: 3000px) {
    body .pagina-contacto h1 {
      font-size: 2.4rem; } }
  @media (max-width: 1199px) {
    body .pagina-contacto h1 {
      font-size: 2.4rem; } }
  @media (max-width: 991px) {
    body .pagina-contacto h1 {
      font-size: 2.4rem; } }
  @media (max-width: 767px) {
    body .pagina-contacto h1 {
      font-size: 2.4rem; } }
  @media (max-width: 575px) {
    body .pagina-contacto h1 {
      font-size: 2.4rem;
      text-align: center; } }

@media (min-width: 992px) {
  body .container_contacto {
    max-width: 900px; } }

@media (min-width: 576px) {
  body .container_contacto .contenido-contacto {
    padding-top: 10px; } }

body .container_contacto .contenido-contacto p {
  margin-bottom: 10px; }
  body .container_contacto .contenido-contacto p img {
    width: 170px; }
    @media (max-width: 575px) {
      body .container_contacto .contenido-contacto p img {
        width: 150px; } }

body .container_contacto .contenido-contacto p:first-child {
  margin-bottom: 20px; }
  @media (max-width: 575px) {
    body .container_contacto .contenido-contacto p:first-child {
      text-align: center; } }

body .container_contacto form.wpcf7-form .md-form {
  margin-bottom: 10px; }
  body .container_contacto form.wpcf7-form .md-form input[type=date],
  body .container_contacto form.wpcf7-form .md-form input[type=datetime-local],
  body .container_contacto form.wpcf7-form .md-form input[type=email],
  body .container_contacto form.wpcf7-form .md-form input[type=number],
  body .container_contacto form.wpcf7-form .md-form input[type=password],
  body .container_contacto form.wpcf7-form .md-form input[type=search-md],
  body .container_contacto form.wpcf7-form .md-form input[type=search],
  body .container_contacto form.wpcf7-form .md-form input[type=tel],
  body .container_contacto form.wpcf7-form .md-form input[type=text],
  body .container_contacto form.wpcf7-form .md-form input[type=time],
  body .container_contacto form.wpcf7-form .md-form input[type=url],
  body .container_contacto form.wpcf7-form .md-form textarea.md-textarea {
    margin-bottom: 0;
    margin-top: 0; }

body .container_contacto form.wpcf7-form .aviso-legal {
  position: relative;
  font-size: 0.8rem;
  text-align: left;
  padding-right: 20px; }
  body .container_contacto form.wpcf7-form .aviso-legal .wpcf7-form-control-wrap {
    right: 0;
    top: 2px; }

body .container_contacto form.wpcf7-form p {
  text-align: center; }

body .google_map .acf-map {
  min-height: 500px;
  margin-bottom: 0; }

/*Cards y overlays */
a:hover .card, .card.fake-a:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16); }

body .card, a .card, .card.fake-a {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.16);
  transition: all .3s ease-in-out; }

.overlay-item-wrap {
  position: relative;
  cursor: pointer; }

.overlay-item-wrap:hover .overlay {
  opacity: 1; }

.overlay {
  background-color: rgba(33, 37, 41, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase; }
  .overlay img {
    display: block;
    margin: 0 auto 8px auto; }

input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #212529;
  box-shadow: 0 1px 0 0 #212529; }

input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=search-md]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, textarea.md-textarea:focus:not([readonly]) + label {
  color: #212529; }

.logo_contra {
  display: none; }

#masthead {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12); }
  #masthead .navbar {
    height: 80px;
    margin: 0;
    background-color: #fff; }
    @media (max-width: 575px) {
      #masthead .navbar .container-nav {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 576px) {
      #masthead .navbar .container-nav {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 768px) {
      #masthead .navbar .container-nav {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1200px) {
      #masthead .navbar .container-nav {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    #masthead .navbar .navbar-toggler {
      background-image: none;
      margin-top: 10px; }
      #masthead .navbar .navbar-toggler span {
        background-image: none; }
      #masthead .navbar .navbar-toggler:before {
        font: normal normal normal 20px/1 FontAwesome;
        content: "\f0c9";
        color: #212529; }
    #masthead .navbar li {
      margin: 0; }
      #masthead .navbar li.a-contacto {
        height: 60px;
        margin-left: 10px;
        position: relative; }
        #masthead .navbar li.a-contacto a {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          border: 2px solid;
          padding: 10px; }
      #masthead .navbar li.active > a, #masthead .navbar li.current-menu-ancestor > a {
        color: #0a98e4 !important; }
      #masthead .navbar li > a {
        font-size: 0.9rem;
        text-transform: uppercase;
        padding: 20px 10px;
        font-weight: 600;
        line-height: 20px;
        color: #171459; }
        #masthead .navbar li > a:hover, #masthead .navbar li > a:focus {
          color: #0a98e4 !important; }
        #masthead .navbar li > a i {
          font-size: 1rem;
          color: #171459; }
          #masthead .navbar li > a i .selector {
            color: #171459; }
      #masthead .navbar li.btn-menu {
        margin-top: 10px; }
        #masthead .navbar li.btn-menu > a {
          display: inline-block;
          font-weight: 600;
          line-height: 1.42857143;
          text-align: center;
          position: relative;
          padding: 10px 30px;
          margin: 0px;
          cursor: pointer;
          border-radius: 2px;
          text-transform: uppercase;
          text-decoration: none;
          color: #fff !important;
          transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
          outline: none !important;
          background-color: #212529;
          border: none; }
          #masthead .navbar li.btn-menu > a:hover {
            box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
            color: #fff;
            border: none; }
      #masthead .navbar li .dropdown-menu {
        border-radius: 0; }
        #masthead .navbar li .dropdown-menu > li.active > a {
          background-color: transparent;
          color: #212529; }
        #masthead .navbar li .dropdown-menu > li > a {
          padding: 10px 15px;
          text-transform: none; }
          #masthead .navbar li .dropdown-menu > li > a:hover {
            background-color: transparent; }
    #masthead .navbar .navbar-brand {
      position: absolute;
      top: 0;
      height: 80px;
      margin: 0;
      padding-top: 15px; }
      @media (min-width: 992px) {
        #masthead .navbar .navbar-brand {
          padding-left: 0; } }
      #masthead .navbar .navbar-brand img {
        height: 50px;
        width: auto; }
    @media (max-width: 991px) {
      #masthead .navbar {
        height: 60px; }
        #masthead .navbar .navbar-brand {
          height: 60px;
          padding-top: 10px; }
          #masthead .navbar .navbar-brand img {
            height: 40px; } }

body.error404 header#masthead .navbar:not(.top-nav-collapse) .navbar-brand,
body.error404 #masthead .navbar .navbar-brand {
  left: 0;
  padding-left: 30px; }

/*
Configuraciones cuando sale el menu hamburguesa,
cambiar según el BREACKPOINT
*/
@media (min-width: 992px) {
  /*.home */
  header#masthead .navbar:not(.top-nav-collapse) {
    background-color: #171459 !important;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    header#masthead .navbar:not(.top-nav-collapse) .navbar-brand {
      padding-left: 10%; } }

@media (min-width: 992px) {
    header#masthead .navbar:not(.top-nav-collapse) li:not(.btn-menu) a {
      color: #fff;
      background-color: transparent; }
      header#masthead .navbar:not(.top-nav-collapse) li:not(.btn-menu) a:hover {
        color: #212529; }
      header#masthead .navbar:not(.top-nav-collapse) li:not(.btn-menu) a i {
        color: #fff; }
        header#masthead .navbar:not(.top-nav-collapse) li:not(.btn-menu) a i .selector {
          color: #fff; }
    header#masthead .navbar:not(.top-nav-collapse) li:not(.btn-menu).active > a, header#masthead .navbar:not(.top-nav-collapse) li:not(.btn-menu).current-menu-ancestor > a {
      color: #0a98e4; }
    header#masthead .navbar:not(.top-nav-collapse) .logo_wrap {
      display: none;
      width: 100%;
      height: 100%; }
    header#masthead .navbar:not(.top-nav-collapse) .logo_contra {
      display: block;
      width: 100%;
      height: 100%; } }

@media (max-width: 991px) {
  body #masthead .navbar {
    justify-content: center; }
    body #masthead .navbar .navbar-nav {
      height: 100vh !important;
      overflow-y: scroll !important;
      background-color: #fff; }
    body #masthead .navbar .navbar-brand {
      align-self: center;
      margin: 0; }
    body #masthead .navbar .dropdown-menu {
      position: relative !important;
      margin-top: 0;
      border: none;
      padding-left: 20px; }
    body #masthead .navbar ul {
      text-align: left; }
    body #masthead .navbar .navbar-toggler {
      background-image: none;
      margin-top: 10px;
      align-self: flex-end;
      position: absolute;
      right: 10px;
      top: 10px;
      padding-right: 15px; }
      body #masthead .navbar .navbar-toggler:before {
        float: right;
        font-size: 2rem; } }

.archive #colophon, .blog #colophon {
  margin-top: 30px; }

#colophon {
  padding: 20px 0 0 0;
  background-color: #fff;
  margin-top: 0;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.2);
  color: #383838;
  font-weight: 400;
  z-index: 5;
  position: relative;
  /*menú de aviso legal*/
  /*menú de aviso legal*/ }
  #colophon .legal ul[id^="menu-aviso-legal"] {
    background: #171459;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
    #colophon .legal ul[id^="menu-aviso-legal"] li {
      display: inline-block; }
      #colophon .legal ul[id^="menu-aviso-legal"] li a {
        font-size: 0.8rem;
        font-weight: 500;
        text-decoration: underline;
        color: #e0e0e0; }
        #colophon .legal ul[id^="menu-aviso-legal"] li a:hover {
          color: #f7f7f7; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #colophon {
      float: left;
      width: 100%; } }
  @media (max-width: 575px) {
    #colophon {
      border-top: 3px solid #e0e0e0; } }
  #colophon .container {
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      #colophon .container {
        padding-bottom: 0; } }
    @media (max-width: 575px) {
      #colophon .container {
        max-width: 100%;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px; } }
    @media (min-width: 576px) {
      #colophon .container {
        max-width: 100%;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 768px) {
      #colophon .container {
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1200px) {
      #colophon .container {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 768px) {
      #colophon .container {
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; } }
  #colophon .footer-menus {
    position: relative; }
    @media (min-width: 768px) {
      #colophon .footer-menus {
        width: 30%; } }
    @media (min-width: 992px) {
      #colophon .footer-menus {
        width: 25%; } }
    #colophon .footer-menus ul.footer-menu {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media (min-width: 768px) {
        #colophon .footer-menus ul.footer-menu {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); } }
      @media (max-width: 767px) {
        #colophon .footer-menus ul.footer-menu {
          text-align: center;
          margin-bottom: 15px; } }
      @media (min-width: 768px) {
        #colophon .footer-menus ul.footer-menu {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
          -webkit-column-gap: 10px;
          -moz-column-gap: 10px;
          column-gap: 10px; } }
      @media (max-width: 575px) {
        #colophon .footer-menus ul.footer-menu {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
          -webkit-column-gap: 10px;
          -moz-column-gap: 10px;
          column-gap: 10px; } }
      @media (max-width: 767px) {
        #colophon .footer-menus ul.footer-menu li {
          display: inline-block; } }
      @media (max-width: 575px) {
        #colophon .footer-menus ul.footer-menu li {
          display: block; } }
      #colophon .footer-menus ul.footer-menu li a {
        color: #171459;
        font-size: 0.7rem;
        padding: 5px 0;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          #colophon .footer-menus ul.footer-menu li a {
            font-size: 1rem; } }
  #colophon .footer-logo {
    position: relative; }
    #colophon .footer-logo img {
      max-height: 50px;
      width: auto; }
      @media (min-width: 768px) {
        #colophon .footer-logo img {
          position: absolute;
          padding-right: 17px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); } }
    @media (min-width: 992px) {
      #colophon .footer-logo {
        width: 50%; } }
    @media (min-width: 768px) {
      #colophon .footer-logo {
        width: 40%; } }
    @media (max-width: 767px) {
      #colophon .footer-logo {
        text-align: center;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 40px; }
        #colophon .footer-logo img {
          max-height: 100px; } }
    @media (max-width: 767px) and (max-width: 575px) {
      #colophon .footer-logo img {
        max-width: 90%; } }
  #colophon .footer-direction {
    font-weight: 600; }
    @media (min-width: 992px) {
      #colophon .footer-direction {
        width: 25%; } }
    @media (min-width: 768px) {
      #colophon .footer-direction {
        width: 25%;
        font-size: 0.7rem;
        text-align: right; } }
    @media (max-width: 767px) {
      #colophon .footer-direction {
        text-align: center;
        background-color: #f1f1f1;
        padding: 14px 0;
        margin-left: -5px;
        margin-right: -5px; } }
    #colophon .footer-direction p {
      margin-bottom: 5px; }
    #colophon .footer-direction p:last-child {
      margin-bottom: 0; }
  #colophon .row {
    display: flex;
    align-items: center; }
  #colophon a {
    opacity: 1;
    color: #171459; }
    #colophon a:hover {
      color: #0a98e4 !important; }
  #colophon h3 {
    margin-top: 0;
    font-weight: bold; }
  #colophon .pie-col.pie-col2 {
    text-align: center; }
  #colophon .pie-col.pie-col3 {
    text-align: right; }
  #colophon .pie-col .menu {
    text-transform: uppercase;
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none; }
    #colophon .pie-col .menu li {
      display: inline-block; }
      #colophon .pie-col .menu li.current_page_item a {
        color: #212529; }
  #colophon .pie-col .redes_pie ul {
    width: auto;
    margin: 0;
    flex: 1;
    flex-wrap: nowrap;
    flex-direction: row; }
  #colophon .pie-col .redes_pie i.fa {
    padding: 5px;
    border: solid 2px #212529;
    color: #212529;
    margin: 0 3px;
    height: 37px;
    width: 37px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
  #colophon .pie-col .contacto_item span {
    padding-left: 5px; }
  #colophon .pie-col a {
    transition: all .3s ease-in-out; }
    #colophon .pie-col a:hover {
      text-decoration: none; }
      #colophon .pie-col a:hover i {
        color: #fff;
        background-color: #212529; }

@media (max-width: 767px) {
  .logo-item {
    padding: 10px;
    max-width: 150px; }
  .listado-logos {
    flex-wrap: wrap; }
  #colophon .row {
    flex-wrap: wrap; }
    #colophon .row .pie-col {
      width: 100%;
      text-align: center;
      margin: 10px 0; } }

/*Slide Master slide */
.ms-slide-info.ms-dir-h {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  min-height: inherit !important;
  bottom: inherit !important; }
  .ms-slide-info.ms-dir-h .ms-info {
    max-width: 1170px;
    margin: 0 auto;
    color: #fff;
    text-align: center; }
    .ms-slide-info.ms-dir-h .ms-info a {
      border: none;
      border-radius: 2px;
      position: relative;
      padding: 12px 40px;
      margin: 10px 1px;
      text-transform: uppercase;
      letter-spacing: 0;
      will-change: box-shadow, transform;
      -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      outline: 0;
      cursor: pointer;
      text-decoration: none;
      background-color: #212529;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 18px;
      margin-top: 30px;
      display: inline-block; }
      .ms-slide-info.ms-dir-h .ms-info a:hover {
        background-color: #212529;
        color: #fff;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
        text-decoration: none; }

@media (max-width: 767px) {
  .ms-slide .ms-slide-bgcont img {
    max-width: inherit; }
  body .ms-slide-info.ms-dir-h {
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    background-color: #212529;
    transform: none;
    left: 0;
    right: 0;
    width: auto;
    padding: 20px 15px; }
    body .ms-slide-info.ms-dir-h h2 {
      font-size: 20px; }
    body .ms-slide-info.ms-dir-h .ms-info a {
      margin-top: 10px;
      margin-bottom: 0;
      background-color: #fff;
      color: #212529; }
      body .ms-slide-info.ms-dir-h .ms-info a:hover {
        background-color: #fff;
        color: #212529; }
    body .ms-slide-info.ms-dir-h .ms-info img {
      display: none; }
    body .ms-slide-info.ms-dir-h .ms-info p {
      margin: 0; } }

@media (max-width: 767px) {
  body.home .master-slider {
    height: 50vh; }
    body.home .master-slider .ms-container {
      height: 50vh; }
      body.home .master-slider .ms-container .ms-inner-controls-cont {
        height: 50vh; }
        body.home .master-slider .ms-container .ms-inner-controls-cont .ms-view {
          min-height: 50vh; }
          body.home .master-slider .ms-container .ms-inner-controls-cont .ms-view .ms-slide {
            min-height: 50vh; }
            body.home .master-slider .ms-container .ms-inner-controls-cont .ms-view .ms-slide .ms-slide-bgcont img {
              transform: scale(2); } }

/*Bloques home */
.container-full-contacte,
.container-full-info {
  background: #f7f7f7; }

.bloque-home {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 992px) {
    .bloque-home {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .bloque-home {
      padding: 0 10px; } }
  .bloque-home.bloque-contacte, .bloque-home.bloque-anuncio {
    text-align: center; }
  .bloque-home.bloque-contacte p {
    margin-top: 40px;
    margin-bottom: 40px; }
  @media (min-width: 992px) {
    .bloque-home.bloque-contacte p {
      margin-top: 30px;
      max-width: 800px;
      margin: 0 auto;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .bloque-home.bloque-contacte {
      padding-top: 40px;
      padding-bottom: 35px; } }
  .bloque-home.bloque-anuncio {
    padding: 0; }
    .bloque-home.bloque-anuncio .row-anuncio {
      margin: 0 auto; }
      @media (max-width: 575px) {
        .bloque-home.bloque-anuncio .row-anuncio {
          height: 250px; } }
    .bloque-home.bloque-anuncio .col-foto {
      padding: 0; }
      .bloque-home.bloque-anuncio .col-foto img {
        width: 100%; }
        @media (max-width: 575px) {
          .bloque-home.bloque-anuncio .col-foto img {
            transform: scale(2.5); } }
      @media (max-width: 767px) {
        .bloque-home.bloque-anuncio .col-foto {
          position: absolute;
          height: 220px;
          z-index: 0;
          overflow: hidden;
          opacity: 0.4; } }
      @media (max-width: 575px) {
        .bloque-home.bloque-anuncio .col-foto {
          height: 250px; } }
    .bloque-home.bloque-anuncio .col-info {
      position: relative; }
      @media (max-width: 767px) {
        .bloque-home.bloque-anuncio .col-info {
          height: 220px;
          padding: 40px 15px; } }
      @media (max-width: 575px) {
        .bloque-home.bloque-anuncio .col-info {
          height: 250px;
          padding: 60px 10px; } }
      .bloque-home.bloque-anuncio .col-info .container-info h3 {
        margin-bottom: 20px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .bloque-home.bloque-anuncio .col-info .container-info h2 {
          font-size: 1.4rem; }
        .bloque-home.bloque-anuncio .col-info .container-info h3 {
          font-size: 1.2rem; } }
      @media (min-width: 768px) {
        .bloque-home.bloque-anuncio .col-info .container-info {
          text-align: center;
          position: absolute;
          width: 100%;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); } }
  .bloque-home.bloque-grid {
    overflow: hidden;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .bloque-home.bloque-grid {
        padding: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bloque-home.bloque-grid .elemento {
        width: 50%; } }
    .bloque-home.bloque-grid .elemento {
      cursor: help;
      position: relative;
      overflow: hidden;
      width: 100%;
      display: inline-block;
      display: flex;
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
      .bloque-home.bloque-grid .elemento .titulo-description,
      .bloque-home.bloque-grid .elemento .image {
        width: 50%;
        overflow: hidden; }
        @media (max-width: 767px) {
          .bloque-home.bloque-grid .elemento .titulo-description,
          .bloque-home.bloque-grid .elemento .image {
            width: 100%; } }
        @media (min-width: 768px) {
          .bloque-home.bloque-grid .elemento .titulo-description img,
          .bloque-home.bloque-grid .elemento .image img {
            transition: all 0.3s ease;
            filter: grayscale(100%); } }
        @media (max-width: 767px) {
          .bloque-home.bloque-grid .elemento .titulo-description img,
          .bloque-home.bloque-grid .elemento .image img {
            float: right;
            /*transform: scale(1.4);*/ } }
      .bloque-home.bloque-grid .elemento .titulo-description {
        z-index: 1;
        transition: all 0.3s ease;
        position: relative;
        text-align: center;
        font-weight: 600;
        color: #fff;
        background: #171459; }
        @media (max-width: 767px) {
          .bloque-home.bloque-grid .elemento .titulo-description {
            display: none; } }
        .bloque-home.bloque-grid .elemento .titulo-description .container-txt {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          padding: 10px;
          width: 100%; }
        .bloque-home.bloque-grid .elemento .titulo-description .titulo {
          font-size: 1.2rem;
          width: 100%;
          margin-bottom: 0; }
        .bloque-home.bloque-grid .elemento .titulo-description .description {
          font-size: 0.8rem;
          width: 100%;
          margin-bottom: 0;
          padding-top: 10px; }
      .bloque-home.bloque-grid .elemento .hover-description {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        text-align: center;
        color: #0a98e4;
        background: #f7f7f7; }
        @media (min-width: 768px) {
          .bloque-home.bloque-grid .elemento .hover-description {
            transition: all 0.3s ease;
            transform: scaleX(-1);
            opacity: 0; } }
        @media (max-width: 767px) {
          .bloque-home.bloque-grid .elemento .hover-description {
            width: 60%;
            background: #171459; } }
        .bloque-home.bloque-grid .elemento .hover-description .description {
          padding: 15px;
          position: absolute;
          width: 100%;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
          .bloque-home.bloque-grid .elemento .hover-description .description p.title {
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 1.2rem; }
          .bloque-home.bloque-grid .elemento .hover-description .description p.decription-cuerpo {
            font-size: 0.9rem;
            margin-bottom: 0;
            color: #171459; }
            @media (min-width: 768px) {
              .bloque-home.bloque-grid .elemento .hover-description .description p.decription-cuerpo {
                font-size: 0.95rem; } }
            @media (max-width: 575px) {
              .bloque-home.bloque-grid .elemento .hover-description .description p.decription-cuerpo {
                line-height: 1rem; } }
          @media (max-width: 767px) {
            .bloque-home.bloque-grid .elemento .hover-description .description p.decription-cuerpo,
            .bloque-home.bloque-grid .elemento .hover-description .description p.title {
              color: #fff; } }
      @media (min-width: 768px) {
        .bloque-home.bloque-grid .elemento:hover .hover-description {
          opacity: 1;
          transform: scaleX(1); }
        .bloque-home.bloque-grid .elemento:hover .titulo-description {
          transform: scaleX(-1);
          opacity: 0; }
        .bloque-home.bloque-grid .elemento:hover .image img {
          transform: scale(1.2);
          filter: brightness(115%);
          filter: grayscale(0%); } }
      @media (min-width: 768px) {
        .bloque-home.bloque-grid .elemento:hover .esquinita {
          border-left: 30px solid #f7f7f7;
          border-top: 25px solid transparent;
          border-bottom: 25px solid transparent; } }
      .bloque-home.bloque-grid .elemento .esquinita {
        transition: all 0.3s ease;
        border-left: 30px solid #171459;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 767px) {
          .bloque-home.bloque-grid .elemento .esquinita {
            left: calc(60%); } }
    .bloque-home.bloque-grid .elemento:nth-child(2) .esquinita,
    .bloque-home.bloque-grid .elemento:nth-child(4) .esquinita,
    .bloque-home.bloque-grid .elemento:nth-child(6) .esquinita,
    .bloque-home.bloque-grid .elemento:nth-child(8) .esquinita {
      border-left: 30px none;
      border-right: 30px solid #0a98e4;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      right: calc(50%);
      left: inherit; }
      @media (max-width: 767px) {
        .bloque-home.bloque-grid .elemento:nth-child(2) .esquinita,
        .bloque-home.bloque-grid .elemento:nth-child(4) .esquinita,
        .bloque-home.bloque-grid .elemento:nth-child(6) .esquinita,
        .bloque-home.bloque-grid .elemento:nth-child(8) .esquinita {
          right: calc(60%); } }
    .bloque-home.bloque-grid .elemento:nth-child(2) .titulo-description,
    .bloque-home.bloque-grid .elemento:nth-child(4) .titulo-description,
    .bloque-home.bloque-grid .elemento:nth-child(6) .titulo-description,
    .bloque-home.bloque-grid .elemento:nth-child(8) .titulo-description {
      order: 2;
      background: #0a98e4; }
      @media (min-width: 768px) {
        .bloque-home.bloque-grid .elemento:nth-child(2) .titulo-description,
        .bloque-home.bloque-grid .elemento:nth-child(4) .titulo-description,
        .bloque-home.bloque-grid .elemento:nth-child(6) .titulo-description,
        .bloque-home.bloque-grid .elemento:nth-child(8) .titulo-description {
          transition: all 0.3s ease; } }
    .bloque-home.bloque-grid .elemento:nth-child(2) .image,
    .bloque-home.bloque-grid .elemento:nth-child(4) .image,
    .bloque-home.bloque-grid .elemento:nth-child(6) .image,
    .bloque-home.bloque-grid .elemento:nth-child(8) .image {
      order: 1; }
      @media (max-width: 767px) {
        .bloque-home.bloque-grid .elemento:nth-child(2) .image img,
        .bloque-home.bloque-grid .elemento:nth-child(4) .image img,
        .bloque-home.bloque-grid .elemento:nth-child(6) .image img,
        .bloque-home.bloque-grid .elemento:nth-child(8) .image img {
          float: left; } }
    .bloque-home.bloque-grid .elemento:nth-child(2) .hover-description,
    .bloque-home.bloque-grid .elemento:nth-child(4) .hover-description,
    .bloque-home.bloque-grid .elemento:nth-child(6) .hover-description,
    .bloque-home.bloque-grid .elemento:nth-child(8) .hover-description {
      right: 0;
      left: inherit;
      z-index: 1; }
      @media (min-width: 768px) {
        .bloque-home.bloque-grid .elemento:nth-child(2) .hover-description,
        .bloque-home.bloque-grid .elemento:nth-child(4) .hover-description,
        .bloque-home.bloque-grid .elemento:nth-child(6) .hover-description,
        .bloque-home.bloque-grid .elemento:nth-child(8) .hover-description {
          transition: all 0.3s ease;
          transform: scaleX(-1); } }
      @media (max-width: 767px) {
        .bloque-home.bloque-grid .elemento:nth-child(2) .hover-description,
        .bloque-home.bloque-grid .elemento:nth-child(4) .hover-description,
        .bloque-home.bloque-grid .elemento:nth-child(6) .hover-description,
        .bloque-home.bloque-grid .elemento:nth-child(8) .hover-description {
          background: #0a98e4; } }
    @media (min-width: 768px) {
      .bloque-home.bloque-grid .elemento:nth-child(2):hover .esquinita,
      .bloque-home.bloque-grid .elemento:nth-child(4):hover .esquinita,
      .bloque-home.bloque-grid .elemento:nth-child(6):hover .esquinita,
      .bloque-home.bloque-grid .elemento:nth-child(8):hover .esquinita {
        border-right: 30px solid #f7f7f7;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent; }
      .bloque-home.bloque-grid .elemento:nth-child(2):hover .hover-description,
      .bloque-home.bloque-grid .elemento:nth-child(4):hover .hover-description,
      .bloque-home.bloque-grid .elemento:nth-child(6):hover .hover-description,
      .bloque-home.bloque-grid .elemento:nth-child(8):hover .hover-description {
        opacity: 1;
        transform: scaleX(1); }
      .bloque-home.bloque-grid .elemento:nth-child(2):hover .titulo-description,
      .bloque-home.bloque-grid .elemento:nth-child(4):hover .titulo-description,
      .bloque-home.bloque-grid .elemento:nth-child(6):hover .titulo-description,
      .bloque-home.bloque-grid .elemento:nth-child(8):hover .titulo-description {
        transform: scaleX(-1);
        opacity: 0; }
      .bloque-home.bloque-grid .elemento:nth-child(2):hover .image img,
      .bloque-home.bloque-grid .elemento:nth-child(4):hover .image img,
      .bloque-home.bloque-grid .elemento:nth-child(6):hover .image img,
      .bloque-home.bloque-grid .elemento:nth-child(8):hover .image img {
        transform: scale(1.2);
        filter: brightness(115%);
        filter: grayscale(0%); } }

.titulo-home {
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center; }

.capa_fixed {
  position: fixed;
  width: 100%;
  z-index: 0; }
  @media (max-width: 767px) {
    .capa_fixed {
      position: relative; } }

.bloque-slide {
  overflow: hidden; }
  @media (min-width: 768px) {
    .bloque-slide {
      padding-bottom: 28.64%;
      height: 0; } }

.ms-view {
  z-index: 10; }

.z-ind-1 {
  position: relative;
  z-index: 1; }

.fecha-destacada {
  background-color: #212529;
  color: #fff;
  font-size: 25px;
  min-height: 70px;
  padding: 17px;
  line-height: 1;
  font-weight: 400;
  text-align: center; }
  .fecha-destacada span {
    display: block; }
    .fecha-destacada span.year {
      font-size: 15px;
      text-transform: uppercase; }

.titulo-item {
  font-size: 15px;
  font-weight: 600;
  margin: 8px 0 0 0;
  line-height: 1.3em; }

.link_ver_todos {
  text-align: center;
  margin-top: 20px; }
  .link_ver_todos .btn-link {
    text-transform: uppercase;
    font-weight: bold;
    color: #212529; }
    .link_ver_todos .btn-link:hover {
      color: #212529; }

.titulo-item a {
  color: #383838; }
  .titulo-item a:hover {
    text-decoration: none;
    color: #212529; }

.item-foto-titulo {
  margin-bottom: 30px;
  width: 100%; }
  .item-foto-titulo .imagen-loop-item {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .item-foto-titulo .imagen-loop-item:before {
      content: '';
      display: flex;
      padding-top: 75%; }
    .item-foto-titulo .imagen-loop-item .fecha-destacada {
      position: absolute;
      top: 0;
      left: 0; }
  .item-foto-titulo .item-info {
    padding: 15px; }
    .item-foto-titulo .item-info .titulo-item {
      font-size: 18px;
      font-weight: 400; }

.item-evento {
  width: 100%; }
  .item-evento .card .contenido-noticia {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .item-evento .card .contenido-noticia .item-info {
      padding: 10px; }
      .item-evento .card .contenido-noticia .item-info .titulo-item {
        font-size: 18px; }
      .item-evento .card .contenido-noticia .item-info .meta-wrap-noticia {
        font-size: 14px; }

.bloque-foto-texto100 .foto img {
  width: 100%; }

@media (max-width: 767px) {
  .overlay-item-wrap {
    max-width: 450px;
    margin: 5px auto; } }

/*generalidades*/
.entry-container {
  padding: 15px; }

/*Cabecera - titulo interiores */
.cabecera-custom {
  padding: 50px 0;
  color: #fff;
  background-color: #212529;
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .cabecera-custom .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .cabecera-custom .container .entry-title {
      margin-top: 0;
      margin-bottom: 0;
      line-height: 1.1;
      color: #171459;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.65);
      padding: 10px 15px; }
  @media (max-width: 767px) {
    .cabecera-custom {
      margin-bottom: 0;
      height: 150px; } }
  @media (min-width: 768px) {
    .cabecera-custom {
      height: 200px; } }
  @media (min-width: 992px) {
    .cabecera-custom {
      height: 250px; } }
  @media (min-width: 1200px) {
    .cabecera-custom {
      height: 300px; } }

@media (max-width: 991px) {
  .cabecera-custom {
    padding: 30px 0; } }

/*Sidebars */
#secondary {
  margin-top: 30px;
  padding-left: 40px; }
  #secondary .panel {
    box-shadow: none; }
    #secondary .panel > .panel-heading {
      text-transform: uppercase;
      border-bottom: solid 1px;
      margin-bottom: 10px;
      margin-top: 0;
      color: #383838;
      background-color: transparent;
      font-weight: bold;
      padding: 0 0 10px 0; }
      #secondary .panel > .panel-heading h3 {
        text-transform: uppercase;
        margin: 0; }
    #secondary .panel ul {
      padding: 10px 0; }

/*Formulario de busqueda*/
.busqueda_resultado {
  margin-bottom: 15px; }

/*Página de contacto*/
.contenido-contacto .datos_contacto i {
  color: #212529;
  margin-right: 5px; }

/*Paginacion */
.pag-wrap {
  clear: both;
  text-align: center;
  margin-top: 30px;
  width: 100%;
  float: left; }
  .pag-wrap .wp-pagenavi a:hover, .pag-wrap .wp-pagenavi span.current {
    background-color: #212529;
    color: #fff;
    border-color: #212529;
    text-decoration: none; }

/*Página de contacto*/
.infowindow_custom {
  max-width: 300px; }

/*Pega aquí lo que sea a mayores, lo haremos con todas las páginas custom este método.*/
.parrafos-100 p {
  text-align: center;
  width: 100%;
  margin-bottom: 0; }

.padding-3 {
  padding-left: 3px;
  padding-right: 3px; }

.nav-productos li a {
  text-transform: uppercase; }

.nav-productos li {
  border: 1px solid black;
  margin: 0; }

.especie {
  font-size: 0.8rem; }

.nombre-producto {
  padding-top: 10px; }

.titulo-bloque-importaciones h2 {
  border-bottom: 2px solid black; }

.color-pais {
  height: 25px;
  width: 25px;
  float: left;
  margin-right: 8px; }

/*Contacto*/
.mensaje textarea {
  border-top: none;
  border-right: none;
  border-left: none; }
  .mensaje textarea:focus {
    border-bottom: 1px solid #212529;
    box-shadow: 0 1px 0 0 #212529; }

.aviso-legal .wpcf7-list-item {
  margin-left: 0; }

form .wpcf7-submit {
  margin-left: 0;
  margin-top: 20px; }

.pagina-contacto {
  margin-top: 30px; }

/**/
/*Caladeros*/
.zonasPan {
  width: 156px;
  float: left;
  margin-right: 8px; }
  .zonasPan ul {
    list-style: none; }
    .zonasPan ul li {
      font-size: 0.8rem; }

.zonasPan h4 {
  border-bottom: 1px solid #428f18;
  padding-bottom: 10px;
  margin-bottom: 0; }

.zonasPan h4 span {
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: #428f18;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center; }

.zonasPan ul {
  padding: 8px 0 15px 0;
  height: 100%;
  margin: 0; }

body #politica-privacidad .contenido-texto-bloque, #aviso-legal .contenido-texto-bloque {
  width: 100% !important; }

/*Pega aquí lo que sea a mayores, lo haremos con todas las páginas custom este método.*/
.parrafos-100 p {
  text-align: center;
  width: 100%;
  margin-bottom: 0; }

.padding-3 {
  padding-left: 3px;
  padding-right: 3px; }

.nav-productos li a {
  text-transform: uppercase; }

.nav-productos li {
  border: 1px solid black;
  margin: 0; }

.especie {
  font-size: 0.8rem; }

.nombre-producto {
  padding-top: 10px; }

.titulo-bloque-importaciones h2 {
  border-bottom: 2px solid black; }

.color-pais {
  height: 25px;
  width: 25px;
  float: left;
  margin-right: 8px; }

/*Contacto*/
.mensaje textarea {
  border-top: none;
  border-right: none;
  border-left: none; }
  .mensaje textarea:focus {
    border-bottom: 1px solid #212529;
    box-shadow: 0 1px 0 0 #212529; }

.aviso-legal .wpcf7-list-item {
  margin-left: 0; }

form .wpcf7-submit {
  margin-left: 0;
  margin-top: 20px; }

.pagina-contacto {
  margin-top: 30px; }

/**/
/*Caladeros*/
.zonasPan {
  width: 156px;
  float: left;
  margin-right: 8px; }
  .zonasPan ul {
    list-style: none; }
    .zonasPan ul li {
      font-size: 0.8rem; }

.zonasPan h4 {
  border-bottom: 1px solid #428f18;
  padding-bottom: 10px;
  margin-bottom: 0; }

.zonasPan h4 span {
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: #428f18;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center; }

.zonasPan ul {
  padding: 8px 0 15px 0;
  height: 100%;
  margin: 0; }

body #politica-privacidad .contenido-texto-bloque, #aviso-legal .contenido-texto-bloque {
  width: 100% !important; }

/*bloque-interior1 convertido en banner*/
body.page-id-152 main#main.site-main > .bloque-interior1 .img-bloque,
body.page-id-647 main#main.site-main > .bloque-interior1 .img-bloque {
  background-position: center center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body.page-id-152 main#main.site-main > .bloque-interior1 .img-bloque,
    body.page-id-647 main#main.site-main > .bloque-interior1 .img-bloque {
      background-size: contain; } }

body main#main.site-main > .bloque-interior1 {
  color: #171459;
  background: #fff;
  margin: 0 auto;
  box-shadow: inset 0 -25px 80px -30px rgba(0, 0, 0, 0.15); }
  body main#main.site-main > .bloque-interior1 h1, body main#main.site-main > .bloque-interior1 h2, body main#main.site-main > .bloque-interior1 h3, body main#main.site-main > .bloque-interior1 h4, body main#main.site-main > .bloque-interior1 h5, body main#main.site-main > .bloque-interior1 p {
    color: #171459;
    text-align: left; }
    @media (max-width: 767px) {
      body main#main.site-main > .bloque-interior1 h1, body main#main.site-main > .bloque-interior1 h2, body main#main.site-main > .bloque-interior1 h3, body main#main.site-main > .bloque-interior1 h4, body main#main.site-main > .bloque-interior1 h5, body main#main.site-main > .bloque-interior1 p {
        text-align: center; } }
  body main#main.site-main > .bloque-interior1 .container-fluid .row.wrap_contenido_foto {
    height: auto; }
  @media (min-width: 992px) {
    body main#main.site-main > .bloque-interior1 .contenido-texto-bloque {
      padding-left: 0;
      width: calc(100% - 25%); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body main#main.site-main > .bloque-interior1 .contenido-texto-bloque {
      width: 100%; } }
  @media (max-width: 575px) {
    body main#main.site-main > .bloque-interior1 h1 {
      font-size: 2rem; }
    body main#main.site-main > .bloque-interior1 h2 {
      font-size: 1.8rem; }
    body main#main.site-main > .bloque-interior1 h3 {
      font-size: 1.7rem; }
    body main#main.site-main > .bloque-interior1 h4 {
      font-size: 1.6rem; }
    body main#main.site-main > .bloque-interior1 h5 {
      font-size: 1.5rem; }
    body main#main.site-main > .bloque-interior1 p {
      font-size: 1.2rem;
      line-height: 1.5rem;
      font-weight: 500; } }
  body main#main.site-main > .bloque-interior1 .img-bloque {
    background-position: right bottom;
    background-size: contain;
    min-height: 450px; }
    @media (max-width: 991px) {
      body main#main.site-main > .bloque-interior1 .img-bloque {
        position: absolute;
        width: 100%;
        max-width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      body main#main.site-main > .bloque-interior1 .img-bloque {
        width: 50%;
        right: 0;
        background-position: 0 bottom;
        background-size: 150%; } }
    @media (max-width: 767px) {
      body main#main.site-main > .bloque-interior1 .img-bloque {
        opacity: 0.15;
        min-height: inherit;
        height: 100%;
        overflow: hidden; }
        body main#main.site-main > .bloque-interior1 .img-bloque img {
          display: block;
          margin: 0 auto;
          position: absolute;
          bottom: 0; } }
    @media only screen and (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
      body main#main.site-main > .bloque-interior1 .img-bloque img {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); } }
    @media (max-width: 575px) {
      body main#main.site-main > .bloque-interior1 .img-bloque img {
        width: 100%;
        transform: scale(1.5) translateY(-15%); } }
  @media (max-width: 767px) {
    body main#main.site-main > .bloque-interior1 .texto-bloque {
      text-align: center;
      padding-top: 40px;
      padding-bottom: 40px; }
      body main#main.site-main > .bloque-interior1 .texto-bloque .contenido-texto-bloque {
        width: 100%; } }

@media (min-width: 992px) {
  #main #banner .img-bloque {
    background-position: center bottom; } }

/*bloque-interior1 convertido en banner*/
@media (max-width: 991px) {
  article.page {
    margin-bottom: 0; } }

/*Misc*/
.container_estrecho {
  max-width: 850px; }

.btn-wrap {
  margin-top: 20px; }
  .btn-wrap .btn {
    margin: 0;
    clear: both; }
    .btn-wrap .btn img {
      width: 20px;
      height: auto;
      margin-right: 5px; }

/*Estructura bloques */
.bloque-interior {
  padding: 30px 0;
  background-repeat: no-repeat;
  position: relative; }
  .bloque-interior h2, .bloque-interior h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400; }
  .bloque-interior h1 {
    margin-top: 0;
    margin-bottom: 30px; }
  .bloque-interior ul {
    margin: 0 0 1em 0;
    list-style-type: none;
    padding-left: 30px; }
    .bloque-interior ul > li {
      list-style-type: none;
      margin: 8px 0;
      position: relative; }
      .bloque-interior ul > li:before {
        content: "";
        background-color: #212529;
        border-radius: 50%;
        height: 5px;
        width: 5px;
        top: 8px;
        display: block;
        position: absolute;
        left: -15px; }

body .no_padding {
  padding: 0; }

/* pestañas productos */
body.page-id-152 .nav.nav-pills .nav-item:nth-child(1) a.nav-link:before,
body.page-id-647 .nav.nav-pills .nav-item:nth-child(1) a.nav-link:before {
  content: url(../images/icon_producto/pescado_hover.png); }

body.page-id-152 .nav.nav-pills .nav-item:nth-child(2) a.nav-link:before,
body.page-id-647 .nav.nav-pills .nav-item:nth-child(2) a.nav-link:before {
  content: url(../images/icon_producto/cefalopodos_hover.png); }

body.page-id-152 .nav.nav-pills .nav-item:nth-child(3) a.nav-link:before,
body.page-id-647 .nav.nav-pills .nav-item:nth-child(3) a.nav-link:before {
  content: url(../images/icon_producto/crustaceos_hover.png); }

body.page-id-152 .nav.nav-pills .nav-item:nth-child(4) a.nav-link:before,
body.page-id-647 .nav.nav-pills .nav-item:nth-child(4) a.nav-link:before {
  content: url(../images/icon_producto/moluscos_hover.png); }

body.page-id-152 .nav.nav-pills .nav-item:nth-child(5) a.nav-link:before,
body.page-id-647 .nav.nav-pills .nav-item:nth-child(5) a.nav-link:before {
  content: url(../images/icon_producto/elaborados_hover.png); }

body.page-id-152 .nav.nav-pills,
body.page-id-647 .nav.nav-pills {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: max-content;
  text-align: center; }
  body.page-id-152 .nav.nav-pills .nav-item,
  body.page-id-647 .nav.nav-pills .nav-item {
    width: min-content;
    border: none;
    border-bottom: 2px solid #e0e0e0; }
    body.page-id-152 .nav.nav-pills .nav-item a.nav-link,
    body.page-id-647 .nav.nav-pills .nav-item a.nav-link {
      transform: translateY(2px);
      border-radius: 0;
      color: #e0e0e0;
      border-bottom: 4px solid transparent;
      font-size: 0.9rem;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      padding-bottom: 10px; }
      body.page-id-152 .nav.nav-pills .nav-item a.nav-link:before,
      body.page-id-647 .nav.nav-pills .nav-item a.nav-link:before {
        transform: scale(0.8);
        filter: grayscale(100%);
        opacity: 0.3;
        transition: all 0.3s ease;
        position: relative;
        width: 100%;
        float: left;
        clear: both;
        text-align: center; }
        body.page-id-152 .nav.nav-pills .nav-item a.nav-link:before img,
        body.page-id-647 .nav.nav-pills .nav-item a.nav-link:before img {
          width: 75%; }
      body.page-id-152 .nav.nav-pills .nav-item a.nav-link:hover,
      body.page-id-647 .nav.nav-pills .nav-item a.nav-link:hover {
        color: #171459;
        /*border-bottom: 4px solid $color_morado;*/ }
        body.page-id-152 .nav.nav-pills .nav-item a.nav-link:hover:before,
        body.page-id-647 .nav.nav-pills .nav-item a.nav-link:hover:before {
          filter: grayscale(0);
          opacity: 1; }
      body.page-id-152 .nav.nav-pills .nav-item a.nav-link.active,
      body.page-id-647 .nav.nav-pills .nav-item a.nav-link.active {
        color: #171459;
        border-bottom: 6px solid #171459;
        background-color: inherit; }
        body.page-id-152 .nav.nav-pills .nav-item a.nav-link.active:before,
        body.page-id-647 .nav.nav-pills .nav-item a.nav-link.active:before {
          filter: grayscale(0);
          opacity: 1; }
      @media (max-width: 767px) {
        body.page-id-152 .nav.nav-pills .nav-item a.nav-link,
        body.page-id-647 .nav.nav-pills .nav-item a.nav-link {
          width: 100%;
          font-size: 0.8rem;
          font-weight: 800; }
          body.page-id-152 .nav.nav-pills .nav-item a.nav-link:before,
          body.page-id-647 .nav.nav-pills .nav-item a.nav-link:before {
            margin-left: -10px; } }
  @media (max-width: 767px) {
    body.page-id-152 .nav.nav-pills,
    body.page-id-647 .nav.nav-pills {
      display: inherit;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 30px; }
      body.page-id-152 .nav.nav-pills .nav-item,
      body.page-id-647 .nav.nav-pills .nav-item {
        display: inline-block;
        width: 18%; } }
  @media (max-width: 575px) {
    body.page-id-152 .nav.nav-pills .nav-item,
    body.page-id-647 .nav.nav-pills .nav-item {
      width: 32%; } }

body.page-id-152 .tab-pane > .row,
body.page-id-647 .tab-pane > .row {
  width: 100%;
  margin: 0 auto; }

body.page-id-152 .tab-pane .col-producto,
body.page-id-647 .tab-pane .col-producto {
  cursor: pointer;
  padding: 0 5px;
  margin-bottom: 15px; }
  body.page-id-152 .tab-pane .col-producto .container-product,
  body.page-id-647 .tab-pane .col-producto .container-product {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); }
  body.page-id-152 .tab-pane .col-producto div.lupa,
  body.page-id-647 .tab-pane .col-producto div.lupa {
    z-index: 1;
    background: rgba(255, 255, 255, 0.4) url("../images/icon_producto/lupa.png");
    background-position: center center;
    background-size: 100px;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none; }
  body.page-id-152 .tab-pane .col-producto .container-img-producto,
  body.page-id-647 .tab-pane .col-producto .container-img-producto {
    overflow: hidden; }
  body.page-id-152 .tab-pane .col-producto img,
  body.page-id-647 .tab-pane .col-producto img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease; }
  body.page-id-152 .tab-pane .col-producto .parrafos-100,
  body.page-id-647 .tab-pane .col-producto .parrafos-100 {
    z-index: 1;
    transition: all 0.3s ease;
    width: 100%;
    min-height: 70px;
    padding: 10px;
    background: #fff;
    color: #171459; }
    body.page-id-152 .tab-pane .col-producto .parrafos-100 .nombre-producto,
    body.page-id-647 .tab-pane .col-producto .parrafos-100 .nombre-producto {
      padding-top: 0;
      transition: all 0.3s ease;
      color: #171459;
      font-weight: 600;
      font-size: 1.1rem; }
      @media (max-width: 575px) {
        body.page-id-152 .tab-pane .col-producto .parrafos-100 .nombre-producto,
        body.page-id-647 .tab-pane .col-producto .parrafos-100 .nombre-producto {
          font-size: 1.2rem; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        body.page-id-152 .tab-pane .col-producto .parrafos-100 .nombre-producto,
        body.page-id-647 .tab-pane .col-producto .parrafos-100 .nombre-producto {
          font-size: 0.9rem; } }
    body.page-id-152 .tab-pane .col-producto .parrafos-100 .especie,
    body.page-id-647 .tab-pane .col-producto .parrafos-100 .especie {
      transition: all 0.3s ease;
      color: #383838;
      font-weight: 300;
      font-size: 1rem; }
      @media (max-width: 575px) {
        body.page-id-152 .tab-pane .col-producto .parrafos-100 .especie,
        body.page-id-647 .tab-pane .col-producto .parrafos-100 .especie {
          font-size: 0.9rem; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        body.page-id-152 .tab-pane .col-producto .parrafos-100 .especie,
        body.page-id-647 .tab-pane .col-producto .parrafos-100 .especie {
          font-size: 0.8rem; } }
  @media (min-width: 992px) {
    body.page-id-152 .tab-pane .col-producto:hover .container-product,
    body.page-id-647 .tab-pane .col-producto:hover .container-product {
      -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4); }
      body.page-id-152 .tab-pane .col-producto:hover .container-product div.lupa,
      body.page-id-647 .tab-pane .col-producto:hover .container-product div.lupa {
        opacity: 1; }
      body.page-id-152 .tab-pane .col-producto:hover .container-product img,
      body.page-id-647 .tab-pane .col-producto:hover .container-product img {
        transform: scale(1.4); }
    body.page-id-152 .tab-pane .col-producto:hover .parrafos-100,
    body.page-id-647 .tab-pane .col-producto:hover .parrafos-100 {
      background: #171459;
      -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4); }
      body.page-id-152 .tab-pane .col-producto:hover .parrafos-100 .nombre-producto,
      body.page-id-647 .tab-pane .col-producto:hover .parrafos-100 .nombre-producto {
        color: #fff; }
        body.page-id-152 .tab-pane .col-producto:hover .parrafos-100 .nombre-producto a,
        body.page-id-647 .tab-pane .col-producto:hover .parrafos-100 .nombre-producto a {
          color: #fff; }
      body.page-id-152 .tab-pane .col-producto:hover .parrafos-100 .especie,
      body.page-id-647 .tab-pane .col-producto:hover .parrafos-100 .especie {
        color: #fff; } }

/* pestañas productos */
/*Bloque 100% de texto*/
.bloque-texto100 .container-fluid {
  width: 100%;
  padding: 0; }
  .bloque-texto100 .container-fluid .row {
    margin: 0; }
    .bloque-texto100 .container-fluid .row .texto-bloque {
      padding: 0; }
      .bloque-texto100 .container-fluid .row .texto-bloque p {
        margin: 0; }

/*Bloque columnas*/
.cols_separador .texto-bloque {
  border-right: solid 1px; }
  .cols_separador .texto-bloque:last-of-type {
    border: none; }

/*Bloque texto Foto */
.bloque-texto_foto {
  padding: 0; }
  .bloque-texto_foto .contenido-texto-bloque {
    padding: 30px; }
  @media (min-width: 768px) {
    .bloque-texto_foto {
      margin-bottom: 0;
      margin-top: 0; } }
  @media (max-width: 991px) {
    .bloque-texto_foto {
      margin-top: 0;
      margin-bottom: 0; } }
  .bloque-texto_foto .container {
    padding-top: 30px;
    padding-bottom: 30px; }
  .bloque-texto_foto .container-fluid {
    max-width: 1900px;
    padding-top: 0;
    padding-bottom: 0; }
    .bloque-texto_foto .container-fluid .texto-bloque {
      position: relative;
      z-index: 1;
      padding-right: 0;
      padding-left: 0; }
      .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque {
        color: #fff;
        display: block; }
        .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque h2,
        .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque h3,
        .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque h4,
        .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque h5,
        .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque p {
          color: #fff; }
        .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque h2,
        .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque h3,
        .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque h4,
        .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque h5 {
          font-weight: 700; }
        .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque p:last-child {
          margin-bottom: 0; }
        .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque .texto-solo {
          font-size: 1rem; }
          @media (max-width: 991px) {
            .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque .texto-solo {
              line-height: 1.8rem; } }
      .bloque-texto_foto .container-fluid .texto-bloque .btn-wrap {
        max-width: 545px; }
    .bloque-texto_foto .container-fluid .img-bloque {
      padding: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      min-height: 450px; }
      .bloque-texto_foto .container-fluid .img-bloque img {
        width: 100%;
        display: none; }
        @media (max-width: 767px) {
          .bloque-texto_foto .container-fluid .img-bloque img {
            display: block; } }
  .bloque-texto_foto.bloque_invertir .wrap_contenido_foto .texto-bloque {
    order: 2;
    padding-left: 50px;
    padding-right: 15px; }
  .bloque-texto_foto.bloque_invertir .wrap_contenido_foto .img-bloque {
    order: 1; }

body.page-id-183 .bloque-texto_foto .container-fluid .img-bloque,
body.page-id-871 .bloque-texto_foto .container-fluid .img-bloque {
  min-height: 400px; }
  @media (max-width: 767px) {
    body.page-id-183 .bloque-texto_foto .container-fluid .img-bloque,
    body.page-id-871 .bloque-texto_foto .container-fluid .img-bloque {
      min-height: inherit; } }

body.page-id-183 .bloque-interior3 .row.wrap_contenido_foto,
body.page-id-871 .bloque-interior3 .row.wrap_contenido_foto {
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    body.page-id-183 .bloque-interior3 .row.wrap_contenido_foto,
    body.page-id-871 .bloque-interior3 .row.wrap_contenido_foto {
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body.page-id-183 .bloque-interior3 .row.wrap_contenido_foto,
    body.page-id-871 .bloque-interior3 .row.wrap_contenido_foto {
      border-bottom: 2px solid #e0e0e0; } }

@media (max-width: 991px) {
  .bloque-interior.bloque-texto_foto {
    justify-content: center; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .bloque-interior.bloque-texto_foto .img-bloque {
      background-image: none !important;
      text-align: center;
      width: 100%;
      order: 2;
      min-height: inherit; } }

@media (max-width: 991px) {
    .bloque-interior.bloque-texto_foto .texto-bloque {
      padding: 0; }
      .bloque-interior.bloque-texto_foto .texto-bloque .contenido-texto-bloque {
        padding: 0; }
        .bloque-interior.bloque-texto_foto .texto-bloque .contenido-texto-bloque .texto-solo {
          padding: 20px 15px; } }
        @media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
          .bloque-interior.bloque-texto_foto .texto-bloque .contenido-texto-bloque .texto-solo {
            position: relative;
            top: 50%;
            transform: translateY(-50%); } }
        @media (max-width: 991px) and (max-width: 767px) {
          .bloque-interior.bloque-texto_foto .texto-bloque .contenido-texto-bloque .texto-solo {
            text-align: center; } }

@media (max-width: 991px) {
    .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .img-bloque {
      order: 1; } }
    @media (max-width: 991px) and (max-width: 767px) {
      .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .img-bloque {
        order: 1; } }

@media (max-width: 991px) {
    .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .texto-bloque {
      order: 2;
      padding: 0; } }
    @media (max-width: 991px) and (max-width: 767px) {
      .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .texto-bloque {
        order: 2; } }

@media (max-width: 991px) {
      .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .texto-bloque .contenido-texto-bloque {
        padding: 0; }
        .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .texto-bloque .contenido-texto-bloque .texto-solo {
          padding: 20px 15px; } }
        @media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
          .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .texto-bloque .contenido-texto-bloque .texto-solo {
            position: relative;
            top: 50%;
            transform: translateY(-50%); } }
        @media (max-width: 991px) and (max-width: 767px) {
          .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .texto-bloque .contenido-texto-bloque .texto-solo {
            text-align: center; } }

@media (max-width: 767px) {
  body:not(.page-id-156):not(.page-id-876) #contenido .texto-bloque,
  body:not(.page-id-156):not(.page-id-876) article.post-183 .texto-bloque {
    order: 2; }
  body:not(.page-id-156):not(.page-id-876) #contenido .img-bloque,
  body:not(.page-id-156):not(.page-id-876) article.post-183 .img-bloque {
    order: 1; } }

@media (max-width: 991px) {
  article.post-183 .container-fluid {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article.post-183 .bloque-interior.bloque-texto_foto .texto-bloque .contenido-texto-bloque .texto-solo,
  article.post-183 .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .texto-bloque .contenido-texto-bloque .texto-solo {
    top: 0;
    transform: none; } }

body:not(.page-id-183):not(.page-id-871) .bloque-texto_foto.bloque-texto_foto .container-fluid {
  padding: 0; }
  body:not(.page-id-183):not(.page-id-871) .bloque-texto_foto.bloque-texto_foto .container-fluid .row.wrap_contenido_foto {
    margin: 0;
    overflow: hidden; }
    @media (min-width: 992px) {
      body:not(.page-id-183):not(.page-id-871) .bloque-texto_foto.bloque-texto_foto .container-fluid .row.wrap_contenido_foto {
        height: calc(100vh - 80px); } }

@media (max-width: 767px) {
  body:not(.page-id-183):not(.page-id-871) .bloque-texto_foto.bloque-texto_foto .contenido-texto-bloque .esquinita {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body:not(.page-id-183):not(.page-id-871) .bloque-texto_foto.bloque-texto_foto .texto-bloque {
    min-height: 450px; } }

/*bloques de texto y foto*/
/*bloques de texto y foto*/
body.page-id-156 #contenido .texto-bloque .contenido-texto-bloque,
body.page-id-876 #contenido .texto-bloque .contenido-texto-bloque {
  text-align: left;
  background: rgba(23, 20, 89, 0.8); }
  @media (max-width: 991px) {
    body.page-id-156 #contenido .texto-bloque .contenido-texto-bloque,
    body.page-id-876 #contenido .texto-bloque .contenido-texto-bloque {
      background: #171459;
      width: 100%; } }
  body.page-id-156 #contenido .texto-bloque .contenido-texto-bloque .esquinita,
  body.page-id-876 #contenido .texto-bloque .contenido-texto-bloque .esquinita {
    border-left: 20px solid rgba(23, 20, 89, 0.8);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px; }
    @media (max-width: 991px) {
      body.page-id-156 #contenido .texto-bloque .contenido-texto-bloque .esquinita,
      body.page-id-876 #contenido .texto-bloque .contenido-texto-bloque .esquinita {
        border-left: 20px solid #171459; } }

@media (min-width: 992px) {
  body.page-id-156 #contenido .texto-bloque,
  body.page-id-876 #contenido .texto-bloque {
    transform: translateX(25%); }
    body.page-id-156 #contenido .texto-bloque .contenido-texto-bloque,
    body.page-id-876 #contenido .texto-bloque .contenido-texto-bloque {
      min-width: 110%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); } }

@media (max-width: 767px) {
  body.page-id-156 #contenido .texto-bloque,
  body.page-id-876 #contenido .texto-bloque {
    order: 2; } }

body.page-id-156 #contenido .container-fluid .row.wrap_contenido_foto,
body.page-id-876 #contenido .container-fluid .row.wrap_contenido_foto {
  height: auto; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.page-id-156 #contenido .texto-bloque,
  body.page-id-876 #contenido .texto-bloque {
    min-height: inherit;
    position: absolute;
    height: 100%; } }

body.page-id-156 #contenido .texto-bloque .texto-solo h2,
body.page-id-876 #contenido .texto-bloque .texto-solo h2 {
  margin-bottom: 0; }

body.page-id-156 #contenido .img-bloque,
body.page-id-876 #contenido .img-bloque {
  background-image: none !important;
  min-height: inherit; }
  body.page-id-156 #contenido .img-bloque img,
  body.page-id-876 #contenido .img-bloque img {
    display: inherit; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body.page-id-156 #contenido .img-bloque,
    body.page-id-876 #contenido .img-bloque {
      margin-left: 50%; } }

body.page-id-150 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque,
body.page-id-856 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque,
body.page-id-156 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque,
body.page-id-876 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque {
  text-align: left;
  background: rgba(23, 20, 89, 0.8); }
  @media (max-width: 991px) {
    body.page-id-150 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque,
    body.page-id-856 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque,
    body.page-id-156 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque,
    body.page-id-876 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque {
      background: #171459;
      width: 100%; } }
  body.page-id-150 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque .esquinita,
  body.page-id-856 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque .esquinita,
  body.page-id-156 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque .esquinita,
  body.page-id-876 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque .esquinita {
    border-left: 20px solid rgba(23, 20, 89, 0.8);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px; }
    @media (max-width: 991px) {
      body.page-id-150 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque .esquinita,
      body.page-id-856 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque .esquinita,
      body.page-id-156 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque .esquinita,
      body.page-id-876 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque .esquinita {
        border-left: 20px solid #171459; } }

@media (min-width: 992px) {
  body.page-id-150 #contenido:nth-child(even) .texto-bloque,
  body.page-id-856 #contenido:nth-child(even) .texto-bloque,
  body.page-id-156 #contenido:nth-child(even) .texto-bloque,
  body.page-id-876 #contenido:nth-child(even) .texto-bloque {
    transform: translateX(25%); }
    body.page-id-150 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque,
    body.page-id-856 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque,
    body.page-id-156 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque,
    body.page-id-876 #contenido:nth-child(even) .texto-bloque .contenido-texto-bloque {
      min-width: 110%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); } }

@media (max-width: 767px) {
  body.page-id-150 #contenido:nth-child(even) .texto-bloque,
  body.page-id-856 #contenido:nth-child(even) .texto-bloque,
  body.page-id-156 #contenido:nth-child(even) .texto-bloque,
  body.page-id-876 #contenido:nth-child(even) .texto-bloque {
    order: 2; } }

body.page-id-150 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque,
body.page-id-856 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque,
body.page-id-156 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque,
body.page-id-876 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque {
  text-align: left;
  background: rgba(10, 152, 228, 0.8); }
  @media (max-width: 991px) {
    body.page-id-150 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque,
    body.page-id-856 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque,
    body.page-id-156 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque,
    body.page-id-876 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque {
      background: #0a98e4;
      width: 100%; } }
  body.page-id-150 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque .esquinita,
  body.page-id-856 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque .esquinita,
  body.page-id-156 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque .esquinita,
  body.page-id-876 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque .esquinita {
    border-right: 20px solid rgba(10, 152, 228, 0.8);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px; }
    @media (max-width: 991px) {
      body.page-id-150 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque .esquinita,
      body.page-id-856 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque .esquinita,
      body.page-id-156 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque .esquinita,
      body.page-id-876 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque .esquinita {
        border-right: 20px solid #0a98e4; } }

@media (min-width: 992px) {
  body.page-id-150 #contenido:nth-child(odd) .texto-bloque,
  body.page-id-856 #contenido:nth-child(odd) .texto-bloque,
  body.page-id-156 #contenido:nth-child(odd) .texto-bloque,
  body.page-id-876 #contenido:nth-child(odd) .texto-bloque {
    transform: translateX(-25%); }
    body.page-id-150 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque,
    body.page-id-856 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque,
    body.page-id-156 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque,
    body.page-id-876 #contenido:nth-child(odd) .texto-bloque .contenido-texto-bloque {
      min-width: 110%;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); } }

@media (max-width: 767px) {
  body.page-id-150 #contenido:nth-child(odd) .texto-bloque,
  body.page-id-856 #contenido:nth-child(odd) .texto-bloque,
  body.page-id-156 #contenido:nth-child(odd) .texto-bloque,
  body.page-id-876 #contenido:nth-child(odd) .texto-bloque {
    order: 2; } }

body.page-id-152 .bloque-interior2,
body.page-id-647 .bloque-interior2 {
  background: #f7f7f7; }
  body.page-id-152 .bloque-interior2 p,
  body.page-id-647 .bloque-interior2 p {
    font-weight: 700; }
  body.page-id-152 .bloque-interior2 p:first-child,
  body.page-id-647 .bloque-interior2 p:first-child {
    color: #0a98e4; }
  body.page-id-152 .bloque-interior2 p:last-child,
  body.page-id-647 .bloque-interior2 p:last-child {
    color: #171459;
    margin-bottom: 0; }
  body.page-id-152 .bloque-interior2 hr,
  body.page-id-647 .bloque-interior2 hr {
    height: 2px;
    width: 30%;
    background-color: #171459; }

body.page-id-154 .bloque-interior2 .texto-bloque .contenido-texto-bloque,
body.page-id-863 .bloque-interior2 .texto-bloque .contenido-texto-bloque {
  text-align: left;
  background: rgba(23, 20, 89, 0.8); }
  @media (max-width: 991px) {
    body.page-id-154 .bloque-interior2 .texto-bloque .contenido-texto-bloque,
    body.page-id-863 .bloque-interior2 .texto-bloque .contenido-texto-bloque {
      background: #171459;
      width: 100%; } }
  body.page-id-154 .bloque-interior2 .texto-bloque .contenido-texto-bloque .esquinita,
  body.page-id-863 .bloque-interior2 .texto-bloque .contenido-texto-bloque .esquinita {
    border-left: 20px solid rgba(23, 20, 89, 0.8);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px; }
    @media (max-width: 991px) {
      body.page-id-154 .bloque-interior2 .texto-bloque .contenido-texto-bloque .esquinita,
      body.page-id-863 .bloque-interior2 .texto-bloque .contenido-texto-bloque .esquinita {
        border-left: 20px solid #171459; } }

@media (min-width: 992px) {
  body.page-id-154 .bloque-interior2 .texto-bloque,
  body.page-id-863 .bloque-interior2 .texto-bloque {
    transform: translateX(25%); }
    body.page-id-154 .bloque-interior2 .texto-bloque .contenido-texto-bloque,
    body.page-id-863 .bloque-interior2 .texto-bloque .contenido-texto-bloque {
      min-width: 110%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); } }

@media (max-width: 767px) {
  body.page-id-154 .bloque-interior2 .texto-bloque,
  body.page-id-863 .bloque-interior2 .texto-bloque {
    order: 2; } }

body.page-id-154 .bloque-interior2 .esquinita,
body.page-id-863 .bloque-interior2 .esquinita {
  border-left: 20px solid rgba(23, 20, 89, 0.8);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px; }
  @media (max-width: 991px) {
    body.page-id-154 .bloque-interior2 .esquinita,
    body.page-id-863 .bloque-interior2 .esquinita {
      border-left: 20px solid #171459; } }

body.page-id-154 .bloque-interior3 .texto-bloque .contenido-texto-bloque,
body.page-id-863 .bloque-interior3 .texto-bloque .contenido-texto-bloque {
  text-align: left;
  background: rgba(10, 152, 228, 0.8); }
  @media (max-width: 991px) {
    body.page-id-154 .bloque-interior3 .texto-bloque .contenido-texto-bloque,
    body.page-id-863 .bloque-interior3 .texto-bloque .contenido-texto-bloque {
      background: #0a98e4;
      width: 100%; } }
  body.page-id-154 .bloque-interior3 .texto-bloque .contenido-texto-bloque .esquinita,
  body.page-id-863 .bloque-interior3 .texto-bloque .contenido-texto-bloque .esquinita {
    border-right: 20px solid rgba(10, 152, 228, 0.8);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px; }
    @media (max-width: 991px) {
      body.page-id-154 .bloque-interior3 .texto-bloque .contenido-texto-bloque .esquinita,
      body.page-id-863 .bloque-interior3 .texto-bloque .contenido-texto-bloque .esquinita {
        border-right: 20px solid #0a98e4; } }

@media (min-width: 992px) {
  body.page-id-154 .bloque-interior3 .texto-bloque,
  body.page-id-863 .bloque-interior3 .texto-bloque {
    transform: translateX(-25%); }
    body.page-id-154 .bloque-interior3 .texto-bloque .contenido-texto-bloque,
    body.page-id-863 .bloque-interior3 .texto-bloque .contenido-texto-bloque {
      min-width: 110%;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); } }

@media (max-width: 767px) {
  body.page-id-154 .bloque-interior3 .texto-bloque,
  body.page-id-863 .bloque-interior3 .texto-bloque {
    order: 2; } }

body.page-id-154 .bloque-interior3 .esquinita,
body.page-id-863 .bloque-interior3 .esquinita {
  border-right: 20px solid rgba(10, 152, 228, 0.8);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px; }
  @media (max-width: 991px) {
    body.page-id-154 .bloque-interior3 .esquinita,
    body.page-id-863 .bloque-interior3 .esquinita {
      border-right: 20px solid #0a98e4; } }

body.page-id-183 article.hentry,
body.page-id-871 article.hentry {
  margin-bottom: 0; }

body.page-id-183 .titulo-bloque-importaciones,
body.page-id-871 .titulo-bloque-importaciones {
  display: none; }

body.page-id-183 .bloque-interior2,
body.page-id-871 .bloque-interior2 {
  background: #ebebeb;
  margin-top: 0;
  margin-bottom: 0;
  color: #171459; }
  body.page-id-183 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque h1, body.page-id-183 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque h2, body.page-id-183 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque h3, body.page-id-183 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque h4, body.page-id-183 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque h5, body.page-id-183 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque p, body.page-id-183 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque span,
  body.page-id-871 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque h1,
  body.page-id-871 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque h2,
  body.page-id-871 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque h3,
  body.page-id-871 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque h4,
  body.page-id-871 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque h5,
  body.page-id-871 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque p,
  body.page-id-871 .bloque-interior2 .container-fluid .texto-bloque .contenido-texto-bloque span {
    color: #171459; }
  body.page-id-183 .bloque-interior2 .contenido-texto-bloque,
  body.page-id-871 .bloque-interior2 .contenido-texto-bloque {
    background: #fff;
    padding: 15px; }
  @media (min-width: 992px) {
    body.page-id-183 .bloque-interior2 .wrap_contenido_foto .texto-bloque,
    body.page-id-871 .bloque-interior2 .wrap_contenido_foto .texto-bloque {
      position: absolute;
      padding-left: 0;
      padding-right: 0; } }
  body.page-id-183 .bloque-interior2 .texto-solo,
  body.page-id-871 .bloque-interior2 .texto-solo {
    margin-bottom: 20px; }
  body.page-id-183 .bloque-interior2 .img-bloque,
  body.page-id-871 .bloque-interior2 .img-bloque {
    background-size: contain; }
  @media (min-width: 992px) {
    body.page-id-183 .bloque-interior2 .img-bloque,
    body.page-id-871 .bloque-interior2 .img-bloque {
      transform: translateX(100%); }
    body.page-id-183 .bloque-interior2 .wrap_contenido_foto .texto-bloque,
    body.page-id-871 .bloque-interior2 .wrap_contenido_foto .texto-bloque {
      left: 0;
      bottom: 0; }
      body.page-id-183 .bloque-interior2 .wrap_contenido_foto .texto-bloque .contenido-texto-bloque,
      body.page-id-871 .bloque-interior2 .wrap_contenido_foto .texto-bloque .contenido-texto-bloque {
        padding-left: 25%; } }

body.page-id-183 .bloque-interior3,
body.page-id-871 .bloque-interior3 {
  background: #ebebeb;
  margin-top: 0;
  margin-bottom: 0;
  color: #171459; }
  body.page-id-183 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque h1, body.page-id-183 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque h2, body.page-id-183 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque h3, body.page-id-183 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque h4, body.page-id-183 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque h5, body.page-id-183 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque p, body.page-id-183 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque span,
  body.page-id-871 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque h1,
  body.page-id-871 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque h2,
  body.page-id-871 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque h3,
  body.page-id-871 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque h4,
  body.page-id-871 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque h5,
  body.page-id-871 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque p,
  body.page-id-871 .bloque-interior3 .container-fluid .texto-bloque .contenido-texto-bloque span {
    color: #171459; }
  body.page-id-183 .bloque-interior3 .contenido-texto-bloque,
  body.page-id-871 .bloque-interior3 .contenido-texto-bloque {
    background: #fff;
    padding: 15px; }
  @media (min-width: 992px) {
    body.page-id-183 .bloque-interior3 .wrap_contenido_foto .texto-bloque,
    body.page-id-871 .bloque-interior3 .wrap_contenido_foto .texto-bloque {
      position: absolute;
      padding-left: 0;
      padding-right: 0; } }
  body.page-id-183 .bloque-interior3 .texto-solo,
  body.page-id-871 .bloque-interior3 .texto-solo {
    margin-bottom: 20px; }
  body.page-id-183 .bloque-interior3 .img-bloque,
  body.page-id-871 .bloque-interior3 .img-bloque {
    background-size: contain; }
  @media (min-width: 992px) {
    body.page-id-183 .bloque-interior3 .wrap_contenido_foto .texto-bloque,
    body.page-id-871 .bloque-interior3 .wrap_contenido_foto .texto-bloque {
      right: 0;
      top: 0; }
      body.page-id-183 .bloque-interior3 .wrap_contenido_foto .texto-bloque .contenido-texto-bloque,
      body.page-id-871 .bloque-interior3 .wrap_contenido_foto .texto-bloque .contenido-texto-bloque {
        padding-right: 25%; } }

@media all and (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
  body.page-id-183 .texto-bloque,
  body.page-id-871 .texto-bloque {
    display: block !important; } }

@media (max-width: 991px) {
  body.page-id-183 .img-bloque img,
  body.page-id-871 .img-bloque img {
    padding: 20px 0;
    min-width: 100%; } }

@media (max-width: 767px) {
  body.page-id-183 .texto-solo.texto-importacion,
  body.page-id-871 .texto-solo.texto-importacion {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  body.page-id-183 .row-paises,
  body.page-id-871 .row-paises {
    margin-bottom: 30px; } }

body.page-id-183 .col-pais .color-pais,
body.page-id-871 .col-pais .color-pais {
  margin-bottom: 10px; }
  body.page-id-183 .col-pais .color-pais + span,
  body.page-id-871 .col-pais .color-pais + span {
    font-size: 0.8rem;
    font-weight: 600; }
    @media (max-width: 767px) {
      body.page-id-183 .col-pais .color-pais + span,
      body.page-id-871 .col-pais .color-pais + span {
        font-size: 1rem; } }

@media (max-width: 767px) {
  body.page-id-183 .col-pais,
  body.page-id-871 .col-pais {
    width: 33%; } }

@media (max-width: 575px) {
  body.page-id-183 .col-pais,
  body.page-id-871 .col-pais {
    width: 50%; } }

body.page-id-183 .container,
body.page-id-871 .container,
body.page-id-156 .container,
body.page-id-876 .container {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  width: 100%; }
  body.page-id-183 .container .row,
  body.page-id-871 .container .row,
  body.page-id-156 .container .row,
  body.page-id-876 .container .row {
    margin: 0 auto; }

@media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  body.page-id-183 .container .row,
  body.page-id-871 .container .row,
  body.page-id-156 .container .row,
  body.page-id-876 .container .row {
    display: inherit; } }
    body.page-id-183 .container .row .texto-bloque,
    body.page-id-871 .container .row .texto-bloque,
    body.page-id-156 .container .row .texto-bloque,
    body.page-id-876 .container .row .texto-bloque {
      align-self: start !important; }
    body.page-id-183 .container .row .contenido-texto-bloque,
    body.page-id-871 .container .row .contenido-texto-bloque,
    body.page-id-156 .container .row .contenido-texto-bloque,
    body.page-id-876 .container .row .contenido-texto-bloque {
      padding: 0; }
      @media (max-width: 991px) {
        body.page-id-183 .container .row .contenido-texto-bloque .texto-solo,
        body.page-id-871 .container .row .contenido-texto-bloque .texto-solo,
        body.page-id-156 .container .row .contenido-texto-bloque .texto-solo,
        body.page-id-876 .container .row .contenido-texto-bloque .texto-solo {
          padding-top: 0; }
          body.page-id-183 .container .row .contenido-texto-bloque .texto-solo p:first-child,
          body.page-id-871 .container .row .contenido-texto-bloque .texto-solo p:first-child,
          body.page-id-156 .container .row .contenido-texto-bloque .texto-solo p:first-child,
          body.page-id-876 .container .row .contenido-texto-bloque .texto-solo p:first-child {
            margin-bottom: 0; } }

body.page-id-156 .container.container-caladeros,
body.page-id-876 .container.container-caladeros {
  position: relative;
  z-index: -5;
  padding: 5px;
  padding-top: 10px;
  margin-top: 0; }
  @media (max-width: 767px) {
    body.page-id-156 .container.container-caladeros,
    body.page-id-876 .container.container-caladeros {
      margin-top: 0; } }
  body.page-id-156 .container.container-caladeros .container-pan,
  body.page-id-876 .container.container-caladeros .container-pan {
    border: 1px solid #e0e0e0;
    background: #f7f7f7;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 10px;
    padding-top: 15px; }
  body.page-id-156 .container.container-caladeros .zonasPan,
  body.page-id-876 .container.container-caladeros .zonasPan {
    width: auto;
    float: none;
    margin: 0;
    padding: 10px; }

@media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  body.page-id-156 .container.container-caladeros .zonasPan,
  body.page-id-876 .container.container-caladeros .zonasPan {
    width: 50%;
    float: left; } }
    body.page-id-156 .container.container-caladeros .zonasPan p:last-child,
    body.page-id-876 .container.container-caladeros .zonasPan p:last-child {
      display: none; }

.form-group textarea.form-control {
  height: 80px; }

.form-group.is-focused .form-control {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212529), to(#212529)), -webkit-gradient(linear, left top, left bottom, from(#212529), to(#212529));
  background-image: -webkit-linear-gradient(#212529, #212529), -webkit-linear-gradient(#212529, #212529);
  background-image: -o-linear-gradient(#212529, #212529), -o-linear-gradient(#212529, #212529);
  background-image: linear-gradient(#212529, #212529), linear-gradient(#212529, #212529); }

body .form-group {
  margin: 0; }

.form-group.is-focused label, .form-group.is-focused label.control-label {
  color: #212529; }

.form-group.label-floating label.control-labe {
  font-size: 14px; }

body .form-group.label-static label.control-label,
body .form-group.label-floating.is-focused label.control-label,
body .form-group.label-floating:not(.is-empty) label.control-label {
  top: -22px; }

.form-group .form-control {
  margin: 0; }

/*Busqueda*/
.search-form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }
  .search-form label {
    margin: 0;
    top: 1.2rem; }
  .search-form .btn {
    padding: 10px 20px;
    margin: 0px 0px 1rem 0px; }

/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
.error404 {
  margin-bottom: 30px;
  margin-top: 30px; }
  .error404 #page {
    text-align: center; }
    .error404 #page .article {
      width: 100%; }
      .error404 #page .article header h1 {
        color: #171459;
        font-size: 45px;
        text-transform: uppercase; }
        .error404 #page .article header h1 span {
          color: #212529;
          font-weight: bold; }
      .error404 #page .article header img {
        margin: 0 auto; }
      .error404 #page .article header p {
        font-size: 20px;
        margin-bottom: 0; }
      .error404 #page .article .page-content {
        clear: both; }
        .error404 #page .article .page-content .md-form {
          margin: 0; }
        .error404 #page .article .page-content .caja-busqueda {
          padding: 0; }
          .error404 #page .article .page-content .caja-busqueda input {
            color: #e0e0e0;
            border: 1px solid rgba(23, 20, 89, 0.8);
            font-family: inherit;
            border-radius: 0;
            margin: 0;
            height: 44px;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 10px;
            width: calc(100% - 20px); }
          .error404 #page .article .page-content .caja-busqueda label {
            left: 10px; }
        .error404 #page .article .page-content .boton-buscar {
          padding: 0; }
          .error404 #page .article .page-content .boton-buscar .btn:not(.btn-link):not(.btn-flat) {
            margin: 0;
            padding: 9px 40px;
            border-radius: 2px; }
        .error404 #page .article .page-content .items_404 {
          margin-top: 30px; }
          .error404 #page .article .page-content .items_404 div:last-of-type img {
            margin-top: 6px; }
          .error404 #page .article .page-content .items_404 div a {
            color: #171459;
            text-align: center;
            font-size: 14px; }
            .error404 #page .article .page-content .items_404 div a:hover {
              color: #0a98e4; }
          .error404 #page .article .page-content .items_404 div img {
            margin: 0 auto;
            margin-bottom: 10px;
            display: block; }
      .error404 #page .article p {
        color: #171459;
        font-size: 16px; }
  .error404 footer#colophon {
    position: fixed;
    bottom: 0;
    width: 100%; }
  .error404 .md-form label {
    top: 0px;
    transform: translateY(-140%); }

@media (min-width: 768px) {
  .items_404 .bordegris {
    border-right: solid 1px #acacac; } }

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