  *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
 }
 body{
    background-color: rgb(0, 0, 0);
    
    
 }
header{
    background-color: rgb(255, 255, 0);
    position: sticky;
    top: 0;
    
}

.conteudo-maior-ou-igual-55{
    min-width: 100vh;
}
 .contador{
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding: 3px;
    margin-left: -25PX;
    font-size: 18px;
    margin-top: -6px;
    font-weight: 600;

 }
.contador .name{
    font-size: 15px;
    font-weight: 400;
   
} 
 .top{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: .5%;
 }
 .top h3{
    font-size: 27px;
 }

 
.img{
    background-attachment: fixed;
    margin-top: 30px;
    
}
 .im img{ 

    width: 530px;
    border-radius: 20px;
    margin-top: 40px;
  
    
 }
 .flex{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100vh;
    margin-left: 5% ;
    margin-right: 10%;
    gap: 10%;
 }
.lead h1{
    font-size: 30px;
    color: #fff;
    text-align: center;
 }
.lead p{
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}
.flex span{
    color:  rgb(255, 255, 0);
 }
 .conteiner{
    width: 90%;
    margin: auto;
 }
 
 .conteiner form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    background-color: darkgray;
    padding: 40px;
    border: none;
    border-radius: 30px;
    backdrop-filter: blur(60px);
    
}
.conteiner form input{
    padding: 17px 70px;
    border: 2px solid #000 ;
    border-radius: 30px;
    outline: none;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    
   
}
.conteiner form input::placeholder{
    color: #000;
}
.conteiner form .btn{
    text-align: center; 
}
.conteiner form::-ms-value {
    color: #fff;
}
 

.submitBtn {
    padding: 15px 150px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 255, 0);
    font-weight: 700;
    outline: none;
    border: none;
    transition: .5s;
    font-size: 15px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
    margin-top: -25px;
}

.submitBtn:hover {
    transform: scale(1.05);
    background-color: rgb(255, 255, 0);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.881); 
}
.lead .p {
    color: #000;
    font-size: 15px;
    text-align: center;
    margin-top: -10px;

}

 
 /* conteudo2 */
 *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
 }
 body{
    background-color: rgba(0, 0, 0, 0.945);
    
 }



 .img img{
    width: 100%;
    margin-top: -30px;
   
 }

 /* formulario */

 .h1{
    padding: 20px;
 }
  
 .h1 h1{
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: -10px;
 }

.h1 span{
    color:  rgb(255, 230, 0);
    
 }
 .h1 p{
    color: #fff;
    text-align: center;
    margin-top: 10px;

 }
 .leads form{
    display: flex;
    flex-direction: column;
    gap: 10px;
   
    background-color: #fffffff3;
    padding: 40px;
    border: none;
    border-radius: 30px;
    backdrop-filter: blur(60px);
    
}
.leads form input{
    padding: 17px 40px;
    border: 1.6px solid #000 ;
    border-radius: 30px;
    outline: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    
   
}
.leads form input::placeholder{
    color: #000;
}
.leads form .btn{
    text-align: center; 
}
.conteiner form::-ms-value {
    color: #fff;
}
 

.submitBtn {
    padding: 15px 35%;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 0, 0.852);
    font-weight: 700;
    outline: none;
    border: none;
    margin-top: 1px;
    transition: transform 0.5s, background-color 0.5s;
    font-size: 15px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9); /* Adiciona sombra para efeito 3D */
}

.submitBtn:hover {
    transform: scale(1.05);
    background-color: rgb(255, 255, 0);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.881); /* Aumenta a sombra no hover */
}

.leads p{
    text-align: center;
    font-size: 12px;
}
.leads p span{
    color:  rgba(255, 225, 0, 0.973);
    
}