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

body main.main {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  body main.main {
    position: initial;
    top: 0;
    left: 0;
    transform: none;
  }
}
body main.main .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #00B4DB; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0083B0, #00B4DB); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  body main.main .container {
    width: 100%;
    margin: 15px;
    height: 90%;
  }
}
body main.main .container .perguntas {
  gap: 20px;
}
body main.main .container .perguntas h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 768px) {
  body main.main .container .perguntas h1 {
    font-size: 20px;
  }
}
body main.main .container .perguntas p {
  color: #ded4d4;
}
body main.main .container .perguntas .perguntas-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body main.main .container .perguntas .perguntas-form {
  display: flex;
  align-items: center;
  gap: 20px;
}
body main.main .container .perguntas .perguntas-form input {
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 125px;
}
@media (max-width: 768px) {
  body main.main .container .perguntas .perguntas-form input {
    width: 100px;
    padding: 10px;
  }
}
body main.main .container .perguntas .perguntas-form button {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}
@media (max-width: 768px) {
  body main.main .container .perguntas .perguntas-form button {
    width: 100px;
    padding: 10px;
  }
}
body main.main .container .respostas {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  max-width: 750px;
  padding: 0 30px;
}
body main.main .container .respostas.active {
  display: flex;
}
body main.main .container .respostas img {
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 0px;
  width: 50px;
  height: 50px;
}
body main.main .container .respostas .respostas-pergunta {
  border: 1px solid #635d5d;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
body main.main .container .respostas .respostas-pergunta p {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  body main.main .container .respostas .respostas-pergunta p {
    font-size: 12px;
  }
}
body main.main .container .respostas .respostas-resposta {
  border: 1px solid #635d5d;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
}
body main.main .container .respostas .respostas-resposta p {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  body main.main .container .respostas .respostas-resposta p {
    font-size: 12px;
  }
}
body main.main .container .respostas .respostas-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 5px;
}
body main.main .container .respostas .respostas-nav a {
  text-decoration: none;
  color: #3a3a3a;
}
@media (max-width: 768px) {
  body main.main .container .respostas .respostas-nav .nav-left {
    font-size: 12px;
  }
}
body main.main .container .respostas .respostas-nav .nav-left:before {
  margin-right: 10px;
  font: var(--fa-font-solid);
  cursor: pointer;
  content: "\f060";
}
@media (max-width: 768px) {
  body main.main .container .respostas .respostas-nav .nav-right {
    font-size: 12px;
  }
}
body main.main .container .respostas .respostas-nav .nav-right:after {
  margin-left: 10px;
  font: var(--fa-font-solid);
  cursor: pointer;
  content: "\f061";
}
body footer.footer {
  font-family: "Roboto", open-sans;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #0093E9;
}
body footer.footer .footer-container {
  padding: 20px;
}
body footer.footer .footer-container a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  body footer.footer .footer-container a {
    font-size: 12px;
  }
}
body footer.footer .footer-container a:hover {
  text-decoration: underline;
}
body footer.footer .footer-container ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

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