.Accordion {
  transition: all 0.2s ease-in-out;
  height: 0;
  overflow: hidden;
}
.Accordion__open {
  height: 200px !important;
  display: flex;
  padding: 1rem;
}
.Accordion__button {
  transition: all 0.2s ease-in-out;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../assets/img/accordion-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
}
.Accordion__button-down {
  transform: rotate(90deg);
}

@media (max-width: 960px) {
  .Accordion__open {
    height: 400px !important;
  }
}
.white {
  color: #ffffff;
}

.whiteBg {
  background-color: #ffffff;
}

.red {
  color: #832800;
}

.defaultButton {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-align: center;
  padding: 1rem 0;
  text-decoration: none;
  border: none;
  outline: none;
  transition: 0.2s ease-in-out;
}
@media (max-width: 960px) {
  .defaultButton {
    font-size: 0.75rem;
    letter-spacing: 1px;
    max-width: 230px;
  }
}

[data-button=redBtn] {
  background-color: #832800;
  color: #ffffff;
}

[data-button=confirmaBtn] {
  background-color: #818285;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 600;
}

.white {
  color: #ffffff;
}

.whiteBg {
  background-color: #ffffff;
}

.red {
  color: #832800;
}

.equal, .plus {
  font-size: 2rem;
  font-weight: 500;
}

.waiting {
  pointer-events: none;
  background-image: url("../assets/img/VAyR.gif");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-x: 20px;
  background-position-y: 18px;
  background-color: #000000;
}

#submitbutton {
  pointer-events: none;
}

.enableButton {
  pointer-events: all !important;
  background-color: #000000 !important;
  color: #000000 !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
}

.blockInput {
  pointer-events: none;
  text-align: center;
}

#rand1, #rand2, #answer {
  text-align: center !important;
}

.chartWrapper {
  width: 100%;
}

.white {
  color: #ffffff;
}

.whiteBg {
  background-color: #ffffff;
}

.red {
  color: #832800;
}

.white {
  color: #ffffff;
}

.whiteBg {
  background-color: #ffffff;
}

.red {
  color: #832800;
}

.desktop-device {
  display: block;
}

.mobile-device {
  display: none;
}

