*{
        font-family: Arial, sans-serif;
      }
body{
    margin: 0px;
    padding: 0px;
    background-image: url(img/Fundo\ Site\ Sem\ Cor\ -.png);
    display: flex;
    flex-direction: column;
    align-items: center;
}
#principal{
    background-color: #55177c;
    text-align: center;
    margin: 40px;
    border-radius: 10px;
    padding: 20px;
}
.faq-container {
  max-width: 800px;
  width: 100%;
  margin: auto;
  font-family: Arial, sans-serif;
}

.faq-item {
  border-bottom: 2px solid #9132c0;
  padding: 10px 0;
}

.faq-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  color: black;
  padding: 10px;
  background: #f7f7f7;
  border-radius: 6px;
  transition: background 0.3s;
  border-left: solid 5px #9132c0;
}

p{
    color: white;
}
#titulo{
    color: #20455D;
    border-bottom: solid 2px #20455D;
    text-align: center;
    width: 450px;
}

.faq-title:hover {
  background: #eee;
}

.faq-icon {
  transition: transform 0.3s;
}

.faq-title.open .faq-icon {
  transform: rotate(45deg); /* Vira de + para x */
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 10px;
}

.faq-content.open {
  max-height: 200px; /* Ajuste conforme o conteúdo */
  padding-top: 10px;
}


/* header cadastrar */
#notlog {
  background: linear-gradient(0.50turn,#6a0dad,#7a0fc7, #6a0dad);
  border-bottom: solid 2px #9132c0;
  color: white;
  height: 65px;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 999;
}
#ancora{
  display: flex;
  width: 1000px;
  align-items: center;
  justify-content: space-between;
}
#img-vix-inicio{
  height: 55px;
  width: 55px;
  margin-bottom: 2px;
}
.links{
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 100px;
  right: 300px;
}
.links:hover{
  color: #00E280;
}
#cd-usuarios{
  text-decoration: underline;
  text-underline-offset: 4px; 
  text-decoration-thickness: 2px;
  color: #00E280;
}/* incio rodape */
footer{
 background-color: rgb(0, 0, 0);
  background-image: url(/static/img/Fundo\ Site\ Sem\ Cor\ -.png);
  list-style: none;
  width: 100%; 
}
#regra-rodape{
  display: flex;
  justify-content: space-between;
  width: 1000px;
}
#principal-rodape{
  display: flex;
  justify-content: center;
  color: #9132c0;
  padding-top: 30px;
}
.links-rodape{
  text-decoration: none;
  color: #9132c0;
  font-size: 18px;
  margin-top: 10px;
}
.links-rodape:hover{
  color: #00E280;
}
#ajuda > h1 {
  font-size: 25px;
}
#cont-pagamentos > h1 {
  font-size: 25px;
}
#formas-pagamento{
  height: 50px;
  width: 200px;
  border-radius: 10px;
}
#img-coruja{
  height: 150px;
  width: 150px;
}
#site-seguro{
  height: 40px;
  width: 80px;
}
#cont-redes-sociais{
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  border-top: solid 1px #9132c0;
}
.redes-rodape{
  color: white;  
  padding: 0px 20px 0px;
  font-size: 25px;
  color: #9132c0;
  transition: all 0.4s ease;
}
.redes-rodape:hover {
  color: #00E280;
  transform: scale(1.2); 
}
#ultimo-bloco{
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #9132c0;
  background-color: #3d1059;
  color: white;
  height: 100%;
  justify-content: space-around;
}
.texto-rodape{
  font-size: 13px;
  font-weight:bold;
}
#ultimos-links{
  display: flex;
  width: 200px;
  flex-wrap: wrap;
  justify-content:space-around;
  font-weight:bold ;
}
.nav-rodape{
  color: white;
  text-decoration: none;
  font-size: 13px;
}
.nav-rodape:hover{
  color: #00E280;
}
.cont-vix{
  background:linear-gradient(0.50turn,#6a0dad,#69248b, #6a0dad); ;
}
/* Fim rodape */


#nao-assinante1 {
    position: relative;
    display: inline-block;
}

#perfil-assinante1 {
    font-size: 24px;
    color: white; /* você pode trocar a cor */
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    margin-left: 200px;
}

.profile-menu-assinante1 {
    display: none; /* começa escondido */
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #6a0dad;
    border-radius: 8px;
    min-width: 150px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    z-index: 999;
}

.profile-menu-assinante1 a {
    display: block;
    padding: 10px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    border-bottom: solid 1px #9132c0;
}

.profile-menu-assinante1 a:hover {
    background-color: #9132c0;
}


#cont-assinaturaex{
  background: linear-gradient(0.50turn,#6a0dad,#69248b, #6a0dad);
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center; 
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
}
#logo-expirada{
  height: 200px;
  width: 200px;
}
#texto-assinatura{
  width: 300px;
  color: white;
}
.btn-assinar-exp{
  text-decoration: none;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 380px;
  padding: 4px ;
  color: white;
  width: 100px;
  font-weight:bold;
  border: solid 2px #00E280;
  border-radius: 8px;
  transition: all .35s;
}
.btn-assinar-exp:hover{
  background-color: #00E280;
}
.mes{
  display: flex;
  justify-content: center;
}
#assinatura-expirada-container{
  width: 100%;
}
#cont-planos-ex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  background-color: transparent;
  padding: 20px;
}
#texto-assinar{
  width: 500px;
  color: white;
}

@media (max-width: 1100px) {
      #vix-principal{
        display: none;
      }
      #submit-btn{
        width: 103%;
      }
      .form-double {
        flex-direction: column;
    }
     
  #principal-rodape{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}