/* CSS Document */
/*---------------------------------------------------------------------------*/
/*  PÁGINA INICIAL - INDEX  */
/*---------------------------------------------------------------------------*/
#carousel-index1{
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
#carousel-index2{
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
#banner-destaque-index{
	margin-bottom: 70px;
	margin-top: 40px;
}
#link-destaque-container{
	margin-top: -3em;
	margin-bottom: 4em; 
}
#link-destaque-row .btn-default{
	background-color: rgba(255,255,255,0.5);
}
#link-destaque-row .btn-default:hover{
	background-color: rgba(255,255,255,1.0);
}
#link-destaque-row img{
	width: 97%;
	margin-top: 3px;
}
.link-destaques {
	padding:1px 0;
	border-radius: 10px;
	border: 3px solid #FFFFFF;
	box-shadow: 0 3px 3px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 3px 3px rgba(255,255,255,0.3);
	-moz-box-shadow: 0 3px 3px rgba(255,255,255,0.3);
	min-height: 19em;
}
.link-destaques-title {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
}
.link-destaques-subtitle {
	padding-bottom: 1.8em;
	line-height: 1.1em;
}
#link-destaque-container-xs{
	margin-top: -2.2em;
	margin-bottom: 4em; 
}
#link-destaque-row-xs .btn-default{
	background-color: rgba(255,255,255,0.5);
}
#link-destaque-row-xs .btn-default:hover{
	background-color: rgba(255,255,255,1.0);
}
#link-destaque-row-xs img{
	width: 97%;
	margin-top: 3px;
}
.link-destaques-xs {
	padding:1px 0;
	border-radius: 5px;
	border: 2px solid #FFFFFF;
	box-shadow: 0 3px 3px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 3px 3px rgba(255,255,255,0.3);
	-moz-box-shadow: 0 3px 3px rgba(255,255,255,0.3);
	min-height: 19em;
}
.link-destaques-title-xs {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 8px;
}
.link-destaques-subtitle-xs {
	padding-bottom: 1.8em;
	line-height: 1.1em;
}
.titulos-1 {
	font-family:'SourceSansPro-Regular', sans-serif;
	font-size: 1.8em;
	color: rgba(37,126,147,1.00);
	position: relative;
	padding-bottom:8px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(37,126,147,0.6);
}
.titulos-1:after {
	content: "";
	position: absolute;
	left: 45%;
	bottom: -1px;
	width: 10%;
	height: 3px;
	background-color:rgba(37,126,147,0.6);
}
.titulos-2 {
	font-family:'SourceSansPro-Regular', sans-serif;
	font-size: 1.8em;
	color: rgba(37,126,147,1.00);
	position: relative;
	padding-bottom:8px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(37,126,147,0.6);
}
.titulos-2:after {
	content: "";
	position: absolute;
	left: 1%;
	bottom: -1px;
	width: 10%;
	height: 3px;
	background-color:rgba(37,126,147,0.6);
}
.titulos-3 {
	text-align: right;
	font-family:'SourceSansPro-Regular', sans-serif;
	font-size: 1.8em;
	color: rgba(37,126,147,1.00);
	position: relative;
	padding-bottom:8px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(37,126,147,0.6);
}
.titulos-3:after {
	content: "";
	position: absolute;
	right: 1%;
	bottom: -1px;
	width: 10%;
	height: 3px;
	background-color:rgba(37,126,147,0.6);
}
#noticias-destaque h3 {
	text-align: center;
	font-weight: bold;
	min-height: 5em;
	margin-bottom: 1em;
	font-size: 1.2em;
}
#noticias-destaque .thumbnail{
	-webkit-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.5); 
	box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.5);
}
#noticias-destaque .thumbnail:hover{
	-webkit-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.25); 
	box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.25);
	outline: 2px solid #94C167;
	outline-offset: -2px;
}
#eventos-panel h3{
	font-weight: bold;
	font-size: 1.2em;
}
#eventos-panel .panel-primary{
	-webkit-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.5); 
	box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.5);
}
#eventos-panel .panel-primary:hover{
	-webkit-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.25); 
	box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.25);
	outline: 2px solid #94C167;
	outline-offset: -2px;	
}
#parcerias{
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	padding-bottom: 2em;
	padding-top: 2em;
}
#newsletter{
	margin: 30px 0;
	padding-bottom: 2em;
	padding-top: 2em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+40,eeeeee+100 */
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #f5f5f5 40%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #f5f5f5 40%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #f5f5f5 40%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.intro-section {
	padding-top:60px;
	padding-bottom:60px;
	background-image: url("../images/bk-index.jpg");
	margin-bottom: 30px;
	margin-top: 40px;
	text-align: center;
}
.parallax {
	background-size:cover; 
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.btn-degrade{
	background-color: #257E93;
	border: 2px solid #257E93;
	border-radius: 100px;
	color: #FFFFFF;
}
.btn-degrade:hover{
	background-color: #FFFFFF;
	border: 2px solid #257E93;
	border-radius: 100px;
	color: #257E93;
}

/*  Modal da Newsletter na Pagina Inicial  */
#newsModal {
	background-color: rgba(255,255,255,0.3);
}
#newsModal .modal-content{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#94c167+0,39b1cc+100 */
	background: -webkit-linear-gradient(#94c167 0%, #39b1cc 100%);
	background: -o-linear-gradient(#94c167 0%, #39b1cc 100%);
	background: linear-gradient(#94c167 0%, #39b1cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #FFFFFF;
}
#newsModal .modal-header {
	color: #FFFFFF;
	font-weight: bold;
}
#newsModal .panel-default{
	background-color: #FFFFFF;
	color: #535362;
}
#newsModal .btn-newsletter{
	background-color: transparent;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#newsModal .btn-newsletter:hover{
	background-color:rgba(255,255,255,0.3);
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#newsModal a { color: #FFFFFF; text-decoration: underline;}
#newsModal a:hover {color: rgba(255,255,255,0.6);}
/*---------------------------------------------------------------------------*/
/*  PÁGINA DIRETORIA E COMISSOES  */
/*---------------------------------------------------------------------------*/
#comissoes li{
  	list-style-image: url("../images/bullet.png");
	line-height: 1.8em;
	margin-bottom: 1.8em;
}
#diretoria h4{
	color: #257E93;
	text-align: center;
	font-weight: 600;
	font-size: 1.3em;
	min-height: 2em;
}
#diretoria h5{
	color: #257E93;
	text-align: center;
	font-weight: 500;
	font-size: 1.1em;
	min-height: 2em;
}
#gestoes-anteriores h4{
	color: #9E55A0;
	font-weight: bold;
	min-height: 4em;
}
#gestoes-anteriores p{
	color: #666666;
	font-size: 0.9em;
	font-style: italic;
	min-height: 3em;
}
/*---------------------------------------------------------------------------*/
/*  PÁGINA ABRAFIN  */
/*---------------------------------------------------------------------------*/
#missao{
	margin: 55px 0;
}
#missao li{
  	list-style-image: url("../images/bullet2.png");
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 1.8em;
}
#lista li{
  	list-style-image: url("../images/bullet.png");
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 1.8em;
}
/*---------------------------------------------------------------------------*/
/*  PÁGINA ASSOCIE-SE  */
/*---------------------------------------------------------------------------*/
.btn-azul-logo{
	color: #FFFFFF;
	background-color: #257E93;
	border-radius: 10px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 2px solid #257E93;
}
.btn-azul-logo:hover{
	color: #257E93;
	background-color: #FFFFFF;
	border-radius: 10px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 2px solid #257E93;
}
/*---------------------------------------------------------------------------*/
/*  NOTICIAS  */
/*---------------------------------------------------------------------------*/
#noticias .thumbnail{
	background-color: #F5F5F5;
	padding: 0;
}
#noticias h3{
	font-size: 1.3em;
	min-height: 5em;
}
.data-noticia{
	font-size: 0.8em;
}
/*---------------------------------------------------------------------------*/
/*  FAQ - DUVIDAS FREQUENTES  */
/*---------------------------------------------------------------------------*/
#accordion .panel-default{
	margin-bottom: 10px;
}
#accordion .panel-title{
	font-size: 1.1em;
	font-weight: bold;
}
#accordion h3{
	margin-top: 50px;
}
/*---------------------------------------------------------------------------*/
/*  PROFISSIONAIS ASSOCIADOS  */
/*---------------------------------------------------------------------------*/
#socio .modal-header{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f1f1+0,ffffff+100 */
	background: -webkit-linear-gradient(#f1f1f1 0%, #ffffff 100%);
	background: -o-linear-gradient(#f1f1f1 0%, #ffffff 100%);
	background: linear-gradient(#f1f1f1 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#socio .modal-footer{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
background: -webkit-linear-gradient(#ffffff 0%, #f1f1f1 100%);
background: -o-linear-gradient(#ffffff 0%, #f1f1f1 100%);
background: linear-gradient(#ffffff 0%, #f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#socio .modal-body .fa{
	font-size: 1.3em;
	color: #777777;
}
#map-socio{
	margin-top: 30px;
}