@charset "UTF-8";
/* 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.08333rem;
  display: inline-block;
  height: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 1.25rem;
  position: relative; }
  .lines:before, .lines:after {
    background: white;
    border-radius: 0.08333rem;
    display: inline-block;
    height: 0.125rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 1.25rem;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.08929rem center;
    -webkit-transform-origin: 0.08929rem center; }
  .lines:before {
    top: 0.3125rem; }
  .lines:after {
    top: -0.3125rem; }

.lines-button {
  border-radius: 0.17857rem;
  cursor: pointer;
  display: inline-block;
  padding: 0.4386rem;
  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; } }

/* Responsive Tabs */
.r-tabs {
  position: relative; }

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #62C6BF; }

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; }

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #353534; }

/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color: white;
  border-bottom: 4px solid white; }

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #62C6BF;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px; }

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #fff;
  color: #62C6BF; }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 767px) {
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: block; } }

ul.slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center; }
  ul.slick-dots li {
    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: 50%;
    border: 0 none;
    display: inline-block;
    margin: 5px;
    vertical-align: middle; }
    ul.slick-dots li button {
      transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      -webkit-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: white;
      border: 0 none;
      border-radius: 50%;
      cursor: pointer;
      display: block;
      height: 9px;
      padding: 0;
      text-indent: -30000px;
      width: 9px; }
      ul.slick-dots li button:focus {
        outline: 0 none;
        background: white; }
    ul.slick-dots li:not(.slick-active) button {
      opacity: 0.6;
      width: 6px;
      height: 6px; }
      ul.slick-dots li:not(.slick-active) button:hover {
        opacity: 0.85; }
    ul.slick-dots li.slick-active {
      border-color: white; }
      ul.slick-dots li.slick-active button {
        background: white; }

.slick-arrow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  font-size: 24px;
  padding: 10px 10px;
  cursor: pointer;
  z-index: 1; }
  .slick-arrow.arrow {
    background: url(../images/arrow.svg) no-repeat right center;
    height: 12px;
    padding: 0;
    width: 42px; }
    .slick-arrow.arrow:hover {
      width: 30px; }
  .slick-arrow.absolute {
    margin-top: -6px;
    position: absolute;
    top: 50%; }
    @media (max-width: 700px) {
      .slick-arrow.absolute {
        bottom: 28px;
        top: auto; } }
    .slick-arrow.absolute.slick-prev {
      left: 15px;
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    .slick-arrow.absolute.slick-next {
      right: 15px; }

.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: #19B0BF;
  border: 1px solid #19B0BF;
  border-radius: 24px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 40px;
  text-align: center;
  position: relative; }
  .btn:hover {
    background: #138692; }
    .btn:hover span.icon {
      -webkit-transform: rotate(10deg) scale(1.1);
      transform: rotate(10deg) scale(1.1); }
  .btn.wide {
    font-size: 13px;
    padding: 8px 70px 10px; }
    @media (max-width: 600px) {
      .btn.wide {
        font-size: 15px; } }
  .btn.green {
    background: #62C6BF;
    border-color: #62C6BF; }
    .btn.green:hover {
      background: #41b4ac; }
  .btn.blue {
    background: #216384;
    border-color: #216384; }
    .btn.blue:hover {
      background: #17445b; }
  .btn span, .btn img {
    display: inline-block;
    vertical-align: middle; }
    .btn span + *, .btn img + * {
      margin-left: 5px; }
    .btn span.lab, .btn img.lab {
      transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      -webkit-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      background: url(../images/icon-lab.svg) no-repeat center center;
      height: 16px;
      width: 16px;
      margin-left: -5px; }
  .btn i[class*="fa-chevron"] {
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    margin-right: -10px; }
  .btn i[class*="fa-file-pdf-o"] {
    margin-right: 5px; }
  .btn.white {
    border-color: white;
    background: white;
    color: #19B0BF; }
    .btn.white:hover {
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 0 0 5px white inset;
              box-shadow: 0 0 5px white inset; }
  .btn.block {
    display: block; }
  .btn.alt {
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 30px; }
  .btn.no-transition {
    transition: all 0s ease;
    -moz-transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease; }
  .btn.md {
    font-size: 14px;
    padding: 10px 20px; }
    .btn.md i {
      margin: 0 0 0 5px; }
  .btn.sm {
    font-size: 13px;
    padding: 6px 30px; }
  .btn.angle:after {
    font-family: 'fontAwesome';
    content: "\f105";
    font-weight: normal;
    font-style: normal;
    margin-left: 8px; }

header#header {
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  left: 0;
  padding: 15px 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: -ms-linear-gradient(0deg, rgba(98, 198, 191, 0.8) 0%, rgba(98, 198, 191, 0.8) 13.51%, rgba(25, 176, 191, 0.8) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#62C6BF', endColorstr='#19B0BF' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgba(98, 198, 191, 0.8)), color-stop(13.51%, rgba(98, 198, 191, 0.8)), to(rgba(25, 176, 191, 0.8)));
  background: linear-gradient(90deg, rgba(98, 198, 191, 0.8) 0%, rgba(98, 198, 191, 0.8) 13.51%, rgba(25, 176, 191, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62C6BF',endColorstr='#19B0BF' , GradientType=1); }
  header#header.open {
    top: calc(100vh - 84px); }
    @media (min-height: 815px) {
      header#header.open {
        top: 680px; } }
    header#header.open li.triang a {
      font-weight: 600; }
  header#header.scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  @media (min-width: 768px) {
    header#header > .wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  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; }
    header#header a.logo:hover {
      opacity: 0.85; }
  header#header nav a {
    transition: all 0.07s ease;
    -moz-transition: all 0.07s ease;
    -webkit-transition: all 0.07s ease;
    -o-transition: all 0.07s ease;
    color: white; }
    header#header nav a:hover {
      opacity: 0.85; }
  @media (min-width: 768px) {
    header#header nav > ul {
      display: flex;
      justify-content: space-around;
      align-items: center; }
      header#header nav > ul li {
        margin: 0 5%; } }
  @media (min-width: 1080px) and (max-width: 1160px) {
    header#header nav > ul li {
      margin: 0 3%; } }
  @media (min-width: 1030px) and (max-width: 1079px) {
    header#header nav > ul li {
      margin: 0 2%; } }
  header#header nav > ul li {
    position: relative; }
    header#header nav > ul li.active {
      font-weight: 600; }
      header#header nav > ul li.active:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: white;
        border-radius: 50%;
        bottom: -9px;
        content: "";
        height: 6px;
        position: absolute;
        width: 6px; }
    header#header nav > ul li.triang:before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      background: white;
      content: "";
      height: 30px;
      margin-left: -15px;
      position: absolute;
      top: -56px;
      width: 30px; }
  @media (min-width: 768px) and (max-width: 1029px) {
    header#header nav ul li {
      margin: 0 5%; }
    header#header a.btn.alt {
      font-size: 12px;
      padding: 8px 20px; }
    header#header a.logo {
      width: 50px;
      overflow: hidden; } }
  @media (min-width: 840px) and (max-width: 930px) {
    header#header nav ul li {
      margin: 0 3%; } }
  @media (min-width: 768px) and (max-width: 839px) {
    header#header nav ul li {
      margin: 0 1.5%; } }
  header#header button.lines-button {
    display: none;
    position: absolute;
    right: 10px;
    top: 20px; }
  @media (max-width: 767px) {
    header#header {
      padding: 10px 0; }
      header#header a.btn {
        display: none; }
      header#header nav {
        display: none;
        padding: 20px 0;
        font-size: 18px; }
        header#header nav ul li {
          padding: 10px 0; }
          header#header nav ul li.active:after {
            bottom: 0; }
      header#header button.lines-button {
        display: block; }
      header#header.nav-is-open a.btn {
        display: inline-block; }
      header#header.nav-is-open nav {
        display: block; }
      header#header .resultados-dropdown ul {
        width: auto;
        position: relative; } }

