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

	Theme name: Asbrale
	Theme URI: link_da_empresa
	Description: Este tema foi desenvolvido exclusivamente para a Asbrale.

	Code: Gabriel Amarante | https://gabrielfreelancer.com.br
	Author: Visuality
	Author URI: https://visuality.com.br

	Version: MK.11.2023

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

@charset "UTF-8";

/* ######
   Inclusões
############ */

@import "assets/css/_bootstrap.css";
@import "assets/css/_flickity.css";
/* @import "assets/css/_fancybox.css"; */

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

* { outline: none; }

html { scroll-behavior: smooth; }

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

body {
	color: var(--cor-texto);
	font-size: 16px;
	font-family: var(--fonte-texto);
}

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

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 */
	--fonte-texto: 'Montserrat', sans-serif;
	/* Cores */
  --cor-texto: #707070;

	--preto: #232324;
	--amarelo: #F8CC22;
	--cinza-claro: #EFEFEF;
	--cinza-escuro: #747474;
	--azul-claro: #005FB4;
	--azul-escuro: #004E94;
	--verde-claro: #00C647;
	--verde-escuro: #019235;
	--branco-transparente: rgba(255,255,255,.8);
}

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

.site {
	overflow: hidden;
}

/* box-slide */

.box-slide {
	position: relative;
}

/* 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(--cor-texto);
	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(--cor-texto);
}

/* flickity-page-dots */

.flickity-page-dots {
	bottom: -50px;
}
.flickity-page-dots .dot {
	width: 30px;
	height: 2px;
	opacity: .7;
	border-radius: 0;
	background: #B2B2B2;
}
.flickity-page-dots .dot.is-selected {
	opacity: 1;
	background: var(--azul-claro);
}

/* box-return */

.box-return {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: -1;
	opacity: 0;
	transition: .3s;
}
.box-return.active {
	z-index: 5;
	opacity: 1;
}
.box-return a {
	font-size: 0;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--azul-escuro) url(assets/images/icons/arrow-return.svg) no-repeat center 14px;
	background-size: 20px auto;
}

/* box-post */

.box-post {
	margin: 0 0 50px;
	transition: .3s;
	border-radius: 10px;
	background: #fff;
}
.blog .box-post {
	background: #f9f9f9;
}
.blog .box-post:hover {
	transform: translateY(-15px);
}

.box-post-image {
	margin: 0;
}
.box-post-image a {
	display: block;
}
.box-post-image img {
	width: 100%;
	height: 245px;
	border-radius: 10px;
	object-fit: cover;
}

.box-post-info {
	padding: 30px 40px;
}
.box-post-info span a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
}
.box-post-info span a:first-child {
	display: inline-block;
}
.box-post-info h3 {
	color: var(--preto);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-overflow: ellipsis;
	display: -webkit-box;
	margin: 8px 0 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 1200px) {
	.box-post-info h3 {
		font-size: 16px;
	}
}
.box-post-info hr {
	width: 38px;
	margin: 20px 0;
}
.box-post-info p {
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ######
   Pré-carregamento
############ */

#preloader {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: .5s;
	background: #FFF;
}
#preloader.disabled {
	z-index: -9;
	opacity: 0;
}
#preloader img {
	width: 80px;
	max-width: 95vw;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

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

/* titulo-escuro */

.titulo-escuro {
	color: var(--preto);
	font-size: 50px;
	line-height: 1.2;
	margin: 0;
}
@media (max-width: 850px) {
	.titulo-escuro {
		font-size: 40px;
	}
}

/* titulo-claro */

.titulo-claro {
	color: #fff;
	font-size: 50px;
	line-height: 1.2;
	margin: 0;
}
@media (max-width: 850px) {
	.titulo-claro {
		font-size: 40px;
	}
}

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

/* leia-mais */

.leia-mais {
	color: var(--azul-escuro);
	font-weight: bold;
	display: inline-block;
	padding: 0 30px 0 0;
	position: relative;
	transition: .3s;
}
.leia-mais:hover {
	color: var(--azul-escuro);
	padding: 0 0 0 30px;
}
.leia-mais:after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: .3s;
	background: url('assets/images/icons/seta-verde.svg') no-repeat center center;
}
.leia-mais:hover:after {
	right: calc(100% - 17px);
}

/* botao-azul */

.botao-azul {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 12px 60px 12px 30px;
	position: relative;
	transition: .3s;
	border: none;
	border-radius: 25px;
	background: var(--azul-escuro);
}
.botao-azul:hover ,
.botao-azul:focus {
	color: #fff;
	padding: 12px 30px 12px 60px;
	background: var(--azul-claro);
}
.botao-azul:after {
	content: '';
	display: block;
	width: 17px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: .3s;
	background: url('assets/images/icons/seta-verde.svg') no-repeat center center;
}
.botao-azul:hover:after {
	right: calc(100% - 47px);
}

/* botao-branco */

.botao-branco {
	color: var(--azul-escuro);
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 12px 60px 12px 30px;
	position: relative;
	transition: .3s;
	border: none;
	border-radius: 25px;
	background: #fff;
}
.botao-branco:hover {
	color: var(--azul-escuro);
	padding: 12px 30px 12px 60px;
}
.botao-branco:after {
	content: '';
	display: block;
	width: 17px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: .3s;
	background: url('assets/images/icons/seta-verde.svg') no-repeat center center;
}
.botao-branco:hover:after {
	right: calc(100% - 47px);
}

