@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=McLaren&display=swap');












  .nav-scroll{
		  height: 300px;
	  }
    body {
      font-family: "McLaren", sans-serif;
  font-weight: 400;
  font-style: normal;
      color: white;
		background-image: url(  "../thumb-1920-1381646.png");
		background-position: center;
		background-size: cover;
		
      
    }

	  .login-box-index{
		  display: flex;
      justify-content: center;
      align-items: center;
		
	  }
    .login-box {
      background-image: url( "../senha-box.webp");
		background-position: center;
		background-size: cover;
      padding: 30px;
		box-shadow: 5px 5px 25px black;
        text-align: center;
      width: 300px;
	   height: 490px;
		border: 2px solid #ff33cc;
		border-top-color: transparent;
		border-bottom-color: transparent;
		border-right-color: transparent;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		z-index: 1;
		
    }
	  .login-box h2{
		  background-color: transparent;
		  padding: 8px;
		  color: white;
	  }
	  .block-img{
		  background-color: white;
		  border-radius: 60px;
		  padding: 8px;
		  box-shadow: 5px 5px 8px #3333ff;
	  }
    input {
	
      width: 90%;
      padding: 10px;
      margin: 10px 0;
      border-radius: 8px;
      border: none;
      outline: none;
		box-shadow: 5px 5px 30px #ff99e6;
    }
    button {
      width: 100%;
      padding: 10px;
      background: #ec4899;
      color: white;
      border: none;
      border-radius: 8px;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s;
    }
    button:hover {
      background: #db2777;
		box-shadow: 5px 5px 25px black;
    }
    .erro {
      color: #fca5a5;
      margin-top: 10px;
      font-size: 14px;
    }
	  .aviso{
		  height: auto;
		  		background-color: white;
	  }
	  .footer{
		 
		 bottom: 0;
        height: auto;
		 
		  background-color: transparent;
		   padding: 8px;
		  margin-top: 50px;
		  border: 1px solid #ff4dff;
		  border-left-color: transparent;
		  border-right-color: transparent;
		  border-bottom-color: transparent;
		  
	  }
.footer a {
	color: white;
	list-style: none;
	list-style-type: none;
	text-decoration-line: none;
}
	  .footer p{
		  text-align: center;
		  color: white;
	  }
	  .description-card{
		   width: 40%;
		   height: auto;
		  background-color: white;
		  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	  }
	  .description-card-styleground{
		  width: 100%;
		  height: auto;
		  background-image: url( "../thumb-1920-1381646.png");
		  background-position: center;
		  background-size: cover;
	  }
.assinantes-box-img-fl{
	background-image: url( "../assinantes-img.png");
		  background-position: center;
		  background-size: cover;
	width: 450px;
	height: 500px;
	border: 2px solid #df9fbf;
	border-top-color: transparent;
	border-bottom-color: transparent;
	filter: drop-shadow(5px 5px 5px black);
}
.assinantes-box-img-flw{
	 display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.description-card-aviso{
	background-color: white;
}
.description-card-aviso-margin{
	height: 25px;
	background-color: #1a1a1a;
	
}

	  .description-card-aviso p{
		  text-align: center;
		  color: black;
		   padding: 8px;
		  font-size: 20px;
	  }
.stars-notes{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
	color: aqua;
	background-color: black;
}
.stars-notes li{
	display: inline;
	font-size: 22px;
	
}
.fa-star {
	color: #e6ac00;
	font-size: 22px;
	margin: 5px;
	padding: 5px;
	border-radius: 60px;
	background-color: #1a1a00;
}
.fa-users{
	color: #cc6699;
}

.description-card-navbar{
	background-color: white;
	height: 47px;
	padding: 2px;
	filter: drop-shadow(5px 5px 15px #df9fbf);
}
.description-card-navbar a{
	list-style: none;
	list-style-type: none;
	text-decoration-line: none;
	color: #ff00aa;
	font-size: 20px;
	margin-left: 5px;
	margin-top: 5px;
	
}
.description-card-navbar li{
	display: inline;
	float: left;
	list-style: none;
	list-style-type: none;
	text-decoration-line: none;
	color: #ffb3e6;
	background: #2A7B9B;
background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(245, 208, 233, 1) 100%);
	padding: 5px;
	margin: 2px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
border-radius: 15px 50px;
	
}