* {
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*::after, *::before {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

img {
  border: 0;
  max-width: 100%;
  display: inline-block;
}

textarea {
  resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

u {
  text-decoration: underline;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=text],
input[type=password],
textarea {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

iframe {
  border: none;
}

@keyframes subtle-shake {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(-2px) rotate(4deg);
  }
  10% {
    transform: translateX(2px);
  }
  15% {
    transform: translateX(-1px) rotate(0deg);
  }
  25% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.shake {
  animation: subtle-shake 9s infinite ease-in-out;
}

:root {
  --chimplify-chats-container-color: #2a3848;
  --chimplify-chats-container-margin: 0;
  --chimplify-chats-container-border-radius: 40px;
  --chimplify-chat-container-padding: 0;
  --chimplify-chat-primary-color: #6ab453;
  --chimplify-chat-primary-hover-color: #5c9e47;
  --chimplify-max-width: 1300px;
  --chimplify-chat-send-button-width: 66px;
  --chimplify-chat-send-button-height: 66px;
  --chimplify-chat-send-button-margin: 0 -18px 0 0;
  --chimplify-chat-send-min-height: 93px;
  --chimplify-chat-send-button-icon-size: 34px 34px;
  --chimplify-chat-bot-avatar-image: url("assets/neurofibramatose-bot-avatar.png");
  --chimplify-chat-bot-avatar-width: 30px;
  --chimplify-chat-bot-avatar-height: 30px;
  --chimplify-chat-bot-avatar-margin-right: 0px;
  --chimplify-chat-bot-avatar-margin-top: 10px;
  --chimplify-chat-bot-background-user-message: #edf2f2;
  --chimplify-chat-bot-background-bot-message: #f0ffeb;
  --chimplify-chat-background: #ffffff;
  --chimplify-chat-input-border: 3px solid var(--chimplify-chat-primary-color);
  --chimplify-chat-input-padding: 20px;
  --chimplify-chat-radius: 40px;
  --chimplify-chat-box-padding: 30px;
  --chimplify-tab-padding: 20px 30px 20px 30px;
  --chimplify-tab-icon-margin: 0 20px 0 0;
  --chimplify-tab-color: var(--chimplify-chat-primary-color);
  --chimplify-tab-background-color: #ffffff;
  --chimplify-tab-font-size: 24px;
  --chimplify-tab-font-weight: 700;
  --chimplify-tab-border-radius: var(--chimplify-chat-radius);
  --chimplify-tab-icon-width: 40px;
  --chimplify-tab-icon-height: 40px;
  --chimplify-tab-icon-border-radius: 0;
  --chimplify-chats-container-font-family: "Quicksand", sans-serif;
  --chimplify-chats-container-line-height: 1.5em;
}

.chimplify-chats-container {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 27.44px 0px rgba(0, 54, 107, 0.1490196078);
}

.chimplify-chat-box-container {
  width: 100%;
  overflow: visible;
  background-color: #fff;
}

.chimplify-chat-box-container .chat-box {
  border-radius: 0;
}
.chimplify-chat-box-container .chat-box .message-content {
  border-radius: 10px;
}

.chimplify-chat-box-container .chat-box .chimplify-chat-box-container .chat-box .chat-input-container .send-button {
  border-radius: 50%;
}

.chimplify-tabs-container {
  margin-bottom: -30px;
}
.chimplify-tabs-container .chimplify-tab {
  align-items: flex-start;
  box-shadow: 0px 0px 27.44px 0px rgba(0, 54, 107, 0.1490196078);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--chimplify-tab-border-radius);
  border-top-right-radius: var(--chimplify-tab-border-radius);
  flex: 1;
}
.chimplify-tabs-container .chimplify-tab.active {
  z-index: 3;
  box-shadow: none;
}

.chimplify-chats-container .chat-container {
  z-index: 4;
}

.chimplify-chats-container .chimplify-chat-box-container .chat-box .chat-message .avatar {
  background-image: url("assets/neurofibramatose-bot-avatar.png");
}

.chimplify-tabs-container .chimplify-tab.nf-educacao,
.chimplify-chats-container .chat-container#chat-container-nf-educacao {
  --chimplify-chat-primary-color: #0062a9;
  --chimplify-chat-primary-hover-color: #005693;
  --chimplify-chat-input-border: 3px solid var(--chimplify-chat-primary-color);
  --chimplify-tab-color: var(--chimplify-chat-primary-color);
}

.chimplify-tabs-container .chimplify-tab.conhecer-nf,
.chimplify-chats-container .chat-container#chat-container-conhecer-nf {
  --chimplify-chat-primary-color: #6ab453;
  --chimplify-chat-primary-hover-color: #6ab453;
  --chimplify-chat-input-border: 3px solid var(--chimplify-chat-primary-color);
  --chimplify-tab-color: var(--chimplify-chat-primary-color);
}

.chimplify-tabs-container .chimplify-tab.active .icon {
  --chimplify-tab-icon-width: 64px;
  --chimplify-tab-icon-height: 64px;
  --chimplify-tab-icon-margin: 0;
}

.chimplify-tabs-container .chimplify-tab.active .icon-wrapper {
  width: 110px;
  height: 110px;
  background-color: white;
  box-shadow: 0px 0px 40px 0px rgba(0, 54, 107, 0.1490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  margin-right: 20px;
  margin-top: -35px;
}
@media screen and (max-width: 719px) {
  .chimplify-tabs-container .chimplify-tab.active .icon-wrapper {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-top: 0;
  }
}

.chimplify-tabs-container .chimplify-tab .info-container {
  text-align: left;
  max-width: 214px;
  line-height: 1.1;
  /* margin-top: 5px; */
}

@media screen and (max-width: 719px) {
  .chimplify-chat-box-container .chat-box .chat-input-container {
    border-radius: 16px;
  }
  .chimplify-chat-box-container .chat-box .chat-input-container .chat-input {
    padding: 8px;
  }
}

.chimplify-chat-box-container .chat-box .chat-input {
  font-weight: 600;
}

@media screen and (max-width: 719px) {
  .chimplify-chat-box-container .chat-box .message-content {
    max-width: 100%;
  }
  .chimplify-chat-box-container .chat-box {
    padding: 30px 12px;
  }
  .chimplify-chat-box-container .chat-box .chat-input-container .send-button {
    width: 50px;
    height: 50px;
    margin-right: -10px;
  }
}
body,
html {
  background-color: #f2f2f2;
  font-family: "Quicksand", sans-serif;
}

.section {
  padding: 20px 40px;
}
@media screen and (max-width: 719px) {
  .section {
    padding: 20px;
  }
}

#tito-chat .chimplify-main-container {
  width: 100%;
  max-width: var(--chimplify-max-width);
  margin-left: auto;
  margin-right: auto;
}

.page-info .title {
  font-size: 3.4rem;
  color: #0062a9;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 1183px) {
  .page-info .title {
    max-width: 400px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 719px) {
  .page-info .title {
    font-size: 1.8rem;
    max-width: 220px;
  }
}

.page-info .title span {
  color: #6ab453;
}

.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1289px) {
  .container {
    max-width: 1080px;
  }
}

#tito-chat {
  margin-top: 50px;
}

