body 
{
  scrollbar-color: blue orange;
}

.div_img_sobre 
{
  background-color: #894343;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  width: 80%;
  border-radius: 50px 50px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 1px;
  margin-bottom: 5px;
}

.div_img_sobre_vazio
{
  margin-top: 1px;
  margin-bottom: 5px;
}

.ordem_atual
{
  font-weight: bold;
  color: #0d0072;
  cursor: pointer;
  -webkit-touch-callout: none; /* Safari no iOS */
    -webkit-user-select: none; /* Chrome, Safari e Opera */
     -khtml-user-select: none; /* Konqueror Safari */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Padrão moderno */
			
}

.ordem
{
  font-weight: normal;
  color: white;
  cursor: pointer;
  -webkit-touch-callout: none; /* Safari no iOS */
    -webkit-user-select: none; /* Chrome, Safari e Opera */
     -khtml-user-select: none; /* Konqueror Safari */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Padrão moderno */
}

.img_selo_snb
{
	width: 11%;
	/* height: 11%; */
}

.img_selo_ana
{
	width: 21%;
	/* height: 21%; */
}

.img_selo_ibns
{
	width: 21%;
	/* height: 21%; */
}

.img_selo_insta
{
	width: 10%;
	/* height: 10%; */
}

.img_selo_fale
{
	width: 10%;
	/* height: 10%; */
}

@media only screen and (max-width: 600px){
	.img_selo_snb
	{
		width: 24%;
		/* height: 11%; */
	}

	.img_selo_ana
	{
		width: 30%;
		/* height: 21%; */
	}

	.img_selo_ibns
	{
		width: 35%;
		/* height: 21%; */
	}

	.img_selo_insta
	{
		width: 15%;
		/* height: 10%; */
	}

	.img_selo_fale
	{
		width: 20%;
		/* height: 10%; */
	}
}