/*
Theme Name: FalaPE 2025
Theme URI: https://falape.com
Author: Tábula Digital
Author URI: https://tabuladigital.com.br
Description: Tema desenvolvido para o FalaPE 2025
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
*/

/* Custom styles to complement Bootstrap */
:root {
  --custom-purple: #4b4f8c;
}
.bg-purple {
  background-color: var(--custom-purple);
}

body {
  font-family: "Inter", serif;
  font-style: normal;
}
.ads-content{
  margin-top: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ads-content img{
  max-width: 728px;
  width: 100%;
  height: auto;
  display: block;
}

.ads-content-rodape{
  margin-top: 2rem;
  text-align: center;
}
.ads-content-rodape img{
  max-width: 728px;
  width: 100%;
  height: auto;
  display: block;
}
.ads-content-rodape:first-of-type {
  display: none;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  z-index: 1040;
  display: none;
}

.navbar-dark .menu-item a {
  color: #abb5f9;
  font-weight: 500;
  font-size: 1rem;
}

.navbar-dark .menu-item a:hover {
  color: rgb(214, 219, 249);
}

navbar-toggler {
  border: none;
}

.navbar-toggler i {
  color: #abb5f9;
  font-size: 2rem;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.offcanvas-header button {
  background-color: transparent;
  border: none;
}

.offcanvas-header button i {
  color: #fff;
  font-size: 2.2rem;
  margin-right: auto;
  opacity: 50%;
}
.btn-social {
  color: #abb5f9;
  font-size: 1.5rem;
}
.btn-social:hover {
  color: rgb(214, 219, 249);
}

.border-content {
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  margin-top: 6rem;
}

.content-area {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 2rem;

}
.content-title {
}
.content-title h1 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.content-title a {
  text-decoration: none;
}
.content-title a h1 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.content-data {
  color: #747272;
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-button: 1rem;
  display: flex;
  gap: 1rem;
}
.content-data .data {
}
.content-data .author {
}
.content-text {
  display: block;
  margin-top: 1rem;
  color: #444;
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.content-text img{
max-width: 100% !important;
      height: auto !important;
}
.content-btn {
  display: flex;
  justify-content: center;
}
.content-btn .btn-more {
  border-radius: 10px;
    background: #4d5393;
    padding: .5rem 1rem;
    text-decoration: none;
    color: #aab5fa;
    font-size: 0.8rem;
    position: relative;
    padding-left: 2rem;
}
.content-btn .btn-more:hover {
  box-shadow: 0px 2px 6px 0px #4d5393;
}
.content-btn .btn-more i{
  font-size: 2rem;
    position: absolute;
    left: -10px;
    top: 1px;

}
footer {
  padding: 3rem 0;
  border-top: 1px solid #e9e9e9;
  margin-top: 5rem;
}
footer .col-md-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
}
footer .col-md-12 span {
  color: #9a9a9a;
}
.img-footer {
  width: 125px;
  height: 44px;
}
footer a {
  color: #9a9a9a;
  text-decoration: none;
  font-size: 0.7rem;
}

@media (max-width: 991px) {
  #menu-menu-principal {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .me-4 {
    margin-right: 0 !important;
  }
  .ads-content img {
    max-width: 100% !important;
    height: auto;
}
}
