/*
 * 
Theme Name: Actmob Institucional
Author: Fernanda Cruz
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Actmob
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&display=swap");

:root {
  --primary: #bfbfbf;
}
body{
	overflow-x: hidden;
}

a {
  text-decoration: none;
}
* {
  outline: none;
  color: #000;
  font-family: "Lato";
}

main.main {
  background: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #666;
  border-radius: 4px;
  width: 10px;
}

::-moz-scrollbar {
  width: 5px;
  height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
  display: none;
}

::-moz-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
  background: #efefef;
  border-radius: 4px;
  width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
  display: none;
}

::-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-scrollbar-thumb:horizontal {
  background: #efefef;
  border-radius: 4px;
  width: 10px;
}

html,
body {
  /*width: 100%;
	height: 100%;*/
  z-index: 0;
  background: #fafafa;
}
header {
  width: 100%;
  height: auto;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

/* .spaceHeader{
	width: 100%;
	position: relative;
	z-index: 0;
} */
header .logoHeader a {
  display: block;
}
header .logoHeader a img {
  height: auto;
  width: 90%;
}
header .redesSociaisHeader a {
  color: #434343;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
}
header .l1-header-menu {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}
header .l2-header-menu {
  /*padding-top: 20px;*/
}
header .btnMenuDepartamentos {
  border: 0;
  padding: 0;
  margin: 0;
  color: #434343;
  font-weight: 500;
  font-size: 15px;
}
header .btnMenuDepartamentos i {
  margin-right: 6px;
}
header .list-menu-desktop,
.list-menu-desktop .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .list-menu-desktop > li > .sub-menu {
  display: none;
  position: absolute;
  width: auto;
  background: #fff;
  min-width: 150px;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #eee;
  z-index: 10;
  top: 100%;
  left: 0;
}
header .list-menu-desktop > li > a:hover + .sub-menu,
header .list-menu-desktop > li > .sub-menu:hover {
  display: block;
}
header .list-menu-desktop > li > .sub-menu > li > a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 5px 0;
}
header .list-menu-desktop .menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  margin-left: 10px;
}
header .list-menu-desktop > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 5px 12px;
  border-bottom: 4px solid transparent;
}
header .list-menu-desktop > li {
  padding-top: 30px;
  padding-bottom: 35px;
}
.redesSociaisHeader a > i {
  color: #fff;
}
/* header .list-menu-desktop > li > a:hover, */
.redesSociaisHeader a > i:hover {
  color: #d32e12;
}
header .list-menu-desktop > li {
  display: block;
  position: relative;
}
header .list-menu-desktop > li:first-child {
  padding-left: 0px;
}
header .list-menu-desktop > li:last-child {
  padding-right: 0px;
}
header .list-menu-desktop > li > a {
  border-bottom: 4px solid transparent;
}
header .list-menu-desktop > li > a:hover {
  border-bottom: 4px solid #d32e12;
}
header .list-menu-desktop > li > a:active {
  border-bottom: 4px solid var(--primary) !important;
  color: var(--primary) !important;
}
.before-footer-widgets {
  background: #ededed;
  padding: 20px 0;
}
.before-footer-widgets .logo-before-footer img {
  height: 120px;
  width: auto;
}
footer {
  padding: 35px 0;
  color: #ffffff;
	background: #000;
}
footer .colunasFooter h2,
footer .colunasFooter h3,
footer .colunasFooter h4 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .colunasFooter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .colunasFooter ul li a,
footer .colunasFooter .infoRodape {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.colunasFooter .infoRodape {
  margin-bottom: 20px;
}
footer .colunasFooter .infoRodape p {
  margin: 0;
}
footer .colunasFooter .infoRodape .bold {
  font-weight: 500;
}
footer > .redesSociaisHeader > a > i {
  font-size: 22px;
}
.copyright p {
  color: #ffffff;
  font-size: 1rem;
}
.copyright a img {
  width: auto;
  height: auto;
  max-height: 80px;
  margin-top: 20px;
}
.btnOpenMenuMobile {
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}
.menuMobile {
  position: fixed;
  z-index: 999999;
  width: 85vw;
  height: 100vh;
  top: 0;
  left: -85vw;
  opacity: 0;
  transition: 0.5s;
  background: rgba(35, 35, 35, 0.7);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-right: 2px solid rgb(35 35 35);
}
.menuMobile .menu-mobile-header {
  width: 100%;
  padding: 1vh;
  border-bottom: 3px solid #000;
  background: var(--primary);
  height: 7vh;
}
.menuMobile .menu-mobile-header .titleSpace h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}
.menuMobile .menu-mobile-header .closeMenu button {
  border: 0;
  background: #fff;
  font-size: 1.4rem;
  color: #888;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.menuMobile .menu-mobile-body {
  height: 86vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding: 1vh;
}
.menuMobile .menu-mobile-body .list-menu-mobile {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  list-style: none;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > a {
  font-size: 20px;
  padding: 23px 0;
  display: block;
  height: auto;
  color: #fff;
  font-weight: 600;
  width: 100%;
  position: relative;
  text-align: center;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > a.submenuMobileIsOpen {
  border-bottom: 1px solid #eee;
}
.menuMobile
  .menu-mobile-body
  .list-menu-mobile
  > .menu-item-has-children
  > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  top: 10px;
}
.menuMobile
  .menu-mobile-body
  .list-menu-mobile
  > .menu-item-has-children
  > a.submenuMobileIsOpen::after {
  content: "\f077";
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 95%;
  padding-left: 5%;
  margin-bottom: 10px;
  display: none;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu > li > a {
  display: block;
  padding: 5px 0;
  color: #888;
  font-size: 0.8rem;
  font-weight: 500;
}
.menuMobile .menu-mobile-footer {
  padding: 1vh;
  /*   background: #fff; */
  width: 100%;
  height: 7vh;
  border-top: 2px solid #000;
}
.menuMobile .menu-mobile-footer .redesSociaisHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}
.menuMobile .menu-mobile-footer .redesSociaisHeader a {
  background: var(--primary);
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 20px;
  color: #000 !important;
  line-height: 30px;
}
i.fas.fa-align-left {
  color: var(--primary);
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
  font-size: 1rem;
}
.slick-prev:before {
  content: "\f053";
  margin-left: -10px;
}
.slick-next:before {
  content: "\f054";
}
.menuCategoriasFixoEsquerda {
  display: none;
}

/*Banner*/
.contato-banner {
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(25deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.linha-contato-banner {
  height: 150px;
}
.card-slogan > div {
  padding-top: 30px !important;
  padding-bottom: 30px;
}
section.vc_section.section-banner .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
  max-height: 970px;
}
.texto-contato-banner {
  transition: 0.5s;
}
.texto-contato-banner h3 {
  font-weight: 900;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 0;
}
.texto-contato-banner p {
  margin-bottom: 0px;
  color: #ffffff;
}
p.span-contato-banner {
  font-size: 16px;
  color: #ffffff;
}
.icon-contato-banner {
  font-size: 30px;
  background: #4646464a;
  padding: 4px 10px;
  border-radius: 10px;
  transform: rotate(42deg);
}
.icon-contato-banner i {
  color: #fff;
  transform: rotate(320deg);
}
.contato-banner:hover i {
  -webkit-transform: scale(7);
  -moz-transform: scale(7);
  transform: scale(7);
  filter: alpha(opacity = 16);
  opacity: 0.16;
  transition: 0.5s;
}
.contato-banner:hover .icon-contato-banner {
  background: transparent;
  transition: 0.5s;
  transform: unset;
}
.contato-banner:hover .texto-contato-banner {
  transform: scale(1.2);
  transition: 0.5s;
}

/*QUEM SOMOS*/
.titulo-quem-somos h3 {
  font-size: 40px;
  background: #d32e12;
  width: max-content;
  padding: 6px;
  color: white;
  font-weight: bold;
}
.titulo-quem-somos h2 {
  color: #000;
  font-size: 70px;
}
.titulo-pneus {
  color: #fff;
  font-size: 70px;
}
.titulo-quem-somos p {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}
.descricao-quem-somos p {
  font-size: 25px;
  color: #4a4a4a;
}
#fale-conosco .titulo-quem-somos h2,
#servico .titulo-quem-somos h2 {
  color: var(--primary);
}
.section-quem-somos {
  padding: 116px 0 100px 0;
}

.skew {
  -webkit-transform: skew(0deg); /* Chrome, Opera */
  -ms-transform: skew(0deg); /* IE */
  transform: skew(0deg); /* Padrão */
}

.positive {
  -webkit-transform: skew(10deg); /* Chrome, Opera */
  -ms-transform: skew(10deg); /* IE */
  transform: skew(335deg); /* Padrão */
}

.txt-new,
.txt-new h1,
.txt-new h2,
.txt-new h3{
	background: #d32e12;
	color: #fff !important;
}

.txt-new.budini h2 {
	font-size: 70px;
}

/* .card-slogan .card-icon {
  width: 24px;
  height: 24px;
}
.card-slogan .card-icon::before {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  width: 40px;
  height: 40px;
}
.card-slogan .card-icon i {
  font-size: 20px;
}
.card-slogan .card-icon i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
} */

/*EMPRESAS*/
section.vc_section.section-empresa {
  padding: 117px 296px 135px;
}
section.vc_section.section-empresa p {
  color: #fff;
  font-size: 25px;
  margin-bottom: 71px;
}
.card-empresa {
  background: #fff;
  max-height: 443px;
  min-height: 445px;
  max-width: 416px;
  margin: 0 11px;
  padding: 65px 0;
}
.card-empresa p {
  color: #464646 !important;
  font-size: 22px !important;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 49px;
}
.card-empresa img {
  margin: 0 auto;
}

/*Infraestutura*/
section.vc_section.section-infraestrutura {
  padding: 73px 0 34px 0;
}
section.vc_section.section-estrutura img {
  min-height: 380px;
  max-height: 380px;
  overflow: hidden;
  object-fit: cover;
}
.linha-estrutura > .wpb_column.vc_column_container {
  position: relative !important;
}
.linha-estrutura h2.wpb_heading.wpb_singleimage_heading {
  position: absolute !important;
  top: 20px;
  z-index: 99;
  right: 30px;
  color: #fff;
}
section.vc_section.section-estrutura .img-destaque-estrutura img {
  /* min-width: 924px;
  min-width: 840px; */
  min-width: 925px;
}
.linha-estrutura .vc_column-inner,
.linha-estrutura .card-venha-nos-conhecer > div {
  /* column-gap: 17px; */
  display: flex;
}
.linha-estrutura figure.wpb_wrapper.vc_figure {
  filter: brightness(0.5) !important;
}
.card-venha-nos-conhecer .vc_column-inner {
  min-height: 380px;
}
.linha-estrutura {
  margin-bottom: 30px;
}
.linha-estrutura .wpb_single_image.wpb_content_element.vc_align_left {
  margin-bottom: 0;
}
.linha-estrutura
  > div.card-venha-nos-conhecer
  > div.vc_column-inner
  > div:nth-child(1) {
  background: var(--primary);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.venha-nos-conhecer h3 {
  font-size: 35px;
  font-weight: 600;
  font-style: italic;
  color: #000;
}
.venha-nos-conhecer i.fa-solid.fa-truck {
  font-size: 100px;
  color: #fff;
  margin-bottom: 22px;
}
/*SERVIÇO*/
section.vc_section.section-kilometros {
  padding: 122px 0;
}
.card-servico {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.card-servico:hover {
  background-color: #121518;
}
.card-servico .btn-especialista {
  margin-top: auto;
}
.card-servico h3 {
  color: var(--primary);
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.card-servico p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  min-height: 216px;
}
.card-servico img {
  max-height: 183px;
  max-width: 356px;
  min-width: 356px;
  overflow: hidden;
  object-fit: cover;
  transition: 0.5s;
}
.card-servico:hover img {
  transform: scale(1.06);
  transition: 0.5s;
}
.btn-especialista {
  width: 100%;
  height: 86px;
  border: 1px solid var(--primary);
  border-radius: 5px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.btn-especialista:hover {
  background: 1px solid var(--primary);
}
.btn-especialista a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.card-servico:hover .btn-especialista {
  background: var(--primary);
}

/*INSPEÇAO ELETRONICA*/
section.vc_section.section-ispecao-eletronica {
  padding: 0 0 64px 0;
  margin-top: 79px;
}

/*CONTATO*/
.destaque-contato p {
  color: var(--primary);
  font-size: 25px;
}
.titulo-contato,
.descricao-quem-somos {
  margin-bottom: 10px;
}
.section-contato .descricao-quem-somos {
  margin-bottom: 0;
}
.section-contato .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  color: #fff !important;
  border-color: #ebebeb;
  background-color: var(--primary) !important;
  font-weight: 600 !important;
}
.titulo-contato h3,
.section-formulario .descricao-quem-somos p,
.section-formulario .endereco-contato p {
  color: #fff;
}

/*FORMULARIO*/
input#botaoContato {
  background-color: #d32e12 !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.text-white.py-3.w-100 {
  background: #d32e12;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: #000 !important;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before {
  background-color: #000 !important;
}
.vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab > a {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #f7be68 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #be8f36 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: transparent !important;
  background-color: transparent !important;
  color: var(--primary) !important;
}
span.vc_tta-title-text {
  color: #909090;
  font-size: 35px;
}
li.vc_tta-tab.vc_active > a > span {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #ffffff !important;
}
.vc_tta-color-orange.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: #000 !important;
  border-color: #000 !important;
  padding-top: 35px;
}
.arquivoTrabalheConosco {
  display: block;
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.textArquivo {
  display: block;
  width: 100%;
  padding: 15px 16px;
}
label.form-control.textArquivo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-left: 10px;
  border: 0;
}
i.fas.fa-cloud-upload-alt {
  color: #fff;
  background: var(--primary);
  padding: 21px;
  border-radius: 5px;
}
section.vc_section.section-contato {
  padding: 64px 0 116px 0;
}
.vc_tta-color-orange.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  border-color: var(--primary) !important;
  background-color: var(--primary) !important;
}
section.vc_section.section-formulario {
  padding: 104px 0 94px 0;
}

