/* #####################################
########################################

	Theme name: RB em Ação
	Theme URI: https://riobrilhanteemaçao.com.br
	Description: Este tema foi desenvolvido de forma exclusiva.

	Code: Gabriel Amarante | https://gabrielfreelancer.com.br
	Author: Cléo

	Version: MK.08.2025

########################################
##################################### */

@charset "UTF-8";

/* ######
   Básicos
############ */

* { outline: none; }

html { scroll-behavior: smooth; }

html , body {
	margin: 0;
	padding: 0;
}

body {
	color: var(--cinza);
	font-size: 14px;
	font-family: var(--poppins);
}

a , a:hover , a:focus {
	color: var(--cinza);
	text-decoration: none;
	transition: .3s;
}
a:hover ,
a:focus {
	color: var(--cinza);
}

button , button:hover , button:focus {
	outline: none;
	cursor: pointer;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

select {
	appearance: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: center right;
}

/* ######
   Variáveis
############ */

:root {
	/* Fontes */
	--poppins: "Poppins", sans-serif;

	/* Cores */
  --cinza: #404040;
	--azul-claro: #4043B2;
	--azul-escuro: #2B2C40;
}

/* ######
   Classes gerais
############ */

/* site */

.site {
	overflow: hidden;
}

/* box-slide */

.box-slide {
	position: relative;
}
.box-slide .slide-item {
	cursor: initial;
}

/* d-table */

.d-table {
	list-style: none;
	display: table;
	margin: 0;
	padding: 0;
}
.d-table li {
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/* d-center */

.d-center {
	align-items: center;
	display: flex;
	width: 100%;
	min-height: 100%;
}

/* wp-pagenavi */

.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi a ,
.wp-pagenavi span {
	color: var(--cinza);
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	margin: 0 4px;
	padding: 6px 12px;
	transition: .3s;
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	background: #FFF;
}
.wp-pagenavi .current {
	color: #FFF;
	background: var(--cinza);
}

/* box-return */

.box-return {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 5;
	transition: .3s;
}
@media (max-width:580px) {
	.box-return {
		bottom: 14px;
		right: 14px;
	}
}
.box-return button {
	font-size: 0;
	display: block;
	width: 60px;
	height: 60px;
	border: none;
	border-radius: 50%;
	background: var(--cinza) url('assets/images/icons/arrow-return.svg') no-repeat center 16px;
	background-size: 25px auto;
}

/* ######
   Textos
############ */

/* titulo-principal */

.titulo-principal {
	font-size: 30px;
	font-weight: bold;
	line-height: 120%;
	margin: 0;
}

/* titulo-secundario */

.titulo-secundario {
	font-size: 14px;
	line-height: 120%;
	margin: 0 0 15px;
}

/* ######
   Botões
############ */

/* box-mostrar-todos */

.box-mostrar-todos {
	text-align: center;
	margin: 50px 0 0;
}
.box-mostrar-todos a {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 30px;
	background: var(--azul-claro);
}
.box-mostrar-todos a:hover {
	color: #fff;
	background: var(--azul-escuro);
}
.box-mostrar-todos a:focus {
	outline: none;
	box-shadow: none;
	background: var(--azul-claro);
}

/* ######
   Padrão (Conteúdo)
############ */

.page-template-default #conteudo {
	padding: 60px 0;
	background: #EEE;
}

.page-template-default #conteudo .box-header {
	margin: 0 0 50px;
}

/* ######
   Cabeçalho
############ */

#header {
	padding: 20px 0;
	background: var(--azul-claro);
}

#header .box-logo a {
	display: inline-block;
}

#header .box-social {
	text-align: right;
	width: 100%;
}
#header .box-social a {
	display: inline-block;
	margin: 0 0 0 20px;
}
#header .box-social a:first-child {
	margin: 0;
}
#header .box-social svg {
	fill: #fff;
	height: 25px;
}

/* ######
	 Editoriais
############ */

#editoriais {
	padding: 15px 0;
	background: var(--azul-escuro);
}