.totalDisplayWrapper {
  position: relative;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.totalDisplay {
  position: absolute;
  top: 100px;
  left: 0;
  height: 4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0e0e0;
  border-radius: 5px;
}
.totalDisplay .row {
  width: 100%;
}
.totalDisplay strong {
  padding-left: 10px;
}

.dado {
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  background-color: #ffffff;
}

.legenda {
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  background-color: #ffffff;
}

figure {
  margin: 0;
  padding: 0;
}

* {
  font-family: "Montserrat Alternates", sans-serif;
}

p {
  margin: 0;
}

.warning {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #832800;
  padding-top: 1rem;
}
.warning p {
  font-weight: 300;
  color: #ffffff;
}

.successMessage {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #74c25d;
  padding-top: 1rem;
}
.successMessage p {
  font-weight: 300;
  color: #ffffff;
}

.success {
  text-align: center;
  padding: 1rem;
}
.success p {
  font-weight: 700;
  font-size: 1.5rem;
  color: #ffffff;
}

.image-fluid {
  display: block;
  max-width: 100%;
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section header {
  padding-bottom: 4rem;
}
@media (max-width: 960px) {
  section header {
    padding-bottom: 1.5rem;
  }
}
section header h3 {
  margin-bottom: 2rem;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

.smallCap {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.no-pdt {
  padding-top: 0 !important;
}

.no-pdb {
  padding-bottom: 0 !important;
}

.bold {
  font-weight: 700;
}

.thin {
  font-weight: 200;
}

@media (max-width: 960px) {
  .desktop-device {
    display: none !important;
  }
  .mobile-device {
    display: block !important;
  }
}
.white {
  color: #ffffff;
}

.whiteBg {
  background-color: #ffffff;
}

.red {
  color: #832800;
}

.Form [type=text]:focus, .Form [type=email]:focus, .Form select:focus, .Form textarea:focus {
  opacity: 1;
}

.white {
  color: #ffffff;
}

.whiteBg {
  background-color: #ffffff;
}

.red {
  color: #832800;
}

.Footer {
  padding: 4rem;
}
.Footer__logo {
  margin: auto;
  width: 300px;
}
.Footer__slogan {
  font-size: 1rem;
  text-align: center;
  padding-top: 2rem;
}
.Footer .whatsAppButton {
  position: fixed;
  z-index: 999999;
  width: 70px;
  bottom: 40px;
  right: 40px;
}
.Footer .whatsAppButton img {
  max-width: 100%;
}
@media (max-width: 960px) {
  .Footer .whatsAppButton {
    width: 40px;
    bottom: 20px;
    right: 20px;
  }
}
.Footer .curinga {
  display: block;
  margin-top: 2rem;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 0.625rem;
  font-weight: 700;
  text-align: center;
}
.Footer .curinga span {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.white {
  color: #ffffff;
}

.whiteBg {
  background-color: #ffffff;
}

.red {
  color: #832800;
}

.MainHeader {
  background-color: #ffffff;
  height: auto;
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MainHeader__logo {
  width: 200px;
  height: auto;
}
@media (max-width: 960px) {
  .MainHeader__logo {
    width: 210px;
    margin: auto;
  }
}
.MainHeader h1 {
  color: rgba(129, 130, 133, 0.6);
}

.white {
  color: #ffffff;
}

.whiteBg {
  background-color: #ffffff;
}

.red {
  color: #832800;
}

.Intro h1 {
  font-weight: 800;
}
@media (max-width: 960px) {
  .Intro h1 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 960px) {
  .Intro h4 {
    font-size: 1rem;
  }
}
.Intro ul.legenda {
  text-align: center;
}
.Intro ul.legenda li {
  display: inline;
  padding: 0 0.5rem;
  font-weight: 600;
}
@media (max-width: 960px) {
  .Intro ul.legenda li {
    display: block;
  }
}

p {
  font-weight: 500;
}
@media (min-width: 960px) and (max-width: 1366px) {
  p {
    font-size: 0.75rem;
  }
}

.white {
  color: #ffffff;
}

.whiteBg {
  background-color: #ffffff;
}

.red {
  color: #832800;
}

.Mensagem {
  height: calc(100vh - 200px);
  background-image: url("../assets/img/prisma-contato-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Mensagem .container, .Mensagem .row {
  height: 100%;
}
.Mensagem__icon {
  width: 100px;
  display: block;
  margin: auto;
}
.Mensagem h3 {
  color: #ffffff;
}

.white {
  color: #ffffff;
}

.whiteBg {
  background-color: #ffffff;
}

.red {
  color: #832800;
}

.MaskCookie {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
}
.MaskCookie p {
  letter-spacing: 0;
  line-height: normal;
}

.ModalCookie {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background: #000000;
}
.ModalCookie p, .ModalCookie a {
  color: #fff;
  font-size: 0.875rem;
}
.ModalCookie a {
  cursor: pointer;
}
.ModalCookie div.d-flex {
  justify-content: space-between;
}
.ModalCookie button {
  display: flex;
  width: 100%;
  align-items: center;
  height: 50px;
  padding-top: 7px;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  background: #fff;
  color: #000000;
  cursor: pointer;
  border: none;
}

.ShowBox {
  display: flex !important;
}

.closeModal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  color: #ffffff;
  width: 15px;
  height: 15px;
  font-weight: bold;
}

.ModalCookieManager {
  position: relative;
  width: 800px;
  height: 550px;
  padding: 1rem;
  background: #00ccad;
  border-radius: 8px;
}
.ModalCookieManager img {
  max-width: 100%;
}
.ModalCookieManager .ModalTitle {
  color: #001314;
  font-size: 1.5rem;
}

.ModalCookieMenu {
  margin: 0;
  padding: 0;
}
.ModalCookieMenu li {
  display: block;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: bold;
  border-bottom: 1px solid #001314;
  border-left: 4px solid #001314;
  padding: 7px;
  margin-bottom: 10px;
}
.ModalCookieMenu li:hover {
  color: #fff;
}

.hideContent {
  display: none;
}

.showContent {
  display: block !important;
}

.FormCookieManager button {
  border: none;
  background-color: #001314;
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
  border-radius: 4px;
  padding: 1rem;
  margin-top: 1rem;
}
.FormCookieManager label {
  color: #001314;
  font-style: italic;
  font-size: 0.9rem;
}

@media (max-width: 960px) {
  .ModalCookie {
    padding: 3rem 1rem;
  }
  .ModalCookie div.d-flex {
    flex-direction: row;
  }
  .ModalTitle {
    font-size: 1rem;
    font-weight: bold;
    padding-top: 1rem;
  }
  .ModalCookieManager {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0.5rem !important;
  }
  .ModalCookieManager p {
    font-size: 0.875rem;
  }
  .ModalCookieManager img {
    width: 100px;
    height: auto;
  }
  #default-cookie-message-container,
  #cookies-necessarios-container,
  #cookies-analiticos-container {
    overflow-y: scroll;
  }
}
.white {
  color: #ffffff;
}

.whiteBg {
  background-color: #ffffff;
}

.red {
  color: #832800;
}

.BoxPergunta__numero {
  display: block;
  width: 100%;
  font-size: 4rem;
  font-weight: 600;
}
.BoxPergunta__numero:after {
  content: "";
  display: block;
  margin: auto;
  border-radius: 5px;
  width: 30px;
  height: 5px;
  background-color: #832800;
  margin-top: -15px;
}
@media (max-width: 960px) {
  .BoxPergunta__numero {
    margin-bottom: 2rem;
  }
}
.BoxPergunta__numero, .BoxPergunta p {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 960px) {
  .BoxPergunta p {
    margin-bottom: 2rem;
  }
}
.BoxPergunta .pergunta5 {
  height: auto !important;
}
.BoxPergunta__radioGroup label.ButtonLabel {
  transition: ease-in-out 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 55px;
  height: 45px;
  cursor: pointer;
  background-color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
}
.BoxPergunta__radioGroup label.ButtonLabel:hover {
  background-color: #832800;
  color: #ffffff;
}
@media (min-width: 961px) and (max-width: 1366px) {
  .BoxPergunta__radioGroup label.ButtonLabel {
    width: 35px;
    height: 30px;
    font-size: 0.75rem;
  }
}
@media (max-width: 960px) {
  .BoxPergunta__radioGroup label.ButtonLabel {
    width: 35px;
    height: 30px;
    font-size: 0.875rem;
  }
}
.BoxPergunta__radioGroup span {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 500;
  margin-top: 5px;
}
.BoxPergunta__radioGroup input {
  display: none;
}

.active {
  background-color: #74c25d !important;
}

.white {
  color: #ffffff;
}

.whiteBg {
  background-color: #ffffff;
}

.red {
  color: #832800;
}

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

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(129, 130, 133, 0.7);
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}/*# sourceMappingURL=main.css.map */