/*
Theme Name: Jornal em Dia
Text Domain: tema-jornalemdia
Version: 0.0.1
Description: Tema feito para o site jornalemdia.com.br
Tags: blog, ecommerce
Author: Agencia BWS Russo
Author URI: https://bwsrusso.com.br/
Theme URI: https://bwsrusso.com.br/
License: free
License URI: https://bwsrusso.com.br/

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


*{	
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
h1, h2, h3, h4{
	font-weight: 900 !important;
}
p, span{
	font-weight: 500;
}
img#logotopo {
	width: 500px;
}
a {
	text-decoration: none;
	color: #0056d5;
}
.ttlprinc a {
	float: right;
	font-size: 40px;
	margin-top: -12px;
	color: #000000;
	font-family: cursive;
}
nav.navbar {
	box-shadow: 0px 1px 2px #0d295473;
	position: sticky;
	top: 0;
	z-index: 1000;
}
#selo {
    width: 75px;
}
ul.listsidebar {
	list-style: none;
	padding-left: 0;
}
ul.listsidebar li {
	border-bottom: 1px solid #e4e4e4;
	padding: 3px 0px;
}
ul.listsidebar li a {
	color: #898989;
	transition: all .2s;
}
ul.listsidebar li a:hover {
	padding-left: 5px;
}
.top-menu,
.top-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-menu > li {
	position: relative;
}
.top-menu > li > a {
	display: block;
	padding: 12px 16px;
	text-decoration: none;
}
.top-menu li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	background: #fff;
	display: none;
	z-index: 9999;
	box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.top-menu li:hover > .sub-menu {
	display: block;
}
.top-menu .sub-menu li {
	position: relative;
}
.top-menu .sub-menu li a {
	padding: 7px 15px;
	display: block;
	color: #fff;
	white-space: nowrap;
}
.top-menu a:hover {
	background: #f2f2f2;
}
.top-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.top-menu .sub-menu li:hover > .sub-menu {
	display: block;
}
.top-menu li.menu-item-has-children > a::after {
	content: " ";
	font-size: 12px;
	position: absolute;
	right: 6px;
	top: 16px;
}
.navmdl2 .menu-item a:hover::after {
	right: 1px;
}
.top-menu .sub-menu li.menu-item-has-children > a::after {
	content: " ";
	float: right;
}
.top-menu li.menu-item-has-children {
	padding-right: 5px;
}
div#navbarSupportedContent {
	justify-content: flex-end;
}
.bktopo {
	margin-top: -30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	background-size: cover !important;
	background-position: center !important;
}
.bktopo h1 {
	position: absolute;
	color: #fff;
}
.masktopo {
	width: 100%;
	min-height: 200px;
	background: #00000080;
}
.alignleft {
    float: left;
    margin-right: 10px;
}


/*header modelo 1*/
section.topomod1 {
	background: #263f65;
	color: #fff;
	padding: 6px;
	text-align: center;
}

/*header modelo 1*/
/*header modelo 2*/
.sectopmod2 {
	text-align: center;
	padding: 30px 0 40px;
	background: #f5f5f5;
}
.navmdl2 div#navbarSupportedContent {
	justify-content: center !important;
}
.navmdl2 {
	background: #0d2954;
	color: #fff;
	padding: 13px;
}
.navmdl2 .current-menu-item a, .navmdl2 .menu-item a:hover {
	background: #ffffff1a !important;
	color: #ffffff !important;
	position: relative;
}
.navmdl2 ul.sub-menu li:hover, .navmdl2 ul.sub-menu {
	background: #0d2954 !important;
}
section.topomod2 {
	background: #263f65;
	color: #fff;
	padding: 6px;
	text-align: center;
}

/*header modelo 2*/
/*header modelo 3*/
.sectopmod3 .row {
	align-items: center;
}
section.sectopmod3 {
	padding: 15px 0;
}
.topddsm3 {
	font-size: 20px;
	margin: 0 5px 0px;
	width: 60px;
	height: 60px;
	background: #0d2954;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	border: 5px solid #ffffff30;
}
.sectopmod3 .telefone {
	font-weight: 700;
}

