.event-about-event, .event-about-event p{
	font-family: 'Lato', sans-serif !important;
	font-size: 18px !important;
	text-align: justify;
	font-weight: 300;
}
.prog-title{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
}
.bullet-prog{
	border-left: 1px solid #f3f3f3;
 	box-sizing: border-box;
 	width: 1px;
 	height: 100%;
 	position: absolute;
  	overflow: hidden;
  	position: relative;
}
.bullet{
	position: absolute;
	z-index: 999;
	background-color: #fff;
}

.speakers{
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.speakers-about, .speakers-about p{
	font-size: 18px !important;
	font-weight: 300 !important;
	font-family: 'Lato', sans-serif !important;
}
.speakers-img{
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	-webkit-filter:grayscale(100%);
  	-moz-filter:grayscale(100%);
  	transform: grayscale(100%);
	transition: .3s;
}
.sponsors img, .partners img{
	position: relative;
  	bottom: 0;
  	width: 100%;
  	-webkit-filter:grayscale(100%);
  	-moz-filter:grayscale(100%);
  	transform: grayscale(100%);
	transition: .3s;
}
.speakers-img:hover{
	-webkit-filter:grayscale(0%);
  	-moz-filter:grayscale(0%);
  	transform: grayscale(0%);
    transition: .3s;
    -moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
a.speakers-social-a:visited, a.speakers-social-a:hover, a.speakers-social-a:active{
	text-decoration: none;
	color:#fff;
}

.sponsors{
	width: 10rem;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.partners{
	width: 7rem;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.sponsors img:hover, .partners img:hover{
	-webkit-filter:grayscale(0%);
  	-moz-filter:grayscale(0%);
  	transform: grayscale(0%);
    transition: .3s;
    -moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.accordion .card .card-header a.atividade-item:before {
  top: unset;
}

/* Palestrantes dentro de atividades */
  .atividade-palestrante-card {
    padding: 15px;
    height: 100%;
  }
  .atividade-palestrante-card .speakers {
    height: 8rem;
    width: 8rem;
    margin-bottom: 20px;
  }
  .atividade-palestrante-card .speakers-about.card-body,
  .atividade-palestrante-card .speakers-about.card-body p {
    padding: 0;
    font-size: 14px !important;
    text-align: center;
  }
  .atividade-palestrante-card .speakers-about .profissao {
    font-weight: 300;
  }
  .atividade-palestrante-card .speakers-social {
    display: flex;
    justify-content: center;
  }
  .atividade-palestrante-card .speakers-social a.speakers-social-a {
    color: #FFF;
    margin: 0 5px;
  }


/* Videos na atividade (programação) */
.atividade-videos {
  margin-bottom: 60px;
}


.atividade-item {
  display: flex !important;
  align-items: center;
}
.atividade-item .atividade-item-header {
  flex-grow: 1;
  margin-right: 30px;
}
.palestrantes-thumbs {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 10px;
}
.palestrantes-thumbs .p-thumb {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFF;
  margin-left: -10px;
  z-index: 1;
}
.palestrantes-thumbs .p-thumb:hover {
  z-index: 2;
}
.palestrantes-thumbs .p-thumb-img {
  width: 35px;
  height: 35px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4b6584;
  color: #FFF;
}
.palestrantes-thumbs .p-thumb-img.more {
  color: #FFF;
  background-color: #535c68;
  font-weight: 700;
  font-size: 12px;
}