.topo {
	text-align: center ;
	overflow: auto;
}

.logoE {
	width: 80px;
	float: left;
}
.logoC {
	width: 200px;
	margin-top: 50px;
}
.logoD {
	width: 150px;
	float:right;
}

.caixaProgramacao {
	text-align: center;
}

.caixaProgramacaoDias {
	text-align: center;
	width:70%;
	margin-left:20%;
	border-radius: 10px;
}

.palestrantes {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.palestrantesCaixa {
    justify-content: center;
	margin-right:20px;
	margin-bottom:20px;
    text-align: center;
	width: 150px;
    float: left;
}

.palestrantesAvatar {
	border-radius:100px;
	width: 100%;
}

.patrocinadores {
	padding: 20px;
	border-radius: 20px;
	background: #FFF;
	text-align: center;
}

.patrocinadoresLogo {
	padding: 15px;
}

.newsletters {
	padding: 30px;
	width: 40%;
	background-color: #FFF;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 20px;
	margin:auto;
}

.programacaoDia3 {
	height:80px;
	border-radius:10px;
	background-color:#FFFF00;
	padding:10px;
}

.redeSociais {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
	width: 20%;
	overflow: auto;
	margin-bottom: 50px;
	margin-top: 50px;
}

.redeSociaisLogo {
	justify-content: center;
	border-radius: 30px;
	padding: 15px;
	background-color: #FFF;
	width: 40px;
	float: left;
	margin-right: 20px;
}

@media screen and (max-width: 800px) {
    /* For mobile phones: */
	.programacaoDia3    { height:250px; }
	.newsletters        { margin-left: 0%; width: 75%;}
	.palestrantesAvatar { width: 160px; }

	.logoE { width: 50px; }
	.logoC { width: 150px; margin-top: 20px; }
	.logoD { width: 80px; }
}