:root {
	--main-fontsize: 16px;
	--main-black: #000;
	--main-white: #fff;
	--main-green: #57635c;
	--text-black: #3a3636;
}

@media (max-width: 1600px) {
	:root {
		--main-fontsize: 14px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px !important;
	}
}

/* CSS RESET DEFAULT */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, b, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  	overflow-x: hidden;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Geral */

div, h1, h2, h3, h4, h5, h6,
p, span, li, button, a, input, label, select, td, th, strong {
  font-family: "DM Sans", sans-serif !important;
}

.container-fluid {
  padding: 0;
}

.mobileonly {
  display: none;
}

a:hover {
	text-decoration: unset;
}

p {
	line-height: 33px;
    margin-bottom: 1.5rem;
	letter-spacing: 0.2px;
	font-size: 14px;
	color: #1C1B1B;
}

p span {
	font-weight: 600;
}

img {
	max-width: 100%;
}

/*SCROLL */
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #000;
}

#header {
	position: relative;
	background-color: #fff;
	top: 0; 
	box-shadow: 0px 0px 10px #00000033;
	z-index: 9999;
}

.logo-principal {
	width: 80%;
}

.nav-menu {
	padding: 0 3rem;
	padding-right: 0;
}

.home .nav-menu a.home {
	border-bottom: 3px solid #EEC643;
    padding-bottom: 3px;
}

.page-template-quem-somos .nav-menu a.sobre-nos {
	border-bottom: 3px solid #EEC643;
    padding-bottom: 3px;
}



.page-template-atuacao .nav-menu a.servicos {
	border-bottom: 3px solid #EEC643;
    padding-bottom: 3px;
}

.page-template-atuacao .nav-menu a.atuacao {
	border-bottom: 3px solid #EEC643;
    padding-bottom: 3px;
}

.page-template-cotacao .nav-menu a.cotacao {
	border-bottom: 3px solid #EEC643;
    padding-bottom: 3px;
}

.page-template-contato .nav-menu a.contato {
	border-bottom: 3px solid #EEC643;
    padding-bottom: 3px;
}

.page-template-trabalhe-conosco .nav-menu a.trabalhe-conosco {
	border-bottom: 3px solid #EEC643;
    padding-bottom: 3px;
}

.nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 2rem;
	margin-bottom: 0;
}

.nav-menu ul li a {
	color: #000;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.3px;
	position: relative;
}


.home .nav-menu ul li a {
	color: #fff;
}

#topline {
	background-color: #23254c;
	padding: 0.5rem 0;
}

#header-geral {
	padding: 2rem 0;
}

.home #header-geral {
	position: absolute;
}

#top-header .row {
	justify-content: space-between;
}

/* Carrossel Banner Home */

.carrossel-banner-item {
	position: relative;
}

.carrossel-principal .img-full img {
	width: 100%;
	height: 800px;
    object-fit: cover;
}

.carrossel-principal .container {
	position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.carrossel-principal .title-banner-principal h1 {
	text-align: left;
    font-size: 38px;
    width: 100%;
    color: var(--main-white);
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    max-width: 793px;
    margin-bottom: 14px;
}

.carrossel-principal .title-banner-principal h2 {
	font-size: 14px;
	color: #fff;
	line-height: 33px;
	font-weight: 400;
	max-width: 570px;
}

.carrossel-principal .title-banner-principal h1:after{
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 112px;
	height: 13px;
	background-color: #EEC643;
}


.carrossel-principal .owl-dots {
	bottom: 4rem;
    position: absolute;
    left: 50%;
	transform: translate(-50%);
}

.cta-servicos {
    margin-top: 3rem;
}

.cta-servicos a {
    box-shadow: 0px 0px 10px #00000033;
}


h2, h3 {
	color: #000;
	font-size: 43px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
}

#services-home {
	padding-top: 167px;
	position: relative;
}

.title-services h2:after{
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 112px;
	height: 13px;
	background-color: #1034B3;
}

.text-services {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15%;
	margin-bottom: 60px;
}

.text-services p {
	max-width: 722px;
	width: 100%;
	margin-bottom: 0;
}

