.jumbotron {
	position: relative;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-bottom: 100px;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.jumbotron {
		padding-bottom: 200px;
	}
}

.jumbotron video {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

:-ms-lang(x),
.jumbotron video {
	height: auto !important;
}

.jumbotron .container {
	z-index: 2;
	/* position: relative; */
}

@media (max-width: 991.98px) {
	.divSumir {
		display: none;
	}
}

.rowTitles {
	padding-top: 11%;
	z-index: 1;
}

.backgroundTopBall {
	background-image: url(../images/backgroundheader_s.svg);
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	z-index: 30;
}

@media (max-width: 991.98px) {
	.backgroundTopBall {
		/* background-image: none; */
	}
}

@media (min-width: 992px) {
	.backgroundTopBall {
		background-position: left calc(50% - 400px) top;
	}
}

@media (min-width: 1200px) {
	.backgroundTopBall {
		background-size: 300px;
		background-position: left calc(50% - 530px) top;
	}
}

.headertitle {
  padding-left: 20px;
  padding-right: 20px;
  display: inline;
  letter-spacing: 10px;

  font-size: 2em;
  font-family: "Gilroy-ExtraBold";
  color: white;
  text-shadow: 2px 2px 2px #000000;
}

.headersubtitle {
  font-family: "ZoojaLight";
  font-size: 3.5rem;
  line-height: 0.8em;
  color: white;

  text-shadow: 2px 2px 2px #000000;
}

.textoCabecalhoContainer {
  position: absolute;
  z-index: 1;

  width: 530px;
  height: 530px;
  margin-left: calc(50% + 30px);
  margin-top: 80px;

  background-image: url(../images/backgroundheader_gg.svg);
  background-size: 530px;
  background-repeat: no-repeat;
}

@media (max-width:1199.98px) {
  .textoCabecalhoContainer {
    margin-top: 60px;
  }
}

.textoCabecalhoContainer .lead {
  letter-spacing: 0.09em;
  font-size: 0.9em;
  text-shadow: 1px 1px #000;
  line-height: 1.3rem;
}
