/* CSS RESET. standardizes cross-browser rendering on common elements, neutralizing browsers' built-in stylesheets. */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

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

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

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

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

a, img a {
  border: 0 none;
  margin: 0;
  padding: 0; }

/* End RESET. */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

button.lines-button {
  -webkit-appearance: none;
  background: transparent;
  border: 0 none;
  outline: 0 none; }

button:hover .lines {
  background: #F4F1E7; }
  button:hover .lines:before, button:hover .lines:after {
    background: #F4F1E7; }

.lines {
  vertical-align: middle;
  background: #F4F1E7;
  border-radius: 0.0833333333rem;
  display: inline-block;
  height: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 1.25rem;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line */ }
  .lines:before, .lines:after {
    background: #F4F1E7;
    border-radius: 0.0833333333rem;
    display: inline-block;
    height: 0.125rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 1.25rem;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.0892857143rem center;
    -webkit-transform-origin: 0.0892857143rem center; }
  .lines:before {
    top: 0.3125rem; }
  .lines:after {
    top: -0.3125rem; }

.lines-button {
  border-radius: 0.1785714286rem;
  cursor: pointer;
  display: inline-block;
  padding: 0.4385964912rem;
  padding-bottom: 0.625rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0;
    transition: 0; }
  .lines-button.x.close .lines {
    /*hide the middle line */
    background: transparent;
    /*overlay the lines by setting both their top values to 0 */ }
    .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
      transform-origin: 50% 50%;
      -webkit-transform-origin: 50% 50%;
      top: 0;
      width: 1.25rem;
      background: #D72728; }
    .lines-button.x.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=aab46673704e7643d5fdec2d2e9cbeca)
 * Config saved to config.json and https://gist.github.com/aab46673704e7643d5fdec2d2e9cbeca
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container, .row, *[class^="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

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

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

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

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

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

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

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

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

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

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

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

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

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

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

@keyframes gota-cae {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  60% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px); }
  100% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px); } }

@-webkit-keyframes gota-cae {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  60% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px); }
  100% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px); } }

header {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #0A0203;
  font-family: 'Amatic SC', cursive;
  font-size: 24px;
  left: 0;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 3; }
  header:after {
    background: url(../images/header-bottom.png) repeat-x center center;
    bottom: -6px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%; }
  header.fixed {
    top: 0; }
    header.fixed .tambor {
      transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg); }
  @media (min-width: 768px) {
    header .wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    header nav {
      width: 600px;
      max-width: 95%;
      margin-left: 5%; }
      header nav ul {
        display: flex;
        justify-content: space-between; } }
  header .percentage {
    position: absolute;
    top: 0;
    height: 3px;
    background: #D72728;
    width: 0; }
    header .percentage:before {
      background: url(../images/percentage-bottom.png) repeat-x left center;
      bottom: -6px;
      content: "";
      height: 6px;
      left: 0;
      position: absolute;
      width: 100%; }
    header .percentage:after {
      background: rgba(10, 2, 3, 0);
      background: -moz-linear-gradient(left, rgba(10, 2, 3, 0) 0%, #0A0203 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(10, 2, 3, 0)), color-stop(100%, #0A0203));
      background-color: transparent;
      content: "";
      height: 9px;
      position: absolute;
      right: 0;
      top: 0;
      width: 35px; }
    header .percentage.reached:after {
      display: none; }
  header a.logo {
    transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: url(../images/logo-white-jmz-films.svg) no-repeat center center;
    height: 62px;
    text-indent: -300000px;
    position: relative;
    width: 235px;
    z-index: 1; }
    header a.logo:hover {
      opacity: 0.85; }
      header a.logo:hover + .tambor {
        opacity: 0.85;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
  header .tambor-container {
    margin-left: -84px;
    height: 62px;
    width: 62px; }
  header .tambor {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: url(../images/logo-white-tambor.png) no-repeat center center;
    height: 62px;
    width: 62px; }
    header .tambor.spin {
      transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -webkit-transform: rotate(270deg); }
  header a.logo, header .tambor, header .tambor-container {
    display: inline-block;
    background-size: 100% auto;
    vertical-align: middle; }
  header button.lines-button {
    right: 20px;
    position: fixed;
    display: none;
    top: 25px;
    z-index: 2; }
  header nav ul li {
    display: block;
    font-weight: bold;
    margin-right: 20px;
    text-transform: uppercase;
    vertical-align: top;
    transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    -moz-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    -webkit-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    -o-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s; }
    header nav ul li a:hover {
      color: #C0B2AF; }
    header nav ul li:nth-child(2) {
      transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s;
      -moz-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s;
      -webkit-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s;
      -o-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s; }
    header nav ul li:nth-child(3) {
      transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
      -moz-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
      -webkit-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
      -o-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s; }
    header nav ul li:nth-child(4) {
      transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.75s;
      -moz-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.75s;
      -webkit-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.75s;
      -o-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.75s; }
    header nav ul li:nth-child(5) {
      transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s;
      -moz-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s;
      -webkit-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s;
      -o-transition: color 0.25s linear 0s, margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s; }
    header nav ul li.active a {
      color: #D72728; }
  header nav.bye li:nth-child(odd) {
    margin-left: 100%; }
  header nav.bye li:nth-child(even) {
    margin-left: -100%; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header button.lines-button {
        display: block; }
      header nav {
        display: none;
        position: relative;
        text-align: center;
        padding: 5px 0 10px; }
        header nav li {
          display: block;
          font-size: 25px;
          margin: 5px 0;
          width: 100%; }
      header.nav-is-open nav {
        display: block; } }
footer {
  background: #0A0203;
  text-align: center;
  padding: 15px 0;
  color: rgba(244, 241, 231, 0.65);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.5px; }
  footer a {
    color: rgba(244, 241, 231, 0.65); }

#hero {
  height: 700px;
  height: 100vh;
  background: #9A0011 url(../images/hero/bkg-md.jpg) repeat left top;
  overflow: hidden;
  position: relative;
  text-align: center; }
  @media (max-width: 1000px) {
    #hero {
      background-image: url(../images/hero/bkg-sm.jpg); } }
  @media (min-width: 1501px) {
    #hero {
      background-image: url(../images/hero/bkg-xl.jpg);
      background-position: center top; } }
  @media (min-width: 2300px) {
    #hero {
      background-size: cover; } }
  #hero .logo {
    margin: 30px auto 0;
    position: relative; }
    #hero .logo .tambor {
      transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -moz-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      background: url(../images/logo-tambor.png) no-repeat center center;
      height: 242px;
      margin-left: -25px;
      position: absolute;
      width: 100%; }
      #hero .logo .tambor.hide {
        margin-top: -600px; }
      #hero .logo .tambor.spin {
        -webkit-animation: spin 6s linear infinite;
        animation: spin 6s linear infinite; }
    @media (min-width: 550px) {
      #hero .logo {
        left: 50%;
        margin-left: -150px;
        max-width: 70%;
        position: absolute;
        top: 50%;
        margin-top: -320px; } }
    @media (max-width: 549px), (max-height: 665px) {
      #hero .logo {
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7); } }
    @media (max-height: 600px) {
      #hero .logo {
        margin-top: 0px; } }
  #hero h1 {
    transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    background: url(../images/logo-no-tambor-jmz.svg) no-repeat center center;
    height: 379px;
    margin: 0 auto;
    text-indent: -300000px;
    width: 332px;
    background-size: 100% auto; }
    #hero h1.hide {
      opacity: 0; }