.cards-servicos {
	display: flex;
    gap: 38px;
}

.card-servico {
	padding: 40px 30px;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #E1E1E1;
	border-radius: 0px 0px 47px 0px;
	margin: 0 !important;
	max-width: 327px;
}

.icon-card-servico {
	margin-bottom: 24px;
}

.nome-card-servico h4 {
	font-size: 14pt;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0px;
	color: #2D2B2B;
	margin-bottom: 24px;
}

.link-card-servico a {
	color: #34486D;
	font-weight: 700;
}

.btn-principal {
	background-color: #EEC643;
    padding: 13px 26px;
    color: #141414;
    font-weight: 500;
    font-size: 14px;
	transition: all .3s;
}

.detalhe-logo {
	position: absolute;
    left: -19rem;
    top: 3%;
}

.texto-card-servico {
	height: 230px;
}

#nossa-frota {
	margin-top: 140px;
	margin-bottom: 80px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url('../imgs/home/bg-urgencia.png');
	background-size: cover;
	max-height: 565px;
}

#nossa-frota p,
#nossa-frota h3 {
	color: #fff;
	position: relative;
}

#nossa-frota h3:after{
	content: '';
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 84px;
	height: 7px;
	background-color: #EEC643;
}

#contato-home {
	margin-bottom: 80px;
}

.text-contato {
	width: 85%;
}

/* Footer */

#footer {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #FAFAFA;
}

.logo-text-footer {
	width: 75%;
}

.text-footer {
	color: #1C1B1B;
	font-size: 14px;
	margin-top: 1rem;
}

.contato-footer ul li a svg {
	width: 12px;
	height: auto;
	color: #000;
	margin-right: 0.5rem;
}

.sitemap-footer p,
.contato-footer p {
	color: #0C39A2;
	margin-bottom: 1rem;
	font-size: 16px;
    font-weight: 700;
}

.sitemap-footer ul li,
.contato-footer ul li{
	margin-bottom: 0.6rem;
}

.sitemap-footer ul li a,
.contato-footer ul li a{
	color: #1C1B1B;
	font-size: 14px;
	line-height: 1.8;
}

#footer .container > .row {
	justify-content: space-evenly;
}

#footer .redes-sociais ul {
	display: flex;
	gap: 11px;
}

.copyrights {
	text-align: center;
    color: #000;
    padding: 0.3rem 0;
}

.copyrights p {
    color: #000;
    font-size: 14px;
	text-align: center;
	margin-bottom: 0;
}

.copyrights a {
	font-weight: 600;
}

.banner-topo {
    position: relative;
    z-index: 0;
}

.banner-topo img {
	width: 100%;
}

.faixa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 10;
}

.faixa h1 {
    font-size: 43px;
	font-weight: 700;
    margin: auto;
    color: #fff;
    line-height: 1.2;
}

.breadcrumbs-wrapper {
	margin-top: 2rem;
}

.breadcrumbs-wrapper a {
	color: #000;
}

.breadcrumbs-wrapper p {
	font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.breadcrumbs-wrapper p span {
	font-weight: 600;
}

#quem-somos {
	position: relative;
}

.wrapper-coroa-h1 {
	display: flex;
    gap: 20px;
}

.wrapper-coroa-h1 img {
	width: 73px;
}

.wrapper-coroa-h1 h1 {
	margin-left: 0;
    position: relative;
    top: 8px;
}

.img-onibus {
	position: absolute;
    right: 0;
    bottom: 0;
}

#quem-somos .redes-sociais ul {
	display: flex;
	gap: 20px;
}

.title-mvv {
	display: flex;
    gap: 20px;
    align-items: center;
	margin-bottom: 17px;
}

.title-mvv p {
	color: #0C39A2;
	font-size: 26px;
	margin-bottom: 0;
	font-weight: 700;
}

.mvv {
	display: flex;
    justify-content: space-around;
    gap: 65px;
    margin-top: 7rem;
    margin-bottom: 85px;
}

.card-mvv {
	padding: 30px 20px;
	box-shadow: 0px 0px 20px #00000033;
}

.foto-espaco {
	margin-bottom: 60px;
}

