/*!
Theme Name: jornal-local-santos
Theme URI: http://underscores.me/
Author: Marcio Paiva Barone Borges
Author URI: ttps://github.com//baronemarbles
Description: Tema para a Empresa Jornal Local Santos. Todos os direitos reservados.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jornal-local-santos
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

jornal-local-santos is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


 /*Config*/
 /* --padding-right: 40px;
--padding-left:40px;
--padding-top:110px;
--padding-bottom:110px;
--margin-top:0;
--margin-bottom:0;
--margin-left:auto;
--margin-right:auto;
--column-gap:20px;
--row-gap:20px; */
/*style tipo tech04*/
/*
=====================================
 0. ESTILOS GLOBAIS (Tema Dark)
=====================================
*/

/* Importa a fonte Poppins, usada no site de referência */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* Define a cor de destaque principal */
:root {
    --accent-color: #4D4DFF; /* Um azul brilhante, como no site de referência */
	--categoria-saude: #ea00ff;
	--categoria-cultural: #00ff88;
	--categoria-morros: #00aeff;
	--categoria-zonas: #ffd000;
}

/* *{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
} */

/* Aplica a fonte e o fundo escuro a todo o site */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #212121; /* Fundo principal muito escuro */
    color: #e0e0e0; /* Cor de texto padrão (cinza claro) */
}

/* Remove a cor azul padrão de todos os links */
a {
    text-decoration: none;
    color: inherit;
}

h1.page-title {
  margin: 1rem 1rem .5rem 1rem;
}

.margin-custom-body{
	margin: 1rem 1rem .5rem 1rem;
}

.nav-bg-img-left {
  background-repeat: no-repeat;
  background-position: -21.1% 0;
  background-color: #eef0fd !important;
}

.navbar-brand>h1{
		color: rgb(54, 23, 0);
	}

.nav-item>a:visited{
	color: #3e4e5f;
}

.nav-item>a{
	color: #060606;
}

.navbar-nav>li>a{
	font-weight: bold;
}
@media (min-width:992px){
	ul.navbar-nav{
		margin: 0;
	}

	.nav-item{
		text-wrap: nowrap;
	}

}


@media (max-width:600px){

	#site-navigation>div.container-fluid{
		flex-direction: column;
	}

	#site-navigation>div.container-fluid>a{
		flex-direction: inherit;
	}

	ul{
		margin-left: 0 !important;
	}

	.carousel-indicators{
		margin-bottom: 0!important;
	}

	@media (min-width:800px){
		.post-principal_{
			background-image: linear-gradient(to top,rgba(255,255,255,.9) 25%, transparent 100%);
  			gap: 1rem;
			height: fit-content;
  			top: 0;
  			position: relative;
	}
	
	}



	.navbar-brand{
		padding-top: var(--bs-navbar-brand-padding-y);
		padding-bottom: var(--bs-navbar-brand-padding-y);
		margin-right: 0;
		font-size: var(--bs-navbar-brand-font-size);
		/*color: var(--bs-navbar-brand-color);*/
		text-decoration: none;
		white-space: nowrap;
	}

	.navbar-brand>img{
		margin-inline:auto;
	}

	.navbar-brand>h1{
		margin-inline:auto;
		color: rgb(81, 34, 0);
	}

	.post-principal_{
		background-image: linear-gradient(to top,rgba(255,255,255,.9) 25%, transparent 100%);
  		gap: 1rem;
	}

	.post-principal_>div.mb-2{
		position: absolute;
		bottom: 2.7rem;
	}

	.post-principal_>h2.card-title{
		position: absolute;
		font-size: 1.4rem;
		top:1rem;
	}
}

@media (min-width:414px ) and (max-width:599px){
	.post-principal_>h2.card-title{
		position: absolute;
		font-size: 1.6rem;
		top:1rem;
	}
}
.nav-item dropdown>a{
	color: rgb(208, 89, 3);
}


/*
=====================================
 1. ESTILOS DA LISTA DE POSTS (index.php)
=====================================
*/

.postsContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    padding: 20px 0;
}

/* O card individual de cada post */
.postsContainer > div {
    background-color: #2c2c2c; /* Fundo do card (um pouco mais claro) */
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #424242; /* Borda sutil para separar */
    transition: border-color 0.3s ease;
}

.postsContainer > div:hover {
    border-color: var(--accent-color); /* Destaca a borda no hover */
}

