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

.hero-home {
    height: 100vh;
    background-color: #F8F6F2;
	position: relative;
}

.destaque-1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #000000;
}

.texto-1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #000000;
}

.btn-c {
    font-size: 25px;
    color: #000000;
    background-color: transparent;
    padding: 0;
    border: none;
}

.box-font {
	background-color: #ADC9D5;
    border-radius: 30px;
    padding: 25px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-font span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    display: block;
}

.box-font h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 96px;
    line-height: 160%;
    text-align: center;
    color: #000000;
}

.box-font a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 100px;
    padding: 10px 20px;
}

.box-font div {
    display: flex;
    justify-content: space-between;
}

.box-carrinho {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 30%;
    background-color: #fff;
    height: 100vh;
    padding: 30px;
    overflow-y: auto;
}

.sinaliza-1 {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    border-radius: 100%;
    padding: 0;
    font-size: 30px;
}

.formcar label {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    display: block;
}

.formcar select {
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    border-radius: 8px;
    height: 45px;
    width: 100%;
}

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

.lista-variacoes li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #EDEDED;
}

.lista-variacoes li div {
    display: flex;
    gap: 10px;
    align-self: self-start;
}

.box-carrinho input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 100%;
	flex-shrink: 0;
}

.box-carrinho input[type="text"] {
    width: 100%;
    height: 40px;
	padding: 8px;
    border-radius: 100%;
	flex-shrink: 0;
	border: 1px solid #000;
	border-radius: 6px;
}

.lista-variacoes li span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
}

.lista-variacoes li strong {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.btn-v {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 100px;
    padding: 10px 25px;
    display: inline-block;
}

@media (max-width: 767px) {
	

.box-font h1 {
    font-size: 56px;
}	
	
.box-carrinho {
    width: 90%;
}	
	
	
	
	
	
	
}