#editoriais .navbar {
	width: 100%;
	padding: 0;
}
#editoriais .navbar ul {
	list-style: none;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
@media (max-width: 580px) {
	#editoriais .navbar ul {
		width: calc(100% + 24px);
		margin: 0 -12px;
		padding: 0 12px;
		white-space: nowrap;
		overflow-x: auto;
	}
}
#editoriais .navbar li {
	display: inline-block;
	margin: 0 0 0 16px;
}
#editoriais .navbar li:first-child {
	margin: 0;
}
#editoriais .navbar a {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	transition: .3s;
}
#editoriais .navbar a:hover {
	color: var(--azul-claro);
}

/* ######
	 Rodapé
############ */

#footer {
	margin: 80px 0 0;
	padding: 80px 0;
	border-top: solid 20px var(--azul-claro);
	background: var(--azul-escuro);
}
@media (max-width: 580px) {
	#footer {
		padding: 80px 0 40px;
	}
}

#footer .footer-head {
	margin: 0 0 80px;
}

@media (max-width: 580px) {
	#footer .box-logo {
		text-align: center;
		margin: 0 0 30px;
	}
}

#footer .box-social {
	text-align: right;
	width: 100%;
}
@media (max-width: 580px) {
	#footer .box-social {
		text-align: center;
	}
}
#footer .box-social a {
	display: inline-block;
	margin: 0 0 0 20px;
}
#footer .box-social a:first-child {
	margin: 0;
}
#footer .box-social svg {
	fill: #fff;
	height: 25px;
}
@media (max-width: 580px) {
	#footer .box-social svg {
		height: 35px;
	}
}

#footer .footer-content {
	margin: 0 0 50px;
}

#footer .box-title {
	margin: 0 0 30px;
	padding: 0 0 20px;
	border-bottom: solid 1px #fff;
}
#footer .box-title h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}

#footer .navbar {
	width: 100%;
	padding: 0;
}
@media (max-width: 580px) {
	#footer .navbar {
		margin: 0 0 60px;
	}
}
#footer .navbar ul {
	list-style: none;
	display: grid;
	gap: 20px 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	width: 100%;
	margin: 0;
	padding: 0;
}
@media (max-width: 580px) {
	#footer .navbar ul {
		grid-template-columns: repeat(2,1fr);
	}
}
#footer .navbar li {
	text-align: left;
	display: inline-block;
	margin: 0;
}
#footer .navbar a {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	transition: .3s;
}
#footer .navbar a:hover {
	color: var(--azul-claro);
}

#footer .box-link p {
	margin: 0 0 20px;
}
#footer .box-link p:last-child {
	margin: 0;
}
#footer .box-link a {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	transition: .3s;
}
#footer .box-link a:hover {
	color: var(--azul-claro);
}

#footer .footer-copyright {
	padding: 20px 0 0;
	border-top: solid 1px #fff;
}

#footer .box-info p {
	color: #fff;
	display: inline-block;
	margin: 0 30px 0 0;
}
@media (max-width: 580px) {
	#footer .box-info p {
		display: block;
		margin: 0 0 15px;
	}
}
#footer .box-info p:last-child {
	margin: 0;
}
#footer .box-info a {
	color: #fff;
}

/* ######
	 Box anúncio
############ */

.box-anuncio {
	text-align: center;
	margin: 0 0 30px;
}
.box-anuncio:last-child {
	margin: 0;
}
.box-anuncio a {
	display: inline-block;
}

/* ######
	 Box posts
############ */

/* box-post */

.box-post {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 400px 1fr;
	margin: 0 0 15px;
}
@media (max-width: 580px) {
	.box-post {
		gap: 15px;
		grid-template-columns: 1fr;
		margin: 0 0 60px;
	}
}

.box-post-image a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
.box-post-image img {
	width: 100%;
	height: 220px;
	transition: .6s;
	object-fit: cover;
}
.box-post-image:hover img {
	transform: scale(1.06);
}

