body, html {
    overflow-x: hidden;
}
body {
	font-family: "Rubik", sans-serif !important;
	background-color: #C2BEBE;
}

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

.redes a {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #272324;
    color: #ADABAB;
}

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

#header {
    background-image: none;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.home-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 200px;
}

.texto-1 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #231F20;
}

.titulo-1 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 57px;
    text-transform: uppercase;
    color: #231F20;
}

.texto-2 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #231F20;
}

.formu {
    background: linear-gradient(169.12deg, #383435 8.06%, #231F20 74.21%);
    border: 1px solid #444444;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 40px;
}

.formu p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ADABAB;
}

.formu label {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #ADABAB;
}

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

.btn-1 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    background: #D72E31;
    border-radius: 6px;
    border: none;
    padding: 13px 35px;
    display: inline-block;
}

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

.box-vermelho {
    background: #D72E31;
    border-radius: 10px;
    padding: 40px;
    height: 350px;
    text-align: center;
    justify-content: center;
    margin-top: -100px;
    margin-bottom: 400px;
}

.texto-3 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #272324;
}

.texto-3 b {
    color: #fff;
}

.box-vermelho img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 10px;
}

.box-vantagem {
    background: #272324;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.box-vantagem h3 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #DFDFDF;
}

.box-vantagem p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #ADABAB;
}

.box-vantagem img {
    height: 50px;
    width: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}

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

.lista-solucoes {
    list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.lista-solucoes h3 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #272324;
}

.lista-solucoes p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #272324;
}

.lista-solucoes hr {
    margin: 0.4rem 0;
}

.box_depoimentos {
    background: #272324;
    border-radius: 10px;
    padding: 40px;
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: left bottom;
    margin-top: -200px;
    margin-bottom: 80px;
    z-index: 3;
}

.box_depoimentos p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #ADABAB;
}

.box_depoimentos h2 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #DFDFDF;
}

.card-depoimentos {
    text-align: center;
}

.card-depoimentos img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: 20px;
    border: 1px solid #D72E31;
}

.owl-depo.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #D5D5D5;
    border-radius: 50%;
}
.owl-depo.owl-theme .owl-dots .owl-dot.active span, .owl-banner.owl-theme .owl-dots .owl-dot:hover span {
    background: #dc3434;
}
.owl-depo.owl-theme .owl-nav [class*=owl-] {
    font-size: 35px;
    background: transparent;
    opacity: 0.5;
}
.owl-depo.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #ff585d;
}

.owl-depo.owl-theme .owl-dots {
    margin-top: 0px;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: -30px;
    background: none;
}

.home-6{
    background-color: #B0AAAA;
	padding-bottom: 90px;
}

.big-numbers b {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 76px;
    text-align: center;
    text-transform: uppercase;
    color: #272324;
    display: block;
}

.big-numbers span {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #272324;
    display: block;
}

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

.titulo-2 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #272324;
}

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

.sanfona1 .accordion-item {
    border: none;
    margin-bottom: 10px;
}

.sanfona1 .accordion-button {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #272324;
	border: 1px solid #8E8E8E;
    border-radius: 10px !important;
	background-color: #B0AAAA;
}

.sanfona1 .accordion-body {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #272324;
}

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

.accordion {
    --bs-accordion-color: #272324;
    --bs-accordion-bg: transparent;
}

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

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

.lista-contatos a {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #231F20;
}

.ass-f {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #272324;
}

#footer {
    background-color: transparent;
    padding-top: 40px;
}

@media (max-width: 767px) {
	

.texto-1 {
    font-size: 16px;
    line-height: 20px;
}
.titulo-1 {
    font-size: 35px;
    line-height: 45px;
}
.texto-2 {
    font-size: 20px;
    line-height: 140%;
}
.texto-3, .texto-3 b {
    font-size: 22px;
    line-height: 26px;
}
.box-vermelho img {
    height: 240px;
}
.box-vermelho {
    margin-bottom: 150px;
}
.titulo-2 {
    font-size: 28px;
    line-height: 32px;
}
.big-numbers b {
    font-size: 44px;
    line-height: 50px;
}
.lista-contatos a {
    font-size: 20px;
    line-height: 140%;
}	
	
	
	
}


