@charset "UTF-8";
@font-face {
  font-family: VAG Rounded-Std;
  src: url(https://www.muraldigitalhc.com.br/wp-content/themes/hospital-care/fonts/VAG-Rounded-Std-Bold.woff);
  font-weight: bold;
}
html table.tabelaMatrix {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
body {
  background-color: #f9f9f9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Comfortaa", cursive;
  line-height: 1.4;
}
.chart-container {
  height: 100% !important;
}
/* width */
::-webkit-scrollbar {
  width: 0px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white;
  border-radius: 0px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #00c3f7;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00c3f7;
}
.centraLogin {
  height: 91vh;
  /* background: #6C7A89; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .centraLogin {
    background-image: url(../img/imagem_final1.png);
    background-size: cover;
    background-position-y: bottom;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100%;
  transition: 0.5s;
  background-image: linear-gradient(to right, #00dbbb, #00c3f7);
  z-index: 999;
  overflow-y: scroll;
}
header .header-top {
  padding: 30px 30px !important;
}
header .header-top img.logo-img {
  height: 35px;
}
header .menu .perfil, header .menu-footer .perfil {
  display: none;
  color: white;
}
header .menu ul, header .menu-footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}
header .menu ul li.sair a, header .menu-footer ul li.sair a {
  margin: 10px 0 0 0;
  color: rgba(255, 255, 255, 0.6);
}
header .menu ul li a, header .menu-footer ul li a {
  display: block;
  padding: 10px 10px 10px 48px;
  color: white;
  font-size: 13px;
  font-family: "Comfortaa", cursive;
}
header .menu ul li a.selected, header .menu-footer ul li a.selected {
  box-shadow: inset -3px 0px 2px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  background: #f9f9f9;
  color: #00c3f7;
  padding: 12px 10px 12px 20px;
  text-decoration: none !important;
  font-family: "Comfortaa", cursive;
}
header .menu ul li a.selected::before, header .menu-footer ul li a.selected::before {
  font-family: FontAwesome;
  content: "";
  margin: 0 8px 0 0;
  border: 1px solid #00c3f7;
  padding: 3px;
  border-radius: 50%;
}
header .menu ul li a:hover:not(.selected), header .menu-footer ul li a:hover:not(.selected) {
  box-shadow: inset -3px 0px 2px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 9px 15px 10px 21px;
  text-decoration: none !important;
}
header .menu ul li a:hover:not(.selected)::before, header .menu-footer ul li a:hover:not(.selected)::before {
  font-family: FontAwesome;
  content: "";
  margin: 0 8px 0 0;
  border: 1px solid white;
  padding: 3px;
  border-radius: 50%;
}
header#header-space {
  width: 100%;
  height: 65px;
  padding: 10px 20px;
  transition: 0.5s;
  background-image: linear-gradient(to bottom, #00dbbb, #00c3f7);
}
@media (max-width: 800px) {
  header#header-space {
    left: 0 !important;
    width: 100%;
    height: 65px;
    padding: 10px 20px;
    transition: 0.5s;
    background-image: linear-gradient(to bottom, #00dbbb, #00c3f7);
  }
}
header#header-space .header-top-space .logo {
  width: 1117px;
  margin: 0 auto;
  display: flex;
}
header#header-space .header-top-space .logo img.logo-img {
  height: 45px;
}
header#header-space .header-top-space .logo img.logo-img.logo {
  height: 30px;
  width: 150px;
  margin: 5px auto 0 10px;
}
/*TABS*/
.legenda {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 25px;
  box-shadow: 0px 10px 5px #888, 0px 15px 35px #888;
  font-size: 22px;
  font-family: "Comfortaa", cursive;
  display: none;
  z-index: 3;
  background-color: white;
}
@media (max-width: 800px) {
  .legenda {
    position: relative;
  }
}
.legenda .row .col-sm {
  text-align: center;
}
.legenda.comp {
  padding: 0;
}
.legenda.comp .col-sm {
  padding: 25px;
  font-size: 14px;
}
.legenda.comp .col-sm.verde {
  background-color: #00dbbb;
  color: white;
}
.legenda.comp .col-sm.azul {
  background-color: #00c3f7;
  color: white;
}
.legenda.comp .col-sm.azul_escuro {
  background-color: #003057;
  color: white;
}
.legenda.comp .col-sm.azul_medio {
  background-color: #2571c1;
  color: white;
}
.legenda .legend {
  text-align: center;
  font-size: 14px;
  color: #00c3f7 !important;
  padding: 10px !important;
}
.legenda span {
  color: #00c3f7 !important;
}
h3.map {
  font-size: 20px;
  color: #00c3f7 !important;
  font-weight: 700;
  border-bottom: 1px solid #00c3f7;
}
.project-tab {
  padding: 10% 10px;
  margin-top: -8%;
  font-family: "Comfortaa", cursive;
  font-size: 15px;
}
@media (max-width: 800px) {
  .project-tab {
    padding: 10% 0px;
  }
  .project-tab .col-md-12 {
    padding: 0 !important;
  }
}
.project-tab nav.mapa {
  display: flex;
  padding: 0 0 60px 0;
}
@media (max-width: 800px) {
  .project-tab nav.mapa {
    display: block;
    padding: 0 0 10px 0;
  }
  .project-tab nav.mapa .dropdown {
    text-align: center;
  }
}
.project-tab #tabs {
  background: #007b5e;
  color: #eee;
}
.project-tab #tabs h6.section-title {
  color: #eee;
}
.btn-mapa {
  background-color: white;
  color: #00c3f7;
  border: 1px solid #00c3f7;
  border-radius: 13px;
}
.project-tab #nav-tab.nav-tabs {
  border: none;
  margin: 0 0 0 auto;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #00c3f7;
  background-color: transparent;
  font-size: 13px;
  font-weight: bold;
  border-color: transparent;
}
.project-tab .nav-link {
  color: gray;
  font-size: 13px;
  font-weight: 600;
}
.project-tab .nav-link:hover {
  border: none;
}
.project-tab thead {
  background: transparent;
  color: black;
}
.project-tab thead th {
  font-size: 12px;
  border-top: none;
  border-bottom: 1px solid #00c3f7;
  vertical-align: middle;
}
.project-tab thead th i {
  border: 1px solid #00c3f7;
  border-radius: 50%;
  background-color: #00c3f7;
  color: white;
  font-size: 10px;
  margin: auto 4px auto 0px;
  width: 11px;
  height: 11px;
}
.project-tab thead th:nth-child(1) {
  position: sticky;
  left: 0;
  width: 100px;
  min-width: 100px;
  z-index: 2;
  background-color: #f9f9f9;
}
.project-tab table td {
  border-top: 1px solid #00c3f7;
  border-right: 1px solid #00c3f7;
  font-size: 12px;
  text-align: center;
  min-width: 150px;
  max-width: 150px;
  width: 150px;
  border-bottom: 1px solid #00c3f7;
}
.project-tab table td:last-child {
  border-right: 1px solid #00c3f7;
}
.project-tab table td:nth-child(1) {
  position: sticky;
  left: 0;
  width: 100px;
  min-width: 100px;
  z-index: 2;
  background-color: #f9f9f9;
  border-left: 1px solid #00c3f7;
}
.project-tab a {
  text-decoration: none;
  color: #00c3f7;
  font-weight: 600;
  text-align: left;
}
/* fim tabs*/
/*MODAL*/
#exampleModal ::-webkit-scrollbar {
  width: 4px;
}
#exampleModal ::-webkit-scrollbar-track {
  background: #f0f0f0;
  margin: 10px;
}
#exampleModal ::-webkit-scrollbar-thumb {
  background-color: #00dbbb;
  border-radius: 20px;
  border: transparent;
}
#exampleModal .modal-content {
  background-color: #D3D3D3;
  border-radius: 25px;
}
#exampleModal .modal-body {
  color: gray;
  max-height: 180px;
}
#exampleModal .modal-body b, #exampleModal .modal-body strong {
  color: #00c3f7;
  display: block;
}
#exampleModal .modal-body h3 {
  color: #00c3f7;
  font-size: 18px;
}
#exampleModal .modal-header {
  border-bottom: none;
  color: #00c3f7;
}
#exampleModal .modal-header .close {
  padding: 5px 9px;
  margin: -1.8rem -1.5rem -1rem auto;
  background-color: #696969;
  border-radius: 50%;
  opacity: 1;
  text-shadow: none;
  color: white;
}
.wrapper-space {
  padding: 10px;
  width: 100%;
  margin: 60px auto 0 auto;
}
.wrapper-space.home {
  background-image: url(../img/logos/coracao-light.png);
  background-size: 49%;
  background-repeat: no-repeat;
  background-position-x: right;
  min-height: 800px;
}
.wrapper-space .artigos .container.mapabg {
  min-height: 345px;
  background-image: linear-gradient(to top, #00dbbb, #00c3f7);
  font-family: "Comfortaa", cursive;
}
@media (max-width: 800px) {
  .wrapper-space .artigos .container.mapabg {
    margin-top: 15px !important;
  }
}
.wrapper-space .artigos .container.mapabg img {
  width: 100%;
  padding: 20px;
}
@media (max-width: 800px) {
  .wrapper-space .artigos .container.mapabg img {
    padding: 10px 0 0 0;
  }
}
.wrapper-space .artigos .container.mapabg h2 {
  color: white;
  font-weight: 700;
  font-size: 21px;
  margin: 50px 0;
}
.wrapper-space .artigos .container.mapabg ::-webkit-scrollbar {
  width: 9px;
}
.wrapper-space .artigos .container.mapabg ::-webkit-scrollbar-track {
  background: #f0f0f0;
  margin: 10px;
}
.wrapper-space .artigos .container.mapabg ::-webkit-scrollbar-thumb {
  background-color: #00dbbb;
  border-radius: 20px;
  border: transparent;
}
.wrapper-space .artigos .container.mapabg .areassub {
  height: 310px;
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 25px;
}
.wrapper-space .artigos .container.mapabg .tree, .wrapper-space .artigos .container.mapabg .tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrapper-space .artigos .container.mapabg .tree ul {
  /*margin-left: 1em;*/
  position: relative;
}
.wrapper-space .artigos .container.mapabg .tree ul ul {
  margin-left: 0.5em;
}
.wrapper-space .artigos .container.mapabg .tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /*border-left: 1px solid*/
}
.wrapper-space .artigos .container.mapabg .tree ul.children li:before {
  display: none;
}
.wrapper-space .artigos .container.mapabg .tree li {
  margin: 0;
  /*padding: 0 1em;*/
  line-height: 2em;
  color: gray;
  font-weight: 700;
  position: relative;
}
.wrapper-space .artigos .container.mapabg .tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  /*border-top: 1px solid;*/
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0;
}
.wrapper-space .artigos .container.mapabg .tree ul li:last-child:before {
  /*background: #fff;*/
  height: auto;
  top: 1em;
  bottom: 0;
}
.wrapper-space .artigos .container.mapabg .indicator {
  margin-right: 5px;
}
.wrapper-space .artigos .container.mapabg .tree li ul li a {
  color: gray;
}
.wrapper-space .artigos .container.mapabg li.branch ul.children a.categori::after {
  content: "";
  border: none;
  border-radius: 0;
  background-color: white;
  color: white;
  font-size: 22px;
  margin: 0 0 0 10px;
}
.wrapper-space .artigos .container.mapabg li.branch.active a.categori::after {
  font-family: FontAwesome;
  content: "";
  border: 1px solid #00c3f7;
  border-radius: 50%;
  background-color: #00c3f7;
  color: white;
  font-size: 22px;
  margin: 0 0 0 10px;
}
.wrapper-space .artigos .container.mapabg li.branch a {
  text-decoration: none;
  color: #00c3f7;
}
.wrapper-space .artigos .container.mapabg li.branch a.categori::after {
  font-family: FontAwesome;
  content: "";
  border: 1px solid #00c3f7;
  border-radius: 50%;
  background-color: #00c3f7;
  color: white;
  font-size: 22px;
  margin: 0 0 0 10px;
}
.wrapper-space .artigos .container.mapabg .tree li button, .wrapper-space .artigos .container.mapabg .tree li button:active, .wrapper-space .artigos .container.mapabg .tree li button:focus {
  text-decoration: none;
  color: #00c3f7;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0;
}
.wrapper-space .artigos .container h3.novagas {
  text-align: center;
  margin: 20% 10%;
  color: #00c3f7;
  text-transform: uppercase;
}
.wrapper-space .artigos .container .row.organomap {
  text-align: center;
}
@media (max-width: 800px) {
  .wrapper-space .artigos .container .row.organomap {
    font-size: 11px;
  }
}
@media (max-width: 800px) {
  .wrapper-space .artigos .container .row.ireila {
    display: none;
  }
}
.wrapper-space .artigos .container .row a.linkpage {
  color: gray;
  text-decoration: none;
}
.wrapper-space .artigos .container .row a.linkpage.active {
  color: #00c3f7 !important;
  text-decoration: underline !important;
}
.wrapper-space .artigos .container .row a.linkpage:hover {
  color: #00c3f7 !important;
  text-decoration: underline !important;
}
.wrapper-space .artigos .container .row .box {
  min-height: 145px;
  background-image: linear-gradient(to top, #00dbbb, #00c3f7);
  border-radius: 15px;
  margin: 0 10px;
  padding: 20px 20px;
  color: white;
}
@media (max-width: 800px) {
  .wrapper-space .artigos .container .row .box {
    min-height: 130px;
    background-image: linear-gradient(to top, #00dbbb, #00c3f7);
    border-radius: 15px;
    margin: 5px 5px;
    padding: 10px;
    color: white;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.wrapper-space .artigos .container .row .box a {
  color: white;
  text-decoration: none;
}
.wrapper-space .artigos .container .row .box.active {
  background-image: none;
  background-color: #00c3f7;
}
.wrapper-space .artigos .container .row .box .info {
  font-size: 13px;
}
.wrapper-space .artigos .container .row .box .info.minimo {
  font-size: 10px;
}
.wrapper-space .artigos .container .row .box .info.medio {
  font-size: 11px;
}
.wrapper-space .artigos .container .row a .boxn, .wrapper-space .artigos .container .row a:hover {
  text-decoration: none;
}
.wrapper-space .artigos .container .row .boxn {
  background-image: linear-gradient(to top, #00dbbb, #00c3f7);
  border-radius: 15px;
  margin: 0 auto;
  padding: 5px 40px;
  color: white;
  text-align: center;
  width: fit-content;
}
.wrapper-space .artigos .container .row .bem-vindo {
  font-family: "VAG Rounded-Std", cursive;
  font-size: 24px;
  color: gray;
  font-weight: bold;
}
.wrapper-space .artigos .container .row .bem-vindo.quadros {
  font-size: 13px;
  font-family: "Comfortaa", cursive;
}
@media (max-width: 800px) {
  .wrapper-space .artigos .container .row .bem-vindo.quadros {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wrapper-space .artigos .container .row .bem-vindo.quadros span {
  font-family: "Comfortaa", cursive;
  font-size: 13px;
  color: #00dbbb;
}
.wrapper-space .artigos .container .row .bem-vindo span {
  font-size: 42px;
  color: #00dbbb;
}
.wrapper-space .artigos .container .row .nestapag {
  font-family: "VAG Rounded-Std", cursive;
  font-size: 21px;
  color: #00c3f7;
  text-transform: uppercase;
  padding: 20px;
  border: 1px solid #00dbbb;
  border-radius: 25px;
  background-color: white;
}
@media (max-width: 800px) {
  .wrapper-space .artigos .container .row .nestapag {
    font-size: 15px;
    margin-bottom: -20px;
  }
}
.wrapper-space .artigos .container .row .nestapag u {
  color: #00dbbb;
}
@media (max-width: 800px) {
  section {
    margin-top: 10px;
  }
  section#space-care {
    margin-top: 0px;
  }
  .container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 72px;
  }
  header {
    height: 100%;
  }
  header .header-top {
    padding: 1rem 1.4rem 1.4rem 0.5rem !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  }
  header .header-top img.logo-img {
    height: 35px !important;
  }
  .menu .perfil {
    padding: 20px;
    display: block !important;
  }
}
.toogle {
  display: none;
}
@media (max-width: 800px) {
  #login-page .logo {
    width: 90% !important;
    margin: 0 auto;
  }
  .toogle {
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 20px;
  }
  .wrapper {
    padding-left: 0 !important;
  }
  header {
    left: -270px !important;
    height: 100%;
  }
  header.active {
    left: 0px !important;
  }
  .marcas {
    margin-top: 30px;
  }
  .marcas .row {
    width: 95% !important;
  }
  .marcas .row.desk {
    display: none !important;
  }
  .marcas .row.mobi {
    display: flex !important;
  }
  .marcas .row .col-sm {
    text-align: center;
  }
  .marcas .row .col-sm img {
    height: 1.38rem !important;
    margin: 5px auto;
  }
  #login-page .forms-box {
    width: 90% !important;
  }
}
.marcas {
  background: linear-gradient(to right, #00dbbb, #00c3f7);
  min-height: 60px;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
.marcas .row {
  width: 80%;
  margin: 0 auto;
  padding: 5px;
}
.marcas .row.desk {
  display: flex;
}
.marcas .row.mobi {
  display: none;
}
.coracao {
  color: #00dbbb;
  margin: 0 2px;
  font-size: 20px;
}
a.botao {
  background-color: #00c3f7;
  padding: 10px;
  margin: 20px 0 0 0;
  color: white !important;
}
.wrapper {
  padding-left: 270px;
}
.wrapper .topbar {
  background-color: white;
  color: #00c3f7;
  padding: 10px 20px;
  text-align: right;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.wrapper .topbar .perfil {
  display: flex;
}
.wrapper .topbar .perfil .busca {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
.wrapper .topbar .perfil .busca form {
  width: 200px;
}
.wrapper .topbar .perfil .busca form input[type="text"] {
  border: none;
  max-width: 140px;
}
.wrapper .topbar .perfil .busca form button {
  background-color: #00c3f7;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: white;
}
.wrapper .topbar .perfil .logo {
  display: none;
}
.wrapper .topbar .perfil .nome {
  margin: 10px 0 0 auto;
}
@media (max-width: 800px) {
  .wrapper .topbar {
    background-image: linear-gradient(to right, #00dbbb, #00c3f7);
    color: white !important;
    padding: 1rem 1.4rem 1.4rem 0.5rem !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10100;
    width: 100%;
  }
  .wrapper .topbar .perfil {
    display: flex;
  }
  .wrapper .topbar .perfil .boxBusca {
    display: none;
  }
  .wrapper .topbar .perfil .boxBusca .busca {
    display: none;
  }
  .wrapper .topbar .perfil .boxBusca .busca form {
    width: auto;
  }
  .wrapper .topbar .perfil .boxBusca .busca form input[type="text"] {
    border: none;
    max-width: 100%;
    width: 80%;
  }
  .wrapper .topbar .perfil .boxBusca.active {
    display: block;
    position: absolute;
    top: 75px;
    z-index: 1000;
    width: 100%;
    left: 0;
    background-color: white;
    padding: 10px 20px;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  }
  .wrapper .topbar .perfil .boxBusca.active .busca {
    display: block;
  }
  .wrapper .topbar .perfil .nome {
    display: none;
  }
  .wrapper .topbar .perfil .logo {
    display: inline-flex;
    width: 90%;
    text-align: left;
  }
  .wrapper .topbar .perfil .logo img {
    height: 35px;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
@media (max-width: 600px) {
  .alignleft {
    float: none;
  }
}
.alignright {
  float: right;
  margin: 10px 0 30px 0;
}
@media (max-width: 600px) {
  .alignright {
    float: none;
  }
}
.aligncenter {
  display: block;
  margin: 20px auto 40px auto !important;
}
.wp-caption-text {
  font-size: 0.7rem;
  margin-top: 20px;
  text-align: center;
}
.bg-azul {
  background-color: #00c3f7;
}
.bg-cinza {
  background-color: #706f6f;
}
.text-azul {
  color: #00c3f7;
}
.text-azul-escuro {
  color: #003057;
}
.text-cinza {
  color: #706f6f !important;
}
a {
  color: #00c3f7;
}
.pointer-event {
  cursor: pointer;
}
.loop img:not(.img-slide):not(.social-icon):not(.grid-image) {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .loop img:not(.img-slide):not(.social-icon):not(.grid-image) {
    display: block;
    margin: 0 auto 0 auto !important;
    margin-bottom: 15px !important;
  }
}
.loop p img, .loop .wp-caption img {
  margin-left: 20px;
}
.loop .wp-video {
  margin: 0 auto;
}
#loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
@media only screen and (max-width: 800px) {
  .loader {
    top: 40%;
    left: 33.3%;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slideshow .imagem-destaque, .slideshow .video-principal {
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center center;
  overflow: hidden;
}
.slideshow .imagem-destaque img, .slideshow .video-principal img {
  border-radius: 10px;
}
@media (max-width: 800px) {
  .slideshow .imagem-destaque img, .slideshow .video-principal img {
    border-radius: 0px;
  }
}
@media only screen and (max-width: 800px) {
  .slideshow .imagem-destaque, .slideshow .video-principal {
    height: auto;
  }
}
.slideshow .imagem-destaque .interna, .slideshow .video-principal .interna {
  color: #706f6f;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .slideshow .imagem-destaque .interna, .slideshow .video-principal .interna {
    bottom: 5px;
    padding: 10px;
    font-size: 1rem;
    left: 0;
    text-align: left;
    width: 100%;
  }
}
.slideshow .imagem-destaque .interna h4, .slideshow .video-principal .interna h4 {
  color: #706f6f;
  font-size: 30px;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  .slideshow .imagem-destaque .interna h4, .slideshow .video-principal .interna h4 {
    font-size: 18px;
  }
}
.slideshow .slide {
  height: 500px;
  width: 100%;
  background-size: cover;
}
.slideshow .slide .interna {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 400px;
  height: auto;
}
@media only screen and (max-width: 800px) {
  .slideshow .slide .interna {
    top: 10px;
    left: auto;
    width: 173px;
    height: auto;
    right: 20px;
  }
}
.slideshow .slide .interna h4 {
  padding-left: 10px;
  color: #00c3f7;
  font-size: 30px;
  border-left: 4px solid #00c3f7;
}
@media only screen and (max-width: 800px) {
  .slideshow .slide .interna h4 {
    font-size: 18px;
  }
}
.slideshow .slide .interna a {
  display: inline-block;
  color: #00c3f7;
  font-size: 1.5rem;
  border-top: 2px solid #00c3f7;
  padding-left: 80px;
}
@media only screen and (max-width: 800px) {
  .slideshow .slide .interna a {
    font-size: 18px;
  }
}
.cycle-pager {
  text-align: center;
  z-index: 888;
  position: relative;
}
.cycle-pager span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin: 0 3px;
  color: transparent;
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  background-color: #00c3f7;
}
.cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-next {
  position: absolute;
  z-index: 997;
  top: 50%;
  color: #00c3f7;
  cursor: pointer;
  font-size: 47px;
  transform: translateY(-50%);
}
.cycle-slideshow .cycle-next {
  right: 0;
}
@media only screen and (max-width: 800px) {
  .modal.postModal .modal-dialog {
    max-width: 85% !important;
    margin: 125px auto 0 auto !important;
  }
  .modal.postModal .modal-dialog .col-lg-1 {
    width: 20% !important;
  }
  .modal.postModal .modal-dialog .col-lg-11 {
    width: 80% !important;
  }
}
.modal.postModal .modal-dialog {
  max-width: 77%;
  margin: 125px auto 0 290px;
}
.modal.postModal .modal-dialog .modal-content {
  background-color: #00c3f7;
  border: 1px solid #00c3f7;
  border-radius: 15px;
}
.modal.postModal .modal-dialog .modal-content .modal-header {
  padding: 0 20px;
  border: none;
}
.modal.postModal .modal-dialog .modal-content .modal-header .close {
  color: white;
  font-size: 36px;
}
.modal.postModal .modal-dialog .modal-content .modal-body {
  padding: 0 1rem;
}
.modal.postModal .modal-dialog .modal-content .modal-body .artigo {
  color: white;
  background-color: transparent;
}
.modal.postModal .modal-dialog .modal-content .modal-body .artigo .resumo {
  display: block !important;
}
.modal.postModal .modal-dialog .modal-content .modal-body .artigo a {
  color: #007bff;
}
.artigos.oportunidades .col-lg-6:first-child {
  flex: 0 0 99% !important;
  max-width: 99% !important;
}
.artigos .divisoria {
  height: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.artigos .artigo {
  color: #838383;
  padding: 10px;
  background-color: white;
}
.artigos .artigo .titulo {
  font-family: "Comfortaa", cursive;
}
.artigos .artigo .resumo {
  font-size: 17px;
}
@media only screen and (max-width: 800px) {
  .artigos .artigo.agenda .col-lg-2 {
    width: 20% !important;
  }
  .artigos .artigo.agenda .col-lg-10 {
    width: 80% !important;
  }
  .artigos .artigo.agenda .resumo {
    display: block !important;
  }
  .artigos .artigo.d-flex {
    display: block !important;
  }
  .artigos .artigo.horizontal .midia {
    width: 100% !important;
  }
  .artigos .artigo.horizontal .conteudo-item {
    width: 100% !important;
  }
  .artigos .artigo.horizontal .conteudo-item .titulo a {
    font-size: 1.6rem;
  }
  .artigos .artigo.horizontal .conteudo-item .titulo-data .titulo {
    max-width: 100%;
  }
}
.artigos .artigo.agenda .titulo h4 {
  color: #00dbbb;
  font-size: 18px;
}
.artigos .artigo.agenda .resumo p.h6 {
  font-size: 16px;
}
.artigos .artigo.agenda h1.data {
  color: #00c3f7;
  font-size: 30px;
  line-height: 1;
}
.artigos .artigo.agenda h5.data {
  color: #00dbbb;
  font-size: 15px;
}
.artigos .artigo .video video {
  border-radius: 15px;
}
.artigos .artigo .foto {
  height: 192px;
  background-size: cover;
  background-position: left center;
  border-radius: 10px;
  overflow: hidden;
}
.artigos .artigo .titulo-data .titulo {
  border-radius: 15px;
  color: #00c3f7;
  max-width: 65%;
}
.artigos .artigo .titulo-data .data {
  font-style: italic;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: right;
}
.artigos .artigo .titulo-data.interna .titulo {
  background: none;
  color: black;
  font-weight: bold;
  border-radius: none;
  display: block;
  max-width: 100%;
  padding: 0;
}
.artigos .artigo .titulo-data.interna .data {
  text-align: left;
}
.artigos .artigo.horizontal .midia {
  width: 30%;
}
.artigos .artigo.horizontal .conteudo-item {
  width: 70%;
}
.artigos .artigo.horizontal .conteudo-item .titulo a {
  font-size: 1.6rem;
}
.artigos .artigo.horizontal .conteudo-item .titulo-data .titulo {
  max-width: 100%;
}
.artigos .artigo-full {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
  padding: 10px !important;
}
.artigos .artigo-full .conteudo {
  position: relative;
  z-index: 9;
}
.artigos .artigo-full .conteudo h4 {
  display: inline-block;
}
.artigos .artigo-full .conteudo .resumo {
  font-size: 18px;
  padding-right: 20px;
}
@media only screen and (max-width: 800px) {
  .artigos .artigo-full .conteudo .resumo {
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .artigos .artigo-full .conteudo .video {
    margin-bottom: 20px !important;
  }
  .artigos .artigo-full .conteudo .video video {
    height: 200px;
  }
}
.main article {
  margin-bottom: 40px;
}
.main article .olho {
  border: 2px solid;
  border-radius: 20px;
}
.main article .olho, .main article .iframe-wrapper {
  padding: 10px 30px;
  color: #002c5f;
  border-radius: 20px;
}
@media only screen and (max-width: 800px) {
  .main article .olho, .main article .iframe-wrapper {
    padding: 0;
  }
}
.main article .citacao {
  margin-top: 60px;
  margin-bottom: 90px;
  position: relative;
  text-align: center;
}
.main article .citacao .texto {
  border-left: 2px solid #00c3f7;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  font-style: italic;
}
.main article .citacao .texto:before {
  background-image: url(../img/icones/ap-l.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  width: 34px;
  height: 29px;
  position: absolute;
  top: -34px;
}
.main article .citacao .texto:after {
  background-image: url(../img/icones/ap-r.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  width: 34px;
  height: 29px;
  position: absolute;
  bottom: -34px;
  right: 0px;
}
.main article .citacao .texto .autor {
  position: absolute;
  right: 0;
  bottom: -60px;
  font-style: italic;
}
.main article .midia-texto {
  display: flex;
  flex-wrap: wrap;
}
.main article .midia-texto .foto {
  width: 30%;
}
@media only screen and (max-width: 800px) {
  .main article .midia-texto .foto {
    width: 100%;
    margin-bottom: 30px;
  }
}
.main article .midia-texto .texto {
  width: 70%;
  padding-left: 20px;
}
@media only screen and (max-width: 800px) {
  .main article .midia-texto .texto {
    width: 100%;
  }
}
.social {
  position: relative;
}
.social .likes img, .social .comments img, .social .shares img {
  cursor: pointer;
}
.social img {
  max-width: 30px !important;
}
.social .icones {
  position: absolute;
}
.social .ouvir {
  cursor: pointer;
  border-radius: 50px;
  padding: 4px 10px;
}
@media only screen and (max-width: 800px) {
  .social .ouvir {
    width: 100%;
  }
}
.social .ouvir .icone {
  width: 47px;
}
.social .ouvir .texto {
  width: 120px;
  font-weight: bold;
}
.social .ouvir .cursor-audio {
  font-size: 20px;
}
.social .ouvir .cursor-audio .fa-pause {
  display: none;
}
.social .ouvir .cursor-audio.play .fa-play {
  display: none;
}
.social .ouvir .cursor-audio.play .fa-pause {
  display: inline;
}
.social > div > span {
  transform: translateY(4px);
  cursor: pointer;
}
.perguntas video, .perguntas img {
  border-radius: 15px;
}
.perguntas .pergunta h2 {
  color: #00c3f7;
}
.perguntas .pergunta .alternativas .alternativa {
  cursor: pointer;
  border: 1px solid;
  color: #00dbbb !important;
  border-radius: 0px;
  display: flex;
  align-items: center;
  padding: 15px 5px 5px 10px;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  font-size: 18px;
}
.perguntas .pergunta .alternativas .alternativa .form-check::before {
  font-family: FontAwesome;
  content: "";
  margin: 0 8px 0 0;
  color: #00dbbb !important;
  padding: 3px;
}
@media only screen and (max-width: 600px) {
  .perguntas .pergunta .alternativas .alternativa {
    display: block;
  }
}
.perguntas .pergunta .alternativas .alternativa:hover, .perguntas .pergunta .alternativas .alternativa.selected {
  color: white !important;
  background-color: #00c3f7 !important;
  border-color: #00c3f7 !important;
}
.perguntas .pergunta .alternativas .alternativa:hover .form-check::before, .perguntas .pergunta .alternativas .alternativa.selected .form-check::before {
  font-family: FontAwesome;
  content: "";
  margin: 0 8px 0 0;
  color: white !important;
  padding: 3px;
}
.perguntas .pergunta .alternativas .alternativa .img {
  margin-bottom: -10px;
  max-width: 140px;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .perguntas .pergunta .alternativas .alternativa .img {
    max-width: 100%;
    width: 100%;
  }
}
.perguntas .pergunta .alternativas .alternativa .img img {
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 600px) {
  .perguntas .pergunta .alternativas .alternativa .img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
.perguntas .resultado {
  display: none;
}
.perguntas .resultado.selected {
  display: block;
}
.slideshow {
  position: relative;
}
.slideshow .setas {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  z-index: 996;
}
@media only screen and (max-width: 600px) {
  .slideshow .setas {
    top: 30%;
  }
}
.slideshow .setas .cycle-prev, .slideshow .setas .cycle-next {
  position: absolute;
  color: #00c3f7;
  font-size: 40px;
  cursor: pointer;
}
.slideshow .setas .cycle-next {
  right: 0;
}
.slideshow-interna {
  width: 100%;
  overflow-x: hidden;
}
.slideshow-interna .interna {
  position: relative;
}
.slideshow-interna .interna .cycle-slideshow {
  height: 100%;
  height: 350px;
}
.slideshow-interna .interna .cycle-slideshow img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
.slideshow-interna .interna .cycle-slideshow .slide {
  width: 100%;
  height: 350px;
  text-align: center;
}
.slideshow-interna .interna .cycle-slideshow .slide img {
  max-height: 100%;
}
.slideshow-interna .interna .cycle-overlay {
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .slideshow-interna .interna .cycle-overlay {
    margin-top: 0;
  }
}
.slideshow-interna .setas {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 996;
}
@media only screen and (max-width: 600px) {
  .slideshow-interna .setas {
    top: 30%;
  }
}
.slideshow-interna .setas .cycle-prev, .slideshow-interna .setas .cycle-next {
  position: absolute;
  color: #00c3f7;
  font-size: 20px;
}
.slideshow-interna .setas .cycle-next {
  right: 0;
}
#ot-sdk-btn {
  color: white;
  border: none !important;
  height: auto;
  background-color: transparent !important;
  white-space: normal;
  word-wrap: break-word;
  padding: 0 !important;
  font-size: 1em !important;
  line-height: 1.2;
  cursor: pointer;
}
#ot-sdk-btn:hover {
  background-color: transparent !important;
  text-decoration: underline;
}
.grid .grid-item {
  display: inherit;
  max-width: 230px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .grid .grid-item {
    max-width: 100px;
  }
}
.grid .grid-item img {
  max-width: 100%;
  border-radius: 20px;
}
.grid-gallery {
  margin-bottom: 50px;
}
#grid-gallery {
  left: 50%;
  transform: translateX(-50%);
}
.enquete-content {
  border: 2px solid #00c3f7;
  border-radius: 10px;
  align-items: center;
  margin: 10px;
  overflow: hidden;
}
.enquete-content .pergunta {
  font-size: 1.4rem;
  color: #003057;
}
.enquete-content .respostas, .enquete-content .resultados {
  display: flex;
  flex-wrap: nowrap;
}
.enquete-content .respostas .opcao, .enquete-content .respostas .resultado, .enquete-content .resultados .opcao, .enquete-content .resultados .resultado {
  border: 2px solid #00c3f7;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #003057;
  cursor: pointer;
}
.enquete-content .respostas .opcao:hover, .enquete-content .respostas .resultado:hover, .enquete-content .resultados .opcao:hover, .enquete-content .resultados .resultado:hover {
  background-color: #eee;
}
.enquete-content .respostas .opcao:nth-child(1), .enquete-content .respostas .resultado:nth-child(1), .enquete-content .resultados .opcao:nth-child(1), .enquete-content .resultados .resultado:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
.enquete-content .respostas .opcao:nth-child(2), .enquete-content .respostas .resultado:nth-child(2), .enquete-content .resultados .opcao:nth-child(2), .enquete-content .resultados .resultado:nth-child(2) {
  border-radius: 0 10px 10px 0;
}
.enquete-content .resultados {
  display: none;
}
.enquete-content .resultado {
  min-width: 30%;
}
.enquete-content .resultado span {
  display: block;
  text-align: center;
}
#quiz-buzzfeed .voltar {
  font-size: 35px;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  padding: 8px;
}
#quiz-buzzfeed .pergunta-box {
  position: relative;
  margin-bottom: 30px;
}
#quiz-buzzfeed .pergunta-box .numero-pergunta {
  font-size: 42px;
  font-weight: bold;
  position: absolute;
  display: none;
}
@media (max-width: 800px) {
  #quiz-buzzfeed .pergunta-box .numero-pergunta {
    left: -26px;
    font-size: 35px;
  }
}
#quiz-buzzfeed .pergunta-box .pergunta-texto {
  border: none;
  width: 70%;
  margin: 0 auto;
  border-radius: 0px;
  padding: 0px;
}
@media (max-width: 800px) {
  #quiz-buzzfeed .pergunta-box .pergunta-texto {
    width: 95%;
  }
}
#quiz-buzzfeed .pergunta-box .pergunta-texto .interna {
  padding: 15px;
  color: white;
  border-radius: 0px;
  font-size: 35px;
  background-color: #00c3f7 !important;
  font-family: "Comfortaa", cursive;
}
@media (max-width: 800px) {
  #quiz-buzzfeed .pergunta-box .pergunta-texto .interna {
    font-size: 22px;
  }
}
#quiz-buzzfeed .pergunta-box .pergunta-texto img {
  width: 100%;
}
#quiz-buzzfeed .alternativas {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 800px) {
  #quiz-buzzfeed .alternativas {
    width: 95%;
  }
}
#quiz-buzzfeed .alternativas .alternativa {
  width: 47%;
  font-size: 25px;
  border: 5px solid;
  overflow: hidden;
  border-color: #00dbbb !important;
  background-color: #00dbbb !important;
  border-radius: 0;
  color: white !important;
}
@media (max-width: 800px) {
  #quiz-buzzfeed .alternativas .alternativa {
    width: 47%;
    font-size: 15px;
  }
}
#quiz-buzzfeed .alternativas .alternativa .imagem {
  width: 100%;
  margin-bottom: -10px;
}
#quiz-buzzfeed .alternativas .alternativa .imagem img {
  width: 100%;
}
#quiz-buzzfeed .resultado {
  border: 5px solid #00c3f7;
  width: 70%;
  margin: 0 auto;
  border-radius: 0px;
  padding: 20px;
}
#quiz-buzzfeed .resultado .interna {
  color: #00dbbb;
  border-radius: 0px;
}
#login-page .logo {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
#login-page .logo img {
  width: 70%;
}
#login-page .forms-box {
  position: relative;
  width: 380px;
  padding: 15px;
  margin: 20px auto 0 auto;
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #706f6f;
}
#login-page .forms-box:before {
  background-image: url(../img/icones/icon-bottom.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -10px;
  z-index: 1000;
  left: -8px;
}
#login-page .forms-box:after {
  background-image: url(../img/icones/icon-top.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -8px;
  z-index: 1000;
  right: -8px;
}
#login-page .forms-box.loading:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
#login-page .form h3 {
  text-align: center;
}
#login-page .form .login-center span {
  border: 1px solid #c7c4c4;
  padding: 5px 12px 3px 12px;
  border-radius: 15px;
  display: inline-block;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.btn-gradient {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 22em;
  position: relative;
  box-sizing: border-box;
  color: #00dbbb;
  background: #fff;
  background-clip: padding-box;
  /* !importanté */
  border: solid 2px transparent;
  /* !importanté */
  border-radius: 1em;
}
.btn-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to right, #00dbbb, #00c3f7);
}
.comment-date {
  font-size: 11px;
}
.btn-gradiente {
  display: flex;
  align-items: center;
  margin: 0;
  max-width: 232em;
  position: relative;
  box-sizing: border-box;
  color: #00dbbb;
  background: #fff;
  background-clip: padding-box;
  /* !importanté */
  border: solid 2px transparent;
  /* !importanté */
  border-radius: 1em;
}
.btn-gradiente:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to right, #00dbbb, #00c3f7);
}
.progress-bar-container {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: -10px;
  left: 0;
}
.progress-bar-container .progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 10px;
  background: #f1f1f1;
  overflow: hidden;
}
.progress-bar-container .progress-bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  animation: load 5s infinite;
}
.pagination {
  margin: 30px 0px;
}
.pagination ul {
  display: block;
  list-style-type: none;
  margin: 0 auto;
  padding: 0px;
}
.pagination ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination ul li a, .pagination ul li span {
  display: inline-block;
  font-size: 18px;
  width: auto;
  min-width: 52px;
  height: 52px;
  line-height: 26px;
  border-right: 0px;
  background: #fff;
  color: #00c3f7;
  padding: 15px;
  text-align: center;
}
.pagination ul li a:hover, .pagination ul li span:hover {
  cursor: pointer;
  text-decoration: none;
}
.pagination ul li a.first, .pagination ul li span.first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination ul li a.last, .pagination ul li span.last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination ul li span.last, .pagination ul li span.first {
  color: #00dbbb;
}
.pagination ul li span.last:hover, .pagination ul li span.first:hover {
  cursor: default;
}
.pagination ul li a:hover, .pagination ul li.active a, .pagination ul li .current {
  background: #00c3f7;
  color: #ffffff;
}
@keyframes load {
  0% {
    width: 0;
    background: #00dbbb;
  }
  25% {
    width: 40%;
    background: #00c3f7;
  }
  50% {
    width: 60%;
    background: #00dbbb;
  }
  75% {
    width: 75%;
    background: #00c3f7;
  }
  100% {
    width: 100%;
    background: #00dbbb;
  }
}
#app.hospital-care- header {
  background-color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background-image: none;
}
#app.hospital-care- header .menu ul li:last-child a {
  color: #706f6f;
}
#app.hospital-care- header .menu .perfil {
  display: none;
}
#app.hospital-care- header .menu a {
  color: #00c3f7;
}
#app.hospital-care- header .menu a:hover {
  color: #00dbbb;
  padding: 15px 10px 15px 20px;
  text-decoration: none !important;
}
#app.hospital-care- header .menu a:hover::before {
  font-family: FontAwesome;
  content: "";
  margin: 0 8px 0 0;
  border: 1px solid #00c3f7;
  padding: 3px;
  border-radius: 50%;
}
#app.hospital-care- header .menu a.selected {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 15px 10px 15px 20px;
  text-decoration: none !important;
}
#app.hospital-care- header .menu a.selected::before {
  font-family: FontAwesome;
  content: "";
  margin: 0 8px 0 0;
  border: 1px solid #00c3f7;
  padding: 3px;
  border-radius: 50%;
}
#app.hospital-care- .wrapper .topbar {
  background-image: linear-gradient(to right, #00dbbb, #00c3f7);
  color: white;
}
@media (max-width: 800px) {
  #app.hospital-care .menu .perfil {
    display: block !important;
    padding: 15px;
  }
  #app.hospital-care .wrapper .topbar {
    background-image: linear-gradient(to right, #00dbbb, #00c3f7);
    color: white !important;
  }
}
#space-care .boxes {
  display: flex;
  margin-top: 75px !important;
}
#space-care .boxes::after {
  content: " ";
  height: 3px;
  width: 106.8%;
  background-color: #00dbbb;
  left: 49%;
  top: -53px;
  position: absolute;
}
#space-care .boxes div.boxes {
  display: flex;
  margin-top: 75px !important;
}
#space-care .boxes div.boxes::after {
  content: " ";
  height: 3px;
  width: 90.8%;
  background-color: #00dbbb;
  left: 5%;
  top: -10px;
  position: absolute;
}
#space-care .boxes div.boxes .interno {
  background-image: linear-gradient(to bottom, #00dbbb, #00c3f7);
  min-width: 150px;
  margin: 15px 8px 0 0;
  text-align: center;
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  opacity: 0;
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  flex-grow: 0.001;
  flex-shrink: 1;
  flex-basis: auto;
  max-height: 200px;
  /* div:not(.expand) {
                    transition: all .5s linear;
                    background-color: white;
                    border-radius: 15px;
                    padding: 10px 5px 20px 5px;
                    position: relative;
                    max-height: 60px;
        
                    h4 {
                        font-size: 14px;
                        color: $azul;
                        margin-bottom: 10px;
                    }
        
                    p {
                        color: transparent;
                        margin: 0;
                        font-size: 11px;
                        transition: all .3s linear;
                    }
        
                    .expand {
                        border-color: $azul !important;
                        color: #00c3f7 !important;
                        left: calc(50% - 12.5px);
                        bottom: -15px;
                        background: white;
                    }
        
                    &.active {
                        max-height: 150px;
        
                        h4 {
                            color: black;
                        }
        
                        p {
                            color: #00c3f7;
                        }
                    }
        
        
                }*/
}
#space-care .boxes div.boxes .interno:last-child .boxes::after {
  display: none;
}
#space-care .boxes div.boxes .interno:first-child::after {
  content: " ";
  position: absolute;
  height: 45px;
  width: 3px;
  background-color: #00dbbb;
  top: -53px;
  left: calc(50% - 3px);
}
#space-care .boxes div.boxes .interno::before {
  content: " ";
  width: 15px;
  height: 15px;
  position: absolute;
  background-image: radial-gradient(#9ee5d7, #00dbbb);
  top: -48px;
  left: calc(50% - 9px);
  border-radius: 50%;
  z-index: 99;
}
#space-care .geral {
  display: grid;
  overflow: auto;
  align-items: center;
}
#space-care .geral::-webkit-scrollbar {
  height: 15px;
}
#space-care .geral::-webkit-scrollbar-track {
  background: #f0f0f0;
  margin: 10px;
}
#space-care .geral::-webkit-scrollbar-thumb {
  background-color: #00dbbb;
  border-radius: 20px;
  border: transparent;
}
#space-care .geral .primeiro-bloco {
  flex: 0 0 180px;
}
#space-care .expand {
  position: relative;
  border: 1px solid #00c3f7;
  z-index: 9;
  color: #00c3f7;
  border-radius: 50%;
  font-size: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  float: right;
}
#space-care .expand::after {
  content: "+";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#space-care .expand.active::after {
  content: "−";
  top: 50%;
}
#space-care h1 {
  color: #00c3f7;
  font-size: 20px;
}
#space-care .content {
  display: block;
  position: relative;
  margin-top: 100px;
}
#space-care .content::after {
  content: " ";
  height: 3px;
  min-width: 92.4%;
  background-color: #00dbbb;
  left: 3.7%;
  top: -10px;
  position: absolute;
  max-width: 100%;
}
#space-care .content ul::before {
  /*   content: ' ';
            height: calc(100% - 275px);
            width: 3px;
            background-color: #00dbbb;
            left: 50%;
            top: -80px;
            position: relative;*/
}
#space-care .content ul, #space-care .content li {
  list-style: none;
  flex: 0 0 auto;
  padding-inline-start: 0;
  margin: 0 3px;
  max-width: 150px;
}
#space-care .content > ul {
  display: flex;
  align-items: flex-start;
  padding-left: 40px;
  padding-top: 70px;
  padding-inline-start: 0;
}
#space-care .content > ul.active > ul {
  display: flex;
}
#space-care .content > ul > ul {
  align-items: flex-start;
  border-top: 3px solid #00dbbb;
  margin-top: 21px;
  display: none;
}
#space-care .ceo {
  font-size: 24px;
  margin: 0 auto !important;
}
#space-care .ceo::after {
  content: " ";
  position: absolute;
  height: 92px;
  width: 3px;
  background-color: #00dbbb;
  top: 314px;
  left: calc(50% - 3px);
}
#space-care .ceo:not(:first-child) {
  margin-top: 40px;
}
#space-care li.externo, #space-care li.interno, #space-care .ceo {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  max-width: 150px;
  background-image: linear-gradient(to bottom, #04dbbd, #0bbfe6);
  color: white;
  text-align: center;
  position: relative;
  margin: 0;
}
#space-care li.externo .titulo, #space-care li.interno .titulo, #space-care .ceo .titulo {
  font-size: 10px;
  padding: 7px 20px;
  border-radius: 0px !important;
  background-color: gray;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  width: 155px;
}
#space-care li.externo .photo, #space-care li.interno .photo, #space-care .ceo .photo {
  display: block;
  max-height: 230px;
  opacity: 1;
  object-fit: fill;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.4s ease-in-out;
  min-height: 200px;
  background-size: cover;
  background-position-y: bottom;
  background-position-x: center;
}
#space-care li.externo .photo img, #space-care li.interno .photo img, #space-care .ceo .photo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#space-care li.externo .nome, #space-care li.interno .nome, #space-care .ceo .nome {
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, #04dbbd, #0bbfe6);
  left: 0;
  font-size: 10px;
  padding: 10px;
  opacity: 1;
  display: block;
  transition: all 0.5s ease-in-out;
  min-height: 50px;
  display: inline-table;
}
#space-care li.externo.active .nome, #space-care li.externo.active .photo, #space-care li.interno.active .nome, #space-care li.interno.active .photo, #space-care .ceo.active .nome, #space-care .ceo.active .photo {
  display: block;
  max-height: 230px;
  opacity: 1;
}
#space-care li.externo.active::before, #space-care li.interno.active::before, #space-care .ceo.active::before {
  content: " ";
  position: absolute;
  width: 3px;
  height: 40px;
  top: 320px;
  left: 105px;
  background-color: #00dbbb;
  transition: all 0.4s ease-in-out;
  display: none;
}
#space-care li.externo::before, #space-care li.interno::before, #space-care .ceo::before {
  content: " ";
  position: absolute;
  width: 3px;
  height: 40px;
  top: 115px;
  left: 105px;
  background-color: #00dbbb;
  transition: all 0.4s ease-in-out;
  display: none;
}
#space-care li.externo .expand, #space-care li.interno .expand, #space-care .ceo .expand {
  right: 65px;
  top: 20px;
  transition: all 0.4s ease-in-out;
}
#space-care li.externo::after {
  content: " ";
  position: absolute;
  height: 34px;
  width: 3px;
  background-color: #00dbbb;
  top: -33px;
  left: calc(50% - 3px);
}
#space-care li.externo .expand {
  right: 65px;
  top: 20px !important;
  transition: all 0.4s ease-in-out;
}
#space-care li.interno {
  background-image: linear-gradient(to bottom, #00dbbb, #00c3f7);
  min-width: 150px;
  margin: 15px 8px 0 0;
  text-align: center;
  color: white;
  position: relative;
  opacity: 0;
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  flex-grow: 0.001;
  flex-shrink: 1;
  flex-basis: auto;
  max-height: 200px;
}
#space-care li.interno:first-child::after {
  content: " ";
  position: absolute;
  height: 85px;
  width: 3px;
  background-color: #00dbbb;
  top: -85px;
  left: calc(50% - 3px);
}
#space-care li.interno::after {
  content: " ";
  position: absolute;
  height: 51px;
  width: 3px;
  background-color: #00dbbb;
  top: -51px;
  left: calc(50% - 3px);
}
#space-care li.interno::before {
  content: " ";
  position: absolute;
  height: 45px;
  width: 3px;
  background-color: #00dbbb;
  top: -53px;
  left: calc(50% - 3px);
}