/* @media screen and (min-width: 769px) {

    header {
      padding-top: 15px;
    }
} */

.linha-texto-destaque-caminhao > div {
  max-height: 443px;
  min-height: 445px;
  max-width: 416px;
  margin: 0 11px;
  padding: 65px 0;
  background: rgb(255 0 0 / 60%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.linha-texto-destaque-caminhao h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
}
.linha-texto-destaque-caminhao p {
  font-size: 18px !important;
  color: #fff !important;
}

.btn-google-maps a {
  background: #d32e12 !important;
	border-color: #d32e12 !important;
  color: #fff !important;
}
.card-pneu img {
  max-width: 647px;
  min-height: 379px;
}
.qlwapp-whatsapp-icon:before {
  color: #fff;
}
label.form-control.text-indicacao {
  color: #fff !important;
  background: transparent;
  border: none !important;
}
span#indicacao span.wpcf7-list-item-label {
  color: #fff !important;
}
.texto-form-trabalhe p,
.texto-form-trabalhe span.wpcf7-list-item-label {
  color: #fff;
}

@media screen and (max-width: 1918px) {
  header .logoHeader a img {
    width: 80%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1699px) {
  section.vc_section.section-estrutura .img-destaque-estrutura img {
    min-width: 665px;
  }
}
@media screen and (max-width: 1399px) {
  main.main {
    overflow: hidden;
  }
  .card-servico h3 {
    font-size: 25px;
  }
  .card-servico p {
    font-size: 18px;
    min-height: auto;
  }
  .card-pneu img {
    max-width: 462px;
    min-height: 271px;
  }
  section.vc_section.section-estrutura .img-destaque-estrutura img {
    min-width: 100% !important;
  }
  .venha-nos-conhecer i.fa-solid.fa-truck {
    font-size: 65px;
  }
  .venha-nos-conhecer {
    padding: 0 20px;
  }
  .venha-nos-conhecer h3 {
    font-size: 28px;
  }
  span.vc_tta-title-text {
    color: #fff;
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header .logoHeader a img {
    width: 60%;
    margin: 0 auto;
    display: flex;
    padding: 20px 0;
  }
  .linha-estrutura figure.wpb_wrapper.vc_figure,
  .linha-estrutura figure.wpb_wrapper.vc_figure * {
    width: 100%;
  }
  .linha-estrutura .vc_column-inner,
  .linha-estrutura .card-venha-nos-conhecer > div {
    display: block;
  }
  .contato-banner {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(0deg);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .positive {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(0deg);
  }
  .linha-contato-banner {
    height: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .titulo-quem-somos h3 {
    font-size: 35px;
  }
  .descricao-quem-somos p {
    font-size: 20px;
  }
  .titulo-quem-somos h2,
  .titulo-pneus,
	.txt-new.budini h2{
    font-size: 55px;
  }
  .titulo-quem-somos p {
    font-size: 27px;
  }
  .linha-reverse {
    flex-direction: column-reverse;
    display: flex !important;
  }
  .destaque-contato p {
    font-size: 25px;
  }
  .vc_row.wpb_row.vc_row-fluid.linha-estrutura.vc_row-o-equal-height.vc_row-flex {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  section.vc_section.section-empresa p {
    margin-bottom: 55px;
  }
  section.vc_section.section-empresa {
    padding: 117px 296px 98px;
  }
  .card-empresa {
    max-height: 390px;
    min-height: 370px;
  }
  .card-empresa p {
    font-size: 18px !important;
    margin-top: 50px;
  }
  .card-pneu img {
    max-width: 100%;
    min-height: 100%;
  }
	.linha-texto-destaque-caminhao > div {
		max-width: 100%;
		max-height: 100%;
		min-height: auto;
		padding: 24px 0;
		margin: 12px;
	}
}

@media screen and (max-width: 767px) {
  header .logoHeader a img {
    width: 65%;
  }
  header {
    padding: 15px 0;
  }
  .before-footer-widgets .logo-before-footer {
    width: 100%;
    height: auto;
  }
  .before-footer-widgets .logo-before-footer div {
    text-align: center;
  }
  footer .colunasFooter {
    text-align: center;
  }
  footer .colunasFooter div {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 577px) {
  .titulo-quem-somos h3 {
    font-size: 20px;
  }
  .titulo-quem-somos h2,
  .titulo-pneus,
	.txt-new.budini h2{
    font-size: 40px;
  }
  .descricao-quem-somos p {
    font-size: 18px;
  }
  .titulo-quem-somos p {
    font-size: 25px;
  }
  section.vc_section.section-empresa p {
    margin-bottom: 55px;
  }
  /* section.vc_section.section-empresa {
    padding: 117px 296px 85px;
  } */
  .card-empresa {
    max-height: 415px;
    min-height: 415px;
  }
  .section-quem-somos {
    padding: 50px 15px 40px 15px;
  }
  section.vc_section.section-empresa {
    padding: 60px 296px 50px;
  }
  section.vc_section.section-infraestrutura {
    padding: 73px 15px 34px 15px;
  }
  /* section.vc_section.section-estrutura .img-destaque-estrutura img {
    min-width: 100%;
  } */
  section.vc_section.section-kilometros {
    padding: 75px 0;
  }
  section.vc_section.section-ispecao-eletronica {
    padding: 0 15px 0 15px;
  }
  .section-contato .descricao-quem-somos {
    padding: 0 15px;
  }
  .linha-contato {
    padding: 0 15px;
  }
  * {
    text-align: center;
  }
  .slider-banner.p-0.slick-initialized.slick-slider {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .descricao-quem-somos p {
    font-size: 20px;
  }
  .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
  .vc_tta-color-orange.vc_tta-style-classic
    .vc_tta-panel
    .vc_tta-panel-body::after,
  .vc_tta-color-orange.vc_tta-style-classic
    .vc_tta-panel
    .vc_tta-panel-body::before {
    border-color: #000 !important;
  }
  .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #000 !important;
  }
}
@media screen and (max-width: 383px) {
}

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

.process-steps-grid-wrapper {
  padding: 50px 0px;
}

.process-step-card {
  background-color: #101010;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #000000;
}

.process-step-card .card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.process-step-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.process-step-card .card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.process-step-card h3 {
  font-size: 1.8em;
  color: #ffffff;
  margin-bottom: 10px;
}

.process-step-card p,
.process-step-card span,
.process-step-card b {
  font-size: 1em;
  line-height: 1.6;
  color: #ffffff;
}

.process-step-card .card-btn-wrapper {
  margin-top: 20px;
}

.btn-especialista .link-especialista {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-especialista .link-especialista:hover {
  background-color: #0056b3;
}

.slider-pneus .slick-slide {
  padding: 15px;
  box-sizing: border-box;
}

.pneu-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pneu-card .card-image {
  margin-bottom: 15px;
  overflow: hidden;
}

.pneu-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 12px;
}

.pneu-card .card-title {
  font-size: 1.1rem;
  color: #333;
  margin: 0;
}
#pneus-novos {
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .process-step-card .card-content {
    padding: 20px;
  }

  .process-step-card h3 {
    font-size: 1.6em;
  }

  .process-step-card p {
    font-size: 0.95em;
  }

  .process-step-card .card-image {
    height: 180px;
  }
}
.wpb_single_image .vc_single_image-wrapper.vc_box_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img{
	border-radius: 5% !important;
}
