/*!
Theme Name: Seminario Educacao Integral em Debate
Author: Carlos Souza
Description: Description
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seminario-educacao-integral
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/* RESET */

* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@font-face {
	font-family: 'Sora';
	src: url('fonts/Sora-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: 'Sora';
	src: url('fonts/Sora-ExtraBold.ttf') format('truetype');
	font-style: normal;
	font-weight: 800;
}

@font-face {
	font-family: 'Sora';
	src: url('fonts/Sora-ExtraLight.ttf') format('truetype');
	font-style: normal;
	font-weight: 200;
}

@font-face {
	font-family: 'Sora';
	src: url('fonts/Sora-Light.ttf') format('truetype');
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'Sora';
	src: url('fonts/Sora-Medium.ttf') format('truetype');
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'Sora';
	src: url('fonts/Sora-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Sora';
	src: url('fonts/Sora-SemiBold.ttf') format('truetype');
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: 'Sora';
	src: url('fonts/Sora-Thin.ttf') format('truetype');
	font-style: normal;
	font-weight: 100;
}

body * {
	font-family: 'Sora';
}

/* HEADER */
#masthead {
	width: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF7F3;
	font-size: 16px;
}

#masthead .site-branding {
	background-color: #FFF7F3;
	display: flex;
	justify-content: center;
	align-items: center;
}

#masthead .site-branding img {
	width: 6em;
}

#masthead #fixed-nav {
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
}

body.admin-bar #masthead #fixed-nav {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar #masthead #fixed-nav {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	body.admin-bar #masthead #fixed-nav {
		top: 46px;
	}

	body.admin-bar #masthead #fixed-nav.scrolled {
		top: 0;
	}
}

#site-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	font-size: 16px;
	height: 5em;
	box-shadow: 0px 4px 10px #0000001A;
	background-color: #E05F28;
}

#site-navigation .site-branding {
	width: 12.5em;
	height: 100%;
	background-color: #FFF7F3;
}

#site-navigation ul {
	list-style: none;
}

#site-navigation .menu-menu-1-container {
	height: 100%;
}

#site-navigation #primary-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
	padding: 0 2.1875em;
	height: 100%;
}

#site-navigation #primary-menu>li {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.5em;
	width: fit-content;
	position: relative;
}

#site-navigation #primary-menu li a {
	font-size: 1.125em;
	font-weight: 200;
	color: #FFFFFF;
	text-decoration: none;
	transition: all ease 0.2s;
	text-align: center;
	width: fit-content;
	min-width: 6em;
}

#site-navigation #primary-menu li a:hover {
	color: #F3CB00;
	font-weight: bold;
}

@media screen and (min-width: 1080px) {

	#site-navigation #primary-menu>li ul {
		display: none;
		position: absolute;
	}


	#site-navigation #primary-menu>li:hover ul {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		top: 100%;
		min-width: 100%;
	}

	#site-navigation #primary-menu>li ul>li a {
		padding: 10px 20px;
		display: block;
	}

	#site-navigation #primary-menu>li ul>li a:hover {
		font-weight: normal;
		transform: scale(1.1);
		height: auto;
	}
}

@media screen and (max-width: 1080px) {
	#site-navigation #primary-menu>li {
		display: flex;
		flex-direction: column;
		height: auto !important;
	}

	#site-navigation #primary-menu ul {
		width: 100%;
		min-height: 50px;
	}

	#site-navigation #primary-menu li {
		min-height: 50px;
		display: flex;
		width: 100%;
	}

	#site-navigation #primary-menu ul li {
		min-height: 50px;
		display: flex;
		align-items: center;
	}

	#site-navigation #primary-menu li a {
		height: 100%;
		width: 100%;
		min-height: 50px;
		display: flex;
	}


	.informacoes {
		padding: 0;
	}
}


#masthead .informacoes {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 12.5em 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5em;
}


#masthead .informacoes .data {
	width: 29.625em;
}

#masthead .informacoes .data h1 {
	font-size: 5em;
	font-weight: bold;
	color: #f3cb00;
}