/*header modelo 3*/
.destaque-bloco {
	height: 50vh; 
}
.destaque-item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.destaque-item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
}
.destaque-item h1,
.destaque-item h3 {
	position: relative;
	z-index: 2;
}
.rdss a {
	color: #959595;
	margin: 0 5px;
}
.searchform #s {
	padding: 10px 6px;
	border-radius: 25px 0 0 25px;
	border: 1px solid #ccc;
}
.searchform #searchsubmit {
	padding: 10px 12px 10px;
	border-radius: 0px 25px 25px 0px;
	margin-left: -6px;
	border: 1px solid #d5d5d5;
}
.searchform #searchsubmit:hover {
	background: #e4e4e4;
}
/* Estilo base para todos os h2 de categoria */
h2.ttlprinc {
	position: relative;
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	padding-left: 15px; /* espaço para a borda lateral */
	color: #212529;
	transition: color 0.3s ease;
}

/* Linha lateral */
h2.ttlprinc::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	border-radius: 2px;
}

/* Base para todos os títulos de categoria */
h2.ttlprinc {
	position: relative;
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	padding-left: 40px; /* espaço para linha + ícone */
	padding-right: 10px;
	color: #212529;
	transition: all 0.3s ease;
}

/* Linha lateral */
h2.ttlprinc::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	border-radius: 2px;
}

h2.ttlprinc:hover::after {
	transform: translateY(-50%) scale(1.2);
}

/* Cores por categoria (linha lateral + ícone) */
h2.saude::before,
h2.saude::after {
	color: #198754; /* verde */
	background-color: #198754;
}

h2.policia::before,
h2.policia::after {
	color: #dc3545; /* vermelho */
	background-color: #dc3545;
}

h2.esporte::before,
h2.esporte::after {
	color: #5fb40d; /* verde2 */
	background-color: #5fb40d;
}

h2.politica::before,
h2.politica::after {
	color: #0d6efd; /* azul */
	background-color: #0d6efd;
}

h2.educacao::before,
h2.educacao::after {
	color: #fd7e14; /* laranja */
	background-color: #fd7e14;
}

/* Fundo suave opcional */
h2.ttlprinc {
	background-color: rgb(0 0 0 / 10%);
	border-radius: 4px;
	padding: 5px 10px 5px 20px;
}

.post-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.post-share a {
	margin-left: 10px;
	text-decoration: none;
	font-weight: 500;
}
.post-date {
	font-weight: 500;
	color: #727272;
}
.post-share {
	display: flex;
	gap: 12px;
}
.share-btn {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
/* Cores oficiais */
.share-btn.facebook { background: #1877F2; }
.share-btn.twitter { background: #000000; }
.share-btn.whatsapp { background: #25D366; }
.share-btn.linkedin { background: #0A66C2; }
/* Hover effect */
.share-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.15);
	opacity: 0.9;
}
.btnwhats {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #0f7f10;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}
.btnwhats:hover {
	background: #076507;
}
#btnTopo {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #007bff;
	color: white;
	cursor: pointer;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 28px;
	transition: 0.3s;
}
#btnTopo:hover {
	background-color: #0056b3;
}
.cotacao a {
	display: none;
}
.marquee-wrapper {
	overflow: hidden;
	background: #111;
	padding: 10px 0;
}
.marquee {
	display: flex;
	width: max-content;
	animation: marquee 40s linear infinite;
}
.marquee-content {
	display: flex;
	gap: 50px;
	padding-right: 50px;
}
.marquee-item {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 600;
	font-size: 20px;
    padding: 4px;
}
.marquee-item:hover {
	text-decoration: underline;
}
.marquee-wrapper:hover .marquee {
    animation-play-state: paused;
}
@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
span.linecenter {
	width: 20px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: relative;
	top: -4px;
	left: 21px;
}
img {
  max-width: 100%;
  height: auto !important;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image.aligncenter {
    text-align: center;
}
.post-views {
    opacity: 0;
}

footer#footer {
	background: #004789;
	padding: 30px 0px 40px;
}
.redess a {
	font-size: 35px;
	padding: 4px;
	color: #fff;
}
.redess a:hover {
	color: #f60;
}

.botao01:hover {
	background: #f60;
	color: #ffffff;
}
.botao01 {
	text-decoration: none;
	padding: 12px 23px;
	display: inline-block;
	font-weight: 500;
	color: #ff6600;
	border: 2px solid #ff6600;
	transition: all .2s;
	border-radius: 4px;
}

span.sublinorang {
	width: 100px;
	height: 3px;
	background: #f60;
	display: inline-block;
	margin-bottom: 15px;
	border-radius: 3px;
}
.twhite{
	color: #fff !important;
}
img {
	max-width: 100%;
	height: auto;
}
ul.lastpost li {
	list-style: none;
	margin: 0 20px 30px 0px;
}
ul.lastpost li h3 {
	margin-top: 6px;
}
ul.lastpost li p {
	height: 75px;
	overflow: hidden;
}
blockquote {
	font-size: 27px;
}
.foocopy {
	padding: 2em 0;
	background: #000;
	text-align: center;
}
#bwsrusso{
	color: #fff;
}
#bwsrusso:hover{
	color: #fff;
}
#bwsp{
	color: #fff;   
	margin-bottom: 0px;
}
#bwsrusso img {
	margin-top: -8px;
}

