body {
    font-family:"Poppins", sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    overflow-x: hidden;
    background: #f1eee7;
}

.navbar-orion{
    background: #004d40;
    padding: 10px 10px 10px 10px;
}

.nav-link{
    color: white;
    text-decoration: none;
    font-size: large;
    font-weight: bold;
    margin: 0 10px;
}
.navbar-toggler{
  border: 1px solid white;
}

.hero {
    background: url('/assets/img/hero-contato.png') no-repeat center center/cover;
    background-position: 0px 0px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3em;
    font-weight: bold;
    text-shadow: 2px 2px 6px #000;
    }

.contact-section{
    font-family:"Poppins", sans-serif;
    margin-top: 50px;
}
.contact-section h3{
    color: #004d40;
    font-weight: 600;
}
   
.form-control{
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    }

.btn-contato2 {
    background-color: #004d40;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    }

.btn-contato2:hover{
    background-color: #016d5b;
    color: white;
}

.btn-pesquisar {
    background-color: #004d40;
    font-weight: 500;
    color: white;
    border: none;
    padding: 10px;
    height: 46px;
    border-radius: 5px;
    cursor: pointer;
    }

.btn-pesquisar:hover {
    background-color: #016d5b;
    color: white;
    }

footer {
    margin-top: 50px;
    background-color: #004d40;
    color: white;
    text-align: center;
    padding: 20px;
  }
