body, html {
    overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
body {
	font-family: "Work Sans", sans-serif !important;
}

.col-md-12.position-relative {
    overflow: hidden;
}

.conteudo {
    background-color: #3C1C0C;
    height: 100%;
    min-height: 100vh;
    padding-top: 40px;
}

.titulo-1 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    color: #FF860A;
	margin-bottom: 0px;
}

.texto-1 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #CE7D29;
}

.formu {
    background: #F5EEE4;
    padding: 30px;
    border-radius: 20px 20px 0px 0px;
	position: relative;
    z-index: 2;
    height: auto;
	min-height: calc(100vh - 150px);
    margin-top: 150px;
}

.frutas_graf {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.formu h2 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    color: #332F2C;
}

.formu input, .formu select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    border: none;
    background: #FFFFFF;
    border-radius: 100px;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #AAA6A3;
}

.btn-1 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FF860A;
	display: inline-block;
}

.btn-2 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #EFE3D3;
    border: none;
    background: #332F2C;
    border-radius: 100px;
    padding: 11px 118px 12px 115px;
	display: inline-block;
}

.btn-3 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #332F2C;
    border: none;
    background: transparent;
    border-radius: 100px;
    padding: 11px 118px 12px 115px;
	border: 1px solid #332F2C;
	display: inline-block;
}

.btn-4 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    border: none;
    background: #FF860A;
    border-radius: 100px;
    padding: 11px 118px 12px 115px;
	display: inline-block;
}

.btn-5 {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #332F2C;
	display: inline-block;
}

.formu span, .texto-p {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #AAA6A3;
    display: block;
    flex-shrink: 0;
}

.formu hr {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25;
    width: 100%;
}

.foto_btn {
    display: flex;
    width: 100%;
    align-items: center;
    height: 60px;
    padding: 5px 15px;
    border: none;
    background: #FFFFFF;
    border-radius: 100px;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #AAA6A3;
    position: relative;
}

.foto_btn img {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.menu_dash_desk {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.menu_dash_desk li {
    flex: 1;
	flex-shrink: 0;
	text-align: center;
}

.menu_dash_desk li a {
    display: block;
	text-align: center;
}

.menu_dash_desk li a i {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #AAA6A3;
	margin: auto;
}

.menu_dash_desk li a span {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #332F2C;
}

.menu_dash_desk li a.ativo i {
    color: #FF860A;
}

.foot_menu {
    background: #F5EEE4;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 30px 30px 0px 0px;
    position: fixed;
    z-index: 9;
    bottom: 0;
	padding: 15px;
	width: 100%;
}

.conteudo-interno {
    padding-bottom: 100px;
}

.header-interna {
    background-color: #FF860A;
    padding-top: 40px;
    padding-bottom: 15px;
}

.titulo-2 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #F5EEE4;
}

.titulo-3 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    color: #332F2C;
    margin-bottom: 0;
}

.texto-2 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #332F2C;
    margin-bottom: 0;
}

.box-porta {
    background: #F5EEE4;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.box-porta i {
    font-size: 60px;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 6px solid #5EA923;
    border-radius: 100%;
}

.box-porta span {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #332F2C;
}

.box-porta div b {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #332F2C;
}

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

.luzes li {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #332F2C;
	display: flex;
	gap: 5px;
	align-items: center;
}

.luzes li span {
    width: 15px;
    height: 15px;
    display: block;
    background-color: #0091FF;
    border-radius: 100%;
}

.luzes li span.azul_2 {
    background-color: #90DAFF;
}

.luzes li span.vermelho {
    background-color: #D52E2E;
}

.luzes li span.verde {
    background-color: #6ABC29;
}

.lista_historico {
    padding-bottom: 15px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 15px;
}

.lista_historico b {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #332F2C;
	display: block;
}

.lista_historico span {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #332F2C;
	display: block;
}

.produto img {
    margin: auto;
    width: 100%;
    height: 95px;
    object-fit: contain;
    margin-bottom: 10px;
}

.produto span {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FF860A;
    display: block;
}

.produto h3 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #332F2C;
    width: 90%;
}

.produto small {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #FF840A;
    padding: 2px 5px;
    background: #F5EEE4;
    border-radius: 2px;
    display: block;
    height: 17px;
}

.produto b {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #332F2C;
}

.produto i {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #332F2C;
}

.btn-6 {
    border: none;
    background-color: transparent;
    font-size: 20px;
    color: #fff;
}

.btn-7 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #2D1509;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    padding: 10px 25px;
}

.familiares {
    background: #F5EEE4;
    border: 1px solid #E4DED5;
    border-radius: 1000px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}

.familiares h3 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #332F2C;
    margin-bottom: 0;
}

.familiares span {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #AAA6A3;
    display: block;
}

.familiares i {
    color: #332F2C;
    font-size: 24px;
}

@media (max-width: 767px) {
	
	
	
	
	
}


