
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.site-header {
    background-color: #000;
    color: #fff;
}

.top-bar {
    padding: 10px 0;
}

.menu-toggle, .menu-close {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #000;
    color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 9999;
    padding: 70px 20px;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-logo img {
    max-width: 80%;
    height: auto;
}

.mobile-navigation .menu-item a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.mobile-navigation .menu-item a:hover {
    color: #ccc;
}

.language-selector-mobile .list-inline-item a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 16px;
}

.language-selector-mobile .list-inline-item a:hover {
    text-decoration: underline;
}

.main-navigation {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.main-navigation .menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.main-navigation .menu-item {
    margin: 0 15px;
}

.main-navigation .menu-item a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
}

.main-navigation .menu-item a:hover {
    color: #ccc;
}

.header-right .login-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cart-icon .cart-count {
    padding: 2px 6px;
    font-size: 12px;
    background-color: black !important;
    color: #fff;
    border-radius: 50%;
    top: -5px;
    right: -10px;
}

.language-selector select {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 5px 20px;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

.language-selector::after {
    content: "▼";
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
}

.language-selector select option {
    background-color: #000;
    color: #fff;
}

.language-selector select:focus {
    outline: none;
    background-color: #000;
}

.language-selector select option:hover {
    background-color: #1a2531;
    color: #fff;
}

.custom-select:focus {
    border-color: #000000 !important;
    outline: 0;
    box-shadow: none !important;
}

.bottom-bar {
    background-color: #660204;
    width: 100%;
    height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: -10px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-bar p {
    margin: 0;
}

.custom-select {
    border: none;
}

.custom-select-sm {
    padding: 5px 30px;
    line-height: 1.5;
}

.select-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
}

.select-wrapper select {
    padding-right: 30px;
}

.select-wrapper::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
}

.logo img {
    max-width: 100% !important;
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 8px;
    z-index: 10;
}

.separator {
    border-left: 1px solid #666666;
    height: 25px;
    display: inline-block;
}

.site-footer {
    background-color: #504a4a;
    color: #fff;
    padding: 40px 0;
}

.footer-logo {
    position: relative;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 23px;
}

.footer-links a {
    color: #fff !important;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline !important;
}

.footer-links a:hover {
    text-decoration: underline;
}

.site-footer h5, .site-footer h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}

.site-footer p {
    margin-bottom: 10px;
    color: #fff;
}

.footer-container #footer h4 {
    font-size: 18px !important; 
    line-height: 24px;
    color: #FFFFFF;
    font: 400 18px Arial, Helvetica, sans-serif;
    margin: 0 0 14px 0;
    border-bottom: none;
    padding-bottom: 0;
}

.d-flex.align-items-start.justify-content-start {
    display: flex;
    align-items: start;
    justify-content: start;
}

.d-flex.align-items-end.justify-content-end {
    display: flex;
    align-items: end;
    justify-content: end;
}

.logo_rodape {
    margin-top: -60px;
    max-width: 200px;
}

.d-md-none.d-flex.align-items-center a {
    color: #fff;
    text-decoration: none;
}

.d-md-none.d-flex.align-items-center img {
    max-width: 20px;
    height: auto;
}

@media (max-width: 768px) {
    .site-footer .col-md-3, .site-footer .col-lg-3, .col-md-2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .site-footer .col-md-6 {
        text-align: center;
    }
    .site-footer .footer-logo {
        margin: 0 auto;
    }
    .site-footer .payment-methods {
        max-width: 200px;
    }
}

.post-title a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.post-title a:hover {
    color: #660204;
}