.btn-espaco {
	text-align: center;
	margin-bottom: 80px;
}

.title-espaco h3 {
	margin-bottom: 10px;
	position: relative;
}

#nosso-espaco {
	margin-top: 40px;
}

.fotos-certificacoes ul {
	margin-top: 3.5rem;
    display: flex;
    margin-bottom: 5rem;
    gap: 130px;
}

.title-espaco h3:after {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 112px;
	height: 13px;
	background-color: #1034B3;
}

.title-faq h2 {
	color: #000;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 2rem;
    letter-spacing: 1.5px;
    position: relative;
	text-align: center;
}

.faq-init {
	box-shadow: 0px 3px 6px #00000038;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
	background-color: #fff;
}

.faq-init svg {
	position: absolute;
	right: 15px;
	bottom: 13px;
}

.faq-result {
	max-height: 0;
	overflow: hidden;
	transition: .6s ease-in-out;
}

.faq-wrapper.active .faq-result {
	max-height: 300px;
	overflow: hidden;
	transition: .6s ease-in-out;
	margin-top: 30px;
}

.faq-wrapper.active .faq-init svg {
	transform: rotate(180deg);
	transition: .3s ease-in-out;
}

.faq-init h3 {
	color: #1034B3;
    font-weight: 700;
    font-size: 15px;
    position: relative;
	margin-bottom: 0;
}

#faq-resources {
    padding-bottom: 4rem;
}

.form-contato label {
    font-weight: 600;
    color: #1034B3;
    font-size: 14px;
    line-height: 1;
	width: 100%;
	margin-bottom: 33px;
	display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-contato input {
	margin-top: 0.3rem;
	border: 0;
    background-color: #F1F1F1;
    padding: 0.5rem 1rem;
	font-size: 14px;
	width: 100%;
	height: 42px;
}

.form-contato button {
	width: 100%;
}

.form-contato textarea {
	margin-top: 0.3rem;
	margin-bottom: 1rem;
	border: 0;
    background-color: #F1F1F1;
    padding: 0.5rem 1rem;
	font-size: 14px;
	height: 100px;
	width: 100%;
}

.form-contato p {
	margin-bottom: 0;
}

.form-contato input.wpcf7-submit {
	width: 50%;
    background-color: #1034B3;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    border-radius: 0;
    position: relative;
    line-height: 0;
    padding: 0;
    margin: 0;
	transition: all .3s;
}

.form-contato input.wpcf7-submit:hover {
	background-color: #0d2781;
}

.servico-atuacao {
	display: flex;
    align-items: center;
    margin-bottom: 4rem;
	gap: 70px;
}

.text-servico-atuacao {
	width: 60%;
}

.btn-contato {
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 80px;
}

.cotacao-contato a {
    font-size: 14px;
}

.cotacao-contato p:first-child {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}

.cotacao-contato svg {
    width: 12px;
    height: auto;
    color: #000;
    margin-right: 0.5rem;
}



.row-form {
	display: flex;
}

.form-contato.cotacao label {
	width: 100%;
}

.form-contato {
	background-color: #fff;
    box-shadow: 0px 0px 10px #00000033;
    display: flex;
    justify-content: center;
    width: 80%;
    padding: 2rem;
    margin: auto;
}

#faq {
	margin-top: 15px;
	margin-bottom: 80px;
}

.page-template-cotacao .cotacao-contato a {
	color: #1C1B1B;
}

.page-template-cotacao .cotacao-contato img {
	margin-top: 40px;
	width: 80%;
}

.form-contato.cotacao {
	width: 100%;
}

.row-form.deslocamento {
	display: block;
	width: 100%;
	margin-bottom: 10px;
    position: relative;
    bottom: 10px;
}

.row-form.deslocamento > p {
	display: flex;
	align-items: center;
}

.row-form.deslocamento label {
	width: auto;
}

.row-form.deslocamento .wpcf7-form-control.wpcf7-radio {
	display: flex;
    gap: 10px;
    position: relative;
    margin-left: 10px;
	bottom: 12px;
}

.row-form.deslocamento .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
	margin-bottom: 0;
	align-items: flex-end;
}