footer#footer {
  background: #19B0BF;
  border-top: 6px solid #62C6BF;
  color: white;
  font-size: 15px;
  padding-top: 50px; }
  footer#footer a:not(.btn) {
    color: white; }
  footer#footer img.logo {
    margin: 10px 0 35px; }
  footer#footer img.icon {
    margin: 10px 0; }
  footer#footer h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px; }
  footer#footer p + h3, footer#footer address + h3 {
    margin-top: 25px; }
  @media (min-width: 992px) {
    footer#footer .col-md-3:not(:first-child) {
      padding-left: 20px;
      padding-right: 10px;
      border-left: 1px solid rgba(255, 255, 255, 0.3); } }
  footer#footer .col-md-3 a.email {
    display: inline-block;
    margin-top: 19px; }
  @media (max-width: 1190px) {
    footer#footer {
      font-size: 15px; } }
  @media (max-width: 1135px) {
    footer#footer a.email {
      font-size: 13px; } }
  @media (max-width: 991px) {
    footer#footer {
      text-align: center;
      padding-top: 30px; }
      footer#footer img.logo {
        margin: 0 auto 25px; }
      footer#footer .col-md-3:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 10px 0 30px; } }
  footer#footer .resultados-dropdown ul li a:not(:hover) {
    color: rgba(53, 53, 52, 0.9); }
  footer#footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 12px;
    margin-top: 20px;
    padding: 18px 0;
    text-align: center; }
    @media (min-width: 550px) {
      footer#footer .copyright a.sz {
        border-left: 1px solid white;
        margin-left: 10px;
        padding-left: 12px; } }
    @media (max-width: 549px) {
      footer#footer .copyright a.sz {
        display: block;
        font-size: 14px;
        margin-top: 10px; }
        footer#footer .copyright a.sz:before {
          border-top: 1px solid white;
          content: "";
          display: block;
          margin: 15px auto 15px;
          width: 25px; } }

.home #hero {
  color: white;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase; }
  .home #hero ul.slider li:not([role="presentation"]), .home #hero ul.slider .slick-slide {
    background: no-repeat center center;
    background-size: cover; }
  .home #hero #institucional {
    background-color: #5A9BC2;
    background-image: url(../images/hero-tubes-lg.jpg); }
    @media (max-width: 1600px) {
      .home #hero #institucional {
        background-image: url(../images/hero-tubes-md.jpg); } }
    @media (max-width: 1000px) {
      .home #hero #institucional {
        background-image: url(../images/hero-tubes-sm.jpg); } }
  .home #hero #antecedentes {
    background-color: #92ABAA;
    background-image: url(../images/hero-antecedentes-md.jpg); }
    @media (max-width: 1000px) {
      .home #hero #antecedentes {
        background-image: url(../images/hero-antecedentes-sm.jpg); } }
  .home #hero .text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    align-items: center;
    display: flex;
    height: 600px;
    justify-content: center; }
    @media (max-width: 600px) {
      .home #hero .text {
        height: 100vh; } }
  .home #hero .content {
    width: 100%; }
  .home #hero .icon {
    background: url(../images/icon-test-tube.svg) no-repeat center center;
    height: 20px;
    margin: 0 auto 15px;
    width: 20px; }
    .home #hero .icon.antecedentes {
      background-image: url(../images/icon-antecedentes.svg); }
  .home #hero h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 25px; }
    @media (max-width: 767px) {
      .home #hero h1 {
        font-size: 24px;
        line-height: 1.2;
        margin-top: 20px; } }

.home #accesos-directos {
  padding: 40px 0; }

