/*
//Css Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body{
	height: 100%;
}
/*
//Body
*/
body {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	text-rendering: auto;
	color: #000;
	background: #fff;
}
/*
//Clear
*/
.clr:after,
.clr:before{
	content: '';
	display: table;
	clear: both;
}
.clr{
	clear: both;
}
.clrR{
	clear: right!important;
}
.clrPb{
	padding-bottom: 0!important;
}
/*
//Alinhamento
*/
.pullLeft,
.imgLft{
	float: left;
}
.pullRight,
.imgRght{
	float: right;
}
.imgRght{
	margin-left: 20px;
}
.imgLft{
	margin-right: 20px;
}
.abs-right{
	position: absolute;
	right: 0;
}
.distr{
	text-align: justify;
	font-size: 0.1px;
}
.distr:after{
	content: '';
	width: 100%;
	display: inline-block;
}
.txtC{
	text-align: center;
}
/*
//Espaços
*/
.pdT{
	padding-top: 20px;
}
.spcT{
	margin-top: 20px;
}
/*
//Texto
*/
h1,h2,h3,h4,h5{
	/*color: #2388ca;*/
	color: #da3c40;
	padding-bottom: 15px;
}
h2,h3,h4,h5{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 1;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
sup{ 
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 16px;
	bottom: 1ex; 
}
p{
	padding-bottom: 20px;
}
p img{
	max-width: 100%;
}
.texto-destaque{
	font-size: 24px;
	color: #da3c40;
	font-weight: 300;
}
em{
	font-style: italic;
}
b, strong{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
.obs{
	font-style: italic;
	font-size: 14px;
}
a{
	color: inherit;
	text-decoration: none;
}

#conteudo a{
	color: #4992c5;
	border-bottom: dotted 1px;
}
#conteudo a:hover{
	border-bottom: solid 1px;
}
address{
	padding-bottom: 20px;
}
address span{
	display: block;
}
address .mapa{
	font-size: 0;
	margin-top: 30px;
	margin-bottom: 2px;
	box-shadow: 0 0 0 3px #fff, 0 0 10px 0 rgba(0,0,0,0.3);
}
#home .box-destaque .box-content{
	padding-top: 32px;
}
.box-destaque .box-content .box-texto{
	padding: 20px;
	background: url(../imagens/borda-box.png) no-repeat bottom right #eeeeee;
}
.box-texto address{
	padding-bottom: 0;
}
#home .box-destaque .box-content .box-texto{
	text-align: center;
	margin-top: -30px;
	padding-top: 75px;
}
.box-destaque .box-content .box-texto h2{
	line-height: 1;
}
.box-destaque .box-content .box-texto p{
	font-size: 21px;
	font-weight: 300;
}
.box-destaque .box-content .base-icon{
	position: relative;
	display: table;
	margin: 0 auto;
}
.box-destaque .box-content .icon{
	position: relative;
	width: 100px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: #da3c40;
	z-index: 9999;
}
.box-destaque .box-content .icon i{
	font-size: 60px;
	color: #fff;
}
.box-destaque .box-content .icon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid #da3c40;
}
.box-destaque .box-content .icon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #da3c40;
}
.box-destaque .borda-icon{
	position: absolute;
	width: 112px;
	height: 68px;
	top: 0;
	left: 50%;
	margin-top: -4px;
	background: #fff;
	margin-left: -56px;
}
.box-destaque .borda-icon:before {
	content: "";
	position: absolute;
	top: -28px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 56px solid transparent;
	border-right: 56px solid transparent;
	border-bottom: 28px solid #fff;
}
.box-destaque .borda-icon:after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 56px solid transparent;
	border-right: 56px solid transparent;
	border-top: 28px solid #fff;
}
/*
//Alerts
*/
.alert{
	padding: 15px;
	margin-bottom: 20px;
	color: #4992c5;
	background: #d3e2ed;
	border: solid 1px #b9d3e5;
}
/*
//Buttons
*/
.btn{
	display: inline-table;
	border: none!important;
	color: #fff!important;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	background: #da3c40;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.4);
	padding: 0 25px;
	cursor: pointer;
}
.btn:hover,
.btn.active{
	background: #f26366;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,.4);
}
/*
//Form
*/
.field{
	padding-bottom: 15px;
}
form{
	padding-right: 22px;
}
form label{
	display: block;
	padding-bottom: 5px;
}
form input,
form textarea{
	font-size: 16px;
	padding: 10px;
	width: 100%;
	max-width: 430px;
	border: solid 1px #dfe2e3;
	display: block;
	outline: none;
}
form input:focus,
form textarea:focus{
	border: solid 1px #4992c5;
	box-shadow: 0 0 10px 0 rgba(211,226,237,0.9);
}
/*
//Form > Valida
*/
span.error{
	color: #da1a35;
	padding-left: 5px;
}
input.error,
textarea.error{
	border: dotted 1px!important;
	border-color: #d29f9f!important;
	background: #fceaea!important;
}
.label-error{
	display: block!important;
	padding: 0!important;
}
.label-error span.error{
	padding: 0 0 5px 0!important;
}
.erro-beneficiario{
	display: none;
}
#formMSG .alert{
	display: table;
	margin-top: 15px;
	margin-bottom: 0;
}
/*
//Estrutura
*/
.container{
	position: relative;
	margin: 0 auto;
	max-width: 1060px;
}
.cols-base{
	margin-left: -15px;
	margin-right: -15px;
}
.col{
	position: relative;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	min-height: 1px;
}
.cols-base .col-right{
	float: right;
}
.col1{
	max-width: 960px;
}
.col2{
	width: 50%;
}
.col2-3{
	width: 66.66666666%;
}
.col3-4{
	width: 75%;
}
.col3{
	width: 33.33333333%;
}
.col4{
	width: 25%;
}
/*
//Estrutura Base
*/
/*
//Header
*/
.header-topo{
	position: relative;
}
#logo{
	display: table;
	margin: 0 auto;
	font-size: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}
