/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
.banner-small {
  background: url("../img/img-index-small.jpg") no-repeat center;
  background-size: cover;
  height: 25rem;
  background-position-y: 10%; }

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #282A38;
  letter-spacing: 5px; }

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 700; }

p, blockquote {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 100;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #282A38; }
  p a, blockquote a {
    font-weight: 700;
    color: #C4A252; }
    p a:hover, p a:focus, p a:active, blockquote a:hover, blockquote a:focus, blockquote a:active {
      color: #282A38;
      transition: 1.5s; }

ul.menu {
  margin-top: 1.25rem; }
  ul.menu.selector-idiomas {
    margin-top: 0.3125rem; }
    @media print, screen and (min-width: 64em) {
      ul.menu.selector-idiomas {
        padding: 0.625rem 0 0 6.25rem; } }
    ul.menu.selector-idiomas li a {
      display: inline;
      color: #282A38;
      font-weight: 700; }
      ul.menu.selector-idiomas li a:hover, ul.menu.selector-idiomas li a:focus, ul.menu.selector-idiomas li a:active {
        color: #C4A252; }
      ul.menu.selector-idiomas li a.active {
        color: #C4A252; }
        ul.menu.selector-idiomas li a.active:hover, ul.menu.selector-idiomas li a.active:focus, ul.menu.selector-idiomas li a.active:active {
          color: #282A38; }
    ul.menu.selector-idiomas li:first-child:after {
      font-weight: 700;
      content: "/";
      color: #282A38; }
  ul.menu li ul.submenu li {
    list-style: none;
    color: transparent;
    font-size: 0.875rem;
    margin-top: -1.25rem;
    transition: 0.5s;
    padding-right: 0.625rem; }
  ul.menu li:hover ul.submenu li, ul.menu li:focus ul.submenu li, ul.menu li:active ul.submenu li, ul.menu li.activo ul.submenu li {
    margin-bottom: 0.625rem;
    margin-top: 0;
    color: #BCBEC0;
    transition: 0.5s; }
  ul.menu li a.link-menu {
    font-family: 'Playfair Display', serif;
    font-size: 1.0625rem;
    line-height: 0.9375rem;
    letter-spacing: 5px;
    color: #282A38;
    padding-right: 0.4375rem; }
    ul.menu li a.link-menu:hover, ul.menu li a.link-menu:focus, ul.menu li a.link-menu:active, ul.menu li a.link-menu.activo {
      color: #C4A252;
      font-style: italic;
      transition: 0.5s; }
      ul.menu li a.link-menu:hover:before, ul.menu li a.link-menu:focus:before, ul.menu li a.link-menu:active:before, ul.menu li a.link-menu.activo:before {
        content: url("../img/adorno-menu.png");
        margin-right: 0.9375rem; }

.menu-flotante {
  z-index: 10;
  margin-left: 0.625rem;
  width: 13.75rem;
  position: absolute; }
  .menu-flotante .sticky {
    background: #ffffff; }

.menu-small {
  margin: 1.25rem 0.625rem; }
  .menu-small .col-hamburguesa {
    padding-top: 0.625rem;
    position: fixed;
    z-index: 1; }
  .menu-small i {
    font-size: 1.5625rem;
    color: #C4A252; }
    .menu-small i:hover, .menu-small i:focus, .menu-small i:active, .menu-small i.activo {
      color: #282A38;
      transition: 0.5s; }

form span.form-error {
  display: none; }
form .has-error input:not([type]), form .has-error input[type="text"], form .has-error textarea {
  border-bottom: 1px solid #EA1C24; }
  form .has-error input:not([type])::-webkit-input-placeholder, form .has-error input[type="text"]::-webkit-input-placeholder, form .has-error textarea::-webkit-input-placeholder {
    color: #EA1C24; }
  form .has-error input:not([type]):-moz-placeholder, form .has-error input[type="text"]:-moz-placeholder, form .has-error textarea:-moz-placeholder {
    color: #EA1C24; }
  form .has-error input:not([type])::-moz-placeholder, form .has-error input[type="text"]::-moz-placeholder, form .has-error textarea::-moz-placeholder {
    color: #EA1C24; }
  form .has-error input:not([type]):-ms-input-placeholder, form .has-error input[type="text"]:-ms-input-placeholder, form .has-error textarea:-ms-input-placeholder {
    color: #EA1C24; }

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select, textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none; }
  input:not([type]):hover, input:not([type]):focus, input:not([type]):active, input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input[type="password"]:hover, input[type="password"]:focus, input[type="password"]:active, input[type="date"]:hover, input[type="date"]:focus, input[type="date"]:active, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="month"]:hover, input[type="month"]:focus, input[type="month"]:active, input[type="week"]:hover, input[type="week"]:focus, input[type="week"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active, input[type="number"]:hover, input[type="number"]:focus, input[type="number"]:active, input[type="search"]:hover, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:hover, input[type="tel"]:focus, input[type="tel"]:active, input[type="time"]:hover, input[type="time"]:focus, input[type="time"]:active, input[type="url"]:hover, input[type="url"]:focus, input[type="url"]:active, input[type="color"]:hover, input[type="color"]:focus, input[type="color"]:active, textarea:hover, textarea:focus, textarea:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active {
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none; }
  input:not([type])::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #282A38; }
  input:not([type]):-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="color"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #282A38; }
  input:not([type])::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="color"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #282A38; }
  input:not([type]):-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #282A38; }

.button {
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-weight: 700;
  padding: 0.5rem 0.8125rem; }
  .button.boton-dorado {
    width: 5.625rem;
    border: 0.0625rem solid #C4A252;
    background: transparent;
    color: #C4A252; }
    .button.boton-dorado:hover, .button.boton-dorado:focus, .button.boton-dorado:active {
      background: #C4A252;
      color: #ffffff; }
  .button.boton-gris {
    background: #282A38;
    color: #ffffff; }
    .button.boton-gris:hover, .button.boton-gris:focus, .button.boton-gris:active {
      background: #C4A252;
      color: #ffffff; }

@media print, screen and (min-width: 64em) {
  .site-index, .site-contacto, .site-servicios {
    margin-top: 1.25rem; } }

/*.bg-index {
    background: url('../img/bg-index.png') no-repeat;
    animation: fadeIn 1s;
}*/
@media print, screen and (min-width: 64em) {
  .site-index {
    padding-top: 3.125rem; } }

.bg-titulo {
  /*    @include breakpoint(large) {
          margin-left: rem-calc(250);
  
      }*/ }
  @media screen and (max-width: 39.9375em) {
    .bg-titulo {
      margin-top: 2.5rem; } }

.contiene-logo {
  position: relative;
  padding: 12.5rem 0 31.25rem 0; }
  .contiene-logo div.imagen {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    .contiene-logo div.imagen i {
      display: block;
      font-size: 2.5rem;
      margin-top: 8.75rem;
      text-align: center;
      color: #C4A252; }

div.adorno-general {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem; }
  @media print, screen and (min-width: 64em) {
    div.adorno-general {
      margin-top: 3.125rem;
      margin-bottom: 3.125rem; } }

.bg-principal {
  /*    background: url('../img/bg-index.png') -70% 50%;*/ }
  @media print, screen and (min-width: 64em) {
    .bg-principal {
      margin-left: 15.625rem; } }
  .bg-principal .bg-consultores {
    position: relative;
    height: 46.875rem;
    margin-bottom: 2.5rem; }
    @media print, screen and (min-width: 40em) {
      .bg-principal .bg-consultores {
        background: url("../img/img-index.jpg") no-repeat center;
        height: 57.6875rem;
        background-position-x: 35%; } }
    @media print, screen and (min-width: 64em) {
      .bg-principal .bg-consultores {
        margin-left: 4.375rem; } }
    .bg-principal .bg-consultores .bg-tabla {
      position: absolute;
      bottom: 3.125rem;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: #282A38;
      height: 31.875rem;
      padding-top: 2.5rem;
      width: 100%; }
      .bg-principal .bg-consultores .bg-tabla .niveles {
        margin-top: 2.5rem;
        padding: 0 1.25rem;
        position: relative; }
      @media screen and (max-width: 39.9375em) {
        .bg-principal .bg-consultores .bg-tabla {
          padding: 2.5rem 0.625rem;
          height: auto; } }
      .bg-principal .bg-consultores .bg-tabla h1 {
        color: #C4A252; }
      .bg-principal .bg-consultores .bg-tabla h2 {
        font-weight: 100;
        font-style: italic;
        color: #ffffff; }

.linea-dorada {
  position: absolute;
  margin-top: 1.5625rem;
  width: 90%;
  height: 0.0625rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282a38+0,c4a252+25,c4a252+44,c4a252+65,c4a252+76,282a38+100 */
  background: #282a38;
  /* Old browsers */
  background: -moz-linear-gradient(left, #282a38 0%, #c4a252 25%, #c4a252 44%, #c4a252 65%, #c4a252 76%, #282a38 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #282a38 0%, #c4a252 25%, #c4a252 44%, #c4a252 65%, #c4a252 76%, #282a38 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #282a38 0%, #c4a252 25%, #c4a252 44%, #c4a252 65%, #c4a252 76%, #282a38 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282a38', endColorstr='#282a38',GradientType=1 );
  /* IE6-9 */ }

.position-top {
  background: #282A38;
  padding-top: 1.25rem;
  height: 100%;
  transform: translateY(-100%);
  /*    transform: translate(100%, 100%) rotate(80deg);*/
  /*    width: 200%;
  
      height: rem-calc(450);
      transform: translateY(rem-calc(-450));*/ }
  .position-top i {
    color: #555A6D;
    font-size: 2.5rem; }
    .position-top i:hover, .position-top i:focus, .position-top i:active {
      color: #C4A252;
      transition: 0.5s; }
  .position-top ul.menu {
    margin-bottom: 1.875rem; }
    .position-top ul.menu li a {
      color: #ffffff; }
      .position-top ul.menu li a:hover, .position-top ul.menu li a:focus, .position-top ul.menu li a:active {
        color: #C4A252;
        transition: 0.5s; }

.off-canvas.is-open {
  /*    transform:rotate(-20deg);*/ }

.site-contacto .bg-form, .site-contacto .bg-mapa {
  margin-top: 3.125rem; }
  @media print, screen and (min-width: 64em) {
    .site-contacto .bg-form, .site-contacto .bg-mapa {
      margin-left: 15.625rem; } }
.site-contacto .bg-mapa {
  height: 25rem; }
.site-contacto .bg-titulo {
  height: auto; }
.site-contacto .bg-form {
  position: relative; }
  .site-contacto .bg-form .contacto-mapa {
    background: #282A38;
    position: absolute;
    height: auto;
    width: 20.125rem;
    opacity: 0.8;
    z-index: 10;
    bottom: -27.5rem;
    left: 0;
    padding: 0.9375rem; }
    .site-contacto .bg-form .contacto-mapa i {
      color: #C4A252;
      margin-right: 0.3125rem; }
    .site-contacto .bg-form .contacto-mapa p {
      font-size: 1rem;
      font-style: normal;
      margin: 0;
      color: #ffffff; }
      .site-contacto .bg-form .contacto-mapa p a {
        color: #ffffff;
        font-weight: 100; }
        .site-contacto .bg-form .contacto-mapa p a:hover, .site-contacto .bg-form .contacto-mapa p a:focus, .site-contacto .bg-form .contacto-mapa p a:active {
          color: #C4A252;
          transition: 1.5s; }
  @media screen and (min-width: 75em) {
    .site-contacto .bg-form {
      background: url("../img/pluma.jpg") right no-repeat;
      background-position-x: right -15.625rem; } }
  .site-contacto .bg-form a.aviso {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #C4A252; }
    .site-contacto .bg-form a.aviso:before {
      margin-right: 0.9375rem;
      font-family: 'FontAwesome';
      font-weight: 100;
      content: "\f054"; }
    .site-contacto .bg-form a.aviso:hover, .site-contacto .bg-form a.aviso:focus, .site-contacto .bg-form a.aviso:active {
      color: #282A38;
      transition: 0.5s; }

@media print, screen and (min-width: 64em) {
  .site-servicios .bg-negocios, .site-servicios .bg-banner, .site-servicios .bg-soluciones, .site-servicios .bg-titulo-servicios {
    margin-left: 15.625rem; } }
.site-servicios #titulo-banner {
  display: none; }
.site-servicios .bg-negocios {
  margin-top: 3.75rem;
  margin-bottom: 8.125rem;
  background: url("../img/fondo-logo.jpg") 50% 15.625rem no-repeat; }
  @media print, screen and (min-width: 64em) {
    .site-servicios .bg-negocios {
      margin-bottom: 0; } }
  .site-servicios .bg-negocios h2 {
    color: #C4A252;
    margin: 1.25rem 0; }
  @media screen and (max-width: 39.9375em) {
    .site-servicios .bg-negocios {
      height: 1000px; }
      .site-servicios .bg-negocios .column-block {
        background: #F6F6F6;
        margin-bottom: 0.625rem; }
        .site-servicios .bg-negocios .column-block p {
          margin: 1.25rem; } }
.site-servicios .bg-soluciones {
  margin-top: 1.25rem; }
  .site-servicios .bg-soluciones .accordion-item .imagen-hover, .site-servicios .bg-soluciones .tabs-title .imagen-hover {
    display: inline; }
  .site-servicios .bg-soluciones .accordion-item .imagen-hover2, .site-servicios .bg-soluciones .tabs-title .imagen-hover2 {
    display: none; }
  .site-servicios .bg-soluciones .accordion-item:hover .imagen-hover, .site-servicios .bg-soluciones .accordion-item:focus .imagen-hover, .site-servicios .bg-soluciones .accordion-item:active .imagen-hover, .site-servicios .bg-soluciones .tabs-title:hover .imagen-hover, .site-servicios .bg-soluciones .tabs-title:focus .imagen-hover, .site-servicios .bg-soluciones .tabs-title:active .imagen-hover {
    display: none; }
  .site-servicios .bg-soluciones .accordion-item:hover .imagen-hover2, .site-servicios .bg-soluciones .accordion-item:focus .imagen-hover2, .site-servicios .bg-soluciones .accordion-item:active .imagen-hover2, .site-servicios .bg-soluciones .tabs-title:hover .imagen-hover2, .site-servicios .bg-soluciones .tabs-title:focus .imagen-hover2, .site-servicios .bg-soluciones .tabs-title:active .imagen-hover2 {
    display: inline; }
  .site-servicios .bg-soluciones .accordion-item.is-active .imagen-hover, .site-servicios .bg-soluciones .tabs-title.is-active .imagen-hover {
    display: none;
    transition: 0.5s; }
  .site-servicios .bg-soluciones .accordion-item.is-active .imagen-hover2, .site-servicios .bg-soluciones .tabs-title.is-active .imagen-hover2 {
    display: inline;
    transition: 0.5s; }
  .site-servicios .bg-soluciones .accordion-item.is-active h2, .site-servicios .bg-soluciones .tabs-title.is-active h2 {
    color: #C4A252; }
    .site-servicios .bg-soluciones .accordion-item.is-active h2 div.marca, .site-servicios .bg-soluciones .tabs-title.is-active h2 div.marca {
      color: #C4A252; }
  .site-servicios .bg-soluciones .accordion-item h2, .site-servicios .bg-soluciones .tabs-title h2 {
    color: #BCBEC0;
    margin: 1.25rem 0 0 0; }
    .site-servicios .bg-soluciones .accordion-item h2 div.marca, .site-servicios .bg-soluciones .tabs-title h2 div.marca {
      color: #ffffff;
      font-size: 2.5rem; }
    .site-servicios .bg-soluciones .accordion-item h2:hover, .site-servicios .bg-soluciones .accordion-item h2:focus, .site-servicios .bg-soluciones .accordion-item h2:active, .site-servicios .bg-soluciones .tabs-title h2:hover, .site-servicios .bg-soluciones .tabs-title h2:focus, .site-servicios .bg-soluciones .tabs-title h2:active {
      color: #C4A252;
      transition: 0.5s; }
  .site-servicios .bg-soluciones .tabs {
    border: none; }
  .site-servicios .bg-soluciones .tabs-title {
    border: none;
    width: 25%; }
  .site-servicios .bg-soluciones .accordion-content ul li, .site-servicios .bg-soluciones .tabs-content ul li {
    color: #555A6D;
    text-align: left; }
  .site-servicios .bg-soluciones .cuadro-panel {
    background: transparent; }
  .site-servicios .bg-soluciones .tabs-content {
    border: none;
    text-align: left;
    margin-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #C4A252; }
.site-servicios .column-block {
  margin: 2.5rem 0; }
.site-servicios .bg-banner {
  background: url("../img/banner-servicios.jpg") no-repeat left;
  height: 22.6875rem;
  position: relative; }
  .site-servicios .bg-banner h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.container {
  position: relative;
  width: 50%; }

.image {
  /*  display: block;
    width: 100%;
    height: auto;*/ }

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/articulo-fondo-01.png") no-repeat center;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 1.2s ease; }

.container:hover .overlay {
  height: 100%; }

.contenedor-circulo {
  white-space: nowrap;
  color: white;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.contenedor-circulo img {
  margin-bottom: 0.3125rem; }
.contenedor-circulo h2 {
  color: #C4A252;
  margin: 0; }
.contenedor-circulo p {
  color: #ffffff;
  margin: 0 0 0.1875rem 0; }

.tarjeta button:hover, .tarjeta button:focus, .tarjeta button:active {
  background: #C4A252;
  color: #ffffff; }

.flip-card {
  perspective: 1000;
  border: 0;
  background: transparent; }
  .flip-card:hover .flip-card-inner, .flip-card.hover .flip-card-inner {
    transform: rotateY(180deg); }

.flip-card {
  width: 214px;
  height: 280px;
  margin: auto; }

.flip-card-inner-front,
.flip-card-inner-back {
  width: 100%;
  height: 20rem; }

.flip-card-inner {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  backface-visibility: hidden; }

.flip-card-inner-front,
.flip-card-inner-back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.flip-card-inner-front {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center; }

.flip-card-inner-back {
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 1rem; }
  .flip-card-inner-back.fondo1 {
    background: url("../img/articulo-fondo-01.png") no-repeat center; }
  .flip-card-inner-back.fondo2 {
    background: url("../img/articulo-fondo-02.png") no-repeat center; }
  .flip-card-inner-back.fondo3 {
    background: url("../img/articulo-fondo-03.png") no-repeat center; }
  .flip-card-inner-back.fondo4 {
    background: url("../img/articulo-fondo-04.png") no-repeat center; }

.flip-card-inner-back-title {
  font-weight: bold; }

.flip-card-inner-back-text {
  line-height: 1.3; }

.row-contacto-header {
  padding: 0.625rem 0; }
  .row-contacto-header.icon-contacto-small i {
    font-size: 1.5625rem;
    color: #C4A252;
    border: 0.125rem solid #C4A252; }
  .row-contacto-header i {
    font-size: 0.9375rem;
    margin: 0.3125rem;
    color: #BCBEC0;
    border: 0.125rem solid #F6F6F6;
    padding: 0.125rem 0.25rem;
    border-radius: 400px 400px 400px 400px;
    -moz-border-radius: 400px 400px 400px 400px;
    -webkit-border-radius: 400px 400px 400px 400px; }
    .row-contacto-header i:hover, .row-contacto-header i:focus, .row-contacto-header i:active {
      color: #C4A252;
      transition: 0.5s; }

.site-aviso-privacidad h2, .site-aviso-de-privacidad-modal h2 {
  margin: 3.125rem 0.625rem;
  color: #282A38; }
.site-aviso-privacidad p, .site-aviso-de-privacidad-modal p {
  font-style: normal;
  text-align: justify; }

.site-aviso-de-privacidad-modal {
  height: 28.75rem;
  overflow: hidden;
  overflow-y: scroll; }

.selector-idiomas ul.menu {
  margin-top: 0.3125rem; }
  .selector-idiomas ul.menu li a {
    display: inline;
    color: #ffffff;
    font-weight: 700; }
    .selector-idiomas ul.menu li a:hover, .selector-idiomas ul.menu li a:focus, .selector-idiomas ul.menu li a:active {
      color: #C4A252; }
    .selector-idiomas ul.menu li a.active {
      color: #C4A252; }
      .selector-idiomas ul.menu li a.active:hover, .selector-idiomas ul.menu li a.active:focus, .selector-idiomas ul.menu li a.active:active {
        color: #ffffff; }

@media print, screen and (min-width: 64em) {
  .footer {
    margin-left: 15.625rem; } }
.footer .contiene-footer {
  padding: 1.875rem 0;
  background: url("../img/footer-bg-01.png");
  background-color: #282A38;
  height: auto; }
  .footer .contiene-footer h2 {
    font-family: 'Playfair Display', serif;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    margin: 0.625rem 0 0.9375rem 0;
    letter-spacing: 7px;
    color: #ffffff; }
    .footer .contiene-footer h2:before {
      content: url("../img/adorno-menu.png");
      margin-right: 0.9375rem; }
  .footer .contiene-footer p {
    font-style: normal;
    color: #F6F6F6;
    letter-spacing: 2px;
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .footer .contiene-footer p {
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding: 0.625rem; } }
    .footer .contiene-footer p a {
      color: #ffffff;
      font-weight: 100; }
      .footer .contiene-footer p a:hover, .footer .contiene-footer p a:focus, .footer .contiene-footer p a:active {
        color: #C4A252; }
    .footer .contiene-footer p i {
      color: #C4A252;
      margin-right: 0.625rem; }
      @media screen and (max-width: 39.9375em) {
        .footer .contiene-footer p i {
          font-size: 3.125rem; } }
  .footer .contiene-footer .col-footer2 {
    margin-top: 3.125rem; }
.footer .legales {
  margin: 0.625rem 0; }
  .footer .legales p {
    font-style: normal;
    font-size: 0.875rem;
    margin-bottom: 0; }

/*# sourceMappingURL=app.css.map */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/08/2017, 04:41:38 PM
    Author     : amedina
*/

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

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

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

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

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

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

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

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

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

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

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

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

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

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

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

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

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

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

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

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

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

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

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

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

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

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

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

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

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

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

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}