.post-meta {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.post-thumbnail {
    margin-bottom: 20px;
}

.post-excerpt {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.btn-dark {
    background-color: #660204;
    border-color: #660204;
    color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-dark:hover {
    background-color: #520003;
    border-color: #520003;
}

hr {
    border-top: 1px solid #ccc;
}

.pagination .btn-outline-secondary {
    color: #666;
    border-color: #ccc;
    margin: 0 2px;
}

.pagination .btn-outline-secondary:hover {
    color: #fff;
    background-color: #660204;
    border-color: #660204;
}

.benefit-item {
    text-align: center;
    margin-bottom: 20px;
}

.benefit-item img {
    max-width: 60px;
    margin-bottom: 10px;
}

.benefit-text{
    font-weight: bold;   
}
.sidebar-text {
    font-weight: bold;
    text-transform:uppercase;
    background-color: #a87e3e;
    padding: 10px 20px;
    color: #ffffff !important;
    font-size: 14px !important;
}

aside {
    padding: 20px;
}

.container-beneficios{
    background-color: #EBEBEB !important;
    padding: 20px;
}

.more-info-link {
    text-align: center;
    margin-top: 20px;
}

.more-info-link a {
    color: #c89f55;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #c89f55;
    padding-bottom: 5px;
}

.more-info-link a:hover {
    color: #a87e3e;
    border-bottom: 1px solid #a87e3e;
}

.video

-slider {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    background-color: black;
}

.video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px;
    text-align: left;
    color: white;
    background: rgba(0, 0, 0, 0.3);
}

.video-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
}

.btn-lg {
    background-color: #d8b065;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    border: none;
}

.btn-lg:hover {
    background-color: #c89f55;
    color: white;
}

@media (max-width: 768px) {
    .video-title {
        font-size: 2rem;
    }

    .btn-lg {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}

.badge-primary {
    background-color: #660204;
    font-size: 0.9rem;
    padding: 0.5em 0.75em;
}

.post-category {
    margin-bottom: 10px;
}

.post-title {
    margin-bottom: 0.5rem;
}

.post-meta {
    color: #666;
    font-size: 14px;
}

.post-excerpt {
    font-size: 16px;
    line-height: 1.8;
}

.btn-dark {
    background-color: #660204;
    border: none;
    padding: 10px 20px;
}

.btn-dark:hover {
    background-color: #a80c05;
    border: none;
}

.hr {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    margin-bottom: 50px;
}

.widget {
    margin-bottom: 20px;
}

.widget h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #333;
}

.widget ul {
    padding-left: 0;
    list-style: none;
}

.widget ul li {
    margin-bottom: 10px;
}

.widget ul li a {
    color: #333;
    text-decoration: none;
}

.widget ul li a:hover {
    color: #660204;
}

.widget form .form-control {
    border-radius: 4px;
}

.widget form .btn {
    border-radius: 4px;
    text-transform: uppercase;
}

.benefit-item img {
    max-width: 60px;
    margin-bottom: 10px;
}

.benefit-text {
    font-weight: bold;
}

.search-form {
    display: flex;
    flex-direction: column;
}

.search-input {
    border-radius: 20px;
    padding: 10px;
}

.search-btn {
    background-color: #660204;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    border: none;
    transition: background-color 0.3s ease;
}

.search-btn:hover {
    background-color: #520003;
}

.recent-posts-list {
    padding-left: 0;
    list-style: none;
}

.recent-post-title {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.recent-post-title:hover {
    color: #660204;
}

.post-date {
    font-size: 0.85rem;
    color: #999;
}

.categories-list {
    padding-left: 0;
    list-style: none;
}

.categories-list li {
    margin-bottom: 10px;
}

.category-link {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    transition: color 0.3s;
}

.category-link:hover {
    color: #660204;
}

.badge-category {
    background-color: #660204;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 0.9rem;
    margin-right: 10px;
}

.btn {
    background-color: #660204;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn:hover {
    background-color: #520003;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .search-btn {
        width: 100%;
    }

    .recent-post-title {
        font-size: 1rem;
    }

    .category-link {
        font-size: 1rem;
    }
}

/* Estilização das Categorias */
.post-category a {
    color: #660204;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 10px;
    background-color: #f8f8f8;
    border-radius: 20px;
    margin-right: 5px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}

.post-category a:hover {
    background-color: #660204;
    color: #fff;
}

/* Estilização dos Comentários */
.comments-section {
    margin-top: 50px;
}

.comments-section h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list .comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.comment-list .comment .comment-author {
    font-weight: bold;
    color: #660204;
}

.comment-list .comment .comment-meta {
    font-size: 0.85rem;
    color: #999;
}

.comment-list .comment .comment-content {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.comment-list .comment .reply a {
    font-size: 0.85rem;
    color: #660204;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.comment-list .comment .reply a:hover {
    color: #a80c05;
}

/* Estilização do Formulário de Comentário */
.comment-form {
    margin-top: 50px;
}

.comment-form h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.comment-form p {
    margin-bottom: 10px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 1rem;
}

.comment-form input[type="submit"] {
    background-color: #660204;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.comment-form input[type="submit"]:hover {
    background-color: #a80c05;
    transform: scale(1.05);
}

/* Estilização da Paginação */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background-color: #f8f8f8;
    color: #333;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background-color: #660204;
    color: #fff;
}

.pagination .prev,
.pagination .next {
    font-weight: bold;
    color: #660204;
    text-decoration: none;
    transition: color 0.3s;
}

.pagination .prev:hover,
.pagination .next:hover {
    color: #a80c05;
}
/* Estilização das Categorias */
.post-category a {
    color: #660204;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 10px;
    background-color: #f8f8f8;
    border-radius: 20px;
    margin-right: 5px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}

.post-category a:hover {
    background-color: #660204;
    color: #fff;
}

/* Estilização dos Comentários */
.comments-section {
    margin-top: 50px;
    margin-bottom: 50px; /* Margem inferior na área de comentários */
}

.comments-section h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list .comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.comment-list .comment .comment-author {
    font-weight: bold;
    color: #660204;
}

.comment-list .comment .comment-meta {
    font-size: 0.85rem;
    color: #999;
}

.comment-list .comment .comment-content {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.comment-list .comment .reply a {
    font-size: 0.85rem;
    color: #660204;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.comment-list .comment .reply a:hover {
    color: #a80c05;
}

/* Estilização do Formulário de Comentário */
.comment-form {
    margin-top: 50px;
}

.comment-form h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.comment-form p {
    margin-bottom: 10px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 1rem;
}

.comment-form input[type="submit"] {
    background-color: #660204;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.comment-form input[type="submit"]:hover {
    background-color: #a80c05;
    transform: scale(1.05);
}

/* Estilização da Paginação */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background-color: #f8f8f8;
    color: #333;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background-color: #660204;
    color: #fff;
}

.pagination .prev,
.pagination .next {
    font-weight: bold;
    color: #660204;
    text-decoration: none;
    transition: color 0.3s;
}

.pagination .prev:hover,
.pagination .next:hover {
    color: #a80c05;
}

/* Estilização dos Botões de Compartilhamento */
.share-buttons {
    margin-top: 40px;
}

.share-buttons a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #660204;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
}

