body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #505050;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #11151c;
  font-weight: 700;
  margin: 0px 0px 15px;
}

h1 {
  font-size: 32.437px;
}

h2 {
  font-size: 25.629px;
}

h3 {
  font-size: 20.25px;
}

h4 {
  font-size: 16px;
}

h5 {
}

p {
  margin: 0px 0px 20px;
}

a {
  color: #11151c;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

a:hover,
a:focus {
  color: #3b3ada;
  text-decoration: none;
  outline: none;
}

::-moz-selection {
  background-color: #3b3ada;
  color: #fff;
}

::selection {
  background-color: #3b3ada;
  color: #fff;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list-style,
ol.list-style {
  padding-left: 15px;
  margin-bottom: 10px;
}

ul.list-style {
  list-style-type: disc;
}

ol.list-style {
  list-style-type: decimal;
}

blockquote.blockquote {
  padding: 30px;
  margin: 0px 0px 20px;
  border: 2px solid #e8eaed;
}

blockquote.blockquote:before {
  content: "\f10d";
  font-family: fontAwesome;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  color: #3b3ada;
  font-size: 30px;
  background: #fff;
  border: 2px solid #e8eaed;
  float: left;
  margin-right: 10px;
}

blockquote.blockquote .blockquote-footer {
  color: #97989b;
}

figure {
  margin-bottom: 20px;
}

figure > img {
  width: 100%;
  margin-left: -15px;
}

figure.pull-right {
  margin-left: 0px;
}

figure.pull-left {
  margin-right: 15px;
}

figure > figcaption {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  color: #97989b;
}

/*----------------------------*\
	section
\*----------------------------*/

.section-row-publi-home {
  margin-left: -20px;
}

/* Ajuste para tablets e celulares */
@media (max-width: 768px) {
  .section-row-publi-home {
    margin-left: 0; /* Remove o deslocamento lateral */
  }
}

/* Ajuste adicional para celulares pequenos */
@media (max-width: 480px) {
  .section-row-publi-home {
    margin-left: 0; /* Garantir que a margem esteja zerada em telas muito pequenas */
  }
}

.section {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .section {
    display: block;
    padding-top: 0px;
  }
}

.section-row-post-video {
  margin-top: -315px;
}

.section-row-post {
  margin-top: -240px;
}

.section-row {
  margin-bottom: 30px;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
  margin-top: -50px;
}

.lidas-da-semana {
  margin-top: 5px;
}

.section-title .title {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 370px;
  margin-bottom: 0px;
  padding-right: 10px;
  z-index: 20;
}

/*-- Anuário e Publicidade aside --*/

.title-anuario-text {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 55px;
  margin-bottom: 0px;
  padding-right: 10px;
  z-index: 20;
  margin-left: -130px; /* Valor padrão para todos os browsers */
}

@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {
    .title-anuario-text {
      margin-left: -132px;
    }
  }
}

.title-publicidade-text {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 55px;
  margin-bottom: 0px;
  padding-right: 10px;
  z-index: 20;
  margin-left: -23px;
}


.section-title:after {
  content: "";
  display: none ;
  height: 2px;
  background-color: #e8eaed;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 10;
}

/*----------------------------*\
	input
\*----------------------------*/

.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #e8eaed;
}

textarea.input {
  padding: 15px;
  height: 90px;
}

/*----------------------------*\
	button
\*----------------------------*/

.primary-button,
.secondary-button {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 2px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.primary-button {
  background-color: #3b3ada;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #3b3ada inset;
  box-shadow: 0px 0px 0px 2px #3b3ada inset;
}

.secondary-button {
  background-color: #353535;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #353535 inset;
  box-shadow: 0px 0px 0px 2px #353535 inset;
}

.primary-button:hover,
.primary-button:focus {
  background-color: transparent;
  color: #3b3ada;
}

.secondary-button:hover,
.secondary-button:focus {
  background-color: transparent;
  color: #353535;
}

/*=========================================================
	NAVIGATION
===========================================================*/

#nav {
  border-bottom: 1px solid #e8eaed;
}

#nav:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#nav.shadow-active:after {
  opacity: 1;
  visibility: visible;
}

#nav-top {
  text-align: center;
  margin-top: 20px;
}

#nav-top > .container {
  position: relative;
}

#nav-bottom {
  border-top: 1px solid #e8eaed;
}

/*----------------------------*\
	social
\*----------------------------*/

.nav-social {
  display: flex; /* Alinha os ícones horizontalmente */
  gap: 10px; /* Espaçamento entre os ícones */
  padding: 10px 0;
  list-style: none; /* Remove os marcadores da lista */
  margin: 0;
}

.nav-social li {
  display: inline-flex; /* Garante que o conteúdo seja flexível */
}

.nav-social li a {
  display: flex; /* Para centralizar o ícone no link */
  justify-content: center;
  align-items: center;
  padding: 10px;
  line-height: 0; /* Remove espaço vertical desnecessário */
  border-radius: 50%; /* Torna os links circulares */
  transition: background-color 0.3s ease, transform 0.3s ease; /* Animação ao passar o mouse */
}


.nav-social li a i,
.nav-social li a img {
  font-size: 20px; /* Tamanho dos ícones */
  width: 21px; /* Tamanho das imagens */
  height: 21px;
}

.nav-social li a:hover {
  background-color: #f0f0f0; /* Fundo ao passar o mouse */
  transform: scale(1.1); /* Leve aumento ao passar o mouse */
}

/*----------------------------*\
    logo
\*----------------------------*/

.nav-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-logo .logo {
  display: inline-block;
  line-height: 70px;
  height: 70px;
}

.nav-logo .logo > img {
  width: 100%;
  max-height: 55px;
}

/* Ajustes para telas pequenas (menores que 768px) */
@media (max-width: 768px) {
  .nav-logo .logo > img {
    display: block;
    width: 180px; /* Define uma largura fixa maior */
    height: auto; /* Mantém a proporção da imagem */
    max-height: none; /* Remove a limitação de altura */
    margin-left: 95px; /* Centraliza horizontalmente */
    margin-right: auto; /* Centraliza horizontalmente */
    margin-top: -60px; /* Ajuste para posicionamento vertical */
  }
}

@media (min-width: 769px) {
  .nav-logo .logo > img {
    display: block;
    width: 180px; /* Define uma largura fixa maior */
    height: auto; /* Mantém a proporção da imagem */
    max-height: none; /* Remove a limitação de altura */
    margin-left: auto; /* Centraliza horizontalmente */
    margin-right: auto; /* Centraliza horizontalmente */
    margin-top: -70px; /* Ajuste para posicionamento vertical */
  }
}

/*----------------------------*\
	search
\*----------------------------*/

/* Mantendo os estilos existentes */
.searchBox {
  position: absolute;
  top: -15%;
  left: 88%;
  transform: translate(-50%, 50%);
  background: #3b4559;
  height: 40px;
  border-radius: 40px;
  padding: 10px;
}

.searchBox:hover > .searchInput {
  width: 240px;
  padding: 0 6px;
}

.searchBox:hover > .searchButton {
  background: white;
  color: #3b4559;
  margin-top: -35px;
}

.searchButton {
  color: white;
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3b4559;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  margin-top: -5px;
}

.searchInput {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: white;
  font-size: 16px;
  transition: 0.4s;
  line-height: 40px;
  width: 0px;
  margin-top: -10px;
}

@media screen and (max-width: 620px) {
  .searchBox:hover > .searchInput {
    width: 150px;
    padding: 0 6px;
  }
}

/*----------------------------*\
	menu
\*----------------------------*/

.nav-menu {
  position: relative;
  text-align: center;
  float: none;
}

.nav-menu > li {
  float: none;
  display: inline-block;
}

.nav-menu > li > a {
  display: block;
  padding: 25px 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

/*----------------------------*\
	dropdown
\*----------------------------*/

.nav-menu li.has-dropdown {
  position: relative;
}

.nav-menu li.has-dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f0d7";
  margin-left: 5px;
}

