* {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

body {
    font-size: 16px; 
}

#menusuperior{
    background-color: #303030 ;
    color: white;
    padding: 8rem 5%;

    
}


#titulomenu{
   font-size: 3.5rem; 
    line-height: 1.2;
    margin: 1rem 0; 
    color: #FFFFFF;
    max-width: 100%;

}

#textomenu {
    font-size: 1.5rem; 
    margin: 1.5rem auto; 
    max-width: 100%;



}

#menuinformacional{
    background-color: #F9F9F9;
    padding: 4rem;

}

.infocontainer{
   
  
  display: flex;
  justify-content: space-around; 
  gap: 2.5rem; 
  flex-wrap: wrap; 
  
  
    

}

.info-box {
    display: flex;
    flex-direction: column;
    margin:1rem;
    font-size: 1.8rem;
    line-height: 3.5rem;
    letter-spacing: 0%;
    padding-bottom: 3.5rem;
    min-width: 200px;
   


}

#proposta{
    display: grid;
    grid-auto-flow: column;
    columns: auto;
    flex-direction: row-reverse;
    padding: 2rem 5%;
}

#imagemproposta{
    width: 100%;
    max-width: 38.125rem;
    height: auto;
    margin: 15rem 0;

}

#tituloproposta{
    font-weight: 500;
    width: 61.25rem;
    height: 6.875rem;
    margin: 28.4376rem 0rem 0rem  4.8125rem;
    font-size: 2.5rem;
    
   

}

#textoproposta{
    
   
    font-size: 2rem;
    line-height: 2.5rem;
    margin-left: 5rem;
    font-weight: 200;
    
    
}

#formulario{
    background-color: #303030;
    text-align: center;
    padding: 5rem 5%; 
    width: 100%;



}

#tituloformulario{
    color: #FFFFFF;
    font-size: 2rem; 
    margin-bottom: 2rem;
}


input{
    
    
    width: 100%;
    max-width: 30.125rem; 
    height: 4rem; 
    border-radius: 10px;
    margin: 0 auto 1.5rem; 
    padding: 0.50rem;
    font-size: 1rem;
    display: block;
    font-weight: bold;
    
}

button{
    width: 100%;
    max-width: 340px;
    height: 4.5rem;
    border-radius: 10px;
    background-color: #C07212;
    color: #FFFFFF;
    font-size: 1.5rem; 
    font-weight: bold;
    margin: 1.5rem auto;
    cursor: pointer;
    transition: all 0.3s ease; 
       
}



button:hover{
     transform: translateY(-0.5rem);
    background-color: #c5883d;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.2);
    
}