.drop {
  transition: all 5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  background: url(../images/hero/drop-1.png) no-repeat center bottom;
  height: 228px;
  position: absolute;
  right: 8%;
  top: -228px;
  width: 23px; }
  .drop.small {
    transition: all 6s;
    -moz-transition: all 6s;
    -webkit-transition: all 6s;
    -o-transition: all 6s;
    transition-delay: 4s;
    -webkit-transition-delay: 4s;
    background: url(../images/hero/drop-2.png) no-repeat center bottom;
    height: 180px;
    right: 6%;
    width: 15px; }
  .drop.drip {
    top: -10px; }

a.arrow-down {
  background: url(../images/hero/scroll-down.png) no-repeat center center;
  background-size: 100% 100%;
  bottom: 100px;
  height: 69px;
  left: 50%;
  margin-left: -33px;
  position: absolute;
  text-indent: -300000px;
  width: 67px;
  z-index: 1; }
  a.arrow-down:hover {
    opacity: 0.7; }
  @media (max-width: 550px) {
    a.arrow-down {
      bottom: 30px;
      left: 70%; } }
#ciudad {
  bottom: -180px;
  left: 50%;
  margin-left: -749px;
  position: absolute;
  text-align: center;
  width: 1498px; }
  #ciudad div[class^='edificio'] {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: bottom;
    background-position: center bottom;
    background-repeat: no-repeat; }
    #ciudad div.edificio-1[class^='edificio'] {
      background-image: url(../images/hero/edificio-1.png);
      height: 571px;
      width: 209px; }
    #ciudad div.edificio-2[class^='edificio'] {
      background-image: url(../images/hero/edificio-2.png);
      height: 358px;
      width: 242px; }
    #ciudad div.edificio-3[class^='edificio'] {
      background-image: url(../images/hero/edificio-3.png);
      height: 428px;
      width: 207px; }
    #ciudad div.edificio-4[class^='edificio'] {
      background-image: url(../images/hero/edificio-4.png);
      height: 267px;
      width: 149px; }
    #ciudad div.edificio-5[class^='edificio'] {
      background-image: url(../images/hero/edificio-5.png);
      height: 492px;
      width: 293px; }
    #ciudad div.edificio-6[class^='edificio'] {
      background-image: url(../images/hero/edificio-6.png);
      height: 322px;
      width: 191px; }
    #ciudad div.edificio-7[class^='edificio'] {
      background-image: url(../images/hero/edificio-7.png);
      height: 518px;
      width: 207px; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#proximamente {
  background: url(../images/robo/gray.jpg) repeat center top;
  color: #F4F1E7;
  overflow: hidden;
  padding-bottom: 220px;
  position: relative; }
  #proximamente:before {
    background: url(../images/hero/line.png) repeat-x center center;
    content: "";
    height: 31px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 100%; }
  #proximamente #pipes {
    background: url(../images/robo/pipes.png) repeat-x center center;
    height: 242px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  #proximamente #elements {
    background: url(../images/robo/elements.png) no-repeat center center;
    bottom: 0;
    height: 904px;
    left: 0;
    position: absolute;
    width: 100%; }
  #proximamente #tube {
    background: url(../images/robo/tube.png);
    bottom: 50px;
    height: 289px;
    left: -150px;
    position: absolute;
    width: 213px; }
    @media (min-width: 1350px) {
      #proximamente #tube {
        left: -75px; } }
    @media (min-width: 1450px) {
      #proximamente #tube {
        left: 0; } }
    @media (max-width: 768px) {
      #proximamente #tube {
        display: none; } }
  #proximamente #rat {
    background: url(../images/robo/rat.png);
    height: 53px;
    right: -120px;
    top: 350px;
    width: 287px;
    position: absolute; }
    @media (min-width: 1450px) {
      #proximamente #rat {
        right: 0; } }
    @media (max-width: 1150px) {
      #proximamente #rat {
        right: -160px; } }
  #proximamente #tunel {
    background: url(../images/robo/tunel.png) no-repeat center top;
    height: 596px;
    margin: 0 auto;
    max-width: 746px;
    padding: 350px 50px 0;
    position: relative;
    text-align: center; }
  #proximamente h2 {
    background: url(../images/robo/donatello-project.svg) no-repeat center center;
    height: 162px;
    margin: 0 auto;
    text-indent: -30000px;
    width: 224px; }
  #proximamente h5, #proximamente h6 {
    background: url(../images/robo/proximamente.png) no-repeat center center;
    height: 56px;
    left: 2%;
    position: absolute;
    text-indent: -30000px;
    width: 134px;
    margin-top: -30px; }
  #proximamente h6 {
    background: url(../images/robo/real.png) no-repeat center center;
    background-size: contain;
    height: 80px;
    margin-top: 100px;
    width: 138px; }
  #proximamente h4 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-width: 1px 0;
    border: 1px solid #F4F1E7;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 0;
    margin: 40px auto 0;
    max-width: 290px;
    text-transform: uppercase; }
  #proximamente p {
    font-size: 12.5px;
    max-width: 300px;
    margin: 20px auto 0; }
  #proximamente a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #F4F1E7;
    display: inline-block;
    font-family: 'Fjalla One', sans-serif;
    font-size: 15px;
    margin-top: 5px;
    padding: 3px 5px 2px;
    text-transform: uppercase; }
    #proximamente a:hover {
      background: #F4F1E7;
      color: #1E1E1E; }
  #proximamente dl {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Fjalla One', sans-serif;
    max-width: 150px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 200px; }
    #proximamente dl:before {
      content: "";
      background: url(../images/robo/x.svg) no-repeat center center;
      height: 14px;
      display: block; }
    #proximamente dl dt {
      margin: 15px 0 2px;
      opacity: 0.85; }
    #proximamente dl dd {
      color: white; }
  @media (max-width: 670px) {
    #proximamente {
      padding-bottom: 150px; }
      #proximamente h5, #proximamente h6, #proximamente dl {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0 auto; }
      #proximamente h5, #proximamente h6 {
        display: inline-block;
        vertical-align: middle; }
      #proximamente #tunel {
        padding: 230px 0 0;
        height: 716px; }
      #proximamente #elements {
        display: none; }
      #proximamente #rat {
        top: auto;
        bottom: 80px;
        right: -100px; }
      #proximamente h4, #proximamente p {
        max-width: 100%; }
      #proximamente dl, #proximamente h2 {
        margin-top: 20px; }
      #proximamente dl {
        max-width: 100%; }
        #proximamente dl dd {
          max-width: 50%;
          margin: 0 auto; }
        #proximamente dl .group {
          display: inline-block;
          width: 50%;
          vertical-align: top; } }