.nav-menu li.has-dropdown > .dropdown {
  position: absolute;
  left: 0;
  width: 200px;
  text-align: left;
  z-index: 60;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.nav-menu li.has-dropdown:hover > .dropdown {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.nav-menu li.has-dropdown > .dropdown .dropdown-body {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #3b3ada;
}

.dropdown .dropdown-list li {
  border-bottom: 1px solid #e8eaed;
}

.dropdown .dropdown-list li a {
  display: block;
  padding: 10px;
  line-height: 20px;
}

.dropdown .dropdown-heading {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 30px;
}

/*----------------------------*\
	mega dropdown
\*----------------------------*/

.nav-menu li.has-dropdown.megamenu {
  position: static;
}

.nav-menu li.has-dropdown.megamenu > .dropdown {
  width: 100%;
}

.nav-menu li.has-dropdown.megamenu > .dropdown .dropdown-body {
  padding: 30px;
}

.nav-menu li.has-dropdown.megamenu > .dropdown .dropdown-list {
  margin-bottom: 30px;
}

.nav-menu li.has-dropdown.megamenu > .dropdown .dropdown-list li a {
  padding-left: 0px;
  padding-right: 0px;
}

/*----------------------------*\
	tab dropdown
\*----------------------------*/

.nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-content {
  z-index: 70;
  position: relative;
  margin-left: -30px;
}

.nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav {
  background-color: #1b1c1e;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 60;
}

.nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav li {
  border-bottom: 1px solid #323335;
}

.nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav li a {
  display: block;
  padding: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav li.active {
  background: #3b3ada;
}

.nav-menu
  li.has-dropdown.megamenu
  > .dropdown.tab-dropdown
  .tab-nav
  li.active
  a {
  color: #fff;
}

/*----------------------------*\
	nav aside
\*----------------------------*/

#nav-aside {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1b1c1e;
  max-width: 360px;
  width: 100%;
  padding: 80px 20px;
  overflow-y: scroll;
  z-index: 99;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.4s all cubic-bezier(0.77, 0, 0.18, 1);
  transition: 0.4s all cubic-bezier(0.77, 0, 0.18, 1);
}

#nav-aside.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.nav-aside-menu li a {
  display: block;
  padding: 15px 0px;
  color: #fff;
  border-bottom: 1px solid #323335;
}

.nav-aside-menu li a:hover,
.nav-aside-menu li a:focus {
  color: #3b3ada;
}

.nav-aside-menu li.has-dropdown > a {
  cursor: pointer;
}

.nav-aside-menu li.has-dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f0d7";
  float: right;
}

.nav-aside-menu li.has-dropdown > .dropdown {
  display: none;
  margin-left: 30px;
  border-left: 1px solid #323335;
}

.nav-aside-menu li.has-dropdown.active > .dropdown {
  display: block;
}

.nav-aside-menu li.has-dropdown > .dropdown a {
  padding: 15px;
}

.nav-close {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 15px;
  right: 10px;
  background-color: transparent;
  border: none;
}

.nav-close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-close span:before,
.nav-close span:after {
  content: "";
  display: block;
  width: 30px;
  background-color: #fff;
  height: 2px;
}

.nav-close span:before {
  -webkit-transform: translateY(0px) rotate(-135deg);
  -ms-transform: translateY(0px) rotate(-135deg);
  transform: translateY(0px) rotate(-135deg);
}

.nav-close span:after {
  -webkit-transform: translateY(-2px) rotate(135deg);
  -ms-transform: translateY(-2px) rotate(135deg);
  transform: translateY(-2px) rotate(135deg);
}

/*=========================================================
	PAGE HEADER
===========================================================*/
#header {
    margin-bottom: 75px;
}

@media (max-width: 768px) {
    #header {
        margin-bottom: 170px;
    }
}

.page-header {
  position: relative;
  margin: 0;
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #ffffff;
}

#post-header {
  padding-top: 240px;
  padding-bottom: 80px;
}

.page-header .page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-header .page-header-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(27, 28, 30, 0)),
    color-stop(90%, rgba(27, 28, 30, 0.8))
  );
  background: linear-gradient(
    180deg,
    rgba(27, 28, 30, 0) 0%,
    rgba(27, 28, 30, 0.8) 90%
  );
}

.page-header h1 {
  font-size: 41.053px;
  color: #fff;
  margin-top: 45px;
}

.page-header p.lead {
  font-size: 20.25px;
  color: #555;
}

/*=========================================================
	POST
===========================================================*/

.post {
  position: relative;
  margin-bottom: 30px;
}

.post .post-body {
  position: relative;
  margin: -50px 0px 0px 3%;
  padding: 5%;
  background: #fff;
  z-index: 10;
}

.post .post-img {
  display: block;
  overflow: hidden;
}

.post-img > img {
  width: 100%;
  -webkit-transition: 1.6s -webkit-transform;
  transition: 1.6s -webkit-transform;
  transition: 1.6s transform;
  transition: 1.6s transform, 1.6s -webkit-transform;
}

.post-img:hover > img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

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

.post .post-title.title-sm {
  font-size: 16px;
}

.post .post-title.title-lg {
  font-size: 25.629px;
}

.post .post-category {
  margin-bottom: 10px;
}

.post-category a {
  color: #3b3ada;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.post-category a:after {
  content: ",";
  display: inline-block;
}

.post-category a:last-child:after {
  display: none;
}

.post .post-meta {
  margin-bottom: 10px;
}

.post-meta li {
  display: inline-block;
  color: #97989b;
  font-size: 12px;
  text-transform: uppercase;
}

.post-meta li a {
  color: #97989b;
  font-weight: 700;
}

.post-meta li a:hover,
.post-meta li a:focus {
  color: #3b3ada;
}

.post-meta li:after {
  content: "•";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.post-meta li:last-child:after {
  display: none;
}

/*----------------------------*\
	hot post
\*----------------------------*/

.hot-post {
  padding: 0 15px;
  margin-top: -30px;
}

.hot-post .hot-post-left {
  padding-right: 0px;
  padding-left: 0px;
}

.hot-post .hot-post-right {
  padding-right: 0;
  padding-left: 5px;
}

.hot-post .post {
  margin-bottom: 7px;
}

.hot-post {
  margin-bottom: 25px;
  margin-top: -70px;
}

/*----------------------------*\
	post thumb
\*----------------------------*/

.post.post-thumb .post-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(27, 28, 30, 0)),
    color-stop(90%, rgba(27, 28, 30, 0.8))
  );
  background: linear-gradient(
    180deg,
    rgba(27, 28, 30, 0) 0%,
    rgba(27, 28, 30, 0.8) 90%
  );
}

.post.post-thumb .post-body {
  position: absolute;
  margin: 0px;
  padding: 0px 5%;
  z-index: 20;
  bottom: 5%;
  background-color: transparent;
}

.post.post-thumb .post-title a {
  color: #fff;
}

.post.post-thumb .post-title a:hover,
.post.post-thumb .post-title a:focus {
  color: #fff;
}

.post.post-thumb .post-meta li {
  color: #fff;
}

.post.post-thumb .post-meta li a {
  color: #fff;
}

.post.post-thumb .post-meta li a:hover,
.post.post-thumb .post-meta li a:focus {
  color: #3b3ada;
}

/*----------------------------*\
	post small
\*----------------------------*/

.post.post-sm .post-body {
  margin: 15px 0px 0px;
  background: transparent;
  padding: 0;
}

/*----------------------------*\
	post widget
\*----------------------------*/

.post.post-widget:after {
  content: "";
  display: table;
  clear: both;
}

.post.post-widget .post-img {
  float: left;
  width: 130px;
}

.post.post-widget .post-body {
  position: relative;
  background: transparent;
  margin: 0px 0px 0px 150px;
  padding: 0;
}

.post.post-widget .post-title {
  font-size: 16px;
  margin-bottom: 0px;
}

/*----------------------------*\
	post row
\*----------------------------*/

.post.post-row:after {
  content: "";
  display: table;
  clear: both;
}

.post.post-row .post-img {
  width: 40%;
  float: left;
}

.post.post-row .post-body {
  margin: 0px 0px 0px calc(40% + 30px);
  padding: 0;
}

/*=========================================================
	POST PAGE
===========================================================*/

.page-header .post-category {
  margin-bottom: 10px;
}

.page-header .post-meta li {
  color: #fff;
}

.page-header .post-meta li a {
  color: #fff;
}

.page-header .post-meta li a:hover,
.page-header .post-meta li a:focus {
  color: #3b3ada;
}

#social-share {
  position: sticky;
  top: 100px; /* Ajuste conforme necessário para o espaçamento em relação ao topo */
  display: flex;
  flex-direction: column;
  gap: 10px; /* Espaçamento entre os ícones */
  z-index: 1000; /* Garante que os ícones fiquem sobrepostos ao conteúdo */
  margin-left: -55px;
  margin-top: 30px;
}

/* Estilos para os ícones */
#social-share a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
  text-decoration: none;
  margin-top: 5px;
}

