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

	Theme name: Museu Brilhante
	Theme URI: https://riobrilhanteemaçao.com.br/museu
	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(--azul-escuro);
	font-size: 16px;
	font-family: var(--poppins);
	line-height: 1.5;
}

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

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 */
	--azul-claro: #585DEE;
	--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(--azul-escuro);
	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(--azul-escuro);
}

/* 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(--azul-escuro) url('assets/images/icons/arrow-return.svg') no-repeat center 16px;
	background-size: 25px auto;
}

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

/* titulo */

.titulo {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 30px;
}
.titulo.azul {
	color: var(--azul-claro);
}
.titulo.pequeno {
	font-size: 30px;
}
.titulo.medio {
	font-size: 40px;
}
.titulo b , .titulo strong {
	color: var(--azul-claro);
	font-weight: bold;
}

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

/* botao-vermelho */

.botao-vermelho {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	transition: .3s;
	border-radius: 5px;
	background: #f00;
}
.botao-vermelho:hover {
	opacity: .5;
}

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

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

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

/* ######
   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;
}

#mobile .box-contain {
	width: calc(100% - 40px);
	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;
}

#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(--azul-escuro);
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
}

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

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

#header .box-logo {
	margin: 0;
}
@media (max-width: 580px) {
	#header .box-logo {
		text-align: center;
		margin: 0 0 20px;
	}
}
#header .box-logo a {
	display: inline-block;
}
#header .box-logo img {
	max-height: 60px;
}

#header .navbar {
	width: 100%;
	padding: 0;
}
#header .navbar ul {
	list-style: none;
	text-align: right;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
@media (max-width: 580px) {
	#header .navbar ul {
		text-align: center;
	}
}
#header .navbar li {
	display: inline-block;
	margin: 0 0 0 40px;
}
@media (max-width: 580px) {
	#header .navbar li {
		margin: 0 0 0 20px;
	}
}
#header .navbar li:first-child {
	margin: 0;
}
#header .navbar a {
	color: #fff;
	font-size: 18px;
	transition: .3s;
}
#header .navbar a:hover ,
#header .navbar .current-menu-item a {
	color: var(--azul-claro);
}

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

#footer {
	padding: 20px 0;
	border-top: solid 1px rgba(255,255,255,.2);
	background: var(--azul-escuro);
}

#footer .box-logo {
	margin: 0;
}
@media (max-width: 580px) {
	#footer .box-logo {
		text-align: center;
		margin: 0 0 20px;
	}
}
#footer .box-logo a {
	display: inline-block;
}
#footer .box-logo img {
	max-height: 60px;
}

#footer .box-copyright {
	text-align: right;
	width: 100%;
}
@media (max-width: 580px) {
	#footer .box-copyright {
		text-align: center;
	}
}
#footer .box-copyright p {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

/* ######
   Marcas
############ */

#marcas {
	padding: 60px 0;
}

#marcas .box-lista {
	align-items: center;
	justify-content: center;
	display: grid;
	gap: 30px 20px;
	grid-template-columns: repeat(8,1fr);
}

#marcas .box-item {
	text-align: center;
}

/* ######
   [ Home ] Bem-vindo
############ */

.home #bem_vindo {
	padding: 80px 0;
	background: var(--azul-escuro);
}

.home #bem_vindo .box-content {
	width: 100%;
}
@media (max-width: 580px) {
	.home #bem_vindo .box-content {
		text-align: center;
		margin: 0 0 50px;
	}
}
.home #bem_vindo .box-content p {
	color: #fff;
	max-width: 300px;
	margin: 0;
}
@media (max-width: 580px) {
	.home #bem_vindo .box-content p {
		max-width: initial;
	}
}

.home #bem_vindo .box-info {
	text-align: center;
	margin: 20px 0 0;
}
.home #bem_vindo .box-info p {
	max-width: 380px;
	margin: 0 auto;
}
.home #bem_vindo .box-info b ,
.home #bem_vindo .box-info strong {
	color: var(--azul-claro);
	font-weight: bold;
}

.home #bem_vindo .slide-item {
	width: 100%;
}
.home #bem_vindo .slide-item img {
	width: 100%;
}

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

.home #sobre {
	padding: 200px 0;
	position: relative;
}
@media (max-width: 580px) {
	.home #sobre {
		padding: 80px 0 0;
	}
}

.home #sobre .box-content {
	max-width: 320px;
}
@media (max-width: 580px) {
	.home #sobre .box-content {
		text-align: center;
		max-width: initial;
		margin: 0 0 80px;
	}
}
.home #sobre .box-content p {
	margin: 0;
}

.home #sobre .box-image {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 580px) {
	.home #sobre .box-image {
		width: 100%;
		position: initial;
	}
}
.home #sobre .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ######
   [ Home ] CTA