#producciones {
  background: url(../images/robo/gray.jpg) repeat center top;
  padding-top: 15px;
  position: relative; }
  #producciones:before {
    background-image: url(../images/gray-top.png);
    content: "";
    height: 30px;
    position: absolute;
    top: -30px;
    width: 100%; }
    @media (min-width: 1600px) {
      #producciones:before {
        background-size: 100% auto; } }
  #producciones h2.title {
    background: url(../images/producciones.png) no-repeat center center;
    background-size: contain;
    height: 136px;
    left: 50%;
    margin: 35px 0 0 -89px;
    position: absolute;
    width: 177px;
    z-index: 2; }
  #producciones .text {
    color: #F4F1E7; }
  #producciones h3 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.1;
    padding-top: 20px; }
  #producciones h4 {
    font-family: 'maridavidregular', 'Amatic SC', cursive;
    font-size: 30px;
    text-transform: uppercase; }
  #producciones p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 30px; }
  #producciones a.pdf {
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    border: 1px solid white;
    clear: both;
    color: white;
    display: inline-block;
    font-size: 13px;
    padding: 6px 15px;
    text-transform: uppercase; }
    #producciones a.pdf + a.pdf {
      margin-top: 15px; }
    #producciones a.pdf i {
      display: inline-block;
      font-size: 18px;
      margin-right: 5px;
      vertical-align: middle; }
    #producciones a.pdf:hover, #producciones a.pdf.hover {
      background: rgba(215, 39, 40, 0.5); }
  #producciones ul.slider {
    position: relative; }
    #producciones ul.slider:before {
      background: url(../images/producciones/gradient.png) repeat-x center top;
      content: "";
      height: 363px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    #producciones ul.slider li.item, #producciones ul.slider .slick-list, #producciones ul.slider .slick-track {
      height: 100%;
      width: 100%; }
    #producciones ul.slider li.item {
      *zoom: 1;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: -100px;
      padding: 300px 0; }
      #producciones ul.slider li.item:before, #producciones ul.slider li.item:after {
        content: " ";
        display: table; }
      #producciones ul.slider li.item:after {
        clear: both; }
      #producciones ul.slider li#donatello.item {
        background-image: url(../images/producciones/donatello-project-bkg.jpg); }
      #producciones ul.slider li#yiya.item {
        background-image: url(../images/producciones/yiya-bkg.jpg); }
      #producciones ul.slider li#pasiones.item {
        background-image: url(../images/producciones/pasiones-bkg.jpg);
        background-size: cover; }
      #producciones ul.slider li#profugos.item {
        background-image: url(../images/producciones/profugos-bkg.jpg); }
      #producciones ul.slider li.item .wrapper {
        max-width: 650px; }
      #producciones ul.slider li.item a.img {
        transition: all 0.15s;
        -moz-transition: all 0.15s;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -webkit-box-shadow: 2px 2px 31px rgba(0, 0, 0, 0.6);
                box-shadow: 2px 2px 31px rgba(0, 0, 0, 0.6);
        display: block;
        float: left; }
        #producciones ul.slider li.item a.img:hover {
          opacity: 0.85; }
        #producciones ul.slider li.item a.img img {
          border-radius: 2px; }
      #producciones ul.slider li.item .text {
        margin-left: 280px; }
    #producciones ul.slider > li:not(:first-child) {
      display: none; }
    #producciones ul.slider .slick-arrow {
      transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -moz-appearance: none;
      -webkit-appearance: none;
      background: transparent;
      background: url(../images/arrows.svg) no-repeat center top;
      border: 0 none;
      cursor: pointer;
      font-size: 0;
      height: 50px;
      opacity: 0.75;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 70px;
      width: 50px;
      z-index: 1; }
      #producciones ul.slider .slick-arrow:hover {
        opacity: 1; }
      #producciones ul.slider .slick-arrow:focus {
        outline: 0 none; }
      #producciones ul.slider .slick-arrow.slick-prev {
        background-position: center bottom;
        left: -5px; }
      #producciones ul.slider .slick-arrow.slick-next {
        right: -5px; }
      @media (min-width: 800px) {
        #producciones ul.slider .slick-arrow.slick-prev {
          left: 50%;
          margin-left: -420px; }
        #producciones ul.slider .slick-arrow.slick-next {
          right: 50%;
          margin-right: -420px; } }
    #producciones ul.slider .slick-dots {
      bottom: 70px;
      left: 50%;
      margin-left: -100px;
      position: absolute;
      text-align: center;
      width: 200px;
      z-index: 2; }
      #producciones ul.slider .slick-dots li {
        display: inline-block;
        margin: 0 4px; }
        #producciones ul.slider .slick-dots li button {
          transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -webkit-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          -moz-appearance: none;
          -webkit-appearance: none;
          background: url(../images/dot-dark.png) no-repeat center center;
          border: 0 none;
          display: block;
          cursor: pointer;
          height: 15px;
          text-indent: -30000px;
          width: 15px; }
          #producciones ul.slider .slick-dots li button:focus {
            outline: 0 none; }
          #producciones ul.slider .slick-dots li button:hover {
            opacity: 0.8; }
        #producciones ul.slider .slick-dots li.slick-active button {
          background-image: url(../images/dot.png); }
  @media (max-width: 800px) {
    #producciones h2.title {
      margin-top: 20px; }
    #producciones ul.slider li.item {
      padding: 230px 0; }
      #producciones ul.slider li.item a.img img {
        width: 80px;
        margin-bottom: 20px;
        height: auto; }
      #producciones ul.slider li.item .text {
        margin-left: 100px; }
        #producciones ul.slider li.item .text h3 {
          font-size: 28px; }
        #producciones ul.slider li.item .text h4 {
          font-size: 22px; }
        #producciones ul.slider li.item .text p {
          clear: both;
          margin-left: -70px;
          margin-right: 30px; }
        #producciones ul.slider li.item .text a.pdf {
          display: block;
          text-align: center; } }