.row-form.deslocamento .wpcf7-form-control.wpcf7-radio input {
	height: auto;
}

.form-contato.trabalhe {
	width: 100%;
}

.form-contato.cotacao .row-form,
.form-contato.trabalhe .row-form {
	gap: 30px;
}

.form-contato.trabalhe label {
	display: block;
}

.form-contato.trabalhe .row-textarea p,
.form-contato.trabalhe .row-form.w-100 p {
	width: 100%;
}

.form-contato.trabalhe textarea {
	margin-bottom: 0;
}

.form-contato.trabalhe .wpcf7-file {
	display: flex;
    gap: 30px;
    line-height: 1;
    margin: 0;
    padding: 10px;
    padding-top: 12px;
}

.cta-ouvidoria {
	color: #1034b3;
    font-size: 16px;
    font-weight: 500;
}

.vagas-disponiveis > p:first-child {
	font-weight: 700;
    color: #1034B3;
    font-size: 20px;
}

.vagas-disponiveis ul {
	list-style: disc;
	padding-left: 20px;
}

.vagas-disponiveis ul li p {
	margin-bottom: 5px;
}

.vagas-disponiveis img {
	position: relative;
	bottom: 0.5rem;
}

.acompanhe-redes {
	margin-top: 1.5rem;
}

.acompanhe-redes h4 {
	color: #000000;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 1rem;
}

.acompanhe-redes .redes-sociais ul {
	display: flex;
	gap: 20px;
}

.img-card-servico {
	position: relative;
}

.hover-card-servico {
	position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 50px;
    padding-bottom: 50px;
}

.card-servico {
	margin-left: 30px;
	margin-right: 30px;
}

.slick-dots{
	display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.title-card-servico h4 {
	font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 28px;
	position: relative;
}

.title-card-servico h4:after {
	content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 84px;
    height: 7px;
    background-color: #0C39A2;
}

.text-card-servico p {
	color: #fff;
    padding-right: 40px;
}

.overlay-servico {
	width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 29, 54, 0.00) 0%, #060f32 100%);
}

.slick-dots button {
	border-radius: 50px;
    border: unset;
    color: #0C39A2;
    width: 10px;
    height: 11px;
    font-size: 0;
    line-height: 0;
	background-color: #e1e1e1;
}

.slick-dots .slick-active button {
	background: #0C39A2;
}

.hover-card-servico {
	opacity: 0;
	transition: all .3s;
}

.card-servico:hover .hover-card-servico {
	opacity: 1;
}

.card-servico .overlay-servico {
	transition: all .3s;
}

.card-servico:hover .overlay-servico {
	background: linear-gradient(180deg, rgba(0, 29, 54, 0.00) -50%, #060f32 100%)
}

a.btn-principal:hover {
	color: #fff;
	background-color: #0d2781;
}

.wpp-button-wrapper {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 30px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000
}

.wpp-button-wrapper a {
    display: block;
    font-size: 30px;
    line-height: 60px;
    color: #fff
}

.wpp-button-wrapper a svg {
	fill: #fff;
    width: 30px;
    position: relative;
    bottom: 3px;
    left: 1px;
}

.pulse {
    border-radius: 50%;
    animation: pulse 2s infinite
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #888;
    width: 430px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 1rem;
    bottom: 5rem;
    border: unset;
}

.close {
    color: #fff;
    float: right;
    font-size: 24px;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    text-shadow: unset;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.chat-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    background-color: #0b6156;
    color: #fff;
    padding: 20px;
    padding-bottom: 10px;
    gap: 10px;
}

.chat-header img {
    border-radius: 50%;
    margin-right: 10px;
	width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #fff;
}

.chat-header-info {
    display: flex;
    flex-direction: column;
}

.chat-header-info p {
	color: #fff;
}

.chat-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-image: url('/wp-content/uploads/2024/10/bg-wpp.png');
    background-color: #e9e0d7;
    align-items: end;
}

.message {
    padding: 10px;
    border-radius: 10px;
    margin: 5px 0;
    max-width: 70%;
}

.message.received {
    background-color: #fff;
    align-self: flex-start;
}

