body {
	background: #618bb1;

	font-family: Arial, sans-serif;
	height: 100vh;
}

.background-matriculas {
	/* background: url(/images/background-matriculas.jpg); */
	background: linear-gradient(#014785, #618bb1);
	min-width: 100%;
	height: 100vh;
	position: absolute;
	z-index: -1;
}

.container {
	width: 50%;
}

.logo {
	width: 655px;
	height: 236px;
	background: url(/images/logos/logo-monforte-formularios-grande.png) center no-repeat;
}

span#logo:after {
	content: "";
	height: 160px;
	width: 522px;
	top: 50px;
	right: 21%;
	position: absolute;
	background: url(/images/logos/logo-monforte-formularios2.png);
}

.page-trabalhe-conosco .topo {
	border-bottom: 1px dashed #003366;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 50px 0;
}

.page-trabalhe-conosco .logo img {
	z-index: -1;
}

.page-trabalhe-conosco .header-form h2 {
	color: #fef200;
	font-weight: 700;
	text-align: center;
}

.page-trabalhe-conosco .title-form {
	background: #036;
	text-align: center;
	border-radius: 35px;
}

.page-trabalhe-conosco .title-form h3 {
	padding: 9px;
	color: #8fb2d5;
	font-weight: bold;
}

.page-trabalhe-conosco .header-form p {
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	text-align: justify;
}

.page-trabalhe-conosco .formulario .form-item+.form-item {
	margin-top: 10px;
}

.page-trabalhe-conosco .formulario .form-item {
	display: flex;
	flex-direction: column;
}

.page-trabalhe-conosco .formulario .form-item label {
	color: #fff;
	font-weight: normal;

	margin-bottom: 0;
}

input[type="radio"] {
	font-size: 1rem;
}


.page-trabalhe-conosco .formulario .form-item input,
.page-trabalhe-conosco .formulario .form-item textarea {
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.page-trabalhe-conosco .formulario .form-item input {
	width: 100%;
	height: 34px;
}

.page-trabalhe-conosco .formulario .form-item textarea {
	width: 100%;
	resize: none;
}

.page-trabalhe-conosco .formulario .form-item select {
	width: 14%;
}

.page-trabalhe-conosco .formulario .form-select label {
	color: #fff;
	font-weight: normal;
}

.page-trabalhe-conosco .fotter-form {
	display: flex;
	justify-content: center;
	align-items: center;

	margin-bottom: 35px;
	margin-top: 20px;
}

.page-trabalhe-conosco .fotter-form button {
	color: #036;
	background-color: #ffff00;

	transition: 400ms;
	font-weight: bold;
}

.page-trabalhe-conosco .fotter-form button:hover {
	border: 4px solid transparent;
	background-color: #ffff81;
}

.btn {
	display: block;
	padding: 10px 25px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 4px solid transparent;
	border-radius: 6px;
	text-transform: uppercase;
}

.footer p {
	color: #fff;
}

.footer ul {
	display: none;
}

@media(max-width: 1440px) {
	span#logo:after {
		right: 16%;
	}
}

@media(max-width: 1280px) {
	span#logo:after {
		right: 10%;
	}
}

@media(min-width: 376px) and (max-width: 750px) {
	.page-matriculas .formulario .form-item select {
		width: 25%;
	}

	.topo {
		padding: 0 !important;
	}

	.logo {
		height: 160px;
		background: url(/images/logos/logo-monforte-formularios-pequena.png) center no-repeat;
	}
}

@media (min-width: 200px) and (max-width: 375px) {
	.page-matriculas .formulario .form-item select {
		width: 28%;
	}

	.topo {
		padding: 0 !important;
	}

	.logo {
		height: 160px;
		padding: 0 !important;
		background: url(/images/logos/logo-monforte-formularios-pequena-xs.png) center no-repeat;
	}
}

@media (min-width: 200px) and (max-width: 750px) {
	.container {
		width: 100%;
	}
}

@media (max-width: 1460px) and (min-width: 1201px) {
	.container {
		width: 60%;
	}
}

@media (max-width: 1200px) and (min-width: 850px) {
	.container {
		width: 80%;
	}
}

@media (max-width: 849px) and (min-width: 750px) {
	.container {
		width: 90%;
	}
}

.is-invalid {
	border: 1px solid #000 !important;
}

.is-valid {
	border-color: #00800c !important;
}

.msg-erro {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	color: #000000;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .8) url('https://www.vivabonitoviagens.com.br/resources/images/loader.GIF') 50% 50% no-repeat;
}

body.loading {
	overflow: hidden;
}

body.loading .modal {
	display: block;
}

input[type="radio"] {
	height: 16px;
	border-radius: 50%;
	width: 14px !important;
}

/* Style the radio button when checked */
input[type="radio"]:checked {
	background-color: #036;
	/* Customize checked background color */
	border-color: #036;
	/* Match border color to background when checked */
}