body,
html {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	color: #494949;
	word-wrap: normal;
	overflow-x: hidden;
	scroll-behavior: smooth;
	background: #ffffff;
}

header {
	background: #ad0274;
}

.container-fluid {
	margin: 0;
	padding: 0;
}

header .row {
	align-items: flex-end;
}

.btnGabarito a {
	background-color: #da9814;
	color: #ffffff;
	border: 2px solid #da9814;
	padding: 10px 20px;
	display: block;
	width: fit-content;
	text-align: center;
	margin: 1rem 20px;
	border-radius: 15px;
	float: right;
}
.btnGabarito a:hover {
	background-color: transparent;
	color: #ffffff;
}
.content-right {
	text-align: center;
	img {
		width: 100%;
		max-width: 600px;
	}
}
.content-left {
	padding: 20px;
	margin-bottom: 30px;
	img {
		width: 100%;
		max-width: 600px;
	}
}
a {
	color: #494949;
	text-decoration: none;
}

a:hover {
	color: #494949;
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 1rem 3rem;
	margin: 0;
}
li {
	padding: 0.3rem;
}
li i,
li strong {
	margin-right: 0.5rem;
}
li i {
	color: #1646a5;
}
.wpp i {
	color: #1646a5;
}
.wpp a {
	border-bottom: 1px solid #1646a5;
}
.wpp a:hover {
	color: #1646a5;
}

.btn-wpp {
	background: #128c7e;
	padding: 9px 40px !important;
	border-radius: 50px;
	position: fixed;
	bottom: 30px;
	right: 50px;
	color: #fff;
	z-index: 99999;
}
.btn-wpp:hover {
	background: #25d366;
	border-radius: 50px;
	color: #fff;
}
.btn-wpp::after {
	content: "Fale conosco";
	padding-left: 0.5rem;
}

h1 {
	color: #16428a;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
}

.infos {
	text-align: left;
}
.infos p {
	margin-top: 0.8rem;
}

.text-uppercase {
	text-transform: uppercase;
}
.font-small {
	font-size: small;
}

.logo img {
	width: 30%;
}
.logo-topo {
	/* top: 0;
    left: 0;
    border-radius: 0 0 20px 0;
    position: absolute; */
	/* width: 16%; */
	img {
		width: 90%;
		max-width: 300px;
	}
}
.logo-topo img {
	width: 100%;
}

.form-container {
	max-width: 60%;
	margin: 50px auto;
	padding: 40px;
	background-color: #ffffff;
}
.form-header {
	text-align: center;
	margin-bottom: 30px;
}
.form-header h2 {
	font-weight: 700;
	color: #c3224e;
	margin-bottom: 10px;
}
.form-label {
	font-weight: 400;
}
.form-control,
.form-select {
	font-weight: 400;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
}
.form-control:focus,
.form-select:focus {
	border-color: #494949;
	box-shadow: none;
}
.btn-primary {
	background-color: #c3224e;
	color: #ffffff;
	font-weight: 700;
	padding: 10px 100px;
	border-radius: 5px;
	width: fit-content;
	margin: 20px auto;
	border: none;
	outline: none;
}
.btn-primary:hover {
	background-color: #f75991;
	transition: background-color 0.3s;
}

@media (max-width: 768px) {
	.form-container {
		max-width: 90%;
	}
	.content-left,
	.content-right {
		text-align: center;
		img {
			width: 90%;
		}
	}
	.logo img {
		width: 70% !important;
	}
}
@media (max-width: 575.98px) {
	.btn-wpp {
		padding: 10px 16px !important;
		bottom: 20px;
		right: 20px;
		font-size: larger;
	}
	.btn-wpp::after {
		content: none;
		padding-left: 0;
	}
}