@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Lintel';
	margin:0px auto !important;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #1b365d;
}
a:hover {
	text-decoration: none;
	color: #1b365d;
}

.logo-top {
	padding: 10px 27px;
}

header img{
	max-width: 100%;
	padding-bottom: 20px;
}

header img.logo{
	margin: 0 auto;
	display: block;
}

header .row{
	align-items: center;
}

header article{
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #1b365d;
	margin-bottom: 30px;
	font-weight: bold;
}

header article strong{
	color: #dc6b2f;
	font-weight: bold;
	display: block;
}

header a{
	background-color: #dc6b2f;
	padding: 10px;
	display: block;
	width: 300px;
	margin: 20px auto 15px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 10px;
	text-decoration: underline;
}

header a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.simule {
	position: absolute;
	background: #193154;
	top: 70px;
	right: 12%;
	width: 390px !important;
	height: 355px !important;
	padding: 36px 32px 0px 32px;
	mix-blend-mode: multiply; 

}
.simule a {
	border: 1px solid #f58645 !important;
	border-radius: 6px;
	padding: 10px 70px 10px 70px;
	font-size: 18px;
	font-weight: 600 !important;
	margin-top: 20px;
}
.simule a:hover {
	color: #f58645 !important;
	background: #ffffff !important ;
	border: 1px solid #f58645 !important;
}
.simule-2 a:hover {
	border: 1px solid #ffffff !important;
	background: #f58645 !important;
	color:#ffffff !important;
}
.simule-2 a:visited:focus {
	border: 1px solid #f58645 !important;
	background: #ffffff !important;
	color:#f58645 !important;
}

.simule a:visited:focus {
	border: 1px solid #f58645 !important;
	background: #ffffff !important;
	color:#f58645 !important;
}
.simule h2 {
	font-size: 26px !important;
	font-weight: 500 !important;
}


/* FONTS */

h1 {
	font-size: 30px;
	line-height: 28px;
}
h2 {
	font-size: 30px;
	font-weight: 400 !important;
	line-height: 30px;
}
h5 {
	font-size: 30px;
	font-weight: bold;
}

p {
	font-size: 22px;
	line-height: 26px;
}
.card p {
	font-weight: lighter;
	color: #646565 !important;
}
.f18 {
	font-size: 20px;
	font-weight: 700;
}
.f26 {
	text-transform: none;
	font-size: 26px;
	line-height: 26px;
	font-weight: 100 !important;
}
.dit {
	padding: 30px 0px 30px 0px;
}
.dit p {
	font-weight: 100 !important;
	color:#646565 !important;
}
.text-muted {
	color: #646565 !important;
}
.txt-dit h1 {
	font-size: 40px; 
	line-height: 44px; 
	text-transform: uppercase; 
	margin-left: -12px;
}

.texto-juridico {
	color:#646565;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	font-weight: 100 !important;
}

/* COLORS */

/* AZUL */
.text-primary {
	color:#1b365d !important; 
}
.bg-primary {
	background: #1b365d !important;
}
/* LARANJA */
.text-secondary {
	color:#f58645 !important; 
}
.bg-secondary {
	background: #f58645 !important;
}
.border-secondary {
	border: #f58645 !important;
}
.btn-secondary {
	background: #f58645;
	border: #f58645;
}
.big {
	font-size: 40px;
	line-height: 42px;
	font-weight: 400 !important;
	text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* CARD HOVER */


.card img {
  -webkit-transition: opacity 0.55s, -webkit-transform 0.45s;
  transition: opacity 0.55s, transform 0.45s;
}


.card:hover img {
  opacity: 0.8;
  filter: alpha(brightness=0.6);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.card {
	border: 0px;
	border-right: 1px solid #939393 !important;
	overflow: hidden !important;
	border-radius: 0px;
	padding: 0px !important;
}
.card img {
	border-radius: 0px;
	display: block;
}
	.slogan {
		position: relative;
		float: left;
		text-align: left;
	}
.br br {
	display: inherit !important ;
}


@media screen and (max-width: 1330px) {
	.header {
	background-image: url(../images/img_destaque.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	align-items: center;
	min-height: 400px;
	width: 100vw;
}
	.simule {
		width: 390px !important;
		height: 320px;
		position: absolute;
		right: 10px !important;
		top:20px;
		padding: 16px 32px 0px 32px;
		mix-blend-mode: normal !important;
}
	.simule h2 {
		font-size: 24px !important;
	}
	.simule p {
		font-size: 22px;
		line-height: 26px;
	}
	

}



@media screen and (max-width: 980px) {
	.header {
	background-image: url(../images/img_destaque.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	align-items: center;
	min-height: 400px;
	width: 100vw;
}
	.header p {
		font-weight: lighter;
	}
	.header a {
	}
.simule {
		width: 390px !important;
		height: 320px;
		position: absolute;
		right: 10px !important;
		top:20px;
		padding: 16px 32px 0px 32px;
		mix-blend-mode: normal !important;
}
.simule h2 {
		font-size: 24px !important;
	}
.simule p {
		font-size: 22px;
	     line-height: 26px;
	}
.simule a {
		border: 0px;
}
	.txt-dit h1 {
		font-size: 22px !important;
		line-height: 26px;
		font-weight: bold !important;
		margin-top: 10px;
		margin-bottom: -30px;
	}
		.br br {
	display: none !important ;
}


}
 
@media screen and (max-width: 1200px) {
	.txt-dit h1 {
		text-align: left !important;
		text-transform: uppercase;
		
	}
	.header p {
		font-size: 22px;
		line-height: 26px;
}
		.br br {
	display: none !important ;
}

}

@media screen and (max-width: 780px) {
	.header {
	background-image: url(../images/img_destaque_m.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	align-items: center;
	min-height: 410px;
	width: 100vw;
}
	.header h2 {
		font-size: 15px !important;
		line-height: 19px !important;
		text-transform: uppercase;
		padding-top: 10px;
		font-weight: 600 !important;
	}
	.header p {
		font-size: 16px !important;
		line-height: 17px !important; 
		font-weight: 100 !important;
	}
	.header a {
		background-color: transparent !important;
		padding: 0px !important;
		font-size: 18px;
		text-decoration: underline !important;
		color:#f58645 !important;
		margin-top: 40px !important;
	}
	.simule {
		width: 40vw !important;
		height: 340px !important;
		position: absolute;
		right: 0px !important;
		top:70px;
  	    mix-blend-mode: multiply !important;
		font-size: 1em !important;
}
	.simule a {
		background: #f58645 !important;
		display: block !important;
		padding: 10px 12px !important; 
	border: 0px !important;
		color:#fff !important;
		text-decoration: none !important;
}
	.simule a:hover {
		background:  #ffffff !important;
		color:#f58645 !important;
		border: 0px !important;
		}
	.dit p, h1 {
		text-align: center !important;
		font-weight: bold !important;
	}
	.dit h1 {
		padding-top: 30px !important;
	}
	.dit p {
		text-align: left !important;
		font-weight: normal !important;
		margin-top: -50px !important;
	}
	
	.break {
		display: block;
	}
.card {
	border: 0px;
	border-radius: 0px;
}
	

.card img {
	border-radius: 0px;
	margin-left: 0px;

}
	.slogan {
		position: relative;
		float: none;
		text-align: center;
	}
	.logo {
		display: none;
	}
	.logo-top {
		display: block;
		width: 100%;
		height: 70px;
		background: #ffffff;
	}
	.br br {
	display: none !important ;
}

}

