body, html {
    overflow-x: hidden;
}
body {
	 font-family: "Anton", sans-serif;
}


.slider-home {
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faixa-verde {
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titulo-1 {
    font-family: 'Anton SC';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    color: #0A2517;
}

.texto-1 {
    font-family: 'Anton SC';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: #0A2517;
}

.titulo-1 span {
    background-color: #DD5B37;
    padding: 0px 10px;
    color: #fff;
    display: inline-block;
}

.titulo-1 b {
    color: #0A2517 !important;
}

.formu {
    background-color: #FFFFFF;
    border-radius: 40px;
    display: block;
}

.formu_h {
    background-color: #D8F702;
    border-radius: 40px 40px 0px 0px;
    padding: 30px;
	text-align: center;
}

.formu_c {
	padding: 30px;
}

.formu_h span {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 39.2147px;
    line-height: 37px;
    color: #0A2517;
    display: block;
    text-align: center;
}

.formu_h p {
	font-family: 'Anton';
	font-style: normal;
	font-weight: 400;
	font-size: 20.4243px;
	line-height: 25px;
	color: #0A2517;
}

.formu input {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 20.4243px;
    line-height: 25px;
    color: #848484;
    width: 100%;
    height: 50px;
    border-radius: 20px;
    border: none;
    background-color: #D9D9D9;
    padding: 8px 16px;
    margin-bottom: 15px;
}

.formu button, .btn-1 {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 20.4243px;
    line-height: 16px;
    text-align: center;
    color: #0A2517;
    background: #D8F702;
    border-radius: 18.7904px;
    border: none;
    padding: 10px 22px;
	display: inline-block;
}

.owl-banner.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}

.owl-banner button.owl-next {
    right: -10px;
}
.owl-banner button.owl-prev {
    left: -20px;
}

.owl-banner.owl-theme .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    transition: background-color 0.3s;
}
.owl-banner.owl-theme .owl-dot span:hover {
	background-color: rgb(255 255 255 / 38%);
}
.owl-banner.owl-theme .owl-dot.active span {
    background-color: rgb(255 255 255 / 38%);
	width: 18px;
    height: 10px;
	border-radius: 6px;
}


.faixa-l {
    background-color: #DD5B37;
    padding-bottom: 10px;
    padding-top: 10px;
}

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

.borda-c {
	border: 1px solid #0A2517;
    padding: 20px 20px 40px 20px;
    border-radius: 15px;
}

.texto-2 {
	font-family: 'Anton';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #0A2517;
}

.home-3 {
	background-color: #0A2517;
	padding-bottom: 60px;
    padding-top: 60px;
}

.card-porque h3 {
    font-family: 'Anton SC';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.card-porque h3 span {
    color: #D8F702;
}

.card-porque img {
    width: 120px;
    object-fit: contain;
    flex-grow: 0;
    flex-shrink: 0;
}

.card-porque {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.card-porque ul {
    list-style: none;
    margin-top: 30px;
}

.card-porque ul li {
    color: #fff;
    font-size: 16px;
}

.galeria-fruta img {
    height: 360px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.home-5 {
	background-color: #7F9E00;
	padding-bottom: 60px;
    padding-top: 60px;
}

.plano-card {
    border: 1px solid #0A2517;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.plano-card img {
    height: 360px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 35px;
    margin-top: 20px;
}

.plano-card h3 {
    font-family: 'Anton SC';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
	margin-bottom: 0px;
}

.plano-card span {
    font-family: 'Anton SC';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #1E2905;
    display: block;
}

.pree-footer {
	background-color: #0A2517;
}

.pree-footer h2 {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    color: #7F9E00;
}


.pree-footer p {
	font-family: 'Anton';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	color: #7F9E00;
}

.pree-footer h2 span, .pree-footer p span {
    color: #fff;
}

#footer {
    background-color: #032111;
    padding-bottom: 10px;
    padding-top: 10px;
}

#header {
    background-color: #0A2517;
    background-image: none;
}

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

@media (max-width: 767px) {
	
.slider-home {
    height: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
}
	
.faixa-verde {
    margin-bottom: 30px;
}
	
.titulo-1, .titulo-1 span {
    font-size: 40px;
    line-height: 46px;
}
	
.formu_h span {
    font-size: 30px;
    line-height: 37px;
}	

.card-porque img {
    width: 70px;
}
	
.galeria-fruta img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}	
	
.pree-footer {
    background-color: #0A2517;
    padding-bottom: 60px;
    padding-top: 60px;
}	
	
}


