body {
  font-family: 'Work Sans', 'Roboto', 'Open Sans';
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
UTILIDADES
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.note {
  font-size: 0.8em;
}
.color-main {
  color: #39b7c0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.02em;
}
a,
button {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.hidden {
  display: none;
}
.visible-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.button {
  display: inline-block;
  border: 0;
  outline: 0 !important;
  height: 42px;
  padding: 0 12px;
  cursor: pointer;
  color: #fff;
  line-height: 42px;
  background-color: #959ea6;
  border: 1px solid #959ea6;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button:hover {
  color: #fff;
  border-color: #6d7882;
}
.button.button-block {
  width: 100%;
  text-align: center;
  display: block;
}
.button.button-primary {
  border-color: #39b7c0;
  background-color: #39b7c0;
}
.button.button-primary:hover {
  background-color: #32a1a8;
  border-color: #277f85;
}
.button.button-icon i {
  display: inline-block;
  margin-right: 8px;
}
.button.button-toggle.active {
  background-color: #959ea6;
  border-color: #6d7882;
}
.button.button-small {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 500;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
HEADER
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.header--wrapper {
  background-color: #39b7c0;
  width: 100%;
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
.header--wrapper .logotipo img {
  width: 180px;
}
.header--wrapper .container-fluid {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.header-button {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 12px;
  color: #fff;
  outline: 0;
  font-size: 14px;
  font-weight: 500;
  background-color: #277f85;
  border: 1px solid #49c1c9;
  margin-right: 45px;
}
.header-button i {
  margin-left: 5px;
  display: inline-block;
}
.header-button:hover {
  text-decoration: none;
  background-color: #2d9299;
  color: #fff;
}
.mobile-burger {
  display: inline-block;
  width: 32px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 28px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-burger:after,
.mobile-burger:before,
.mobile-burger span {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-burger span {
  width: 24px;
}
.mobile-burger:after {
  top: 16px;
}
.mobile-burger span {
  top: 8px;
}
.mobile-burger:hover span {
  width: 100%;
}
.mobile-burger:hover:before {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  transform: translateY(-3px);
}
.mobile-burger:hover:after {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  transform: translateY(3px);
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
MENU MOBILE
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.menu-mobile-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 300px;
  background-color: #394253;
  color: #a2a8b4;
  z-index: 9999;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
WRAP
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.wrapper {
  padding-top: 71px;
  padding-bottom: 40px;
}
.page--title {
  font-size: 28px;
  color: #2c4760;
  margin: 0;
  padding: 15px;
}
/* Secciones
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.sections {
  background-color: #f6f6f6;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  width: 95%;
  margin: 15px auto 0;
}
.sections a {
  width: 50%;
  float: left;
  text-align: center;
  display: inline-block;
  padding: 6px;
  font-size: 18px;
  color: #6c7380;
  border: 1px solid #ddd;
}
.sections a:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.sections a:last-child {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  border-left: 0;
}
.sections a.section-current,
.sections a:hover {
  color: #fff;
  background-color: #63d0d2;
  border-color: #5cb1b3;
  text-shadow: 0 1px 0px rgba(0,0,0,0.2);
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
FILTROS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.table-filters {
  width: 100%;
  padding: 15px;
  border: 1px solid #ebebeb;
  border-width: 1px 0 1px 0;
}
.table-filters .filter-item {
  margin: 0;
}
.table-filters .filter-item label {
  color: #959ea6;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 4px;
}
.total-results {
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}
.total-results h5 {
  color: #2c4760;
  font-size: 20px;
  margin: 0;
}
.total-results p {
  font-size: 16px;
  margin: 0;
  color: #959ea6;
}
.more-filters {
  float: right;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
TABLA: OFERTAR
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.table-wrap {
  padding: 15px;
}
.table-container {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c8c9cc;
}
.table-mobile {
  width: 100%;
  height: auto;
}
.table-mobile td,
.table-mobile th {
  border-bottom: 1px solid #c8c9cc;
  padding: 10px 8px;
}
.table-mobile th {
  background-color: #f3fcfd;
  color: #2c4760;
  font-weight: 600;
  font-size: 14px;
}
.table-mobile td {
  font-size: 14px;
  color: #6c7380;
}
.table-mobile tbody tr:last-child td {
  border: 0;
}
.table-mobile th:nth-child(1),
.table-mobile td:nth-child(1) {
  text-align: center;
}
.table-mobile th:nth-child(2),
.table-mobile td:nth-child(2) {
  text-align: center;
}
.table-mobile th:nth-child(8),
.table-mobile td:nth-child(8) {
  text-align: center;
}
.table-mobile tbody tr:nth-child(2n) {
  background-color: #f0f0f0;
}
/* Navegacion
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.table-navigation {
  display: block;
  width: 100%;
  padding: 15px 15px 0;
  list-style: none;
  margin: 0;
}
.table-navigation li {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #959ea6;
}
.table-navigation li a {
  background-color: #ebecf0;
  color: #6c7380;
  border: 1px solid #c8c9cc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: px;
  text-align: center;
}
.table-navigation li a:hover,
.table-navigation li a:active {
  border-color: #277f85;
  color: #fff;
  background-color: #39b7c0;
}
.table-navigation li span {
  color: #39b7c0;
  font-weight: 600;
}
.status {
  background-color: #959ea6;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 3px 10px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  font-size: 12px;
}
.status.avaliable {
  background-color: #76be33;
}
.table-mobile .actions {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.action {
  outline: 0;
  background-color: #959ea6;
  color: #fff;
  text-align: center;
  display: inline-block;
  outline: 0;
  width: 100%;
  max-width: 100px;
  padding: 5px 10px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.action i {
  font-weight: 400;
  display: inline-block;
}
.action span {
  display: inline-block;
  margin-left: 5px;
}
.action.assign {
  background-color: #76be33;
  border-color: #5d9628;
}
.action.assign:hover,
.action.assign:active {
  background-color: #5d9628;
  outline: 0;
}
.action.view {
  background-color: #394d60;
  background-color: #263340;
}
.action.view:hover,
.action.view:active {
  background-color: #263340;
  outline: 0;
}
.action.cancel {
  background-color: #959a9e;
  background-color: #7a8186;
}
.action.cancel:hover,
.action.cancel:active {
  background-color: #7a8186;
  outline: 0;
}
.action + .action {
  margin-top: 4px;
}
/* Graficos
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-bar {
  stroke: #39b7c0;
}
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-point {
  stroke: #76be33;
}
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-bar {
  stroke: #f26061;
}
.charts {
  padding-top: 20px;
  width: 100%;
  max-width: 780px;
}
.charts h4 {
  color: #2c4760;
  font-size: 20px;
}
.charts label {
  color: #959ea6;
}
.charts .chart-item {
  position: relative;
}
.charts .chart-item.bars-chart {
  height: auto;
}
.charts .ct-label.ct-vertical,
.charts .ct-label.ct-horizontal {
  font-size: 0.9rem;
  font-weight: 500;
  color: #959ea6;
}
.charts .ct-chart-line .ct-label.ct-horizontal {
  position: relative;
  left: -20px;
}
.charts .ct-chart-pie .ct-label {
  font-size: 16px;
  color: #fff;
  fill: #fff;
  font-weight: 500;
}
.charts .ct-chart-pie .ct-label:nth-child(1) {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}
.charts .ct-chart-pie .ct-label:nth-child(3) {
  fill: #111;
}
.charts .pie-legends {
  padding: 0 0 0 15px;
  display: none;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-size: 13px;
  font-weight: 600;
}
.charts .pie-legends li:nth-child(1) i {
  color: #d70206;
}
.charts .pie-legends li:nth-child(2) i {
  color: #f05b4f;
}
.charts .pie-legends li:nth-child(3) i {
  color: #f4c63d;
}
.charts .pie-legends li:nth-child(4) i {
  color: #d17905;
}
.charts .pie-legends li:nth-child(5) i {
  color: #453d3f;
}
/* Resultados por Ubicacion
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.map-results {
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
  padding: 20px 15px;
}
.map-results h4 {
  color: #2c4760;
  font-size: 20px;
}
.map-results label {
  color: #959ea6;
}
.map-results .google-map {
  width: 100%;
  height: 360px;
  position: relative;
}
.map-results .google-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
LOGIN
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
a.lined {
  position: relative;
}
a.lined:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #4d5667;
  left: 0;
  bottom: 0;
}
html,
body {
  height: 100%;
}
.login-wrap {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #39b7c0 url("../images/login.jpg") no-repeat center center;
  background-size: cover;
}
.login-wrap .login {
  max-width: 90%;
  border: 1px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
  background-color: rgba(255,255,255,0.75);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 12px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 1px 12px rgba(0,0,0,0.16);
  box-shadow: 0 1px 12px rgba(0,0,0,0.16);
}
.login-wrap .lost-password {
  text-align: right;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
}
.login-wrap .lost-password a {
  color: #4d5667;
}
.login-wrap .input-group-addon {
  color: #959a9e;
  background-color: #f5f5f5;
}
.login-logo {
  text-align: center;
  margin: 30px auto;
}
.login-logo img {
  max-width: 95%;
}
.login-title {
  color: #2c4760;
  font-weight: 500;
  text-align: center;
  margin: 0 0 35px;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
RESERVAS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.assign-modal {
  text-align: left;
}
.assign-modal .modal-title {
  line-height: 1em;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.assign-modal .modal-content {
  border: 0;
}
.assign-modal .form-group label {
  color: #959ea6;
  font-weight: 600;
}
.assign-modal .button {
height
  padding: 0 15px;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
RESPONSIVE
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
@media (max-width: 991px) {
  table.table-mobile thead,
  table.table-mobile tbody,
  table.table-mobile th,
  table.table-mobile td,
  table.table-mobile tr {
    display: block;
  }
  table.table-mobile td:nth-of-type(1):before {
    content: "ID";
  }
  table.table-mobile td:nth-of-type(2):before {
    content: "Status";
  }
  table.table-mobile td:nth-of-type(3):before {
    content: "Fecha Oferta";
  }
  table.table-mobile td:nth-of-type(4):before {
    content: "Especialidad";
  }
  table.table-mobile td:nth-of-type(5):before {
    content: "Comuna";
  }
  table.table-mobile td:nth-of-type(6):before {
    content: "Prestador";
  }
  table.table-mobile td:nth-of-type(7):before {
    content: "Paciente";
  }
  table.table-mobile td:nth-of-type(8):before {
    content: "";
  }
  table.table-mobile td:nth-of-type(1):before,
  table.table-mobile td:nth-of-type(2):before,
  table.table-mobile td:nth-of-type(3):before,
  table.table-mobile td:nth-of-type(4):before,
  table.table-mobile td:nth-of-type(5):before,
  table.table-mobile td:nth-of-type(6):before,
  table.table-mobile td:nth-of-type(7):before,
  table.table-mobile td:nth-of-type(8):before {
    font-weight: 600;
    color: #2c4760;
    font-size: 14px;
  }
  table.table-mobile td .actions {
    -webkit-flex-flow: row-reverse nowrap;
    -moz-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  table.table-mobile td .actions .action {
    margin: 5px;
  }
  table.table-mobile th:nth-child(1),
  table.table-mobile td:nth-child(1),
  table.table-mobile th:nth-child(2),
  table.table-mobile td:nth-child(2),
  table.table-mobile th:nth-child(8),
  table.table-mobile td:nth-child(8) {
    text-align: left;
  }
  table.table-mobile thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table-mobile tr {
    border-bottom: 1px solid #ccc;
  }
  table.table-mobile tr:last-child {
    border-bottom: 0;
  }
  table.table-mobile td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 140px;
  }
  table.table-mobile td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
@media (max-width: 640px) {
  .charts .pie-legends {
    display: block;
  }
}
@media (max-width: 460px) {
  table.table-mobile td .actions {
    -webkit-flex-flow: column-reverse nowrap;
    -moz-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .table-navigation {
    text-align: center;
  }
  .charts .ct-label.ct-vertical,
  .charts .ct-label.ct-horizontal {
    font-size: 0.75rem;
  }
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
LANDING
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.split-landing {
  position: relative;
  height: 100%;
  width: 100%;
}
.grid {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.grid:after {
  content: '';
  height: 0;
  width: 0;
  display: block;
  clear: both;
}
.grid .column {
  width: 50%;
  float: left;
  height: 100%;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden;
  max-width: none;
  -webkit-flex: none;
  -moz-flex: none;
  flex: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.split-landing .column-content {
  position: relative;
  z-index: 20;
  padding-top: 90px;
  width: calc(100% - 80px);
  height: calc(100% - 50px);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.split-landing .column-title {
  color: #fff;
  font-weight: 300;
  font-size: 48px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.split-landing .column-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #39b7c0;
}
.split-landing .column-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 4s ease-out;
  -moz-transition: all 4s ease-out;
  transition: all 4s ease-out;
}
.split-landing .column-background:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  background-color: rgba(0,0,0,0.6);
}
.split-landing .column-background img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.split-landing .column-text {
  margin-top: 20px;
  width: 95%;
  max-width: 460px;
  padding: 25px 5px;
  color: #fff;
  text-shadow: 0 0 2px rgba(0,0,0,0.1);
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0,0,0,0.3);
  background-clip: padding-box;
  border: 1px solid rgba(255,255,255,0.1);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  opacity: 0;
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  transform: translateX(-40px);
}
.split-landing .column-text p {
  margin: 0;
}
.split-landing .column-text .button {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 400;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 42px;
  padding: 0 30px;
  background-color: #39b7c0;
  border: 0;
}
.split-landing .column-text .button:hover {
  background-color: #2d9299;
}
.split-landing .column-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.column:hover .column-background:after {
  background-color: rgba(0,0,0,0.4);
}
.split-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.split-header .logo {
  margin-top: 50px;
  max-width: 340px;
}
.split-header h4 {
  margin-top: 15px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.15);
  font-weight: 400;
  font-size: 20px;
}
.split-landing .column.col-prestador {
  background-color: #808080;
}
.split-landing .column.col-paciente {
  background-color: #333;
}
.split-landing .column.col-paciente .column-text {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  transform: translateX(40px);
}
.split-landing .column.col-paciente .column-title:after {
  background-color: #76be33;
}
.split-landing .column.col-paciente .button {
  background-color: #76be33;
}
.split-landing .column.col-paciente .button:hover {
  background-color: #63a128;
}
.split-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  font-size: 12px;
  padding-bottom: 25px;
}
.split-footer p {
  margin: 0;
}
.split-footer .contact-info,
.split-footer .copyright {
  letter-spacing: 0.01em;
  font-size: 12px;
  color: #fff;
  opacity: 0.9;
  text-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.split-footer .copyright {
  margin-top: 6px;
}
.split-landing .social-links {
  margin-bottom: 0;
  padding: 0;
}
.split-landing .social-links li {
  display: inline-block;
  margin: 2px 25px;
}
.split-landing .social-links li a {
  display: inline-block;
  font-size: 32px;
  color: #fff;
}
.split-landing .social-links li a:hover {
  color: #39b7c0;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
}
@media (min-width: 991px) {
  .split-landing .focus .column {
    width: 45%;
  }
  .split-landing .focus .column.active {
    width: 55%;
  }
  .split-landing .focus .column.active .column-text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .split-landing .focus .column .column-background:after {
    background-color: rgba(0,0,0,0.75);
  }
  .split-landing .focus .column.active .column-background:after {
    background-color: rgba(0,0,0,0.5);
  }
  .split-landing .focus .column .column-background img {
    filter: grayscale(100%);
  }
  .split-landing .focus .column.active .column-background img {
    filter: grayscale(0%);
  }
}
.delay-1 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.delay-2 {
  -webkit-animation-delay: 1.4s !important;
  -moz-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}
.delay-3 {
  -webkit-animation-delay: 1.8s !important;
  -moz-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}
.delay-4 {
  -webkit-animation-delay: 2.2s !important;
  -moz-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}
.delay-5 {
  -webkit-animation-delay: 2.8s !important;
  -moz-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}
@media (max-width: 991px) {
  .split-landing .column-title {
    font-size: 34px;
  }
  .split-header .logo {
    max-width: 300px;
    margin-top: 30px;
  }
  .split-header h4 {
    font-size: 16px;
    margin-top: 30px;
  }
  .split-landing .column-content {
    width: 100%;
    height: 100%;
  }
  .split-landing .column-text {
    opacity: 1;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
}
@media (max-width: 768px) {
  .split-landing .column-title {
    font-size: 28px;
  }
  .split-header {
    width: 80%;
    max-width: 600px;
  }
  .split-header .logo {
    max-width: 280px;
    margin-top: 25px;
  }
  .split-header h4 {
    margin-top: 20px;
  }
  .split-landing .social-links li a {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .split-landing {
    overflow: auto;
    min-height: 100%;
    height: auto;
  }
  .split-landing .column-content {
    padding: 0;
  }
  .split-landing .column-background img {
    width: 100%;
    min-height: 100%;
    height: auto;
  }
  .split-landing .grid {
    height: auto;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .split-landing .column {
    float: none;
    width: 100%;
  }
  .split-footer,
  .split-header {
    padding: 5px;
    position: relative;
    background-color: #313c51;
  }
  .split-header {
    background-color: #dce6e7;
    width: 100%;
    padding: 10px;
  }
  .split-header .logo {
    max-width: 150px;
    max-height: 60px;
    margin-top: 0;
  }
  .split-header h4 {
    display: none;
  }
}
@media (max-width: 380px) {
  .split-landing .column-content .column-text {
    margin-top: 10px;
    padding: 8px;
    font-size: 14px;
  }
  .split-landing .social-links li {
    margin: 0 14px;
  }
  .split-landing .social-links li a {
    font-size: 18px;
  }
}
@media (max-width: 330px) {
  .split-landing .column-background img {
    width: auto;
    min-width: 100%;
    max-width: none;
    height: 100%;
  }
}

