* {
  box-sizing: border-box;
  font-family: inherit;
  margin: 0;
  padding: 0;
}
html {
  width: 100vw;
  overflow-x: hidden;
}
body {
  width: 100vw;
  overflow-x: hidden;
  font-family: Forma DJR Displayr, serif;
  background-color: #fff;
}
button,
fieldset,
img,
inpt,
legend {
  border: 0;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
legend {
  display: none;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
input[type="button"],
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: normal;
  margin: 0;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 40px;
  position: relative;
  width: 100%;
}

.home-box .wrapper-animation {
  max-width: 1200px;
  width: 100%;
}
.home-box {
  --parallax-y: 0px;
  /* padding: 100px 0 150px; */
  padding: 0 0 100px;
  position: relative;
  overflow: hidden;
  /* min-height: 75dvh; */
  min-height: auto;
}
.home-box::before {
  content: '';
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  bottom: 0%;
  background: #023faa;
  background-size: cover;
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform;
  z-index: 0;
  max-width: 1920px;
  margin: 0 auto;
}
.header-internal::before {
  content: '';
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  bottom: 0%;
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform;
  z-index: 0;
  max-width: 1920px;
  margin: 0 auto;
}
.hero-internal {
  --parallax-y: 0px;
  padding: 20px 0 120px;
  position: relative;
  overflow: hidden;
  min-height: 15dvh;
}
.hero-internal .container {
  max-width: 1440px !important;
}
.hero-internal::before {
  content: '';
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  bottom: -10%;
  background: #023faa;
  background-size: cover;
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform;
  z-index: 0;
  max-width: 1920px;
  margin: 0 auto;
}

/* body.home .home-box {
  min-height: 75dvh;
  padding: 100px 0;
} */
.home-box .container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1540px;
}
.home-box h1 { 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.home-box__title {
  display: block;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
body.home .home-box__title {
  margin-top: 150px;
  margin-bottom: 100px;
  max-width: 100%;
}
.home-box__title img {
  display: block;
  max-width: 100%;
}
.home-box__title span {
  position: relative;
  display: inline-block;
  color: #fff;
}

.header {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.header nav {
  /* background-color: #e9e9e9; */
  background-color: #2b46a7;
  border-radius: 30px;
  left: 50%;
  padding: 60px 40px;
  position: absolute;
  top: -75px;
  transform: translate(-50%, 0);
  max-width: 1400px;
  width: 94%;
}
.header nav ul {
  align-items: center;
  justify-content: center;
  align-items: center;
  display: flex;
  grid-gap: 30px;
  gap: 30px;
}
.header nav ul a {
  color: #2b46a7;
  font-size: 22px;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
}
.header nav ul a.active,
.header nav ul a:hover {
  color: #d6ad64;
  text-decoration: none;
}
@media screen and (max-width: 1256px) {
  .header nav,
  body.home .header nav {
    padding: 30px 40px !important;
  }
  .footer .container {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 1000px) {
  body.home .home-box__title,
  .home-box__title {
    max-width: 50%;
    /* min-width: 310px; */
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home-box::before {
    background: #023faa !important;
    background-position: center center !important;
    background-size: cover !important;
    top: 0 !important;
  }
  body.home .home-box {
    padding: 4rem 0 !important;
    /* min-height: 60dvh; */
    /* padding: 50px 0 !important; */
  }
  .header nav ul a {
    font-size: 20px;
  }

  .home-box h1 img {
    max-width: 180px;
  }
}
@media screen and (max-width: 480px) {
  body.home .home-box__title,
  .home-box__title {
    margin-left: auto;
    margin-right: auto;
  }
}

/* MENU DE NAVEGAÇÃO - ITEM ATIVO */

.current-menu-item a {
  color: #000 !important;
}

/***
* MENU DE NAVEGAÇÃO FIXO
***/

.header-toggle {
  display: none;
}

@media screen and (min-width: 1257px) {
  .header-list ul {
    display: flex !important;
    flex-direction: row !important;
  }
  .header-list ul li {
    width: 25% !important;
  }
  .header-list ul li a {
    align-items: center;
    background-color: #2b46a7;
    border-right: 1px solid #6976a7;
  }
  .header-list ul li:last-child a {
    border-right: none;
  }
}

@media screen and (max-width: 1256px) {
  .header .menu {
    margin-top: 6rem !important;
  }
  .header-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: #fff;
    border: 0.5px solid #000;
    border-right: none;
    cursor: pointer;
    padding: 0;
    gap: 6px;
    position: fixed;
    top: 4%;
    right: 0;
    transition: transform 0.2s ease;
    z-index: 999999;
  }

  .header-toggle:hover {
    transform: scale(1.05);
  }

  .header-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #222;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .header-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .header-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .header-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .header nav {
    height: 100% !important;
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    transform: translate(-120%, 0) !important;
    border-radius: 0 !important;
    z-index: 99999 !important;
    transition: transform 200ms ease-in-out;
  }
  body.home .header nav {
    top: 0 !important;
  }

  .header nav.active {
    transform: translate(0, 0) !important;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1) !important;
  }

  .header nav ul {
    display: block !important;
  }

  .header nav ul li + li {
    margin-top: 20px;
  }

  .hero-internal {
    padding: 20px 0 40px !important;
    min-height: auto!important;
  }

  .header-internal .header-list-internal ul li a {
    padding: 30px 0 !important;
    gap: 0 !important;
    justify-content: center !important;
  }
}

@media screen and (min-width: 769px) {
  .logo-engrenagem__logo {
    max-width: 76% !important;
    width: 100%;
  }
  .logo-engrenagem__logo-mobile {
    display: none !important;
  }
  .logo-engrenagem__logo-desktop {
    display: block !important;
  }
  .home-box {
    padding: 100px 0 250px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1256px) {
  .blog-box__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .blog-box__list article {
    width: 48% !important;
    height: 300px !important;
  }
  .blog-box__article img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .blog-box__title {
    word-break: break-word;
    padding-right: 1em;
  }
}

/* MENU DE TRÊS ITENS */

.header-list ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.header-list ul li {
  width: 100%;
}
.header-list ul li:first-child a {
  padding: 80px 0;
}
.header-list ul li a {
  align-items: center;
  background-color: #2b46a7;
  border-bottom: 1px solid #6976a7;
  color: #efefef;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}
body.home .header-list ul li a {
  padding-top: 140px;
  padding-bottom: 120px;
}
.header-list ul li a {
  padding-top: 90px;
  padding-bottom: 20px;
}
/* .header-list ul li:nth-child(2) a,
body.home .header-list ul li:nth-child(2) a {
  background-color: #27419b;
} */

.header-list ul li:nth-child(2) a:hover,
body.home .header-list ul li:nth-child(2) a:hover,
.header-list ul li:nth-child(2) a.active,
body.home .header-list ul li:nth-child(2) a.active {
  background-color: #d6ad64;
  text-decoration: none;
}
.header-list ul li a .image-wrapper {
  display: block;
  height: 112px;
  overflow: hidden;
  position: relative;
  width: 119px;
  transform: scale(0.6);
}
.header-list ul li a .image-wrapper-2 {
  height: 120px;
  width: 105px;
}
.header-list ul li a .image-wrapper-3 {
  height: 116px;
  width: 116px;
}
.header-list ul li a .image-wrapper img {
  bottom: 0;
  display: block;
  left: 0;
  max-width: 100%;
  position: absolute;
}
.header-list ul li a strong {
  color: #efefef;
  display: block;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3;
}
.header-list ul li a strong br {
  display: none;
}
.header-list ul li a strong em {
  color: #d6ad65;
  display: block;
  font-size: 22px;
  font-style: normal;
  text-transform: uppercase;
}
.header-list ul li a:hover,
.header-list ul li a.active {
  background-color: #d6ad64;
  text-decoration: none;
}
.header-list ul li a:hover .image-wrapper img,
.header-list ul li a.active .image-wrapper img {
  bottom: auto;
  top: 0;
}
.header-list ul li a:hover strong em,
.header-list ul li a.active strong em {
  color: #2b46a7;
}
@media screen and (max-width: 1256px) {
  .header-list ul li a,
  body.home .header-list ul li a {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  body.home .header-list ul li:first-child a {
    padding: 80px 0 !important;
  }
  body.home .header-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .header-list ul li:first-child,
  .header-list ul li:nth-child(3) {
    border-right: 1px solid #6976a7;
  }
  .header-list ul li a {
    border-bottom: 1px solid #6976a7;
  }
}
@media screen and (max-width: 768px) {
  .logo-engrenagem__logo-title {
    margin-bottom: 30px !important;  
  }
  .logo-engrenagem__logo-title img {
    height: 50px !important;  
  }
  .logo-engrenagem__logo-mobile {
    display: block !important;
  }
  .logo-engrenagem__logo-desktop {
    display: none !important;
  }
  body.home .header-list ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .header-list ul li a .image-wrapper {
    transform: scale(0.4);
  }
  .header-list ul li a strong {
    margin-top: -30px;
    font-size: 24px;
  }
  .header-list ul li a strong em {
    font-size: 24px;
  }
  .header-list ul li {
    width: 100%;
  }
  .header-list-internal ul li a strong {
    margin-top: 0;
    font-size: 24px;
  }
  .header-list ul li {
    border-left: none !important;
    border-right: none !important;
  }

  .hero-internal {
    --parallax-y: 0px;
    padding: 20px 0 40px;
    position: relative;
    overflow: hidden;
    min-height: 15dvh;
  }
  .hero-internal .container {
    max-width: 1440px !important;
  }
  
  .header-internal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    gap: 20px;
  }
  .header-internal-content h1 {
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF; !important
    line-height: 1;
    text-align: left;
    margin: 0;
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    flex: 1;
    text-align: center;
  }
  .header-internal .header-list-internal ul li a {
    padding: 10px 0 !important;
    justify-content: start !important;
  }
  .header-list ul li:first-child img {
    margin: 0 auto;
  }
  .header-list ul li:first-child a {
    padding: 30px 0!important;
    text-align: center!important;
  }
  .header-internal .header-list-internal ul li a strong {
    text-align: left !important;
  }

  .container-internal {
    padding: 0px 20px;
  }
}

.map-box {
  padding: 70px 0 70px;
  width: 100%;
  margin-top: 50px;
}
.map-box .container {
  /* max-width: 820px; */
  max-width: 1360px;
  padding: 0 0;
}
.map-box__map {
  width: 100%;
  max-width: 900px;
  position: relative;
  margin: 40px auto 0;
}
.map-box__map img {
  display: block;
  max-width: 100%;
  width: 900px;
}
.map-box__map svg {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.map-box__map svg polygon {
  cursor: pointer;
  transition: stroke 200ms ease-in-out, fill 200ms ease-in-out;
}
.map-box__map svg polygon:hover {
  stroke: #2b46a7;
  stroke-width: 10;
}

.map-box__list {
  margin-top: 50px;
  width: 100%;
}
.map-box__list ul {
  -moz-column-count: 4;
  column-count: 4;
  grid-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  /* -moz-column-rule: 1px solid #c9cacb;
  column-rule: 1px solid #c9cacb; */
}
.map-box__list ul li img {
  width: 260px;
}
.map-box__list ul li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  width: 260px;
}
.map-box__list ul li a {
  display: block;
}
.map-box__list ul li a:hover img{
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}
.map-box__list ul li + li {
  margin-top: 30px;
}
.map-box__list ul strong {
  color: #2b46a7;
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.map-box__list ul span {
  color: #454545;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.map-box__link {
  margin: 60px 0 0;
  text-align: center;
}
.map-box__link a {
  background-color: #d6ad64;
  color: #2b46a7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 400;
  /* padding: 25px 10px 25px 30px; */
  padding: 25px 10px 25px 10px;
  position: relative;
  transition: filter 0.2s ease-in-out;
  border-radius: 2px;
  width: 80%;
  margin: 0 auto;
}
/* .map-box__link a:after {
  background: url(../images/general/ico/info.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 20px;
  top: 25px;
  width: 32px;
  height: 32px;
} */
.map-box__link a strong {
  font-weight: 700;
}
.map-box__link a:hover {
  filter: brightness(0.8);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .map-box__map {
    margin-top: 20px;
  }
  .map-box .container {
    padding: 0 20px;
  }
  .map-box__list {
    margin-top: 40px;
  }
  .map-box__list ul li + li {
    margin-top: 10px;
  }
  .map-box__list ul strong {
    font-size: 20px;
  }
  .map-box__list ul li,
  .map-box__list ul img {
    width: 200px !important;
    margin: 0 auto;
  }
  .map-box__list ul span {
    font-size: 18px;
  }
  .map-box {
    padding: 30px 0;
  }
  .map-box__link {
    margin: 20px 0 0;
  }
  .map-box__link a {
    font-size: 25px;
    margin: 20px auto 0;
    padding: 10px 10px 10px 35px;
    text-align: left;
  }
  .map-box__link a:after {
    left: -4px;
    top: 4px;
    transform: scale(0.5);
  }
  .map-box__list ul {
    -moz-column-count: 2;
    column-count: 2;
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .map-box__list ul {
    -moz-column-count: 3;
    column-count: 3;
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .map-box__list ul li,
  .map-box__list ul img {
    width: 200px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  .map-box__list ul {
    -moz-column-count: 2;
    column-count: 2;
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .map-box__list ul li,
  .map-box__list ul li img {
    width: 150px !important;
  }
}

/* BLOG */

.blog-box {
  padding: 70px 0;
  max-width: 1920px;
  margin: 0 auto;
}
.blog-box .container {
  max-width: 1540px;
}
.blog-box__list {
  align-items: flex-start;
  display: flex;
  margin-top: 20px;
  grid-gap: 20px;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
/* .blog-box__list img {
  display: block;
  max-width: 100%;
  width: 50%;
} */
.blog-box__list article {
  display: flex;
  grid-gap: 20px;
  align-items: flex-start;
  gap: 40px;
  width: 23.5%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.blog-box__article {
  background-color: #2b46a7;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.blog-box__article a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  padding: 0 10px;
  text-decoration: none;
}
.blog-box__article h3 {
  text-align: center;
}
.blog-box__article img {
  object-position: center;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  max-width: 100px;
  max-height: auto;
}
.blog-box__highlight {
  width: 48%;
}
.blog-box__highlight a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  text-align: center;
}
.blog-box__highlight article img {
  margin-bottom: 10px;
  width: 100%;
}
.blog-box__secondary {
  width: calc(52% - 40px);
}
.blog-box__secondary article + article {
  margin-top: 40px;
}
.blog-box__title {
  color: #fff;
  display: block;
  font-size: 34px;
  font-weight: 600;
}
.blog-box__highlight-description p {
  max-height: 222px;
  color: #454545;
  font-size: 20px;
  font-weight: 400;
  overflow: hidden;
}
.box__article img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
  &:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .blog-box {
    padding: 30px 0;
  }
  .blog-box__list {
    flex-direction: column;
  }
  .blog-box__list {
    margin-top: 20px;
  }
  .blog-box__list article {
    width: 100%;
    height: 300px;
  }
  .blog-box__list img {
    width: 100%;
  }
  .blog-box__list .blog-box__highlight-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .blog-box__list .blog-box__highlight-description p {
    font-size: 18px;
  }
  .blog-box__list .blog-box__highlight article img {
    margin-bottom: 10px;
  }
}

/* FORMULÁRIO */

.box-form {
  padding: 130px 0 130px;
  width: 100%;
}

.box-form .container {
  max-width: 900px;
}

.accordion-button {
  background: none;
  border: none;
  color: #2b46a7;
  cursor: pointer;
  font-size: 40px;
  padding-right: 40px;
  position: relative;
}
.accordion-button:after {
  width: 32px;
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  top: 17px;
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
.accordion-button.active:after {
  transform: rotate(0deg);
}
.accordion-button strong {
  font-weight: 900;
}
.accordion-button span {
  color: #d6ad64;
}
.accordion-box {
  max-height: 0;
  margin: 20px 0 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}

.box-form {
  overflow: hidden;
}
.box-form__form .box-form__group + .box-form__group {
  margin-top: 20px;
}
.box-form__form label {
  color: #353535;
  font-size: 23px;
  font-weight: 400;
}
.box-form__form input[type="email"],
.box-form__form input[type="text"],
.box-form__form textarea {
  border: 1px solid #aeaeae;
  display: block;
  font-size: 23px;
  line-height: 50px;
  padding: 0 10px;
  width: 100%;
}
.box-form__form textarea {
  line-height: 35px;
  min-height: 160px;
  padding: 10px;
}
.box-form__form input[type="submit"] {
  margin-top: 30px;
  background-color: #2b46a7;
  color: #f4f4f4;
  cursor: pointer;
  display: block;
  font-size: 23px;
  height: 80px;
  transition: filter 0.2s ease-in-out;
  width: 100%;
}
.box-form__form input[type="submit"]:hover {
  filter: brightness(1.2);
}

.wpcf7 form p + p {
  margin-top: 20px;
}
.wpcf7 form textarea {
  line-height: 20px;
  height: 160px;
  padding: 10px;
}
.wpcf7-spinner {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
}
.wpcf7-response-output {
  font-size: 25px !important;
  margin: 20px 0 0 !important;
}

@media screen and (max-width: 768px) {
  .accordion-button {
    font-size: 24px;
    text-align: left;
  }
  .accordion-button:after {
    width: 24px;
    height: 12px;
    top: 8px;
    background-size: contain;
  }
  .accordion-box {
    margin-top: 30px;
  }
  .box-form__form .box-form__group + .box-form__group {
    margin-top: 15px;
  }
  .box-form__form label {
    font-size: 20px;
  }
  .box-form__form input[type="email"],
  .box-form__form input[type="text"],
  .box-form__form textarea {
    font-size: 20px;
    line-height: 50px;
  }
  .box-form__form textarea {
    line-height: 20px;
  }
  .box-form__form input[type="submit"] {
    font-size: 25px;
    height: 60px;
  }
}

article.single-post {
  padding: 30px 1rem 100px;
  line-height: 1.8;
  color: #333;
  font-family: Arial, sans-serif !important;
}

.single-post h1 {
  font-size: 50px;
  margin-bottom: 10px;
  color: #111;
  line-height: 1.3;
  text-align: left;
  min-height: 65px;
}

.single-post .meta {
  display: block;
  font-size: 22px;
  color: #888;
}

.single-post .thumb {
  margin: 2rem 0;
}

.single-post .thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.single-post .content {
  color: #444;
  line-height: 1.2;
  font-size: 25px;
}

.single-post .content p {
  color: #454545;
  font-size: 24px;
  font-weight: 400;
}

.single-post .content h2,
.single-post .content h3,
.single-post .content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #111;
}

.single-post .content a {
  color: #0073aa;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 115, 170, 0.2);
  transition: all 0.2s ease;
}

.single-post .content a:hover {
  color: #005f8c;
  border-bottom-color: rgba(0, 115, 170, 0.5);
}

.single-post .content ul,
.single-post .content ol {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.single-post blockquote {
  border-left: 4px solid #0073aa;
  padding-left: 1rem;
  margin: 2rem 0;
  font-style: italic;
  color: #555;
  background: #f8f9fa;
  border-radius: 0 4px 4px 0;
}

.single-post .content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 1.5rem 0;
}

/* Post Meta Info with Social Share */
.post-meta-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
  min-height: 80px;
}

.meta-left {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.meta-date,
.meta-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #666;
}

.meta-date svg,
.meta-author svg {
  opacity: 0.7;
}

/* Social Share Buttons */
.social-share {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.share-label {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-right: 5px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.share-facebook {
  background: #1877f2;
  color: #fff;
}

.share-facebook:hover {
  background: #0d6efd;
}

.share-twitter {
  background: #1da1f2;
  color: #fff;
}

.share-twitter:hover {
  background: #0c8bd9;
}

.share-linkedin {
  background: #0077b5;
  color: #fff;
}

.share-linkedin:hover {
  background: #006396;
}

.share-whatsapp {
  background: #25d366;
  color: #fff;
}

.share-whatsapp:hover {
  background: #1ebd57;
}

.share-copy {
  background: #2b46a7;
  color: #fff;
}

.share-copy:hover {
  background: #1f3480;
}

/* Single Post Layout */
.single-post-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  margin-top: 0px;
  align-items: start;
}

/* Author Box */
.post-author-box {
  display: flex;
  gap: 25px;
  padding: 30px;
  margin-top: 50px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #2b46a7;
}

.author-avatar {
  flex-shrink: 0;
}

.author-avatar img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.author-info {
  flex: 1;
}

.author-info h3 {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 600;
  color: #2b46a7;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.author-info h4 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.author-info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* Related Posts Sidebar */
.related-posts-sidebar > h1 {
  opacity: 0;
  visibility: hidden;
  width: 940px;
}
.related-posts-sidebar {
  position: sticky;
  align-self: start;
  overflow-y: auto;
  margin-top: 75px !important;
}

.sidebar-title {
  font-size: 20px;
  color: #023faa;
  margin: 0 0 20px 0;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 2px solid #ddd;
}

.related-posts-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.related-post-item {
  display: flex;
  gap: 15px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.related-post-thumbnail {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 6px;
}

.related-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-post-item:hover .related-post-thumbnail img {
  transform: scale(1.1);
}

.related-post-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.related-post-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.related-post-title a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.related-post-title a:hover {
  color: #023faa;
}

.related-post-date {
  font-size: 13px;
  color: #999;
  display: block;
}

.no-related {
  color: #999;
  font-style: italic;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .related-posts-sidebar > h1 {
    display: none;
  }
  .single-post-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .related-posts-sidebar {
    position: static;
    margin-top: 30px;
    max-height: none;
    overflow-y: visible;
  }
}

@media screen and (max-width: 768px) {
  article.single-post {
    padding: 20px 0;
  }
  
  .post-meta-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .meta-left {
    flex-direction: column;
    gap: 10px;
  }
  
  .social-share {
    width: 100%;
    justify-content: flex-start;
  }
  
  .share-label {
    width: 100%;
  }
  
  .post-author-box {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }
  
  .author-avatar {
    align-self: center;
  }
  
  .author-info {
    text-align: center;
  }
  
  .single-post .thumb {
    margin: 10px 0;
  }
  
  .single-post .content p {
    font-size: 18px;
  }
  
  .related-posts-list {
    gap: 15px;
  }
  
  .related-post-item {
    padding: 12px;
  }
  
  .related-post-thumbnail {
    width: 70px;
    height: 70px;
  }
  
  .related-post-title {
    font-size: 14px;
  }
  
  .related-post-date {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .single-post h1 {
    font-size: 26px;
  }
  
  .share-btn {
    width: 36px;
    height: 36px;
  }
  
  .share-btn svg {
    width: 18px;
    height: 18px;
  }
}

/* BLOG */

.blog-title {
  margin-top: 20px;
  font-size: 34px;
  margin-bottom: 24px;
  color: #111;
  line-height: 1;
  text-align: left;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 10px;
}

/* Grid layout (mantido para compatibilidade) */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.post-item {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 1rem;
  transition: box-shadow 0.2s ease;
}

.post-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.post-item h2 {
  margin: 0;
  font-size: 25px;
  color: #111;
}

.post-item .thumb img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  aspect-ratio: 16 / 16;
  object-fit: cover;
}
.thumb {
  margin-bottom: 10px;
}
.meta {
  margin-bottom: 10px;
  font-size: 16px;
  color: #777;
}

p.excerpt {
  margin: 0;
  color: #444;
}

.leia-mais {
  display: inline-block;
  margin-top: 0.8rem;
  color: #0073aa;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}

.leia-mais:hover {
  text-decoration: underline;
}

/* List layout - Row by row with thumbnail on left */
.posts-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.post-item-row {
  display: flex;
  gap: 30px;
  padding: 25px;
  background: #fff;
}

.post-thumbnail {
  flex-shrink: 0;
  width: 280px;
  height: 200px;
  overflow: hidden;
  border-radius: 6px;
}

.post-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}

.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.post-thumbnail:hover img {
  transform: scale(1.05);
}

.post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.post-title {
  margin: 0 0 12px 0;
  font-size: 28px;
  line-height: 1.3;
}

.post-title a {
  color: #2b46a7;
  text-decoration: none;
  transition: color 0.2s ease;
}

.post-title a:hover {
  color: #d6ad64;
  text-decoration: none;
}

.post-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #777;
}

.post-meta span {
  display: inline-flex;
  align-items: center;
}

.post-excerpt {
  margin-bottom: 15px;
  color: #454545;
  font-size: 18px;
  line-height: 1.6;
  flex-grow: 1;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2b46a7;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.2s ease;
  align-self: flex-start;
}

.read-more:hover {
  color: #d6ad64;
  text-decoration: none;
}

/* Responsive - Mobile */
@media screen and (max-width: 768px) {
  .post-item-row {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }

  .post-thumbnail {
    width: 100%;
    height: 220px;
  }

  .post-title {
    font-size: 24px;
  }

  .post-excerpt {
    font-size: 16px;
  }
}

.pagination {
  margin-top: 2rem;
  text-align: center;
}

/* POSTS DA HOME */

.blog-box__list .blog-box__highlight article img {
  width: 100% !important;
  height: auto;
}
.blog-box__list .blog-box__secondary article > a,
.blog-box__list .blog-box__secondary article .blog-box__highlight-description {
  width: 50% !important;
  height: auto;
  display: block !important;
}
.blog-box__list .blog-box__secondary article > a img {
  width: 100% !important;
  height: auto;
}

@media screen and (max-width: 768px) {
  .blog-box__list .blog-box__secondary article > a,
  .blog-box__list
    .blog-box__secondary
    article
    .blog-box__highlight-description {
    width: 100% !important;
  }
}

/* BLOG */

header.container > h1 {
  font-size: 50px;
  margin-top: 30px;
  margin-bottom: 24px;
  color: #111;
  line-height: 1.3;
  text-align: left;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 10px;
}

.container.posts {
  max-width: 1000px;
  margin: 48px auto;
  padding: 0 20px;
  display: block;
}

.container.posts article {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.container.posts article + article {
  margin-top: 28px;
}

.container.posts img.wp-post-image {
  display: block;
  width: 100%;
  height: auto;
}

.container.posts h2 {
  font-size: 36px;
  line-height: 1.25;
  margin: 18px 18px 10px;
}

.container.posts h2 a {
  color: #1a1a1a;
  text-decoration: none;
}

.container.posts h2 a:hover {
  text-decoration: underline;
}

.excerpt {
  margin: 20px 18px 20px;
  color: #454545;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.excerpt p {
  margin: 0;
}

.pagination {
  text-align: center;
  margin: 36px 0 0;
}

.pagination a {
  display: inline-block;
  padding: 10px 14px;
  margin: 0 4px;
  background: #eee;
  color: #222;
  border-radius: 6px;
  text-decoration: none;
}

.pagination a:hover {
  background: #0073aa;
  color: #fff;
}

.container.posts a:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}
@media screen and (max-width: 768px) {
  .excerpt {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .container.posts {
    padding: 0 14px;
  }
  .container.posts h2 {
    margin: 16px 16px 8px;
  }
  .excerpt {
    margin: 0 16px 16px;
  }
}

/* INTERNA */

.container article.page {
  margin: 20px 0;
  background: #fff;
  border-radius: 10px;
}

.page-title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 24px;
  color: #111;
  line-height: 1.3;
  text-align: left;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 10px;
}

.page-content {
  color: #454545;
  font-size: 23px;
  font-weight: 400;
  font-family: Arial, sans-serif !important;
}

.page-content p {
  margin-bottom: 1.2em;
}

.page-content a {
  color: #0073aa;
  text-decoration: underline;
}

.page-content a:hover {
  color: #005177;
}

.page-content ul,
.page-content ol {
  padding-left: 1.5em;
  margin-bottom: 1.2em;
}

.page-content li {
  margin-bottom: 0.5em;
}

.page-content blockquote {
  border-left: 4px solid #0073aa;
  margin: 1.5em 0;
  padding: 0.5em 1em;
  background: #f0f8ff;
  color: #333;
  font-style: italic;
}

@media (max-width: 768px) {
  .container article.page {
    padding: 24px 18px;
  }

  .page-title {
    font-size: 25px;
    line-height: 1;
  }

  .page-content {
    font-size: 18px;
  }
}

/* FOOTER */

.footer {
  background-color: #2b46a7;
  padding: 80px 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.footer .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 20px;
  gap: 20px;
  width: 1000px;
}
.footer__logo img {
  display: block;
}
.footer-text strong {
  font-weight: 700;
}
.footer-text span,
.footer-text strong {
  color: #e9e9e9;
  display: block;
  font-size: 25px;
}
.footer-text span {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 1px;
}
.footer-text a {
  color: #e9e9e9;
  font-weight: 700;
}
.footer__social-media {
  margin-bottom: 30px;
}
.footer__social-media,
.social-media {
  align-items: center;
  display: flex;
  grid-gap: 20px;
  gap: 20px;
}
.social-media img {
  display: block;
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
.social-media img:hover {
  filter: brightness(0.8);
  transform: scale(1.1);
}
@media screen and (max-width: 1000px) {
  .footer .container {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .footer__social-media {
    flex-direction: column;
    grid-gap: 0;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0;
  }
  .footer__logo img {
    /* max-width: 180px; */
    margin-bottom: 1rem;
  }
  .footer-text {
    margin-top: 20px;
    text-align: center;
  }
  .footer-text span,
  .footer-text strong {
    font-size: 20px;
  }
  .footer-text strong {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer__social-media,
  .social-media {
    column-gap: 25px;
  }
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-top-150 {
  margin-top: 150px;
}
.margin-top-200 {
  margin-top: 200px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-bottom-200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 530px) {
  .mobile-margin-top-10 {
    margin-top: 10px;
  }
  .mobile-margin-top-20 {
    margin-top: 20px;
  }
  .mobile-margin-top-30 {
    margin-top: 30px;
  }
  .mobile-margin-top-40 {
    margin-top: 40px;
  }
  .mobile-margin-top-50 {
    margin-top: 50px;
  }
  .mobile-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .mobile-margin-bottom-20 {
    margin-bottom: 20px;
  }
}
.title-1 {
  margin: 0 auto;
  color: #2b46a7;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  padding-top: 15px;
  position: relative;
}
.title-1:after {
  background-color: #d6ad64;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 140px;
}
.title-2 {
  color: #1f3a9a;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
}
.title-2 strong {
  color: #d6ac64;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .title-1 {
    font-size: 30px;
    line-height: 1;
    padding-top: 10px;
  }
  .title-1 br {
    display: none;
  }
  .title-2 {
    font-size: 36px;
    line-height: 1;
  }
}

/* ANIMAÇÃO DE APARECIMENTO */

.fade-in-element {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-in-element.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-element--left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-in-element--left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-element--right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-in-element--right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-element--right-article article {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-in-element--right-article.is-visible article {
  opacity: 1;
  transform: translateX(0);
}
.fade-in-element--right-article article:nth-child(2) {
  opacity: 0;
  transform: translateX(140px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  will-change: opacity, transform;
}

.fade-in-element--right-article.is-visible article:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
}


/* Hero Section Text Animation */
.home-box__title a:hover {
  text-decoration: none;
}

/* Estado inicial - invisível para animação GSAP */
.home-box__title--1 {
  opacity: 0;
  visibility: hidden;
  font-size: clamp(40px, 13vw, 125px);
  font-weight: 300;
  display: block;
  line-height: 0.5;
  white-space: nowrap;
}

.home-box__title--2 {
  opacity: 0;
  visibility: hidden;
  font-size: clamp(60px, 19vw, 200px);
  font-weight: 900;
  display: block;
  line-height: 1;
}

.home-box__title--3-container {
  position: relative;
  width: 80vw;
  display: flex;
}

.home-box__title--3 {
  opacity: 0;
  visibility: hidden;
  font-size: clamp(50px, 16vw, 160px);
  font-weight: 700;
  color: #FECF00 !important;
  margin-top: clamp(-10px, 1vw, -20px);
  font-style: italic;
  line-height: 1;
}

.home-box__title--4 {
  opacity: 0;
  visibility: hidden;
  font-size: clamp(55px, 17vw, 180px);
  font-weight: 700;
  line-height: 0.8;
  position: absolute;
  right: clamp(-20px, 0vw, -32px);
  top: clamp(-3px, 2.5vw, -5px);
}

.home-box__title-5-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: clamp(-60px, -9vw, -150px);
}

.home-box__title-5 {
  opacity: 0;
  visibility: hidden;
  font-size: clamp(20px, 5vw, 50px);
  font-weight: 100;
  line-height: 1.2;
  display: block;
  margin-top: -6%;
}

.home-box__title-6 {
  opacity: 0;
  visibility: hidden;
  font-size: clamp(20px, 5vw, 50px);
  font-weight: 100;
  line-height: 1.2;
}

.home-box__title-6 strong {
  font-weight: 600;
}

/* Bloqueia scroll durante animação */
body.animation-active {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

/* Remove classe is-visible original se necessário */
.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsividade Mobile */
@media screen and (max-width: 768px) {
  .home-box__title--1 {
    line-height: 0.8;
  }
  
  .home-box__title--2 {
    line-height: 0.9;
  }
  
  .home-box__title--3 {
    margin-top: clamp(-5px, -1vw, -10px);
  }
  
  .home-box__title--4 {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 10px;
  }
  
  .home-box__title-5-container {
    margin-top: clamp(-30px, -8vw, -60px);
  }

  .logo-engrenagem {
    margin-top: 20px !important;
  }

  .logo-engrenagem__text {
    display: none !important;
  }
  .logo-engrenagem {
    align-items: center !important;
    justify-content: center !important;
  }
  
  .logo-engrenagem__logo {
    /* max-width: 200px !important; */
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .home-box__title--1 {
    white-space: normal;
  }
  
  .home-box__title--3-container {
    width: 100%;
  }
  
  .home-box__title--4 {
    /* margin-left: 10; */
    margin-top: 5px;
  }
}

.header-internal nav {
  padding: 40px 20px;
  top: -55px !important;
}
.header-internal-content img { 
  margin-bottom: 2rem;
}
.header-internal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}
.header-internal-content h1 {
  font-family: monospace;
  font-size: 42px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  text-align: left;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex: 1;
  text-align: center;
}

.header-internal .header-list-internal ul li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 90px 0 40px; 
}
.header-internal .header-list-internal ul li a span img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
}

.header-internal .header-list-internal ul li a strong,
.header-internal .header-list-internal ul li a em {
  font-size: 20px;
}

.header-internal .header-list-internal ul li a:hover span img,
.header-internal .header-list-internal ul li a.active span img {
  bottom: auto;
  top: 0;
}

.container-internal {
/*  max-width: 1400px !important; */
  margin: 60px auto;
  position: relative;
  width: 100%;
  min-height: 40vh;
}


/* Manuais e Tutoriais Grid */
.manuais-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.manual-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.manual-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #274198;
  text-decoration: none;
}

.manual-card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  background-color: #274198;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6ad64;
}

.manual-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.manual-card-content {
  flex: 1;
}

.manual-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
}

.manual-card-description {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Publicações */
.publicacao-section {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.publicacao-section > details,
.publicacao-section > details summary {
  width: 100%;
}
.publicacao-section > details summary > div > div {
  width: 100% !important;
}
.publicacao-section > details summary > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  flex: 1;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  cursor: #2B46A7;
}
.publicacao-section > details p {
  color: #404040;
  /* letter-spacing: 1px; */
  font-size: 18px;
}
.publicacao-section > details p:first-child {
  font-family: Arial;
/* color: #2B46A7 !important; */ 
}
.publicacao-section > details h2 {
  margin: 0 !important;
  padding: 10px 0;
  cursor: pointer;
  width: 100%;
} 
.publicacao-section .publicacao-grid {
  margin: 30px 0 !important;
}
/* .publicacao-section > .publicacao-titulo {
  border-bottom: 1px solid #ccc;
} */

.publicacoes-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 50px;
}
.publicacoes-tag-button {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 8px 28px;
  cursor: pointer;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  transition: all 0.3s ease;
}

.publicacoes-tag-button.active {
  background-color: #2B46A7;
  color: white;
  border-color: #2B46A7;
}

.publicacoes-tag-button:hover {
  background-color: #2B46A7;
  color: white;
  border-color: #2B46A7;
}

.publicacao-toggle-icon {
  transition: transform 0.3s ease;
}
.publicacao-toggle-icon line:first-child {
  transition: opacity 0.3s ease;
}
details[open] .publicacao-toggle-icon line:first-child {
  opacity: 0;
}

.publicacao-titulo {
  font-size: 36px;
  font-weight: 700;
  color: #2B46A7;
  /* margin: 0 0 30px 0; */
  /* border-bottom: 3px solid #005177; */
}

.tutorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 30px;
}
.publicacao-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}
.page-publicacao-grid {
  grid-template-columns: repeat(3, 1fr);
}
.page-legislacao-grid {
  grid-template-columns: repeat(3, 1fr);
}

.publicacao-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(2, 1fr));
  gap: 24px;
  margin-bottom: 30px;
}
.deliberacao-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  /* margin-bottom: 30px; */
  margin: 30px 0 !important;
}
.legislacao-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(2, 1fr));
  gap: 24px;
  margin-bottom: 30px;
}

.publicacao-card.tutorial-card{ 
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
 .publicacao-card {
  background: #f1f1f1;
  border: 1px solid #e0e0e0;
  border-radius: 64px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 4px;
  position: relative;
  padding: 2rem 2rem;
}
/*
.publicacao-card .publicacoes div p,  
.publicacao-card .publicacoes div div p,  {
  color: #2B46A7  
}
*/
.publicacao-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 81, 119, 0.15);
  border-color: #d6ad64;
  text-decoration: none !important;
}

 .publicacao-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: 100%;
  position: relative;
  color: #2B46A7;
  letter-spacing: 1px;
  font-family: Arial;
  font-weight: normal;
}

.publicacao-card-title {
  font-size: 28px !important;
  font-weight: 600;
  color: #2B46A7;
  flex: 1;
  line-height: 1.4;
  letter-spacing: 1px;
  padding-bottom: 0px;
  display: block;
}

@media screen and (min-width: 769px) {
  .publicacao-card-title {
    flex: none;
    min-height: 80px;
  }
}

.publicacao-card-button {
  background: #d6ad64;
  border-radius: 20px;
  color: #fff;
  border: none;
  padding: 8px 28px;
  cursor: pointer;
  letter-spacing: 1px;
  margin-top: 20px;
}

.publicacao-card-type {
  font-size: 38px !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: 600;
  color: #fff;
  margin: 0;
  flex: 1;
  line-height: 1.4;
  position: absolute;
  inset: 0;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.deliberacao-card-type {
  font-size: 38px !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: 600;
  color: #fff;
  margin: 0;
  flex: 1;
  line-height: 1.4;
  position: absolute;
  inset: 0;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.publicacao-card-icon .dashicons {
  font-size: 80px;
  color: #2B46A7;
}
.publicacao-card-icon {
  width: 60px;
  height: 80px;
  color: #2B46A7;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  /* position: absolute;
  right: 20px;
  top: 25px; */
}

.tutorial-card-icon span {
  font-size: 80px;
  color: #2B46A7;
}
.tutorial-card-icon {
  width: 60px;
  height: 80px;
  color: #2B46A7;
  font-weight: 700;
  flex-shrink: 0;
}

.publicacao-card:hover .publicacao-card-icon {
  transform: translateX(4px);
  color: #d6ad64;
}

@media (max-width: 768px) {
  .publicacao-grid {
    grid-template-columns: 1fr;
  }

  .publicacao-titulo {
    font-size: 24px;
  }

  .publicacao-card-title {
    font-size: 16px;
  }
  .deliberacao-card-title {
    font-size: 14px;
  }
}

.deliberacao-card-header,
.publicacao-card-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  position: relative;
  color: #2B46A7;
  margin-bottom: 30px;
}

.deliberacao-card-header h3,
.publicacao-card-header h3 {
  font-size: 18px;
  font-weight: 600;
  /* color: #fff; */
  color: #2B46A7;
  margin: 0;
  line-height: 1.4;
}
.publicacao-card-image {
  /* background-color: #274198; */
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}

.publicacao-card-image h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-align: center;
  line-height: 1.4;
}
.publicacao-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.publicacao-card-image img:hover {
  opacity: 0.8;
}

.logo-engrenagem {
  max-width: 1112px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  margin-top: 40px;
}

.logo-engrenagem__logo-title {
  margin-bottom: 80px;
}

.logo-engrenagem__logo-title img {
  height: 80px;
}

/* Responsive YouTube Video */
.responsive-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Para vídeos 4:3 se necessário */
.responsive-video--4-3 {
  padding-bottom: 75%; /* 4:3 */
}

.tutorial-page {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.deliberacao-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.deliberacao-page-header h2 {
  margin: 0;
}
.deliberacao-page-header {
  width: 100%;
  font-size: 20px;
  color: #2B46A7;
}
.deliberacao-page-header h1 {
  margin-bottom: 10px;

}

.tutorial-page .page-title {
  border-bottom: none;
  color: #2B46A7;
}

@media (min-width: 1024px) {
  .deliberacao-page {
    flex-direction: row;
    gap: 80px;
  }
  .title {
    margin-top: 20px;
    display: block;
    font-size: 40px;
    color: #2B46A7;
  }
}

.comissoes-grid {
  gap: 14px !important;
}
.comissoes-grid .publicacao-card {
  border-radius: 20px !important;
  padding: 1rem 1rem !important;
}
.comissoes-grid .publicacao-card .publicacao-card-title {
  color: #404040 !important;
  flex: none !important;
  font-family: Arial !important;
  font-weight: normal; 
}

.pagina-cft-card {
  padding: 20px 30px;
  border-radius: 20px;
}
.pagina-cft-card-header {
  margin: 0;
}
.pagina-cft-card-header > p {
  font-weight: normal !important;
  font-size: 18px;
}