.nosotros section > div:not(.hero) {
  padding: 60px 0; }
  .nosotros section > div:not(.hero).green {
    background: #e5f6f4; }

.pacientes .content, .medicos .content {
  margin-top: 0; }
  .pacientes .content .btn, .medicos .content .btn {
    margin-bottom: 25px; }
  @media (max-width: 767px) {
    .pacientes .content, .medicos .content {
      padding: 0; } }
  .pacientes .content .responsive-tabs-container, .medicos .content .responsive-tabs-container {
    padding: 70px 0 0 0; }
    .pacientes .content .responsive-tabs-container .r-tabs-panel, .medicos .content .responsive-tabs-container .r-tabs-panel {
      border-bottom: 0 none;
      padding: 50px 0 0 0; }
      .pacientes .content .responsive-tabs-container .r-tabs-panel .content, .medicos .content .responsive-tabs-container .r-tabs-panel .content {
        padding-bottom: 0; }
    @media (max-width: 767px) {
      .pacientes .content .responsive-tabs-container, .medicos .content .responsive-tabs-container {
        padding: 50px 0; }
        .pacientes .content .responsive-tabs-container .r-tabs-accordion-title a br, .medicos .content .responsive-tabs-container .r-tabs-accordion-title a br {
          display: none; }
        .pacientes .content .responsive-tabs-container .r-tabs-panel, .medicos .content .responsive-tabs-container .r-tabs-panel {
          padding: 30px 0; } }
    @media (min-width: 768px) {
      .pacientes .content .responsive-tabs-container, .medicos .content .responsive-tabs-container {
        position: relative; }
        .pacientes .content .responsive-tabs-container:before, .medicos .content .responsive-tabs-container:before {
          background: #d2efed;
          content: "";
          height: 154px;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .pacientes .content .responsive-tabs-container:before, .medicos .content .responsive-tabs-container:before {
        height: 148px; } }
  .pacientes .content #responsiveTabs .r-tabs-anchor .icon, .medicos .content #responsiveTabs .r-tabs-anchor .icon {
    background: url(../images/icon-sprite-truck.svg) no-repeat center -200px;
    height: 62px;
    width: 94px; }
    .pacientes .content #responsiveTabs .r-tabs-anchor .icon.computer, .medicos .content #responsiveTabs .r-tabs-anchor .icon.computer {
      background-image: url(../images/icon-sprite-computer.svg); }
    .pacientes .content #responsiveTabs .r-tabs-anchor .icon.clipboard, .medicos .content #responsiveTabs .r-tabs-anchor .icon.clipboard {
      background-image: url(../images/icon-sprite-clipboard.svg); }
    .pacientes .content #responsiveTabs .r-tabs-anchor .icon.table, .medicos .content #responsiveTabs .r-tabs-anchor .icon.table {
      background-image: url(../images/icon-sprite-table.svg); }
    .pacientes .content #responsiveTabs .r-tabs-anchor .icon.health, .medicos .content #responsiveTabs .r-tabs-anchor .icon.health {
      background-image: url(../images/icon-sprite-health.svg); }
    .pacientes .content #responsiveTabs .r-tabs-anchor .icon.faqs, .medicos .content #responsiveTabs .r-tabs-anchor .icon.faqs {
      background-image: url(../images/icon-sprite-faqs.svg); }
  @media (max-width: 767px) {
    .pacientes .content #responsiveTabs .r-tabs-anchor, .medicos .content #responsiveTabs .r-tabs-anchor {
      border-bottom: 1px solid #48bcb4;
      position: relative;
      font-size: 18px; }
      .pacientes .content #responsiveTabs .r-tabs-anchor:after, .medicos .content #responsiveTabs .r-tabs-anchor:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: white;
        content: "\f067";
        font-family: 'fontAwesome';
        font-weight: normal;
        position: absolute;
        right: 20px; }
      .pacientes .content #responsiveTabs .r-tabs-anchor .icon, .medicos .content #responsiveTabs .r-tabs-anchor .icon {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        margin-right: 30px;
        vertical-align: middle;
        zoom: 0.6; }
    .pacientes .content #responsiveTabs .r-tabs-state-active .r-tabs-anchor, .medicos .content #responsiveTabs .r-tabs-state-active .r-tabs-anchor {
      background: #e5f6f4;
      border-bottom: 1px solid #d2efed; }
      .pacientes .content #responsiveTabs .r-tabs-state-active .r-tabs-anchor .icon, .medicos .content #responsiveTabs .r-tabs-state-active .r-tabs-anchor .icon {
        background-position: center top; }
      .pacientes .content #responsiveTabs .r-tabs-state-active .r-tabs-anchor:after, .medicos .content #responsiveTabs .r-tabs-state-active .r-tabs-anchor:after {
        content: "\f068";
        color: #62C6BF; }
      .pacientes .content #responsiveTabs .r-tabs-state-active .r-tabs-anchor:hover, .medicos .content #responsiveTabs .r-tabs-state-active .r-tabs-anchor:hover {
        opacity: 1; } }
  @media (min-width: 768px) {
    .pacientes .content #responsiveTabs, .medicos .content #responsiveTabs {
      position: relative; }
      .pacientes .content #responsiveTabs a, .medicos .content #responsiveTabs a {
        position: relative; }
      .pacientes .content #responsiveTabs .icon, .medicos .content #responsiveTabs .icon {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: -31px auto 0 auto;
        position: absolute;
        top: 0; }
      .pacientes .content #responsiveTabs .r-tabs-anchor:hover, .medicos .content #responsiveTabs .r-tabs-anchor:hover {
        opacity: 1; }
        .pacientes .content #responsiveTabs .r-tabs-anchor:hover .icon, .medicos .content #responsiveTabs .r-tabs-anchor:hover .icon {
          background-position: center top; } }
  .pacientes .content #responsiveTabs > ul > li a br, .medicos .content #responsiveTabs > ul > li a br {
    display: none; }
  .pacientes .content #responsiveTabs > ul > li.r-tabs-state-active .r-tabs-anchor, .medicos .content #responsiveTabs > ul > li.r-tabs-state-active .r-tabs-anchor {
    pointer-events: none; }
    .pacientes .content #responsiveTabs > ul > li.r-tabs-state-active .r-tabs-anchor .icon, .medicos .content #responsiveTabs > ul > li.r-tabs-state-active .r-tabs-anchor .icon {
      background-position: center top; }
  @media (min-width: 768px) {
    .pacientes .content #responsiveTabs > ul, .medicos .content #responsiveTabs > ul {
      display: flex;
      height: 100%;
      justify-content: space-between; }
      .pacientes .content #responsiveTabs > ul li, .medicos .content #responsiveTabs > ul li {
        background: transparent;
        text-align: center; }
        .pacientes .content #responsiveTabs > ul li.r-tabs-state-active a, .medicos .content #responsiveTabs > ul li.r-tabs-state-active a {
          background: white; }
        .pacientes .content #responsiveTabs > ul li:not(.r-tabs-state-active) a, .medicos .content #responsiveTabs > ul li:not(.r-tabs-state-active) a {
          background: #e5f6f4;
          color: #62C6BF; }
          .pacientes .content #responsiveTabs > ul li:not(.r-tabs-state-active) a:hover, .medicos .content #responsiveTabs > ul li:not(.r-tabs-state-active) a:hover {
            color: #353534; }
        .pacientes .content #responsiveTabs > ul li a, .medicos .content #responsiveTabs > ul li a {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -moz-box-sizing: border-box;
          align-items: center;
          border-radius: 20px 20px 0 0;
          display: flex;
          height: 100%;
          padding: 20px;
          padding-top: 45px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .pacientes .content #responsiveTabs > ul li a, .medicos .content #responsiveTabs > ul li a {
      padding: 20px 15px; }
      .pacientes .content #responsiveTabs > ul li a br, .medicos .content #responsiveTabs > ul li a br {
        display: block; } }

.pacientes .indicaciones a#ver-indicaciones.opened i:before, .medicos .indicaciones a#ver-indicaciones.opened i:before {
  content: "\f077"; }

.pacientes .indicaciones #listado-indicaciones, .medicos .indicaciones #listado-indicaciones {
  display: none;
  margin-top: 30px; }

@media (min-width: 768px) {
  .pacientes .extracciones ol.numbered-list.circles-and-arrows > *, .medicos .extracciones ol.numbered-list.circles-and-arrows > * {
    padding-left: 280px; }
  .pacientes .extracciones ol.numbered-list.circles-and-arrows > li, .medicos .extracciones ol.numbered-list.circles-and-arrows > li {
    background: url(../images/icon-circle-phone.svg) 60px top no-repeat;
    min-height: 145px;
    display: flex;
    align-items: center;
    height: 100%; }
    .pacientes .extracciones ol.numbered-list.circles-and-arrows > li:before, .pacientes .extracciones ol.numbered-list.circles-and-arrows > li p:before, .medicos .extracciones ol.numbered-list.circles-and-arrows > li:before, .medicos .extracciones ol.numbered-list.circles-and-arrows > li p:before {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .pacientes .extracciones ol.numbered-list.circles-and-arrows > li:nth-child(2), .medicos .extracciones ol.numbered-list.circles-and-arrows > li:nth-child(2) {
      background-image: url(../images/icon-circle-clipboard.svg); }
    .pacientes .extracciones ol.numbered-list.circles-and-arrows > li:nth-child(3), .medicos .extracciones ol.numbered-list.circles-and-arrows > li:nth-child(3) {
      background-image: url(../images/icon-circle-truck.svg); }
    .pacientes .extracciones ol.numbered-list.circles-and-arrows > li:nth-child(4), .medicos .extracciones ol.numbered-list.circles-and-arrows > li:nth-child(4) {
      background-image: url(../images/icon-circle-computer.svg); }
    .pacientes .extracciones ol.numbered-list.circles-and-arrows > li p, .medicos .extracciones ol.numbered-list.circles-and-arrows > li p {
      margin: 0; } }

.pacientes .cobertura ul.rounded-corners li, .medicos .cobertura ul.rounded-corners li {
  position: relative; }
  .pacientes .cobertura ul.rounded-corners li img, .medicos .cobertura ul.rounded-corners li img {
    margin: 0 auto; }

@media (max-width: 767px) {
  .pacientes .cobertura .obras-sociales, .medicos .cobertura .obras-sociales {
    margin-top: 50px; }
    .pacientes .cobertura .obras-sociales ul.simple-list, .medicos .cobertura .obras-sociales ul.simple-list {
      margin: 0; }
    .pacientes .cobertura .obras-sociales > div + div ul.simple-list, .medicos .cobertura .obras-sociales > div + div ul.simple-list {
      margin: -1px 0 30px 0; } }

.pacientes .cobertura a.tooltip, .medicos .cobertura a.tooltip {
  background: #d2efed;
  border-left: 4px solid #e5f6f4;
  border-radius: 0 0 16px 0;
  border-top: 4px solid #e5f6f4;
  bottom: 0;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 35px; }
  .pacientes .cobertura a.tooltip:hover, .medicos .cobertura a.tooltip:hover {
    background: #62C6BF;
    opacity: 1; }
    .pacientes .cobertura a.tooltip:hover > i, .medicos .cobertura a.tooltip:hover > i {
      color: white; }
  .pacientes .cobertura a.tooltip span, .medicos .cobertura a.tooltip span {
    visibility: hidden;
    opacity: 0; }
  @media (min-width: 768px) {
    .pacientes .cobertura a.tooltip span, .medicos .cobertura a.tooltip span {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      transition: all, 0.5s;
      -moz-transition: all, 0.5s;
      -webkit-transition: all, 0.5s;
      -o-transition: all, 0.5s;
      background: white;
      border-radius: 4px;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
      content: "AUDITORÍA ELECTRÓNICA >";
      font-size: 16px;
      padding: 5px 10px;
      position: absolute;
      top: -50px;
      width: 240px;
      z-index: 1; }
      .pacientes .cobertura a.tooltip span i, .medicos .cobertura a.tooltip span i {
        font-size: 10px; }
      .pacientes .cobertura a.tooltip span:after, .medicos .cobertura a.tooltip span:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "\f0d7";
        color: white;
        font-family: 'fontAwesome';
        bottom: -20px;
        position: absolute;
        font-size: 25px; }
    .pacientes .cobertura a.tooltip:hover, .medicos .cobertura a.tooltip:hover {
      opacity: 1; }
      .pacientes .cobertura a.tooltip:hover span, .medicos .cobertura a.tooltip:hover span {
        opacity: 1;
        visibility: visible; } }
  @media (max-width: 767px) {
    .pacientes .cobertura a.tooltip, .medicos .cobertura a.tooltip {
      font-size: 15px;
      height: 25px;
      line-height: 25px;
      width: 25px; } }

