/* static/css/styles.css */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #f5f5f5; /* Cinza bem claro */
}

.hero {
    background-image: url('../images/header.jpg');
    background-size: cover;
    background-position: center;
    height: 70vh;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero img {
    max-width: 200px;
    margin-bottom: 20px;
}

.jumbotron {
    margin-bottom: 0;
}

.jumbotron img {
    max-width: 200px;
    margin-bottom: 20px;
}

.jumbotron p {
    font-size: 1.5rem;
}

nav.navbar {
    margin-bottom: 0;
}

nav.navbar .navbar-brand {
    font-weight: bold;
}

footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    margin-top: 20px;
    background-image: url("../images/fundo.png"); /* Certifique-se de que o caminho para a imagem esteja correto */
    background-size: cover;
    background-position: center;
    color: white; /* Ensure text is visible on the background */
}

footer p {
    margin: 0;
}

section {
    padding: 60px 0;
}

section h2 {
    margin-bottom: 20px;
}

section.bg-light {
    background-color: #f8f9fa;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.nav-link {
    font-weight: bold;
    color: #000;
}

.nav-link:hover {
    color: #007bff;
}

.form-inline .form-control {
    width: 50%;
}

.form-inline .btn {
    background-color: #dc3545;
    color: white;
}

.service-box {
    padding: 20px;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}

.sr-icons {
    color: #007bff;
}

.section-heading {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.section-heading hr {
    width: 60px;
    border-top: 3px solid #dc3545;
    margin: 20px auto;
}

.form-control, .btn {
    border-radius: 0.375rem;
}

.form-group {
    margin-bottom: 1rem;
}

.navbar-brand {
    font-weight: bold;
}

.alert {
    margin-bottom: 1rem;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

.full-width-navbar {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: black;
}

.full-width-navbar .navbar-nav .nav-link {
    color: white !important;
}

.full-width-navbar .navbar-brand {
    color: white !important;
}

.form-control, .btn {
    border-radius: 0.375rem;
}

.form-group {
    margin-bottom: 1rem;
}

.navbar-brand {
    font-weight: bold;
}

.alert {
    margin-bottom: 1rem;
}


.hero {
    height: 70vh;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.full-width-navbar {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: black;
}

.full-width-navbar .navbar-nav .nav-link {
    color: white !important;
}

.full-width-navbar .navbar-brand {
    color: white !important;
}
