.home_container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4em}.home_container h1{font-size:2.5em;margin-bottom:.5em}.home_container h1 span{color:#fb3;padding:.2em;background-color:#222}.home_container p{margin-bottom:1.5em;color:#7b7b7b}.home_container img{width:350px;margin:2em 0}.btn{background-color:#222;color:#fff;padding:.5em 1em;text-decoration:none;transition:.5s}.form_control input{padding:.7em;border-radius:0;border:none}.form_control input::placeholder{color:#7b7b7b}.form_control{display:flex;flex-direction:column;margin-bottom:1em}.form_control label{margin-bottom:.6em;font-weight:700}.form_control select{padding:.7em;border-radius:0;border:none}.btn{background-color:#222;color:#fff;padding:.7em 1.2em;text-decoration:none;transition:.5s;cursor:pointer;border:none}.form{width:100%;margin:2em 0}.newproject_container{width:450px;margin:0 auto;padding:3em}.newproject_container h1{margin-bottom:.5em}.newproject_container p{color:#7b7b7b}.container{width:1200px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap}.min-height{min-height:75%}.start{justify-content:flex-start}.column{flex-direction:column;justify-content:flex-start}.navbar{display:flex;justify-content:space-between;padding:1em;background-color:#222}.list{display:flex;align-items:center;list-style-type:none}.item{margin-right:1em}.item a{color:#fff;text-decoration:none}.item a:hover{color:#fb3}.footer{background-color:#222;color:#fff;padding:2em;text-align:center}.social_list{display:flex;justify-content:center;list-style-type:none}.social_list li{margin:0 1em}.social_list li:hover{color:#fb3}.social_list svg{font-size:1.5em;cursor:pointer}.copy_right{margin-top:2em}.copy_right span{font-weight:700;color:#fb3}.message{width:100%;padding:1em;border:1px solid #000;margin:0 auto 2em;text-align:center;border-radius:5px}.success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.error{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.project_container{padding:2em}.title_container{display:flex;justify-content:space-between;margin-bottom:2em}.project_card{padding:1em;border:1px solid #7a7a7a;border-radius:5px;width:24%;margin:.5%}.project_card h4{background-color:#222;color:#fb3;padding:.4em;margin-bottom:1.3em;font-size:1.3em}.project_card p{color:#7a7a7a;margin-bottom:1em}.project_card p span{font-weight:700}.category_text{display:flex;align-items:center}.category_text span{display:block;width:12px;height:12px;border-radius:50%;background-color:#ccc;margin-right:5px}.category_text .infra{background-color:#ffaebc}.category_text .desenvolvimento{background-color:#a0e7e5}.category_text .design{background-color:#b4f8c8}.category_text .planejamento{background-color:#fbe7c6}.project_card_actions{margin-top:1.2em;display:flex;align-items:center}.project_card_actions a,.project_card_actions button{text-decoration:none;border:none;background-color:#fff;color:#222;font-size:.9em;padding:.6em 1em;margin-right:1em;border:1px solid #222;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.5s}.project_card_actions svg{margin-right:.5em}.project_card_actions a:hover,.project_card_actions button:hover{background-color:#222;color:#fb3}.loader_container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.loader{width:50px}.project_details{padding:2em}.project_details h1,.project_details h2,.project_details p{margin-bottom:.5em}.project_details h1{background-color:#222;color:#fb3;padding:.4em}.project_details span{font-weight:700}.details_container,.service_form_container{border-bottom:1px solid #7a7a7a;margin-bottom:1.2em;padding-bottom:1.2em;display:flex;justify-content:space-between;flex-wrap:wrap}.btn{background-color:#222;color:#fff;padding:.5em 1em;text-decoration:none;transition:.5s;cursor:pointer;max-height:40px;border:none}.btn:hover{color:#fb3}.project_info{width:100%}*{margin:0;padding:0;box-sizing:border-box;font-family:Open-Sans,sans-serif}html,body,#root{background-color:#efefef;height:100%}