#masthead .informacoes .data span {
	font-size: 1.875em;
	color: #5E5E5E;
	line-height: 1.2666em;
}

#masthead .informacoes .data span a.assista-aqui {}

#masthead .informacoes .data span a.assista-aqui button {
	width: fit-content;
	font-size: 1em;
	height: fit-content;
	padding: 1em 10px;
	line-height: 1;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
}

#masthead .informacoes img {
	max-width: 40.375em;
}

/* nav-menu-responsividade */
#masthead #site-navigation #menu-button {
	display: none;
}

#masthead #site-navigation #menu-button-label {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	width: 1.625em;
	height: 1.125em;
	cursor: pointer;
}

#masthead #site-navigation #menu-button-label div {
	background-color: #FFF7F3;
	width: 100%;
	height: 0.1875em;
}

@media screen and (max-width: 1080px) {
	#masthead #site-navigation #menu-button-label {
		display: flex;
	}

	#masthead #site-navigation {
		position: relative;
		padding-right: 2.1875em;
	}

	#masthead #site-navigation #primary-menu {
		position: absolute;
		z-index: -1;
		top: -500px;
		background-color: #E05F28;
		transition: all ease 0.4s;
		width: 100%;
		flex-direction: column;
		padding: 0;
		height: auto;
	}

	#masthead #site-navigation #primary-menu>li {
		width: 100%;
		height: 50px;
	}

	#masthead #site-navigation #primary-menu>li a {
		width: 100%;
		height: 100%;
		text-align: right;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-right: 2.1875em;
	}

	#masthead #site-navigation #primary-menu>li a:hover {
		box-shadow: 0px 4px 10px #0000001a;
		background-color: #FFF7F3;
	}

	#masthead #site-navigation #menu-button:checked~#primary-menu {
		top: 100%;
	}
}

/* EVENTO */

section#evento {
	font-size: 16px;
	padding: 9.375em 10px;
	width: 100%;
	background-color: #fff;
}

section#evento .content {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

section#evento .content>p {
	color: #5E5E5E;
	font-weight: 200;
	font-size: 1.375em;
	line-height: 1.5454em;
	padding-bottom: 2.2727em;
	border-bottom: dashed 2px #707070;
}

section#evento .content>p a {
	color: #e05f28;
}

section#evento .content>p a:hover {
	color: #ac0844;
}

section#evento .content .parceiros {
	display: grid;
	grid-template-columns: auto 1fr 1fr 1fr auto;
	row-gap: 2.8125em;
	padding-top: 3.125em;
}

section#evento .content .parceiros .parceiros-item {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease 0.2s;
}

section#evento .content .parceiros .parceiros-item img {
	max-width: 6.25em;
	max-height: 3.25em;
}

section#evento .content .parceiros .parceiros-item:hover {
	filter: opacity(0.6);
}

/* PROGRAMAÇÃO */

section#programacao {
	background-color: #E05F28;
	font-size: 16px;
	width: 100%;
	padding: 6.25em 10px 18.75em 10px;
	color: #FFF7F3;
}

section#programacao .introducao {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	padding: 3.125em 0;
}

section#programacao .introducao h1 {
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.5454em;
}

section#programacao .introducao p {
	font-size: 1.375em;
	font-weight: 200;
	line-height: 1.5454em;
}

section#programacao .descricao {
	display: flex;
	gap: 1.875em;
	padding: 3.125em 0;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-top: dashed 2px rgba(255, 247, 243, 0.7);
}

section#programacao .descricao .horario {
	font-size: 1.375em;
	color: #F3CB00;
	font-weight: bold;
	width: 7.727272em;
	text-align: right;
	line-height: 1.5454em;
}

section#programacao .descricao .horario span {
	display: block;
}

section#programacao .descricao .informacoes {
	flex: 1;
}

section#programacao .descricao .informacoes p {
	font-size: 1.375em;
	font-weight: 200;
	color: #FFF7F3;
	line-height: 1.5454em;
	margin-bottom: 2.2727em;
}

