/** GERAL **/

/** ------------------------FONTS------------------------ **/
/*@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700');*/

@font-face {
	font-family: leagueSpartanBold;  
	src: url(https://semanasantabraga.com/wp-content/themes/semsanta-child/fonts/leaguespartan-bold.ttf), 
	url(https://semanasantabraga.com/wp-content/themes/semsanta-child/fonts/leaguespartan-bold.woff) format('woff');
}
/** ------------------------FIM FONTS------------------------ **/

html, body{
	min-height: 100%;
}

html{
	box-sizing: border-box;
	font-size: 62.5%;
}

*{
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
}

*, *:before, *:after {
  	box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, p, a{
	margin: 0;
	padding: 0;
	color: #342337;
}

h1 {
	color: #342337;
}

a, a:hover, a:focus, a:active, a:visited{
	text-decoration: none!important;
}

a:hover{
	color: #733B7F;
}

*:focus {
    outline: none;
}

ul, ol {
   margin: 0;
   padding: 0;
}

ul li{
	list-style: none;
}

h1, h2, a{
	font-family: leagueSpartanBold;
}

h3, h5{
	font-family: 'Lato';
	font-weight: 700;
}

h4, p{
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

h6{
	font-family: 'Lato';
	font-weight: 400;
}
a{
	font-family: leagueSpartanBold;
}
.marg-bot-1{
	margin-bottom: 1rem;
}
.marg-bot-2{
	margin-bottom: 2rem;
}
.marg-bot-3{
	margin-bottom: 3rem;
}
.marg-bot-4{
	margin-bottom: 4rem;
}
.marg-bot-5{
	margin-bottom: 5rem;
}
.marg-top-1{
	margin-top: 1rem;
}
.marg-top-2{
	margin-top: 2rem;
}
.marg-top-3{
	margin-top: 3rem;
}
.marg-top-4{
	margin-top: 4rem;
}
.marg-top-5{
	margin-top: 5rem;
}
.no-padding{
	padding: 0;
}
.roxo1{
	color: #342337;
}
.roxo2{
	color: #733B7F;
}
.roxo3{
	color: #A087A6;
}
.dourado{
	color: #C7B16F;
}
.cinza1{
	color: #DADADA; /** RGB (126, 115, 128) **/
}
.cinza2{
	color: #F4F4F4;
}
.flex{
	display: flex;	
}
.flexCenterH{
	justify-content: center;
}
.flexCenterV {
	align-items: center;
}
.flexAlignBottom {
	align-items: flex-end;
}
.lineHeight1{
	line-height: 1;
}
.borderHeader{
	border-bottom: 1px dashed #733b7f;
}
#map{			
	height: 550px;
	width: calc(100% - 350px);
	float:left;
}
#googleMaps{
	background-color: #dadada;
	margin-bottom: 0;
	height: auto;
}
#googleMaps .panel-group{
	margin: 0;
	width: 350px;
	float:left;
}
#googleMaps ul li{
	padding: 0rem 3.5rem 1.5rem 1.5rem;
	cursor: pointer;
	position: relative;
}
#googleMaps .panel{
	border: 0;
	background-color: #dadada;
	margin: 0;
	box-shadow: none;
} 
#googleMaps .panel-heading{
	padding: 0;
}
#googleMaps .panel-body {
	padding: 0;
	border: 0;
	min-height: 415px;
	max-height: 415px;
	overflow-y: scroll;
	padding: 1.5rem 0 0 0;
}
#googleMaps .panel-title{
	padding: 5px 15px 5px 15px;
	background-color:#a087a6;
}
#googleMaps h3{
	color: #733b7f;
}
#googleMaps h6{
	color: #733b7f;
}
#googleMaps h5{
	/*color: #733b7f;*/
	color: #342337;
}
#googleMaps p{
	font-size: 1rem;
	color: #342337;
}
#googleMaps #calvarios, #googleMaps #estacoes {
	text-align: center;
	margin-top: 10px;
}

#googleMaps .selected>h5{
	color: #733b7f!important;
}
#googleMaps .selected>p{
	color: #733b7f!important;
}
#googleMaps .selectedIcon>h5{
	color: #733b7f!important;
}
#googleMaps .selectedIcon>p{
	color: #733b7f!important;
}
#googleMaps .selectedIcon>img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#googleMaps .tabSelected{
	background-color: #733b7f!important;
}
#googleMaps .tabSelected h3 {
	color:#fff!important;
}
#googleMaps .tabSelected h6 {
	color:#fff!important;
}
#googleMaps .panel-body::-webkit-scrollbar{
	width:5px!important;
}
#googleMaps .panel-body::-webkit-scrollbar-track {
	background-color:transparent!important;
}
#googleMaps .panel-body::-webkit-scrollbar-thumb {
	background-color: #733b7f!important;
}

