body, html {
    overflow-x: hidden;
}

body {
	font-family: "Gabarito", sans-serif !important;
	background-color: #FAF4EC;
}

.titulo-1 {
    font-family: 'BioRhyme';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 68px;
    color: #E95F28;
}

.titulo-1 i {
    font-style: normal;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(186, 211, 187, 1) 42%);
}

.lista-1 li {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #535C54;
}

.lista-1 {
    display: flex;
    flex-direction: row;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
	padding: 0;
}

.btn-1, .wp-block-button__link.wp-element-button {
    font-family: 'BioRhyme';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #FAF4EC;
    background: #3E7541;
    border-radius: 100px;
    padding: 15px 40px;
    display: inline-block;
	border: none;
}

.btn-1:hover, .wp-block-button__link.wp-element-button:hover {
    opacity: 0.7;
	color: #FAF4EC;
    background: #3E7541;
	border: none;
}


.btn-2 {
    font-family: 'BioRhyme';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #2D5935;
    background: #FAF4EC;
    border-radius: 100px;
    padding: 15px 40px;
    display: inline-block;
}

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


.btn-4 {
    font-family: 'BioRhyme';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #FAF4EC;
    background: #E95F28;
    border-radius: 100px;
    padding: 15px 40px;
    display: inline-block;
}

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

.hero-home {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 100px;
    padding-top: 100px;
}

.video {
    margin-bottom: 0;
}

.video iframe {
   width: 100%;
   height: 100%;
   aspect-ratio: 16 / 9;
   border: 0;
  border-radius: 20px;
}

.home-2 {
    padding-top: 90px;
    margin-top: -100px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 250px;
}

.titulo-2 {
    font-family: 'BioRhyme';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    color: #3E7541;
}

.card-depo {
    background: #F2E1C1;
    border-radius: 25px;
    padding: 20px;
}

.depo-cont p {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #535C54;
	margin-bottom: 20px;
}

.depo-cont a {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #535C54;
	text-decoration: underline;
}

.depo-cont {
    height: 160px;
}

.user-cont img {
    width: 70px;
    height: 70px;
    border: 2px solid #3E7541;
    border-radius: 100%;
    object-fit: cover;
}

.user-cont h3 {
    font-family: 'BioRhyme';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    color: #3E7541;
}

.user-cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}


.owl-depo.owl-theme .owl-nav [class*=owl-] {
    color: #3E7541;
    font-size: 30px;
    margin: 0px;
    width: 46px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 46px;
    line-height: 15px;
    border-radius: 0;
}
.owl-depo button.owl-next, .owl-depo button.owl-prev {
    position: relative;
    bottom: -20px;
}
.owl-depo button.owl-prev {
    left: -10px;
}
.owl-depo button.owl-next {
    right: 0;
}
.owl-depo.owl-theme .owl-nav {
    display: flex !important;
    justify-content: end;
}

.home-3 {
    padding-top: 100px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -100px;
    padding-bottom: 100px;
}

.card-leitura {
    background: #FAF4EC;
    border-radius: 25px;
    padding: 20px;
	height: 100%;
}

.card-leitura h3 {
    font-family: 'BioRhyme';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #3E7541;
}

.card-leitura p {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #535C54;
    margin-top: 15px;
	height: 80px;
}

.card-leitura b {
    font-family: 'BioRhyme';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 28px;
    color: #E95F28;
    display: block;
    margin-bottom: 20px;
}

.card-leitura b {
    font-style: normal;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(186, 211, 187, 1) 42%);
	width: max-content;
}

.card-leitura select {
    height: 36px;
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #535C54;
	padding-left: 30px;
}

.dolar_ico {
    background-color: #3E7541;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    left: 5px;
    top: 6px;
}

.btn-3 {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #535C54;
}

.card-quizz {
    background: #FAF4EC;
    border: 2px solid #535C54;
    box-shadow: 12px 12px 0px #535C54;
    border-radius: 25px;
    text-align: center;
    padding: 100px 80px;
}

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

.card-quizz h2 {
    font-family: 'BioRhyme';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #3E7541;
}

.card-quizz p {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #535C54;
}

#quiz-container label {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 20px;
	align-items: baseline;
}

#quiz-container label div {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #535C54;
}

#quiz-container input[type="radio"]{
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 18px;
    border: 1px solid #E95F28;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    padding: 3px;
	flex-shrink: 0;
}

#quiz-container input[type="radio"]:checked {
  background: #E95F28;
  border: 2px solid #E95F28;
}

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

.destaque-btn {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FAF4EC;
    background: #E95F28;
    border-radius: 50px;
    padding: 10px 30px;
    display: block;
    width: max-content;
}

.box-bio p {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #535C54;
    margin-bottom: 0;
}

.box-bio {
    border: 1px solid #E95F28;
    border-radius: 25px;
    padding: 20px;
}

