@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  column-gap: 60px;
  position: fixed;
  z-index: 1;
  background-color: #00000091;
  
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

header i {
  font-size: 18px;
}

header img {
  height: 80px;
}

#saldo {
  font-weight: 600;
  color: #4285f4;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 70px 20px 10px 20px;
  background: #f1f1f1;
  min-height: 100vh;
}

.main__saldo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 10px;
}

.main__saldo p {
  font-size: 24px;
  font-weight: 500;
}

.main__saldo p:last-child {
  color: #4285f4;
}

.main__descricao {
  margin-bottom: 10px;
}

.main__descricao p {
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0px;
}

.apresentacao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.apresentacao h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.apresentacao p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.apresentacao button {
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background-color: #000000;
  border: none;
  border-radius: 5px;
}

.popup__container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  z-index: 1;
}

.popup {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
}

.popup__titulo {
  text-align: center;
}

.popup__titulo h2 {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.popup__verificado {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}

.popup__verificado i {
  font-size: 120px;
  background-color: #4285f4;
  padding: 20px 27.5px;
  border-radius: 50%;
  color: white;
}

.popup__verificado p {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  color: #4285f4;
  letter-spacing: 1px;
}

.popup__descricao {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup__descricao h2 {
  font-size: 18px;
  font-weight: 700;
  color: #4285f4;
  letter-spacing: 0.5px;
}

.popup__descricao p {
  font-size: 18px;
  font-weight: 500;
}

.popup__botao {
  width: 100%;
  margin-top: 20px;
}

.popup__botao button {
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background-color: #4285f4;
  border: none;
  border-radius: 5px;
}

.popup__vermelho {
  text-align: center;
}

.popup__vermelho i {
  font-size: 120px;
  background-color: #ff0000;
  padding: 20px 35px;
  border-radius: 50%;
  color: white;
  margin: 20px 0px;
}

.popup__descricao.baixar {
  text-align: center;
}

.popup__descricao.baixar p {
  font-weight: 500;
}

.popup__descricao.baixar p:first-child {
  margin-bottom: 10px;
}

.texto__azul {
  color: #4285f4;
}

.texto__vermelho {
  color: #ff0000;
}

.card {
  width: 100%;
  height: fit-content;
  padding: 20px;
  border: 1px solid #d3d3d3;
  background: rgb(255, 255, 250);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 250, 1) 40%,
    rgba(243, 228, 220, 1) 100%
  );
  border-radius: 15px;
}

.card1 {
  width: 100%;
  height: fit-content;
   
   
   
}

.card__logo img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.card__satisfacao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card__satisfacao h2,
.card__resposta h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.card__gradeContainer {
  display: grid;
  width: 100%;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-top: 20px;
}

.card__grade {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all ease 0.3s;
}

.card__grade i {
  font-size: 32px;
  color: #7e7e7e;
}

.card__gradeDescricao {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin: 5px 0px 20px 0px;
  color: #7e7e7e;
}

.resposta__gradeContainer {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin: 10px 0px 20px 0px;
}

.resposta__grade {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background-color: #d3d3d3;
  border-radius: 5px;
  transition: all ease 0.3s;
}

.resposta__grade.active {
  color: #ffffff;
  background-color: #000000;
}

.resposta__grade p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5;
  text-align: center;
}

.card__enviarResposta {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  background-color: #d3d3d3;
  border-radius: 5px;
  outline: none;
  border: none;
  transition: all ease 0.3s;
}

.card__enviarResposta.active {
  color: #ffffff;
  background-color: #000000;
}

.main__videoContainer {
  width: 100%;
  height: calc(100vh - 50px);
}

.main__videoTitulo h2 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.main__botao {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main__botao button {
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background-color: #4285f4;
  border: none;
  border-radius: 5px;
  margin-top: 30px;
}

.finalizacao {
  background-color: #f1f1f1;
}

.finalizacao__titulo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.finalizacao__titulo h1,
.finalizacao__trofeu h2 {
  color: #000000;
}

.finalizacao__trofeu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.finalizacao__trofeu img {
  width: 80%;
  margin-bottom: 10px;
}

.finalizacao__trofeu h2 {
  font-size: 48px;
}

.finalizacao__descricao p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.finalizacao__descricao p:last-child {
  margin-top: 5px;
}

.finalizacao__descricao span {
  font-size: 12px;
}

.finalizacao__botao button {
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background-color: #000000;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (min-width: 769px) {
  main,
  .popup {
    max-width: 540px;
  }
}








/* Comentários */

#c-container {
  background-color: #F1F1F1;
  border:solid 1px #EBEBEB;
  border-radius: 10px;
  margin-bottom: 50px;
  color: #333;
  text-align: left !important;
  padding: 30px 50px 30px 50px;
  font-size: 14px;
  width: 100vw;
  margin-left: -5%;
   
}

.count-c {
  font-weight: 600;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-bottom: 10px;
}

.face-c {
  font-weight: 500;
  border-top: solid 1px #dcdcdc;
  margin-bottom: 0px;
  padding-top: 10px;
  color: #666666;
  font-size: 12px;
}

.face-c img {
  width: 17px;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: -1px;
}

.foto-c{
  background-color:white;
  
  width:50px;
  height: 50px;
  float: left;
}


.foto-c img {
  margin-left: -7px;
  width:50px;
  height: 50px;
  float: left;
}



.nome-c {
  background-color: #eaebef;
  padding: 0px 0px 0px 10px;
  display: grid;
  font-weight: 800;
  color:#365899;
  font-size: 14px;
}

.comentario-c {
  background-color: #eaebef;
  padding: 0px 0px 0px 10px;
  display: grid;
  color:#090909;
  font-size: 14px;
  
}

.hora-c{
  color: #93979F;
  padding: 10px 0px 0px 0px;
  font-size: 11px;
} 

.c-content {
  margin: 0px 0px 30px 0px;
}

.resposta {
  margin-top: -10px;
  margin-left: 40px;
  padding: 0px 0px 0px 10px;
  border-left: solid 1px #dcdcdc;
}

.resposta-c {
  margin-bottom: 10px;
}

.blue {
  color:#4a7cdc;
  font-weight: 600;
}

.c-section {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  
  background-repeat: repeat-x;
  background-size: auto 250px;
}

.c1, .c2, .c3, .c4, .c5, .c6 {
  position: absolute;
}

.c1 {
  top: 15%;
  right: -900px;
}

.c2 {
  top: 18%;
  left: -900px;
}

.c3 {
  top: 34%;
  right: -237px;
}

.c4 {
  top: 51%;
  left: -680px;
}

.c5 {
  top: 67%;
  right: -1140px;
}

.c6 {
  top: 84%;
  left: -300px;
}