body, html {
    overflow-x: hidden;
}
body {
	font-family: "Poppins", sans-serif !important;
	background-color: #FAF3DF;
}

a:hover, button:hover {
	opacity: 0.7;
}

.hero-home {
    height: 650px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.graf-1 {
    width: 100%;
    margin-top: -20px;
}

.titulo-1 {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    color: #FAF3DF;
}

.texto-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    color: #FAF3DF;
}

.btn-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2C3922;
	padding: 10px 20px;
    background: #FAF3DF;
    border-radius: 100px;
    display: inline-block;
}

.btn-2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FAF3DF;
	padding: 10px 20px;
    background: #2C3922;
    border-radius: 100px;
    display: inline-block;
}

.home-2 {
    position: relative;
    padding-bottom: 60px;
}

.graf-2 {
	margin-top: -40px;
    width: 100%;
}

.titulo-2 {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    color: #2C3922;
}

.texto-2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #2C3922;
}

.destaque-1 {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 91px;
    color: #F18815;
}

.home-3 {
    position: relative;
    padding-bottom: 60px;
}

.card-destaques {
    background: #FAD18E;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
}

.card-destaques span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #2C3922;
    display: block;
}

.card-destaques i {
    color: #607339;
    font-size: 25px;
    width: 40px;
    height: 40px;
    border: 1px solid #607339;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.home-4 {
    position: relative;
    background-color: #607339;
}

.card-dna {
    text-align: center;
}

.card-dna h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #FAD18E;
}

.card-dna p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FAF3DF;
}

.graf-3 {
    margin-top: -40px;
    width: 100%;
}

.graf-4 {
    margin-bottom: -40px;
    width: 100%;
}

.home-5 {
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}

.lista-curadoria {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-curadoria li {
    border-bottom: 1px solid #E2D8BA;
    margin-bottom: 15px;
}

.home-6 {
    background-color: #FAD18E;
    position: relative;
}

.card-social img {
    height: 200px;
    border-radius: 15px;
    margin-bottom: 10px;
    width: 100%;
    object-fit: cover;
}

.card-social h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #F18815;
    padding: 10px;
    background: #FAF3DF;
    border-radius: 15px;
    display: block;
    text-align: center;
}

.card-social p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2C3922;
    display: block;
    background: #FAF3DF;
    border-radius: 15px;
    padding: 15px;
	height: 150px;
}

.graf-5 {
    margin-top: -40px;
    width: 100%;
}

.graf-6 {
    margin-bottom: -40px;
    width: 100%;
}

.titulo-2b {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    color: #2C3922;
}

.lista-contatos li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FAF3DF;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    background: #F18815;
    border-radius: 15px;
}

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

.card-contato {
    background: #607339;
    border-radius: 15px;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	gap: 15px;
}

.card-contato span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FAF3DF;
    display: block;
}

.card-contato i {
    color: #F18815;
    font-size: 40px;
    background-color: #FAF3DF;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.card-cta {
    background-color: #F18815;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.graf-card {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.card-cta h2 {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: #FAF3DF;
	position: relative;
	z-index: 2;
}

.card-cta p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FAF3DF;
	position: relative;
	z-index: 2;
}

.accordion-header {
    margin-bottom: 0;
    margin-bottom: 15px;
    border-radius: 10px;
	color: #2C3922;
}

.accordion-item {
    background-color: transparent;
    border: none;
	border-radius: 10px;
}

.accordion-button {
    border-radius: 15px !important;
	font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #2C3922;
	background-color: #FAD18E;
    box-shadow: none;
	border: none;
}

.accordion-body {
    padding-top: 0px;
    padding-bottom: 40px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #2C3922;
}

.accordion-button:not(.collapsed) {
    background-color: #FAD18E;
    box-shadow: none;
	border: none;
	color: #2C3922;
}

.redes {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    list-style: none;
}

.redes a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #F18815;
    color: #FAF3DF;
}

#header {
    background-color: #2C3922;
    background-image: none;
}

.navbar-brand img {
    height: 54px;
}

.principal li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FAF3DF;
}

.nav-link:focus, .nav-link:hover {
    color: #FAF3DF;
}

#footer {
    background-color: #2C3922;
}

.footmenu li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FAF3DF;
}

.foot-ass {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FAF3DF;
}

.foot-ass a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FAF3DF;
	text-decoration: underline;
}

@media (max-width: 767px) {
	
.navbar-toggler {
    background-color: transparent;
    filter: invert(1);
    border: none;
}
	
.navbar-toggler:focus {
    box-shadow: none;
}
	
.principal li a {
    text-align: center;
}	
	
.principal {
    margin-top: 30px;
	margin-bottom: 30px;
}
	
.titulo-1 {
    font-size: 40px;
    line-height: 120%;
}
	
.texto-1 {
    font-size: 26px;
    line-height: 120%;
}
	
.titulo-2 {
    font-size: 40px;
    line-height: 100%;
}	
	
.texto-2 {
    font-size: 16px;
    line-height: 24px;
}	
	
.destaque-1 {
    font-size: 20px;
    line-height: 27px;
}	
	
.destaque-1 img {
    width: 30px;
}
	
.card-destaques span {
    font-size: 18px;
    line-height: 22px;
}	
	
.card-dna h3 {
    font-size: 25px;
    line-height: 30px;
}	
	
.card-dna p {
    font-size: 16px;
    line-height: 22px;
}
	
.card-social p {
    height: auto;
}	
	
.titulo-2b {
    font-size: 28px;
    line-height: 34px;
}	
	
.lista-contatos li a {
    font-size: 16px;
    line-height: 22px;
}
	
.card-cta h2 {
    font-size: 35px;
    line-height: 40px;
}
	
.graf-card {
    display: none;
}	
	
	
}


