/* RESET HEADER */
.header-area {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  height: 100px;
}
.header-area .main-nav {
  min-height: 80px;
  display: grid;
  grid-template-columns: 1fr 20% 1fr;
}

.header-area .main-nav .nav-header {
  display: flex;
  align-items: flex-start;
}

.header-area .main-nav .nav-login {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.header-area .main-nav .logo img {
  width: 100% !important;
}

/* NAVEGAÇÃO */

.nav-header a {
  text-transform: uppercase !important;
}
.nav-header .active {
  border: 2px solid #55091f !important;
  color: #55091f !important;
  border-radius: 0.3rem;
  padding: 0 1rem;
}

.nav-login a {
  border-radius: 50rem;
  padding: 0.4rem 1rem;
  border: 1px solid #55091f;
  color: #55091f !important;
}

.nav-login a:last-child {
  background: #55091f !important;
  color: #fff !important;
}
/* RESET HEADER */

/* Containr */
.container {
  max-width: 98% !important;
}

.main {
  margin-top: 8rem !important;
}

.main .container {
  width: 90% !important;
}

.main .banners .container {
  width: 90% !important;
}

.main .banners .owl-carousel .item {
  height: 38vh;
  border-radius: 0.5rem;
  background: #55091f !important;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
}

.main .banners .owl-carousel .owl-nav {
  display: none;
}

/* Destaque */
.destaque {
  margin-top: 1.5rem;
  padding: 0 !important;
}

.destaque-title {
  margin-bottom: 2rem;
}

.destaque-title a {
  color: #000;
  font-size: 0.885rem;
}

.owl-carousel-posts {
  display: grid;
  gap: 1rem;
  height: 44vh !important;
}

.owl-carousel-posts .photo {
  position: relative !important;
  display: inline-block !important;
  width: 100%;
}

.owl-carousel-posts .photo .photo-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.823);
  color: #fff;
  padding: 10px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.owl-carousel-posts .photo .photo-content h4 {
  font-size: 0.9rem;
}

.owl-carousel-posts .photo .photo-content span {
  font-size: 0.8rem;
}

.owl-carousel-posts .photo:hover .photo-content {
  opacity: 1;
}

.owl-carousel-posts .photo img {
  width: 100% !important;
  height: 44vh !important;
}

.owl-carousel-posts .owl-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  transform: translateY(-11rem);
  width: 105%;
  left: -1.6rem;
}

.owl-carousel-posts .owl-nav button i {
  font-size: 2rem !important;
  font-weight: normal;
}

.owl-carousel-posts .owl-nav button {
  border: 0;
  outline: none;
}

/* PUBLICAÇÕES */
.publicacoes .container {
}

.destaque-title h4,
.publicacoes-title h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
}

.publicacoes-title {
  margin-top: 2rem;
}

.publicacoes-title .pub-title {
  display: flex;
  align-items: center;
  padding-top: 0.4rem;
}

.publicacoes-title button {
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  background: white !important;

  border: 2px solid #000;
}

/* CATEGORIA */
.categoria {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;

  margin-top: 2rem;
  padding-bottom: 2rem;
}

.categoria h3 {
  margin-top: 1rem;
}

.categoria .categoria-lista {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;

  margin-top: 2rem;
}

.categoria .categoria-lista a {
  color: #444f56;
  font-size: 0.875rem;
}
/* GLOBAL */
.title-section {
  font-size: 1.3rem;
}

footer {
  background-color: rgba(0, 0, 0, 0.02) !important;
  color: #000 !important;
}

footer p,
footer h4,
footer a {
  color: #000 !important;
}

footer .container {
  width: 90% !important;
}

footer .logo {
  width: 15%;
  position: relative;
  top: -1.5rem;
}

footer .logo img {
  width: 100% !important;
}

footer p {
  font-size: 0.775rem !important;
}

/* Menu Desktop */
.menu-desktop {
  display: flex;
}

.content-title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-mobile {
  display: none !important;
}

/* BLOG */
.blog-page {
}

.blog-page .card img {
  height: 33vh !important;
}