.box-post-info span {
	display: block;
	margin: 0 0 15px;
}
@media (max-width: 580px) {
	.box-post-info span {
		margin: 0 0 8px;
	}
}
.box-post-info span a {
	color: #666;
	font-size: 14px;
	display: inline-block;
	transition: .3s;
}
.box-post-info span a::after {
	content: ',';
	display: inline-block;
	margin: 0 6px 0 0;
}
.box-post-info span a:last-child::after {
	display: none;
}
.box-post-info span a:hover {
	color: var(--azul-claro);
}
.box-post-info h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	transition: .4s;
}
@media (max-width: 580px) {
	.box-post-info h2 {
		font-size: 18px;
	}
}
.box-post:hover h2 {
	margin: 0 0 20px;
}
.box-post-info h2 a {
	color: var(--azul-escuro);
	transition: .3s;
}
.box-post:hover h2 a {
	color: var(--azul-claro);
}

/* box-post-destaque */

.box-post-destaque {
	width: 100%;
	position: relative;
}
.box-post-destaque.pequeno {
	margin: 0 0 24px;
}
@media (max-width: 580px) {
	.box-post-destaque.pequeno {
		margin: 25px 0 0;
	}
}
.box-post-destaque.pequeno:last-child {
	margin: 0;
}
@media (max-width: 580px) {
	.box-post-destaque.pequeno:last-child {
		margin: 25px 0 0;
	}
}
.box-post-destaque a.link {
	display: block;
	position: relative;
}
.box-post-destaque img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	filter: brightness(.8);
	border-radius: 10px;
}
.box-post-destaque.medio img {
	height: 380px;
}
.box-post-destaque.pequeno img {
	height: 238px;
}
.box-post-destaque p {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 3px 3px 3px rgba(0,0,0,.5);
	width: calc(100% - 60px);
	margin: 0;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 1;
	transition: .3s;
}
@media (max-width: 580px) {
	.box-post-destaque p {
		font-size: 25px;
	}
}
.box-post-destaque p {
	max-width: 800px;
}
.box-post-destaque:hover p {
	bottom: 40px;
}
.box-post-destaque.pequeno p {
	font-size: 22px;
	line-height: 1.3;
}
@media (max-width: 580px) {
	.box-post-destaque.pequeno p {
		font-size: 18px;
	}
}

.box-post-destaque .categoria {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 2;
	transition: .3s;
}
.box-post-destaque:hover .categoria {
	top: 20px;
}
.box-post-destaque .categoria a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 3px 3px 3px rgba(0,0,0,.5);
	display: inline-block;
	margin: 0 15px 0 0;
	display: none;
}
.box-post-destaque .categoria a:first-child {
	display: inline-block;
}

/* box-lista-preview */

.box-lista-preview {
	margin: 24px 0 0;
}

/* box-preview */

@media (max-width: 580px) {
	.box-preview {
		margin: 60px 0 0;
	}
}

.box-preview-image a {
	display: inline-block;
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
}
.box-preview-image img {
	width: 100%;
	height: 100%;
	transition: .5s;
	object-fit: cover;
}
.box-preview:hover img {
	transform: scale(1.06);
}

.box-preview-info {
	padding: 15px 15px 0;
	transition: .3s;
}
.box-preview:hover .box-preview-info {
	padding: 15px 30px 0 0;
}
.box-preview-info span {
	display: block;
	margin: 0 0 10px;
}
.box-preview-info span a {
	color: #666;
	font-size: 14px;
	display: inline-block;
	transition: .3s;
}
.box-preview-info span a::after {
	content: ',';
	display: inline-block;
	margin: 0 7px 0 0;
}
.box-preview-info span a:last-child::after {
	display: none;
}
.box-preview-info span a:hover {
	color: var(--azul-claro);
}

.box-preview-info h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
	transition: .4s;
}
.box-preview-info h2 a {
	color: var(--azul-escuro);
	transition: .3s;
}
.box-preview:hover h2 a {
	color: var(--azul-claro);
}

/* ######
	 Seções
############ */

#destaque {
	padding: 50px 0 0;
}

#lista , #anuncio , #populares {
	padding: 80px 0 0;
}
@media (max-width: 580px) {
	#lista , #anuncio , #populares {
		padding: 60px 0 0;
	}
}