#contacto {
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
  background: -ms-linear-gradient(0deg, #62c6bf 0%, #62c6bf 13.51%, #19b0bf 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#62C6BF', endColorstr='#19B0BF' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(#62c6bf), color-stop(13.51%, #62c6bf), to(#19b0bf));
  background: linear-gradient(90deg, #62c6bf 0%, #62c6bf 13.51%, #19b0bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62C6BF',endColorstr='#19B0BF' , GradientType=1);
  height: calc(100vh - 84px);
  top: 0; }
  @media (min-height: 815px) {
    #contacto {
      height: 680px; } }
  #contacto:not(.open) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  #contacto .map {
    height: 50%; }
  #contacto .white-box {
    bottom: 0;
    position: absolute; }

.contacto #map {
  background: #f5f5f5;
  height: 600px;
  margin-top: -200px;
  position: absolute;
  left: 0;
  width: 100%; }
  @media (min-width: 1900px) {
    .contacto #map {
      background-size: cover; } }
  .contacto #map #burbuja h1 {
    color: #62C6BF;
    font-size: 15px;
    font-weight: 500; }
  .contacto #map #burbuja p {
    font-size: 14px;
    margin: 0; }

.contacto .white-box {
  background: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  padding: 40px;
  position: relative; }
  @media (min-width: 751px) and (max-height: 620px) {
    .contacto .white-box {
      padding: 20px 40px; } }
  .contacto .white-box a.close {
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    color: white;
    display: inline-block;
    font-size: 1px;
    height: 26px;
    opacity: 0.6;
    position: absolute;
    right: 20px;
    text-indent: -3000px;
    top: 20px;
    width: 26px; }
    .contacto .white-box a.close:hover {
      opacity: 1; }
    .contacto .white-box a.close:before, .contacto .white-box a.close:after {
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      border-top: 2px solid #62635f;
      content: "";
      display: block;
      position: absolute;
      top: 12px;
      width: 100%; }
    .contacto .white-box a.close:after {
      transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }
  @media (min-width: 768px) {
    .contacto .white-box > .row > .col-sm-8 {
      padding-right: 30px; }
    .contacto .white-box > .row > .col-sm-4 {
      padding-left: 30px; } }

.contacto .sidebar {
  border: 2px solid rgba(98, 198, 191, 0.3);
  border-width: 0 0 0 2px;
  font-size: 14px; }
  .contacto .sidebar ul.social {
    margin-bottom: 12px; }
    .contacto .sidebar ul.social li {
      font-size: 20px; }
  .contacto .sidebar a.wa i {
    margin-right: 3px; }
  .contacto .sidebar a.email {
    display: inline-block;
    margin-top: 12px; }
  @media (max-width: 767px) {
    .contacto .sidebar {
      border-width: 2px 0 0 0; } }
  @media (min-width: 768px) and (max-width: 1100px) {
    .contacto .sidebar .title-icon {
      margin-bottom: 5px; }
    .contacto .sidebar p br {
      display: none; } }