/* loadMoreBtn */

.loadMoreBtn ,
.loadMoreBtn:focus {
	color: var(--azul-escuro);
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 12px 60px 12px 30px;
	position: relative;
	transition: .3s;
	box-shadow: none;
	outline: none;
	border: solid 1px #ccc;
	border-radius: 25px;
	background: #fff;
}
.loadMoreBtn:hover {
	color: var(--azul-escuro);
	padding: 12px 30px 12px 60px;
}
.loadMoreBtn:after {
	content: '';
	display: block;
	width: 17px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: .3s;
	background: url('assets/images/icons/seta-verde.svg') no-repeat center center;
}
.loadMoreBtn:hover:after {
	right: calc(100% - 47px);
}

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

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

/* ######
   Mobile
############ */

#mobile {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: .3s;
	background: rgba(0,0,0,.9);
}
#mobile.active {
	z-index: 9;
	opacity: 1;
}

/* box-contain */

#mobile .box-contain {
	width: calc(100% - 40px);
	max-width: 400px;
	padding: 40px 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 10px;
	background: #FFF;
}
#mobile .box-contain button {
	font-size: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 40px;
	border: none;
	background: url('assets/images/icons/close.svg') no-repeat center center;
	background-size: contain;
}

/* navbar */

#mobile .navbar {
	display: block;
	width: 100%;
	padding: 0;
}
#mobile .navbar ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#mobile .navbar li {
	display: block;
	margin: 0 0 15px;
}
#mobile .navbar li:last-child {
	margin: 0;
}
#mobile .navbar a {
	color: var(--cor-texto);
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
}
#mobile .navbar .destaque a {
	color: var(--azul-escuro);
	font-weight: bold;
}

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

#header {
	width: 100%;
	position: fixed;
	top: 10px;
	left: 0;
	z-index: 6;
}

/* box-contain */

#header .box-contain {
	padding: 10px 40px;
	border-radius: 45px;
	background: #fff;
}
@media (max-width: 1200px) {
	#header .box-contain {
		padding: 10px 30px;
	}
}

/* box-logo */

#header .box-logo {
	margin: 0;
}
#header .box-logo img {
	max-height: 50px;
}

/* navbar */

#header .navbar {
	width: 100%;
	padding: 0;
}
#header .navbar ul {
	list-style: none;
	text-align: right;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#header .navbar li {
	display: inline-block;
	margin: 0 0 0 30px;
}
@media (max-width: 1400px) {
	#header .navbar li {
		margin: 0 0 0 15px;
	}
}
#header .navbar li:first-child {
	margin: 0;
}
#header .navbar a {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	transition: .3s;
}
#header .navbar a:hover {
	color: var(--azul-escuro);
}
#header .navbar a[aria-current="page"] {
	color: var(--azul-escuro);
	font-weight: bold;
}

/* box-link */

#header .box-link {
	text-align: center;
	width: 100%;
}
@media (max-width: 1200px) {
	#header .box-link {
		text-align: right;
	}
}

/* box-menu */

#header .box-menu {
	text-align: right;
	width: 100%;
}
#header .box-menu button {
	color: var(--azul-escuro);
	font-size: 30px;
	display: inline-block;
	width: 40px;
	padding: 0;
	border: none;
	background: transparent;
}
#header .box-menu button svg {
	height: 30px;
	fill: var(--azul-escuro);
}

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

#footer {
	padding: 65px 0;
	background: var(--azul-claro);
}

#footer .box-logo {
	text-align: center;
	margin: 0 0 65px;
}
@media (max-width: 580px) {
	#footer .box-logo {
		margin: 0 0 20px;
	}
}
#footer .box-logo img {
	max-width: 230px;
	filter: brightness(0) invert(1);
}

#footer .box-title {
	margin: 0 0 25px;
}
@media (max-width: 580px) {
	#footer .box-title {
		text-align: center;
		margin: 50px 0 25px;
	}
}
#footer .box-title h5 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

@media (max-width: 850px) {
	#footer .box-title-espaco {
		margin: 50px 0 25px;
	}
}

#footer .navbar {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#footer .navbar ul {
	list-style: none;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	margin: 0;
	padding: 0;
}
#footer .navbar li {
	display: block;
}
@media (max-width: 580px) {
	#footer .navbar li {
		text-align: center;
	}
}
#footer .navbar a {
	color: var(--branco-transparente);
}

@media (max-width: 580px) {
	#footer .box-locale ul {
		max-width: 320px;
		margin: 0 auto;
	}
}
#footer .box-locale li {
	vertical-align: top;
}
#footer .box-locale li:first-child {
	padding: 0 10px 0 0;
}
@media (max-width: 580px) {
	#footer .box-locale li:first-child {
		display: none;
	}
}
#footer .box-locale p {
	color: var(--branco-transparente);
}
@media (max-width: 580px) {
	#footer .box-locale p {
		text-align: center;
	}
}

