/*
Theme Name: Palmeiras
Author: Felipe
Author URI: https://palmeiras.com.br/
Description: Tema desenvolvido com bootstrap 5.
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: camporeal
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments.

*/

header {
}

.my-nav {
}

.logo img {
    max-width: 350px;
}

.container {
    /* max-width: 960px !important; */
}

.action-bar {
    background-color: #f8f9fa;
    padding: 10px 0;
    text-align: center;
}

.navbar-brand img {
    height: 75px;
}

.custom-nav {}

.social-top-bar {
    background-color: #76180e;
    padding: 5px;
    background-image: linear-gradient(to right, #ed7422, #ed7422, #3c441d, #3c441d);
    min-height: 10px;
    font-size: 11pt;
    /* text-align: center; */
}

.social-top-bar a {
    color: #FFF;
    margin-right: 10px;
    text-decoration: none;
}

.social-top-bar a:hover {
    color: #CCC;
}

/*
 * Footer
 */
.blog-footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
    margin-bottom: 0;
}

.b-divider {
    height: 2rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}

.box-image {
    height: 100%;
    background-size: cover;
    background-repeat: none;
}

.justificado {
    text-align: justify;
}

.nav-link {
    font-size: 1em !important;
    color: #3c441d !important;
}

.nav-link:hover {
    color: #ed7422 !important;
}

.carousel-inner {
    max-height: 450px;
}