.content{
	width: 85%;
	margin: 0 auto;
	position: relative;
}
.title{
	font-size: 55px;
	font-weight: 600;
	color: var(--vermelho);
}
.botao-a{
	background-color: var(--vermelho);
	border-radius: 50px;
	border: 1px solid var(--vermelho);
	color: #fff;
	font-size: 18px;
	letter-spacing: 6px;
	padding: 1%;
}
.botao-a:hover{
	background-color: #fff;
	color: var(--vermelho);
}
/* ----- BANNER ----- */
.banner{
	width: 100%;
	position: relative;
}
.banner-slider{
	width: 100%;
}
.bn-slide{
	width: 100%;
	position: relative;
}
.bn-text{
	width: 40%;
	position: absolute;
	left: 7%;
	top: 44%;
}
.bn-text h2{
	font-size: 28px;
	color: var(--vermelho);
	letter-spacing: 6px;
}
.bn-text h1{
	font-size: 68px;
	font-weight: 600;
	color: var(--vermelho);
	line-height: 1.2;
	margin-bottom: 3%;
}
.bn-text a{
	display: flex;
	font-size: 18px;
	color: #fff;
	background-color: var(--vermelho);
	border-radius: 50px;
	border: 1px solid var(--vermelho);
	align-items: center;
	width: 29vh;
	letter-spacing: 4px;
}
.bn-text a img{
	width: 25%;
	margin-right: 5%;
}
.bn-text a:hover{
	background-color: #fff;
	color: var(--vermelho);
}
.bn-img{
	width: 100%;
	place-content: flex-end;
}
.bn-img picture{
	width: 100%;
	height: 100%;
}
.bn-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.bn-bg{
	position: relative;
	pointer-events: none;
	margin-top: -25%;
}
.bn-bg img{
	width: 100%;
}
.bn-arrows{
	flex-direction: column;
	width: 2%;
	left: 2%;
	bottom: 8%;
	position: absolute;
}
.prev-arrow1{
	cursor: pointer;
	margin-bottom: 50%;
}
.next-arrow1{
	cursor: pointer;
}

