footer {
  border-top: 1px solid #ccc;
  padding: 15px 0px;
  margin: 15px 0px;
  font-size: 12px;
}
@media (max-width: 768px) {
  footer {
    margin-bottom: 0px;
    padding: 10px 0px;
  }
}
header {
  background: #2f6296;
  color: white;
  padding: 15px;
}
header img {
  height: 20px;
}
header a {
  color: white;
}
header a:hover {
  color: white;
  opacity: 0.8;
}
header .brand a {
  font-weight: bold;
  text-transform: uppercase;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
header ul li {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 768px) {
  header ul li {
    margin-top: 5px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.password-input {
  width: 100%;
}


@media (max-width: 768px) {
  #chatBox .container {
    padding: 0px;
  }
}
#chatBox .c-wa-audio__photo {
  background: url(../../img/avatar.jpg) center center no-repeat;
  background-size: cover;
}
#chatBox .chat-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  height: calc(100vh - 220px);
  overflow-y: scroll;
  background-color: #f9f9f9;
  background: #efe7dd url("https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;
}
#chatBox .chat-message {
  margin: 10px 0;
  font-size: 14px;
}
#chatBox .chat-message.loadingmsg .box {
  background-color: #e9e9e9;
  background-image: url(../../img/typing-loading.gif);
  background-position: center center;
  background-size: 40px;
  background-repeat: no-repeat;
  min-width: 50px;
}
#chatBox .chat-message.image1 .box {
  background-color: #e9e9e9;
  background-image: url(../../img/pesquisa.jpg);
  background-position: center center;
  background-size: 180px;
  background-repeat: no-repeat;
  min-width: 200px;
  height: 300px;
}
#chatBox .input-group {
  background: #ede9e8;
}
#chatBox #input-area {
  width: 100%;
  min-height: 35px;
  display: inline-block;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: -15px;
}
#chatBox #input-area input {
  width: calc(100% - 75px);
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  border-radius: 0px;
}
#chatBox #input-area .btn-secondary {
  width: 40%;
  border-radius: 0px;
  height: 45px;
  margin: 0px 10px;
  background: #008a7c;
  border-color: #008a7c;
  text-transform: uppercase;
  font-size: 12px;
}
#chatBox #input-area .btn-primary {
  background: #008a7c;
  border-color: #008a7c;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0px;
  height: 45px;
}
#chatBox #input-area .input-group-append {
  display: inline-block;
}
#chatBox .chat-message {
  margin-bottom: 15px;
  width: 100%;
}
#chatBox .chat-message .box {
  max-width: 80%;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  min-width: 100px;
}
#chatBox .b-left .box {
  background: white;
}
#chatBox .b-right {
  text-align: right;
}
#chatBox .b-right .box {
  text-align: left;
  background: #d9fdd3;
}
.playerbox {
  display: none;
}
.c-wa-message {
  position: relative;
  transition: all 0.3s ease 0s;
  margin-top: 4px;
  margin-left: 0px;
}
.c-wa-message:before {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}
.c-wa-audio__wrapper {
  display: flex;
  align-items: center;
  width: 270px;
}
.c-wa-audio__photo {
  background-image: url(#{@default-photo});
  background-position: center;
  background-size: cover;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.c-wa-audio__photo-container {
  position: relative;
}
.c-wa-audio__photo-mic {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.1rem;
  color: #999999;
  filter: drop-shadow(1px 1px 0 white) drop-shadow(-1px -1px 0 white);
}
.c-wa-audio__control-play {
  color: #999999;
  margin-left: 20px;
  cursor: pointer;
  font-size: 1.1rem;
}
.c-wa-audio__time-container {
  font-size: 16px;
  line-height: 18px;
  color: #55606e;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
}
.c-wa-audio__time-slider {
  flex-grow: 1;
  background-color: #d8d8d8;
  cursor: pointer;
  position: relative;
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.c-wa-audio__time-progress {
  background-color: #2ab5eb;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
  height: 4px;
}
.c-wa-audio__time-pin {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #2ab5eb;
  position: absolute;
  pointer-events: all;
  top: -4px;
  right: -10px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}

#paginaCalendario {
  padding: 0px 0px 30px 0px;
}
#paginaCalendario h1 {
  font-size: 26px;
  text-transform: uppercase;
}
#paginaCalendario h1 + p {
  font-size: 14px;
}
#paginaCalendario #ganhos-consolidados {
  margin-bottom: 30px;
  padding: 0px 10px;
}
#paginaCalendario #ganhos-consolidados .box {
  color: white;
  background: #3788d8;
  height: 100%;
  padding: 15px;
}
#paginaCalendario #ganhos-consolidados .box h5 {
  font-size: 12px;
  text-transform: uppercase;
}
#paginaCalendario #ganhos-consolidados .box p {
  font-weight: bold;
  font-size: 22px;
  margin: 0px;
}
#paginaCalendario #alertGeral {
  font-size: 13px;
}
#paginaCalendario #alertGeral p {
  margin-bottom: 5px;
}
#paginaCalendario #alertGeral h4 {
  font-size: 16px;
}
#paginaCalendario #calendar {
  background: #F1F1F1;
  padding: 30px;
}
@media (max-width: 768px) {
  #paginaCalendario #calendar {
    padding: 15px;
  }
  #paginaCalendario #calendar .fc-toolbar-title {
    font-size: 18px!important;
  }
  #paginaCalendario #calendar .fc-today-button {
    display: none;
  }
}
#paginaCalendario .fc-daygrid-event {
  padding: 10px;
}
#paginaCalendario .fc-daygrid-event .finish {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 10px;
  font-size: 12px;
  margin-top: 5px;
  border-radius: 5px;
}
#paginaCalendario .fc-daygrid-event .open {
  background: white;
  color: #3788d8;
  padding: 10px;
  font-size: 12px;
  margin-top: 5px;
  border-radius: 5px;
}
#paginaCalendario .fc-daygrid-event .open label {
  margin: 0px;
}
#ganhoModal .alert {
  font-size: 12px;
}
#ganhoModal .alert p {
  margin: 0px;
}
#ganhoModal button.btn-primary {
  width: 100%;
}
#ganhoModal .form-control {
  height: 60px;
}
#ganhoModal .form-check {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.helperBox {
  display: none;
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
}
.btnHelper {
  border: 1px solid #ccc;
  border-radius: 0px 0px 10px 0px;
  padding: 8px 20px;
  background: #f1f1f1;
  color: black;
  font-size: 14px;
  display: inline-block;
  margin: auto;
}
#page h1 {
  font-size: 24px;
  text-transform: uppercase;
  padding: 15px 0px;
}
#page span {
  font-size: 12px;
}
#page .woocommerce-MyAccount-content input {
  width: 100%;
  border: 1px solid #ccc;
  height: 50px;
  padding: 10px;
}
#page .woocommerce-MyAccount-content .password-input {
  width: 100%;
}
#page .woocommerce-MyAccount-content .woocommerce-Button {
  width: 100%;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  background-color: #3788d8;
  border: 0px none;
  display: inline-block;
}
#page .woocommerce-MyAccount-content .woocommerce-info a {
  display: none;
}
#page.page-conversao .banner {
  background: url(../../img/bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 60px 0px 100px 0px;
  position: relative;
}
#page.page-conversao .banner * {
  position: relative;
  z-index: 2;
}
#page.page-conversao .banner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
}
#page.page-conversao .text-success {
  font-size: 32px;
  font-weight: 300;
  color: #3788d8!important;
  text-align: center;
}
#page.page-conversao h2.text-danger {
  font-size: 22px;
}
#page.page-conversao p.lead {
  font-size: 18px;
}
#page.page-conversao .disclaimer,
#page.page-conversao .cta2 {
  background: #f1f1f1;
  margin: 0px -15px;
  padding: 20px;
  font-size: 14px;
}
#page.page-conversao .cta img {
  width: 100%;
}
#page.page-conversao .faq {
  text-align: left;
}
#page.page-conversao .faq button {
  text-align: left;
  color: black;
}
.wc-block-components-checkout-place-order-button {
  background: #3788d8;
  color: white;
  border-color: #3788d8;
  font-size: 22px;
}

#plataforma {
  padding: 30px 0px;
}
#plataforma .box {
  background: #f1f1f1;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
#plataforma .box .alert {
  font-size: 12px;
}
#plataforma h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 30px;
}
#plataforma .btn {
  width: 100%;
}
