.loading {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6; }
  .loading i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }

.fit {
  white-space: nowrap;
  width: 1%; }

.success, .warning {
  text-transform: uppercase;
  display: block;
  margin: 15px auto;
  text-align: center; }

.success {
  color: #5fbeaa; }

.warning {
  color: #f1c40f; }

.more-info, .less-info {
  color: #6AB975;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s ease;
  display: block;
  margin-top: 10px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  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; }
  .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; }

.slick-dots {
  position: absolute;
  bottom: 0;
  right: 25px;
  text-align: right; }
  .slick-dots li {
    list-style: none;
    display: inline-block; }
    .slick-dots li button {
      color: transparent;
      width: 1em;
      height: 1em;
      background-color: rgba(0, 0, 0, 0.5);
      cursor: pointer;
      margin: 1em .5em; }
    .slick-dots li.slick-active button {
      background-color: black; }

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  color: transparent;
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url("../img/resources/arrow_right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer; }

.slick-prev {
  left: -15px;
  transform: rotate(180deg) translateY(-50%);
  -webkit-transform: rotate(180deg) translateY(-50%);
  -moz-transform: rotate(180deg) translateY(-50%); }

.slick-next {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: -15px; }

.banner .slide {
  min-height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .banner .slide .text {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 25px 25px 25px 50px;
    width: 48em;
    max-width: 80%; }
    .banner .slide .text h1, .banner .slide .text p {
      text-align: right;
      text-transform: uppercase;
      font-size: 2em;
      color: #fff; }
    .banner .slide .text h1 {
      font-weight: 300; }
    .banner .slide .text p {
      margin-top: 10px;
      font-weight: bold; }

.flaticon-coins:before, .single-offer.left:before, .single-offer.right:before, .flaticon-medical-3:before, .flaticon-medical-2:before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block; }

.offer-wrapper:before, .offer-wrapper:after {
  background-size: cover; }

.flaticon-coins:before {
  width: 50px;
  height: 50px;
  background-image: url("../img/resources/clock.svg"); }

.single-offer.left, .single-offer.right {
  padding-left: 150px;
  position: relative; }
  .single-offer.left:before, .single-offer.right:before {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 25px; }

.single-offer.left:before {
  background-image: url("../img/resources/icone_carro.png"); }

.single-offer.right:before {
  background-image: url("../img/resources/icone_planilha.png"); }

.fact-counter-wrapper:before {
  background-color: rgba(106, 185, 117, 0.9); }

.flaticon-medical-3:before, .flaticon-medical-2:before {
  width: 60px;
  height: 60px;
  vertical-align: middle; }

.flaticon-medical-3:before {
  background-image: url("../img/resources/list.png"); }

.flaticon-medical-2:before {
  background-image: url("../img/resources/potion.png"); }

.single-specialize:hover .flaticon-medical-3:before {
  background-image: url("../img/resources/list_branco.png"); }
.single-specialize:hover .flaticon-medical-2:before {
  background-image: url("../img/resources/potion_branco.png"); }

.icon-box .icon {
  width: 60px;
  height: 60px;
  vertical-align: middle;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  .icon-box .icon.examinations {
    width: 35px;
    height: 35px; }

.spinner, .spinner:before, .spinner:after {
  width: 6px;
  height: 30px;
  background-color: #5fbeaa;
  border-radius: 3px; }

.spinner-wrapper {
  margin: 15px auto;
  text-align: center; }

.spinner-text {
  position: absolute;
  left: 50%;
  color: #aaa;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  margin-top: 15px;
  color: #999; }

.spinner {
  display: inline-block;
  position: relative; }
  .spinner:before, .spinner:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px; }
  .spinner:before {
    left: -9px; }
  .spinner:after {
    left: 9px; }

/* ============================ */
/* SPINNER BOUNCE MIDDLE        */
/* ============================ */
@keyframes bounce-middle {
  0% {
    height: 4px;
    margin-top: 13px;
    margin-bottom: 13px; }
  50% {
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px; }
  100% {
    height: 4px;
    margin-top: 13px;
    margin-bottom: 13px; } }
.spinner-bounce-middle {
  animation: bounce-middle 0.6s ease 0.1s infinite; }
  .spinner-bounce-middle:before, .spinner-bounce-middle:after {
    top: 50%;
    transform: translateY(-15px) translateZ(0); }
  .spinner-bounce-middle:before {
    animation: bounce-middle 0.6s ease 0s infinite; }
  .spinner-bounce-middle:after {
    animation: bounce-middle 0.6s ease 0.2s infinite; }

.instructions {
  padding: 50px 0; }
  .instructions .icon {
    display: inline-block; }
    .instructions .icon i {
      display: inline-block;
      width: 20px;
      height: 20px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin: 0 5px; }
    .instructions .icon .view {
      background-image: url("../img/resources/view.svg"); }
    .instructions .icon .download {
      background-image: url("../img/resources/download.svg"); }

.current-img {
  max-width: 200px;
  max-height: 200px;
  position: relative;
  cursor: pointer; }
  .current-img:before {
    content: "";
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .current-img:after {
    content: "Alterar imagem";
    color: #fff;
    font-size: .75em;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    display: none;
    text-align: center; }
  .current-img img {
    max-width: 100%;
    max-height: 100%; }
  .current-img input {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
  .current-img:hover:before, .current-img:hover:after {
    display: block; }

#convenios .convenio:nth-of-type(4n+4), #noticias .noticia:nth-of-type(4n+4) {
  clear: both !important; }

.custom-modal {
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  padding: 25px;
  z-index: 99999; }
  .custom-modal:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 5;
    opacity: 0;
    visibility: hidden; }
  .custom-modal .align-content {
    display: table-cell;
    vertical-align: middle;
    max-width: 100%; }
  .custom-modal.active {
    opacity: 1;
    visibility: visible; }
    .custom-modal.active:before {
      opacity: 1;
      visibility: visible; }
    .custom-modal.active .modal-container {
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0); }
  .custom-modal .modal-container {
    overflow-y: auto;
    max-height: calc(100% - 50px);
    z-index: 6;
    position: relative;
    width: 100%;
    max-width: 50em;
    margin: 0 auto;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    background-color: #fff;
    border-radius: 2px;
    padding: 25px; }
    .custom-modal .modal-container .close {
      position: absolute;
      top: 25px;
      right: 25px;
      display: inline-block;
      width: 20px;
      height: 20px; }
      .custom-modal .modal-container .close:before, .custom-modal .modal-container .close:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 2px;
        background-color: #333;
        left: 50%;
        top: 50%; }
      .custom-modal .modal-container .close:before {
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        -moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
      .custom-modal .modal-container .close:after {
        transform: translate3d(-50%, -50%, 0) rotate(45deg);
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
        -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg); }
    .custom-modal .modal-container p {
      margin-top: 15px; }

.custom-modal, .custom-modal:before, .custom-modal .modal-container {
  transition: .25s ease;
  -webkit-transition: .25s ease;
  -moz-transition: .25s ease; }

/*# sourceMappingURL=application.css.map */