section#programacao .descricao .informacoes p:last-child {
	margin-bottom: 0;
}

section#programacao .descricao .informacoes p .destaque {
	font-weight: normal;
}

section#programacao .descricao .informacoes p a {
	color: #F3CB00;
}

section#programacao .descricao .informacoes p a:hover {
	color: #ac0844;
}

/* PARTICIPANTES */
section#participantes {
	width: 100%;
	font-size: 16px;
	background-color: #FFFFFF;
	position: relative;
	padding-bottom: 6.25em;
}

section#participantes .imagem-participantes {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	transform: translateY(-50%);
}

section#participantes .content {
	width: 100%;
	max-width: 820px;
	padding: 0 10px;
	margin: 0 auto;
	color: #5E5E5E;
}

section#participantes .content h1 {
	font-size: 1.375em;
	line-height: 1.5454em;
	font-weight: bold;
}

section#participantes .content p {
	font-size: 1.375em;
	line-height: 1.5454em;
	font-weight: 300;
}

section#participantes .content .grid-participantes {
	display: grid;
	grid-template-columns: 16.875em 16.875em 16.25em;
	margin-top: 3.125em;
}

section#participantes .content .grid-participantes>div {
	padding: 3.125em 0.625em 3.125em 0;
	border-top: 1px dashed #707070;
	height: fit-content;
}

section#participantes .content .grid-participantes>div a {
	height: 11.25em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: #fff7f3;
	position: relative;
	text-decoration: none;
	transition: all ease 0.4s;
}

section#participantes .content .grid-participantes>div a:hover {
	background-color: #f3cb00;
}

section#participantes .content .grid-participantes>div a .informacoes {
	padding-left: 1.875em;
	position: relative;
	max-width: 9.375em;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

section#participantes .content .grid-participantes>div a .informacoes .nome {
	text-decoration: none;
	color: #5e5e5e;
	font-weight: bold;
	font-size: 1.25em;
	transition: all ease 0.4s;
}

section#participantes .content .grid-participantes>div a:hover .informacoes .nome {
	color: #fff7f3;
}

section#participantes .content .grid-participantes>div a .informacoes .circulo-amarelo {
	width: 1.375em;
	height: 1.375em;
	border-radius: 50%;
	border: 0.125em solid #f3cb00;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease 0.4s;
}

section#participantes .content .grid-participantes>div a:hover .informacoes .circulo-amarelo {
	border: 0.125em solid #e05f28;
}

section#participantes .content .grid-participantes>div a .informacoes .circulo-amarelo span {
	font-size: 0.625em;
	width: 1.2em;
	height: 1.2em;
	font-weight: bold;
	color: #f3cb00;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all ease 0.4s;
}


section#participantes .content .grid-participantes>div a:hover .informacoes .circulo-amarelo span {
	color: #e05f28;
}

section#participantes .content .grid-participantes>div a .informacoes .circulo-amarelo span::before {
	margin: 0 auto;
	position: absolute;
	left: 0.15em;
	top: 0.2em;
}

section#participantes .content .grid-participantes>div a img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 8.75em;
	align-self: flex-end;
}

section#participantes .content .grid-participantes>div:nth-child(3n) {
	padding: 3.125em 0 3.125em 0;

}

/* TRANSMISSÃO */

section#transmissao {
	width: 100%;
	font-size: 16px;
	padding: 6.25em 10px;
	background-color: #82BC4A;
	display: flex;
	gap: 6.25em;
	justify-content: center;
	align-items: center;
}

section#transmissao>p {
	font-size: 1.5em;
	color: #FFF7F3;
	width: 7.5em;
	font-weight: 300;
	line-height: 1.25em;
	text-align: right;
}

section#transmissao>p span {
	font-weight: bold;
}

section#transmissao>a {
	width: 55em;
	height: fit-content;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

section#transmissao>a img {
	width: 100%;
}

/* REPORTAGENS */