#footer .box-contato ul {
	margin: 0 0 10px;
}
@media (max-width: 580px) {
	#footer .box-contato ul {
		max-width: 270px;
		margin: 0 auto 10px;
	}
}
#footer .box-contato li {
	vertical-align: top;
}
#footer .box-contato li:first-child {
	padding: 0 10px 0 0;
}
#footer .box-contato a {
	color: var(--branco-transparente);
}

@media (max-width: 580px) {
	#footer .box-social {
		text-align: center;
	}
}
#footer .box-social a {
	display: inline-block;
	margin: 0 5px 0 0;
	transition: .3s;
}
#footer .box-social a:hover {
	opacity: .7;
}
#footer .box-social a:last-child {
	margin: 0;
}
#footer .box-social img {
	width: 40px;
}

/* ######
   Copyright
############ */

#copyright {
	padding: 14px 0;
	background: var(--azul-escuro);
}

#copyright .box-info {
	text-align: center;
}
#copyright .box-info p {
	color: #fff;
	font-size: 14px;
	margin: 0;
}
#copyright .box-info a {
	color: #fff;
	font-weight: bold;
	transition: .3s;
}
#copyright .box-info a:hover {
	color: var(--amarelo);
}

/* ######
   Depoimento
############ */

#depoimento {
	padding: 180px 0;
	background: url('assets/images/bg/depoimento.png') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
@media (max-width: 580px) {
	#depoimento {
		padding: 80px 0 180px;
		background-attachment: initial;
	}
}

#depoimento .slide-item {
	width: 100%;
}

#depoimento .slide-item-info {
	text-align: center;
	max-width: 770px;
	margin: 0 auto;
}
@media (max-width: 1200px) {
	#depoimento .slide-item-info {
		max-width: 700px;
	}
}
@media (max-width: 850px) {
	#depoimento .slide-item-info {
		padding: 0 100px;
	}
}
@media (max-width: 580px) {
	#depoimento .slide-item-info {
		padding: 0 20px;
	}
}
#depoimento .slide-item-info p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: .03em;
	margin: 40px 0 30px;
}
@media (max-width: 580px) {
	#depoimento .slide-item-info p {
		font-size: 16px;
	}
}
#depoimento .slide-item-info h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

#depoimento .flickity-button ,
#depoimento .flickity-button:focus ,
#depoimento .flickity-button:active {
	width: 57px;
	height: 57px;
	left: 30px;
	box-shadow: none;
	border-radius: 5px;
	background: rgba(255,255,255,.25) url('assets/images/icons/seta-slide.png') no-repeat center center;
}
@media (max-width: 580px) {
	#depoimento .flickity-button ,
	#depoimento .flickity-button:focus ,
	#depoimento .flickity-button:active {
		top: calc(100% + 25px);
		left: calc(50% - 70px);
		transform: initial;
	}
}
#depoimento .flickity-button.next {
	left: auto;
	right: 30px;
	transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 580px) {
	#depoimento .flickity-button.next {
		left: auto;
		right: calc(50% - 70px);
		transform: rotate(180deg);
	}
}
#depoimento .flickity-button svg {
	display: none;
}

/* ######
   Seja um associado
############ */

#seja-associado {
	padding: 120px 0;
	position: relative;
}
@media (max-width: 580px) {
	#seja-associado {
		padding: 80px 0;
	}
	.page-template-seja-associado #seja-associado {
		padding: 80px 0 0;
	}
}
#seja-associado img {
	width: 50%;
	height: 95%;
	position: absolute;
	bottom: 0;
	left: 0;
	object-fit: cover;
	object-position: top right;
}
@media (max-width: 580px) {
	#seja-associado img {
		display: none;
	}
}

@media (max-width: 580px) {
	#seja-associado .box-content {
		text-align: center;
	}
}
#seja-associado .box-content p {
	margin: 20px 0 0;
}
#seja-associado .box-content a {
	margin: 40px 0 0;
}

/* ######
   Capa
############ */

#capa {
	padding: 200px 0 120px;
	position: relative;
}
.page-editais #capa ,
.page-associados #capa {
	padding: 150px 0 180px;
}
@media (max-width: 580px) {
	.page-editais #capa ,
	.page-associados #capa {
		padding: 150px 0 100px;
	}
}
#capa img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	object-fit: cover;
}
.page-editais #capa img ,
.page-associados #capa img {
	object-position: bottom center;
}

#capa .box-content {
	max-width: 410px;
	position: relative;
	z-index: 2;
}
.page-editais #capa .box-content ,
.page-associados #capa .box-content {
	max-width: 460px;
}
@media (max-width: 580px) {
	.page-editais #capa .box-content ,
	.page-associados #capa .box-content {
		text-align: center;
	}
}
#capa .box-content p {
	color: #fff;
	margin: 10px 0 40px;
}

#capa .box-search {
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
@media (max-width: 580px) {
	#capa .box-search {
		margin: 50px 0 0;
	}
}
#capa .box-search ul {
	display: block;
	margin: 0;
	padding: 0;
}
#capa .box-search li {
	display: block;
	margin: 0;
	padding: 10px 0;
}
#capa .box-search label {
	width: 100%;
}
#capa .box-search select {
	width: 100%;
	padding: 15px 35px;
	border: none;
	border-radius: 50px;
	background-color: #fff;
}

/* ######
   Notícia
############ */

