@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
  font-family: Montserrat;
}

.container {
  max-width: 1436px;
}
body {
  background: #2f2f2f;
}
.header-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner {
  background: url(/assets/images/banner_home_ttt.png) no-repeat center center;
  background-size: cover;
  min-height: 450px;
}

.banner-webinar > p:first-child {
  font-size: 24px;
  line-height: 42px;
  font-weight: 900;
  letter-spacing: 0px;
  color: #ffffff;
}

.banner-webinar-titulo {
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
  color: #ffffff;
}

.banner-webinar-subtitulo {
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
}

.banner-webinar-data {
  font-size: 38px;
  line-height: 42px;
  font-weight: 900;
  color: #ffffff;
}

.banner-webinar-horario {
  font-size: 24px;
  line-height: 42px;
  color: #ffffff;
}

.card-box {
  background: #474747;
  box-shadow: 0px 8px 16px #00000029;
  border-radius: 4px;
  border: none;
  padding: 16px;
  margin-top: -176px;
}

.card-body p:first-child,
.tag-banner {
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin: 0;
}

.tag-banner {
  text-align: left;
}
.card-body > a {
  font-size: 16px;
  line-height: 42px;
  color: #8dc641;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  text-decoration: underline;
}

.form-check:not(.form-check-inline) {
  background: #3a3a3a;
  text-align: center;
  padding: 24px;
  border-radius: 5px;
  margin-top: 16px;
  /* opacity: 0.32; */
  margin-left: -14px;
  margin-right: -14px;
}

.form-check-input {
  margin-top: 8px;
}
.form-check-label {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  margin: 1px 10px 0px;
}

a {
  font-size: 14px;
  line-height: 18px;
  color: #e6e6e6;
}

a:hover {
  text-decoration: underline;
  color: #fff;
}

.form-check-div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}
.form-check-div .form-check-label {
  font-size: 14px;
  line-height: 18px;
  color: #e6e6e6;
}

button {
  display: block;
  background: #8dc641;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #233823;
  padding: 16px;
  width: 224px;
  /*margin: 40px auto 0;*/
}

button:disabled {
  background-color: #999;
}

.programacao-webinar {
  margin-top: 40px;
}

.programacao-webinar h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 32px;
}

.programacao-webinar-item {
  display: flex;
  align-items: center;
  background: #474747;
  padding: 16px;
  margin-bottom: 8px;
}

.programacao-webinar-item .item-1 p {
  font-size: 16px;
  line-height: 21px;
  font-family: Roboto;
  letter-spacing: 1.92px;
  color: #B2C400;
  margin: 0 0 0 16px;
  width: 144px;
  font-weight: bold;
}

.item-1 {
  display: flex;
  align-items: center;
}
.item-1::after {
  content: "";
  width: 1px;
  height: 48px;
  background: #B2C400;
  opacity: 0.64;
  margin: 0 40px;
}

.item-2 p {
  font-size: 16px;
  line-height: 21px;
  font-family: Roboto;
  letter-spacing: 0.01px;
  color: #B2C400;
  text-transform: uppercase;
  margin: 0;
}

.item-2 p span {
  font-weight: 400;
  color: #B2C400;
}

.form-hidden {
  display: none;
  margin-top: 24px;
}

.form-check .form-check-input:checked ~ .form-hidden {
  display: flex;
}

input[type="checkbox"]::before {
  content: " ";
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  width: 18px;
  height: 18px;
}

input[type="checkbox"]:checked::after {
  content: "\2713";
  position: absolute;
  margin: 0px 0px;
  font-weight: bold;
  background-color: #8dc641;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  padding-left: 3px;
  font-size: 14px;
}

.form-control.error {
  border: 2px solid #dd6969;
}

.form-control.error::placeholder {
  color: #dd6969;
}

/* TERMOS */