/* Responsivo para celular */
@media (max-width: 768px) {
  #social-share {
    display: none;
    position: static; /* Remove o sticky para mobile */
    top: auto;
    margin: 20px auto; /* Centraliza horizontalmente abaixo da imagem */
    flex-direction: row; /* Alinha os ícones em linha no mobile */
    justify-content: center; /* Centraliza os ícones */
    gap: 8px; /* Reduz o espaçamento entre os ícones */
  }

  #social-share a {
    width: 40px; /* Ajusta o tamanho dos ícones para serem menores no mobile */
    height: 40px;
  }
}

/* Efeito de hover para ícones */
#social-share a:hover {
  opacity: 0.8;
}

.post-share a:hover {
  opacity: 0.9;
}

.post-share a i {
  width: 20px;
  text-align: center;
}

.post-share a span {
  padding-left: 10px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
}

.post-content .post-attachement.pull-left {
  margin-right: 15px;
}

.post-content .post-attachement.pull-right {
  margin-left: 15px;
}

.post-tags ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.post-tags ul li:first-child {
  font-weight: 400;
}

.post-tags ul li:after {
  content: ",";
  display: inline-block;
}

.post-tags ul li:first-child:after {
  display: none;
}

.post-tags ul li:last-child:after {
  display: none;
}

.post-share-sidebar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.post-share-sidebar a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  text-decoration: none;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.post-share-sidebar a:hover {
  opacity: 0.8;
}

/*----------------------------*\
	post nav
\*----------------------------*/

.post-nav:after {
  content: "";
  display: table;
  clear: both;
}

.post-nav .post-title {
  font-size: 14px;
  margin: 0px;
}

.post-nav .prev-post {
  float: left;
  width: 50%;
  padding-right: 15px;
}

.post-nav .next-post {
  float: right;
  width: 50%;
  text-align: right;
  padding-left: 15px;
}

.post-nav .post-img {
  display: block;
  width: 100px;
  overflow: hidden;
}

.post-nav .prev-post .post-img {
  float: left;
  margin-right: 15px;
}

.post-nav .next-post .post-img {
  float: right;
  margin-left: 15px;
}

.post-nav .next-post span,
.post-nav .prev-post span {
  font-weight: 700;
  color: #97989b;
  text-transform: uppercase;
  font-size: 12px;
}

.post-nav .next-post:after,
.post-nav .prev-post:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------*\
	author
\*----------------------------*/

.avatar {
  --s: 250px; /* Tamanho da imagem para telas maiores */
  --b: 8px; /* Espessura da borda */
  --g: 14px; /* Espaçamento (gap) */
  --c: #3b3ada; /* Cor da borda ao passar o mouse */

  width: var(--s);
  aspect-ratio: 1;
  outline: calc(var(--s) / 2) solid #0009;
  outline-offset: calc(var(--s) / -2);
  cursor: pointer;
  transition: 0.3s;
  margin: 0 auto; /* Centraliza o avatar */
  display: block;
}

.avatar:hover {
  outline: var(--b) solid var(--c);
  outline-offset: var(--g);
}

.avatar + .avatar {
  border-radius: 50%;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
  .avatar {
    --s: 150px; /* Reduz o tamanho do avatar em telas menores */
    margin-top: 20px; /* Ajusta o espaçamento superior para melhorar a aparência */
  }
}

@media (max-width: 480px) {
  .avatar {
    --s: 200px; /* Tamanho menor para telas muito pequenas */
    margin-top: -70px;
  }
}

.author.media .media-left {
  position: relative;
  padding-right: 30px;
}

.author .author-img {
  width: 100%;
  border-radius: 0%;
  margin-bottom: 15px;
}

.author .author-social li {
  display: inline-block;
  margin-right: 10px;
}

.author .author-social li a {
  display: block;
}

.page-header .author .author-social li a {
  color: #fff;
}

.page-header .author .author-social li a:hover,
.page-header .author .author-social li a:focus {
  color: #3b3ada;
}

/*----------------------------*\
	comments
\*----------------------------*/

.post-comments .media {
  margin-top: 30px;
}

.post-comments .media:nth-child(1) {
  margin-top: 0px;
}

.post-comments .media .media-left {
  position: relative;
  padding-right: 15px;
}

.post-comments .media .media-left .media-object {
  width: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 20;
}

.post-comments .media .media-left:after {
  content: "";
  position: absolute;
  left: calc(50% - 9px);
  top: 80px;
  bottom: 15px;
  width: 1px;
  background-color: #e8eaed;
}

.post-comments .media .media-heading h4 {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments .media .media-heading .time {
  color: #97989b;
  margin-left: 10px;
  font-size: 12px;
}

.post-comments .media .reply {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #323335;
  border-radius: 2px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.post-comments .media .reply:hover {
  opacity: 0.9;
}

.post-comments .media.media-author .media-heading h4 {
  color: #3b3ada;
}

.post-comments .media.media-author .media-left:after {
  background-color: #3b3ada;
}

/*=========================================================
	ASIDE
===========================================================*/

.ad-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Espaço entre os itens */
  margin-top: 10px; /* Desce o bloco de publicidades */
}

.aside-widget {
  margin-bottom: -10px; /* Remove a margem inferior */
  margin-left: 0;   /* Remove a margem esquerda */
}

/*----------------------------*\
	social widget
\*----------------------------*/

.publi-label-footer {
  font-size: 10px; /* Ajuste o tamanho conforme necessário */
  color: #666; /* Cor do texto, ajuste conforme necessário */
  text-align: center;
  margin-bottom: 5px; /* Espaçamento entre o texto e o banner */
  margin-left: 660px;
}

/* Ajustes para dispositivos móveis */
@media (max-width: 768px) {
  /* Para tablets e celulares */
  .publi-label-footer {
    font-size: 8px; /* Reduzir um pouco o tamanho da fonte */
    margin-left: 0; /* Remover a margem excessiva */
  }
}

@media (max-width: 480px) {
  /* Para celulares pequenos */
  .publi-label-footer {
    font-size: 7px; /* Reduzir ainda mais o tamanho da fonte */
    margin-left: 0; /* Garantir que a margem esteja zerada */
  }
}

.publi-label-baixo {
  font-size: 10px; /* Ajuste o tamanho conforme necessário */
  color: #666; /* Cor do texto, ajuste conforme necessário */
  text-align: center;
  margin-bottom: 5px; /* Espaçamento entre o texto e o banner */
  margin-left: 660px;
}

.publi-label-principal {
  font-size: 10px; /* Ajuste o tamanho conforme necessário */
  color: #666; /* Cor do texto, ajuste conforme necessário */
  text-align: center;
  margin-bottom: 5px; /* Espaçamento entre o texto e o banner */
  margin-left: 107rem;
  margin-top: -65px;
}

.publi-label-principal2 {
  font-size: 10px; /* Ajuste o tamanho conforme necessário */
  color: #666; /* Cor do texto, ajuste conforme necessário */
  text-align: center;
  margin-bottom: 5px; /* Espaçamento entre o texto e o banner */
  margin-left: 107rem;
  margin-top: -400px;
}


/* Ajustes para dispositivos móveis */
@media (max-width: 768px) {
  /* Para tablets e celulares */
  .publi-label-baixo {
    font-size: 8px; /* Reduzir um pouco o tamanho da fonte */
    margin-left: 0; /* Remover a margem excessiva */
  }
}

@media (max-width: 480px) {
  /* Para celulares pequenos */
  .publi-label-baixo {
    font-size: 7px; /* Reduzir ainda mais o tamanho da fonte */
    margin-left: 270px; /* Garantir que a margem esteja zerada */
  }
}

.publi-label-meio {
  font-size: 10px; /* Ajuste o tamanho conforme necessário */
  color: #666; /* Cor do texto, ajuste conforme necessário */
  text-align: center;
  margin-bottom: 5px; /* Espaçamento entre o texto e o banner */
  margin-left: 320px;
}

.publi-label-meio1 {
  font-size: 10px; /* Ajuste o tamanho conforme necessário */
  color: #666; /* Cor do texto, ajuste conforme necessário */
  text-align: center;
  margin-top: -155px; /* Espaçamento entre o texto e o banner */
  margin-left: 300px;
}

.publi-label-meio-meio {
  font-size: 10px; /* Ajuste o tamanho conforme necessário */
  color: #666; /* Cor do texto, ajuste conforme necessário */
  text-align: center;
  margin-bottom: 5px; /* Espaçamento entre o texto e o banner */
  margin-left: 300px;
}

.sociais-homepage {
  margin-top: -358px;
}

.social-widget ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0;
}

.social-widget ul li {
  list-style: none;
}