#noticia {
	padding: 100px 0;
	background: var(--cinza-claro);
}

#noticia .box-title {
	margin: 0 0 50px;
}
@media (max-width: 580px) {
	#noticia .box-title {
		text-align: center;
		margin: 0 0 20px;
	}
}

#noticia .box-link {
	text-align: right;
	width: 100%;
	margin: 0 0 50px;
}
@media (max-width: 580px) {
	#noticia .box-link {
		text-align: center;
	}
}

#noticia .slide-item {
	width: calc(100% / 3);
	padding: 0 8px;
	cursor: initial;
}
@media (max-width: 850px) {
	#noticia .slide-item {
		width: calc(100% / 2);
	}
}
@media (max-width: 580px) {
	#noticia .slide-item {
		width: 100%;
	}
}

#noticia .flickity-page-dots {
	bottom: -30px;
}

/* ######
   [Home] Banner
############ */

.home #banner {
	background: #fff;
}

.home #banner .slide-item {
	width: 100%;
	max-height: 95vh;
}
.home #banner .slide-item a {
	display: block;
}
.home #banner .slide-item img {
	width: 100%;
	max-height: 95vh;
	object-fit: cover;
	object-position: bottom center;
}

.home #banner .flickity-button ,
.home #banner .flickity-button:focus ,
.home #banner .flickity-button:active {
	width: 57px;
	height: 57px;
	left: 30px;
	box-shadow: none;
	border-radius: 5px;
	background: rgba(255,255,255,.25) url('assets/images/icons/seta-slide.png') no-repeat center center;
}
.home #banner .flickity-button.next {
	left: auto;
	right: 30px;
	transform: translateY(-50%) rotate(180deg);
}
.home #banner .flickity-button svg {
	display: none;
}

/* ######
   [Home] Sobre
############ */

.home #sobre {
	padding: 150px 0 300px;
	position: relative;
}
@media (max-width: 850px) {
	.home #sobre {
		padding: 50px 0;
	}
}
@media (max-width: 580px) {
	.home #sobre {
		padding: 50px 0 0;
	}
}
.home #sobre img {
	width: 50%;
	height: 800px;
	max-height: 95%;
	position: absolute;
	right: 0;
	bottom: 0;
	object-fit: cover;
	object-position: left top;
}
@media (max-width: 850px) {
	.home #sobre img {
		width: 45%;
	}
}
@media (max-width: 580px) {
	.home #sobre img {
		width: 100%;
		height: auto;
		margin: 60px 0 0;
		position: initial;
		right: auto;
		bottom: auto;
	}
}

.home #sobre .box-content {
	max-width: 350px;
}
.home #sobre .box-content p {
	margin: 15px 0 50px;
}

/* ######
   [Home] Faça parte
############ */

.home #faca-parte {
	margin: -150px 0 0;
	padding: 150px 0;
	position: relative;
	z-index: 1;
	background: url('assets/images/bg/azul.png') no-repeat top right;
}
@media (max-width: 850px) {
	.home #faca-parte {
		margin: 0;
		padding: 60px 0;
		background: var(--azul-escuro);
	}
}
@media (max-width: 580px) {
	.home #faca-parte {
		padding: 60px 0 0;
	}
}
.home #faca-parte img {
	width: 48%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	object-fit: cover;
}
@media (max-width: 580px) {
	.home #faca-parte img {
		width: 100%;
		height: auto;
		margin: 60px 0 0;
		position: initial;
		right: auto;
		bottom: auto;
	}
}

.home #faca-parte .box-content {
	max-width: 380px;
	margin: 0 auto;
}
.home #faca-parte .box-content p {
	color: var(--branco-transparente);
	margin: 15px 0 40px;
}

/* ######
   [Home] Contato
############ */

.home #contato {
	padding: 320px 0 80px;
	position: relative;
	background: var(--cinza-claro) url('assets/images/bg/azul.png') no-repeat top 250px right;
}
@media (max-width: 850px) {
	.home #contato {
		padding: 120px 0 80px;
		background-position: top right;
	}
}
@media (max-width: 580px) {
	.home #contato {
		padding: 100px 0 50px;
		background-size: 1000px auto;
	}
}
.home #contato img {
	width: 45%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	object-fit: contain;
	object-position: bottom left;
}
@media (max-width: 850px) {
	.home #contato img {
		object-fit: cover;
		object-position: top 30px right 0;
	}
}
@media (max-width: 580px) {
	.home #contato img {
		display: none;
	}
}

.home #contato .box-title {
	margin: 0 0 50px;
}
@media (max-width: 850px) {
	.home #contato .box-title {
		margin: 0 0 30px;
	}
}
.home #contato .box-title h2 {
	font-size: 30px;
}

.home #contato .box-link a {
	color: #fff;
	font-size: 22px;
	display: block;
	width: 100%;
	min-height: 36px;
	padding: 30px 0;
	position: relative;
	border-bottom: solid 1px rgba(255,255,255,.3);
}
@media (max-width: 1200px) {
	.home #contato .box-link a {
		padding: 30px 50px 30px 0;
	}
}
@media (max-width: 850px) {
	.home #contato .box-link a {
		font-size: 18px;
		min-height: 28px;
		padding: 15px 0;
		background-size: 20px auto;
	}
}
.home #contato .box-link a::after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	transform: translateY(-50%);
	transition: .3s;
	background: url('assets/images/icons/seta-link.svg') no-repeat right center;
}
@media (max-width: 850px) {
	.home #contato .box-link a::after {
		width: 30px;
		height: 30px;
		background-size: contain;
	}
}
.home #contato .box-link a:hover::after {
	transform: translateY(-50%) rotate(45deg);
}
.home #contato .box-link a:last-child {
	border: none;
}

