body, html {
    overflow-x: hidden;
}
body {
	font-family: "Plus Jakarta Sans", sans-serif !important;
}

header {
    display: none;
}

.hero-home {
    height: 590px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titulo-1 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}

.btn-1 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    background: #946AA6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    padding: 15px 30px;
    display: inline-block;
}

.btn-1:hover {
	opacity: 0.7;
}


.btn-2 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    background: #4C5939;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    padding: 15px 30px;
    display: inline-block;
}

.btn-2:hover {
	opacity: 0.7;
}

.home-2 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.texto-0 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.titulo-2 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
}

.box-verde {
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 50px;
}

.texto-1 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

.home-4 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.home-6 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.home-7 {
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer {
    background-color: #4C5939;
    padding-top: 40px;
}

.contatos {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.contatos li a, .contatos li {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
	text-decoration: none;
}

.contatos li a:hover {
	text-decoration: underline;
}



@media (max-width: 767px) {

	
.titulo-1 {
    font-size: 30px;
    line-height: 38px;
}	
	
.titulo-2 {
    font-size: 26px;
    line-height: 32px;
}	
	
.box-verde {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}	
	
	
.home-6 {
    padding-top: 30px;
    padding-bottom: 10px;
}	
.home-6 {
    padding-top: 30px;
    padding-bottom: 10px;
}

	
	
	
	
	
	
	
}