/* 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. */
button.lines-button {
  -webkit-appearance: none;
  background: transparent;
  border: 0 none;
  outline: 0 none; }

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

.lines {
  vertical-align: middle;
  background: #414042;
  border-radius: 0.0833333333rem;
  display: inline-block;
  height: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 1.25rem;
  position: relative; }
  .lines:before, .lines:after {
    background: #414042;
    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 {
    background: transparent; }
    .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; }
    .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; }

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

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

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

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

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

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

/* 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; }

.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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

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

.mfp-preloader a:hover {
  color: #FFF; }

.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;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

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

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

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

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

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

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  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: #000; }

/* 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: #444; }

.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; } }

a.btn, button.btn, div.btn {
  -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.15s ease;
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  background: #E76524;
  border: 1px solid #E76524;
  border-radius: 24px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  max-width: 100%;
  padding: 9px 24px;
  text-align: center; }
  a.btn:hover, button.btn:hover, div.btn:hover {
    background: rgba(231, 101, 36, 0.85); }
  a.btn img, a.btn span, button.btn img, button.btn span, div.btn img, div.btn span {
    display: inline-block;
    vertical-align: middle; }
  a.btn.arrow:after, button.btn.arrow:after, div.btn.arrow:after {
    content: url(../images/arrow-right-white.svg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
  a.btn.sm, button.btn.sm, div.btn.sm {
    font-size: 12px;
    padding: 8px 20px; }
  a.btn.narrow, button.btn.narrow, div.btn.narrow {
    padding: 5px 16px 4px; }
  a.btn.lg, button.btn.lg, div.btn.lg {
    font-size: 16px;
    padding: 14px 60px; }
    a.btn.lg img, button.btn.lg img, div.btn.lg img {
      margin-right: 15px; }
  a.btn.wide, button.btn.wide, div.btn.wide {
    padding: 11px 50px; }
  a.btn.pale, button.btn.pale, div.btn.pale {
    background: #F7795C;
    border-color: #F7795C; }
    a.btn.pale:hover, button.btn.pale:hover, div.btn.pale:hover {
      background: rgba(247, 121, 92, 0.85); }
  a.btn.white, button.btn.white, div.btn.white {
    background: white;
    border-color: white;
    color: #F7795C; }
    a.btn.white:hover, button.btn.white:hover, div.btn.white:hover {
      background: rgba(255, 255, 255, 0.85); }
  a.btn.gray, button.btn.gray, div.btn.gray {
    background: #ADADAD;
    border-color: #ADADAD; }
    a.btn.gray:hover, button.btn.gray:hover, div.btn.gray:hover {
      background: #9e9e9e; }

header#header {
  -webkit-backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.95);
  left: 0;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
  font-weight: 600; }
  header#header:after {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-color: transparent;
    bottom: -20px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%; }
  header#header.scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  header#header a.logo {
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    display: inline-block; }
    header#header a.logo img {
      display: block; }
    header#header a.logo:hover {
      opacity: 0.85; }
  header#header a.help {
    color: #F7795C;
    background: url(../images/icon-help.svg) no-repeat left center;
    padding: 2px 0 2px 22px;
    font-weight: 700;
    font-size: 13px; }
    header#header a.help:hover {
      text-decoration: underline; }
  header#header #main-nav li.active a {
    color: #F7795C; }
  header#header #main-nav li a:hover {
    color: #E76524; }
  @media (min-width: 768px) {
    header#header button.lines-button {
      display: none; }
    header#header > .wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header#header > .wrapper nav#main-nav {
        flex: 2;
        max-width: 380px;
        margin: 0 30px; }
      header#header > .wrapper nav#secondary li:not(:first-child) {
        margin-left: 15px; }
      header#header > .wrapper nav ul {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
  @media (max-width: 767px) {
    header#header {
      text-align: left; }
      header#header button.lines-button {
        position: absolute;
        right: 20px;
        top: 25px; }
      header#header nav {
        display: none;
        text-align: center; }
      header#header.nav-is-open nav {
        display: block; }
        header#header.nav-is-open nav#main-nav {
          padding-top: 20px; }
        header#header.nav-is-open nav li {
          font-size: 20px;
          padding: 15px 0; }
      header#header a.help {
        font-size: 16px;
        background-size: 22px auto;
        padding: 5px 0 5px 30px; }
      header#header a.btn.sm {
        font-size: 15px; } }
footer#footer {
  background: #FFF7F3;
  text-align: center;
  padding-top: 65px;
  color: #414042; }
  footer#footer a:hover {
    color: #E76524; }
  footer#footer nav li {
    margin-bottom: 12px; }
  footer#footer nav .social a {
    color: #E76524;
    font-size: 18px; }
    footer#footer nav .social a:not(:last-child) {
      margin-right: 5px; }
    footer#footer nav .social a:hover {
      color: #414042; }
  footer#footer .cols {
    border-top: 1px solid rgba(135, 128, 122, 0.15);
    padding-top: 35px;
    margin-top: 35px; }
    @media (min-width: 768px) {
      footer#footer .cols {
        text-align: left;
        display: flex;
        justify-content: space-between; } }
    footer#footer .cols .col {
      margin-bottom: 30px; }
      footer#footer .cols .col img {
        display: block;
        margin-bottom: 18px; }
  footer#footer .copyright {
    background: white;
    border-top: 5px solid #E76524;
    padding: 15px 0;
    font-size: 12px; }
    footer#footer .copyright a.sz:before {
      content: " | ";
      margin: 0 5px; }
  @media (max-width: 767px) {
    footer#footer {
      font-size: 16px; }
      footer#footer img {
        margin-left: auto;
        margin-right: auto; } }
form.contact-form .group {
  margin-bottom: 25px;
  position: relative; }
  form.contact-form .group.fade {
    opacity: 0.55; }

form.contact-form label {
  margin-bottom: 10px;
  display: block; }

form.contact-form input[type="text"], form.contact-form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  background: rgba(237, 238, 238, 0.5);
  border-radius: 20px;
  border: 2px solid rgba(237, 238, 238, 0.01);
  color: #414042;
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  padding: 10px 15px;
  width: 100%; }
  @media (max-width: 767px) {
    form.contact-form input[type="text"], form.contact-form textarea {
      font-size: 16px; } }
  form.contact-form input.error[type="text"], form.contact-form textarea.error {
    border-color: #FD6953; }
  form.contact-form input[type="text"]:focus, form.contact-form textarea:focus {
    border-color: rgba(247, 121, 92, 0.5);
    outline: 0 none;
    background: rgba(247, 121, 92, 0.15); }

form.contact-form textarea {
  min-height: 140px; }

form.contact-form .error::-webkit-input-placeholder {
  color: #FD6953; }

form.contact-form .error::-moz-placeholder {
  color: #FD6953; }

form.contact-form .error:-ms-input-placeholder {
  color: #FD6953; }

form.contact-form .error::-ms-input-placeholder {
  color: #FD6953; }

form.contact-form .error::placeholder {
  color: #FD6953; }

form.contact-form span.error {
  color: #FD6953;
  margin-top: 3px;
  display: block;
  text-align: left; }

form.contact-form .action {
  text-align: center; }

form.contact-form .btn:focus {
  outline: 0 none; }

form.contact-form .btn.sending {
  opacity: 0.75; }

form.contact-form .btn.sent {
  color: white;
  background: #00A27F;
  border-color: rgba(0, 162, 127, 0.92); }
  form.contact-form .btn.sent:after {
    border-color: #00A27F; }

form.contact-form .btn[disabled="disabled"], form.contact-form .btn.sending, form.contact-form .btn.sent {
  cursor: default;
  pointer-events: none; }

form.contact-form p {
  background: rgba(0, 162, 127, 0.1);
  border-radius: 20px;
  border: 2px solid #00A27F;
  color: #00A27F;
  line-height: 1.2;
  margin-top: 9px;
  padding: 12px; }
  form.contact-form p strong {
    font-size: 18px; }

button.mfp-close {
  background: url(../images/close.svg) no-repeat center center;
  display: inline-block;
  height: 30px;
  margin: 16px 16px 0 0;
  text-indent: -30000px;
  width: 30px;
  opacity: 1; }
  button.mfp-close:hover {
    opacity: 0.7; }

.mfp-work-popup {
  -webkit-backdrop-filter: blur(4px); }
  .mfp-work-popup .mfp-content {
    background: white;
    margin: 0 auto;
    max-width: 900px;
    border-radius: 24px;
    max-height: 90%;
    position: relative;
    overflow: hidden; }
    .mfp-work-popup .mfp-content:after, .mfp-work-popup .mfp-content:before {
      background-color: rgba(255, 255, 255, 0);
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      position: absolute;
      width: 100%;
      height: 40px;
      content: "";
      left: 0;
      bottom: 0;
      pointer-events: none; }
    .mfp-work-popup .mfp-content:before {
      background-color: white;
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
      background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
      background-color: transparent;
      top: 300px;
      bottom: auto; }
  .mfp-work-popup header {
    position: relative;
    height: 300px;
    background: #EDEEEE center center;
    border-radius: 24px 24px 0 0;
    background-size: cover; }
    @media (min-width: 768px) {
      .mfp-work-popup header .logo {
        -webkit-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25);
        left: 35px; } }
  .mfp-work-popup .body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px;
    max-height: calc(100vh - 375px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 768px) {
      .mfp-work-popup .body h5 {
        font-size: 28px;
        margin-bottom: 14px; }
        .mfp-work-popup .body h5 small {
          font-size: 100%; }
      .mfp-work-popup .body p {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .mfp-work-popup .mfp-content:before {
      top: 200px; }
    .mfp-work-popup .mfp-content header {
      height: 200px; }
    .mfp-work-popup .mfp-content .body {
      padding: 40px 20px;
      max-height: calc(100vh - 325px); } }
  .mfp-work-popup header#tyc {
    background-color: #C2C1D8;
    background-image: url("../images/casos/torneos-y-competencias.jpg"); }
  .mfp-work-popup header#cnea {
    background-image: url("../images/casos/cnea.jpg"); }
  .mfp-work-popup header#newmont {
    background-image: url("../images/casos/newmont.jpg"); }

html, body {
  overflow-x: hidden; }

body {
  -webkit-text-size-adjust: 100%;
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Nunito Sans', sans-serif;
  color: #414042; }
  body.no-scroll {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%; }
  body.avoid-scrolling {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    height: 100vh; }
  body .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    padding-left: 20px;
    padding-right: 20px; }
    body .wrapper.sm {
      max-width: 800px; }
    body .wrapper.wide {
      max-width: 1560px; }
    @media (max-width: 767px) {
      body .wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      body .wrapper.mobile_no_padding {
        padding-left: 0;
        padding-right: 0; } }
  body a {
    color: inherit;
    text-decoration: none; }
    body a.underline {
      text-decoration: underline; }
      body a.underline:hover {
        opacity: 0.7; }
    body a.underline_on_hover:hover {
      text-decoration: underline; }
    body a[href^="tel"] {
      color: inherit;
      cursor: default; }

.hide {
  display: none; }

.uppercase {
  text-transform: uppercase; }

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

.text-right {
  text-align: right; }

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

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

@media (max-width: 767px) {
  .center_mobile {
    text-align: center; } }

@media (max-width: 767px) {
  img.center_mobile {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

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

.title {
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 28px; }

.title-lg {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 30px; }

.title-md {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px; }

p.lg {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 auto 35px;
  max-width: 790px; }

.anchor {
  display: block;
  visibility: hidden;
  padding-top: 70px;
  margin-top: -70px; }

#hero {
  background: url(../images/hero-left.svg) no-repeat left top, url(../images/hero-right.png) no-repeat right top; }
  @media (min-width: 768px) and (max-width: 1350px) {
    #hero {
      background-size: auto, 60% auto; } }
  #hero h1 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.1; }
  #hero ul {
    font-size: 18px; }
  #hero p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 30px; }
  #hero .text {
    position: relative;
    z-index: 1; }
  #hero .graphic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    position: absolute;
    top: 100px; }
    #hero .graphic[src*="bottom"] {
      z-index: -1; }
  @media (min-width: 768px) {
    #hero {
      min-height: 685px;
      display: flex;
      align-items: center; }
      #hero .graphic {
        margin-left: 100px;
        top: 120px; }
      #hero .wrapper {
        width: 100%; }
      #hero .text {
        max-width: 420px; } }
  @media (min-width: 768px) and (max-width: 1080px) {
    #hero .graphic {
      margin-left: 22%;
      max-width: 85%; } }
  @media (max-width: 767px) {
    #hero {
      text-align: center;
      padding-top: 80%;
      background-size: auto, 100% auto; }
      #hero h1 {
        font-size: 30px; }
      #hero .graphic {
        max-width: 100%; }
      #hero ul {
        text-align: left;
        width: 80%;
        margin-left: 10%; } }
ul.bullets {
  padding-bottom: 20px;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2; }
  ul.bullets li {
    margin-bottom: 12px;
    padding-left: 12px;
    position: relative; }
    ul.bullets li:before {
      content: "";
      background: #F7795C;
      border-radius: 50%;
      width: 4px;
      height: 4px;
      position: absolute;
      left: 0;
      top: 4px; }
  ul.bullets.gray li:before {
    background: #87807a; }

.section {
  padding: 65px 0; }
  @media (max-width: 767px) {
    .section {
      padding: 45px 0; } }
.misc {
  background: url(../images/misc-left.svg) no-repeat left top, url(../images/misc-right.svg) no-repeat right 190px;
  padding-top: 100px;
  margin-top: -80px; }

.casos {
  font-size: 0.1px; }
  .casos li {
    font-size: 15px;
    margin-bottom: 55px;
    position: relative; }
    @media (min-width: 600px) {
      .casos li {
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 600px) and (max-width: 767px) {
      .casos li {
        width: 48%; }
        .casos li:nth-child(odd) {
          margin-right: 4%; } }
    @media (min-width: 768px) {
      .casos li {
        width: 31.5%; }
        .casos li:nth-child(3n+1), .casos li:nth-child(3n+2) {
          margin-right: 2.75%; } }
    .casos li a {
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background: white;
      border-radius: 20px;
      display: block; }
      .casos li a:hover {
        -webkit-box-shadow: 0 3px 10px rgba(135, 128, 122, 0.24), 0 0 0 3px #9e9e9e;
                box-shadow: 0 3px 10px rgba(135, 128, 122, 0.24), 0 0 0 3px #9e9e9e; }
        @media (min-width: 768px) {
          .casos li a:hover {
            -webkit-transform: scale(1.02, 1.02) translateY(-5px);
            transform: scale(1.02, 1.02) translateY(-5px); } }
  .casos .logo {
    align-items: center;
    background: white;
    border-radius: 0 0 8px 8px;
    border: 4px solid white;
    top: 0;
    display: flex;
    height: 70px;
    justify-content: center;
    position: absolute;
    left: 20px;
    width: 70px;
    z-index: 5; }
    .casos .logo img {
      max-width: 90%;
      height: auto; }
  .casos .pic {
    border-radius: 20px 20px 0 0;
    overflow: hidden; }
    .casos .pic img {
      display: block;
      width: 100%;
      height: auto; }
  .casos .body {
    padding: 20px 20px 50px; }
    .casos .body p {
      font-size: 16px; }
      .casos .body p:not(:last-child) {
        margin-bottom: 20px; }
  .casos .btn {
    display: block;
    max-width: 120px;
    -webkit-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%);
    left: 50%;
    bottom: 0;
    position: absolute; }

a.toggle-casos {
  margin-bottom: -50px;
  margin-top: 30px; }
  a.toggle-casos img {
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease; }
  a.toggle-casos.open img {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

#proyectos h2 {
  color: #E76524; }

#proyectos img {
  display: block;
  margin-bottom: 35px; }

#proyectos ul li {
  margin-top: 35px; }

#proyectos ul p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.3; }

#proyectos ul a {
  color: #E76524;
  font-weight: bold; }
  #proyectos ul a:after {
    content: url(../images/arrow-right.svg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
  #proyectos ul a:hover {
    text-decoration: underline; }

@media (min-width: 768px) {
  #proyectos ul {
    display: flex;
    justify-content: space-between; }
    #proyectos ul li {
      max-width: 30%; } }

@media (max-width: 767px) {
  #proyectos {
    text-align: center; }
    #proyectos img {
      display: block;
      margin-left: auto;
      margin-right: auto; } }

#stats {
  background: #E76524;
  text-align: center;
  color: white;
  font-size: 20px;
  margin-bottom: 20px; }
  #stats strong {
    font-size: 50px;
    display: block; }
  #stats img {
    margin-bottom: 25px; }
  @media (min-width: 768px) {
    #stats ul {
      display: flex;
      justify-content: space-between; }
      #stats ul li {
        max-width: 30%;
        margin-bottom: -25px; } }
  @media (max-width: 767px) {
    #stats img {
      margin-bottom: 20px; }
    #stats li:not(:last-child) {
      margin-bottom: 35px; } }
.two-cols {
  padding: 30px 0; }
  .two-cols img {
    max-width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .two-cols {
      align-items: flex-start;
      display: flex;
      flex-direction: row; }
      .two-cols img {
        order: 1;
        width: 55%;
        margin-left: -5%; }
      .two-cols .text {
        max-width: 600px;
        padding: 30px 20px 30px 6%;
        order: 2;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -moz-box-sizing: border-box; }
      .two-cols.reverse img {
        order: 2;
        margin-left: 0;
        margin-right: -5%; }
      .two-cols.reverse .text {
        order: 1;
        width: 50%;
        padding: 30px 6% 30px 60px; } }
  @media (min-width: 1400px) {
    .two-cols .text {
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      -webkit-transform-origin: center left;
              transform-origin: center left; } }
  @media (max-width: 767px) {
    .two-cols {
      padding: 25px 15px; }
      .two-cols .title {
        text-align: center;
        margin-top: 15px; }
      .two-cols a.btn.center-on-mobile {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 120px; }
      .two-cols ul.bullets {
        margin-left: 10%; } }
ul.icons-list li {
  position: relative;
  padding-left: 50px;
  background: url(../images/icon-consultoria.svg) no-repeat left top;
  margin-bottom: 30px; }
  ul.icons-list li .title-md {
    margin-bottom: 10px; }
  ul.icons-list li.implementacion {
    background-image: url(../images/icon-implementacion.svg); }
  ul.icons-list li.operacion {
    background-image: url(../images/icon-operacion.svg); }
  ul.icons-list li.curso {
    background-image: url(../images/icon-curso.svg); }
  ul.icons-list li a {
    margin-top: 20px; }

#soluciones-content p {
  margin-bottom: 25px; }

#partners {
  background: #EDEEEE; }
  #partners .logo {
    min-height: 70px;
    display: flex;
    align-items: center; }
    #partners .logo img {
      display: block;
      margin: 0 auto; }

.slick-initialized {
  padding: 0 10%; }
  .slick-initialized .slick-arrow {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    background: transparent url(../images/angle.svg) no-repeat center center;
    border: 0 none;
    cursor: pointer;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-indent: -30000px;
    top: 50%;
    width: 24px; }
    .slick-initialized .slick-arrow:hover {
      -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
              filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4)); }
    .slick-initialized .slick-arrow.slick-next {
      right: 0; }
    .slick-initialized .slick-arrow.slick-prev {
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      left: 0; }
    .slick-initialized .slick-arrow.slick-disabled {
      opacity: 0.4; }

#lets-talk {
  background: url(../images/v-white.svg) no-repeat center center;
  color: white;
  position: relative; }
  #lets-talk:before {
    background-color: #E76524;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E76524), to(#F7795C));
    background-image: linear-gradient(to bottom, #E76524, #F7795C);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

#contacto-content {
  background: url(../images/map.jpg) no-repeat center top;
  background-size: 1466px auto;
  padding-top: 165px; }
  @media (min-width: 1467px) {
    #contacto-content {
      background-size: cover;
      background-position: center 20%; } }
  #contacto-content .box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: white;
    border-radius: 20px 20px 0 0;
    -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 790px;
    padding: 35px 30px 0; }
    @media (max-width: 800px) {
      #contacto-content .box {
        margin: 0 15px; } }
    #contacto-content .box .btn {
      -webkit-transform: translateY(50%);
      transform: translateY(50%); }