section#reportagens {
	font-size: 16px;
	padding: 9.375em 10px 6.25em 10px;
}

section#reportagens>h1 {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	font-size: 1.5em;
	color: #5E5E5E;
	font-weight: bold;
	line-height: 1.41666em;
	margin-bottom: 1em;
}

section#reportagens .grid-reportagens {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 3.125em;
}

section#reportagens .grid-reportagens .reportagem {
	color: #5E5E5E;
	padding-top: 3.125em;
	border-top: 1px dashed #707070;
}

section#reportagens .grid-reportagens .reportagem:nth-child(2n) {
	padding-right: 2.5em;
}

section#reportagens .grid-reportagens .reportagem:not(:nth-child(2n)) {
	padding-left: 2.5em;
}

section#reportagens .grid-reportagens .reportagem:nth-child(1) {
	border-top: none;
	padding-top: 0;
	padding-left: 0;
}

section#reportagens .grid-reportagens .reportagem:first-of-type {
	grid-column: 1 / 3;
}

section#reportagens .grid-reportagens .reportagem .thumbnail {
	width: 100%;
	height: 25em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: block;
}

section#reportagens .grid-reportagens .reportagem .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.4s;
}

section#reportagens .grid-reportagens .reportagem:hover img {
	transform: scale(1.1);
}

section#reportagens .grid-reportagens .reportagem .thumbnail .opacity {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	transition: all ease 0.4s;
}

section#reportagens .grid-reportagens .reportagem .thumbnail:hover .opacity {
	background-color: rgba(0, 0, 0, 0.2);
}

section#reportagens .grid-reportagens .reportagem .title {
	font-size: 1.375em;
	line-height: 1.454545em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #5E5E5E;
}

section#reportagens .grid-reportagens .reportagem .title:hover {
	color: #e05f28;
}

section#reportagens .grid-reportagens .reportagem .content {
	font-size: 1.125em;
	line-height: 1.7777em;
	font-weight: 300;
	padding-bottom: 1.666em;
}

section#reportagens .grid-reportagens .reportagem .reportagem-link {
	text-decoration: none;
	color: #F99F1E;
	border: solid 2px #e05f28;
	font-weight: 300;
	transition: all ease 0.2s;
	width: 7.5em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.3125em;
}

section#reportagens .grid-reportagens .reportagem .reportagem-link span {
	font-size: 1.25em;
	width: 1em;
	height: 1em;
}

section#reportagens .grid-reportagens .reportagem .reportagem-link:hover,
section#reportagens .grid-reportagens .reportagem .thumbnail:hover~.reportagem-link {
	background-color: #f3cb00;
	border: solid 2px #f3cb00;
	color: #fff;
	font-weight: bold;
}

section#reportagens .grid-reportagens .reportagem .reportagem-link:hover span,
section#reportagens .grid-reportagens .reportagem .thumbnail:hover~.reportagem-link span {
	color: #e05f28;
	transform: translateX(5%);
}

footer#colophon {
	width: 100%;
	font-size: 16px;
	padding: 9.0625em 10px;
	background-color: #5E5E5E;
}

footer#colophon .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

footer#colophon .content .contato {
	width: 11.125em;
}

footer#colophon .content .contato p {
	border-bottom: solid 1px #fff;
	padding-bottom: 1.875em;
}

footer#colophon .content .contato p span {
	color: #FFFFFF;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: 200;
}

footer#colophon .content .contato p span.destaque {
	font-weight: bold;
}

footer#colophon .content .contato .links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 2.5em;
	align-items: center;
}

footer#colophon .content .contato .links a:hover {
	filter: opacity(0.7);
	transition: all ease 0.2s;
}

footer#colophon .content .parceiros {
	display: grid;
	grid-template-columns: auto 1fr 1fr 1fr auto;
	row-gap: 2.8125em;
	padding-top: 3.125em;
	width: 100%;
	max-width: 45em;
}

footer#colophon .content .parceiros .parceiros-item {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease 0.2s;
}

