@import url('https://fonts.googleapis.com/css?family=Lato');


/* Header */
.large-header {
	position: relative;
	width: 100%;
/*	background-image: url('../img/home_fundo.jpg');
*/	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;

}


.main-title {
  position: absolute;
  width: 90%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
	font-family: 'Lato', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  color: rgb(255,255,255);
  letter-spacing: .05em;
  line-height: 1.5em;
  z-index: 100;
}

.demo-1 .main-title,
.demo-3 .main-title {
	text-transform: uppercase;
	font-size: 4.2em;
	letter-spacing: 0.1em;
}

.demo-2 .main-title {
	font-family: 'Clicker Script', cursive;
	font-weight: normal;
	font-size: 8em;
	padding-left: 10px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.demo-2 .main-title::before {
	content: '';
	width: 20vw;
	height: 20vw;
	min-width: 3.5em;
	min-height: 3.5em;
	background: url(../img/deco.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.demo-3 .main-title {
	padding: 10px 40px;
	border: 10px double #f9f1e9;
	text-transform: uppercase;
	font-family: Londrina Outline, sans-serif;
}

.demo-4 .main-title {
	font-size: 6em;
	font-weight: 300;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #222;
}

.main-title .thin {
	font-weight: 200;
}

@media only screen and (max-width : 768px) {
	.demo-1 .main-title,
	.demo-3 .main-title,
	.demo-4 .main-title {
		font-size: 3em;
	}

	.demo-2 .main-title {
		font-size: 4em;
	}
}


/*.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;

}

.fullscreen-bg__video {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/


.fullscreen-bg__video {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
 
}

.cover{
z-index: 1000;
    background-color: rgba(2, 23, 37, 0.9);
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    opacity: 0.4;
}


@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }


}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../img/home_fundo.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }

  
}

.gg0{
    position: absolute;
    width: 90%;
    max-width: 1170px;
    left: 50%;
    bottom: auto;
    right: auto;
    margin-top: 35%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    color: rgb(255,255,255);
    letter-spacing: .05em;
    line-height: 1.5em;
    z-index: 100;
}

.gg{
    position: absolute;
    width: 90%;
    max-width: 1170px;
    left: 50%;
    bottom: auto;
    right: auto;
    margin-top: 38%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    color: rgb(255,255,255);
    letter-spacing: .05em;
    line-height: 1.5em;
    z-index: 100;
}