#nosotros-content {
  background: #D72728 url(../images/red-bkg.png);
  position: relative;
  padding-top: 15px; }
  #nosotros-content:before {
    background-image: url(../images/red-top.png);
    height: 54px;
    top: -54px; }
  #nosotros-content:after {
    background-image: url(../images/red-bottom.png);
    bottom: -47px;
    height: 47px; }
  #nosotros-content:before, #nosotros-content:after {
    content: "";
    position: absolute;
    width: 100%; }
    @media (min-width: 1600px) {
      #nosotros-content.index:before, #nosotros-content.index:after {
        background-size: 100% auto; } }
  #nosotros-content h2.title {
    background: url(../images/nosotros.png) no-repeat center center;
    background-size: contain;
    height: 155px;
    width: 145px; }
  #nosotros-content #about {
    color: #F4F1E7;
    font-size: 16px;
    margin-top: 20px;
    margin: 20px auto 70px;
    max-width: 550px;
    text-align: center; }
    @media (min-width: 950px) {
      #nosotros-content #about {
        margin-top: -150px; } }
    @media (max-width: 767px) {
      #nosotros-content #about {
        margin-bottom: 45px; } }
    #nosotros-content #about p, #nosotros-content #about ul {
      margin-top: 30px; }
    #nosotros-content #about li {
      font-size: 20px;
      margin-bottom: 8px;
      text-transform: uppercase; }
      #nosotros-content #about li:last-child {
        margin-bottom: 0; }
      #nosotros-content #about li:before {
        font-family: 'fontAwesome';
        content: "\f00c";
        font-weight: normal;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        color: #ffb31b;
        font-size: 16px;
        margin-right: 10px; }
  #nosotros-content ul.cast {
    *zoom: 1;
    background: url(../images/lines.svg) no-repeat center 250px;
    color: #F4F1E7;
    padding: 0 20px; }
    #nosotros-content ul.cast:before, #nosotros-content ul.cast:after {
      content: " ";
      display: table; }
    #nosotros-content ul.cast:after {
      clear: both; }
    @media (max-width: 1020px) {
      #nosotros-content ul.cast {
        background-position: 0 200px; } }
    @media (max-width: 767px) {
      #nosotros-content ul.cast {
        background: transparent; } }
    #nosotros-content ul.cast p {
      font-size: 17px;
      line-height: 1.5;
      margin-top: 25px; }
      #nosotros-content ul.cast p strong {
        color: #0A0203; }
    #nosotros-content ul.cast img {
      max-width: 100%;
      height: auto; }
    #nosotros-content ul.cast li {
      margin-bottom: 80px; }
      #nosotros-content ul.cast li .pic, #nosotros-content ul.cast li .text {
        display: inline-block;
        vertical-align: top; }
      #nosotros-content ul.cast li .pic {
        width: 35%;
        margin-right: 5%; }
      #nosotros-content ul.cast li .text {
        width: 60%; }
      @media (min-width: 768px) {
        #nosotros-content ul.cast li#juan .pic a {
          cursor: default;
          pointer-events: none; } }
      #nosotros-content ul.cast li.index {
        float: left;
        margin-right: 5%;
        width: 30%; }
        #nosotros-content ul.cast li.index:nth-child(3), #nosotros-content ul.cast li.index:nth-child(6) {
          margin-top: 100px; }
          #nosotros-content ul.cast li.index:nth-child(3) .pic a:hover, #nosotros-content ul.cast li.index:nth-child(6) .pic a:hover {
            transform: rotate(-2deg);
            -ms-transform: rotate(-2deg);
            -webkit-transform: rotate(-2deg); }
        #nosotros-content ul.cast li.index:nth-child(4), #nosotros-content ul.cast li.index:last-child {
          margin-right: 0; }
        #nosotros-content ul.cast li.index:nth-child(5) {
          margin-left: 15%; }
        #nosotros-content ul.cast li.index .pic {
          margin-right: 0;
          width: auto; }
        #nosotros-content ul.cast li.index .text {
          display: block;
          width: auto; }
          #nosotros-content ul.cast li.index .text .toggle-content {
            display: none; }
          #nosotros-content ul.cast li.index .text img {
            display: block;
            margin: 10px auto 0; }
            #nosotros-content ul.cast li.index .text img.long {
              display: none; }
    #nosotros-content ul.cast .toggle-trigger {
      display: none;
      text-align: center; }
      #nosotros-content ul.cast .toggle-trigger a {
        border: 3px solid #0A0203;
        color: #0A0203;
        display: inline-block;
        font-family: "Fjalla One", sans-serif;
        font-size: 15px;
        font-weight: normal;
        margin-top: 20px;
        padding: 5px 10px;
        text-transform: uppercase; }
        #nosotros-content ul.cast .toggle-trigger a:after {
          transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -webkit-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          font-family: 'fontAwesome';
          content: "\f107";
          font-weight: normal;
          display: inline-block;
          margin-left: 8px;
          vertical-align: top; }
        #nosotros-content ul.cast .toggle-trigger a.open:after {
          transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg); }
    @media (max-width: 1000px) {
      #nosotros-content ul.cast p {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 20px; } }
    @media (max-width: 767px) {
      #nosotros-content ul.cast {
        padding: 0; }
        #nosotros-content ul.cast a.popover {
          pointer-events: none; }
        #nosotros-content ul.cast li, #nosotros-content ul.cast li.index, #nosotros-content ul.cast li.index:nth-child(5) {
          width: auto;
          float: none;
          margin: 0 auto 80px; }
          #nosotros-content ul.cast li .text, #nosotros-content ul.cast li.index .text, #nosotros-content ul.cast li.index:nth-child(5) .text {
            display: block;
            margin: 0 0 10px 0;
            width: auto; }
          #nosotros-content ul.cast li .pic, #nosotros-content ul.cast li.index .pic, #nosotros-content ul.cast li.index:nth-child(5) .pic {
            display: block;
            width: 80%;
            margin: 0 auto 10px; }
          #nosotros-content ul.cast li .text p, #nosotros-content ul.cast li.index .text p, #nosotros-content ul.cast li.index:nth-child(5) .text p {
            font-size: 15px;
            line-height: 1.5; }
          #nosotros-content ul.cast li .text .toggle-trigger, #nosotros-content ul.cast li.index .text .toggle-trigger, #nosotros-content ul.cast li.index:nth-child(5) .text .toggle-trigger {
            display: block; }
          #nosotros-content ul.cast li .text .toggle-content, #nosotros-content ul.cast li.index .text .toggle-content, #nosotros-content ul.cast li.index:nth-child(5) .text .toggle-content {
            display: none; }
        #nosotros-content ul.cast img {
          display: block;
          margin-left: auto;
          margin-right: auto; } }