body.contacto div.contacto {
  background: -ms-linear-gradient(0deg, #62c6bf 0%, #62c6bf 13.51%, #19b0bf 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#62C6BF', endColorstr='#19B0BF' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(#62c6bf), color-stop(13.51%, #62c6bf), to(#19b0bf));
  background: linear-gradient(90deg, #62c6bf 0%, #62c6bf 13.51%, #19b0bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62C6BF',endColorstr='#19B0BF' , GradientType=1);
  padding-bottom: 60px; }

body.contacto #map {
  position: relative;
  background-position: center top; }

body.contacto .white-box {
  margin-top: -210px; }
  body.contacto .white-box a.close {
    display: none; }

@media (max-width: 750px) {
  body.contacto .white-box {
    margin-top: -230px;
    padding: 20px 20px 30px; }
  body.contacto form button {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  body.contacto .sidebar {
    font-size: 16px; }
    body.contacto .sidebar p {
      font-size: 16px; }
      body.contacto .sidebar p strong {
        display: block; }
    body.contacto .sidebar h3 {
      margin-top: 30px;
      font-size: 18px; } }

body.turnos-online h2 {
  color: #62635F;
  margin: 70px auto;
  font-size: 18px;
  max-width: 900px; }

body.turnos-online ol li {
  color: #62635F;
  margin-bottom: 50px;
  position: relative; }
  body.turnos-online ol li .number {
    background: white;
    border-radius: 20px 0;
    border: 4px solid #BCD0DA;
    color: #216384;
    font-size: 30px;
    font-weight: bold;
    height: 62px;
    left: 15px;
    line-height: 62px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 62px; }
    body.turnos-online ol li .number.teal {
      border-color: #BAE7EC;
      color: #19B0BF; }
    body.turnos-online ol li .number.green {
      color: #62C6BF;
      border-color: #D0EEEC; }
  body.turnos-online ol li img {
    display: block;
    height: auto;
    margin: 0 auto 25px;
    width: 100%; }
  body.turnos-online ol li strong.blue {
    color: #216384; }
  body.turnos-online ol li strong.teal {
    color: #19B0BF; }
  body.turnos-online ol li strong.green {
    color: #62C6BF; }

@media (max-width: 767px) {
  body.turnos-online ol p {
    font-size: 16px; } }

body.turnos-online #checkin {
  background: rgba(33, 99, 132, 0.15);
  padding: 60px 0; }
  body.turnos-online #checkin.success {
    background: rgba(32, 179, 148, 0.15); }
    body.turnos-online #checkin.success .alert-success {
      text-align: center; }
      body.turnos-online #checkin.success .alert-success h2, body.turnos-online #checkin.success .alert-success p {
        color: #20B394;
        font-size: 18px; }
      body.turnos-online #checkin.success .alert-success h2 {
        font-weight: 600;
        margin-bottom: 30px;
        font-size: 24px; }
  body.turnos-online #checkin h3 {
    color: #216384;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 35px;
    text-align: center; }
  body.turnos-online #checkin form {
    max-width: 960px;
    margin: 0 auto; }
    body.turnos-online #checkin form .group {
      margin-bottom: 30px;
      position: relative; }
      body.turnos-online #checkin form .group label {
        font-size: 15px; }
        body.turnos-online #checkin form .group label.absolute {
          position: absolute;
          left: 18px;
          top: 14px; }
        body.turnos-online #checkin form .group label.required:after {
          content: " *"; }
    body.turnos-online #checkin form input {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      background: white;
      border: 2px solid white;
      border-radius: 0;
      color: #353534;
      display: block;
      padding: 17px 16px 8px;
      width: 100%; }
      body.turnos-online #checkin form input:focus {
        outline: 0 none; }
      body.turnos-online #checkin form input[type="text"]:focus {
        border-color: #19B0BF;
        background-color: rgba(186, 231, 236, 0.8); }
      body.turnos-online #checkin form input[type="text"]:focus + label.absolute, body.turnos-online #checkin form input[type="text"].focus + label.absolute {
        top: 3px;
        color: #19B0BF;
        font-size: 11px; }
      body.turnos-online #checkin form input.error {
        -webkit-box-shadow: 0 0 0 2px #FF4544 inset;
                box-shadow: 0 0 0 2px #FF4544 inset;
        background-color: rgba(255, 69, 68, 0.1); }
    body.turnos-online #checkin form .upload {
      background: white;
      padding: 16px; }
      body.turnos-online #checkin form .upload input {
        font-size: 12px; }
      body.turnos-online #checkin form .upload .files {
        color: #216384;
        font-size: 13px; }
        body.turnos-online #checkin form .upload .files span {
          font-size: 13px;
          word-break: break-all; }
      body.turnos-online #checkin form .upload .text-danger {
        color: #FF4544; }
    body.turnos-online #checkin form .upload-label {
      display: block;
      text-align: center;
      background: url(../images/icon-orden-medica.svg) no-repeat center top;
      padding-top: 46px;
      font-weight: 500;
      color: #216384; }
      body.turnos-online #checkin form .upload-label.obra-social {
        background-image: url(../images/icon-obra-social.svg); }
      body.turnos-online #checkin form .upload-label.dni {
        background-image: url(../images/icon-dni.svg); }
      body.turnos-online #checkin form .upload-label strong {
        color: #62635F;
        margin-top: 20px;
        font-weight: 400;
        font-size: 13px;
        display: block; }

body.turnos-online .error-message {
  display: block;
  color: #FF4544;
  margin-bottom: 20px;
  font-size: 14px; }

.hero {
  background: #a1a39b no-repeat center center;
  background-size: cover;
  align-items: center;
  display: flex;
  height: 100%;
  min-height: 400px; }
  .hero .text {
    text-align: center; }
    .hero .text img {
      margin-bottom: 10px; }
    .hero .text h1 {
      color: white;
      font-size: 22px;
      font-weight: 500;
      text-transform: uppercase;
      text-align: center; }
  @media (min-width: 768px) and (max-height: 640px) {
    .hero {
      height: 100vh; } }
  @media (max-width: 767px) {
    .hero {
      height: 100vh; }
      .hero .text {
        padding-top: 75px; } }
  @media (min-width: 768px) {
    .hero .text {
      padding-top: 85px; } }
  .hero#pacientes {
    background-color: #9fcecf;
    background-image: url(../images/hero-pacientes.jpg); }
  .hero#medicos {
    background-color: #9fdcdf;
    background-image: url(../images/hero-medicos.jpg); }
  .hero#instituciones {
    background-color: #457d92;
    background-image: url(../images/hero-instituciones.jpg); }
  .hero#nosotros {
    background-color: #9cd7e4;
    background-image: url(../images/hero-nosotros.jpg); }
  .hero#web-checkin {
    background-color: #a0bcca;
    background-image: url(../images/hero-checkin.jpg); }

.quote {
  background: #e5f6f4;
  color: #62C6BF;
  padding: 50px 0;
  text-align: center; }
  .quote .title-md {
    font-style: italic;
    font-weight: 600;
    line-height: 30px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .quote .title-md {
        max-width: 760px; } }

