/* 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: white; }
  button .lines:before, button .lines:after {
    background: white; }

.lines {
  vertical-align: middle;
  background: white;
  border-radius: 0.0833333333rem;
  display: inline-block;
  height: 0.125rem;
  transition: 0.3s;
  width: 1.25rem;
  position: relative; }
  .lines:before, .lines:after {
    background: white;
    border-radius: 0.0833333333rem;
    display: inline-block;
    height: 0.125rem;
    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;
  user-select: none; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    background: rgba(0, 0, 0, 0.1);
    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);
      -moz-transform: rotate3d(0, 0, 1, 45deg);
      -o-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);
      -moz-transform: rotate3d(0, 0, 1, -45deg);
      -o-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;
  -moz-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;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
  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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  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;
  box-shadow: none;
  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%;
  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;
  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;
  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;
    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; } }

.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  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: #ffc907;
  border: 1px solid #ffc907;
  border-radius: 6px;
  color: #0e284f;
  cursor: pointer;
  display: inline-block;
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 50px;
  max-width: 100%;
  text-align: center; }
  .btn:hover {
    background: #edb900;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

header#header {
  -webkit-backdrop-filter: blur(5px);
  background: rgba(14, 40, 79, 0.9);
  left: 0;
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  header#header a.logo {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600; }
  header#header ul.index li {
    border-bottom: 2px solid transparent;
    padding: 1px 0; }
    header#header ul.index li.active {
      font-weight: 600;
      border-color: #ffc907; }
    header#header ul.index li:not(.active) a:hover {
      opacity: 0.7; }
  header#header a {
    color: white; }
  header#header nav {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px; }
  header#header button.lines-button {
    position: absolute;
    right: 15px;
    top: 21px; }
  @media (min-width: 768px) {
    header#header .wrapper {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      header#header .wrapper button.lines-button {
        display: none; }
      header#header .wrapper nav {
        flex: 2;
        max-width: 800px;
        padding: 0 35px; }
        header#header .wrapper nav ul {
          display: flex;
          justify-content: space-between; } }
  @media (min-width: 768px) and (max-width: 900px) {
    header#header .wrapper nav {
      padding-right: 0;
      font-size: 12px; } }
  @media (max-width: 767px) {
    header#header .wrapper {
      text-align: center; }
      header#header .wrapper nav {
        display: none;
        padding-top: 20px; }
        header#header .wrapper nav a {
          display: block;
          font-size: 20px;
          padding: 10px; } }
  header#header.nav-is-open nav {
    display: block; }

footer#footer {
  background: #0e284f;
  color: white;
  padding: 20px 0;
  text-align: center; }
  footer#footer .logo {
    align-items: center;
    display: flex;
    font-weight: 600;
    justify-content: center;
    text-transform: uppercase; }
    footer#footer .logo img {
      height: auto;
      margin-right: 10px;
      width: 80px; }

.home {
  text-align: center; }
  .home #hero {
    position: relative; }
    .home #hero .text {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      height: 100%;
      left: 0;
      padding-top: 120px;
      position: absolute;
      text-align: left;
      top: 0;
      width: 100%;
      z-index: 1;
      pointer-events: none; }
      .home #hero .text h1 {
        font-size: 36px;
        line-height: 1.1;
        margin-top: 12px; }
        .home #hero .text h1 strong {
          display: block;
          font-family: 'Merriweather', serif; }
      .home #hero .text p {
        margin-top: 15px;
        max-width: 400px;
        font-size: 17px; }
      @media (max-width: 767px) {
        .home #hero .text {
          text-align: center; }
          .home #hero .text h1 {
            font-size: 30px; }
          .home #hero .text p {
            max-width: 100%; } }
    .home #hero ul {
      overflow: hidden; }
      .home #hero ul li.slide {
        transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -webkit-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        background-image: url(../images/slide1.jpg);
        background-size: cover;
        height: 600px;
        max-height: calc(100vh - 100px);
        min-height: 500px; }
        .home #hero ul li.slide.grad {
          position: relative; }
          .home #hero ul li.slide.grad:before {
            content: "";
            width: 40%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: white;
            background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
            opacity: 0.5;
            background-color: transparent; }
        @media (max-width: 767px) {
          .home #hero ul li.slide {
            background-image: url(../images/slide1-sm.jpg); } }
        .home #hero ul li#slide2.slide {
          background-image: url(../images/slide-estetoscopio.jpg);
          background-position: left bottom; }
          @media (max-width: 767px) {
            .home #hero ul li#slide2.slide {
              background-image: url(../images/slide-estetoscopio-sm.jpg);
              background-position: center top; } }
        .home #hero ul li#slide3.slide {
          background-image: url(../images/slide3.jpg); }
          @media (max-width: 767px) {
            .home #hero ul li#slide3.slide {
              background-image: url(../images/slide3-sm.jpg);
              background-position: right top; } }
        .home #hero ul li#slide4.slide {
          background-image: url(../images/slide-quirofano.jpg); }
          @media (max-width: 767px) {
            .home #hero ul li#slide4.slide {
              background-image: url(../images/slide-quirofano-sm.jpg);
              background-position: right bottom; } }
        .home #hero ul li#slide5.slide {
          background-image: url(../images/slide5.jpg); }
          @media (max-width: 767px) {
            .home #hero ul li#slide5.slide {
              background-image: url(../images/slide5-sm.jpg);
              background-position: right center; } }
    .home #hero .slick-active.slick-current {
      -webkit-animation: grow 5s forwards ease-in-out;
      -moz-animation: grow 5s forwards ease-in-out;
      animation: grow 5s forwards ease-in-out; }
    .home #hero ul.slick-dots li {
      display: inline-block;
      margin: 15px 4px 0; }
      .home #hero ul.slick-dots li button {
        -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: #78afdd;
        border-radius: 50%;
        border: 1px solid white;
        height: 9px;
        opacity: 0.5;
        padding: 0;
        text-indent: -3000px;
        width: 9px; }
      .home #hero ul.slick-dots li.slick-active button {
        opacity: 1;
        box-shadow: 0 0 0 1px #78afdd; }
  .home ul#stats li img {
    margin: 0 auto 10px;
    max-width: 50%;
    height: auto; }
  .home ul#stats li h4 {
    font-family: 'Merriweather', serif;
    font-size: 40px;
    font-weight: 500; }
  .home ul#stats li p {
    text-align: left;
    border-top: 2px solid #0e284f;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 15px; }
  @media (max-width: 767px) {
    .home ul#stats li {
      max-width: 400px;
      margin: 0 auto; }
      .home ul#stats li:not(:last-child) {
        margin-bottom: 50px; }
      .home ul#stats li p {
        font-size: 18px; } }
  @media (min-width: 768px) {
    .home ul#stats {
      display: flex;
      justify-content: space-around; }
      .home ul#stats li {
        flex: 25%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 0 20px;
        margin-top: -20px;
        max-width: 300px; } }
  .home #colab {
    background: #78afdd;
    padding-top: 100px; }
    .home #colab h2 {
      color: white; }
    .home #colab ul {
      margin: 0 auto;
      max-width: 1100px; }
      .home #colab ul li {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: white url(../images/graydient.svg) repeat-x 0 0;
        background-size: auto 300px;
        border-radius: 20px;
        overflow: hidden;
        padding-top: 40px;
        text-align: left; }
        .home #colab ul li h3, .home #colab ul li p {
          margin: 0 35px; }
        .home #colab ul li h3 {
          border-bottom: 1px solid #0e284f;
          font-family: 'Merriweather', serif;
          font-weight: bold;
          font-size: 23px;
          margin-bottom: 20px;
          padding-bottom: 10px; }
        .home #colab ul li p {
          margin-bottom: 20px;
          flex: 2; }
        .home #colab ul li img {
          display: block;
          height: auto;
          width: 100%; }
      @media (min-width: 768px) {
        .home #colab ul {
          display: flex;
          justify-content: space-around; }
          .home #colab ul li {
            flex: 25%;
            max-width: 285px;
            margin: 70px 20px -100px;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            .home #colab ul li:first-child {
              margin-left: 0; }
            .home #colab ul li:last-child {
              margin-right: 0; } }
      @media (max-width: 900px) {
        .home #colab ul li h3 {
          font-size: 20px; }
        .home #colab ul li h3, .home #colab ul li p {
          margin-left: 25px;
          margin-right: 25px; } }
    @media (max-width: 767px) {
      .home #colab {
        padding: 40px 0; }
        .home #colab ul li {
          padding-top: 25px;
          max-width: 400px;
          margin: 50px auto 0; }
          .home #colab ul li h3 {
            font-size: 23px; }
          .home #colab ul li p {
            font-size: 15px; } }
  .home #agradecimientos-content {
    background: white url(../images/graydient.svg) repeat-x 0 0;
    background-size: auto 300px;
    padding: 200px 0 100px; }
    @media (max-width: 767px) {
      .home #agradecimientos-content {
        padding: 60px 0 40px; } }
    .home #agradecimientos-content ul {
      align-items: center;
      display: flex;
      filter: grayscale(1);
      flex-wrap: wrap;
      justify-content: space-between;
      margin: auto; }
      .home #agradecimientos-content ul li {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        flex: 15%;
        padding: 30px 20px; }
        @media (max-width: 767px) {
          .home #agradecimientos-content ul li {
            flex: 50%;
            padding: 30px 10px; } }
        .home #agradecimientos-content ul li img {
          max-width: 90%;
          height: auto;
          min-width: 120px; }
          .home #agradecimientos-content ul li img.sm {
            min-width: 0; }
    .home #agradecimientos-content p {
      font-family: 'Merriweather', serif;
      margin-bottom: 50px;
      font-size: 16px; }
  .home #donar-content {
    background: #78afdd; }
    .home #donar-content h2 {
      color: white; }
    .home #donar-content .top {
      background: #0e284f;
      color: white;
      font-family: 'Merriweather', serif;
      padding: 20px 15px 10px;
      text-align: center; }
      @media (min-width: 768px) {
        .home #donar-content .top.tall {
          padding: 30px 15px 20px; } }
      .home #donar-content .top.arg, .home #donar-content .top.world {
        background: #0e284f url(../images/icon-arg.svg) no-repeat 92% center;
        background-size: 50px; }
      .home #donar-content .top.world {
        background-image: url(../images/icon-world.svg); }
    .home #donar-content .body {
      padding: 30px;
      font-size: 14px;
      flex: 2; }
    .home #donar-content h3 {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-size: 27px;
      font-weight: bold; }
    .home #donar-content .icon {
      background: url(../images/icon-bkg.svg) no-repeat center top;
      background-size: auto 84px; }
    .home #donar-content img {
      margin: 0 auto 20px;
      display: block; }
    .home #donar-content h4 {
      font-size: 19px;
      margin-bottom: 20px; }
    .home #donar-content ol li {
      font-feature-settings: "lnum";
      font-size: 14px;
      font-variant-numeric: lining-nums;
      margin-top: 15px; }
    .home #donar-content ol address, .home #donar-content ol a {
      position: relative;
      padding-left: 30px; }
      .home #donar-content ol address:before, .home #donar-content ol a:before {
        background: url(../images/icon-location.svg) no-repeat center center;
        background-size: contain;
        content: "";
        height: 22px;
        left: 0;
        position: absolute;
        top: -2px;
        width: 22px; }
    .home #donar-content ol a {
      color: inherit; }
      .home #donar-content ol a.cell:before {
        background-image: url(../images/icon-cell.svg); }
      .home #donar-content ol a.phone:before {
        background-image: url(../images/icon-phone.svg); }
      .home #donar-content ol a.mail:hover {
        text-decoration: underline; }
      .home #donar-content ol a.mail:before {
        background-image: url(../images/icon-mail.svg); }
    .home #donar-content h5.title-md {
      padding-top: 80px;
      margin-bottom: -10px; }
      @media (max-width: 767px) {
        .home #donar-content h5.title-md {
          padding-top: 45px;
          margin-bottom: 0;
          font-size: 21px; } }
    .home #donar-content ul.pastillas {
      margin: 0 auto;
      max-width: 1100px; }
      .home #donar-content ul.pastillas > li {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        background-color: #D9D9D9;
        background-image: -moz-linear-gradient(top, #D9D9D9, #F5F5F5);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D9D9D9), color-stop(1, #F5F5F5));
        background-image: linear-gradient(to bottom, #D9D9D9, #F5F5F5);
        border-radius: 20px;
        overflow: hidden;
        text-align: left; }
        .home #donar-content ul.pastillas > li.success form {
          display: none; }
        .home #donar-content ul.pastillas > li.success .top {
          background-color: #4eaf2e;
          background-image: url(../images/icon-success.svg); }
        .home #donar-content ul.pastillas > li.success .icon {
          background-image: url(../images/icon-bkg-green.svg); }
        .home #donar-content ul.pastillas > li.success .success_message {
          display: block; }
      @media (min-width: 950px) {
        .home #donar-content ul.pastillas {
          display: flex;
          justify-content: space-around; }
          .home #donar-content ul.pastillas > li {
            flex: 25%;
            max-width: 330px;
            margin: 70px 20px 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            .home #donar-content ul.pastillas > li:first-child {
              margin-left: 0; }
            .home #donar-content ul.pastillas > li:last-child {
              margin-right: 0; } }
      @media (max-width: 949px) {
        .home #donar-content ul.pastillas > li {
          margin: 35px auto 0;
          max-width: 450px; } }
@keyframes grow {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); } }

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); } }

form.contact-form fieldset {
  margin-top: 25px; }

form.contact-form .group {
  margin-bottom: 10px;
  display: flex;
  align-items: center; }
  form.contact-form .group label {
    font-family: 'Merriweather', serif;
    font-size: 11px;
    font-weight: bold;
    width: 25%;
    padding-right: 10px; }
    form.contact-form .group label.error {
      color: #FF1615; }

form.contact-form input[type="text"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  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;
  border-radius: 6px;
  background: white;
  border: 1px solid #cccccc;
  color: #0e284f;
  display: block;
  flex: 2;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  padding: 6px 10px;
  width: 100%; }
  @media (max-width: 767px) {
    form.contact-form input[type="text"] {
      font-size: 16px; } }
  form.contact-form input.error[type="text"] {
    border-color: #FF1615;
    background-color: rgba(255, 22, 21, 0.05); }
  form.contact-form input[type="text"]:focus, form.contact-form input.focus[type="text"] {
    background-color: rgba(120, 175, 221, 0.2);
    border-color: #0e284f;
    outline: 0 none; }
  form.contact-form input[type="text"]:disabled {
    background-color: rgba(14, 40, 79, 0.1) !important; }

form.contact-form .action {
  padding-top: 20px; }
  form.contact-form .action .btn.sent {
    background-color: #4eaf2e;
    border-color: #4eaf2e;
    color: white; }
  @media (max-width: 767px) {
    form.contact-form .action .btn {
      display: block;
      width: 100%; } }
form.contact-form span.error {
  color: #FF1615;
  display: block;
  font-weight: 500;
  font-size: 12px;
  margin: -5px 0 25px 25%;
  padding-left: 10px; }

form.contact-form.sent {
  pointer-events: none; }
  form.contact-form.sent input, form.contact-form.sent label, form.contact-form.sent textarea {
    opacity: 0.5; }

.body .success_message {
  display: none; }
  .body .success_message h5 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px; }
  .body .success_message h6 {
    border-bottom: 2px solid #0e284f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px; }
  .body .success_message ul li:not(:last-child) {
    margin-bottom: 5px; }

body.quienes-somos #hero {
  background-color: #7292C1;
  background-image: url(../images/hero-quienes-somos-lg.jpg); }
  @media (max-width: 767px) {
    body.quienes-somos #hero {
      background-image: url(../images/hero-quienes-somos-sm.jpg); } }
body.quienes-somos section {
  text-align: center; }

body.quienes-somos .box {
  background: white;
  border: 2px solid #0e284f;
  padding: 20px 20px 60px;
  position: relative; }
  body.quienes-somos .box .title_container {
    margin-top: -40px; }
    body.quienes-somos .box .title_container h1 {
      background: white;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px; }
  body.quienes-somos .box h2 {
    margin-top: 60px; }
  body.quienes-somos .box p {
    max-width: 650px;
    margin: 20px auto 0; }
  body.quienes-somos .box .top, body.quienes-somos .box .bottom {
    border-left: 2px solid #0e284f;
    border-right: 2px solid #0e284f;
    height: 40px;
    left: 15px;
    position: absolute;
    width: calc(100% - 30px); }
    body.quienes-somos .box .top:before, body.quienes-somos .box .top:after, body.quienes-somos .box .bottom:before, body.quienes-somos .box .bottom:after {
      border-top: 2px solid #0e284f;
      content: "";
      width: 40px;
      position: absolute; }
    body.quienes-somos .box .top:before, body.quienes-somos .box .bottom:before {
      left: 0; }
    body.quienes-somos .box .top:after, body.quienes-somos .box .bottom:after {
      right: 0; }
  body.quienes-somos .box .top {
    top: 15px; }
    body.quienes-somos .box .top:before, body.quienes-somos .box .top:after {
      top: 0; }
  body.quienes-somos .box .bottom {
    bottom: 15px; }
    body.quienes-somos .box .bottom:before, body.quienes-somos .box .bottom:after {
      bottom: 0; }

@media (max-width: 700px) {
  body.quienes-somos .box.first {
    margin-top: 25px; }
    body.quienes-somos .box.first h1 {
      font-size: 24px; } }

section.padding.blue {
  background: #a8d6ef;
  padding-top: 220px;
  margin-top: -170px; }
  section.padding.blue .wrapper {
    max-width: 900px; }
    @media (min-width: 900px) {
      section.padding.blue .wrapper .box {
        padding-left: 80px;
        padding-right: 80px; } }
table {
  border-collapse: collapse;
  margin-top: 60px;
  text-align: left;
  width: 100%; }
  table.sm {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }
  table thead {
    font-family: 'Merriweather', serif;
    font-weight: bold; }
  @media (min-width: 768px) {
    table td, table th {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 16px 20px;
      width: 36%; }
      table td:first-child, table th:first-child {
        width: 24%; }
      table td:before, table th:before {
        content: "| "; }
      table td:not(:last-child), table th:not(:last-child) {
        border-right: 1px solid #0e284f; }
    table th {
      padding-bottom: 30px; }
    table td {
      font-size: 12px; }
      table td:nth-child(2):before {
        content: ""; } }
  @media (max-width: 767px) {
    table {
      margin-top: 20px; }
      table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      table tr {
        display: block;
        border-bottom: 1px solid #0e284f;
        margin-bottom: 10px;
        padding-bottom: 10px; }
      table td {
        display: block;
        font-weight: bold; }
        table td + td {
          margin-top: 5px; }
        table td:before {
          content: attr(data-label) ": ";
          font-weight: 400;
          text-transform: uppercase;
          display: block; } }
html, body {
  overflow-x: hidden; }

body {
  -webkit-text-size-adjust: 100%;
  color: #0e284f;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  line-height: 1.4; }
  body.avoid-scrolling {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    height: 100vh; }
  body .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    padding-left: 25px;
    padding-right: 25px; }
    body .wrapper.wider {
      max-width: 1360px; }
    @media (max-width: 767px) {
      body .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      body .wrapper.mobile_no_padding {
        padding-left: 0;
        padding-right: 0; } }
  body a {
    transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    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; }

.padding {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .padding {
      padding: 45px 0; } }
.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; } }

.nowrap {
  white-space: nowrap; }

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

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

.mfp-bg {
  -webkit-backdrop-filter: blur(5px); }

.mfp-arrow {
  opacity: 0.8; }
  .mfp-arrow:before {
    display: none; }
  .mfp-arrow:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border: 0 none;
    color: white;
    font-size: 40px;
    margin-top: -5px; }
  .mfp-arrow.mfp-arrow-right:after {
    font-family: 'fontAwesome';
    content: "\f105";
    font-weight: normal; }
  .mfp-arrow.mfp-arrow-left:after {
    font-family: 'fontAwesome';
    content: "\f104";
    font-weight: normal; }
  @media (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      height: 50px;
      margin: -5px 10px 0;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      width: 34px; }
      .mfp-arrow:active {
        margin-top: -5px; }
      .mfp-arrow:after {
        margin-left: 100px; } }
.title-lg {
  font-size: 30px;
  line-height: 1.2; }
  .title-lg strong {
    font-family: 'Merriweather', serif;
    font-weight: bold; }
    .title-lg strong span {
      border-bottom: 2px solid white;
      padding-bottom: 5px; }
  .title-lg.blue strong span {
    border-color: #0e284f; }

.title-md {
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-size: 25px; }
  .title-md:not(.no_underline) {
    border-bottom: 2px solid #0e284f;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 5px; }

#hero.inner {
  height: 500px;
  background: no-repeat center center;
  background-size: cover; }
  @media (min-width: 768px) {
    #hero.inner {
      margin-bottom: 30px; } }