.pic {
  position: relative;
  -webkit-filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.25)); }
  .pic a {
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: block; }
    .pic a:after {
      background: url(../images/nosotros/line.svg) no-repeat center 40px;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      opacity: 0;
      width: 100%; }
    .pic a:hover {
      transform: rotate(2deg);
      -ms-transform: rotate(2deg);
      -webkit-transform: rotate(2deg); }
      .pic a:hover:after {
        opacity: 1; }
  .pic h3 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/nosotros/stroke-01.png) no-repeat center center;
    background-size: cover;
    color: #0A0203;
    display: inline-block;
    font-family: "Fjalla One", sans-serif;
    font-size: 16px;
    padding: 11px 15px 9px;
    position: absolute;
    text-transform: uppercase;
    top: -12px;
    white-space: nowrap; }

.mfp-content {
  background: rgba(0, 0, 0, 0.9);
  color: #F4F1E7;
  max-width: 1140px;
  border: 1px solid #D72728;
  border-radius: 2px; }
  @media (max-width: 700px) {
    .mfp-content {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 90%;
      max-height: 75%;
      overflow: auto; } }
  .mfp-content:before, .mfp-content:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 20px; }
  .mfp-content:before {
    background: url(../images/red-left.png) repeat-y top right;
    left: -20px;
    background-size: auto 100%; }
  .mfp-content:after {
    background: url(../images/red-right.png) no-repeat top left;
    right: -20px;
    background-size: auto 100%; }
  .mfp-content .mfp-close {
    background: url(../images/close.svg) no-repeat center center;
    font-size: 0;
    opacity: 1;
    right: 20px;
    text-indent: -30000px; }
    .mfp-content .mfp-close:hover {
      opacity: 0.75; }
  .mfp-content #nosotros {
    background: #D72728 url(../images/red-bkg.png);
    padding-top: 20px;
    padding-bottom: 20px; }
    .mfp-content #nosotros p {
      margin-top: 20px;
      font-size: 16px; }
      .mfp-content #nosotros p strong {
        color: #0A0203;
        font-size: 115%; }
    .mfp-content #nosotros .toggle-trigger {
      display: none; }
    .mfp-content #nosotros .pic, .mfp-content #nosotros .text {
      display: inline-block;
      vertical-align: top; }
    .mfp-content #nosotros .pic {
      width: 35%; }
      .mfp-content #nosotros .pic img {
        max-width: 100%;
        height: auto;
        display: block; }
    .mfp-content #nosotros .text {
      width: 60%;
      margin-left: 5%; }
    .mfp-content #nosotros .name {
      margin-bottom: 20px; }
    .mfp-content #nosotros .drops {
      height: 220px;
      overflow: hidden;
      position: absolute;
      top: -40px;
      width: 100%;
      z-index: 1; }
      .mfp-content #nosotros .drops .drop {
        right: auto;
        left: 420px; }
        .mfp-content #nosotros .drops .drop.small {
          right: auto;
          left: 440px; }
      @media (max-width: 1120px) {
        .mfp-content #nosotros .drops .drop {
          left: 15px; }
          .mfp-content #nosotros .drops .drop.small {
            left: 45px; } }
    .mfp-content #nosotros ul.cast {
      background: transparent;
      padding: 0 40px 20px; }
      .mfp-content #nosotros ul.cast .pic a {
        cursor: default;
        pointer-events: none; }
      .mfp-content #nosotros ul.cast li {
        margin-bottom: 0; }
      .mfp-content #nosotros ul.cast li:not(#juan) .text {
        display: inline-block; }
        .mfp-content #nosotros ul.cast li:not(#juan) .text img.short {
          display: none; }
        .mfp-content #nosotros ul.cast li:not(#juan) .text img.long {
          display: block; }