/* ######
	 Conteúdo da notícia
############ */

.single-post #conteudo {
	padding: 50px 0 0;
}

.single-post #conteudo .box-image {
	margin: 0 0 50px;
}
.single-post #conteudo .box-image img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	border-radius: 10px;
}
@media (max-width: 580px) {
	.single-post #conteudo .box-image img {
		width: 100%;
		max-height: initial;
	}
}

.single-post #conteudo .box-title {
	margin: 0 0 20px;
}
.single-post #conteudo .box-title span a {
	color: #666;
	font-size: 14px;
	display: inline-block;
	transition: .3s;
}
.single-post #conteudo .box-title span a::after {
	content: ',';
	display: inline-block;
	margin: 0 7px 0 0;
}
.single-post #conteudo .box-title span a:last-child::after {
	display: none;
}
.single-post #conteudo .box-title span a:hover {
	color: var(--azul-claro);
}
.single-post #conteudo .box-title h1 {
	color: var(--azul-escuro);
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}
@media (max-width: 580px) {
	.single-post #conteudo .box-title h1 {
		font-size: 28px;
	}
}

.single-post #conteudo .box-info {
	margin: 0 0 50px;
}
.single-post #conteudo .box-info p {
	color: #919191;
	margin: 0;
}
.single-post #conteudo .box-info span {
	color: var(--azul-claro);
	font-weight: 600;
}

.single-post #conteudo .box-content {
	max-width: 780px;
	margin: 0 auto;
}
.single-post #conteudo .box-content p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 25px;
}

.single-post #conteudo .box-social {
	margin: 60px 0 0;
}
@media (max-width: 580px) {
	.single-post #conteudo .box-social {
		margin: 60px 0;
	}
}
.single-post #conteudo .box-social div {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3,1fr);
	width: 100%;
}
.single-post #conteudo .box-social a {
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px 0 0;
	border-radius: 10px;
	background: #F8F8F8;
}

/* ######
	 [ Sobre ] Conteúdo
############ */

.page-template-sobre #conteudo {
	padding: 50px 0 0;
}

.page-template-sobre #conteudo .box-image {
	margin: 0 0 50px;
}
.page-template-sobre #conteudo .box-image img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	border-radius: 20px;
}

.page-template-sobre #conteudo .box-contain {
	max-width: 900px;
}

.page-template-sobre #conteudo .box-title {
	margin: 0 0 30px;
}
.page-template-sobre #conteudo .box-title p {
	font-size: 18px;
	margin: 0;
}
.page-template-sobre #conteudo .box-title h1 {
	color: var(--azul-escuro);
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.page-template-sobre #conteudo .box-content p {
	font-size: 18px;
	line-height: 1.8;
	margin: 0 0 20px;
}
.page-template-sobre #conteudo .box-content p:last-child {
	margin: 0;
}

/* ######
	 [ Sobre ] Equipe
############ */

.page-template-sobre #equipe {
	padding: 50px 0 0;
}

.page-template-sobre #equipe .box-title {
	margin: 0 0 30px;
}
.page-template-sobre #equipe .box-title p {
	font-size: 18px;
	margin: 0;
}
.page-template-sobre #equipe .box-title h2 {
	color: var(--azul-escuro);
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.page-template-sobre #equipe .box-contain {
	max-width: 900px;
}

.page-template-sobre #equipe .box-item {
	margin: 0 0 50px;
}
.page-template-sobre #equipe .box-item:last-child {
	margin: 0;
}

@media (max-width: 580px) {
	.page-template-sobre #equipe .box-item-image {
		margin: 0 0 30px;
	}
}
.page-template-sobre #equipe .box-item-image img {
	width: 100%;
	border-radius: 20px;
}

.page-template-sobre #equipe .box-item-info h2 {
	color: var(--azul-escuro);
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 20px;
}
.page-template-sobre #equipe .box-item-info p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 20px;
}
.page-template-sobre #equipe .box-item-info p:last-child {
	margin: 0;
}