.banner-terms {
  background: rgb(178,196,0);
  background: linear-gradient(180deg, rgba(178,196,0,1) 0%, rgba(71,71,71,1) 100%);
  padding: 50px 0;
}
.banner-terms-titulo {
  font-size: 56px;
  line-height: 68px;
  font-weight: 900;
  color: #ffffff;
}

.content-terms {
  background: #e6e6e6;
  padding: 40px;
}

.content-terms p {
  font-size: 16px;
  line-height: 19px;
  font-family: "Montserrat";
  color: #202020;
}

footer {
  background: #1c1c1c;
  position: relative;
  bottom: 0;
  padding: 20px;
}

footer p {
  font-size: 14px;
  line-height: 18px;
  color: #e6e6e6;
}

/* Login */

.bg {
  background: url(/assets/images/banner_ttt.png), #000;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  padding-top: 38px;
}

.box-card {
  display: block;
  width: 540px;
  box-shadow: 0px 8px 16px #00000029;
  background: #B2C400;
  padding: 30px;
  margin: 100px auto;
}
.form-custom {
  width: 100%;
  height: 58px;
  border: solid 1px #bac1c4;
  border-radius: 5px;
  background-color: #fcfcfc;
}
.inscrevase,
.btn-voltar {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #474747;
  text-decoration: underline;
}

.btn-voltar {
  background: none;
  border: none;
  padding: 10px 0px;
}
.btn-entrar {
  background-color: #25575D;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  max-width: 224px;
  display: block;
  margin: 0 auto;
  border-color: #004b68;
  padding: 12px;
  border: 0;
  color: #fff;
  width: 100%;
  border-radius: 5px;
}

.btn-entrar:hover {
  background-color: #004b68;
}
.faixa-card {
  width: 540px;
  height: 8px;
  background-color: #004b68;
}

.login-title p:first-child {
  font-size: 32px;
  line-height: 30px;
  font-weight: 900;
  color: #ffffff;
}

.login-title p:last-child {
  font-size: 20px;
  line-height: 42px;
  color: #233823;
}

/* Live */

.bg-chat {
  background: #fff;
  padding: 8px;
  box-shadow: 0px 10px 32px #00000029;
}
.chat-conteudo {
  max-height: 397px;
  overflow-y: scroll;
  height: 385px;
  padding: 0 10px;
}

.chat-content {
  background: 3474747;
  display: flex;
  border: 15px solid #474747;
  margin-top: -25px;
}

.chat {
  min-width: 332px;
  max-width: 332px;
  border-left: 8px solid #474747;
}

.iframe {
  width: 100%;
}
.title-chat {
  background: #fff;
  color: #fff;
  font-family: "Roboto";
  font-weight: bold;
  color: #636363;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 0px;
  margin: 0;
}

.btn-chat {
  background: #078b59 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 16px;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0;
}

.chat-question {
  background: #dbedc3;
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 8px;
}

.chat-question .name-chat {
  font-size: 14px;
  color: #233823;
  font-weight: bold;
}

.chat-question li {
  list-style: none;
}
.chat-question li span:nth-child(1)   {
  font-size: 14px;
  color: #233823;
  margin: 0;
}

.chat-question li span:nth-child(3) {
  font-size: 14px;
  color: #233823;
}

.chat-answer {
  background: #0B5470;
  border-radius: 10px;
  padding: 8px !important;
  color: #fff;
  text-align: right;
  margin-bottom: 8px;
  font-size: 14px;

}


#form-message {
  background: #f5f5f5;
  padding: 12px;
}

.form-control-chat {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #c5c5c5;
  border-radius: 0;
  color: #707070 !important;
  margin-bottom: 16px;
  font-size: 13px;
  padding: 0;
}

.form-control-chat:focus {
  background: transparent;
  box-shadow: none;
}

.form-control-chat::placeholder {
  color: #707070;
  font-size: 13px;
}

.bg-chat {
  background: #fff;
  padding: 8px;
  box-shadow: 0px 10px 32px #00000029;
}

/* width */

