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

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

.principal li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #423F3A;
}

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


.titulo-1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #423F3A;
}

.titulo-1 b {
    color: #ECA318;
}

.texto-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #7B6E57;
}

.btn-1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    background: #ECA318;
    border-radius: 100px;
    padding: 15px 40px;
    display: inline-block;
	border: none;
}

.btn-1:hover {
	opacity: 0.7;
    text-decoration: none;
    color: #FFFFFF;
}

.hero-home {
	padding-bottom: 50px;
	padding-top: 50px;
}


.home-2 {
    padding-bottom: 60px;
    padding-top: 60px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.tags li {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #7B6E57;
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 15px;
    margin: 0;
	text-transform: uppercase;
}

.logo-t1 {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 30px;
}

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

.flex-t1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    margin-bottom: 35px;
}

.box-escola {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
	height: 250px;
}

.box-escola div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 15px;
}

.box-escola h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #7B6E57;
}

.box-escola p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7B6E57;
}

.box-vantagem {
	position: relative;
	border-radius: 20px;
	width: 100%;
	height: 360px;
	padding: 25px;
}

.box-vantagem img {
	position: absolute;
	border-radius: 20px;
	z-index: 1;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-vantagem h3 {
	position: absolute;
	z-index: 3;
	bottom: 25px;
    left: 25px;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #423F3A;
}

.box-vantagem::before {
	background: linear-gradient(180deg, rgba(236, 163, 24, 0) 22.92%, #ECA318 92.36%);
	border-radius: 20px;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 2;
}


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

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

.box-inter {
	background: #FFEECF;
	border-radius: 20px;
	padding: 20px 30px;
}

.box-inter h3 {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #423F3A;
	margin-bottom: 0px;
}

#limita_altura {
    height: 450px;
    overflow: hidden;
}

.img_desfoque {
    margin-top: -125px;
}

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

.link-bt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #7B6E57;
	text-decoration: underline;
	display: block;
}

.owl-servicos.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    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;
    border: 1px solid #000;
}
.owl-servicos button.owl-next, .owl-servicos button.owl-prev {
    position: relative;
    bottom: -20px;
}
.owl-servicos button.owl-prev {
    left: -10px;
}
.owl-servicos button.owl-next {
    right: 0;
}
.owl-servicos.owl-theme .owl-nav {
    display: flex !important;
    justify-content: end;
}


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

.card-depo {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
}

.foto-depo {
    width: 110px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
}

.depo-header {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 20px;
}

.depo-header span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #7B6E57;
    display: block;
    margin-top: 10px;
}

.card-depo p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7B6E57;
}

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

.img-galeria {
    width: 100%;
    height: 430px;
    border-radius: 20px;
    object-fit: cover;
}

.redes {
    display: flex;
    flex-direction: row;
}

.redes a {
    background-color: #ECA318;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}

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

.formu {
    background: linear-gradient(180deg, #FFEECF 0%, #FFFFFF 100%);
    border-radius: 20px;
    padding: 30px;
}

.formu label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #7B6E57;
    display: block;
}

.formu input[type="text"], .formu input[type="email"] {
    background: #FFFFFF;
    border: 1px solid #ECA318;
    border-radius: 6px;
    height: 50px;
    width: 100%;
}

.formu textarea {
    background: #FFFFFF;
    border: 1px solid #ECA318;
    border-radius: 6px;
    height: 120px;
    width: 100%;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    background-image: none;
    color: #000;
	border-radius: 0px;
	border-bottom: 5px solid #ECA318;
}

.nav-pills .nav-link {
    background-color: transparent;
    background-image: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #7B6E57;
	text-align: left;
}

.nav-pills li small {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #7B6E57;
	display: block;
}

@media (max-width: 767px) {
	
	
.titulo-1 {
    font-size: 38px;
    line-height: 44px;
}	
	
.logo-t1 {
    flex-flow: column;
    gap: 20px;
    margin-top: 30px;
}
.img_desfoque {
    margin-top: -55px;
}
	
.principal {
    padding-top: 30px;
}	
	
.navbar-toggler {
    background-color: #eca319;
    border: none;
}
	
	
	
	
	
}


