/* Sticky footer styles
-------------------------------------------------- */
footer{
	height: auto !important;
}
.img-responsive{
	width: 100%;
    height: auto;
	display: block;
}

/*----- MENU ------*/
.menuPrincipal .nav .nav-item .nav-link{
	color: #243671 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    font-size: 16px !important;
    font-weight: bold;
    font-family: 'SourceSansPro';
    text-transform: none;
    letter-spacing: 1px;
}

.menuPrincipal .nav .nav-item .nav-link:hover{
	color: #4f245b !important;	
}

.divisor {
	display: none;
}

@media (max-width: 375px){
	.navbar-brand img{
		width: 180px
	}
}

@media (max-width: 768px){
	.collapse:not(.show){
		display: none
	}
}
/*----- MENU ------*/

/*----- BREADCRUMB ------*/
.capa #breadcrumb{
	display: none;
}

#breadcrumb{
	margin-top: 20px;
}

@media (max-width: 480px){
	.breadcrumb-item{
		display: none;
	}
}

@media (max-width: 768px){
	.breadcrumb-item{
		font-size:10px;
	}
}
/*----- BREADCRUMB ------*/


/*----- MIDIA SOCIAL ------*/
.addthis_inline_share_toolbox{
	display: block;
	position: absolute;
	right: 0px;
	margin-top: -56px;
}

.capa .addthis_inline_share_toolbox{
	margin-top: -32px;
}

@media (max-width: 480px){
	.addthis_inline_share_toolbox{
		left: 15px;
		margin-top: -40px;
	}
}

@media (max-width: 768px){
	.capa .addthis_inline_share_toolbox{
		margin-top: -35px;
	}
}
/*----- MIDIA SOCIAL ------*/

/*----- BANNER ROTATIVO ------*/
.posicao_banner_rotativo{
	margin-top: -30px; 
}

.txtTituloBanner {
    display: none;
}

.txtDescricaoBanner{
	dispaly: none;
}

.imageBanner.pt-4.pb-4 .txtDescricaonnerBannerSubsite,
.imageBanner.pt-4.pb-4 .txtDescricaonnerBannerSubsite p,
.imageBanner.pt-4.pb-4 .txtDescricaonnerBannerSubsite strong,
.imageBanner.pt-4.pb-4 .txtDescricaonnerBannerSubsite div{
	color: white;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 10px;
}

@media (max-width: 480px){
	.carousel-indicators li {
		width: 10px;
		height: 10px;
	}
}

@media (max-width: 375px){
	.carousel-indicators li {
		width: 7px;
		height: 7px;
	}
}
/*----- BANNER ROTATIVO ------*/

/*----- SOLU��ES ------*/
.titulo_componente{
	font-size: 28px;
	font-family: 'SourceSansPro';
	width: 100%;
	display:table; 
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #4f245b;
	font-weight: bold;
}

.titulo_box_solucoes{
    font-size: 20px;
    font-family: 'SourceSansPro';
    color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin-top: -5px;
}

