@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: 398px;
	   height: 600px;
		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: 100%;
      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: 220px;
		 
		 background: #2A7B9B;
background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.45) 100%);
		   padding: 8px;
		  margin-top: 50px;
		  border: 1px solid #ff4dff;
		  border-left-color: transparent;
		  border-right-color: transparent;
		  border-bottom-color: transparent;
		  position: relative;
	  }
.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: auto;
		   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(  "../d4e76b1eb1a6d48890be9f58ab61bd39.jpg");
		  background-position: center;
		  background-size: cover;
	  }
.assinantes-box-img-fl{
	background-image: url(  "../d4e76b1eb1a6d48890be9f58ab61bd39.jpg");
		  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;
	border: 1px solid white;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.fa-users{
	color: #4d3900;
	font-size: 22px;
	margin: 5px;
	padding: 5px;
	border-radius: 60px;
	background-color: transparent;
	border: 1px solid white;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.description-card-navbar{
	background-color: black;
	height: 40px;
	
	filter: drop-shadow(5px 5px 15px #1a1a1a);
}
.description-card-navbar a{
	list-style: none;
	list-style-type: none;
	text-decoration-line: none;
	color:#e6ccb3;
	font-size: 20px;
	margin-left: 5px;
	margin-top: 5px;
	
}
.description-card-navbar a:hover{
	color: #ff66cc;
	
}
.description-card-navbar li{
	display: inline;
	float: left;
	list-style: none;
	list-style-type: none;
	text-decoration-line: none;
	color: #ffb3e6;
	background: #1a1a1a;

	padding: 5px;
	
	
}
.description-card-navbar li:hover{
	box-shadow: 5px 5px 25px #262626;
}







.social-media{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 45px;
}
.social-media a{
	color: black;
}
.wrapper .button{
  display: inline-block;
  height: 60px;
  width: 60px;
  float: left;
  margin: 0 5px;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-out;
}
.wrapper .button:hover{
  width: 200px;
}
.wrapper .button .icon{
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 60px;
  transition: all 0.3s ease-out;
}
.wrapper .button:nth-child(1):hover .icon{
  background: #4267B2;
}
.wrapper .button:nth-child(2):hover .icon{
  background: #1DA1F2;
}
.wrapper .button:nth-child(3):hover .icon{
  background: #E1306C;
}
.wrapper .button:nth-child(4):hover .icon{
  background: #333;
}
.wrapper .button:nth-child(5):hover .icon{
  background: #ff0000;
}
.wrapper .button .icon i{
  font-size: 25px;
  line-height: 60px;
  transition: all 0.3s ease-out;
}
.wrapper .button:hover .icon i{
  color: #fff;
}
.wrapper .button span{
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.wrapper .button:nth-child(1) span{
  color: #4267B2;
}
.wrapper .button:nth-child(2) span{
  color: #1DA1F2;
}
.wrapper .button:nth-child(3) span{
  color: #E1306C;
}
.wrapper .button:nth-child(4) span{
  color: #333;
}
.wrapper .button:nth-child(5) span{
  color: #ff0000;
}