.tito-image {
  position: absolute;
  top: -80px;
  right: -330px;
}
@media screen and (max-width: 1183px) {
  .tito-image {
    width: 200px;
    top: -230px;
    right: 0;
  }
}
@media screen and (max-width: 719px) {
  .tito-image {
    width: 140px;
    right: -15px;
    top: -160px;
  }
}

.content {
  max-width: 790px;
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (max-width: 1183px) {
  .content {
    max-width: 100%;
  }
}
.content a {
  color: #6ab453;
  font-weight: 600;
}
.content .green-text {
  color: #6ab453;
}
.content p {
  margin-bottom: 20px;
}
.content p:last-child {
  margin-bottom: 0;
}
.content.dialog-look {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  margin-top: 30px;
  position: relative;
}
.content.dialog-look:after {
  content: "";
  position: absolute;
  top: 40px;
  right: -22px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 42px 0 42px 28px;
  border-color: transparent transparent transparent #ffffff;
  transform: rotate(0deg);
}
@media screen and (max-width: 1183px) {
  .content.dialog-look:after {
    transform: rotate(-90deg);
    top: -50px;
    right: 85px;
  }
}
@media screen and (max-width: 719px) {
  .content.dialog-look:after {
    right: 40px;
  }
}

footer {
  padding: 20px 0;
  text-align: center;
}
footer img {
  mix-blend-mode: multiply;
  width: 40px;
  margin: 10px auto;
}
footer p {
  max-width: 80%;
  font-size: 12px;
  text-align: center;
  margin: auto;
}
footer p a {
  color: #6ab453;
  font-weight: 600;
}

/*# sourceMappingURL=style.css.map */
