/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background: #F5F6F8;
}

body * {
	font-family: 'Montserrat', sans-serif !important;
	box-sizing: border-box;
}

#forum-headline {
	background-image: url('../img/faixa-colorida.webp');
	background-repeat: no-repeat;
	background-size: cover;
	height: 12px;
	border: 0;
	outline: 0;
	opacity: 1;
	margin: 0;
}

#forum-header h1 {
	font-size: 2.2rem;
	font-weight: 400;
	color: #001359;
	text-align: center;
	padding: 2rem 0;
}

.forum-form,
#forum-header p {
	margin: 0;
	font-size: 1.4rem;
	letter-spacing: 1;
	font-weight: 400;
	color: #001359;
	text-align: center;
	padding: 8px;
}

body header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #000;
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, #000 0%, #000 65%, transparent 100%) 0% 0% no-repeat padding-box;
	width: 100vw;
	font-size: .9rem;
}

body header img {
	padding-bottom: 25px;
	max-width: 100%;
}

#forum-arts {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#forum-arts .forum-arts-container {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

#forum-arts .forum-arts-container div {
	display: flex;
	align-items: center;
	margin: 0px 30px;
	padding: 50px 0;
	position: relative;

}

#forum-arts .forum-arts-text {
	font-size: 20px;
	font-weight: 500;
	color: #001359;
	text-align: center;
	margin: 10px auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.button-default {
	padding: 14px 50px;
	border-radius: 30px;
	background-color: #EDC11B;
	color: #001359;
	font-weight: 500;
	font-size: 1.2rem;
	font-style: italic;
	text-decoration: none;
	margin: 45px auto;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	display: none;
}

.popup-content {
	background-color: #fff;
	padding: 20px;
	max-width: 90%;
	max-height: 90%;
	overflow: auto;
	position: relative;
}

.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.forum-eu-vou-form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 600px;
	width: 100%;
}

.forum-eu-vou-form .input-default {
	width: 100%;

	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #97AAF0;
	border-radius: 6px;
	opacity: 1;
	padding: 15px 42px;
	margin: 10px 0;
}

.forum-eu-vou-form .input-file {
	color: #001359;
	font-weight: bold;
	margin: 10px 0;
}

.forum-eu-vou-form .input-file::-webkit-file-upload-button {
	background: #848D95;
	color: #FFF;
	border: none;
	font-family: 'Montserrat', sans-serif !important;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	font-style: italic;
	margin-right: 10%;
}

.forum-eu-vou-form input[type="submit"] {
	width: 300px;
	font-size: 19px;
	text-align: center;
	border: none;
	background: #B1BBC4;
	font-size: 19px;
	border-radius: 4px;
	font-weight: 500;
	margin: 20px 0 50px 0;
	padding: 10px 0px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 0.6;
}

.forum-eu-vou-form .forum-form-termos {
	font-size: 14px;
	color: #848D95;
	margin: 10px auto;
}
.forum-eu-vou-form input[type="submit"].form-active {
	background: #07113A;
	opacity: 1;
}

.button-back{
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #848D95;
	border: #B1BBC4 1px solid;
	padding: 10px 20px;
	border-radius: 5px;
}

a{
	text-decoration: none !important;
}

@media (max-width: 768px) {
    body header img {
        transform: scale(1.8);
		margin-top: 7%;
    }
}