body {
    font-family: Arial, sans-serif;
}

.banner img {
    width: 100%;
    height: auto;
    max-height: 500px; /* Define a altura máxima do banner */
    object-fit: cover;  /* Garante que a imagem preencha o espaço sem distorção */
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5); /* Adiciona um fundo semi-transparente ao texto */
    padding: 20px;
    border-radius: 5px;
}

.banner h1 {
    color: #004085;
}


h1, h2, h3, h4, h5 {
    font-family: 'Georgia', serif;
    color: #004085;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
}

/* Botões */
.btn-primary {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-secondary {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.btn-secondary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

/* Produtos Destacados */
.produtos-destacados .card {
    margin-bottom: 30px;
    border: 1px solid #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.produtos-destacados .card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.card-title {
    font-size: 1.25em;
    color: #004085;
    font-weight: bold;
}

/* Seção Blog */
.blog-post img {
    border-radius: 5px;
    margin-bottom: 10px;
}

.blog-post h5 {
    font-size: 1.3em;
    color: #dc3545;
}

/* Responsividade */
@media (max-width: 768px) {
    .navbar-brand img {
        width: 120px;
    }

    .carousel-caption h1 {
        font-size: 1.8em;
    }

    .produtos-destacados .card-title {
        font-size: 1.15em;
    }

    .depoimentos blockquote {
        font-size: 1em;
    }

    .blog-post h5 {
        font-size: 1.2em;
    }
}

/* Depoimentos */
.depoimentos blockquote {
    border-left: 5px solid #dc3545;
    padding-left: 20px;
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.depoimentos blockquote p {
    font-size: 1.1em;
    color: #333;
}

.depoimentos blockquote footer {
    font-size: 0.9em;
    color: #777;
}

.footer {
    background-color: #000;
    color: #fff;
}

.footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #dc3545;
}

.footer .form-check-label {
    color: #ccc;
}

.footer .form-control {
    background-color: #333;
    color: #fff;
    border: none;
}

.footer .form-control:focus {
    box-shadow: none;
    background-color: #444;
}

.footer .btn-primary {
    background-color: #dc3545;
    border-color: #dc3545;
}

.footer .btn-primary:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.footer .list-inline-item img {
    filter: invert(100%);
}

/* Centralizar o copyright */
.footer .text-center p {
    margin: 0;
    font-size: 0.9em;
    color: #777;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.btn-primary, .btn-secondary {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-primary:hover, .btn-secondary:hover {
    transform: scale(1.05); /* Aumenta ligeiramente o botão */
}

/* Estilo para a página Sobre Nós */

.banner-secundario {
    background-image: url('../images/banner-secundario.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: white;
}

.banner-secundario h1 {
    font-size: 3em;
}

.banner-secundario p {
    font-size: 1.2em;
}

.historia, .valores {
    text-align: center;
    line-height: 1.6;
}

.equipe img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.equipe h5 {
    font-weight: bold;
}

.valores h4 {
    font-size: 1.5em;
    color: #dc3545;
}

/* Banner de Contato */
.banner-contato {
    background-image: url('../images/banner-contato.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: white;
}

.banner-contato h1 {
    font-size: 2.5em;
}

.banner-contato p {
    font-size: 1.2em;
}

/* Formulário de Contato */
.formulario-contato .form-control {
    margin-bottom: 15px;
}

.formulario-contato .btn-primary {
    background-color: #dc3545;
    border-color: #dc3545;
}

.formulario-contato .btn-primary:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

/* Informações de Contato */
.informacoes-contato h2 {
    margin-bottom: 30px;
}

.informacoes-contato p {
    font-size: 1.2em;
    margin-bottom: 10px;
}

/* Banner da Loja */
.banner-loja {
    background-image: url('../images/banner-loja.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: white;
}

.banner-loja h1 {
    font-size: 2.5em;
}

.banner-loja p {
    font-size: 1.2em;
}

/* Filtros de Produtos */
.filtros-produtos select {
    margin-bottom: 15px;
}

/* Produtos na Loja */
.produtos-loja .card {
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.produtos-loja .card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.produtos-loja .card-title {
    font-weight: bold;
    font-size: 1.2em;
}

.produtos-loja .btn-primary {
    background-color: #dc3545;
    border-color: #dc3545;
}

.produtos-loja .btn-primary:hover {
    background-color: #c82333;
    border-color: #bd2130;
}