/* A imagem do post */
.postsContainer > div img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    opacity: 0.9; /* Efeito leve na imagem */
    transition: opacity 0.3s ease;
}

.postsContainer > div:hover img {
    opacity: 1;
}

/* O seletor do seu título */
.postsContainer h3.titulo_materia {
    font-size: 1.2rem; /* 19px */
    font-weight: 600;
    line-height: 1.4;
    padding: 20px 25px 25px 25px; /* Mais preenchimento */
    margin: 0;
    color: #ffffff; /* Título branco */
    transition: color 0.3s ease;
}

/* Muda a cor do título ao passar o mouse */
.postsContainer > div a:hover h3.titulo_materia {
    color: var(--accent-color);
}

.card-text {
  margin-bottom: 0;

}

/*
=====================================
 2. ESTILOS DO POST INDIVIDUAL (single.php)
=====================================
*/

/* Container do artigo individual */
.single-post article.post {
    max-width: 840px;
    margin: 40px auto;
    padding: 30px 40px;
    background-color: #2c2c2c; /* Mesmo fundo dos cards */
    border-radius: 8px;
    border: 1px solid #424242; /* Borda sutil */
}

/* Título do post */
.single-post .entry-title {
    font-size: 2.5rem; /* 40px */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #ffffff; /* Branco */
}



/* Informações de meta (data, autor) */
.single-post .entry-meta {
    font-size: 0.9rem;
    color: #9e9e9e; /* Cinza médio para meta */
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #424242; /* Borda escura */
}

.entry-meta>div{
	color: gray;
	height: 1.75rem;
}

.entry-meta>.me-3{
	gap:.5rem;
}

.entry-meta>.me-3>span{
	gap:.5rem;
}

.meta-author-avatar>img{
	border-radius:100%;
}
.single-post .entry-meta a {
    color: #bdbdbd;
    transition: color 0.3s ease;
}

.single-post .entry-meta a:hover {
    color: var(--accent-color);
}

/* Imagem destacada */
.single-post .post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 30px;
}

.entry-content>figure .wp-block-image{
	border-radius: 0.375rem;
}

/* O conteúdo principal do texto */
.single-post .entry-content {
    font-size: 1.05rem; /* 17px */
    line-height: 1.8; /* Espaçamento de linha confortável */
    color: #e0e0e0; /* Cinza claro (definido no body) */
}

.single-post .entry-content p {
    margin-bottom: 1.5em;
}

/* Links dentro do conteúdo */
.single-post .entry-content a {
    color: var(--accent-color);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

/* Subtítulos dentro do post */
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: 600;
    color: #ffffff;
}

/* Citações (blockquote) */
.single-post .entry-content blockquote {
    border-left: 4px solid var(--accent-color);
    padding-left: 1.5em;
    margin: 1.5em 0;
    font-style: italic;
    color: #bdbdbd;
}

/* Rodapé do post (tags, categorias) */
.single-post .entry-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #424242; /* Borda escura */
    font-size: 0.9rem;
    color: #9e9e9e;
}

.single-post .entry-footer a {
    color: #bdbdbd;
    transition: color 0.3s ease;
}

.single-post .entry-footer a:hover {
    color: var(--accent-color);
}

/*fim tech04*/

.wp-video {
    max-width: 100%;
    height: auto;
}
/* .nav-bg-img-left{
	background-image: url(http://localhost/wordpress/wp-content/uploads/2025/10/tech-news-hero-gradient-bg-green.png);
    background-repeat: no-repeat;
    background-position: -21.1% 0;
}
.nav-bg-img-right{
	background-image: url(http://localhost/wordpress/wp-content/uploads/2025/10/JornalLocal-hero-gradient-bg-blue.png);
    background-repeat: no-repeat;
    background-position: right;
} */


nav {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/*dropdown config*/

#dropdown-item-area-cont{
	
}
 *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
 }
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}



/*Posts display config*/

.postsContainer{
	border: 2px solid red;

}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

.main-container{
	display: grid;
	grid-template-columns: 75% 25%;
}

.main-container>#primary{
	width: 100%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ==========================================================================
	 
*/

/*
==========================================================================
Carrousel Caption
*/
.carousel-caption>p{
  background-color:rgba(0,0,0,.2);
  
  box-shadow:0 0 20px rgba(0,0,0,.2);
  width:fit-content;
  margin-inline: auto;
  margin-top:1rem;
}