button.mfp-arrow {
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  background: url(../images/arrows.svg) no-repeat center top;
  border: 0 none;
  cursor: pointer;
  font-size: 0;
  height: 50px;
  opacity: 0.75;
  width: 50px;
  z-index: 1; }
  button.mfp-arrow:before, button.mfp-arrow:after {
    display: none; }
  button.mfp-arrow:hover {
    opacity: 1; }
  button.mfp-arrow:focus {
    outline: 0 none; }
  button.mfp-arrow.mfp-arrow-left {
    background-position: center bottom; }

.name {
  font-family: 'Amatic SC', cursive;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -1px;
  text-align: center;
  font-weight: 600; }
  @media (max-width: 767px) {
    .name {
      font-size: 36px; } }
  .name span.black {
    color: #0A0203; }
  .name:before, .name:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/close.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    margin: 2px;
    background-size: contain; }

#contacto-content {
  padding-top: 100px;
  overflow: hidden; }
  #contacto-content h2.title {
    background: url(../images/contacto.png) no-repeat center center;
    background-size: contain;
    height: 100px;
    width: 218px;
    margin: 0 auto; }
  #contacto-content .icon, #contacto-content .text {
    display: inline-block;
    vertical-align: middle; }
  #contacto-content .icon {
    background: url(../images/circle-red.png) no-repeat center center;
    height: 70px;
    margin-right: 10px;
    text-align: center;
    width: 66px; }
    #contacto-content .icon i {
      display: block;
      color: white;
      font-size: 28px;
      margin-top: 20px; }
      #contacto-content .icon i.fa-mobile {
        margin-top: 12px;
        font-size: 46px; }
  #contacto-content .phone, #contacto-content a.email {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #F4F1E7;
    font-size: 30px;
    font-family: 'maridavidregular', 'Amatic SC', cursive;
    display: block;
    margin: 60px auto 0; }
    #contacto-content .phone span, #contacto-content a.email span {
      color: rgba(244, 241, 231, 0.75); }
  #contacto-content a {
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s; }
    #contacto-content a:hover {
      opacity: 0.75; }
  #contacto-content .social a {
    display: inline-block;
    margin: 60px 20px 0 0; }
    #contacto-content .social a .icon {
      background-image: url(../images/circle-bordeaux.png); }
      #contacto-content .social a .icon i {
        margin-top: 25px; }
  @media (max-width: 950px) {
    #contacto-content .social {
      text-align: center; }
      #contacto-content .social a {
        margin: 60px 10px 0; }
        #contacto-content .social a:first-child {
          margin-left: 0; }
        #contacto-content .social a:last-child {
          margin-right: 0; } }
  #contacto-content .contact_details {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    width: calc(100% - 639px); }
    @media (min-width: 950px) and (max-width: 1050px) {
      #contacto-content .contact_details .text.email {
        font-size: 24px; } }
  #contacto-content form {
    max-width: 600px;
    margin: 35px auto; }
    #contacto-content form .group {
      margin-bottom: 40px; }
    #contacto-content form.sent input[type="text"], #contacto-content form.sent input[type="email"], #contacto-content form.sent textarea {
      border-color: #556B2F;
      color: #556B2F; }
    #contacto-content form.sent input, #contacto-content form.sent textarea, #contacto-content form.sent label {
      opacity: 0.5;
      pointer-events: none; }
    #contacto-content form p.success {
      text-align: center;
      color: #F4F1E7;
      font-size: 18px;
      border: 2px solid #F4F1E7;
      padding: 12px;
      background: #556B2F;
      border-radius: 2px;
      margin-bottom: 20px; }
      #contacto-content form p.success strong {
        font-weight: 600; }
    #contacto-content form input[type="text"], #contacto-content form input[type="email"], #contacto-content form textarea {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      border-radius: 0;
      border: 0 none;
      border-bottom: 2px solid #F4F1E7;
      background: transparent;
      color: #F4F1E7;
      display: block;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 500;
      font-size: 17px;
      padding: 10px;
      width: 100%; }
      #contacto-content form input.error[type="text"], #contacto-content form input.error[type="email"], #contacto-content form textarea.error {
        border-color: #D72728; }
      #contacto-content form input[type="text"]:focus, #contacto-content form input.focus[type="text"], #contacto-content form input[type="email"]:focus, #contacto-content form input.focus[type="email"], #contacto-content form textarea:focus, #contacto-content form textarea.focus {
        border-color: #ffb31b;
        background-color: rgba(255, 179, 27, 0.1);
        outline: 0 none; }
    #contacto-content form textarea {
      min-height: 100px; }
    #contacto-content form span.error {
      color: #D72728;
      display: block;
      font-size: 15px;
      margin-top: 5px; }
    #contacto-content form label {
      background-repeat: no-repeat;
      text-indent: -30000px;
      height: 23px;
      display: block;
      margin-bottom: 10px; }
      #contacto-content form label#nombre {
        background-image: url(../images/label-nombre.png); }
      #contacto-content form label#mail {
        background-image: url(../images/label-mail.png); }
      #contacto-content form label#mensaje {
        background-image: url(../images/label-mensaje.png); }
    #contacto-content form input#xxx {
      display: none; }
    #contacto-content form input#submit {
      background: url(../images/enviar.png);
      -webkit-appearance: none;
      border: none;
      text-indent: -30000px;
      height: 30px;
      width: 70px;
      display: block;
      margin: 0 auto; }
      #contacto-content form input#submit:hover {
        opacity: 0.7; }
  #contacto-content #table {
    background: url(../images/table.png) no-repeat center center;
    height: 533px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 639px; }
    #contacto-content #table .gota, #contacto-content #table .gotita, #contacto-content #table .gotitita {
      background: url(../images/gota.png) no-repeat center center;
      position: absolute;
      margin: 225px 0 0 233px;
      height: 7px;
      width: 11px;
      -webkit-animation: gota-cae 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
      animation: gota-cae 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite; }
    #contacto-content #table .gotita, #contacto-content #table .gotitita {
      -webkit-animation: gota-cae 2.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
      animation: gota-cae 2.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      margin: 215px 0 0 213px; }
    #contacto-content #table .gotitita {
      -webkit-animation: gota-cae 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
      animation: gota-cae 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
      animation-delay: 1.2s;
      -webkit-animation-delay: 1.2s;
      margin: 208px 0 0 212px; }
  @media (max-width: 950px) {
    #contacto-content .contact_details, #contacto-content #table {
      display: block;
      margin: 30px auto 0; }
    #contacto-content .contact_details {
      max-width: 450px;
      text-align: center;
      width: auto; }
      #contacto-content .contact_details .icon, #contacto-content .contact_details .text {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      #contacto-content .contact_details .icon {
        padding-top: 1px; } }
  @media (max-width: 768px) {
    #contacto-content #table {
      -webkit-transform: scale(0.8, 0.8);
      transform: scale(0.8, 0.8); } }
  @media (max-width: 600px) {
    #contacto-content #table {
      margin-left: -50px; } }
  @media (max-width: 550px) {
    #contacto-content #table {
      margin-left: -100px; } }