/* ----- DESPACHANTE ----- */
.despachante{
	width: 100%;
	padding-top: -4%;
}
.despachante-content{
	width: 100%;
}
.despachante-title{
	width: 100%;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.despachante-title span{
	background-color: var(--vermelho);
	width: 38%;
	height: 2px;
	position: absolute;
	left: 0;
}
.despachante-slider{
	width: 100%;
	margin: 5% 0;
}
.desp-slide{
	width: 95%;
	position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	align-items: center;
}
.desp-slide:hover{
	border: 1px solid var(--vermelho);
}
.desp-text{
	width: 50%;
	margin-left: auto;
	padding-right: 5%;
}
.desp-text h3{
	font-size: 24px;
	color: var(--vermelho);
}
.desp-img{
	width: 44%;
}
.desp-img img{
	width: 100%;
}
.desp-botao{
	width: 100%;
	display: flex;
	justify-content: center;
}

/* ----- CONSORCIO ----- */
.consorcio{
	width: 100%;
	margin-top: 5%;
}
.consorcio-content{
	width: 92%;
	margin-left: auto;
}
.consorcio-links{
	width: 46%;
	height: fit-content;
	margin-right: auto;
	position: relative;
}
.links{
	width: 31%;
    margin: 0 1% 2%;
    position: relative;
}
.links img{
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 20px;
}
.links span{
	color: #fff;
	font-size: 28px;
	position: absolute;
	bottom: 8%;
	width: 90%;
	margin: 0 5%;
	text-align: center;
	z-index: 3;
}
.links .filtro{
	display: none;
}
.links:hover .filtro{
	display: flex;
	position: absolute;
	z-index: 2;
	top: 0;
}
/*.consorcio-links .link1{
	position: absolute;
	left: 0;
	top: 0;
}
.consorcio-links .link2{
	position: absolute;
	top: 0;
	right: 0;
}
.consorcio-links .link3{
	position: absolute;
	right: 34.5%;
	top: 17%;
}
.consorcio-links .link4{
	position: absolute;
	left: 0;
	bottom: 15%;
}
.consorcio-links .link5{
	position: absolute;
	right: 0;
	bottom: 15%;
}
.consorcio-links .link6{
	position: absolute;
	right: 34.5%;
	bottom: 0;
}*/
.consorcio-texts{
	width: 46%;
	align-content: center;
}
.consorcio-title{
	width: 100%;
	position: relative;
	align-items: center;
}
.consorcio-title span{
	background-color: var(--vermelho);
	width: 25%;
	height: 2px;
	position: absolute;
	right: 0;
}
.consorcio-itens{
	width: 75%;
	margin-top: 4%;
}
.consorcio-itens h3{
	font-size: 28px;
	color: var(--vermelho);
	padding: 2% 4%;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	margin-bottom: 4%;
}
.consorcio-itens p{
	font-size: 20px;
	color: #8A8B8B;
	margin-bottom: 8%;
}
.consorcio-cards{
	width: 100%;
}
.margin-r{
 	margin-right: auto;
}
.consorcio-box{
	width: 50%;
	margin-bottom: 5%;
}
.consorcio-box span{
	width: 80%;
	font-size: 16px;
	color: #8A8B8B;
	display: flex;
	align-items: center;
}
.consorcio-box span img{
	margin-right: 20px;
}

/* ----- VOCE-SABIA ----- */
.voce-sabia{
	width: 100%;
	margin-top: 5%;
}
.sabia-content{
	width: 100%;
	height: 65vh;
	position: relative;
	z-index: 1;
}
.sabia-content .vc-bg{
	width: 100%;
}
.sabia-text{
	width: 35%;
	height: 100%;
	position: absolute;
	top: 5%;
	left: 7.5%;
	align-content: baseline;
}
.sabia-text h2{
	font-size: 55px;
	font-weight: 600;
	color: #fff;
}
.sabia-text p{
	font-size: 20px;
	color: #fff;
	margin: 5% 0;
}
.sabia-text a{
	font-size: 25px;
	color: #fff;
	background-color: var(--vermelho);
	border-radius: 50px;
	border: 1px solid #fff;
	align-items: center;
	width: 370px;
	letter-spacing: 6px;
}
.sabia-text a img{
	width: 19%;
	margin-right: 5%;
}
.sabia-text a:hover{
	background-color: #fff;
	color: var(--vermelho);
}


.cards-content {
	width: 85%;
	height: fit-content;
	margin: -5% auto 0;
	position: relative;
	z-index: 2;
}
.card-box{
	width: 31%;
	height: fit-content;
	margin: 0 1%;
	background-color: #fff;
	border-radius: 10px;
	padding: 2%;
	border: 1px solid #fff;
	align-content: baseline;
}
.card-box:hover{
	border: 1px solid var(--vermelho);
}
.card-color1{
	background-color: #2F1C34;
}
.card-color2{
	background-color: #FAD361;
}
.card-color3{
	background-color: #7EADFE;
}
.card-img{
	width: 81px;
	height: 81px;
	place-content: center;
	margin-bottom: 4%;
	border-radius: 10px;
}
.card-box h3{
	font-size: 28px;
	color: var(--vermelho);
}
.card-box p{
	font-size: 20px;
	color: #8A8B8B;
    margin: 5% 0;
}
.card-botao{
	width: 100%;
}
.card-botao a{
	display: flex;
	width: 100%;
	font-size: 17px;
	color: var(--vermelho);
	align-items: center;
	letter-spacing: 4px;
}
.card-botao a img{
	display: none;
}
.card-box:hover .card-botao a img{
	display: flex;
	margin-left: 4%;
	width: 6%;
}

/* ----- PARCEIROS ----- */
.parceiros{
	width: 100%;
	margin-top: 5%;
	padding-bottom: 10%;
}
.parceiros h2{
	margin-bottom: 2%;
}
.parceiros-slider{
	width: 100%;
	margin: 5% 0;
}
.parc-slide{
	width: 90%;
}
.parc-slide img{
	width: 100%;
	object-fit: contain;
}
.parc-arrows{
	width: 100%;
	margin-top: 3%;
	justify-content: center;
}
.prev-arrow2{
	margin-right: 1%;
	cursor: pointer;
}
.next-arrow2{
	margin-left: 1%;
	cursor: pointer;
}

/* ----- QUEM-SOMOS ----- */
.quem-somos{
	width: 100%;
}
.quem-text{
	width: 45%;
	margin-right: auto;
	align-content: baseline;
}
.quem-text p{
	margin-top: 5%;
	font-size: 20px;
	color: #8A8B8B;
}
.quem-img{
	width: 45%;
	align-content: baseline;
}
.quem-img img{
	width: 100%;
	object-fit: contain;
}
.quem-imgs{
	margin-top: 5%;
	width: 100%;
}
.quem-box{
	width: 23%;
	margin-bottom: 2%;
}
.quem-box img{
	width: 100%;
	border-radius: 20px;
}

/* ----- BENEFICIO ----- */
.beneficio{
	width: 100%;
	margin-top: 10%;
}
.bene-card{
	width: 71%;
	margin-right: auto;
	align-content: baseline;
	padding-top: 2%;
}
.bene-bg{
	width: 100%;
	height: 15px;
}
.bene-box{
	width: 27%;
	margin-top: -4%;
	align-content: baseline;
}
.box-img{
	width: 73px;
	height: 73px;
	background-color: var(--vermelho);
	border-radius: 50%;
	place-content: center;
	margin-bottom: 10%;
}
.box-img span{
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
.box-text{
	width: 100%;
}
.box-text h3{
	font-size: 28px;
	color: var(--vermelho);
	margin-bottom: 3%;
}
.box-text p{
	font-size: 20px;
	color: #8A8B8B;
}
.bene-text{
	width: 25%;
	align-content: baseline;
}
.bene-text h2{
	font-size: 55px;
	font-weight: 600;
	color: var(--vermelho);
}

/* ----- AUTOMOVEIS ----- */
.automoveis{
	width: 100%;
	height: 70vh;
	margin-top: 10%;
}
.auto-text{
	width: 42%;
	align-content: baseline;
	position: relative;
	z-index: 1;
}
.auto-text p{
	font-size: 20px;
	color: #8A8B8B;
	margin: 4% 0 6%;
}
.auto-img{
	width: 60%;
	position: absolute;
	right: 0;
	top: -10%;
}
.auto-img img{
	width: 100%;
}

.auto-botao{
	width: 100%;
    display: flex;
    margin-top: 4%;
}
.auto-botao a{
	padding: 2% 4%;
}

/* ----- DUVIDAS ----- */
.duvidas{
	width: 100%;
	background-color: var(--vermelho);
	padding: 5% 0;
	position: relative;
	margin-top: 3%;
}
.bg-duvida{
	position: absolute;
	top: -8vh;
	right: 0%;
	z-index: 3;
	object-fit: contain;
	width: 85%;
}
.duvidas-content{
	width: 78%;
	margin: 0 auto;
	position: relative;
	z-index: 4;
}
.duvidas-title{
	width: 100%;
}
.duvidas-title h2{
  	font-size: 55px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 3%;
}
.margin-l{
	margin-left: -5%;
}
.faq-1{
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2%;
}
.faq{
	width: 100%;
	margin-bottom: 3%;
}
.faq-perguntas{
	width: 100%;
	align-content: baseline;
}
.faq-perguntas:hover{
	margin-left: -5%;
}
.faq-duvidas{
	display: flex;
  	width: 100%;
	padding: 5% 4% 5% 5%;
	align-content: baseline;
	background-color: #fff;
	cursor: pointer;
	border-radius: 10px;
	align-items: center;
}
.faq-duvidas h3{
	color: #373435;
	font-weight: 400;
	font-size: 19px;
}
.faq-respostas{
	width: 57%;
	margin-left: auto;
}
.faq-direction{
	width: 100%;
}
.duvidas-descricao{
	display: none;
	padding: 3%;
	border: 1px solid #fff;
	border-radius: 20px;
}
.duvidas-descricao p{
	color: #fff;
	font-size: 20px;
	font-weight: 400;	
}

/* ----- DEPOIMENTOS ----- */
.depoimentos{
	width: 100%;
	margin: 5% 0;
}
.depoimentos-slider{
	width: 50%;
	margin: 5% auto;
}
.depo-slide{
	width: 100%;
	text-align: center;
}
.depo-title{
	width: 100%;
	margin-bottom: 5%;
}
.depo-title h2{
	font-size: 26px;
	font-weight: 600;
	color: var(--vermelho);
}
.depo-title h3{
	font-size: 24px;
	color: var(--vermelho);
}
.depo-text{
	width: 100%;
	justify-content: center;
}
.depo-text p{
	font-size: 20px;
    color: #8A8B8B;
}
.depo-text a{
	background-color: var(--vermelho);
    border-radius: 50px;
    border: 1px solid var(--vermelho);
    color: #fff;
    font-size: 18px;
    letter-spacing: 6px;
    padding: 1% 3%;
    margin-top: 5%;
}
.depo-text a:hover{
	background-color: #fff;
    color: var(--vermelho);
}





/* ----- CONTATO ----- */
.contato{
	width: 100%;
	margin-top: 5%;
	margin-bottom: 3%;
}
.contato-content{
	width: 78%;
	margin: 0 auto;
}
.contato-content h2{
	margin-bottom: 5%;
}
.formulario{
	width: 76%;
}
.form-input{
	width: 49%;
	margin-right: auto;
	padding-bottom: 5%;
}
.form-input input{
	width: 100%;
	height: 10vh;
	padding-left: 5%;
	margin-bottom: 2%;
	border-radius: 10px;
	border: 1px solid #d5d5d5;
	color: #8A8B8B;
	font-size: 18px;
}
.form-text{
	width: 49%;
	align-content: baseline;
}
.form-text textarea{
	width: 100%;
	height: 47vh;
	border-radius: 10px;
	border: 1px solid #d5d5d5;
	padding: 3% 5%;
	color: #8A8B8B;
	font-size: 18px;
}
.form-input input::placeholder, .form-text textarea::placeholder{
	color: #8A8B8B;
	font-size: 18px;
}
.form-text a{
	width: 100%;
	background-color: var(--vermelho);
	border: 1px solid var(--vermelho);
	text-align: center;
	justify-content: center;
	padding: 3% 0;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 6px;
}
.form-text a:hover{
	background-color: #fff;
	color: var(--vermelho);
}
.form-infos{
	width: 22%;
	margin-left: auto;
	align-content: baseline;
}
.infos{
	width: 100%;
	border: 1px solid var(--vermelho);
	border-radius: 10px;
	padding: 6%;
	text-align: center;
	justify-content: center;
	margin-bottom: 10%;
}
.info-img{
	width: 61px;
	height: 61px;
	border-radius: 50%;
	background-color: var(--vermelho);
	margin-bottom: 5%;
	place-content: center;
}
.infos h3{
	width: 100%;
	font-size: 20px;
	color: var(--vermelho);
	margin-bottom: 2%;
}
.infos a{
	width: 100%;
	font-size: 16px;
	color: #8A8B8B;
	margin-bottom: 2%;
}




/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
	.title, 
	.sabia-text h2, 
	.bene-text h2,
	.duvidas-title h2{
		font-size: 50px;
	}
	.botao-a{
		font-size: 16px;
	}

	.desp-text h3{
		font-size: 20px;
	}
	.bn-text h2, 
	.consorcio-itens h3, 
	.links span, 
	.card-box h3, 
	.box-text h3{
		font-size: 26px;
	}
	.bn-text h1{
		font-size: 60px;
	}
	.bn-text a{
		font-size: 16px;
	}
	.consorcio-itens p, 
	.sabia-text p, 
	.card-box p,
	.box-text p, 
	.quem-text p,
	.auto-text p,
	.duvidas-descricao p,
	.form-text a,
	.infos h3{
		font-size: 18px;
	}
	.consorcio-box span,
	.infos a{
		font-size: 14px;
	}
	.sabia-text a{
		font-size: 22px;
		width: 340px;
	}
	.card-botao a{
		font-size: 15px;
	}
	.faq-duvidas h3{
		font-size: 17px;
	}
	.form-input input, .form-input input::placeholder,
	.form-text textarea, .form-text textarea::placeholder{
		font-size: 16px;
	}
	.box-img span{
		font-size: 28px;
	}

	.bg-duvida{
		top: -7vh;
	}
}

@media screen and (max-width: 1440px){
	.title, 
	.sabia-text h2, 
	.bene-text h2,
	.duvidas-title h2{
		font-size: 45px;
	}
	.botao-a{
		font-size: 14px;
	}

	.desp-text h3{
		font-size: 18px;
	}
	.bn-text h2, 
	.consorcio-itens h3, 
	.links span, 
	.card-box h3, 
	.box-text h3{
		font-size: 24px;
	}
	.bn-text h1{
		font-size: 55px;
	}
	.bn-text a{
		font-size: 15px;
	}
	.consorcio-itens p, 
	.sabia-text p, 
	.card-box p,
	.box-text p,
	.quem-text p,
	.auto-text p,
	.duvidas-descricao p,
	.form-text a,
	.infos h3{
		font-size: 17px;
	}
	.consorcio-box span,
	.infos a{
		font-size: 13px;
	}
	.sabia-text a{
		font-size: 20px;
		width: 320px;
	}
	.card-botao a{
		font-size: 14px;
	}
	.faq-duvidas h3{
		font-size: 16px;
	}
	.form-input input, .form-input input::placeholder,
	.form-text textarea, .form-text textarea::placeholder{
		font-size: 15px;
	}

	.box-img{
		width: 63px;
		height: 63px;
	}
	.box-img span{
		font-size: 26px;
	}
}

@media screen and (max-width: 1366px){
	.auto-text{
		width: 45%;
	}
	.auto-img{
		width: 65%;
		top: -10%;
	}
}

@media screen and (height: 768px){
	.automoveis{
		height: 70vh!important;
	}
}
@media screen and (height: 1024px){
	.sabia-content{
		height: 47vh!important;
	}
	.bg-duvida {
    	top: -5vh!important;
	}
}

@media screen and (max-width: 1280px){
	.title, 
	.sabia-text h2, 
	.bene-text h2,
	.duvidas-title h2{
		font-size: 40px;
	}
	.botao-a{
		font-size: 12px;
	}
	.desp-text h3{
		font-size: 16px;
	}
	.bn-text h2, 
	.consorcio-itens h3, 
	.links span, 
	.card-box h3, 
	.box-text h3{
		font-size: 22px;
	}
	.bn-text h1{
		font-size: 45px;
	}
	.bn-text a{
		font-size: 13px;
	}
	.consorcio-itens p, 
	.sabia-text p, 
	.card-box p,
	.box-text p,
	.quem-text p,
	.auto-text p,
	.duvidas-descricao p,
	.form-text a,
	.infos h3{
		font-size: 15px;
	}
	.consorcio-box span,
	.infos a{
		font-size: 12px;
	}
	.sabia-text a{
		font-size: 18px;
		width: 320px;
	}
	.card-botao a{
		font-size: 13px;
	}
	.faq-duvidas h3{
		font-size: 15px;
	}
	.form-input input, .form-input input::placeholder,
	.form-text textarea, .form-text textarea::placeholder{
		font-size: 14px;
	}

	.bn-text a img{
		width: 19%;
	}
	.consorcio-links, .automoveis{
		height: 50vh;
	}

	.box-img{
		width: 53px;
		height: 53px;
	}
	.box-img span{
		font-size: 24px;
	}
	.sabia-content{
		height: 55vh;
	}
	
}

@media screen and (max-width: 1024px){
	.title, 
	.sabia-text h2, 
	.bene-text h2,
	.duvidas-title h2{
		font-size: 35px;
	}
	.botao-a{
		font-size: 10px;
	}
	.bn-text h2, 
	.consorcio-itens h3, 
	.links span, 
	.card-box h3, 
	.box-text h3{
		font-size: 20px;
	}
	.bn-text h1{
		font-size: 40px;
	}
	.bn-text a{
		font-size: 11px;
	}
	.consorcio-itens p, 
	.sabia-text p, 
	.card-box p,
	.box-text p,
	.quem-text p,
	.auto-text p,
	.duvidas-descricao p,
	.infos h3{
		font-size: 13px;
	}
	.consorcio-box span,
	.infos a{
		font-size: 10px;
	}
	.sabia-text a{
		font-size: 16px;
		width: 320px;
	}
	.card-botao a{
		font-size: 10px;
		letter-spacing: 4px;
	}
	.faq-duvidas h3{
		font-size: 13px;
	}
	.form-input input, .form-input input::placeholder,
	.form-text textarea, .form-text textarea::placeholder{
		font-size: 12px;
	}
	.form-text a{
		font-size: 12px;
		letter-spacing: 4px;
	}

	.sabia-text{
		width: 38%;
	}
	.sabia-text a img{
		width: 16%;
	}
	.cards-content{
		width: 90%;
		margin: -3% auto 0;
	}

	.box-img{
		width: 48px;
		height: 48px;
	}
	.box-img span{
		font-size: 22px;
	}

	.automoveis{
		height: 62vh;
	}
	.auto-text {
    	width: 50%;
	}
}

/* MOBILE */
@media screen and (max-width: 768px){
	.bn-bg{
		display: none;
	}
	.bn-text{
		width: 45%;
		left: 3%;
	}
	.despachante-title span{
		width: 25%;
	}
	.consorcio-title span{
		display: none;
	}
	.sabia-content{
    	height: 35vh!important;
	}
	.bg-duvida{
		display: none;
	}
	.automoveis {
    	height: 44vh;
	}
	.form-input input{
		height: 5vh;
	}
	.form-text textarea{
		height: 25vh;
	}


	.title, 
	.sabia-text h2, 
	.bene-text h2,
	.duvidas-title h2{
		font-size: 30px;
	}
	.bn-text h2, 
	.desp-text h3, 
	.consorcio-itens h3, 
	.card-box h3, 
	.box-text h3{
		font-size: 18px;
	}
	.links span{
		font-size: 16px;
	}
	.bn-text h1{
		font-size: 35px;
	}
	.bn-text a{
		font-size: 10px;
	}
	.consorcio-itens p, 
	.sabia-text p, 
	.card-box p,
	.box-text p,
	.quem-text p,
	.auto-text p,
	.duvidas-descricao p,
	.infos h3{
		font-size: 12px;
	}
	.consorcio-box span,
	.infos a{
		font-size: 10px;
	}
	.sabia-text a{
		font-size: 14px;
		width: 250px;
	}
	.card-botao a{
		font-size: 9px;
		letter-spacing: 4px;
	}
	.faq-duvidas h3{
		font-size: 12px;
	}
	.form-input input, .form-input input::placeholder,
	.form-text textarea, .form-text textarea::placeholder{
		font-size: 12px;
	}
	.form-text a{
		font-size: 12px;
		letter-spacing: 4px;
	}
}

@media screen and (max-width: 480px){
	.title{
		text-align: center;
	}

	.banner-slider{
		margin-top: 15%;
	}
	.bn-text{
		position: relative;
		top: 0;
		left: 0;
		width: 90%;
		margin: 5% auto 5%;
	}
	.bn-img{
		place-content: start;
	}
	.bn-arrows{
		display: none;
		bottom: 5%;
	}

	.despachante{
		margin: 5% 0 15%;
	}
	.despachante-title span{
		display: none;
	}
	.desp-botao{
		margin-top: 8%;
	}

	.consorcio-content{
		margin: 0 auto;
	}
	.links{
		width: 48%;
	}
	.consorcio-links{
		width: 100%;
		height: fit-content;
	}
	.consorcio-texts{
		width: 100%;
		margin-top: 5%;
	}
	.consorcio-itens{
		width: 100%;
	}
	.consorcio-box{
		width: 100%;
		margin-bottom: 10%;
	}

	.sabia-content{
		height: fit-content!important;
		background-color: var(--vermelho);
	}
	.sabia-content .vc-bg{
		display: none;
	}
	.sabia-text{
		width: 90%;
		padding: 5% 0;
		margin: 0 auto;
		position: relative;
		top: 0;
		left: 0;
	}
	.cards-content{
		margin: 5% auto 0;
	}
	.card-box{
		width: 100%;
		margin: 0 auto 5%;
	}
	.parceiros-slider{
		margin: 10% 0;
	}
	.quem-text{
		width: 100%;
		margin-bottom: 5%;
	}
	.quem-img{
		width: 100%;
	}
	.bene-card{
		width: 100%;
	}
	.bene-bg{
		display: none;
	}
	.bene-box{
		width: 100%;
		margin-top: 0;
		margin-bottom: 10%;
	}
	.bene-text{
		width: 100%;
	}
	.automoveis{
		height: fit-content!important;
	}
	.auto-text{
		width: 100%;
	}
	.auto-img{
		position: relative;
		top: 0;
		width: 100%;
		margin: 5% 0;
	}
	.faq-1{
		width: 100%;
		margin-bottom: 5%;
	}
	.faq-respostas{
		width: 100%;
	}
	.formulario{
		width: 100%;
		margin-bottom: 15%;
	}
	.form-input{
		width: 100%;
	}
	.form-text{
		width: 100%;
	}
	.form-infos{
		width: 100%;
	}
	.depoimentos-slider{
		width: 90%;
	}

	.botao-a{
		padding: 3%;
	}
	.desp-text h3, .card-box h3{
		font-size: 20px;
	}
	.consorcio-itens p, 
	.sabia-text p, 
	.card-box p, 
	.box-text p, 
	.quem-text p, 
	.auto-text p, 
	.duvidas-descricao p, 
	.infos h3{
		font-size: 16px;
	}
	.card-botao a{
		font-size: 15px;
	}
	.consorcio-box span, .infos a {
    	font-size: 16px;
	}
}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){
	.title, .sabia-text h2, .bene-text h2, .duvidas-title h2{
		font-size: 25px;
	}
	.desp-text h3, .card-box h3{
		font-size: 18px;
	}
	.consorcio-itens p, 
	.sabia-text p, 
	.card-box p, 
	.box-text p, 
	.quem-text p, 
	.auto-text p, 
	.duvidas-descricao p, 
	.infos h3{
		font-size: 15px;
	}
	.card-botao a{
		font-size: 13px;
	}
	.consorcio-box span, .infos a {
    	font-size: 15px;
	}
}