.message.received span {
	font-size: 13px;
    color: #df3069;
    font-weight: 600;
}

.message.message-sended {
	background-color: #e1ffc7;
	display: flex;
	width: 100%;
}

.chat-footer {
    display: flex;
    padding: 0 20px;
    padding-bottom: 20px;
}

.chat-footer input {
    flex-grow: 1;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.chat-footer button {
    background-color: #25D366;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.chat-footer button:hover {
    background-color: #20b359;
}

.chat-header-info h2 {
	font-size: 20px;
    margin-bottom: 0;
	color: #fff;
}

.chat-header-info p {
	margin-bottom: 0;
	font-size: 14px;
}

.chat-body input {
	background: #F3F3F3E0 0% 0% no-repeat padding-box;
	border-radius: 10px;
	background-color: #F3F3F3E0;
	width: 100%;
	border: unset;
	height: 38px;
	mar;
	margin-top: 0;
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 15px;
}

.chat-body input.wpcf7-submit {
	color: #fff;
	font-weight: 500;
	background-color: #0b6156;
	margin-top: 0px;
	margin-bottom: 10px;
	cursor: pointer;
}

.chat-body p {
	margin-bottom: 0;
}

.chat-body .wpcf7-spinner {
	display: none;
}

/* 404 */

.error-404.not-found,
.agradecimento-form {
	padding-top: 6rem;
	padding-bottom: 6rem;
	text-align: center;
}

.error-404.not-found h1
{
    font-size: 120px;
    margin-bottom: 1rem;
    position: relative;
    color: #0C39A2;
	font-weight: 800;
}


.error-404.not-found h2 {
	margin-bottom: 1rem;
	font-weight: 600;
}

.error-404.not-found p,
.agradecimento-form p {
	width: 50%;
	margin: auto;
	text-align: center;
}


.error-404.not-found p a {
	font-weight: 600;
	color: #0C39A2;
}

.agradecimento-form h1 {
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 1rem;
	color: #0C39A2;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0,0,0,.25)
    }

    100% {
        box-shadow: 0 0 0 15px rgba(0,0,0,0)
    }
}

@media (min-width: 1400px) and (max-width: 1770px) {
  .img-onibus {
    position: absolute;
    right: -20rem;
	}
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .img-onibus {
    position: absolute;
    right: -30rem;
	}
}