.legal {
  padding: 20px 0;
  color: #F4F1E7;
  text-align: center; }
  .legal strong {
    font-weight: 500; }
  .legal a {
    margin-left: 5px;
    padding-left: 7px;
    border-left: 1px solid #D72728; }
    .legal a:hover {
      color: #ffb31b; }

#proyectos-realizados-content ul li {
  align-items: flex-end;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 700px;
  justify-content: space-between;
  position: relative;
  color: #F4F1E7; }
  #proyectos-realizados-content ul li.robo {
    background-image: url(../images/proyectos/el-robo-del-siglo.jpg); }
  #proyectos-realizados-content ul li.yiya {
    background-image: url(../images/proyectos/yiya.avif); }
  @media (max-width: 1000px) {
    #proyectos-realizados-content ul li {
      height: 600px; } }
  #proyectos-realizados-content ul li:after {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 100%;
    background: url(../images/separator-horizontal.png) no-repeat center center;
    background-size: contain;
    height: 10px;
    z-index: 2; }
  #proyectos-realizados-content ul li .gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    padding: 50px 0;
    flex: 1; }
  #proyectos-realizados-content ul li .btn {
    margin-top: 10px; }
    #proyectos-realizados-content ul li .btn i {
      margin-right: 5px; }
    #proyectos-realizados-content ul li .btn + .btn {
      margin-left: 10px; }