.share-buttons a:hover {
    background-color: #a80c05;
    transform: scale(1.05);
}

.share-buttons h4 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #333;
}

/* Estilos para Resultados de Pesquisa */
.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.post-title a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.post-title a:hover {
    color: #660204;
}

.post-meta {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.post-thumbnail {
    margin-bottom: 20px;
}

.post-excerpt {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.btn-dark {
    background-color: #660204;
    border-color: #660204;
    color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-dark:hover {
    background-color: #520003;
    border-color: #520003;
}

hr {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Estilização da Paginação */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background-color: #f8f8f8;
    color: #333;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background-color: #660204;
    color: #fff;
}

.pagination .prev,
.pagination .next {
    font-weight: bold;
    color: #660204;
    text-decoration: none;
    transition: color 0.3s;
}

.pagination .prev:hover,
.pagination .next:hover {
    color: #a80c05;
}

/* Estilo para a página 404 personalizada */
.container.text-center {
    max-width: 800px;
    margin: auto;
}

.display-4 {
    font-size: 3rem;
    color: #660204;
    font-weight: bold;
}

.lead {
    font-size: 1.25rem;
    color: #666;
    margin-top: 20px;
}

.btn-dark {
    background-color: #660204;
    border-color: #660204;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.2rem;
    text-transform: uppercase;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-dark:hover {
    background-color: #520003;
    border-color: #520003;
}

.popular-categories .btn-outline-dark {
    border-color: #660204;
    color: #660204;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 1rem;
    transition: background-color 0.3s, color 0.3s;
}

.popular-categories .btn-outline-dark:hover {
    background-color: #660204;
    color: #fff;
}
