/*GERAIS*/

body{
	background:#fff;
	color:#4B4B4B;
	font-family: trumpgothicpro, sans-serif;
	font-style: normal;
	font-weight: 400;}
h1{
	font-family: trumpgothicpro, sans-serif;
	font-style: normal;
	font-weight: 700;}
h2, h3, h4, h5, h6{
	font-family: trumpgothicpro, sans-serif;
	font-style: normal;
	font-weight: 700;}
.row{
	max-width:90em !important;}
.bottom30{
	margin-bottom:30px;}
.bottom60{
	margin-bottom:60px;}
.top15{
	margin-top:15px;}
.top30{
	margin-top:30px;}
.pad{
	padding: 0 30px;}
.m40{
	margin:40px 0;}
.top-bar .name{
	background:#0B6DAE;}
.top-bar-section ul li{
	border-bottom:1px solid #fff;
	background:#006daa !important;}	
.top-bar-section ul li > a{
	padding: 20px;
	font-family: sofia-pro-soft,sans-serif;
	background: #0B6DAE;
	text-transform:uppercase;
	color:#fff !important;
	font-size:14px;}	
.spacer{
	border-bottom:1px solid #cccccc;
	margin:40px 0;}	
.relative{
	position:relative;}
p{
	line-height:28px;
	font-size:17px;
	margin-bottom:15px;}
.bold{
	font-weight:800;}
small{
	font-size:15px;
	font-family: sofia-pro-soft,sans-serif;
	text-transform:uppercase;
	color: #fff;
	display:block;
	margin-bottom:10px;}
blockquote{
	padding:50px;
	font-weight:900;
	font-size:20px;
	color:#000;
	border-left:4px solid #e7e7e7;}
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px 95px 10px;}
#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;}
#toggle span:after{
  top: 9px;}
#toggle span {
  position: relative;
  display: block;}
#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;}

/* on activation */
#toggle.on span {
  background-color: transparent;}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;}

/* menu appearance*/
#menu {
  position: absolute;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  ont-family: sofia-pro-soft,sans-serif;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;}
ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;}
#menu li a {
ont-family: sofia-pro-soft,sans-serif !important;
font-style: normal;
  font-weight: 300;
  padding: 14px;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;}
#menu li a:hover,
#menu li a:focus {
  background: #eeb739;
  color: #fff;}
::-webkit-input-placeholder{
	text-transform: uppercase;
	font-size: 13px;
	color: #484848;}
:-moz-placeholder {
	color: #484848;}
::-moz-placeholder {
	color: #484848;}
:-ms-input-placeholder {  
	color: #484848;}	

/*LAYOUT*/

		  header{
			  background: url("../img/gb.png") #000;
			  background-position: center;
			  background-size: cover;
			  padding: 100px 0; }
		  header h1{
			  margin: 30px 0;
			  padding: 0 20px 0 0;
			  font-size: 44px;
			  line-height: 53px;
			  color: #fff;
			  text-transform: uppercase;}
		  header p{
			  line-height: 34px;
			  color: #fff;
			  font-size: 28px; }
		  .btn-00,
		  .btn-01,
			button{
			  font-family: trumpgothicpro, sans-serif;
			  font-style: normal;
			font-weight: 400;
			  margin: 1px 0 30px 0;
			  display: block;
			  width: 100%;
			  color: #fff;
			  font-size: 30px;
			  text-transform: uppercase;
			  text-align: center;
			  background: #4B4B4B;
			  padding: 30px 20px;}
		  .fixo{
			  position: fixed;
			  bottom: 0;}
		  .btn-01{
			  background: #60C9B4; }
				.lista p{
					font-size: 24px;
				}
		  .lista img{
			  width: 100%; }
		  .lista li{
			  padding-bottom: 20px;
			  border-bottom: 1px solid;
			  margin-bottom: 30px; }
		  .lista input{
				margin-top: 60px; }
		  .lista h2{
			  margin-top: 26px;
				font-family: trumpgothicpro, sans-serif;
				font-style: normal;
				font-weight: 400;			  
			  text-align: left;
			  line-height: 40px;
			  font-size: 40px;
		  	  text-transform: uppercase;}
		.alerta p{
			line-height: 40px;
    font-size: 34px;
    margin-bottom: 45px;
    text-transform: uppercase;
		}



/*MEDIA QUERIES*/

@media (min-width: 1200px){

}