/* ######
   [Sobre] Introdução
############ */

.page-template-sobre #introducao {
	padding: 200px 0;
	position: relative;
}
.page-template-sobre #introducao img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	filter: brightness(.3);
	object-fit: cover;
	object-position: center bottom;
}

.page-template-sobre #introducao .box-title {
	text-align: center;
	position: relative;
	z-index: 2;
}

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

.page-template-sobre #conteudo {
	padding: 150px 0;
}
@media (max-width: 580px) {
	.page-template-sobre #conteudo {
		padding: 100px 0;
	}
}

.page-template-sobre #conteudo .box-title {
	width: 100%;
}
@media (max-width: 580px) {
	.page-template-sobre #conteudo .box-title {
		margin: 0 0 50px;
	}
}

.page-template-sobre #conteudo .box-info {
	width: 100%;
}
.page-template-sobre #conteudo .box-info p {
	margin: 0;
}

/* ######
   [Sobre] Missão
############ */

.page-template-sobre #missao {
	padding: 170px 0;
	position: relative;
	background: var(--azul-claro);
}
@media (max-width: 580px) {
	.page-template-sobre #missao {
		padding: 80px 0 0;
	}
}
.page-template-sobre #missao img {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	object-position: right center;
}
@media (max-width: 580px) {
	.page-template-sobre #missao img {
		width: 100%;
		height: auto;
		margin: 60px 0 0;
		position: initial;
		right: auto;
		bottom: auto;
	}
}

.page-template-sobre #missao .box-content p {
	color: #fff;
	margin: 20px 0 0;
}

/* ######
   [Sobre] História
############ */

.page-template-sobre #historia {
	padding: 110px 0;
	position: relative;
	background: #fff;
}
@media (max-width: 580px) {
	.page-template-sobre #historia {
		padding: 80px 0 0;
	}
}
.page-template-sobre #historia img {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	object-fit: cover;
}
@media (max-width: 580px) {
	.page-template-sobre #historia img {
		width: 100%;
		height: auto;
		margin: 60px 0 0;
		position: initial;
		right: auto;
		bottom: auto;
	}
}

.page-template-sobre #historia .box-content {
	max-width: 500px;
	margin: 0 auto;
}
@media (max-width: 1200px) {
	.page-template-sobre #historia .box-content {
		padding: 0 0 0 30px;
	}
}
@media (max-width: 580px) {
	.page-template-sobre #historia .box-content {
		padding: 0;
	}
}
.page-template-sobre #historia .box-content p {
	margin: 20px 0 0;
}
.page-template-sobre #historia .box-content a {
	margin: 40px 0 0;
}

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

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

.page-template-sobre #equipe .box-title {
	text-align: center;
	margin: 0 0 50px;
}

.page-template-sobre #equipe .slide-item {
	width: 330px;
	padding: 0 10px;
	cursor: initial;
}

.page-template-sobre #equipe .box-item {
	padding: 20px 0 0;
	transition: .5s;
}
.page-template-sobre #equipe .box-item:hover {
	padding: 0 0 20px;
}
.page-template-sobre #equipe .box-item img {
	width: 100%;
	height: 430px;
	border-radius: 10px;
	object-fit: cover;
}
.page-template-sobre #equipe .box-item span {
	display: block;
	position: relative;
}
.page-template-sobre #equipe .box-item span:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: -2px;
	right: -2px;
	border-style: solid;
	border-width: 0 0 100px 100px;
	border-color: transparent transparent #fff transparent;
	transform: rotate(0deg);
}
.page-template-sobre #equipe .box-item h3 {
	color: var(--azul-claro);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 0;
}
.page-template-sobre #equipe .box-item h4 {
	color: var(--preto);
	font-size: 16px;
	margin: 0 0 6px;
}
.page-template-sobre #equipe .box-item p {
	font-size: 14px;
	margin: 0;
}

/* ######
   [Sobre] Presidente
############ */

.page-template-sobre #presidente {
	padding: 40px 0 150px;
}

.page-template-sobre #presidente .box-title {
	text-align: center;
	margin: 0 0 60px;
}

.page-template-sobre #presidente .slide-item {
	width: 330px;
	padding: 0 10px;
	cursor: initial;
}

.page-template-sobre #presidente .box-item {
	margin: 0 0 40px;
}
.page-template-sobre #presidente .box-item img {
	width: 100%;
	height: 430px;
	border-radius: 10px;
	object-fit: cover;
}
.page-template-sobre #presidente .box-item span {
	display: block;
	position: relative;
}
.page-template-sobre #presidente .box-item span:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: -2px;
	right: -2px;
	border-style: solid;
	border-width: 0 0 100px 100px;
	border-color: transparent transparent #fff transparent;
	transform: rotate(0deg);
}
.page-template-sobre #presidente .box-item h3 {
	color: var(--azul-claro);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 0;
}
.page-template-sobre #presidente .box-item h4 {
	color: var(--preto);
	font-size: 16px;
	margin: 0 0 6px;
}
.page-template-sobre #presidente .box-item p {
	font-size: 14px;
	margin: 0;
}