footer#colophon .content .parceiros .parceiros-item:hover {
	filter: opacity(0.7);
}

footer#colophon .content .parceiros .parceiros-item img {
	max-width: 6.25em;
	max-height: 3.25em;
}

/* REMODAL */
.remodal-participantes {
	font-size: 16px;
	padding: 0;
	width: 100%;
	max-width: 800px;
	background-color: #fff7f3;
}

.remodal-participantes header {
	width: 100%;
	height: 12.5em;
	position: relative;
	background-color: #F3CB00;
	display: flex;
	justify-content: center;
	align-items: center;
}

.remodal-participantes header .participante-imagem {
	height: 100%;
	width: 18.75em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 -100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.remodal-participantes header .participante-imagem img {
	max-height: 12.5em;
}

.remodal-participantes header .participante-nome {
	color: #FFF7F3;
	font-weight: bold;
	font-size: 1.875em;
	line-height: 1.26666em;
	width: 8.333em;
	text-align: left;
}

.remodal-participantes header .remodal-close {
	left: auto;
	right: 1.25em;
	top: 1.25em;
	color: #fff;
	border: solid 2px #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.remodal-participantes .content {
	width: 100%;
	max-width: 600px;
	padding: 6.25em 10px;
	margin: 0 auto;
	color: #5E5E5E;

}

.remodal-participantes .content * {
	font-size: 1.125em;
	line-height: 1.7777em;
	text-align: left;
}

.remodal-participantes header .remodal-close::before {
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 20px;
}

/* SINGLE PARTICIPANTES */
.single-participante {
	font-size: 16px;
	width: 100%;
	max-width: 820px;
	padding: 0 10px;
	margin: 85px auto 0 auto;
}

.single-participante header {
	width: 100%;
	height: 12.5em;
	position: relative;
	background-color: #F3CB00;
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-participante header .participante-imagem {
	height: 100%;
	width: 18.75em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 -100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.single-participante header .participante-imagem img {
	max-height: 12.5em;
}

.single-participante header .participante-nome {
	color: #FFF7F3;
	font-weight: bold;
	font-size: 1.875em;
	line-height: 1.26666em;
	width: 8.333em;
	text-align: left;
}

.single-participante .content {
	width: 100%;
	max-width: 800px;
	padding: 3.25em 10px;
	margin: 0 auto;
	color: #5E5E5E;

}

.single-participante .content * {
	font-size: 1.125em;
	line-height: 1.7777em;
	text-align: left;
}

/* Média Querys */

@media screen and (max-width: 1400px) {
	#masthead {
		font-size: 12px;
	}

	#masthead .informacoes {
		padding-top: calc(12.5em + 60px);
	}

	#site-navigation {
		font-size: 12px;
	}

	section#transmissao {
		font-size: 14px;
	}
}

@media screen and (max-width: 1080px) {
	#masthead {
		font-size: 10px;
	}

	section#transmissao {
		font-size: 12px;
	}

	footer#colophon {
		font-size: 14px;
	}
}


@media screen and (max-width: 900px) {
	footer#colophon {
		font-size: 12px;
	}
}

@media screen and (max-width: 820px) {
	section#evento {
		font-size: 14px;
	}

	section#programacao {
		font-size: 12px;
	}

	section#participantes {
		font-size: 14px;
	}

	section#participantes .content {
		max-width: calc(16.875em + 16.875em + 16.25em + 20px);
	}

	section#transmissao {
		font-size: 10px;
	}

	section#reportagens {
		font-size: 14px;
	}

	.single-participante {
		font-size: 14px;
	}
}

@media screen and (max-width: 750px) {
	#masthead {
		font-size: 8px;
	}

	section#participantes {
		font-size: 12px;
	}

	section#transmissao {
		flex-direction: column;
		padding: 0;
		gap: 0;
	}

	section#transmissao p {
		padding: 1.875em 10px;
		width: fit-content;
		text-align: left;
	}

	section#transmissao p .destaque {
		display: block;
	}

	section#transmissao a {
		width: 100%;
	}

	footer#colophon {
		font-size: 10px;
	}
}