#logo img{
	width: 100%;
}
.btn-home,
.btn-menu{
	position: absolute;
	top: 50%;
	width: 52px;
	text-align: center;
	height: 30px;
	margin-top: -15px;
	line-height: 30px;
	background: #f7f7f7;
}
.btn-home{
	left: 0;
	margin-left: 30px;
}
.btn-menu{
	right: 0;
	margin-right: 20px;
}
.btn-home i,
.btn-menu i{
	font-size: 30px;
	color: #d8dadb;
}
.btn-home:before,
.btn-menu:before{
	content: "";
	position: absolute;
	top: -13px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-bottom: 13px solid #f7f7f7;
}
.btn-home:after,
.btn-menu:after{
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-top: 13px solid #f7f7f7;
}
.btn-home:hover i{
	color: #898f92;
}
.btn-menu.active{
	background: #da3c40;
}
.btn-menu.active i{
	color: #fff;
}
.btn-menu.active:before{
	border-bottom: 13px solid #da3c40;
}
.btn-menu.active:after{
	border-top: 13px solid #da3c40;
}
/*
//header Menu
*/
#menu-principal{
	background-color: #eee;
	text-align: center;
	margin-left: 50px;
}
#menu-principal ul{
	font-size: 0;
}
#menu-principal ul li,
#menu-principal ul li a{
	display: inline-block;
}
#menu-principal ul li a{
	font-size: 17px;
	line-height: 50px;
}
#menu-principal ul li:after{
	content: "◆";
	color: #da3c40;
	font-size: 17px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu-principal ul li:last-of-type:after{
	content: "";
	font-size: 0;
	padding: 0!important;
}
#menu-principal a:hover,
#menu-principal .current{
	color: #4992c5;
}
/*
//Imagem
*/
#imagem{
	position: relative;
	font-size: 0;
	margin-bottom: 60px;
}
#home #imagem{
	margin-bottom: 75px;
}
#imagem img{
	width: 100%;
}
#imagem .texto-home{
	position: absolute;
	width: 470px;
	height: 100%;
	top: 0;
	right: 0;
	margin-right: 30px;
}
#imagem .texto-home .wrap-center{
	display: flex;
	height: 100%;
	align-items: center;
}
#imagem .texto-home .box-texto-home{
	padding: 20px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	background: rgba(73,146,197,0.8);
}
#imagem .texto-home .box-texto-home h2,
#imagem .texto-home .box-texto-home p{
	color: #fff;
}
#imagem .texto-home .box-texto-home h2{
	line-height: 1;
}
#imagem .texto-home .box-texto-home p{
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 0;
}
#imagem h1{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 56px;
	line-height: 56px;
	margin-bottom: -28px;
	margin-left: 30px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../imagens/borda-titulo.png) no-repeat right bottom #da3c40;
}
/*
Imagem > Menu Home
*/
.menu-home{
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 30px;
	margin-bottom: -45px;
}
.menu-home a{
	color: #fff;
}
.menu-home .header{
	display: inline-block;
	width: 390px;
	text-align: center;
	background: #65ddd0;
	border-bottom: solid 2px #4fbcb0;
}
.menu-home .header:first-of-type{
	margin-right: 20px;
}
.menu-home .header .header-link{
	font-size: 28px;
	font-weight: 300;
	line-height: 90px;
}
.menu-home .header ul{
	position: absolute;
	padding: 15px;
	width: 390px;
	bottom: 0;
	margin-bottom: 90px;
	background: #4fbcb0;
}
.menu-home .header ul li{
	text-align: left;
	padding-bottom: 5px;
}
.menu-home .header ul li:last-of-type{
	padding-bottom: 0;
}
.menu-home .header ul li a{
	font-size: 15px;
}
.menu-home .header ul li a:hover{
	color: #7ffcee;
}
.menu-home .header ul{
	display: none;
}
.menu-home .header:hover .header-link{
	color: #329489;
}
.menu-home .header:hover ul{
	*display: block;
} 