.background_solucao{
    background-color: #371641;
    margin-right: 19px;
    margin-top: 19px;
    height: 215px;
    width: 215px;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.background_solucao:hover{
	background-color: #173865;
}

.img_solucao{
	height: auto;
	width: auto;
}

.textoSolucao, .textoSolucao p, .textoSolucao div{
	font-size: 16px;
    font-family: 'SourceSansPro';
    color: #3a1843;
    -webkit-columns: 300px 2;
    -moz-columns: 300px 2;
    columns: 300px 2;
    margin: 0px 0px 20px 8px
}

.titulo_interna{
	font-size: 28px;
	font-family: 'SourceSansPro';
	color: #4f245b;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}

.capa .imgTopo{
	margin-top: -40px;
}

.alinhaNoCentro{
	display: flex;
	justify-content: center;
}

@media (max-width: 1024px){
	.background_solucao{
		height: 200px;
   		width: 170px;
	}
	
	.titulo_box_solucoes{
		font-size: 12px;
		width:50%;
		word-wrap: break-word;
	}
}

@media (max-width: 768px){
	.background_solucao{
		height: 250px;
   		width: 250px;
	}
	
	.titulo_box_solucoes{
		font-size: 18px;
		width:50%;
		word-wrap: break-word;
	}
}
/*----- SOLU��ES ------*/

/*----- BannerSubsiteTexto (Quem somos, Sala prospectiva) ------*/
.alinhTxtBannerSubsite{
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.txtTituloBannerSubsite{
	font-size: 34px;
    font-family: 'SourceSansPro';
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: bold;
}

.txtDescri��onnerBannerSubsite{
	font-size: 19px;
    font-family: 'SourceSansPro';
    color: #ffffff;
    max-width: 45%;
    margin: auto;
    line-height: 1.5em;
}

.imageBanner{
	display: flex;
	align-items:center;
	background-size: cover;
}

.alinhTxtBannerSubsite a{
	background: transparent;
	font-size: 18px;
    font-family: 'SourceSansPro';
    color: #ffffff;
    text-align: center; 
    display: inline-block;
    border-radius: 9px;
    padding: 4px 85px 4px 85px;
    border-bottom: 2px solid #ffffff !important;
	border-left: 2px solid #ffffff !important;
	border-top: 2px solid #ffffff !important;
	border-right: 2px solid #ffffff !important;
	margin-top: 30px;
}

@media (max-width: 480px){
	.txtDescri��onnerBannerSubsite{
		max-width: 90%;
	}
	
	.alinhTxtBannerSubsite a{
		padding: 2px 40px 2px 40px;
	}
}

@media (max-width: 1024px){
	.txtDescri��onnerBannerSubsite{
		max-width: 80%;
	}
}

@media (max-width: 1440px){
	.txtDescri��onnerBannerSubsite{
		max-width: 60%;
	}
}
/*----- BannerSubsiteTexto (Quem somos, Sala prospectiva)------*/

/*----- CAIXAS COM IMAGEM ------*/
.seta{
	color: #ffffff;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.caixaBackground{
	background-color: #3a1843;
	width: 550px;
	margin: auto;
	margin-bottom: 45px;
}

.caixaBackground:hover{
	background-color: #6c317d;
}

.linhaTitulo{
	font-size: 20px;
    font-family: 'SourceSansPro';
    color: #ffffff;
    font-weight: bold;
    margin-left: 20px;
}

.linhaDesc{
	font-size: 15px;
    font-family: 'SourceSansPro';
    color: #ffffff;
    margin-left: 36px;
    margin-bottom: 10px;
}

.alinharImg{
	margin: auto;
}

.imgCaixa {
	height: 140px;
	width: 100%;
}

.linhaTxt{
	margin-top: 10px;
}

@media (max-width: 320px){
	.seta {
		margin-top: 15px;
	}
}
/*----- CAIXAS COM IMAGEM ------*/

/*----- CALL TO ACTION ------*/
.caixaCallToAction{
	width: 100%;
	background-color: #4f245b;
	margin-bottom: 20px;
}

.caixaCallToAction span{
	font-size: 25px;
    font-family: 'SourceSansPro';
	color:#ffffff;
}

.caixaCallToAction a{
	background: rgba(255, 255,	255, 0.2);
	font-size: 18px;
    font-family: 'SourceSansPro';
    color: #ffffff;
    text-align: center; 
    display: inline-block;
    border-radius: 9px;
    margin-left: 15px;
    margin-bottom: 9px;
    padding: 2px 60px 2px 60px;
    border-bottom: 1px solid #ffffff !important;
	border-left: 1px solid #ffffff !important;
	border-top: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
}
/*----- CALL TO ACTION ------*/

/*----- MENU RODAP� ------*/
.mapaSite{
	background-color: #243671;
}

.menuRodape div div ul li.list-group-item{
	border-left: 0px;
}

.menuRodape div div ul li.list-group-item a{ 
	padding: 0px 0px 0px 7px;
}

.menuRodape div div.panel-heading{
	border-left: 0px;
}

.panel-brand{
	margin-top: 20px;
}

@media (max-width: 990px){
	.panel-brand{
		display: none;
	}
}
/*----- MENU RODAP� ------*/


/*----- CADASTRE-SE, CONTATO (FORMUL�RIO) ------*/
#barraAzul {
	display: none;
}

.titulo {
	color: #4f245b;
	font-size: 28px;
    font-family: 'SourceSansPro';
    margin-bottom: 30px;
    margin-top: 5px;
    font-weight: bold;
}

.corpo{
	margin-bottom: 40px;
	font-size: 16px;
    font-family: 'SourceSansPro';
}

.btn{
	font-size: 17px;
    font-family: 'SourceSansPro';
    background: #243671;
    color: #ffffff;
}

#grid11{
	display: none;
}

#frmQuestionario{
	margin-left: -28px;
}
/*----- CADASTRE-SE, CONTATO (FORMUL�RIO) ------*/

/*----- CAROUSEL PUBLICA��ES ------*/
.titulo_publicacao{
	font-family: 'SourceSansPro';
	font-size: 28px;
	color: #4f245b;
	padding-left: 15px;
	font-weight: bold;
}

.texto_publicacao {
    color: #4f245b !important;
	font-size: 15px !important;
	background-color: #f0f0f0 !important;
}

.slick-slide {
	margin: 20px 35px 60px 35px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	padding-top: 20px;
	background-color: #f0f0f0;
	width:100%;
}

.setaEsquerda {
	display: block;
	position: absolute;
	top: 100px;
	left: 10px;
	color: #4f245b;
	cursor: pointer;
	z-index: 1;
}
.setaDireita {
	display: block;
	position: absolute;
	top: 100px;
	right: 5px;
	color: #4f245b;
	cursor: pointer;
}
/*----- CAROUSEL PUBLICA��ES ------*/

/*----- CONTATO MAPA ------*/
#map{
	/*width: 650px; */
    height: 305px;
    max-width: 100%;
}

.endereco{
	/*display: flex;
	justify-content: flex-end;
	float: right; 
	flex-direction: column;*/
	padding-bottom: 20px;
}

.txtendereco{
	text-align: center;
	top: 5px;
	/* right: 100px; */
}

/*----- CONTATO MAPA ------*/

/*---- imagem bodyfield ---*/
.tableImg {
    background: #4f245b;
    max-width: 242px;
    margin: 0 20px 18px 0;
    display: inline;
    float: left;
    font-size: 13px;
}
.tableImg a {
    text-indent: -9999px;
    position: relative;
    outline: 0;
}
.tableImg span.ampliar {
    display: none;
}

.ampliar {
    display: none;
}
.imgLupa {
    display: none;
}
.tableImg span.spanTable {
    font-size: 13px;
    line-height: 1.3em;
    color: #FFFFFF;
    padding: 8px;
    margin: 0;
    display: block;
}
/*---- imagem bodyfield ---*/

.margin-bottom-lg { margin-bottom: 0em; }
.padding-bottom-md { padding: 12px; }

.capa .padding-bottom-md { padding: 40px; }




/* Banner custom */
.section-banner--full{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner--full {
	height: 500px;
	width: 100%
  }
  
  .banner--desktop {
	display: block
  }
  
  .banner--mobile {
	display: none
  }
  
  .banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
  }
  
  @media only screen and (max-width: 768px) {
	.banner--full {
	  height: 450px
	}
  
	.banner--desktop {
	  display: none
	}
  
	.banner--mobile {
	  display: block
	}
  }