/* ######
   [Sobre] Ata
############ */

.page-template-sobre #ata {
	padding: 120px 0;
	position: relative;
	background: var(--cinza-claro);
}
@media (max-width: 580px) {
	.page-template-sobre #ata {
		padding: 80px 0;
	}
}
.page-template-sobre #ata img {
	width: 50%;
	height: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	object-fit: cover;
	object-position: top right;
}
@media (max-width: 580px) {
	.page-template-sobre #ata img {
		display: none;
	}
}

.page-template-sobre #ata .box-content {
	max-width: 420px;
}
@media (max-width: 580px) {
	.page-template-sobre #ata .box-content {
		text-align: center;
	}
}
.page-template-sobre #ata .box-content p {
	margin: 20px 0 0;
}
.page-template-sobre #ata .box-content a {
	margin: 40px 0 0;
}

/* ######
   [Seja um associado] Sobre
############ */

.page-template-seja-associado #sobre {
	padding: 150px 0 0;
}
@media (max-width: 580px) {
	.page-template-seja-associado #sobre {
		padding: 80px 0;
	}
}

.page-template-seja-associado #sobre .box-content {
	width: 90%;
}
@media (max-width: 850px) {
	.page-template-seja-associado #sobre .box-content {
		width: 100%;
		margin: 0 0 50px;
	}
}
@media (max-width: 580px) {
	.page-template-seja-associado #sobre .box-content {
		text-align: center;
	}
}
.page-template-seja-associado #sobre .box-content p {
	margin: 20px 0 50px;
}

.page-template-seja-associado #sobre .box-item {
	height: calc(100% - 25px);
	margin: 0 0 25px;
	padding: 30px;
	box-shadow: 0 3px 30px rgba(0,0,0,.1);
	border-radius: 10px;
	background: #fff;
}
.page-template-seja-associado #sobre .box-item h3 {
	color: var(--preto);
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 10px;
}
.page-template-seja-associado #sobre .box-item p {
	margin: 0;
}

/* ######
   [Seja um associado] Como
############ */

.page-template-seja-associado #como {
	padding: 250px 0 150px;
	overflow: hidden;
}
@media (max-width: 850px) {
	.page-template-seja-associado #como {
		padding: 150px 0;
	}
}
@media (max-width: 580px) {
	.page-template-seja-associado #como {
		padding: 80px 0;
		background: linear-gradient(to right, #005FB4 0%, #00A8FF 100%);
	}
}

.page-template-seja-associado #como .box-image {
	margin: 0;
	position: relative;
}
@media (max-width: 580px) {
	.page-template-seja-associado #como .box-image {
		margin: 60px 0 0;
	}
}
.page-template-seja-associado #como .box-image:before {
	content: '';
	display: block;
	width: 100vw;
	height: calc(100% - 50px);
	position: absolute;
	top: -50px;
	left: -50px;
	z-index: 1;
	border-radius: 30px;
	background: linear-gradient(to right, #005FB4 0%, #00A8FF 100%);
}
@media (max-width: 1200px) {
	.page-template-seja-associado #como .box-image:before {
		height: calc(100% + 20px);
	}
}
@media (max-width: 850px) {
	.page-template-seja-associado #como .box-image:before {
		height: calc(100% + 200px);
	}
}
@media (max-width: 580px) {
	.page-template-seja-associado #como .box-image:before {
		display: none;
	}
}
.page-template-seja-associado #como .box-image img {
	position: relative;
	z-index: 2;
}

.page-template-seja-associado #como .box-content {
	max-width: 340px;
	position: relative;
	z-index: 2;
}
@media (max-width: 580px) {
	.page-template-seja-associado #como .box-content {
		text-align: center;
	}
	.page-template-seja-associado #como .box-content h2 {
		max-width: 300px;
		margin: 0 auto;
	}
}
.page-template-seja-associado #como .box-content p {
	color: #fff;
	margin: 20px 0 0;
}
.page-template-seja-associado #como .box-content a {
	margin: 50px 0 0;
}

/* ######
   [Seja um associado] Formulário
############ */

.page-template-seja-associado #formulario {
	padding: 100px 0;
}

.page-template-seja-associado #formulario .box-content {
	text-align: center;
	margin: 0 0 40px;
}
.page-template-seja-associado #formulario .box-content p {
	margin: 20px 0 0;
}

.page-template-seja-associado #formulario .box-form {
	max-width: 650px;
	margin: 0 auto;
}
.page-template-seja-associado #formulario .box-form input ,
.page-template-seja-associado #formulario .box-form textarea {
	color: var(--azul-claro);
	font-size: 16px;
	font-family: var(--fonte-texto);
	width: 100%;
	height: 55px;
	margin: 0 0 15px;
	padding: 0 25px;
	border: none;
	border-radius: 50px;
	background: var(--cinza-claro);
}
.page-template-seja-associado #formulario .box-form textarea {
	height: 150px;
	padding: 15px 25px;
	border-radius: 25px;
}
.page-template-seja-associado #formulario .box-form button {
	display: block;
	margin: 0 auto;
}