############ */

.home #cta {
	padding: 60px 0;
	background: var(--azul-escuro);
}

.home #cta .box-title {
	max-width: 450px;
	margin: 0 auto;
}
@media (max-width: 580px) {
	.home #cta .box-title {
		text-align: center;
		max-width: initial;
		margin: 0 0 40px;
	}
}
.home #cta .box-title h2 {
	margin: 0;
}

.home #cta .box-content {
	max-width: 400px;
	margin: 0 auto;
}
@media (max-width: 580px) {
	.home #cta .box-content {
		text-align: center;
		max-width: initial;
	}
}
.home #cta .box-content p {
	color: #fff;
	font-size: 18px;
	margin: 0;
}
@media (max-width: 580px) {
	.home #cta .box-content p {
		font-size: 16px;
	}
}

/* ######
   [ Home ] Responsável
############ */

.home #responsavel {
	padding: 60px 0 0;
	position: relative;
}
.home #responsavel::before {
	content: '';
	display: block;
	width: calc(50vw - 150px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: var(--azul-claro);
}
@media (max-width: 580px) {
	.home #responsavel::before {
		width: 100%;
		height: 160px;
		top: initial;
		bottom: 0;
	}
}

.home #responsavel .box-image {
	text-align: center;
}

.home #responsavel .box-content {
	max-width: 360px;
	margin: 0 auto;
}
@media (max-width: 580px) {
	.home #responsavel .box-content {
		text-align: center;
		margin: 0 0 40px;
	}
}
.home #responsavel .box-content p {
	font-size: 20px;
	margin: 0;
}
@media (max-width: 580px) {
	.home #responsavel .box-content p {
		font-size: 16px;
	}
}
.home #responsavel .box-content b ,
.home #responsavel .box-content strong {
	color: var(--azul-claro);
}

/* ######
   [ Home ] Lista
############ */

.home #lista > div {
	position: relative;
}
@media (max-width: 580px) {
	.home #lista > div {
		padding: 80px 0 0;
	}
}
.home #lista .galeria-azul {
	background: var(--azul-escuro);
}

.home #lista .d-center {
	height: 800px;
}
@media (max-width: 580px) {
	.home #lista .d-center {
		display: block;
		height: initial;
	}
}

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

@media (max-width: 580px) {
	.home #lista .box-content {
		padding: 0 0 80px;
	}
}
@media (max-width: 580px) {
	.home #lista .box-content h2 {
		font-size: 28px;
	}
}
.home #lista .box-content-info h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 30px;
}
@media (max-width: 580px) {
	.home #lista .box-content-info h3 {
		font-size: 22px;
		margin: 0 0 20px;
	}
}
.home #lista .galeria-azul .box-content-info h3 {
	color: #fff;
}
.home #lista .box-content-info p {
	max-width: 460px;
	margin: 0;
}
.home #lista .galeria-azul .box-content-info p {
	color: #fff;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 15;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home #lista .box-galeria {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 580px) {
	.home #lista .box-galeria {
		width: 100%;
		position: initial;
	}
}
.home #lista .galeria-azul .box-galeria {
	right: initial;
	left: 0;
}
.home #lista .box-galeria .box-slide {
	height: 100%;
	overflow: hidden;
}
.home #lista .box-galeria .slide-item {
	height: 800px;
}
@media (max-width: 580px) {
	.home #lista .box-galeria .slide-item {
		height: 290px;
	}
}
.home #lista .box-galeria a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 50px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	transition: .3s;
	border-radius: 10px;
	background: var(--azul-claro);
}
@media (max-width: 580px) {
	.home #lista .box-galeria a {
		font-size: 16px;
		text-align: center;
		width: 80%;
		padding: 15px 20px;
	}
}
.home #lista .box-galeria a:hover {
	color: var(--azul-claro);
	background: #fff;
}
.home #lista .box-galeria img {
	width: 100%;
	height: 800px;
	object-fit: cover;
}
@media (max-width: 580px) {
	.home #lista .box-galeria img {
		height: 290px;
	}
}

.home #lista .flickity-page-dots {
	text-align: left;
	position: relative;
	z-index: 2;
}
.home #lista .flickity-page-dots li {
	width: 25px;
	height: 8px;
	margin: 0 8px 0 0;
	opacity: 1;
	border-radius: 10px;
	background: #BFB9B9;
}
.home #lista .flickity-page-dots li.is-selected {
	width: 40px;
	background: var(--azul-claro);
}

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

.page-template-galeria #conteudo {
	padding: 80px 0;
	background: var(--azul-escuro);
}

