/* Container */

	#sponsor {
		padding-top: 10px;
		height:auto;
		display:inline-block;
		display: flex;
		justify-content: center; /* Centrado horizontal */
		align-items: center;     /* Centrado vertical */
		/*background-color:white;*/
    }

#sponsor1{
	float:left;
	background:#CC6600;
}
#sponsor2{
float:left;
background:#000FFF;

}
#sponsor3{
clear:both;
background:#000FFF;
}

@media screen and (max-width: 360px) {
  #sponsor {
	  	margin-top: 100px;
		height:auto;
		display:inline-block;
		width:100%;
		/*background-color:white;*/
    }
}
@media screen and (max-width: 800px) {
  #sponsor {
	  	margin-top: 400px;
		height:auto;
		display:inline-block;
		width:100%;
		/*background-color:white;*/
    }
}