/* ============================================================
   Resets & Hacks
   ============================================================ */
* {
	margin: 0;
	border: 0;
	padding: 0;
	vertical-align: baseline;
}

html, body {
	height: 100%;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

h1, h2, h3, h5, h5, h6 {
	font-weight: 400;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

q {
	display: block;
	quotes: "“" "”" "‘" "’";
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}

.owl-theme .owl-dots .owl-dot {
	outline: 0;
}



/* ============================================================
   Basico
   ============================================================ */
body {
	direction: ltr;
	min-width: 320px;
	background-color: #fff;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	color: #333;
}

p {
	line-height: 2;
	text-align: justify;
}

a {
	color: #2a2446;
}
a:hover {
	color: #2a2446;
	text-decoration: underline;
}

.modal-title {
	font-weight: 500;
	font-size: 140%;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #2a2446;
}



/* ============================================================
   Cabecalho
   ============================================================ */
.cabecalho {
	position: relative;
	z-index: 999;
	padding: 20px 0;
	width: 100%;
	background-color: #2a2446;
}

.cabecalho .logo {
	width: 250px;
	height: 100px;
	background: url(https://www.integradabnu.com.br/2018/site/imagens/logo.svg) center center/250px 100px no-repeat;
	text-indent: -9999px;
}

.cabecalho .nav-link, 
.cabecalho .navbar-toggler {
	font-weight: 500;
	font-size: 100%;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #fff;
	color: rgba(255, 255, 255, 1.0);
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.cabecalho .nav-link:hover, 
.cabecalho .navbar-toggler:hover {
	color: rgba(255, 255, 255, 0.75);
}

.cabecalho .dropdown-item {
	font-weight: 500;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #333;
}
.cabecalho .dropdown-item:hover {
	background-color: #ddd;
}

.cabecalho .navbar-toggler {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cabecalho .bt-inscrever {
	display: inline-block;
	border: 2px solid #bf2030;
	border-radius: 5px;
	padding: 8px 16px;
	background-color: transparent;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.cabecalho .bt-inscrever:hover {
	background-color: #bf2030;
	text-decoration: none;
}



/* ============================================================
   Formularios
   ============================================================ */
.formulario .label-formulario {
	font-weight: 700;
}

.formulario .label-formulario span {
	color: red;
}

.formulario .input-formulario {
	display: block;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 8px 10px;
	width: 100%;
	background-color: #fff;
}
.formulario .input-formulario:focus {
	outline: 0;
}

.formulario .bt-confirmar {
	display: inline-block;
	border: 2px solid #bf2030;
	border-radius: 5px;
	padding: 10px 20px;
	background-color: #bf2030;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.formulario .bt-confirmar:hover {
	background-color: transparent;
	text-decoration: none;
	color: #bf2030;
}



/* ============================================================
   Banner e Agenda
   ============================================================ */
.banner {
	position: relative;
	width: 100%;
	height: calc(100vh - 140px);
}

/*carousel*/
.banner .carousel {
	position: relative;
	top: 0;
	width: 100%;
	height: calc(100vh - 280px);
	background-color: #2a2446;
}

.banner .carousel-inner {
	height: calc(100vh - 280px);
}

.banner .carousel-item {
	position: relative;
	width: 100%;
	height: calc(100vh - 140px);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner .carousel-item .mascara {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 36, 70, 1.0)), to(rgba(255, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(42, 36, 70, 1.0), rgba(255, 0, 0, 0));
	background: -o-linear-gradient(top, rgba(42, 36, 70, 1.0), rgba(255, 0, 0, 0));
	background: linear-gradient(to bottom, rgba(42, 36, 70, 1.0), rgba(255, 0, 0, 0));
}

.banner .conteudo-banner {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	z-index: 3;
	padding: 0 40px;
	width: 100%;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	color: #fff;
}

.banner .conteudo-banner .titulo-banner {
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 260%;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
}

.banner .conteudo-banner span {
	display: block;
	font-size: 160%;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
}

.banner .conteudo-banner .bt-saibamais {
	display: inline-block;
	margin-top: 40px;
	border: 2px solid #bf2030;
	border-radius: 5px;
	padding: 10px 20px;
	background-color: #bf2030;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.banner .conteudo-banner .bt-saibamais:hover {
	background-color: transparent;
	text-decoration: none;
}

/*agenda*/
.banner .agenda-banner {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	width: 100%;
	height: 140px;
	background: #bf2030;
	background: -webkit-gradient(linear, left top, right top, from(#bf2030), to(#dc2c3e));
	background: -webkit-linear-gradient(left, #bf2030, #dc2c3e);
	background: -o-linear-gradient(left, #bf2030, #dc2c3e);
	background: linear-gradient(to right, #bf2030, #dc2c3e);
	color: #fff;
}

.banner .agenda-banner .evento {
	text-align: center;
}

.banner .agenda-banner .evento i {
	display: block;
	margin-bottom: 10px;
	font-size: 200%;
}

.banner .agenda-banner .evento .data-evento {
	display: block;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.banner .agenda-banner .evento .nome-evento {
	display: block;
	font-size: 80%;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.banner .agenda-banner .owl-dot span, 
.banner .agenda-banner .owl-dot:hover span {
	border: 2px solid #fff !important;
	background-color: transparent; !important;
}
.banner .agenda-banner .owl-dot.active span {
	background-color: #fff !important;
}



/* ============================================================
   Secoes
   ============================================================ */
.secao-principal, 
.secao {
	position: relative;
	width: 100%;
}

.secao {
	padding: 40px 0;
}

.titulo-secao {
	margin-bottom: 20px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #2a2446;
}

.subtitulo-secao {
	font-weight: 700;
	font-size: 110%;
	text-transform: uppercase;
	color: #2a2446;
}

.secao .titulo-secao {
	font-size: 140%;
	text-align: center;
}

/*secao principal*/
.secao-principal, 
.secao-principal .esq, 
.secao-principal .dir {
	min-height: 350px;
}

.secao-principal .titulo-secao {
	font-size: 180%;
}

.secao-principal .icone {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	border: 2px solid #eee;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background-color: #2a2446;
	text-align: center;
}

.secao-principal .icone i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 220%;
	color: #fff;
}

.secao-principal .esq {
	padding: 40px 80px 40px 40px;
	background-color: #eee;
	text-align: justify;
}

.secao-principal .esq .titulo-secao {
	text-align: left;
}

.secao-principal .dir {
	position: relative;
	z-index: 1;
	background: url(https://www.integradabnu.com.br/2018/site/imagens/ceb.jpg) center center/cover no-repeat;
}

.secao-principal .dir .titulo-img {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	padding: 27px 27px 27px 53px;
	width: 100%;
	background-color: #2a2446;
	background-color: rgba(42, 36, 70, 0.8);
	font-size: 160%;
	color: #fff;
}

/*empresas que confiam em nos*/

/*clientes satisfeitos*/
.depoimento .item-depoimento .txt-depoimento {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 15px;
	font-size: 110%;
	text-align: center;
}
.depoimento .item-depoimento .txt-depoimento:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-top: 5px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent #ccc transparent transparent;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.depoimento .item-depoimento .autor-depoimento {
	padding-top: 30px;
}
.depoimento .item-depoimento .autor-depoimento img {
	border-radius: 100%;
}
.depoimento .item-depoimento .autor-depoimento .titulo-1 {
	font-size: 160%;
	color: #000;
}



/* ============================================================
   Paginas
   ============================================================ */
.titulo-nav-pagina {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.titulo-pagina {
	flex-basis: 50%;
	font-weight: 500;
	font-size: 180%;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #2a2446;
}

.nav-pagina {
	flex-basis: 50%;
	font-weight: 600;
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
}
.nav-pagina li {
	display: inline-block;
	margin-right: 5px;
}
.nav-pagina li:last-of-type {
	margin-right: 0;
}
.nav-pagina li:after {
	content: ">";
	display: inline-block;
	padding-left: 5px;
}
.nav-pagina li:last-of-type:after {
	display: none;
}

/*secao pagina*/
.secao-pagina {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
	padding-bottom: 40px;
}
.secao-pagina:last-of-type {
	margin-bottom: 0;
}

.secao-pagina .titulo-secao {
	font-size: 140%;
}

/*empresa*/
.quote-empresa {
	margin: 10px 0;
	font-weight: 500;
	font-style: italic;
	font-size: 140%;
	line-height: 1.6;
	font-family: "Montserrat", sans-serif;
	color: #2a2446;
}

/*servicos*/
.container-titulo-servico {
	position: relative;
	margin-bottom: 40px;
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.container-titulo-servico hgroup {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.container-titulo-servico .titulo-servico {
	font-weight: 500;
	font-size: 160%;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #2a2446;
}

.container-titulo-servico .subtitulo-servico {
	font-weight: 500;
	font-size: 110%;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #2a2446;
}

.secao-servicos {
	position: relative;
	width: 100%;
	margin-bottom: 3rem;
}
.secao-servicos:last-of-type {
	margin-bottom: 0;
}

.titulo-secao-servicos {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 130%;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #2a2446;
}

.item-secao-servicos {
	margin-bottom: 8px;
	border: 2px solid #e1e4e7;
	border-radius: 5px;
	padding: 7px 14px;
	width: 100%;
	background-color: #f1f3f6;
	color: #777;
}

.acordeon {
	cursor: pointer;
}

.acordeon:after {
	content: "+";
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	font-weight: 700;
	color: #2a2446;
	float: right;
}
.acordeon.ativo:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.conteudo-secao-servicos {
	width: 100%;
	max-height: 0;
	-webkit-transition: max-height 0.3s ease-in-out;
	transition: max-height 0.3s ease-in-out;
	overflow: hidden;
}

/*clientes e parceiros*/
.clientes-parceiros {
	position: relative;
	margin: -10px;
}

.clientes-parceiros .item-cp {
	position: relative;
	z-index: 1;
	border: 10px solid #fff;
	width: 20%;
	height: 150px;
	float: left;
	overflow: hidden;
}

.clientes-parceiros .mascara-cp {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(191, 32, 48, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.clientes-parceiros .item-cp:hover .mascara-cp {
	visibility: visible;
	opacity: 1;
}

.clientes-parceiros .mascara-cp .nome-cp {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	padding: 10px;
	width: 100%;
	font-weight: 600;
	font-size: 110%;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.clientes-parceiros .mascara-cp a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
}

/*agenda*/
.agenda {
	position: relative;
	margin: -10px -10px 0;
	padding-bottom: 30px;
}
.agenda:last-of-type {
	margin-bottom: -10px;
	padding-bottom: 0;
}

.agenda .item-evento {
	position: relative;
	z-index: 1;
	border: 10px solid #fff;
	width: 25%;
	float: left;
	overflow: hidden;
}

.agenda .item-evento > a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
}

.agenda .img-evento {
	position: relative;
	z-index: 1;
	height: 200px;
	overflow: hidden;
}

.agenda .mascara-evento {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(191, 32, 48, 0.8);
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.agenda .item-evento:hover .mascara-evento {
	background-color: rgba(191, 32, 48, 0.95);
}

.agenda .mascara-evento .nome-evento {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	padding: 5px;
	width: 100%;
	font-weight: 600;
	font-size: 110%;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.agenda .info-evento {
	position: relative;
	margin-top: 5px;
	width: 100%;
	text-transform: uppercase;
}

.agenda .data-evento {
	font-size: 120%;
}

/*evento*/
.cabecalho-evento {
	position: relative;
	margin-bottom: 40px;
	padding: 40px 0;
	width: 100%;
	background-color: #bf2030;
}

.cabecalho-evento .item-cabecalho-evento {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.cabecalho-evento .item-cabecalho-evento i {
	display: block;
	margin-bottom: 10px;
	font-size: 200%;
}

.cabecalho-evento .bt-inscrever {
	display: inline-block;
	border: 2px solid #2a2446;
	border-radius: 5px;
	padding: 8px 16px;
	background-color: #2a2446;
	font-weight: 600;
	font-size: 120%;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.cabecalho-evento .bt-inscrever:hover {
	background-color: transparent;
	text-decoration: none;
}

/*blog*/
.container-resumo-post {
	position: relative;
	width: 100%;
}

.resumo-post {
	position: relative;
	margin: 20px 0;
	flex-basis: calc(50% - 20px);
}

.resumo-post .imagem-resumo-post {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.resumo-post .titulo-resumo-post {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 140%;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #2a2446;
}

.resumo-post .data-resumo-post {
	margin-top: 10px;
	font-size: 13px;
}

.resumo-post .rodape-resumo-post {
	position: relative;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.resumo-post .rodape-resumo-post .bt-lermais {
	display: inline-block;
	border: 2px solid #2a2446;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #2a2446;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.resumo-post .rodape-resumo-post .bt-lermais:hover {
	background-color: transparent;
	text-decoration: none;
	color: #2a2446;
}

.widget {
	position: relative;
	margin-bottom: 40px;
	width: 100%;
}
.widget:last-of-type {
	margin-bottom: 0;
}

.widget .titulo-widget {
	font-weight: 500;
	font-size: 130%;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #2a2446;
}

/*postagem*/
.post {
	position: relative;
	width: 100%;
}

.post .cabecalho-post {
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	width: 100%;
}

.post .cabecalho-post img {
	margin-bottom: 20px;
}

.post .cabecalho-post .titulo-post {
	font-weight: 500;
	font-size: 140%;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #2a2446;
}

.post .cabecalho-post .titulo-post a:hover {
	text-decoration: none;
}

.post .cabecalho-post .data-post {
	font-size: 13px;
}



/* ============================================================
   Rodapé
   ============================================================ */
.rodape {
	position: relative;
	padding: 40px 0;
	width: 100%;
	background-color: #ddd;
	font-size: 13px;
}

.rodape .info {
	width: 35%;
	margin: 0 auto;
}

/*logo*/
.rodape .logo {
	width: 100%;
}

/*redes sociais*/
.rodape .social {
	margin-top: 10px;
	font-size: 160%;
}

/*copyright*/
.rodape .copyright {
	margin-top: 40px;
	text-align: center;
}



/* ============================================================
   Responsivo
   ============================================================ */
@media screen and (min-width: 1200px) {
	.cabecalho {
		max-height: 140px;
	}
}

@media screen and (max-width: 1199px) {
	.cabecalho .navbar-nav {
		margin: 0 auto;
		width: 50%;
	}

	.cabecalho .dropdown-item {
		text-align: center;
	}

	.banner {
		height: auto;
	}

	.banner .carousel, 
	.banner .carousel-inner, 
	.banner .carousel-item {
		height: 500px;
	}

	.banner .agenda-banner {
		position: relative;
		height: auto;
	}
}

@media screen and (max-width: 992px) {
	.clientes-parceiros .item-cp {
		width: 33.3333333%;
	}

	.agenda .item-evento {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.secao-principal {
		min-height: 700px;
	}

	.secao-principal .esq {
		padding: 40px;
	}

	.depoimento .autor-depoimento .modelo {
		width: 60px;
		height: 60px;
	}

	.clientes-parceiros .item-cp {
		width: 50%;
	}

	.agenda .item-evento {
		width: 100%;
	}

	.titulo-pagina, 
	.nav-pagina {
		text-align: center;
	}

	.cabecalho-evento .item-cabecalho-evento {
		display: inline-block;
		position: relative;
		margin-bottom: 20px;
		width: 33.3333333%;
		float: left;
	}

	.cabecalho-evento .area-bt-inscrever {
		display: block;
		position: relative;
		width: 100%;
		text-align: center;
		clear: both;
	}

	.resumo-post {
		flex-basis: 100%;
	}

	.rodape .logo {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.cabecalho .logo {
		width: 200px;
		height: 80px;
		background-size: 200px 80px;
	}

	.banner .conteudo-banner .titulo-banner {
		font-size: 220%;
	}

	.banner .conteudo-banner span {
		font-size: 120%;
	}
}

@media screen and (max-width: 422px) {
	.secao-principal .icone {
		display: none;
	}

	.clientes-parceiros {
		padding: 0 80px;
	}

	.clientes-parceiros .item-cp {
		width: 100%;
	}
}