/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.fbox-content {
	text-align: justify;
}

.titulos {
	font-weight: bold;
	color: #3E4095;
}

.bloco {
	display: inline-block;
	position: relative;
  }
  
.slidetxt {
	position: absolute;
	text-align: center;
	font-size: 3vw;
	color: white;
	text-shadow: 0px 0px 5px black;
	top: 40%;
	right: 20vw;
  }

.linku {
	text-align: center;
}

@media screen and (max-width:767px){
	.rodape {
		text-align: center;
	}
	.socialrodape {
		display: inline-flex;
		justify-content: center;
	}

}

.baseimg {
	z-index: -1;
	margin-top:-20vw;
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
 	font-size:30px;
	box-shadow: 2px 2px 3px #999;
 	z-index:100;
}

.my-float{
	margin-top:16px;
}


