@charset "UTF-8";

/**
  CORREÇÕES
 */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-brainb {
  color: #3a3f51;
}

.bg-brainb {
  background-color: #e3e6ef !important;
}

.cursor-pointer {
  cursor: pointer;
}

.vertical-middle {
  vertical-align: middle !important;
}

.circulo-avatar {
  background: #e2e2e2;
  z-index: 1000;
  position: relative;
  border: 1px solid rgba(52, 73, 94, 0.44);
  padding: 2px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.circulo-avatar span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
}

/* largura */

::-webkit-scrollbar {
  width: 10px;
}

/* Corredor */

::-webkit-scrollbar-track {
  background: #c6c6c6;
}

/* Barra */

::-webkit-scrollbar-thumb {
  background: #50556e;
}

/* Barra hover */

::-webkit-scrollbar-thumb:hover {
  background: #3a3f51;
}

div.cd-timeline-img p {
  display: block;
  position: relative;
  text-align: center;
  color: white;
  margin-top: 19px;
  font-weight: bold;
}

.navbar-brand {
  padding: 0 24px !important;
  height: 60px;
}

.sidebar .menu {
  margin-top: 10px;
}

#leftsidebar {
  top: 70px;
}

.card-plano .pricingTable-header img:nth-of-type(2) {
  display: none;
}

.card-plano:hover .pricingTable-header img:nth-of-type(1) {
  display: none;
}

.card-plano:hover .pricingTable-header img:nth-of-type(2) {
  display: inline;
}

div.card-body.tecnicas {
  height: 645px;
  overflow: auto;
}

.modal-fullscreen {
  padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 1% 10%;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-body div.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.modal-fullscreen .modal-body ol,
.modal-fullscreen .modal-body ul {
  margin: 5px 0;
  padding-left: 17px;
}

.modal-fullscreen .modal-body ol li,
.modal-fullscreen .modal-body ul li {
  color: #181818;
  font-size: 15px;
  text-align: justify;
}

.modal-fullscreen .modal-body table td {
  vertical-align: top;
}

.modal-fullscreen .modal-body table td.gira {
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.modal-fullscreen .modal-body table td.gira span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

.modal-fullscreen .modal-body p {
  color: #181818;
  font-size: 15px !important;
  text-align: justify;
  margin: 0;
}

.modal-fullscreen .modal-body p.indent {
  text-indent: 24px;
}

.modal-fullscreen .modal-body hr {
  border: 1px solid #005998;
}

.modal-fullscreen .modal-body h1,
.modal-fullscreen .modal-body h2,
.modal-fullscreen .modal-body h3,
.modal-fullscreen .modal-body h4,
.modal-fullscreen .modal-body h5 {
  color: #181818;
}

.modal-fullscreen .modal-body h3 {
  font-size: 17px;
}

.modal-fullscreen .modal-body h3 span {
  color: #181818;
  font-weight: 400;
  font-size: 15px;
}

div.price-value > span.desconto {
  font-size: 15px;
  text-decoration: line-through;
  width: 100%;
  display: block;
  margin-bottom: -8px;
}

table.with-delete-row tbody tr {
  transition: 0.5s linear all;
  position: relative;
}

table.with-delete-row tbody tr div.deleteRow {
  border: 1px solid #c3c3c3;
  box-shadow: 0 0 7px #949494;
  padding: 7px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  right: -18px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s linear all;
}

table.with-delete-row tbody tr div.deleteRow:hover {
  box-shadow: 0 0 7px #dc3545;
  border-color: #dc3545;
}

table.with-delete-row tbody tr div.deleteRow i {
  font-size: 20px;
}

div.card.compartilhamento div.header > div h2 {
  text-align: left;
}

div.card.compartilhamento div.header > div:hover h2 {
  color: #0b3e6f;
}

div.card.compartilhamento div.header .dropdown i {
  color: inherit;
}

.dataTables_length .bootstrap-select {
  border: none !important;
  width: auto;
}

/* Tela inicial coach */

.tipos-sessoes > div {
  text-align: center;
}

.tipos-sessoes > div img {
  max-width: 295px;
}

@media (max-width: 1399px) {
  .tipos-sessoes > div img {
    max-width: 100%;
  }
}

.row p.text-justify {
  font-size: 18px;
}

@media (min-width: 1400px) {
  .row > div.col-xl-6 {
    max-width: 33.33%;
  }
}

.row > div .card-ferramentas {
  padding: 0 34px;
  position: relative;
  margin-bottom: 60px;
}

.row > div .card-ferramentas .cabecalho {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  max-width: 312px;
}

.row > div .card-ferramentas .cabecalho h2 {
  color: #1a68b3;
  text-align: center;
}

.row > div .card-ferramentas .conteudo {
  background: #e7e8ea;
  padding: 50px 20px 20px 20px;
  border-radius: 20px;
  min-height: 370px;
  position: relative;
}

.row > div .card-ferramentas .conteudo > img {
  width: 60px;
  position: absolute;
  left: 20px;
  top: -30px;
  z-index: 10;
}

.row > div .card-ferramentas .conteudo .collapsible-body .collapsible-body {
  padding: 10px;
}

.row > div:first-child .cabecalho {
  left: -57px;
}

.row > div:nth-child(2) .cabecalho {
  left: -60px;
}

.row > div:nth-child(3) .cabecalho {
  left: -94px;
}

.row > div:nth-child(4) .cabecalho {
  left: -107px;
}

.row > div:nth-child(5) .cabecalho {
  left: -117px;
}

.row > div:nth-child(6) .cabecalho {
  left: -156px;
}

.row > div:nth-child(6) .cabecalho h2 span {
  font-size: 18px;
}

.row > div:nth-child(7) .cabecalho {
  left: -107px;
}

.row > div:nth-child(8) .cabecalho {
  left: -156px;
}
