/*
 * style.css 
 */

body {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9D2FB6;
  text-align: left;
  background-color: #ffffff;
}

/*	.container, .container-fluid {
	padding-right: 15px;
 	padding-left: 15px;
 	background-color: #f9f9f9;
 */
.row {
	margin-bottom: 20px;
}
.alert, .alert-light {
	background-color: #FFFFFF;
}
[class*="col-"], header, nav, aside, section, div[role="main"] {
	padding-top: 15px;
 	padding-bottom: 15px;
/* 	background-color: #f5f5f5;
 	background-color: rgba(86,61,124,.15);
 	border: 1px solid #ddd;
 	border: 1px solid rgba(86,61,124,.2);
*/
 	style: none;
 	text-align: center;
 	}
div[role="main"] {
	background-color: #fff;
	}
div[role="main"], nav, aside {
	height: auto;
	}
figure {
	width: 100%;
	height: 70%;
	min-width: 280px;
	margin: 0;
	}
figcaption {
	font: 120% sans-serif;
	text-align: center;
	}
audio {
	width: 100%;
	height: 35px;
/*	background: none !important; */
	overflow: hidden;
    opacity: 1;
    filter:alpha(opacity=100);
/*    -webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75); */
    -moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75); 
/*	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75); */
	}
#sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    z-index: 1;	
}
#fixed {
	position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    z-index: 1;
}
iframe {
	width: 100%;
	height: 95px;
	frameborder: 0;
	marginheight: 0;
	marginwidth: 0;
}
embed {
	height:480px;
	width: 100%;
}
/*
#embedVid {
  position: relative;
  top: 5px;
  left: 5px;
  height: 240px;
  width: 320px;
}*/

footer {
	width: 100%;
	background-color: #7622A0;
	padding-top: 25px; 	
}
.footer-copyright {
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 10px;
 	padding-bottom: 10px;
}


#embedBox {
	-webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	background-color: #000000;
}

/* Botoes midias sociais*/

.fa {
  padding: 15px;
  font-size: 40px;
  width: 45px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
  border-radius: 30%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-whatsapp {
	background: #25D366;
	color: white;
}

.fa-twitter {
  background: #000000;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-music {
  background: #ff5500;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #663399;
  color: white;
}

.fa-tiktok {
  background: #999999;
  color: white;
}
.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-vk {
  background: #2c4762;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}
.fa-twitch {
  background: #6441A5;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-apple {
  background: #000000;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}