@media screen and (max-width: 650px) {
	section#participantes {
		font-size: 10px;
	}

	section#reportagens {
		font-size: 12px;
	}

	footer#colophon .content {
		flex-direction: column;
	}

	footer#colophon .content .contato {
		display: flex;
		width: 100%;
		max-width: 45em;
		justify-content: space-between;
		align-items: center;
		border-bottom: solid 1px #fff;
	}

	footer#colophon .content .contato p {
		width: 11.125em;
		border-bottom: none;
	}

	footer#colophon .content .contato .links {
		width: 11.125em;
		padding: 0;
	}

	.remodal-participantes {
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	#masthead {
		font-size: 6px;
	}

	section#evento {
		font-size: 14px;
		padding: 6.25em 10px;
	}

	section#programacao {
		font-size: 10px;
	}

	section#reportagens {
		font-size: 10px;
	}

	.single-participante {
		font-size: 12px;
	}
}

@media screen and (max-width: 540px) {
	section#participantes {
		font-size: 8px;
	}

	.remodal-participantes {
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	#masthead {
		font-size: 4px;
	}

	#site-navigation .site-branding {
		width: 9.375em;
	}

	section#evento {
		font-size: 12px;
	}

	section#evento .content .parceiros {
		grid-template-columns: auto 1fr 1fr auto;
	}

	section#programacao .descricao {
		flex-direction: column;
	}

	section#programacao .descricao .horario {
		width: fit-content;
	}

	section#programacao .descricao .horario span {
		display: inline;
	}

	section#programacao .descricao .horario span:first-of-type:after {
		content: ":";
	}

	section#participantes .content .grid-participantes {
		grid-template-columns: 1fr 1fr;
	}

	section#participantes .content .grid-participantes>div {
		padding: 3.125em 0.625em 3.125em 0 !important;
	}

	section#participantes .content .grid-participantes>div:nth-child(2n) {
		padding: 3.125em 0 3.125em 0 !important;
	}

	section#reportagens .grid-reportagens {
		grid-template-columns: 1fr;
	}

	section#reportagens .grid-reportagens .reportagem:nth-child(2n) {
		padding-right: 0;
	}

	section#reportagens .grid-reportagens .reportagem:not(:nth-child(2n)) {
		padding-left: 0;
	}

	section#reportagens .grid-reportagens .reportagem:first-of-type {
		grid-column: auto;
	}

	footer#colophon .content .parceiros .parceiros-item {
		font-size: 8px;
	}

	.remodal-participantes {
		font-size: 10px;
	}

	.single-participante {
		font-size: 10px;
	}
}

/* FORMULÁRIO DE CONTATO */
.wpcf7,
section#certificado {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 160px 10px 80px 10px;
	font-size: 16px;
}

.wpcf7 form,
section#certificado .content {
	width: 100%;
	max-width: 600px;
	color: #5E5E5E;
	font-size: 1.375em;
	font-weight: 200;
	display: flex;
	flex-direction: column;
}

section#certificado .content img {
	max-width: 100%;
}

.wpcf7 form h1, section#certificado .content h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.416666em;
	margin-bottom: 10px;
}

.wpcf7 form p {
	width: 100%;
}

.wpcf7 form #form-image {
	width: 100%;
}

.wpcf7 form .texto {
	line-height: 1.545454em;
}

.wpcf7 form .form-item {
	width: 100%;
}

.wpcf7 form input.form-item {
	height: 35px;
}

.wpcf7 form textarea.form-item {
	max-width: 100%;
}

.wpcf7 form input[type="submit"] {
	background-color: #E05F28;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	padding: 12px 24px;
	margin-top: 10px;
	cursor: pointer;
	transition: all ease 0.2s;
}

.wpcf7 form input[type="submit"]:hover {
	background-color: #F27F4A;
}

@media screen and (max-width: 540px) {
	.wpcf7 {
		font-size: 12px;
	}
}