::-webkit-scrollbar {
  width: 8px;
  background: #fff;
  height: 100%;
}

/* Track */

::-webkit-scrollbar-track {
  background: #fff;
  height: 100%;

}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 5px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #424040;
}

.questionarie {
  margin-top: 64px;
}

.questionarie > p:first-child {
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.question {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #f9f7f7;
  margin: 32px 0;
}

.form-questions-webinar .form-check:not(.form-check-inline) {
  margin-left: 0;
  margin-right: 0;
}

.form-questions-webinar .form-check {
  padding: 0;
  margin-bottom: 12px;
  text-align: left;
}

.form-questions-webinar .form-check.correct .form-check-label {
  background: #8dc641;
  width: 100%;
}

.form-questions-webinar .form-check.error {
  border: 1px solid #dd6969;
}

.form-questions-webinar.form-check.error .form-check-label {
  background: #fff;
}
.form-questions-webinar .form-check label {
  font-size: 16px;
  padding: 24px 24px 24px 50px;
  background-color: #706f6f;
  width: 100%;
  color: #ffffff !important;
  margin: 0;
}
.form-questions-webinar .form-check-input {
  position: absolute;
  left: 38px;
  top: 22px;
}

.form-questions-webinar input[type="radio"] {
  border: none;
}

.form-questions-webinar input[type="radio"]::before {
  content: " ";
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  width: 24px;
  height: 24px;
}

.form-questions-webinar input[type="radio"]:checked::before {
  content: "\2713";
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: none;
  background-color: #008247;
  padding: 2px 0 0 6px;
}



.form-questions-webinar input[type="radio"]:checked + label {
  background: #8dc641;
  width: 100%;
  color: #233823;
  font-weight: bold;
}

.form-questions-webinar .form-check.error input[type="radio"]:checked + label{
  background: #dd6969 !important;
}

.result {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 40px 0;
}

.next-question {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.next-question span {
  background: #474747;
  border-radius: 5px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #e6e6e6;
  padding: 14px 24px;
}

.next-question a {
  background: #25575D;
  border-radius: 5px;
  padding: 14px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .banner {
    background: url(/assets/images/banner_ttt_mobile.png) no-repeat center
      center;
      background-size: cover;
    padding: 16px 0 95px;
    min-height: 290px;
  }
  .banner-webinar > p:first-child {
    font-size: 20px;
    line-height: 26px;
  }
  .banner-webinar-subtitulo {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-webinar-titulo,
  .banner-terms-titulo {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-webinar-horario {
    font-size: 20px;
    line-height: 22px;
  }
  .banner-webinar-data {
    font-size: 32px;
    line-height: 32px;
  }

  .form-control {
    margin-bottom: 16px;
  }

  .form-check-label {
    font-size: 12px;
    line-height: 16px;
  }

  .form-check-div {
    flex-direction: column;
  }
  .form-check-inline:first-child {
    margin-bottom: 16px;
  }

  .programacao-webinar-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .item-1 {
    margin-bottom: 16px;
  }
  .item-1::after {
    display: none;
  }

  .card-box {
    margin-top: -90px;
  }

  .form-check-input {
    margin-left: 0;
  }
  .banner-terms {
    padding: 20px;
  }

  .content-terms {
    padding: 20px;
  }

  .box-card {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .bg {
    padding: 40px 0;
  }

  
  .chat-content {
    flex-direction: column;
  }

  .chat {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    border: none;
    margin-top: 10px;
  }

  .chat-conteudo {
    max-height: 200px;
    min-height: 200px;
  }

  .form-questions-webinar .form-check-input {
    position: absolute;
    left: 16px;
    top: 12px;
}

.login-title p:first-child {
  font-size: 26px;
}
.login-title p:last-child,
.tag-banner {
  font-size: 12px;
}
.btn-entrar {
  min-width: 100%;
  margin: 0;
}
.questionarie > p:first-child {
  font-size: 18px;
}
}