@media (max-width: 760px) {
  /* MENU MOBILE */
  .menu-mobile {
    display: block !important;
    padding-block: 1.5rem;
  }

  .menu-mobile .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }

  .menu-mobile .container .btnMenu {
    background: none;
    border: 0;
    outline: none;
    font-size: 1.5rem;
  }

  .menu-mobile .container .login {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .menu-mobile .container .login button {
    background: none;
    font-size: 1.3rem;
    outline: none;
    border: 0;
  }

  .menu-mobile .container .login a {
    border: 1px solid #000;
    padding: 0.3rem 1rem;
    border-radius: 50rem;

    color: #000;
  }

  .wrapper-menu {
    display: none;
  }

  .menu-mobile .container img {
    width: 60%;
  }

  /* CONTAINER  */
  .main {
    margin-top: 1rem !important;
  }

  .container {
    min-width: 96% !important;
  }

  /* CATEGORIA LISTA */
  .categoria .categoria-lista {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  header,
  .menu-desktop {
    display: none;
  }

  /* BANNER */
  .main .banners .container {
    width: 80% !important;
    background: blue !important;
  }

  .main .banners .owl-carousel .item {
    height: 26vh;
    width: 90% !important;
    margin: 0 auto !important;
  }

  .main .banners .owl-carousel .item h1 {
    font-size: 1rem;
  }

  .owl-carousel-destaque {
    height: auto !important;
  }

  .owl-carousel-destaque .photo {
    height: 35vh;
  }

  .owl-carousel-destaque .photo img {
    height: 100%;
  }

  /* SECTION-TITLE */
  .content-title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .publicacoes-title h3 {
    margin-bottom: 1rem;
  }
  .publicacoes-title button {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  /* BLOG */
  .blog .title h1 {
    font-size: 1.2rem !important;
  }
  .formulario-pesquisa form {
    grid-template-columns: 1fr 10% !important;
  }

  .listagem-categoria-blog {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem !important;
  }

  /* footer {
    display: none;
  } */

  .wrapper-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 200px; /* Posiciona o menu abaixo do botão */
    left: 0;
    background-color: #fff; /* Altere a cor de fundo conforme necessário */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Adiciona sombra ao menu */
    z-index: 999;
  }

  .menu {
    position: relative; /* Garante que o posicionamento absoluto funcione corretamente */
  }

  .wrapper-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .wrapper-menu ul li {
    padding: 10px;
  }

  .wrapper-menu ul li a {
    font-size: 0.8rem;
    color: #000;
  }
}

/* ======================================================================= */
/* POST E EDITORAS DETALHES */
/* ======================================================================= */
.post-categoria {
  background: rgba(0, 0, 0, 0.03);
  margin: 2rem auto;
  padding: 4rem 0;
}

.post-categoria .post-categoria-itens {
  display: flex;
  gap: 3rem;
  margin-top: 1rem;
}

.post-categoria h5 {
  font-size: 1rem;
}

.post-categoria a {
  border: 1px solid #807d7d;
  font-size: 0.7rem;
  color: #807d7d;

  padding: 0.3rem;

  display: flex;
  margin-top: 1rem;
  width: 6%;

  border-radius: 0.2rem;

  align-items: center;
  justify-content: center;
}

.post-categoria .post-categoria-itens .categoria-item span {
  font-weight: 300;
  font-size: 0.753rem;
  color: #807d7d;
}

/* POST CONTAINER */
.post-container {
  margin-top: 2rem;
}

.post-container .photo {
  background: #fff;
  padding: 0.2rem;
}
.post-container .photo img {
  width: 100%;
}

.post-container .item-post:last-child {
  border-left: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 760px) {
  .post-categoria a {
    width: 30% !important;
  }
  .post-categoria .post-categoria-itens {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ======================================================================= */
/* POST E EDITORAS DETALHES */
/* ======================================================================= */

/* ========================================================================== */
/* POST-CATEGORIA */
/* ========================================================================== */
.breadcrumb {
  background: transparent !important;
  padding: 0 !important;
}

.breadcrumb a {
  color: #55091f !important;
}

.destaque-categorias {
  grid-template-columns: repeat(6, 1fr);
  margin: 0 !important;
  height: auto !important;
}

.destaque-categorias .photo {
  height: 50vh !important;
}

.destaque-categorias .photo .photo-content {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
}

.destaque-categorias .photo .photo-content h4 {
  font-size: 0.8rem;
}

.destaque-categorias .photo .photo-content span {
  font-size: 0.7rem;
  color: #757575;
}

/* MODAL */
.modal h5 {
  font-size: 0.8rem !important;
}

input,
.form-check label,
form button,
form a,
input::placeholder {
  font-size: 0.85rem !important;
}

form a {
  color: #55091f !important;
}

form button {
  background-color: #55091f !important;
  color: #fff !important;
}

/* TITLE SECTION  */
.content-title-section {
}

.content-title-section h4 {
  font-size: 1.2rem;
  font-weight: bold;
}
.content-title-section a {
  font-size: 0.85rem;
  color: #444f56;
}
