.orcamento-main-box {
    display: flex;
    width: 100%;
    margin-top: 30px;
    
    
    
}
.orcamento-contato{

display: flex;
flex-direction: column;
gap: 50px;


}
.orcamento-main {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    
}

.orcamento-main-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;

    width: 80%;
    max-width: 800px;

}

.orcamento-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.orcamento-form-group-1 {
    display: flex;
    justify-content: space-between;
}
.orcamento-form-group-2 {
    display: flex;
    flex-direction: column;
   
    gap: 30px;
}

.orcamento-form-input-div {
    width: 45%;

}

.orcamento-title {
    font-size: 40px;
    

}
.orcamento-title-2 {
    font-size: 2em;
    

}
input[type=submit]{
    font-family: var(--font-style-1);
    font-weight: 600;
    font-size: 20px;
}
.orcamento-submit{

}
@media screen and (max-width: 1000px) {
    .orcamento-main-box {
        flex-direction: column;
        margin-top: 130px;
        
        
        
    }
    .orcamento-contato{
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    gap: 30px;
    
    
    }
    .orcamento-main {
        flex-direction: column;
        margin-top: 80px;
    }
    .orcamento-form-group-1 {
        display: flex;
       flex-direction: column;
       gap: 30px;
       width: 100%;
        justify-content: space-between;
    }
    .orcamento-form-group-2 {
        display: flex;
        flex-direction: column;
       
        gap: 30px;
    }
    
    .orcamento-form-input-div {
        width: 100%;
    
    }
    .orcamento-contact-box-text{
        
        align-items: center;
        
    }
    
}