/*
//Conteúdo
*/
#conteudo{
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
#conteudo ul,
#conteudo ol{
	padding-bottom: 10px;
}
#conteudo ul li ul{
	padding-top: 10px;
}
#conteudo ul li ul,
#conteudo ul li ul li:last-of-type{
	padding-bottom: 0;
}
#conteudo li{
	padding-bottom: 10px;
}
#conteudo ul li{
	position: relative;
	padding-bottom: 10px;
	padding-left: 15px;
}
#conteudo li:before{
	color: #da3c40;
}
#conteudo ul li:before{
	content: "•";
	position: absolute;
	left: 0;
	font-size: 28px;
	line-height: 1;
	margin-top: -4px;
}
#conteudo ul li ul li:before{
	content: "○";
	font-size: 16px;
	margin-top: 3px;
}
#conteudo ol{
	counter-reset: item; 
}
#conteudo ol li:before{
	counter-increment: item;
	content: counters(item, ".") ". "; 
}
#conteudo li h5{
	display: inline;
}
/*Accordion*/
.accordion{
	padding: 10px;
	font-size: 21px;
	color: #fff;
	font-weight: 300;
	background: #65ddd0;
	border-bottom: solid 2px #4fbcb0;
}
.accordion:before,
.btn-curriculo:before{
	content: '\e808';
}
.accordion.acitve{
	color: #329489;
}
.accordion.active:before,
.btn-curriculo.active:before{
	content: '\e809';
}
.conteudo-accordion{
	padding: 15px 15px 30px 15px;
}
.conteudo-curriculo{
	padding-top: 20px;
}
.conteudo-accordion,
.conteudo-curriculo{
	display: none;
}
.video{
	max-width: 480px;
}
/*
//Sobre a Empresa
*/
#a-empresa .texto-destaque{
	padding-left: 90px;
}
/*
//Footer
*/
footer{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: solid 1px #000;
}
/*
//Media Queries
*/
@media all and (min-width: 1025px){
	a,
	button,
	input,
	i,
	textarea{
		-webkit-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
		-moz-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
		-o-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
		transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
	}
	.btn-menu{
		display: none;
	}
	.btn-home{
		margin-left: 50px;
	}
}
@media all and (max-width: 1060px){
	footer{
	margin-left: 30px;
	margin-right: 30px;
	}
}
@media all and (max-width: 1024px){
	/*
	//header Menu
	*/
	#menu-principal{
		margin-left: 0;
		display: none;
	}
	#menu-principal ul li,
	#menu-principal ul li a{
		display: block;
	}
	#menu-principal ul li{
		border-bottom: solid 1px #d1d2d3;
	}
	#menu-principal ul li a{
		line-height: 50px;
	}
	#menu-principal ul li:after{
		content: "";
		font-size: 0;
		padding-left: 0;
		padding-right: 0;
	}
	/*
	//Menu Home
	*/
	.menu-home .header ul li{
		padding-bottom: 15px;
	}
	.menu-home .header ul li a{
		font-size: 17px;
	}
	/*
	//Texto Home
	*/
	#imagem .texto-home .box-texto-home p{
		font-size: 15px;
		font-weight: 300;
	}
	/*
	//Box Content
	*/
	.box-destaque .box-content .box-texto p{
		font-size: 17px;
	}
}
@media all and (max-width: 990px){
	.btn-home{
	margin-left: 20px;
	}
}
@media all and (min-width: 920px){
	.menu-home .header:hover ul{
		display: block;
	}
}
@media all and (max-width: 919px){
	/*
	//Conteúdo
	*/
	#conteudo{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}
	/*
	//Imagem Home
	*/
	#home #imagem{
		margin-bottom: 30px;
	}
	/*
	//Texto Home
	*/
	#imagem .texto-home .wrap-center{
		display: table;
		height: auto;
		padding-top: 50px;
	}
	/*
	Imagem > Menu Home
	*/
	.menu-home{
		position: relative;
		margin-left: 0;
		margin-bottom: 0;
		margin-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.menu-home .header{
		display: block;
		width: 100%;
		text-align: left;
	}
	.menu-home .header .header-link{
		padding-left: 10px;
	}
	.menu-home .header .header-link:before{
		content: '\e808';
	}
	.menu-home .header.acitve .header-link{
		color: #329489;
	}
	.menu-home .header.active .header-link:before{
		content: '\e809';
	}
	.menu-home .header:first-of-type{
		margin-right: 0;
	}
	.menu-home .header .header-link{
		font-size: 21px;
		line-height: 60px;
	}
	.menu-home .header ul{
		position: relative;
		width: 100%;
		bottom: 0;
		margin-bottom: 0;
	}
	/*
	//Sobre a Empresa
	*/
	#a-empresa .texto-destaque{
		padding-left: 50px;
	}
	/*
	//Atendimento
	*/
	#atendimento .box-destaque .col{
		width: 100%;
	}
	/*
	//Footer
	*/
	footer{
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media all and (max-width: 767px){
	/*
	//Imagem Texto
	*/
	#home #imagem{
		margin-bottom: 30px;
	}
	#imagem .texto-home .wrap-center{
		padding-top: 30px;
	}
	#imagem .texto-home{
		position: relative;
		width: 100%;
		height: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	#imagem .texto-home .box-texto-home{
		padding: 20px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
		background: rgba(73,146,197,0.8);
	}
	#home .box-destaque .col{
		width: 100%;
	}
}
@media all and (max-width: 727px){
	/*
	//Colunas
	*/
	.col{
		width: 100%;
	}
	/*
	//Texto Destaque
	*/
	#a-empresa .texto-destaque{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media all and (max-width: 620px){
	/*
	//Colunas
	*/
	.col1{
		margin-bottom: 10px;
	}
	/*
	//Imagem Home
	*/
	#imagem{
		margin-bottom: 45px;
	}
	#imagem h1{
		position: absolute;
		display: flex;
		align-items: center;
		font-size: 21px;
		line-height: 1;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 2px;
	}
	/*Accordion*/
	.accordion{
		font-size: 18px;
	}
	.menu-home .header .header-link{
		font-size: 20px;
	}
	/*
	//Texto Destaque
	*/
	#a-empresa .texto-destaque{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media all and (max-width: 480px){
	.imgLft{
		float: none;
		display: table;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.spcT{
		margin-top: 0;
	}
}
@media all and (max-width: 413px){
	#logo{
		width: 130px;
	}
}
@media all and (max-width: 360px){
	.imgRght{
		float: none;
		display: table;
		margin: 0 auto;
		padding-bottom: 20px;
	}
}