.carousel-indicators>button{
 box-shadow:0 0 20px rgba(0,0,0,.5);
 height:fit-content;
}

/*ASIDE WIDGETS CONFIG*/

.wp-block-latest-posts__list{
	margin: 0;
	display: flex;
	flex-direction: column;
	gap:.5rem;
}

.wp-block-latest-comments{
	margin: 0;
	display: flex;
	flex-direction: column;
	gap:.5rem;
}

/**/

.widget-not-found{
	margin: 0 0 1.5em;
  	background-color: rgb(244, 244, 244);
  	border-radius: .750rem;
  	padding: 1rem;
  	width: fit-content;
}

.widget-not-found>ul{
	background-color: rgb(245,245,245);
  	border-radius: .375rem;
}

.widget-not-found>ul>li{
	padding: .5rem;
	border: 2px solid rgb(235,235,235);
	border-top: 0;
}

.widget-not-found>ul>li:first-child{
	border-top: 2px solid rgb(235,235,235);
}

#archieves-dropdown--1{
	padding: .375rem;
  	border-radius: .5rem;
  	background: transparent;
}

/*
FOOTER CONFIG
*/
.site-footer{
	background-color: rgb(255, 255, 255);
	border-top: 1px solid #e6e6e6;
	display: flex;
	flex-direction: column;
  	gap: 1rem;
}

.site-footer>.site-info{
	margin-inline: auto;
}

.site-footer>.site-info>a{
	color: inherit;
}


.footer-content{
	display: flex;
}


.col-sections-footer{
	display: flex;
  	flex-direction: column;
  	width: fit-content;
  	align-content: start;
  	justify-content: space-between;
  	gap: 1rem;
}

.footer-section-title{
	color: rgb(15,15,15);
  	font-size: 2rem;
	margin-bottom: .25rem;
}

.footer-section-lista{
	margin: 0;
	list-style: none;
  	padding: 0;
  	gap: 10px;
  	display: flex;
  	flex-direction: column;
  	gap: .25rem;
}

.footer-section-lista>li>a{
	color: #202e3d;
}

.site-image-container{
	width: fit-content;
}
.social-icons-container{
  box-shadow: 0 0 10px rgba(251, 194, 156,0.3);
  /* justify-content: center;
  width: 100%; */
}

.social-icons-container>p{
color:white;

}

.social-icons-img{
height:2rem;
box-shadow: 0 0 10px rgba(0, 0, 0,0.3);
}

.site-image{
  height:8rem;
}

.row-social-icons{
  width:fit-content;
}

/**/

.g-4{
  background-color:rgb(240,240,240);
  border-radius:2px;
}

div .col-md-6{

  border-radius:4px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.img-materia{
	width:60%;
}

.material_principal{
	background-color: #f2f2f2;
	border-radius: .5rem;
}

.post_meta_icons{
	height: 1rem;
	width: fit-content;
	margin-right: .25rem;

}

.post_meta_text{
	color: #595c5f;
}

.post_meta_text img{
	color: white;
}





/* Efeito de Zoom na imagem do Card */
.post-card .zoom-effect {
    transition: transform 0.3s ease;
}
.post-card:hover .zoom-effect {
    transform: scale(1.05);
}

/* Ajustes do Carrossel */
.carousel-item video,
.carousel-item img {
    width: 100%;
    object-fit: cover;
    /* Ajuste a altura conforme a proporção do seu banner (ex: 400px ou 250px) */
    max-height: 400px; 
}

/* Paginação Bootstrap dentro do WP */
.pagination .page-numbers {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}
.pagination .page-numbers.current {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
}


/* teste */

.cartao-lateral-imagem{
	height: 50px !important;
	display: flex;
	object-fit: cover;
	border-radius: .625rem;
}

.text-shadow{
	text-shadow: 0 0 20px rgba(0,0,0,.15);
}


.post-principal_>div>span{
	text-shadow: 0 0 30px rgba(0,0,0,.5);
}

.shadow-titulo{
	text-shadow: 0 0 10px rgba(0,0,0,1) !important;
}

.sm-shadow{
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important;
}
/* --- ESTILOS DO FOOTER --- */
.social-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #333; /* Círculo mais escuro que o fundo */
    border-radius: 50%;
    transition: background 0.3s;
}
.social-circle:hover {
    background-color: #555;
}
.social-circle img {
    filter: invert(1); /* Deixa os ícones pretos brancos, se necessário */
    width: 20px;
}

