@media (max-width: 1139px) {
		.result-box {
		width: 50%;
	}

	.navbar-nav {
		gap: 0 5.5rem;
	}
}


@media (max-width: 991px) {
	.container, .result-box  {
		width: 100%;
	}

	.wrapper-logo {
		padding-bottom: 1.5rem;
		justify-content: center;
		display: block;
	}

	.header-img {
		display: none;
	}

	.navbar-toggler {
		background: #b20000;
		position: absolute;
		top: -40px;
		right: 0;
	}

	.navbar-toggler-icon {
	filter: invert(100%);
-webkit-filter: invert(100%);		
	}

	.navbar-nav {
		/*background: rgba(0, 0, 0, 0.3);*/
		padding: 0 1rem;
	}

	.navbar-collapse {
		border-radius: 0;
	}

	#carouselExampleIndicators {
		margin-top: 1.5rem;
	}
}


@media (max-width: 767px) {
}


@media (max-width: 479px) {
  body {
    background-size: cover;
  }
  .bola, .bola.prize2-3 {
    width: 40px;
    height: 40px;
    background: white;
    border: 5px solid #8d0d16;
    border-radius: 50%;
    font-size: 1.5rem;
  }
  .bgcontainer {
    padding: 0 !important;
  }
}

@media (max-width: 390px) {
}