*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body{
	height: 100%;
}

@font-face {
    font-family:'Mont';
    src:url("../font/Mont-ExtraLight.otf");
}

.clear{
	clear: both;
}

.center{
	width: 1200px;
	margin: 0 auto;
	padding: 0 2%;
}

.header{
	min-width: 1200px;
	width: 100%;
	height: 60px;
	background-color: #043167;
}

.header p{
	float: left;
	margin: 12px;
	font-family: Mont;
	color: #FFFF;
	font-size: 150%;
}

.container-banner{
	min-width: 1200px;
	width: 100%;
	height: 700px;
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.container-banner > .center{
	height: 100%;
	/*text-align: right;*/
}

.form{
	width: 500px;
	height: calc(100% + 30px);
	padding: 10px;
	float: right;
	position: relative;
	top: -15px;
	border: 8px solid rgba(209, 226, 237,0.5);
	background-color: #FFFF;
	background-clip: padding-box;
}

.form h2{
	font-weight: normal;
	color: #043167;
	font-size: 20px;
}

.input-container{
	margin-top: 20px;
}

.input-container span{
	display: inline-block;
	width: 100%;
	color: #043167;
	font-size: 17px;
}

.form p{
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	color: #043167;
	font-size: 17px;
}

.input-container input[type=text]{
	margin-top: 8px;
	margin-right: 0;
	width: 450px;
	height: 55px;
	border: 1px solid #043167;
}

.input-container textarea{
	width: 97%;
	height: 80px;
	margin-top: 8px;
}

.input-container input, textarea[placeholder]{
	padding: 10px;

}

.form .input-submit-container{
	text-align: center;
}

.form input[type=submit]{
	display: inline-block;
	color: #FFF;
	font-size: 25px;
	width: 380px;
	height: 56px;
	background-color: #043167;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 5px solid #0921AB;
	cursor: pointer;
}

.form input[type=submit]:hover{
	background-color: #0921AB;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 5px solid #043167;
}

.g-recaptcha{
	margin:20px 20%;
}

.container-list{
	padding: 30px;
	margin-top: 50px;
	float: left;
	width: 519px;
	height: 600px;
	background-color: rgba(4, 49, 103, 0.6);
}

.container-list ul{
	list-style-position: inside;
	list-style: none;
}

.container-list ul li{
	font-family: sans-serif;
	margin-top: 25px;
	color: #FFF;
	font-size: 18px;
}

.container-list ul li:nth-last-child(1){
	margin-top: 45px;
}

.container-list ul li:nth-last-child(2){
	margin-top: 45px;
}

.container-list ul li:nth-last-child(3){
	margin-top: 45px;
}

.container-list ul li:nth-last-child(4){
	margin-top: 45px;
}

.container-list ul li:nth-last-child(5){
	margin-top: 45px;
}

.container-list ul li:nth-last-child(6){
	margin-top: 45px;
}

.container-list ul li:nth-last-child(7){
	margin-top: 45px;
}

.container-2{
	min-width: 1200px;
	padding: 40px 0;
	background-color: rgba(4, 49, 103,10);
	text-align: center;
}

.container-2 h2{
	color: #FFF;
	font-weight: normal;
	font-family: sans-serif;
}

.container-2 p{
	width: 655px;
	color: #FFFF;
	font-family: sans-serif;
	margin: 15px 0;
	display: inline-block;
	text-align: justify;
}

.arrow{
	position: relative;
	top: 60px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background-image: url('../images/bnt.png');
	background-size: 100% 100%;
}

.section-1{
	min-width: 1200px;
	padding: 90px 0;
}

.section-1 h2{
	text-align: center;
	color: rgba(4, 49, 103,10);
	font-weight: lighter;
}

.container-section{
	margin-top: 40px;
	text-align: center;
}

.container-single{
	float: left;
	width: 33.333%;
	padding: 30px;
}

.container-single img{
	width: 80px;
	height: 80px;
}


.container-single p{
	padding: 10px 25px;
	text-align: justify;
	display: inline-block;
}

.container-single a{
	text-decoration: none;
	color: black;
}

.footer{
	min-width: 1200px;
	padding: 60px 0;
	border-top: 4px solid rgba(4, 49, 103,10);
	text-align: center;
	color: rgba(4, 49, 103,0.5);
	font-weight: lighter;
}

.footer a{
	color: rgba(4, 49, 103,10);
	text-decoration: none;
}

.cookies{
	width: 70%;
	background-color: bisque;
	position: fixed;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%);
	border-radius: 15px;
	display: none;
}

.cookies.mostrar{
	display: block;
}

.cookies .cookies-txt{
	display: flex;
	align-items: center;
	text-align: justify;
	padding: 20px;
}

.cookies .cookies-txt a{
	text-decoration: none;
	color: #0921AB;
	font-weight: 700;
}

.cookies .cookies-btn{
	margin-left: 30px;
}

.cookies .cookies-btn button{
	background-color: #0921AB;
	color: #FFF;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 40px;
	cursor: pointer;
	transition: .2s;
	border-radius: 35px;
}

.cookies .cookies-btn button:hover{
	transform: scale(0.9);
}

.container-services{
    padding: 50px 2%;
    background-color: #fff;
    text-align: center;
}

.container-services h1{
    padding: 40px 2%;
    font-weight: bold;
    color: black;
}

.container-services h2{
    padding: 40px 2%;
    font-weight: normal;
    color: black;

}

.container-services h3{
    width: 100%;
    max-width: 698px;
    font-weight: normal;
    color: #636262;
    display: inline-block;
    margin: 15px 0;
    text-align: justify;

}

.container-services p{
    width: 100%;
    max-width: 698px;
    margin: 15px 0;
    display: inline-block;
    text-align: justify;
}

.container-services img{
    float: left ;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.container-services a{
    padding: 8px 2%;
    display: inline-block;
    text-decoration: none;
    color: rgb(27, 9, 116);
}

.exemplo{
    border-left: 3px solid #ccc;
    padding: 0 2%;
}

.linhahr{
    max-width: 698px;
    margin: 0 auto;
}

.diagnostico{
	background-color: #1c203a;
	color: #FFF;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 40px;
	cursor: pointer;
	transition: .2s;
	border-radius: 35px;
	left: 50%;
	transform: translate(-50%);
	position: absolute;
}

.diagnostico:hover{
	opacity: .9;
}