



body{
  font-family: 'Work Sans', sans-serif;
}


.text-center{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1{
  max-width: 500px;
  margin: 0 20px 50px;
}

h1 img{
  width: 100%;
  height: auto;
}

span{
  color: #0166ff;
  font-size: 24px;
}

span.dois{
  margin-top: 15px;
  color: #69a1ac;
  font-size: 16px;
}

span.dois a{
  color: #69a1ac;
  text-decoration: underline;
}


.animation{
  position: absolute;
  right: 0;
  bottom: 0;
}




/* Responsivo */

.navbar-toggle{
	background: #333;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0;
}

.navbar-toggle .icon-bar{
	background: #fff;
}




@media (max-width: 1199px) and (min-width: 992px) {

	



}


@media (max-width: 991px) and (min-width: 768px) {

	


}


@media (max-width: 767px) {

	
}


@media (max-width: 480px) {



}


@media (max-width: 375px) {



}


@media (max-width: 320px){



}