.social-widget ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333; /* Cor padrão dos ícones */
  font-size: 24px; /* Tamanho dos ícones */
  background: none !important; /* Remove qualquer fundo */
  border: none !important; /* Remove qualquer borda */
  padding: 0; /* Remove qualquer preenchimento */
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-widget ul li a:hover {
  color: #1da1f2; /* Cor azul no hover */
  transform: scale(1.2); /* Leve zoom no hover */
}

/*----------------------------*\
	newsletter widget
\*----------------------------*/

.newsletter-widget {
  position: relative;
  padding: 0px 30px 30px;
  border-left: 2px dashed #e8eaed;
  border-right: 2px dashed #e8eaed;
}

.aside-widget:last-child .newsletter-widget {
  border-bottom: 2px dashed #e8eaed;
}

.newsletter-widget form {
  position: relative;
  z-index: 20;
}

.newsletter-widget .input {
  margin-bottom: 15px;
}

.newsletter-widget:after {
  content: "\f003";
  font-family: FontAwesome;
  position: absolute;
  bottom: -25px;
  right: 27px;
  font-size: 160px;
  color: #e8eaed;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
}

.footer-widget .newsletter-widget {
  padding: 0px;
  border: none;
}

.footer-widget .newsletter-widget:after {
  color: #323335;
}

/*----------------------------*\
	category widget
\*----------------------------*/

.category-widget ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #e8eaed;
}

.category-widget ul li a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.category-widget ul li a span {
  float: right;
  font-size: 14px;
  color: #97989b;
  margin-left: 15px;
}

.footer-widget .category-widget ul li {
  border-color: #323335;
}

/*----------------------------*\
	tags widget
\*----------------------------*/

.tags-widget ul li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 6px;
}

.tags-widget ul li a {
  text-transform: uppercase;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
  color: #97989b;
  background-color: #323335;
  border-radius: 2px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.tags-widget ul li a:hover,
.tags-widget ul li a:focus {
  color: #fff !important;
  background-color: #3b3ada;
}

/*----------------------------*\
	galery widget
\*----------------------------*/

.galery-widget ul {
  margin: -2px -2px;
}

.galery-widget ul li {
  display: inline-block;
  width: 33.33%;
  padding: 2px;
  margin-right: -4px;
}

.galery-widget ul li a {
  display: block;
  overflow: hidden;
}

.galery-widget ul li a img {
  width: 100%;
  -webkit-transition: 1.6s -webkit-transform;
  transition: 1.6s -webkit-transform;
  transition: 1.6s transform;
  transition: 1.6s transform, 1.6s -webkit-transform;
}

.galery-widget ul li a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*=========================================================
	FOOTER
===========================================================*/

#footer {
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  margin-top: 25px;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0; /* Aumentado para 25px */
}

.footer-logo img {
  width: 215px; /* Aumentado para 150px */
  height: auto;
  margin-left: 145px;
}

.social-rodape img {
  width: 32px; /* Aumentado para 32px */
  height: 32px;
  margin: 0 10px; /* Aumentado o espaçamento entre os ícones */
}

.footer-widget {
  margin-bottom: 20px; /* Aumentado para 20px */
  font-size: 16px; /* Aumentado (opcional) */
}

.footer-logo {
  margin-bottom: 0px; /* Espaço entre a logo e os ícones */
  margin-left: 330px;
  margin-top: 20px;
}

.nav-social .social-rodape {
  display: flex; /* Flex container para os ícones */
  justify-content: center; /* Centraliza os ícones */
  gap: 15px; /* Espaçamento entre os ícones */
  margin-top: -290px; /* Remove margem superior */
  margin-left: 355px;
}

.nav-social .social-rodape img {
  width: 30px; /* Tamanho consistente dos ícones */
  height: 30px; /* Tamanho consistente dos ícones */
}

/* Ajustes para telas menores */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column; /* Em telas menores, organiza verticalmente */
    align-items: center;
  }

  .footer-logo,
  .social-footer {
    margin: 10px 0; /* Espaçamento entre logo e redes sociais */
  }
}

@media (max-width: 480px) {
  .social-footer {
    margin-top: 50px; /* Reduz o espaçamento para telas muito pequenas */
  }
  .footer-logo {
    margin-left: -16%;
    margin-top: 30px;
  }
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #323335;
}

.footer-nav {
  text-align: right; /* Alinha os itens à direita */
}

.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; /* Remove os marcadores da lista */
}

.footer-nav li {
  display: inline-block; /* Coloca os itens em linha */
  margin-right: 10px;
}

/* Ajuste para telas menores */
@media (max-width: 768px) {
  .footer-nav {
    text-align: center; /* Centraliza a navegação */
  }

  .footer-nav li {
    margin-right: 5px; /* Diminui a margem entre itens em telas menores */
  }
}
x

/*----------------------------*\
	CONTACT
\*----------------------------*/

.contact li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 55px;
  padding-top: 5px;
  min-height: 40px;
}

.contact li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 40px;
  background: #fff;
  color: #3b3ada;
  border: 1px solid #e8eaed;
  line-height: 40px;
  border-radius: 50%;
}

.footer-widget .contact li i {
  color: #97989b;
  background-color: #353535;
  border: none;
}

.contact-social li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 6px;
}

.contact-social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff !important;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.contact-social li a:hover {
  opacity: 0.9;
}

