	body, html {
    overflow-x: hidden;
}
body {
	font-family: 'Urbanist' !important;
	background-color: #1E1E1E;
}

#header {
    height: 90px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999;
}


#menu-principal li a {
	font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #EAEAEA;
    text-decoration: none;
    padding: 5px 20px;
	
	
}
		
.hero-home {
    padding-top: 150px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
		
.titulo-1 {
	font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    color: #EAEAEA;
}

.titulo-1 span {
    color: #0BE881;
}

.texto-1 {
	font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #EAEAEA;
}

.rodape {
    padding-bottom: 50px;
    padding-top: 50px;
    border-top: 2px solid #4C4C4C;
}

.titulo-6 {
	font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #0BE881;
}

.menu-footer li a {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #EAEAEA;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}

.menu-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ass-f {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: #AAAAAA;
}

.redes {
    display: flex;
    flex-direction: row;
}

.redes a {
    background-color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #000;
    font-size: 22px;
    margin-right: 10px;
}

.navbar-toggler {
    background-color: #00f676;
}


@media (max-width: 767px) {
	
.navbar-toggler {
    background-color: #00f676;
}	
	
#header {
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 9999;
}
	
#menu-principal li a {
    margin-top: 15px;
    display: block;
}	
	

}	