*{box-sizing: border-box;}
body{padding: 0; margin:0;}
.conteudo{
	
	width: 100%;
	height: 100%;
	
}
.conteudo .grouplogo{
	display: flex;
	width:100%;
	height: auto;
	margin-top:8%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.conteudo .grouplogo span{ font-size: 14px; font-weight: 500; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; color:black; margin-top:20px; text-align: center; line-height: 16px;width:100%;}
.clear{clear:both;}
.conteudo .grouplogo img{ display: inline-flex; max-width:400px; width: 100%; height: auto;}
.conteudo .grouplogos{ width:90%; margin-left: 5%; margin-right: 5%; margin-top:15%;margin-bottom:15%; justify-content:space-evenly; display: inline-flex;}
.conteudo .grouplogos .logo { width: calc(100% / 5); margin-bottom:20px;}
.conteudo .grouplogos .logo img{ display: inline-flex; width:100%;height: auto;}