.mfp-content .content {
  padding: 50px 0; }

.mfp-content img.main {
  max-width: 100%;
  height: auto;
  display: block; }

.mfp-content .trailer {
  margin-top: 25px;
  max-width: 400px; }

ul.datos li {
  font-size: 16px;
  margin-top: 10px; }

@font-face {
  font-family: 'maridavidregular';
  src: url("../fonts/maridavid-webfont.woff2") format("woff2"), url("../fonts/maridavid-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 767px) {
  .hidden-sm {
    display: none; } }

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

body {
  background: #1E1E1E;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.4; }
  body a {
    text-decoration: none;
    color: #F4F1E7; }
  body .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative; }
  body h2.title {
    margin-bottom: 20px;
    text-indent: -30000px; }
    @media (max-width: 768px) {
      body h2.title {
        margin-left: auto;
        margin-right: auto; } }
.title-lg {
  -webkit-font-smoothing: antialiased;
  font-family: "Fjalla One", sans-serif;
  font-size: 48px;
  line-height: 1.2; }
  .title-lg small {
    font-size: 60%; }
  @media (max-width: 767px) {
    .title-lg {
      font-size: 36px; } }
.btn {
  border: 1px solid #F4F1E7;
  color: #F4F1E7;
  display: inline-block;
  font-size: 13px;
  padding: 6px 15px;
  text-transform: uppercase;
  border-radius: 2px;
  vertical-align: text-bottom; }
  .btn:hover {
    background: rgba(215, 39, 40, 0.5); }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-wrapper iframe, .video-wrapper embed, .video-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
