body, html {
    overflow-x: hidden;
}
body {
	font-family: 'Lexend Deca', sans-serif !important;
	background-color: #212722;
}


header {
    height: 80px;
    background-color: #212725;
    border-bottom: 1px solid #687E6A;
}

.navbar {
    background-image: none;
}

.btn-1 {
    color: #212722;
    text-align: center;
    font-family: Lexend Deca;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 5px;
    background: #ECF1EE;
    padding: 5px 15px;
}

.hero-home {
    height: calc(100vh - 200px);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


.texto-1 {
    color: #ECF1EE;
    font-family: Lexend Deca;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px;
}

.btn-2 {
    color: #212725;
    font-family: Lexend Deca;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    border-radius: 5px;
    background: #2AD17D;
    padding: 20px;
}
.btn-3 {
    color: #2bd17d;
    font-family: Lexend Deca;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    border-radius: 5px;
    background: #212725;
    padding: 10px 15px;
    border: 1px solid #2bd17d;
}


.texto-2 {
    color: #FFF;
    font-family: Lexend Deca;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}


.texto-3 {
    color: #20AC2E;
    font-family: Lexend Deca;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.texto-4 {
    color: #ECF1EE;
    font-family: Lexend Deca;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

.link1 {
    color: #ECF1EE;
    font-family: Lexend Deca;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
	display: block;
}


.texto-4 {
    color: #687E6A;
    font-family: Lexend Deca;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
	margin-bottom: 0;
}

.faixa-mov1 {
    height: 70px;
	background-color: transparent;
    border-top: 1px solid #687E6A;
    border-bottom: 1px solid #687E6A;
	position: absolute;
    bottom: 20px;
}


.faixa-mov1 span{
    color: #687E6A;
    font-family: Lexend Deca;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
	margin-right: 20px;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 70px;
    overflow-x: hidden;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


.texto-n1 {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 25px;
    color: #F9F9F2;
}

.texto-d1 {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #7A9488;
}

@media (max-width: 767px) {
   
.faixa-mov1 {
    position: static;
    bottom: unset;
    margin-top: 30px;
}
	
.hero-home {
    height: auto;
}	
	
	
	 
}