@media (max-width: 769px) { 
	
	#header-geral {
		display: none;
	}
	
	.mobileonly {
		display: block;
	}
	
	.numeros-apresentacao {
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		gap: 24px;
		flex-wrap: wrap;
	}
	
	.numeros-apresentacao span,
	.numeros-apresentacao small{
    	font-size: 50px;
 }
	
	.carrossel-principal .title-banner-principal h1 {
		font-size: 22px;
			width: 90%;
	}
	
	.text-services {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 30px;
		margin-bottom: 60px;
		flex-direction: column;
		width: 100%;
	}
	
	.text-services p {
    	width: 100%;
	}
	
	.cards-servicos {
		flex-direction: column;
	}
	
	#services-home {
    	padding-top: 107px; 
	}
	
	#nossa-frota {
		max-height: unset;
	}
	
	.text-contato {
		width: 100%;
	}
	
	.form-contato {
		background-color: #fff;
		box-shadow: 0px 0px 10px #00000033;
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 2rem;
		margin: auto;
		margin-top: 4rem;
	}
	
	.detalhe-logo {
		display: none;
	}
	
	.logo-text-footer {
		width: 80%;
		text-align: center;
		margin: auto;
	}
	
	.sitemap-footer, .contato-footer  {
		text-align: center;
		margin-bottom: 40px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#footer {
		padding-top: 3rem;
		padding-bottom: 0rem;
		background-color: #FAFAFA;
	}
	
		.bar-menumob {
		position: absolute;
		left: 1rem;
	}
	
	.headermob {
		display: flex;
		align-items: center;
		justify-content: center;
	  }

	 #header-mob {
		position: relative;
		top: 0;
		background: #fff;
		padding: 1.5rem 0;
		z-index: 9;
		border-bottom: 2px solid var(--main-red);
	  }
	
	#menu-mobile {
		width: 90%;
		height: 100vh;
		background: #FAFAFA;
		padding-left: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
		position: absolute;
		top: 0;
		left: -100%;
		transition-property: left;
		transition-duration: 1s;
		z-index: 2;
		box-shadow: 0px 0px 10px #00000033;
  	}

  .nav-mob {
    padding-top: 8rem;
  }

  .nav-mob ul li {
    margin-bottom: 1.5rem;
  }
	
	.menu-mob .social-media {
		margin-top: 2rem;
	}

  .nav-mob ul li a {
    color: var(--main-black);
    font-size: 14px;
	  letter-spacing: 0px;
    font-weight: 500;
  }
	
	.social-media ul li a {
		color: #fff;
	}

  .logo-menu-mobile {
    position: absolute;
    top: 2rem;
	width: 50%;
  }
	.error-404.not-found p, .agradecimento-form p {
    width: 100%; 
	}

  .close-menu-mob {
    position: absolute;
    top: 2rem;
    right: 1.5rem;
  }

  .close-menu-mob button {
    border: none;
    background: unset;
  }
	
	.close-menu-mob button img {
		filter: brightness(0);
	}
	
	.logo-menumob img {
		width: 210px;
	}
	
	.bar-menumob img {
		width: 20px;
		filter: brightness(0);
	}
	
	
	#header-mobile {
		padding: 0 1.4rem;
	}
	
	.carrossel-principal .img-full img {
		width: 100%;
		height: 420px;
		object-fit: cover;
	}
	
	.hover-card-servico {
		opacity: 1;
	}
	
	.card-servico {
		max-width: 400px;
	}
	
	h2, h3 {
		color: #000;
		font-size: 30px; 
	}
	
	.overlay-servico {
		background: linear-gradient(180deg, rgba(0, 29, 54, 0.00) -50%, #060f32 100%);
	}
	
	.hover-card-servico {
		padding-left: 30px;
		padding-bottom: 40px;
	}
	
	.numeros-apresentacao .n1,
	.numeros-apresentacao .n2,
	.numeros-apresentacao .n3,
	.numeros-apresentacao .n4 {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.banner-topo img {
		width: 100%;
		height: 190px;
		object-fit: cover;
	}
	
	.faixa h1 {
		font-size: 32px; 
	}
	
	.img-onibus {
		position: relative;
		right: 0;
		bottom: 0;
		order: 2;
	}
	
	#quem-somos {
		position: relative;
		display: flex;
		flex-direction: column;
	}
	
	.mvv {
		display: flex;
		justify-content: space-around;
		gap: 35px;
		margin-top: 3rem;
		margin-bottom: 85px;
		flex-direction: column;
	}
	
	.text-mvv p {
		margin-bottom: 0;
	}
	
	.servico-atuacao {
		display: flex;
		align-items: center;
		margin-bottom: 2rem;
		gap: 40px;
		flex-direction: column-reverse;
	}
	
	.text-servico-atuacao {
		width: 100%;
	}
	
	.servico-atuacao.meio {
		flex-direction: column;
	}
	
	.servico-atuacao.last {
		margin-bottom: 0;
	}
	
	.row-form {
		display: block;
	}
	
	.page-template-cotacao .cotacao-contato img {
		margin-top: 40px;
		width: 100%;
	}
	
	.faq-init h3 {
		color: #1034B3;
		font-weight: 700;
		font-size: 14px;
		position: relative;
		margin-bottom: 0;
		line-height: 1.6;
		padding-right: 45px;
	}
	
	.faq-init svg {
		bottom: 26px;
	}
	
	.carrossel-principal .title-banner-principal h2 {
		font-size: 13px;
		color: #fff;
		line-height: 23px; 
	}
	
	#footer .redes-sociais ul {
		display: flex;
		gap: 11px;
		justify-content: center;
		margin-bottom: 3rem;
	}
	
	.wrapper-coroa-h1 img {
		width: 73px !important;
		height: auto !important;
	}
	
	.fotos-certificacoes ul {
		margin-top: 3.5rem;
		display: flex	;
		margin-bottom: 5rem;
		gap: 10px;
	}
}