@font-face {
	font-family: "Moderat";
	src: url("/fonts/Moderat-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Moderat";
	src: url("/fonts/Moderat-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Moderat";
	src: url("/fonts/Moderat-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Moderat";
	src: url("/fonts/Moderat-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

html {
	font-family: "Moderat";
}

h1 {
	font-size: 30pt;
	margin-bottom: 0;
}

img {
	max-width: 100%;
}

#header-home {
	text-align: center;
	padding: 60px;
}

#home {
	text-align: center;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

#home-button {
	font-size: 0pt !important;
	padding: 10px !important;
	border-radius: 50% !important;
	height: 70px;
	width: 70px;
	text-align: center;
}

button {
	font-size: 16pt;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 40px;
	border-radius: 50px;
	border: none;
	background-color: #195ab4;
	color: white;
	cursor: pointer;
	transition: background-color ease 1s;
}

button:hover {
	background-color: #134487;
}

footer {
	text-align: center;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;

	padding-top: 60px;
}

footer p {
	margin: 0;
}

/* FORMULÁRIO */

form {
	max-width: 1200px;
	width: 80%;
	margin: auto;
}

input {
	padding: 10px;
	border: none;
	border-bottom: solid #134487 1px;
	margin: 10px 0px;
	width: 100%;
}
textarea {
	padding: 10px;
	border: solid 1px #13438710;
	border-bottom: solid #134487 1px;
	margin: 10px 0px;
	width: 100%;
}

label {
	font-size: 10pt;
}

.from-mail {
	margin-left: 60px;
}

.from-mail,
.from-name {
	width: 50%;
}
.from-form {
	width: 100%;
	display: flex;
}

.radio-form {
	display: flex;
	align-items: center;
	padding-top: 10px;
}

.radio-form p {
	font-size: 10pt;
}

.radio-form input {
	width: 50px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	height: 25px;
}

.form-other {
	padding-top: 30px;
}

.form-section {
	padding-top: 60px;
}

.form-format input {
	width: 50px;
	height: 25px;
}

.form-format {
	align-items: center;
	padding-bottom: 20px;
}

.form-extra {
	margin-bottom: 60px;
}

#submit-button {
	width: 100%;
	margin: 0;
}

#success-form,
#fail-form {
	max-width: 1200px;
	width: 80%;
	margin: auto;
	text-align: center;
}

#retry-button {
	margin-top: 20px;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* On top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll */
	background-color: rgba(0, 0, 0, 0.4); /* Black with opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: 10% auto; /* 10% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 400px; /* Max width */
	position: relative;
	border-radius: 10px;
}

/* Close Button */
.close {
	color: #aaa;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: black;
}

/* Form Styles */
#login-form {
	display: flex;
	flex-direction: column;
	padding-right: 25px;
}

#login-form label {
	margin-top: 10px;
	font-size: 14px;
}

#login-form input {
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#login-form button {
	margin-top: 20px;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	border: none;
	background-color: #195ab4;
	color: white;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

#login-form button:hover {
	background-color: #134487;
}

#login-error {
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
}

/* Adjust button in main content to match styles */
#home button {
	margin-top: 20px;
}