#calvarios, #estacoes{
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;

}

#procissoesMaps .panel-body{
	overflow-x: hidden;
}

#calvarios:hover, #estacoes:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* BUTÕES */
.butaoOutline{
	background-color:#733b7f;
	padding: 10px;
	border-radius: 5px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	cursor: pointer;
	border: 0;
}
.butaoOutline label {
	font-family: 'Lato';
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 100%;
	margin:0;
	padding:0;
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	cursor: pointer;
}
.butaoOutline:hover {
	background-color: #a087a6;
}
.butaoOutline:hover label{
	color: #733b7f;
}
.butaoOutlineFooter{
	border:2px solid #dadada;
	background-color:transparent;
	padding: 5px;
	border-radius: 5px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	cursor: pointer;
}
.butaoOutlineFooter label {
	font-family: 'Lato';
	font-weight: 700;
	color: #dadada;
	text-align: center;
	width: 100%;
	margin:0;
	padding:0;
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	cursor: pointer;
}
.butaoOutlineFooter:hover {
	border-color: #733b7f;
}
.butaoOutlineFooter:hover label{
	color: #733b7f;
}
.btnHomepage{
	padding: 10px 50px;
}
/* fim butoes */
.ctaDonativos{
	padding:2rem 0 2rem 0;
	padding-top: 5rem;
	height: auto;
	min-height: 230px;
	background-color: #f3eaf3;
}
.imgBanner{
  background-size: cover;
  background-position: center;
  height: 350px;
}
.contentPost h3{
  margin-bottom: 1rem;
  color: #733b7f;
}
.contentPost p {
  line-height: 1.5;
}
#galeria{
	float:left;
	width:100%;
}
#galeria .imgTitulo{
	font-weight: 400;
	font-size: 1.2rem!important;
}
#galeria .imgTitulo:hover{
	color: #733b7f;
}
#galeria .imgDesc{
	font-weight: 800;
	font-size: 1.2rem!important;	
}
#galeria img {
	width:100%;
}
#galeriaDonativos  .imgTitulo{
	font-weight: 400;
	font-size: 1.2rem!important;
}
#galeriaDonativos  .imgDesc{
	font-weight: 800;
	font-size: 1.2rem!important;	
}
#galeriaDonativos  img {
	width:100%;
}
/* TALVEZ MUDAR PARA OS MEDIA QUERIES */
	.divArtigo{
		position: relative;
		height: auto;
		min-height: 300px;
	}
	.divArtigo>img{
		width: 100%;
		height: 230px;
	}
	.overlayImgPost{
		position: absolute;
		top: 0;
		width: calc(100% - 30px);
		height: 230px;
		display: flex;
	  	align-items: flex-end;
	  	padding: 15px;
		background: -webkit-linear-gradient(rgba(52,35,55,0) 0%, rgba(52,35,55,0.7) 75%, rgba(52,35,55,0.7) 100%);
		background: -o-linear-gradient(rgba(52,35,55,0) 0%, rgba(52,35,55,0.7) 75%, rgba(52,35,55,0.7) 100%);
		background: linear-gradient(rgba(52,35,55,0) 0%, rgba(52,35,55,0.7) 75%, rgba(52,35,55,0.7) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00342337', endColorstr='#b3342337',GradientType=0 );
	}		
	.iconeCat{
		float: left;
	}
	.infoArtigo{
		float: left;
		padding-left: 1rem;
	}
/* ATE AQUI */

.dropdown-menu{
	margin-top: 0!important;
}

/* MOUSE HOVER EFFECT! */
.efeito{      
  color: #c7b16f;
  font-weight: 800;
  position: absolute;
  font-size: 4rem;
  text-align: center;
  line-height: 230px;
  vertical-align: middle;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-color: rgba(115,59,127,0.4);
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
/* ** * * */
#organizacaoContainer, #promotoresContainer, #patrocinadoresContainer {
	flex-flow: row wrap;
	justify-content: space-around;

}

#organizacaoContainer a, #promotoresContainer a, #patrocinadoresContainer a {
	margin: 15px;
}

#apoios h3{
	border-bottom: 1px dashed #733b7f;
	padding-bottom: 2rem;
}

.imgBanner div div{
	margin-bottom: 0!important;
	margin-top: 0!important;
}

.tituloBanner{
	font-family: leagueSpartanBold;
	font-size: 4.1rem;
	font-weight: 400;
}

.txtBanner{
	font-family: 'Libre Baskerville', serif;
	font-size: 2.3rem;
	font-weight: 400;
}