/*=========================================================
	RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
  #nav-bottom {
    display: none;
  }
  .nav-social {
    display: flex;
    margin-left: -103%;
  }
  .nav-logo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    display: inline-block;
    float: left;
  }
  .footer-nav {
    text-align: center;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .page-header h1 {
    font-size: 32.437px;
  }
  .post-nav .prev-post {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
  }
  .post-nav .prev-post:last-child {
    margin-bottom: 0px;
  }
  .post-nav .next-post {
    float: none;
    width: 100%;
  }
  .post-nav .next-post {
    float: none;
    width: 100%;
    padding-left: 0px;
    text-align: left;
  }
  .post-nav .next-post .post-img {
    margin-right: 15px;
    float: left;
    margin-left: 0px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
.gallery-page {
  padding-top: 93px;
  padding-bottom: 150px;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
  .gallery-page {
    display: block;
    padding-top: 0px;
    padding-bottom: 150px;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
  }
}

.gallery-page .img-fluid {
  margin-bottom: 30px;
}

.gallery-page h2 {
  color: #000000;
  text-align: center;
  font-size: 36px;
  padding: 40px 0;
  margin-left: -85%;
  margin-top: -175px;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
  .gallery-page h2 {
    display: inline;
  }
}

.gallery-page .box-1,
.gallery-page .box-2 {
  position: relative;
}

.gallery-page .img-fluid {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.gallery-page .box-1:hover .overlay,
.gallery-page .box-2:hover .overlay {
  opacity: 1;
}

.gallery-page .overlay .text span {
  display: block;
  font-size: 17px;
  font-weight: 300;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
}

/* CSS geral para a sobreposição em desktops */
.gallery-page .box-1 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 91%;
  width: 92.8%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(8, 88, 134, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Configuração para dispositivos móveis */
@media (max-width: 768px) {
  /* Define o overlay para estar sempre visível */
  .gallery-page .box-1 .overlay {
    position: relative; /* Para posicionar o título abaixo da imagem */
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    width: auto;
    opacity: 1; /* Sempre visível */
    background-color: transparent; /* Remove a cor de fundo do overlay */
    align-items: flex-start; /* Alinha o título ao início */
    justify-content: flex-start;
    padding-top: 10px; /* Espaçamento opcional entre a imagem e o título */
  }
}

.gallery-page .box-1 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 91%;
  width: 92.8%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(8, 88, 134, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-page .box-2 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 91%;
  width: 92.8%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(8, 88, 134, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-page .text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 20px;
  position: absolute;
  font-family: "Montserrat", sans-serif;
}

.gallery-page h4 {
  font-size: 15px;
  color: #8d8d8d;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-page .box-1 .overlay img {
  width: 12%;
  position: absolute;
  top: 0;
  right: 0;
}

.gallery-page .box-2 .overlay img {
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
}

.gallery-page .box-1 .overlay .count,
.gallery-page .box-2 .overlay .count {
  top: 2px;
  right: 17px;
  color: #ffffff;
  position: absolute;
  font-family: "Montserrat", sans-serif;
}

.gallery-page .bt {
  padding-top: 50px;
}

.gallery-page .bt ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.gallery-page .bt ul li {
  background: transparent;
  border: 1px solid #d4d4d4;
  display: inline-flex;
  text-align: center;
  margin-right: 5px;
}

.gallery-page .bt .active {
  background-color: #00aeef;
  border: 1px solid #00aeef;
  color: white;
}

.gallery-page .bt a:hover {
  background-color: #00aeef;
  border: 1px solid #00aeef;
  color: white;
}

.gallery-page .bt ul li a {
  width: 90px;
  height: 40px;
  color: #ffffff;
  margin: 0 auto;
  font-size: 16px;
  background-color: #363636;
  padding: 7px 0;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #363636;
  font-family: "Montserrat", sans-serif;
}

.video-container {
  position: relative;
  width: 100%; /* Ajusta a largura ao container */
  max-width: 100%; /* Limita o tamanho máximo da largura ao tamanho disponível */
  height: auto; /* Mantém a proporção correta */
}

.video-container video {
  width: 100%; /* O vídeo ocupa 100% da largura do container */
  height: auto; /* Ajusta a altura automaticamente para manter a proporção */
}

@media (max-width: 768px) {
  /* Ajustes para telas menores (como tablets e celulares) */
  .pull-right {
    float: none;
    width: 100%;
    text-align: center;
  }

  .video-container {
    margin: 0 auto; /* Centraliza o vídeo em telas menores */
  }
}

/* Esconder a barra de navegação móvel por padrão */
.mobile-navbar {
  display: none;
}

/* Layout da barra de navegação móvel */
.navbar-icons {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

/* Estilização dos links da barra de navegação */
.navbar-icons li a {
  color: #333;
  font-size: 24px; /* Tamanho da fonte para o texto do link */
  text-decoration: none;
  display: flex; /* Para alinhar os ícones dentro do link */
  align-items: center;
  justify-content: center;
}

/* Tamanho dos ícones e cor */
.navbar-icons li a i {
  font-size: 28px; /* Aumenta o tamanho dos ícones */
  color: #333; /* Cor dos ícones */
}

/* Espaçamento entre ícones */
.navbar-icons li {
  margin: 0 13px; /* Espaçamento horizontal entre os ícones */
}

/* Tornar a barra de navegação visível em telas pequenas (celulares) */
@media (max-width: 768px) {
  .mobile-navbar {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 93%;
    background-color: #fff;
    z-index: 1000; /* Garante que a barra fique sobre os outros elementos */
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  }

  /* Ajustar o tamanho dos ícones em telas pequenas */
  .navbar-icons li a i {
    font-size: 40px; /* Tamanho dos ícones ajustado */
    color: #333;
  }

  /* Esconder a barra de pesquisa por padrão */
  #nav-search {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background-color: white;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  /* Exibir o formulário quando a classe 'active' for adicionada */
  #nav-search.active {
    display: block;
  }

  /* Estilos para o botão de fechar a pesquisa */
  .nav-close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
  }

  .search-btn {
    cursor: pointer;
  }
}

/* Efeito de hover nos ícones */
.navbar-icons li a:hover i {
  color: #007bff; /* Muda a cor dos ícones ao passar o mouse */
}

/* Estilo para exibir a palavra "Post" somente no celular */
@media (max-width: 768px) {
  .mobile-post {
    display: block;
  }
}

@media (min-width: 769px) {
  .mobile-post {
    display: none;
  }
}

.mobile-post {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mobile-post {
  font-family: "Poppins", sans-serif;
}

.mobile-post:hover {
  transform: translateY(-5px); /* Efeito de elevação */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Intensificar a sombra no hover */
}

.coment {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .text-home-page {
    display: none;
  }
}

@media (max-width: 768px) {
  .sociais-homepage {
    margin-top: -10px;
  }
}


/* Each slide styling */
.slide {
  min-width: 100%;
  transition: transform 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .slider {
    flex-wrap: nowrap;
  }
}
/* Ocultar slider em telas grandes */
.mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .mobile-only {
    display: flex;
  }

  /* Estilo para cada slide */
  .slide {
    min-width: 100%;
    transition: transform 0.5s ease-in-out;
  }
}

/* Ocultar a seção em dispositivos móveis */
.desktop-only {
  display: none;
}

@media (min-width: 769px) {
  .desktop-only {
    display: block;
  }
}

@media (max-width: 768px) {
  .text-post {
    display: none;
  }
}

@media (max-width: 768px) {
  .row {
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 5px;
  }
  .aside-widget {
      margin-left: -8px;
      margin-bottom: -10px;
  }
}

@media (max-width: 768px) {
  .text-video {
    display: none;
  }
}

@media (max-width: 768px) {
  .publi-label {
    font-size: 10px;
    color: #666;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 293px;
  }
}

@media (max-width: 768px) {
  .publi-label-meio {
    font-size: 10px;
    color: #666;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 285px;
  }
}

@media (max-width: 768px) {
  .publi-label-meio1 {
    font-size: 10px;
    color: #666;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 320px;
    margin-top: -99%;
  }
}

@media (max-width: 768px) {
  .publi-label-meio-meio {
    font-size: 10px;
    color: #666;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 290px;
  }
}

@media (max-width: 768px) {
  .section-row-post {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .section-row-post-video {
    margin-top: 0px;
  }
}

/* Estilo para Dispositivos Móveis */
@media (max-width: 768px) {
  /* Para dispositivos móveis, mover a legenda abaixo da imagem */
  .box-1,
  .box-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .box-1 img,
  .box-2 img {
    margin-bottom: 15px;
  }

  /* A sobreposição deve ser removida e a legenda visível sempre */
  .overlay {
    position: relative;
    opacity: 1; /* A sobreposição não será mais invisível */
    background-color: transparent;
    display: block;
    text-align: center;
    padding: 0;
  }

  .overlay .text {
    font-size: 0.9rem;
    margin-top: 10px;
    font-weight: normal;
  }

  /* Escondendo a sobreposição para telas menores, já que a legenda agora é visível */
  .box-1:hover .overlay,
  .box-2:hover .overlay {
    opacity: 1;
  }
}

/* Design Responsivo */
@media (max-width: 1200px) {
  .box-1,
  .box-2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .box-1,
  .box-2 {
    width: 100%;
  }

  .overlay .text {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .gallery-page h2 {
    font-size: 1.5rem;
  }

  .box-1 img,
  .box-2 img {
    object-fit: cover;
  }
}

/* imagens final */

.post-title-img a {
  display: inline-block; /* Necessário para aplicar transformações */
  font-size: 1.5rem; /* Mantém o tamanho atual */
  line-height: 1.4; /* Altura da linha proporcional */
  color: #333; /* Cor inicial */
  text-decoration: none; /* Remove sublinhado */
  padding: 5px; /* Espaçamento interno inicial */
  transition: all 0.3s ease; /* Suavidade geral */
  margin-left: -8px;
  margin-top: -10px;
}

.post-title a {
  display: inline-block; /* Necessário para aplicar transformações */
  font-size: 1.5rem; /* Mantém o tamanho atual */
  line-height: 1.4; /* Altura da linha proporcional */
  color: #333; /* Cor inicial */
  text-decoration: none; /* Remove sublinhado */
  padding: 5px; /* Espaçamento interno inicial */
  transition: all 0.3s ease; /* Suavidade geral */
  margin-left: -8px;
  margin-top: -10px;
}

@media (max-width: 576px) {
    .post-title a {
  display: inline-block; /* Necessário para aplicar transformações */
  font-size: 1.5rem; /* Mantém o tamanho atual */
  line-height: 1.4; /* Altura da linha proporcional */
  color: #333; /* Cor inicial */
  text-decoration: none; /* Remove sublinhado */
  padding: 5px; /* Espaçamento interno inicial */
  margin-left: 0px;
  margin-top: -10px;
}
}

/* Estilo de hover */
.post-title a:hover {
  font-size: 1.6rem; /* Aumenta levemente o tamanho no hover */
}

.custom-link {
  font-size: 2.5rem !important; /* Força o tamanho inicial */
  transition: font-size 0.3s ease; /* Suavidade no hover */
}

.custom-link:hover {
  font-size: 3rem !important; /* Força o tamanho maior no hover */
}

.anuario {
  margin-left: 132px;
}

.publucidade {
  margin-left: 23px;
}

.imagens {
  margin-top: -350px;
}

.videos {
  margin-top: -360px;
}

.lidas {
  margin-top: -110%;
}

.lidas-post {
  margin-top: -605px;
}

.lidas-post2 {
  margin-top: -453px;
}

.lidas-post3 {
  margin-top: -435px;
}

.lidas-post4 {
  margin-top: -435px;
}

.lidas-post5 {
  margin-top: -485px;
}

.lidas-post6 {
  margin-top: -460px;
}

.galeria {
  margin-top: -115px;
}

.page-videos {
  margin-top: 45px;
}

.page-contato {
  margin-top: 45px;
}


.titulo-email {
  margin-top: 45px;
}

.titutlo-post {
  margin-top: -465px;
  margin-left: -20px;
}


@media (max-width: 576px) {
  .post1-mobile {
    margin-left: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .post2-mobile {
    margin-left: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .post3-mobile {
    margin-left: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .autor-data1 {
    margin-top: -10px;
    margin-left: 7px;
  }
}

@media (max-width: 576px) {
  .autor-data2 {
    margin-top: -10px;
    margin-left: 7px;
  }
}

@media (max-width: 576px) {
  .autor-data3 {
    margin-top: -10px;
    margin-left: 7px;
  }
}

@media (max-width: 576px) {
  .post-mobile {
    margin-top: 45px;
  }
}

@media (max-width: 576px) {
  .lidas-mobile {
    margin-top: 350px;
  }
}

@media (max-width: 576px) {
  .searchBox {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, 50%);
    background: #3b4559;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .logo-responsivo {
    width: 90%; /* Garante que não ultrapasse a tela */
    max-width: 100%; /* Evita distorções */
    margin-left: 45px;
  }
}

@media (max-width: 576px) {
  .lidas-mobile-post {
    margin-top: 75px;
    margin-left: 0px;
  }
}

@media (max-width: 576px) {
  .mobile-post {
    display: block;
    margin-top: -160%;
  }
}

@media (min-width: 576px) {
  .titulo-imagens {
    display: none;
  }
}

@media (max-width: 767px) {
  .linha {
    margin-top: -23vh;
  }
}

@media (min-width: 576px) {
  .titulo-videos {
    display: none;
  }
}

.social-post {
  margin-top: 50px;
}

/* footer rede social */
.nav-social-footer {
  display: flex; /* Para centralizar o ícone no link */
  justify-content: center;
  align-items: center;
  padding: 10px;
  line-height: 0; /* Remove espaço vertical desnecessário */
  border-radius: 50%; /* Torna os links circulares */
  transition: background-color 0.3s ease, transform 0.3s ease; /* Animação ao passar o mouse */
  margin-left: 455px;
  margin-top: 15px;
}

/*mais lidas da semana blog-post*/
.mais-lidas-post {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 375px;
  margin-bottom: 0px;
  padding-right: 10px;
  z-index: 20;
}

/*mais lidas da semana video-post*/
.mais-lidas-video {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 350px;
  margin-bottom: 0px;
  padding-right: 10px;
  z-index: 20;
}

.section-blog-post {
  padding-top: -60px;
}

.imagens-ultimos-posts {
  margin-top: -40%;
  margin-left: -15px;
}

@media (max-width: 768px) {
  .imagens-ultimos-posts {
    margin-top: 30%;
    margin-left: -5px;
  }
}

.videos-ultimos-posts {
  margin-top: 435%;
}

@media (max-width: 768px) {
  .videos-ultimos-posts {
    margin-top: 30%;
  }
}

.video-principal {
  max-width: 100%;
  margin-bottom: 20px;
}

.video-principal iframe,
.video-principal video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
}


@media (max-width: 768px) {
    .videos-col {
      margin-top: -165%;
    }
}

.lidas-mobile-videos {
      pointer-events: none;
    }
    
    .lidas-mobile-videos button,
    .lidas-mobile-videos a {
      pointer-events: auto;
    }
    
.posts-recents-index {
      pointer-events: none;
    }
    
    .posts-recents-index button,
    .posts-recents-index a {
      pointer-events: auto;
    }

.imagens {
  pointer-events: none;
}

.videos {
  pointer-events: none;
}

.lidas-post2 {
  pointer-events: none;
}

.aside-widget {
  pointer-events: none;
}

.aside-widget button,
.aside-widget a {
  pointer-events: auto;
}

.lidas-mobile-index {
  pointer-events: none;
}

.lidas-mobile-index button,
.lidas-mobile-index a {
  pointer-events: auto;
}

.lidas-mobile-contato {
  pointer-events: none;
}

.lidas-mobile-contato button,
.lidas-mobile-contato a {
  pointer-events: auto;
}

.lidas-mobile-video-individual {
  pointer-events: none;
}

.lidas-mobile-video-individual  button,
.lidas-mobile-video-individual  a {
  pointer-events: auto;
}

.imagens-ultimos-posts {
  pointer-events: none;
}

.imagens-ultimos-posts button,
.imagens-ultimos-posts a {
  pointer-events: auto;
}

.section-row {
  pointer-events: none;
}

.section-row button,
.section-row a,
.section-row input,
.section-row textarea,
.section-row select,
.section-row label,
.section-row iframe {
  pointer-events: auto;
}



.lidas-mobile-post {
 pointer-events: none;
}

.lidas-mobile-post button,
.lidas-mobile-post a {
  pointer-events: auto;
}

.lidas-mobile-individual {
 pointer-events: none;
}

.lidas-mobile-individual button,
.lidas-mobile-individual a {
  pointer-events: auto;
}


.publi-mobile-ajuste {
  text-align: left;
  font-size: 11px;
  color: #999;
  margin-bottom: 0px;
  margin-left: 692px; /* Desktop padrão */
  font-weight: bold;
  font-size: 8px;
  text-transform: uppercase
}

.section-row img {
  max-width: 100%;
  height: auto;
  width: 100%; /* FORÇA o navegador a reservar espaço */
  display: block; /* tira qualquer espaço fantasma embaixo da imagem */
}


@media screen and (max-width: 390px) and (max-height: 844px) {
.publi-label-meio1 {
    font-size: 10px;
    color: #666;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 300px;
    margin-top: -120%;
    }
}


@media screen and (max-width: 390px) and (max-height: 844px) {
.publi-label-meio-meio {
    font-size: 10px;
    color: #666;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 270px;
    }
}

@media screen and (max-width: 390px) and (max-height: 844px) {
    .post-mobile {
    margin-top: 20px;
    }
}

@media screen and (max-width: 390px) and (max-height: 844px) {
    .videos {
    margin-top: -420px;
    }
}

@media screen and (max-width: 390px) and (max-height: 844px) {
    .imagens {
    margin-top: -390px;
    }
}


@media screen and (max-width: 390px) and (max-height: 844px) {
    .mobile-video {
    margin-left: 130px;
    }
}

@media screen and (max-width: 390px) and (max-height: 844px) {
    .title-lg {
    font-size: 15px;
    }
}

.coment {
   margin-top: -340px
}


@media screen and (max-width: 390px) and (max-height: 844px) {
    .lidas-title {
    position: relative;
    left: -140px; /* ou ajuste o valor até ficar certinho */
    margin-top: -50px; /* se ainda for necessário */
    }
}

@media screen and (max-width: 390px) and (max-height: 844px) {
    .title-imagens {
      top: -350px;
      left: 10px;
    }
}

@media screen and (max-width: 390px) and (max-height: 844px) {
    .title-lidas-imagens {
      margin-top: -165%;
    }
}


@media screen and (max-width: 390px) and (max-height: 844px) {
    .title-individual-video {
      margin-top: -155%;
    }
}

@media screen and (max-width: 390px) and (max-height: 844px) {
    .title-ultimos-video {
      margin-top: 15%;
    }
}

@media screen and (max-width: 390px) and (max-height: 844px) {
    .title-individual-posts {
      margin-top: -130%;
    }
}

@media screen and (max-width: 390px) and (max-height: 844px) {
    .title-lidas-posts {
      margin-top: -165%;
    }
}



@media screen and (max-width: 767px) {
    .slider {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    top: -490px;
    }
}


@media screen and (max-width: 767px) {
.publi-label-meio1 {
    font-size: 10px;
    color: #666;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 285px;
    margin-top: -95%;
    }
}

@media screen and (max-width: 767px) {
.publi-label-meio-meio {
    font-size: 10px;
    color: #666;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 273px;
    }
}

@media screen and (max-width: 767px) {
    .post-mobile {
    margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .publi-mobile-ajuste {
    margin-left: -21px !important;
    padding-left: 292px;
    font-size: 8px;
    margin-bottom: -2px;
    font-weight: bold;
    font-size: 8px;
    text-transform: uppercase;
    }
    
    .titulo-video {
        margin-left: -14vh;
    }
}

@media screen and (max-width: 767px) {
    .videos {
    margin-top: -420px;
    }
}

@media screen and (max-width: 767px) {
    .imagens {
    margin-top: -390px;
    }
}

@media screen and (max-width: 767px) {
    .lidas-mobile-index {
    margin-top: 35vh;
    margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .lidas-mobile-videos {
    margin-top: 35vh;
    margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .lidas-mobile-post {
    margin-top: 20vh;
    margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .lidas-mobile-contato {
    margin-top: 10vh;
    margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .lidas-mobile-individual {
    margin-top: 30vh;
    margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .lidas-mobile-video-individual {
    margin-top: 15vh;
    margin-left: 0px;
    }
}


@media screen and (max-width: 767px) {
    .footer-logo img {
    width: 215px;
    height: auto;
    margin-left: 120px;
    }
}

@media screen and (max-width: 767px) {
    .mobile-video {
    margin-left: 130px;
    }
}

@media screen and (max-width: 767px) {
    .title-post {
    top: 2vh;
    left: -70%;
    }
}

@media screen and (max-width: 767px) {
    .title-lg {
    font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .title-autor {
        left: -70%;
        top: 3vh;
    }
}

@media screen and (max-width: 767px) {
    .lidas-title {
    position: relative;
    left: 0px; /* ou ajuste o valor até ficar certinho */
    margin-top: -50px; /* se ainda for necessário */
    }
}

@media screen and (max-width: 767px) {
    .title-imagens {
      top: -350px;
      left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .mobile-imagens {
      display: block;
      margin-top: -310px;
    }
}

@media screen and (max-width: 767px) {
    .title-mais-imagens {
      margin-top: -140%;
    }
}

@media screen and (max-width: 767px) {
    .title-lidas-imagens {
      margin-top: -165%;
    }
}

.title-contato {
    margin-top: -460px;
}

@media screen and (max-width: 767px) {
    .title-contato {
      position: relative;
      top: -40vh;
      left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .titulo-email {
      margin-top: -14vh;
    }
}

@media screen and (max-width: 767px) {
    .title-individual-video {
      margin-top: -350px;
    }
}

@media screen and (max-width: 767px) {
    .title-ultimos-video {
      margin-top: 15%;
    }
}

@media screen and (max-width: 767px) {
    .title-individual-posts {
      margin-top: -130%;
    }
}

@media screen and (max-width: 767px) {
    .title-lidas-posts {
      margin-top: -165%;
    }
}

.imagem-com-data {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.imagem-com-data img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: 0px;
}

.data-overlay {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: rgba(0, 0, 0, 0.4); /* mais suave */
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px; /* cantos mais suaves */
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15); /* sombra leve */
  backdrop-filter: blur(3px); /* efeito de vidro levemente fosco */
}

.meio-home1 {
    margin-top: -185px;
}

.index-recents {
    margin-top: -395px;
}

@media screen and (max-width: 767px) {
    .index-recents {
      margin-top: -170px;
    }
}

@media screen and (max-width: 767px) {
    .meio-home1 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .lidas-post4 {
        margin-top: -600px;
    }
}

.posts-recents-index {
    margin-top: -500px;
}

.mais-lidas-index {
    margin-top: -72px;
}

@media screen and (max-width: 767px) {
    .lidas-post3 {
  margin-top: -550;
 }
}

@media screen and (max-width: 767px) {
    .posts-recents-index {
  margin-top: -85vh;
 }
}

@media screen and (max-width: 767px) {
    .mais-lidas-posts {
   top: -125px;
 }
}

.chapeu {
  font-weight: bold;
}
 
.title-mais-imagens {
      margin-top: -50%;
      pointer-events: none;
    }

.ajuste-home {
    margin-top: 100px;
}

.publi-label-meio2 {
  font-size: 10px; /* Ajuste o tamanho conforme necessário */
  color: #666; /* Cor do texto, ajuste conforme necessário */
  text-align: center;
  margin-top: -40px; /* Espaçamento entre o texto e o banner */
  margin-left: 270px;
}

@media screen and (max-width: 767px) {
    .recente-posts-mobile {
        margin-top: -32vh;
    }
}

.recente-posts-mobile {
    pointer-events: none;
}

.titutlo-post {
    pointer-events: none;
}

/* Publicidade topo Home*/
.anuncio-topo_home {
    margin-top: -55px;
}

.anuncio-topo_home_2 {
    margin-top: -90px;
}

.anuncio-topo_home_3 {
    margin-top: -90px;
}

.publi-wrapper {
  position: relative;
  display: inline-block;
}

.publi-label-principal {
  position: absolute;
  top: 40px; /* Ajuste conforme quiser */
  left: 10px;
  z-index: 2;
}

/* Garante que o banner continue com bom responsivo */
.publi-banner {
  max-width: 100%;
  height: auto;
  display: block;
}

.publi-wrapper-topo .publi-label-principal {
  top: 0px;
  right: 0px;
  left: auto;
}

.publi-wrapper-topo2 .publi-label-principal {
  top: -40px;
  right: 0px;
  left: auto;
}

@media screen and (max-width: 767px) {
    .anuncio-topo_home {
     margin-top: -160px;
    }
    
    .anuncio-topo_home_2 {
        margin-top: -160px;
    }
    
    .publi-wrapper {
      position: relative;
      display: inline-block;
    }
    
    /* Garante que o banner continue com bom responsivo */
    .publi-banner {
      max-width: 100%;
      height: auto;
      display: block;
    }
    
    .publi-wrapper-topo .publi-label-principal {
      top: 5px;
      right: 0px;
      left: auto;
    }
    
    .publi-wrapper-topo2 .publi-label-principal {
      top: -40px;
      right: 0px;
      left: auto;
    }
}

/* Publicidade baixo Home*/

.anuncio-baixo_home {
    margin-top: -370px;
}

.anuncio-baixo_home_2 {
    margin-top: -315px;
} 

.anuncio-baixo_home_3 {
    margin-top: -295px;
} 


@media screen and (max-width: 767px) {
    .anuncio-baixo_home {
    margin-top: -565px;
    width: auto;
    height: auto;
}

.anuncio-baixo_home_2 {
    margin-top: -570px;
    width: auto;
    height: auto;
} 

.anuncio-baixo_home_3 {
    margin-top: -570px;
    width: 350px;
} 


.publi-wrapper-baixo {
  position: relative;
  display: inline-block;
}

.publi-wrapper-baixo .publi-label-principal2 {
  position: absolute;
  top: -151px;
  right: 0px;
  left: auto;
  z-index: 2;
  font-size: 8px;
}

.publi-wrapper-baixo-2 {
  position: relative;
  display: inline-block;
}

.publi-wrapper-baixo-2 .publi-label-principal2 {
  position: absolute;
  top: -198px; /* ajusta como quiser */
  left: 27px;
  z-index: 2;
  font-size: 8px;
}
}

/* Publicidade meio Home*/

.anuncio-meio_home_1 {
    margin-top: -260px;
} 

.publi-wrapper-meio1 {
  position: relative;
  display: inline-block;
}

.publi-wrapper-meio1 .publi-label-meio1 {
  position: absolute;
  top: -115px; /* ajusta conforme o visual */
  left: 390px;
  z-index: 2;
  font-weight: bold;
  font-size: 8px;
  text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .anuncio-meio_home_1 {
        margin-top: -72vh;
        width: 340px;
        height: auto;
} 

.publi-wrapper-meio1 {
  position: relative;
  display: inline-block;
}

.publi-wrapper-meio1 .publi-label-meio1 {
  position: absolute;
  top: -245px; /* ajusta conforme o visual */
  left: -3px;
  z-index: 2;
  font-weight: bold;
  font-size: 8px;
  text-transform: uppercase;
    }
}

/* Publicidade meio Home 2*/

.anuncio-meio_home_2 {
    margin-top: -60px;
    margin-left: -20px;
} 

.publi-wrapper-meio2 {
  position: relative;
  display: inline-block;
}

.publi-wrapper-meio2 .publi-label-meio2 {
  position: absolute;
  top: -30px; /* ajusta pra alinhar bonitinho */
  left: 402px;
  z-index: 2;
  font-size: 8px;
  font-weight: bold;
  font-size: 8px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .anuncio-meio_home_2 {
    margin-top: -8vh;
    margin-left: -10px;
} 

.publi-wrapper-meio2 {
  position: relative;
  display: inline-block;
}

.publi-wrapper-meio2 .publi-label-meio2 {
  position: absolute;
  top: -36px; 
  left: -19px;
  z-index: 2;
  font-size: 8px;
  font-weight: bold;
  font-size: 8px;
  text-transform: uppercase;
}
}

/* Posts */

.post-home {
    margin-top:-100px;
}

@media screen and (max-width: 767px) {
    .post-home {
    margin-top:-100px;
    }
}

@media screen and (max-width: 767px) {
    .titutlo-post {
        margin-top: -520px;
    }
}

@media screen and (max-width: 767px) {
    .title-mais-imagens {
        margin-top: -55vh;
    }
}

@media screen and (max-width: 767px) {
    .lidas-post5 {
        margin-top: -630px;
    }
}

.anuncio-lateral_7 {
    margin-top: 0px;
}

.anuncio-lateral_3 {
    margin-top: 0px;
}

.anuncio-lateral_9 {
    margin-top: 25px;
}

.post-post {
    margin-top: -110px;
}

@media screen and (max-width: 767px) {
    .post-post {
    margin-top: 0px;
 }
}

.img-igm {
    margin-top: -40px;
}

.vid-vid {
    margin-top:-110px;
}

.post-individual {
    margin-top: -90px;
}

.video-individual {
    margin-top: -90px;
}

.single-video {
    margin-top: -20px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .section-publi {
      margin-top: -100px; /* ou o valor que funcionar melhor no Safari */
    }
  }
}


/* Publicidade Topo destaques */

.publi-label-principal {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  color: #888;
  margin-bottom: 10px;
  display: block;
}

/* Se quiser customizar por posição */
.publi-label-topo_home {
  margin-bottom: 10px;
  margin-top: -105px;
}

.publi-label-topo_home_2 {
  margin-bottom: 10px;
  margin-top: -140px;
}

.publi-label-topo_home_3 {
  margin-bottom: 10px;
  margin-top: -140px;
}

@media screen and (max-width: 767px) {
    /* Publicidade Topo destaques */

.anuncio-topo_home_3 {
    margin-top: -160px;
}

.publi-label-principal {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  color: #888;
  margin-bottom: 10px;
  display: block;
}

/* Se quiser customizar por posição */
.publi-label-topo_home {
  margin-bottom: 10px;
  margin-top: -211px;
  margin-left: 280px;
}

.publi-label-topo_home_2 {
  margin-bottom: 10px;
  margin-top: -210px;
  margin-left: 280px;
}

.publi-label-topo_home_3 {
  margin-bottom: 10px;
  margin-top: -210px;
  margin-left: 280px;
}
}


/* Publicidade Baixo destaques */
/* Estilo base da palavra Publicidade */
.publi-label-principal2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  color: #888;
  display: inline-block; /* ou block, dependendo do layout */
  position: relative; /* Necessário para o top funcionar */
}

/* Baixo Home 1 */
.publi-label-baixo_home {
  top: -365px;
  margin-left: 1080px;
}

/* Baixo Home 2 */
.publi-label-baixo_home_2 {
  top: -310px;
  margin-left: 1080px;
}

/* Baixo Home 3 */
.publi-label-baixo_home_3 {
  top: -290px;
  margin-left: 1080px;
}


.section-publi {
  margin-top: -40px;
  margin-bottom: 40px;
  display: block;
}

.section-publi:empty {
  display: none;
}

.baixo-destaque-espaco {
    margin-bottom: 45px;
}


@media screen and (max-width: 767px) {
    /* Publicidade Baixo destaques */
    /* Estilo base da palavra Publicidade */
    .publi-label-principal2 {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 8px;
      color: #888;
      display: inline-block; /* ou block, dependendo do layout */
      position: relative; /* Necessário para o top funcionar */
    }
    
    /* Baixo Home 1 */
    .publi-label-baixo_home {
      top: -560px;
      margin-left: 290px;
    }
    
    /* Baixo Home 2 */
    .publi-label-baixo_home_2 {
      top: -565px;
      margin-left: 290px;
    }
    
    /* Baixo Home 3 */
    .publi-label-baixo_home_3 {
      top: -565px;
      margin-left: 282px;
    }
    
    .posts-recents-index {
      pointer-events: none;
    }

    .posts-recents-index button,
    .posts-recents-index a {
      pointer-events: auto;
    }
    
    /* 🔒 Bloqueia interação na área geral */
.col-md-12 {
  pointer-events: none;
}

/* ✅ Libera clique nos elementos interativos */
.col-md-12 a,
.col-md-12 button,
.col-md-12 input,
.col-md-12 label,
.col-md-12 select,
.col-md-12 textarea,
.col-md-12 canvas,
.col-md-12 svg,
.col-md-12 .allow-click {
  pointer-events: auto;
}

    
    .col-md-4  {
      pointer-events: none;
    }
    
    .col-md-4 a,
    .col-md-4 button {
      pointer-events: auto;
    }
    
    .col-md-8  {
      pointer-events: none;
    }
    
    .col-md-8 a,
    .col-md-8 button {
      pointer-events: auto;
    }
    
    
    /* Reativa completamente o flip book */
    .col-md-12 .full-size.\33d-flip-book {
      pointer-events: auto;
    }
    
    /* Ou alternativamente (mais universal) */
    .col-md-12 [class*="3d-flip-book"] {
      pointer-events: auto;
    }
    
}

/* Inputs e textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 textarea {
  width: 80%;
  padding: 6px 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  display: block;
}

/* Botão Enviar */
.wpcf7 .wpcf7-submit {
  background-color: #007bff;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  display: block;
}

/* Hover do botão */
.wpcf7 .wpcf7-submit:hover {
  background-color: #0056b3;
}

/* Mensagem de sucesso/erro */


.mensagem-form {
    margin-top: -750px;
}

.social-share-mobile {
  display: none;
  justify-content: center;
  gap: 16px;
  margin: 20px 0;
}

.social-share-mobile a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
}

.social-share-mobile svg {
  width: 20px;
  height: 20px;
}

/* Cores sociais */
.social-share-mobile a.facebook {
  background-color: #3b5998;
}
.social-share-mobile a.twitter {
  background-color: #000000; /* preto = cor do X */
}
.social-share-mobile a.whatsapp {
  background-color: #25D366;
}

/* Exibir só em dispositivos móveis */
@media (max-width: 768px) {
  .social-share-mobile {
    display: flex;
  }
}

.espaco-publi {
    margin-bottom: -100px;
}

@media screen and (max-width: 767px) {
    .container {
    padding-right: 5px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
    
    .espaco-publi {
        margin-bottom: 75px;
    }
}

@media screen and (max-width: 767px) {
    .anuncio-lateral_5 {
    margin-bottom: 0px;
 }
}

.anuncio-lateral_1 {
    margin-bottom: 25px;
}

.anuncio-lateral_2 {
    margin-bottom: 25px;
}

.anuncio-lateral_3 {
    margin-bottom: 25px;
}

.anuncio-lateral_4 {
    margin-bottom: 25px;
}

.anuncio-lateral_5 {
    margin-bottom: 25px;
}

.anuncio-lateral_6 {
    margin-bottom: 25px;
}

.anuncio-lateral_7 {
    margin-bottom: 25px;
}

.anuncio-lateral_8 {
    margin-bottom: 25px;
}

.anuncio-lateral_9 {
    margin-bottom: 25px;
}

.anuncio-lateral_10 {
    margin-bottom: 25px;
}

.anuncio-lateral_11 {
    margin-bottom: 25px;
}

.anuncio-lateral_12 {
    margin-bottom: 25px;
}

.anuncio-lateral_13 {
    margin-bottom: 25px;
}

.anuncio-lateral_14 {
    margin-bottom: 25px;
}

.anuncio-lateral_15 {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
  .post-img:hover > img {
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
  }
}

@media (max-width: 767px) {
  .post-title a {
    transform: none !important;
    transition: none !important;
  }

  .post-title a:hover {
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .post-individual {
    margin-top: -25vh;
  }
}

@media (max-width: 767px) {
  .video-individual {
    margin-top: -25vh;
  }
}

.publi-wrapper-baixo_home_3 {
  margin-bottom: 80px;   
}

.publi-wrapper-baixo_home_2 {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .publi-wrapper-topo_home {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .publi-wrapper-topo_home_2 {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .publi-wrapper-topo_home_3 {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .publi-wrapper-baixo_home {
        margin-bottom: 80px;
    }
}

/* Desktop */
.section-publi {
  margin-top: 80px;
  margin-bottom: 0;
}

/* Específico para o meio_home_1 */
.publi-meio-home1 {
  margin-top: 0;
  margin-bottom: -30px;
}

/* Mobile */
@media (max-width: 768px) {
  .section-publi {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .publi-meio-home1 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .publi-baixo {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .baixo-destaque-espaco {
    padding-left: 10px;
    padding-right: 10px;
  }

  .publi-wrapper {
    margin-bottom: 20px;
  }
}

/* Desktop: mantém o espaçamento tradicional */
.section-publi-home {
  margin-top: 80px;
  margin-bottom: 40px;
}

/* Mobile: reduz pra ficar coladinho nas postagens */
@media (max-width: 767px) {
  .section-publi-home {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