/* --- ESTILOS DO GRID PRINCIPAL (Index) --- */
.post-destaque-hero {
    position: relative;
    height: 500px; /* Altura fixa para o post grande */
}
.post-destaque-hero .img-bg-cover {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}
.post-destaque-hero:hover .img-bg-cover {
    transform: scale(1.05);
}
.gradient-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
}
.hover-accent:hover {
    color: var(--accent-color, #ff0055) !important;
    transition: color 0.2s;
}

.a-cat{
	color: #000000 !important;
}

.cat-saude{
	background-color: #ea00ff;
}

.cat-historiaDosBairros{
	background-color: #00ff88;
}

.cat-morros{
	background-color: #00aeff;
}

.cat-morros-child{
	background-color: #00aeff;
}

.cat-zonas{
	background-color: #ffd000;
}

.cat-zonas-child{
	background-color: #ffc400 !important;
}

.cat-cultura{
	background-color: #ff8800 !important;
}

.cat-geral{
	background-color: #d1b4ff !important;
}

.cat-economia{
	background-color: #d1b4ff !important;
}

.cat-esportes{
	background-color: #d1b4ff !important;
}

.cat-politica{
	background-color: #d1b4ff !important;
}

.cat-manchetes{
	background-color: #d1b4ff !important;
}

.cat-manchetes-1{
	background-color: #d1b4ff !important;
}

.cat-manchetes-2{
	background-color: #d1b4ff !important;
}

.cat-especiais{
	background-color: #a200ff;
}

.cat-ha-vagas{
	background-color: #d1b4ff !important;
}

.cat-sem-categoria{
	background-color:#d1b4ff !important;
}

/* single */

.post-container{
	box-shadow: 0 0 34px rgba(0,0,0,.15) !important;
  	border-radius: 4rem;
	background-color: inherit;
}

.post-article{
	background-color: white !important; 
	border-radius: 2px !important;
	border: 0 !important;
	color: black;
}

.coluna-publicidade{
	border-left: 1px solid #dee2e6;
	margin: 0.67em .5rem 0.67em 0;
}

.text-black-dimmed{
	color: rgb(38,38,38)!important;
}

.text-black-dimmed>h4{
	color: rgb(38,38,38) !important;
}
.text-gray{
	color: gray !important;
}

.light-gray{
	color: lightgray;
}



/* archieve posts */

.author-meta{
	font-size: 1.5rem;
}

.avatar-size-archieve{
	height: fit-content;
  	margin: auto;
}

.post-archieve{
	display: flex !important;
	flex-direction: column !important;
	/* max-width: 70%; */
	max-width: 100%;
	padding: 2rem;
	margin: 0 .5rem 3rem .5rem;
}

/* .post-thumbnail-container{
	width: fit-content;
} */

.post-thumbnail-container>img{
	height: auto;
	width: 100% !important;
	border-radius: 2rem;
}

.post-title-container{
	width: fit-content;
}

.page-container{
	/*display: grid;
	grid-template-areas:
		"header  header  header" 
		"content content advertisement " 
		"widget  widget  widget" 
		"footer  footer  footer";
  	grid-template-columns: auto 75% 25%;
    */
   display: flex !important;
   flex-direction: column !important;
}

.header-area{
	grid-area: header;
}

.content-area{
	grid-area: content;
}

.advertisement-area{
	grid-area: advertisement;
}

.widget-area{
	grid-area: widget;
}

.footer-area{
	grid-area:footer;
}


.pfp-container{
	border-radius: .375rem;
	width: fit-content;
	overflow: hidden;
	margin-inline: auto;
}
.pfp-container>img{
	transition: all 1s ease;
}

.founders-container:hover > .founder-pfp >.pfp-container> img{
	scale: 115%;
}

.founder-meta{
	color: var(--accent-color);
}


.form-size{
	width: fit-content;
	padding: .750rem;
	margin-inline:auto;
	background-color: rgb(242, 242, 242);
	border-radius: 1rem;
}

;.parceirias-title{
	margin-bottom:.75rem;
}

.parceirias-title>p{
	color: rgb(0,101,151);
	margin: 0;
	line-height: 1.4rem;
}