body {
	background: #618bb1;
	
	font-family: Arial, sans-serif;
	height: 100vh;
}

.background-matriculas {
	/* background: url(/images/background-matriculas.jpg) no-repeat; */
	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-formularios-3.png);
}

.page-matriculas .topo {
	border-bottom: 1px dashed #003366;
	
	display: flex;	
	align-items: center;
	justify-content: center;
	
	padding: 50px 0;
}

.page-matriculas .logo img {
	z-index: -1;
}

.page-matriculas .header-form h2 {
	color: #fef200;
	font-weight: 700;
	text-align: center;
}

.page-matriculas .title-form {
	background: #036;
	text-align: center;
	border-radius: 35px;
}

.page-matriculas .title-form h3 {
	padding: 9px;
	color: #8fb2d5;
	font-weight: bold;
}

.page-matriculas .header-form p {
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	text-align: justify;
}

.page-matriculas .formulario .form-item + .form-item {
	margin-top: 10px;
}

.page-matriculas .formulario .form-item {
	display: flex;
	flex-direction: column;
}

.page-matriculas .formulario .form-item label {
	color: #fff;
	font-weight: normal;
	
	margin-bottom: 0;
}

.page-matriculas .formulario .form-item input,
.page-matriculas .formulario .form-item textarea,
.page-matriculas .formulario #info-filho .form-select select {
	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-matriculas .formulario #info-filho .form-select {
	display: flex;
	flex-direction: column;
}

.page-matriculas .formulario #info-filho .form-select {
	margin-top: 10px;
}

.page-matriculas .formulario #info-filho .content-info {
	margin-bottom: 15px;
	padding: 10px 0 20px;
	border-bottom: 1px dashed #fff;
}

.page-matriculas .formulario .form-item input {
	width: 100%;
	height: 34px;
}

.page-matriculas .formulario .form-item textarea {
	width: 100%;
	resize: none;
}

.page-matriculas .formulario .form-item select {
	width: 25%;
}
.page-matriculas .formulario .form-select label {
	color: #fff;
	font-weight: normal;
}

.page-matriculas .fotter-form {
	display: flex;
	justify-content: center;
	align-items: center;
	
	margin-bottom: 35px;
}

.page-matriculas .fotter-form button {
	color: #fff;
	background-color: #056b29;
	
	transition: 400ms;
}

.page-matriculas .fotter-form button:hover {
	border: 4px solid transparent;
	background-color: #0fc24e;
}

.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: 40%;
	}
	.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: 40%;
	}
	.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;
}	