.linha-laranja {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: #E95F28;
    margin: 1rem 0;
    opacity: 1;
}

.home-6 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 90px;
}

.fundo_img {
	position: absolute;
	z-index: 1;
}

.top_img {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 20px;
}

.accordion {
    --bs-accordion-bg: transparent;
}

.accordion-header {
    background-color: #FAF4EC;
    border-radius: 10px;
}

.accordion-item {
    border: none !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #FAF4EC;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
	font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #535C54;
}

.accordion-body {
    background-color: #FAF4EC;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #535C54;
}

.accordion-button {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #535C54;
}

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

.home-8 {
    padding-bottom: 100px;
    padding-top: 80px;
}

.card-etica h3 {
    font-family: 'BioRhyme';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #3E7541;
}

.card-etica p {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #535C54;
    margin-bottom: 0px;
}

.card-etica {
    background: #F2E1C1;
    border-radius: 25px;
    padding: 25px;
    height: 100%;
}

.home-9 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 140px;
    padding-top: 80px;
}

.card-blog {
    display: block;
    background: #FAF4EC;
    border: 2px solid #535C54;
    box-shadow: 12px 12px 0px #535C54;
    border-radius: 25px;
    padding: 15px;
}

.card-blog img {
    height: 250px;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
	object-fit: cover;
}

.card-blog span, .data-blog {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #E95F28;
    display: block;
    margin-bottom: 10px;
}

.card-blog h3 {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #535C54;
}

.resumo {
    font-family: 'Gabarito';
    font-size: 18px;
    line-height: 22px;
    color: #535C54;
}

.card-blog .resumo p {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #535C54;
}

.wp-block-heading {
	font-weight: 400;
	font-size: 22px;
	margin-top: 40px;
}

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

.redes li a {
    background-color: #3E7541;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #FAF4EC;
}

.principal li a {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #535C54;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #535C54;
}

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

#footer {
    background-color: #2D5935;
    padding-top: 70px;
}

.topo-negativo {
    margin-top: -150px;
}

.titulo-f {
    font-family: 'BioRhyme';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #F2E1C1;
    display: block;
}

.footer-p {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #F2E1C1;
}

.compartilhar {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 10px;
    border: 1px solid #3E7541;
    border-radius: 5px;
    padding: 20px 0px;
}

.compartilhar li a {
    font-size: 25px;
    color: #000;
}

.blog-cover {
    width: 100%;
    height: 580px;
    border-radius: 6px;
    object-fit: contain;
}

.box-tags ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.box-tags {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.box-tags span {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    color: #2D5935;
    display: block;
}

.box-tags ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #535C54;
    background-color: #F2E1C1;
    padding: 10px 20px;
    border-radius: 4px;
    display: block;
}

.titulo-blog {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #535C54;
}

.box-checkout {
    border: 2px solid #e95f29;
    width: max-content;
    margin: auto;
    padding: 30px;
    border-radius: 20px;
}

@media (max-width: 767px) {
	

.dolar_ico {
	display: none;
}	
	
.box-checkout {
    border: 2px solid #e95f29;
    width: 100%;
    margin: auto;
    padding: 30px;
    border-radius: 20px;
}	
	
#quiz-container .btn-2 {
    padding: 15px 20px;
}	
	
	
.blog-cover {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: contain;
}
	
.compartilhar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}		
	
.navbar-toggler {
    background-color: transparent;
    border: none;
    color: #2D5935;
    font-size: 30px;
}
.navbar-toggler:focus {
    box-shadow: none;
}	
	
.titulo-1 {
    font-size: 44px;
    line-height: 48px;
}
	
.hero-home {
    padding-top: 30px;
}	
	
.video iframe {
   width: 100%;
   height: 100%;
   aspect-ratio: 16 / 9;
   border: 0;
    border-radius: 20px;
}
	
.lista-1 {
    gap: 10px;
}	
	
.lista-1 li {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #535C54;
}	
	
.home-2 {
    padding-top: 0;
    margin-top: -50px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 200px;
}	
	
.titulo-2 {
    font-size: 34px;
    line-height: 40px;
}	
	
.depo-cont {
    height: 190px;
}	
	
.user-cont h3 {
    font-size: 18px;
    line-height: 24px;
}	
	

.card-quizz {
    padding: 30px;
}
	
.card-quizz h2 {
    font-family: 'BioRhyme';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #3E7541;
}
	
.card-quizz p {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #535C54;
}
	
.fundo_img {
	position: relative;
    height: 300px;
	margin: auto;
	margin-bottom: 50px;
}	
	
.top_img {
    height: 300px;
	margin: auto;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(5.68deg);
}		
	
.linha-laranja {
   display: none;	
}	
	
.card-etica h3 {
    font-size: 20px;
    line-height: 26px;
}
	
.card-etica p {
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #535C54;
    margin-bottom: 0px;
}	
	

}