.page-template-seja-associado #formulario .wpcf7-not-valid-tip {
	font-size: 13px;
	margin: -15px 0 5px 25px;
}
.page-template-seja-associado #formulario .wpcf7-response-output {
	text-align: center;
	margin: 20px 0 0;
	padding: 0;
	border: none;
}

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

.page-template-contato #conteudo {
	padding: 100px 0;
}

.page-template-contato #conteudo .box-content {
	text-align: center;
	margin: 0 0 40px;
}
.page-template-contato #conteudo .box-content p {
	margin: 20px 0 0;
}

.page-template-contato #conteudo .box-form {
	max-width: 650px;
	margin: 0 auto;
}
.page-template-contato #conteudo .box-form input ,
.page-template-contato #conteudo .box-form textarea {
	color: var(--azul-claro);
	font-size: 16px;
	font-family: var(--fonte-texto);
	width: 100%;
	height: 55px;
	margin: 0 0 15px;
	padding: 0 25px;
	border: none;
	border-radius: 50px;
	background: var(--cinza-claro);
}
.page-template-contato #conteudo .box-form textarea {
	height: 150px;
	padding: 15px 25px;
	border-radius: 25px;
}
.page-template-contato #conteudo .box-form button {
	display: block;
	margin: 0 auto;
}

.page-template-contato #conteudo .wpcf7-not-valid-tip {
	font-size: 13px;
	margin: -15px 0 5px 25px;
}
.page-template-contato #conteudo .wpcf7-response-output {
	text-align: center;
	margin: 20px 0 0;
	padding: 0;
	border: none;
}

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

.page-editais #conteudo {
	padding: 130px 0 100px;
}

.page-editais #conteudo .box-item {
	height: calc(100% - 50px);
	margin: 0 0 50px;
	padding: 35px 35px 50px;
	position: relative;
	border-radius: 20px;
	background: var(--cinza-claro);
}
.page-editais #conteudo .box-item h2 {
	color: var(--preto);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	text-overflow: ellipsis;
	display: -webkit-box;
	margin: 0 0 20px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 1200px) {
	.page-editais #conteudo .box-item h2 {
		font-size: 18px;
	}
}
.page-editais #conteudo .box-item h3 {
	color: var(--preto);
	font-size: 14px;
	margin: 0 0 8px;
}
.page-editais #conteudo .box-item p {
	font-size: 14px;
	line-height: 1.6;
	text-overflow: ellipsis;
	display: -webkit-box;
	margin: 0;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.page-editais #conteudo .box-item a {
	width: 220px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	border: solid 1px #D4D4D4;
}

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

.page-associados #conteudo {
	padding: 100px 0 70px;
}

.page-associados #conteudo .box-item {
	height: calc(100% - 30px);
	margin: 0 0 30px;
	border-radius: 20px;
	box-shadow: 0 3px 30px rgba(0,0,0,.1);
	background: #fff;
}

.page-associados #conteudo .box-item-image {
	margin: 0;
}
.page-associados #conteudo .box-item-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
}
@media (max-width: 580px) {
	.page-associados #conteudo .box-item-image img {
		height: 300px;
	}
}

.page-associados #conteudo .box-item-info {
	padding: 30px;
}
.page-associados #conteudo .box-item-info h3 {
	color: var(--azul-escuro);
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px;
}
.page-associados #conteudo .box-item-info ul {
	width: 100%;
	margin: 0 0 10px;
}
.page-associados #conteudo .box-item-info li {
	vertical-align: top;
}
.page-associados #conteudo .box-item-info li:first-child {
	width: 25px;
}
.page-associados #conteudo .box-item-info p {
	font-size: 14px;
	margin: 0;
}
.page-associados #conteudo .box-item-social {
	margin: 20px 0 0;
}
.page-associados #conteudo .box-item-social a {
	color: var(--azul-claro);
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 0 10px 0 0;
	transition: .3s;
	border: solid 1px #CCC;
	border-radius: 50%;
}
.page-associados #conteudo .box-item-social a:hover {
	border-color: var(--azul-escuro);
}
.page-associados #conteudo .box-item-social svg {
	height: 15px;
	fill: var(--azul-claro);
}

/* ######
   [Blog] Capa
############ */

.blog #destaque {
	border-radius: 0 0 40px 40px;
	overflow: hidden;
	background: var(--azul-claro);
}

.blog #destaque .box-image {
	margin: 0;
}
.blog #destaque .box-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.blog #destaque .box-title {
	width: 100%;
}
@media (max-width: 580px) {
	.blog #destaque .box-title {
		text-align: center;
	}
}
.blog #destaque .box-title h1 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}
@media (max-width: 1200px) {
	.blog #destaque .box-title h1 {
		font-size: 35px;
	}
}
@media (max-width: 580px) {
	.blog #destaque .box-title h1 {
		font-size: 24px;
		margin: 0 0 10px;
	}
}

.blog #destaque .box-contain {
	padding: 80px 0;
}
@media (max-width: 580px) {
	.blog #destaque .box-contain {
		padding: 40px 0 60px;
	}
}