.site-header {
	font-family: Arial, sans-serif;
}
.navbar-nav a {
	text-decoration: none;
	color: inherit;
	transition: color 0.3s ease;
}
.navbar-nav a:hover {
	color: #007bff;
}
.site-header .site-title {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}
.site-header .site-description {
	font-size: 16px;
	margin-top: 10px;
}


/*woocommerce*/
.woocommerce {
	display: flex;
	flex-direction: column;
}
.woocommerce-account .woocommerce {
	flex-direction: row;
}
.woocommerce nav.woocommerce-MyAccount-navigation {
	width: 25%;
	float: left;
}
.woocommerce .woocommerce-MyAccount-content {
	width: 69%;
	border: 1px solid #aaa;
	padding: 18px 20px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
	margin: 0px;
	padding: 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border: 1px solid #aaa;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	background: #e0e0e0;
	color: #393939;
	font-weight: 500;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
	background: #cecece;
}
.woocommerce .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {    
	padding: 10px;
}
.woocommerce .columns-4 li.product {
	float: left;
	list-style: none;
	display: flex;
	flex-direction: column;
}
.woocommerce h2.woocommerce-loop-product__title {
	color: #004789;
}
.woocommerce .type-product .price {
	color: #f60 !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	margin: 7px;
}
/*.woocommerce .type-product .button, [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
background: #004789 !important;
text-align: center;
padding: 10px;
margin-top: 8px;
color: #fff;
font-weight: 600;
font-size: 18px;
border: none;
}*/
.woocommerce .type-product .button:hover {
	background: #f60 !important;
	color: #fff;
}
/*.woocommerce .columns-4 {
display: flex;
justify-content: space-between;
margin: 40px 0;
}*/
.woocommerce .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	float: left;
	width: 48%;
}
.woocommerce ul.tabs.wc-tabs {
	display: flex;
	margin-top: 10px;
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #004789 !important;
}
.woocommerce ul.tabs.wc-tabs li {
	margin: 8px 3px 6px 0 !important;
	padding: 0px !important;
}
.woocommerce ul.tabs.wc-tabs li a {
	border: 1px solid #004789 !important;
	padding: 8px 20px !important;
	color: #282828 !important;
}
.woocommerce ul.tabs.wc-tabs li.active a, ul.tabs.wc-tabs li a:hover {
	background: #004789;
	border: 1px solid #004789;
	color: #fff !important;
}
.woocommerce .product_meta {
	margin: 12px 0;
}
.woocommerce .input-text.qty.text {
	margin: 5px 0 12px;
	padding: 6px 12px;
}
.woocommerce p.stars {
	margin: 10px 0;
}
.woocommerce p.comment-form-comment label {
	display: block;
}
.woocommerce .summary.entry-summary {
	width: 50%;
	float: left;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
	clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none;
}
.woocommerce div.product form.cart div.quantity {
	margin-top: 2px !important;
}
.woocommerce-product-gallery__image {
	margin: 5px;
}

@media only screen and (max-width: 600px) {
	.matstop {
		min-height: 650px;
	}
}