@media (max-width: 580px) {
	.page-template-galeria #conteudo .box-title {
		text-align: center;
		margin: 0 0 30px;
	}
}
.page-template-galeria #conteudo .box-title h1 {
	margin: 0;
}
@media (max-width: 580px) {
	.page-template-galeria #conteudo .box-title h1 {
		font-size: 35px;
	}
}

.page-template-galeria #conteudo .box-content {
	max-width: 460px;
	margin: 0 auto;
}
@media (max-width: 580px) {
	.page-template-galeria #conteudo .box-content {
		text-align: center;
		max-width: 100%;
	}
}
.page-template-galeria #conteudo .box-content p {
	color: #fff;
	font-size: 18px;
	margin: 0;
}
@media (max-width: 580px) {
	.page-template-galeria #conteudo .box-content p {
		font-size: 16px;
	}
}

.page-template-galeria #conteudo .box-lista {
	text-align: center;
	margin: 80px 0 0;
}

.page-template-galeria #conteudo .box-card {
	margin: 0 0 40px;
	transition: .3s;
}
.page-template-galeria #conteudo .box-card:hover {
	transform: translateY(-10px);
}
.page-template-galeria #conteudo .box-card a {
	display: block;
}
.page-template-galeria #conteudo .box-card img {
	width: 100%;
	height: 180px;
	border-radius: 10px;
	object-fit: cover;
}
.page-template-galeria #conteudo .box-card p {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 0;
}

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

.page-template-depoimento #conteudo {
	padding: 80px 0 0;
	background: var(--azul-escuro);
}

@media (max-width: 580px) {
	.page-template-depoimento #conteudo .box-content {
		text-align: center;
	}
}
.page-template-depoimento #conteudo .box-content {
	max-width: 500px;
}
@media (max-width: 580px) {
	.page-template-depoimento #conteudo .box-content h1 {
		font-size: 30px;
	}
}
.page-template-depoimento #conteudo .box-content p {
	color: #fff;
	font-size: 18px;
	margin: 0;
}
@media (max-width: 580px) {
	.page-template-depoimento #conteudo .box-content p {
		font-size: 16px;
	}
}

/* ######
   [ Depoimentos ] Depoimento
############ */

.page-template-depoimento #depoimento {
	padding: 80px 0 40px;
	background: var(--azul-escuro);
}

.page-template-depoimento #depoimento .box-card {
	text-align: center;
	margin: 0 0 40px;
	transition: .3s;
}
.page-template-depoimento #depoimento .box-card:hover {
	transform: translateY(-10px);
}
.page-template-depoimento #depoimento .box-card a {
	display: block;
}
.page-template-depoimento #depoimento .box-card img {
	width: 100%;
	height: 180px;
	border-radius: 10px;
	object-fit: cover;
}
.page-template-depoimento #depoimento .box-card p {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 0;
}

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

.single-galeria #introducao {
	padding: 120px 0;
	position: relative;
	background: var(--azul-escuro);
}
@media (max-width: 580px) {
	.single-galeria #introducao {
		padding: 0 0 60px;
	}
}

.single-galeria #introducao .box-image {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media (max-width: 580px) {
	.single-galeria #introducao .box-image {
		width: 100%;
		margin: 0 0 40px;
		position: initial;
	}
}
.single-galeria #introducao .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-galeria #introducao .box-content {
	max-width: 520px;
}
.single-galeria #introducao .box-content h1 {
	color: var(--azul-claro);
	font-size: 50px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 30px;
}
@media (max-width: 580px) {
	.single-galeria #introducao .box-content h1 {
		font-size: 28px;
	}
}
.single-galeria #introducao .box-content h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 50px;
}
@media (max-width: 580px) {
	.single-galeria #introducao .box-content h2 {
		font-size: 22px;
		margin: 0 0 30px;
	}
}
.single-galeria #introducao .box-content p {
	color: #fff;
	font-size: 18px;
	margin: 0 0 20px;
}
@media (max-width: 580px) {
	.single-galeria #introducao .box-content p {
		font-size: 16px;
	}
}
.single-galeria #introducao .box-content p:last-child {
	margin: 0;
}

/* ######
   [ Galeria ] Fotos
############ */

.single-galeria #fotos .box-item {
	width: calc(100% + 24px);
	margin: 0 -12px;
}
.single-galeria #fotos .box-item a {
	display: block;
}
.single-galeria #fotos .box-item img {
	width: 100%;
	height: calc(100vw / 4);
	object-fit: cover;
}
@media (max-width: 580px) {
	.single-galeria #fotos .box-item img {
		height: calc(100vw / 2);
	}
}

/* ######
   [ Galeria ] Botão
############ */

.single-galeria #botao a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding: 15px;
	transition: .3s;
	background: var(--azul-claro);
}
.single-galeria #botao a:hover {
	color: var(--azul-claro);
	background: #fff;
}