.blog #destaque .box-post-categoria {
	display: block;
	margin: 0 0 12px;
}
.blog #destaque .box-post-categoria a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin: 0 0 5px;
}
.blog #destaque .box-post-categoria a:after {
	content: ',';
	display: inline-block;
	margin: 0 5px 0 0;
}
.blog #destaque .box-post-categoria a:last-child:after {
	display: none;
}

@media (max-width: 580px) {
	.blog #destaque .box-info {
		text-align: center;
	}
}
.blog #destaque .box-info a.botao-branco {
	margin: 25px 0 0;
}
.blog #destaque .box-info ul {
	margin: 0 0 6px;
}
@media (max-width: 580px) {
	.blog #destaque .box-info ul {
		margin: 0 auto 5px;
	}
}
.blog #destaque .box-info li {
	color: #fff;
	font-size: 14px;
}
.blog #destaque .box-info li:first-child {
	width: 25px;
}

.blog #destaque .box-info .bsf-rt-display-label:after {
	content: '' !important;
}
.blog #destaque .box-info .bsf-rt-display-postfix:after {
	content: 'minutos de leitura' !important;
}

/* ######
   [Blog] Listagem
############ */

.blog #lista {
	padding: 100px 0 70px;
}

/* ######
   [Categoria] Listagem
############ */

.category #lista {
	padding: 150px 0;
}

.category #lista .box-title {
	margin: 0 0 50px;
}

/* ######
   [Post] Introdução
############ */

.single-post #introducao {
	padding: 150px 0 100px;
	background: var(--cinza-claro);
}
@media (max-width: 580px) {
	.single-post #introducao {
		padding: 100px 0 50px;
	}
}

.single-post #introducao .box-title h1 {
	color: var(--azul-escuro);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}
@media (max-width: 1200px) {
	.single-post #introducao .box-title h1 {
		font-size: 35px;
	}
}
@media (max-width: 580px) {
	.single-post #introducao .box-title h1 {
		font-size: 35px;
		margin: 0 0 30px;
	}
}

.single-post #introducao .box-info-categoria {
	margin: 0 0 12px;
}
.single-post #introducao .box-info-categoria a {
	color: var(--preto);
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}
.single-post #introducao .box-info-categoria a:after {
	content: ',';
	display: inline-block;
	margin: 0 5px 0 0;
}
.single-post #introducao .box-info-categoria a:last-child:after {
	display: none;
}
.single-post #introducao .box-info a.botao-branco {
	color: var(--azul-escuro);
	margin: 25px 0 0;
}
.single-post #introducao .box-info ul {
	margin: 0 0 6px;
}
.single-post #introducao .box-info li {
	font-size: 14px;
}
.single-post #introducao .box-info li:first-child {
	width: 25px;
}
.single-post #introducao .box-info li img {
	filter: brightness(0);
}

.single-post #introducao .box-info .bsf-rt-display-label:after {
	content: '' !important;
}
.single-post #introducao .box-info .bsf-rt-display-postfix:after {
	content: 'minutos de leitura' !important;
}

/* ######
   [Post] Imagem
############ */

.single-post #imagem .box-image {
	margin: 0;
}
.single-post #imagem .box-image img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}

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

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

.single-post #conteudo .box-sidebar {
	padding: 30px 0;
	border-radius: 15px;
	background: var(--cinza-claro);
}
@media (max-width: 850px) {
	.single-post #conteudo .box-sidebar {
		margin: 60px 0 0;
	}
}
.single-post #conteudo .box-sidebar h4 {
	color: var(--preto);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	max-width: 200px;
	margin: 0 auto 20px;
}

.single-post #conteudo .box-compartilhe {
	text-align: center;
	padding: 0 20px 30px;
	margin: 0 0 30px;
	border-bottom: solid 1px rgba(0,0,0,.15);
}
.single-post #conteudo .box-compartilhe a {
	color: var(--azul-escuro);
	line-height: 30px;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 0 5px;
	transition: .3s;
	border: solid 1px rgba(0,0,0,.15);
	border-radius: 50%;
}
.single-post #conteudo .box-compartilhe a:hover {
	color: var(--azul-claro);
}

.single-post #conteudo .box-categorias {
	text-align: center;
	padding: 0 20px;
}
.single-post #conteudo .box-categorias p {
	margin: 0 0 10px;
}
.single-post #conteudo .box-categorias a {
	font-size: 14px;
	display: inline-block;
	width: 200px;
	max-width: 100%;
	padding: 15px 0;
	transition: .3s;
	border: solid 1px rgba(0,0,0,.15);
	border-radius: 50px;
}
.single-post #conteudo .box-categorias a:hover {
	color: var(--azul-escuro);
	border-color: var(--azul-escuro);
}

.single-post #conteudo .box-content h1 ,
.single-post #conteudo .box-content h2 ,
.single-post #conteudo .box-content h3 ,
.single-post #conteudo .box-content h4 ,
.single-post #conteudo .box-content h5 ,
.single-post #conteudo .box-content h6 {
	color: var(--preto);
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 20px;
}
.single-post #conteudo .box-content p {
	line-height: 1.6;
	margin: 0 0 20px;
}
.single-post #conteudo .box-content img {
	margin: 0 0 20px;
	border-radius: 20px;
}