p.highlighted {
  background: #ececeb;
  padding: 25px; }
  p.highlighted.blue {
    background: #e0eff7; }
  p.highlighted.teal {
    background: #ddf8fa; }
  p.highlighted.green {
    background: #e5f6f4; }

.accesos {
  display: flex;
  justify-content: space-between;
  padding-top: 20px; }
  .accesos li {
    margin: 20px;
    flex: 1 1 0; }
    .accesos li a {
      transition: all 0s;
      -moz-transition: all 0s;
      -webkit-transition: all 0s;
      -o-transition: all 0s;
      background: #d0eeec;
      border-radius: 15px;
      color: #353534;
      display: block;
      font-size: 18px;
      padding: 20px 10px; }
      .accesos li a h4 {
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: 0.5px; }
      .accesos li a .matchHeight {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 36px; }
      .accesos li a .icon {
        background: url(../images/icon-sprite-truck.svg) no-repeat center top;
        height: 62px;
        margin: -50px auto 10px;
        width: 94px; }
        .accesos li a .icon.computer {
          background-image: url(../images/icon-sprite-computer.svg); }
        .accesos li a .icon.clipboard {
          background-image: url(../images/icon-sprite-clipboard.svg); }
        .accesos li a .icon.table {
          background-image: url(../images/icon-sprite-table.svg); }
        .accesos li a .icon.health {
          background-image: url(../images/icon-sprite-health.svg); }
      .accesos li a:hover {
        background: #216384;
        color: white; }
        .accesos li a:hover .icon {
          background-position: center -100px; }
  @media (max-width: 1150px) {
    .accesos li {
      margin: 20px 10px; } }
  @media (max-width: 980px) {
    .accesos {
      flex-wrap: wrap; }
      .accesos li {
        margin: 20px 20px 40px;
        flex: 1 0 33%; } }
  @media (max-width: 700px) {
    .accesos li {
      margin-left: 10px;
      margin-right: 10px; }
      .accesos li:nth-child(odd) {
        margin-left: 0; }
      .accesos li:nth-child(even), .accesos li:last-child {
        margin-right: 0; } }

.small-checkmarks {
  margin: 15px 0 25px 0; }
  .small-checkmarks li {
    margin-bottom: 7px;
    display: flex;
    align-items: baseline;
    height: 100%; }
    .small-checkmarks li p {
      margin: 0; }
      .small-checkmarks li p i:not(.fa) {
        display: block;
        color: #7b7e74;
        font-size: 12px; }
    .small-checkmarks li:before {
      color: #a1a39b;
      content: "\f00c";
      font-family: "fontAwesome";
      font-size: 12px;
      padding-right: 10px; }
  .small-checkmarks.green li:before {
    color: #62C6BF; }
  .small-checkmarks.teal li:before {
    color: #19B0BF; }
  .small-checkmarks.blue li:before {
    color: #216384; }

.small-dots {
  margin: 15px 0 15px 0; }
  .small-dots > li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 15px; }
    .small-dots > li:before {
      color: #a1a39b;
      content: "•";
      font-size: 18px;
      left: 0;
      position: absolute;
      top: 0; }
    .small-dots > li > p {
      margin: 0; }
  .small-dots.green li:before {
    color: #62C6BF; }
  .small-dots.teal li:before {
    color: #19B0BF; }
  .small-dots.blue li:before {
    color: #216384; }

.big-dots {
  margin: 15px 0 15px 0; }
  .big-dots li {
    margin-bottom: 25px;
    padding-left: 25px; }
    .big-dots li a {
      color: #62C6BF; }
    .big-dots li p {
      margin: 0 0 3px 0; }
      .big-dots li p:first-child:before {
        color: #62C6BF;
        content: "\f192";
        font-family: 'fontAwesome';
        font-size: 15px;
        margin-left: -25px;
        padding-right: 12px; }

.numbered-list {
  counter-reset: my-counter; }
  .numbered-list > li:before {
    color: #a1a39b;
    content: counter(my-counter) ".";
    counter-increment: my-counter;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px; }
  .numbered-list:not(.circles-and-arrows) > li:before {
    display: block; }
  .numbered-list.inline > li:before {
    float: left;
    font-size: 14px;
    margin-right: 10px; }
  .numbered-list.circles-and-arrows > li:before {
    background: #a1a39b;
    border-radius: 100%;
    color: white;
    content: counter(my-counter);
    line-height: 40px;
    margin: 0;
    text-align: center;
    width: 40px; }
  @media (max-width: 767px) {
    .numbered-list.circles-and-arrows > li:before {
      display: block;
      margin: 0 0 15px 0; } }
  @media (min-width: 768px) {
    .numbered-list.circles-and-arrows > * {
      padding-left: 115px; }
    .numbered-list.circles-and-arrows > li {
      position: relative;
      margin-bottom: 35px; }
      .numbered-list.circles-and-arrows > li > img {
        margin: 0; }
      .numbered-list.circles-and-arrows > li:before {
        left: 0;
        position: absolute;
        top: -10px; }
      .numbered-list.circles-and-arrows > li > p:first-of-type {
        position: relative; }
        .numbered-list.circles-and-arrows > li > p:first-of-type:before {
          background: url(../images/dots-arrow-gray.svg) no-repeat center center;
          content: "";
          height: 19px;
          width: 47px;
          position: absolute;
          left: -60px;
          top: 0; } }
  .numbered-list.green:not(.circles-and-arrows) > li:before {
    color: #62C6BF; }
  .numbered-list.green.circles-and-arrows > li:before {
    background: #62C6BF; }
  @media (min-width: 768px) {
    .numbered-list.green.circles-and-arrows > li > p:first-of-type:before {
      background-image: url(../images/dots-arrow-green.svg); } }
  .numbered-list.teal:not(.circles-and-arrows) > li:before {
    color: #19B0BF; }
  .numbered-list.teal.circles-and-arrows > li:before {
    background: #19B0BF; }
  @media (min-width: 768px) {
    .numbered-list.teal.circles-and-arrows > li > p:first-of-type:before {
      background-image: url(../images/dots-arrow-teal.svg); } }
  .numbered-list.blue:not(.circles-and-arrows) > li:before {
    color: #216384; }
  .numbered-list.blue.circles-and-arrows > li:before {
    background: #216384; }
  @media (min-width: 768px) {
    .numbered-list.blue.circles-and-arrows > li > p:first-of-type:before {
      background-image: url(../images/dots-arrow-blue.svg); } }

.actions {
  padding-left: 20px; }
  .actions li {
    background: url(../images/sprite-acciones.png) no-repeat left 0;
    padding-left: 42px;
    min-height: 40px; }
    .actions li p {
      margin-bottom: 10px; }
    .actions li.protocolo {
      background-position: left -100px; }
    .actions li.imprimir {
      background-position: left -200px; }
    .actions li.visualizar {
      background-position: left -300px; }
    .actions li.antecedentes {
      background-position: left -400px; }
    .actions li.descargar {
      background-position: left -500px; }

.rounded-corners {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%; }
  .rounded-corners li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    align-items: center;
    border-radius: 20px;
    border: 4px solid #e5f6f4;
    display: flex;
    height: 100%;
    margin-bottom: 3%;
    min-height: 120px;
    padding: 20px;
    width: 31.33333%; }
    .rounded-corners li:nth-child(3n+2) {
      margin: 0 3% 3% 3%; }
    .rounded-corners li:nth-last-child(-n+3) {
      margin-bottom: 0; }
    .rounded-corners li img {
      display: block;
      position: relative; }
  @media (min-width: 768px) and (max-width: 1100px) {
    .rounded-corners li {
      padding: 40px;
      min-height: 170px; } }
  @media (min-width: 1100px) {
    .rounded-corners li {
      padding: 50px 70px;
      min-height: 200px; } }

.simple-list {
  margin-top: 50px; }
  .simple-list li {
    border-bottom: 1px solid #dfe0dd; }
    .simple-list li:first-child {
      border-top: 1px solid #dfe0dd; }
    .simple-list li p {
      margin-bottom: 0;
      padding: 5px 0; }
  @media (max-width: 767px) {
    .simple-list {
      margin: 0 0 40px 0; } }

form.contact-form input, form.contact-form textarea, form.contact-form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }

form.contact-form input, form.contact-form textarea {
  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(98, 198, 191, 0.15) no-repeat 18px 18px;
  border: 0 none;
  border-radius: 0;
  color: #353534;
  display: block;
  padding: 15px 20px 15px 40px;
  width: 100%;
  margin-bottom: 20px; }
  form.contact-form input.error, form.contact-form textarea.error {
    -webkit-box-shadow: 0 0 0 2px #FF4544 inset;
            box-shadow: 0 0 0 2px #FF4544 inset;
    background-color: rgba(255, 69, 68, 0.1); }
  form.contact-form input:focus, form.contact-form input.focus, form.contact-form textarea:focus, form.contact-form textarea.focus {
    background-color: rgba(98, 198, 191, 0.3);
    outline: 0 none; }
  form.contact-form input[disabled="disabled"], form.contact-form textarea[disabled="disabled"] {
    opacity: 0.5; }

form.contact-form input[name="name"] {
  background-image: url(../images/icon-name.svg); }

form.contact-form input[name="email"] {
  background-image: url(../images/icon-email.svg); }

form.contact-form input[name="phone"] {
  background-image: url(../images/icon-phone2.svg); }

form.contact-form textarea {
  background-image: url(../images/icon-comments.svg);
  min-height: 200px; }

form.contact-form span.error {
  color: #FF4544;
  margin: -12px 0 12px;
  display: block; }

form.contact-form #security {
  display: none; }

form.contact-form p {
  color: #20B394;
  font-size: 16px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    form.contact-form p {
      display: inline-block;
      margin-bottom: 3px;
      margin-right: 20px;
      vertical-align: bottom; } }
  @media (max-width: 767px) {
    form.contact-form p {
      text-align: center;
      margin: 10px 0 20px;
      font-size: 18px; } }

button.btn {
  min-height: 42px; }
  button.btn.sending {
    background: #19B0BF; }
  button.btn.sent {
    background: #20B394;
    color: white; }
  button.btn[disabled="disabled"], button.btn.sending, button.btn.sent {
    cursor: not-allowed;
    pointer-events: none; }

.content {
  margin-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .content .row {
      align-items: flex-start;
      display: flex;
      flex-wrap: wrap;
      height: 100%; }
    .content .col-sm-3, .content .col-sm-9 {
      width: 100%; }
    .content .col-sm-3 + .col-sm-9 {
      order: -1; }
    .content aside {
      border-top: 1px solid #dfe0dd;
      margin-top: 20px;
      padding-top: 40px; } }
  .content .col-sm-9 img {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto; }
  .content .col-sm-9 .accordion {
    margin-top: 40px; }
  .content aside.green a:not([href^="tel"]):not(.btn), .content aside.green h4, .content aside.green h5 {
    color: #62C6BF; }
  .content aside.teal a:not([href^="tel"]):not(.btn), .content aside.teal h4, .content aside.teal h5 {
    color: #19B0BF; }
  .content aside.blue a:not([href^="tel"]):not(.btn), .content aside.blue h4, .content aside.blue h5 {
    color: #216384; }
  .content h4, .content h5 {
    font-weight: 600; }
  .content h4 {
    font-size: 22px;
    margin-bottom: 20px; }
    .content h4.underlined {
      border-bottom: 1px solid #dfe0dd;
      margin-bottom: 30px;
      padding-bottom: 20px; }
  .content h5 {
    font-size: 18px;
    margin-bottom: 20px; }
    .content h5 span {
      color: initial;
      font-weight: 400; }
  .content a:not([href^="tel"]) {
    font-weight: 600; }
    .content a:not([href^="tel"]):hover {
      opacity: 0.7; }
  .content .contacto {
    margin-top: 30px; }
    .content .contacto img {
      margin-bottom: 10px; }
    .content .contacto p {
      color: #757573; }
  .content.teal a:not([href^="tel"]):not(.btn):not(.r-tabs-anchor), .content.teal h4, .content.teal h5, .content.teal ul.small-dots li p:first-child:before {
    color: #19B0BF; }
  .content.blue a:not([href^="tel"]):not(.btn):not(.r-tabs-anchor), .content.blue h4, .content.blue h5, .content.blue ul.small-dots li p:first-child:before {
    color: #216384; }
  .content.green a:not([href^="tel"]):not(.btn):not(.r-tabs-anchor), .content.green h4, .content.green h5, .content.green ul.small-dots li p:first-child:before {
    color: #62C6BF; }
  .content .accordion .heading-toggle {
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    border-bottom: 1px solid #e7e7e5;
    border-top: 1px solid #e7e7e5;
    color: #353534;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    padding: 15px 50px 15px 20px;
    position: relative; }
    .content .accordion .heading-toggle:after {
      font-family: 'fontAwesome';
      content: "\f067";
      font-weight: normal;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #a1a39b;
      font-size: 18px;
      position: absolute;
      right: 20px; }
    .content .accordion .heading-toggle:not(:first-child) {
      margin-top: -1px; }
    .content .accordion .heading-toggle:hover {
      background: #ecf8f7;
      color: #62C6BF;
      cursor: pointer; }
      .content .accordion .heading-toggle:hover:after {
        color: #62C6BF; }
    .content .accordion .heading-toggle.current {
      color: #62C6BF;
      border-bottom: none; }
      .content .accordion .heading-toggle.current:hover {
        background: transparent; }
      .content .accordion .heading-toggle.current:after {
        font-family: 'fontAwesome';
        content: "\f068";
        font-weight: normal;
        color: #62C6BF; }
    .content .accordion .heading-toggle:last-child {
      margin-bottom: 0; }
  .content .accordion .accordion-content {
    display: none;
    margin-bottom: 30px;
    padding: 20px 20px 0 30px; }
    .content .accordion .accordion-content ul.small-dots {
      margin: 0; }
  @media (max-width: 600px) {
    .content .accordion .heading-toggle {
      font-size: 13px; } }
  .content .featured-box {
    background: #ececeb;
    padding: 20px; }
    .content .featured-box + .featured-box {
      margin-top: 30px; }
    .content .featured-box .btn {
      margin: 0; }
    .content .featured-box.green {
      background: #e5f6f4; }
      .content .featured-box.green h4 {
        color: #62C6BF; }

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

.white-popup {
  background: white;
  color: #62635F;
  margin: 20px auto;
  max-width: 800px;
  min-height: 300px;
  position: relative;
  width: auto; }
  .white-popup button.mfp-close {
    background: url(../images/close.svg) no-repeat center center;
    background-size: cover;
    display: inline-block;
    height: 20px;
    margin: 20px 16px 0 0;
    text-indent: -30000px;
    width: 20px; }
  .white-popup .padding {
    padding: 24px 26px; }
  .white-popup h1 {
    font-weight: 600;
    color: #62C6BF;
    font-size: 18px;
    margin-bottom: 20px; }
  .white-popup .circle-icon {
    background: rgba(98, 198, 191, 0.2) url(../images/clipboard.svg) no-repeat center center;
    border-radius: 50%;
    border: 4px solid rgba(98, 198, 191, 0.5);
    height: 132px;
    margin: 10px auto 20px;
    position: relative;
    text-align: center;
    width: 132px; }
    .white-popup .circle-icon .number {
      background: #62C6BF;
      border-radius: 50%;
      color: white;
      font-size: 17px;
      font-weight: 600;
      height: 34px;
      left: 0;
      line-height: 34px;
      position: absolute;
      top: 0;
      width: 36px; }
    .white-popup .circle-icon .icon {
      background: white url(../images/icon-ok.svg) no-repeat center center;
      border-radius: 50%;
      border: 1px solid #353534;
      -webkit-box-shadow: 0 0 0 0.5px #353534;
              box-shadow: 0 0 0 0.5px #353534;
      height: 30px;
      left: 50%;
      margin-top: 9px;
      position: absolute;
      top: 50%;
      width: 30px; }
      .white-popup .circle-icon .icon.denied {
        background-image: url(../images/icon-denied.svg); }
      .white-popup .circle-icon .icon.parcial {
        background-image: url(../images/icon-parcial.svg); }
      .white-popup .circle-icon .icon.pending {
        background-image: url(../images/icon-pending.svg); }
  .white-popup .icons {
    color: #353534;
    line-height: 1.25; }
    .white-popup .icons h2, .white-popup .icons p {
      font-size: 13px; }
    .white-popup .icons h2 {
      display: block;
      font-weight: bold; }
  .white-popup header {
    border-top: 9px solid #19B0BF;
    border-bottom: 5px solid #62C6BF; }
    .white-popup header img {
      display: block;
      max-width: 100%;
      height: auto; }
    .white-popup header .contact-info {
      text-align: center;
      color: #19B0BF; }
      @media (min-width: 768px) {
        .white-popup header .contact-info {
          max-width: 390px;
          float: right; } }
      .white-popup header .contact-info a, .white-popup header .contact-info address, .white-popup header .contact-info span {
        display: inline-block;
        vertical-align: middle; }
      .white-popup header .contact-info span.separator {
        height: 12px;
        border-left: 1px solid #19B0BF;
        margin: 0 10px; }
    @media screen and (max-width: 700px) {
      .white-popup header {
        text-align: center; }
        .white-popup header .col-xs-5 {
          width: 100%; }
        .white-popup header .contact-info {
          display: none; } }

.popover-print {
  background: white;
  min-height: 500px; }
  .popover-print .white-popup {
    max-width: 100%;
    margin: 0 auto; }
  .popover-print section.padding {
    padding-bottom: 90px; }
  .popover-print header#header, .popover-print footer#footer, .popover-print #contacto {
    display: none; }
  .popover-print button.mfp-close {
    margin-top: 140px; }
  .popover-print footer#print {
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.92);
    border-top: 3px solid #19B0BF;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    position: fixed;
    width: 100%; }
    @media print {
      .popover-print footer#print {
        display: none; } }

@media print {
  header#header, footer#footer, #contacto {
    display: none; } }

*[class*="mfp"] .whatsapp-bubble, *[class*="popover"] .whatsapp-bubble {
  display: none; }

@media (max-width: 767px) {
  .mfp-iframe-scaler iframe {
    min-height: 86vh; } }

html, body {
  overflow-x: hidden; }

body {
  -webkit-text-size-adjust: 100%;
  color: #353534;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Roboto', 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: 20px;
    padding-right: 20px; }
    @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 {
    transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    color: #19B0BF;
    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; }
  body p {
    margin-bottom: 20px; }
    body p.underlined, body p span.underlined, body p strong.underlined {
      text-decoration: underline; }

hr {
  border: 0;
  border-top: 1px solid #dfe0dd;
  clear: both;
  height: 0;
  margin: 40px 0; }

section, footer {
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s; }
  section.blur, footer.blur {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    pointer-events: none; }
    section.blur:after, footer.blur:after {
      content: "";
      background: rgba(53, 53, 52, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.hide {
  display: none; }

.left-indent {
  padding-left: 25px; }

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

.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);
      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: 10px; } }

.title-md.no-margin, .title-sm.no-margin, .title-lg.no-margin {
  margin: 0; }

.title-lg {
  color: #62C6BF;
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .title-lg.right-line {
      position: relative; }
      .title-lg.right-line span {
        background: white;
        padding-right: 25px;
        position: relative;
        z-index: 1; }
      .title-lg.right-line:after {
        background: rgba(98, 198, 191, 0.5);
        content: "";
        height: 1px;
        position: absolute;
        right: 0;
        top: 25px;
        width: 100%;
        z-index: 0; }
      .title-lg.right-line.green span {
        background: #e5f6f4; } }

.title-md {
  color: #62C6BF;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px; }
  .title-md.decorated:before, .title-md.decorated:after {
    content: "";
    background: #62C6BF;
    display: inline-block;
    height: 2px;
    margin: 0 18px 5px;
    vertical-align: middle;
    width: 60px; }
  @media (max-width: 767px) {
    .title-md {
      font-size: 22px; }
      .title-md.decorated:before, .title-md.decorated:after {
        width: 30px; } }
  .title-md + .title-sm {
    margin-top: -30px; }

.title-sm {
  color: #a1a39b;
  font-size: 16px;
  margin-bottom: 30px; }
  .title-sm.green {
    color: #62C6BF; }

.title-icon {
  background: no-repeat left center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px 0 10px 50px; }
  .title-icon.clock {
    background-image: url("../images/icon-clock.svg"); }
  .title-icon.location {
    background-image: url("../images/icon-location.svg"); }
  .title-icon.phone {
    background-image: url("../images/icon-phone.svg");
    padding-left: 40px; }

p {
  font-size: 15px;
  margin-bottom: 20px; }

a.pastilla {
  background: no-repeat center top;
  background-size: cover;
  border-radius: 15px;
  color: white;
  display: block;
  font-weight: 600;
  margin-bottom: 30px;
  padding-top: 50%;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  position: relative; }
  a.pastilla:before {
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 15px;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #19B0BF; }
  a.pastilla.medicos {
    background-image: url(../images/doctor.jpg); }
    a.pastilla.medicos .text {
      background: #19B0BF; }
  a.pastilla.pacientes {
    background-image: url(../images/patient2.jpg); }
    a.pastilla.pacientes:before {
      background: #62C6BF; }
    a.pastilla.pacientes .text {
      background: #62C6BF; }
  a.pastilla.turnos-online {
    background-image: url(../images/laptop.jpg); }
    a.pastilla.turnos-online:before {
      background: #216384; }
    a.pastilla.turnos-online .text {
      background: #216384; }
  a.pastilla .text {
    padding: 10px;
    position: relative;
    z-index: 1;
    border-radius: 0 0 15px 15px; }
    a.pastilla .text span {
      margin-left: 75px; }
    a.pastilla .text img {
      bottom: 0;
      border-radius: 15px;
      position: absolute; }
      a.pastilla .text img[src*="patient"] + span {
        margin-left: 77px; }
      a.pastilla .text img[src*="laptop"] + span {
        margin-left: 120px; }
    a.pastilla .text:after {
      transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      -webkit-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      font-family: 'fontAwesome';
      content: "\f105";
      font-weight: normal;
      margin-left: 5px; }
  a.pastilla:hover:before {
    opacity: 0.5; }
  a.pastilla:hover .text:after {
    margin-left: 10px;
    margin-right: -5px; }
  @media (max-width: 767px) {
    a.pastilla {
      font-size: 16px; }
      a.pastilla .text {
        padding: 16px 5px; } }

@media (min-width: 768px) {
  .col-sm-4.narrow:first-child {
    padding-right: 5px; }
  .col-sm-4.narrow:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px; }
  .col-sm-4.narrow:last-child {
    padding-left: 5px; } }

ul.social {
  margin-top: 12px; }
  ul.social li {
    display: inline-block;
    font-size: 22px;
    margin-right: 5px; }
    ul.social li a:hover {
      color: #d0eeec; }

.resultados-dropdown {
  display: inline-block;
  position: relative; }
  .resultados-dropdown .btn.open {
    border-radius: 24px 24px 0 0; }
    .resultados-dropdown .btn.open i {
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    .resultados-dropdown .btn.open + ul {
      display: block; }
  .resultados-dropdown ul {
    background: white;
    border-radius: 0 0 24px 24px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    width: 100%; }
    .resultados-dropdown ul li {
      text-align: left;
      border-top: 1px solid rgba(161, 163, 155, 0.25); }
      .resultados-dropdown ul li a {
        transition: all 0.07s ease;
        -moz-transition: all 0.07s ease;
        -webkit-transition: all 0.07s ease;
        -o-transition: all 0.07s ease;
        color: rgba(53, 53, 52, 0.9);
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 9px 20px;
        text-transform: none; }
        .resultados-dropdown ul li a:after {
          color: #a1a39b;
          content: "\f08e";
          float: right;
          font-family: 'fontAwesome';
          margin-top: 3px; }
        .resultados-dropdown ul li a:hover {
          background: rgba(98, 198, 191, 0.7);
          color: white; }
          .resultados-dropdown ul li a:hover:after {
            color: white; }

@media (min-width: 960px) {
  .two-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
    .two-cols li {
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid; } }

a.whatsapp-bubble {
  background: #29CF53;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  color: white;
  display: inline-block;
  font-size: 36px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  position: fixed;
  z-index: 100;
  right: 4%;
  bottom: 40px; }
  @media (max-width: 767px) {
    a.whatsapp-bubble {
      bottom: 25px; } }
  a.whatsapp-bubble i {
    margin-left: 1px; }
  a.whatsapp-bubble:hover {
    background: #2A837A;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    opacity: 1; }
