.elementor-29862 .elementor-element.elementor-element-5c53cff{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:25px 25px;--row-gap:25px;--column-gap:25px;}.elementor-29862 .elementor-element.elementor-element-3087f0b .elementor-button{padding:16px 25px 16px 25px;}@media(max-width:1024px){.elementor-29862 .elementor-element.elementor-element-5c53cff{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}}@media(max-width:767px){.elementor-29862 .elementor-element.elementor-element-5c53cff{--gap:13px 13px;--row-gap:13px;--column-gap:13px;}}/* Start custom CSS for button, class: .elementor-element-3087f0b */.elementor-29862 .elementor-element.elementor-element-3087f0b a {
  animation: pulsar 2s infinite ease-in-out;
}

@keyframes pulsar {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5c53cff *//* BASE DA BARRA */
.contact-bar-box {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background:linear-gradient(135deg, #ff7900, #ff5e2e) !important;
    z-index: 99999 !important;
    padding: 5px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
}

/* ESTILO DO TEXTO "FAÇA O TEST DRIVE" */
.texto-test-drive, 
.texto-test-drive * {
    color: #ffffff !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    margin: 0 !important;
    font-family: lato !important;
}

/* ESTILO DO BOTÃO "CLIQUE AQUI" */
.botao-clique a.elementor-button {
    background: #232323 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

/* FORÇAR O TEXTO DENTRO DO BOTÃO APARECER */
.botao-clique .elementor-button-text {
    display: inline-block !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/* RESPONSIVO PARA CELULAR */
/* --- RESPONSIVIDADE (MOBILE) --- */
@media (max-width: 767px) {
  .contact-bar-box {
    gap: 8px !important;
    padding: 5px 8px !important;
  }
  
  .texto-test-drive, 
  .texto-test-drive * {
    font-size: 13px !important; /* Diminui o texto no celular para não apertar */
  }

  .botao-clique a.elementor-button {
    padding: 8px 15px !important; /* Botão levemente menor no celular */
  }
  
  .botao-clique .elementor-button-text {
    font-size: 11px !important;
  }
}/* End custom CSS */