	 body {
      font-family: Arial, sans-serif;
      background-color: #f8f9fa;
      padding-top: 0px; /* Espaçamento superior */
	  overflow-x: hidden; /* Remover barra de rolagem horizontal */
    }
    .contact-info {
      background-color: #343a40;
      color: #fff;
      padding: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .contact-info span {
      margin-right: 10px;
      font-size: 14px;
    }

  
    .car-details {
      padding: 20px;
    }
    .carousel-item img {
      max-height: auto;
      width: auto;
      margin: 0 auto;
      position: relative;
    }
    .new-label {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: #007bff;
      color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      font-weight: bold;
    }
    .car-info {
      background-color: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .car-info h2 {
      color: #007bff;
      margin-top: 0;
    }
    .car-info p {
      font-size: 1.1em;
      color: #333;
      margin-bottom: 10px;
    }
    .car-info .car-price {
      font-size: 2em;
      font-weight: bold;
      color: #007bff;
      margin-bottom: 20px;
    }
    .car-info .description {
      margin-bottom: 20px;
    }
    .additional-info-container {
      background-color: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      margin-top: 20px;
    }
    .additional-info-title {
      font-size: 1.2em;
      font-weight: bold;
      color: #333;
      margin-bottom: 10px;
    }
    .additional-info-details {
      font-size: 0em;
      color: #555;
      margin-bottom: 10px;
    }
	
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	

    .contact-info {
      background-color: #343a40; /* Cor de fundo da barra de navegação */
      color: #fff; /* Cor do texto na barra de navegação */
      padding: 10px 10px; /* Espaçamento interno */
      text-align: left; /* Alinhar texto à esquerda */
      margin-bottom: 20px; /* Espaçamento inferior */
      display: flex; /* Torna os elementos filhos flexíveis */
      justify-content: space-between; /* Alinha os itens flexíveis horizontalmente */
      align-items: center; /* Alinha os itens flexíveis verticalmente */
    }
    .contact-info span {
      margin-right: 10px; /* Espaçamento entre os elementos */
      font-size: 14px; /* Tamanho menor de fonte */
    }
    .social-icons-topo {
      text-align: right; /* Alinhar ícones à direita */
    }
    .social-icons-topo a {
      color: #fff; /* Cor dos ícones */
    }
    .social-icons-topo i {
      margin-left: 15px; /* Espaçamento entre os ícones */
      font-size: 20px; /* Tamanho dos ícones */
    }
    .logo-container {
      text-align: center;
      margin-bottom: 20px;
    }
    .logo {
      max-width: 200px; /* Tamanho máximo do logo */
      display: block; /* Garante que o margin: auto funcione */
      margin: 0 auto; /* Centraliza o logo horizontalmente */
    }
    .logo-text {
      color: #343a40; /* Cor do texto */
      font-weight: bold;
      font-size: 1.2em;
      margin-top: 0px; /* Espaçamento superior */
      margin-bottom: 0; /* Sem espaçamento inferior */
    }
    .car {
      margin-bottom: 40px;
      padding: 15px;
      border: 1px solid #dee2e6;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
      position: relative;
      transition: transform 0.3s ease-in-out;
    }
    .car:hover {
      transform: scale(1.05);
    }
    .carousel-item img {
      width: 100%;
      border-radius: 10px;
    }
    .new-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: #28a745;
      color: #fff;
      padding: 5px 15px;
      border-radius: 50px;
      font-weight: bold;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    }
    .nova-badge {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #007bff;
      color: #fff;
      padding: 5px 15px;
      border-radius: 50px;
      font-weight: bold;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    }
    .car-name {
      text-align: center;
      margin-top: 10px;
      font-weight: bold;
      font-size: 1.3em;
      color: #333;
    }
    .car-info {
      text-align: center;
      margin-top: 10px;
      font-size: 0.9em;
      color: #666;
    }
    .car-info span {
      margin: 0 15px;
    }
    .car-price {
      text-align: center;
      margin-top: 10px;
      font-weight: bold;
      font-size: 1.5em;
      color: #007bff;
    }
    /* Remover sublinhado dos links */
    a {
      text-decoration: none;
    }

    .car-name-img {
      position: absolute;
      top: 10px;
      left: 10px;
      font-weight: bold;
      font-size: 1.3em;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .car-info-overlay-img {
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .car-price-img {
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-weight: bold;
      font-size: 1.5em;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .car-details-container {
      position: relative;
    }

    .form-container {
      padding: 20px;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .car img {
      transition: transform 0.3s ease-in-out;
    }

    .car:hover img {
      transform: scale(1.05);
    }

    .zoom-effect {
      overflow: hidden;
    }

    .zoom-effect img {
      transition: transform 0.3s ease;
    }

    .zoom-effect:hover img {
      transform: scale(1.05);
    }

       /* Estilos para o footer */
    .footer {
      background-color: #f0f0f0; /* Cinza claro */
      color: #000; /* Cor do texto */
      padding: 50px 0;
      width: 100%; /* Ocupar toda a largura */
    }
    .container {
      width: 100%; /* Preencher toda a largura da tela */
      max-width: none; /* Remover limite máximo de largura */
      padding-right: 15px; /* Adicionar padding direito */
      padding-left: 15px; /* Adicionar padding esquerdo */
      margin-right: auto; /* Centralizar o container na tela */
      margin-left: auto; /* Centralizar o container na tela */
    }
    .footer-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: center; /* Alinhar verticalmente */
    }
    .footer-section {
      flex: 1;
      max-width: 300px;
      margin-bottom: 20px;
    }
    .footer-section h3 {
      font-size: 24px;
      margin-bottom: 20px;
    }
    .footer-section p {
      font-size: 16px;
      line-height: 1.6;
    }
    .footer-section ul {
      list-style: none;
      padding: 0;
    }
    .footer-section ul li {
      margin-bottom: 10px;
    }
    .footer-section a {
      color: #000;
    }
    .footer-section a:hover {
      text-decoration: none;
    }
    .footer-section .fa {
      margin-right: 10px;
    }
    .footer-logo {
      max-width: 150px;
      margin-bottom: 20px;
    }
    .social-icons {
      margin-top: 10px; /* Adiciona um espaço entre o texto e os ícones */
    }
    .social-icons a {
      color: #000;
      margin-right: 10px;
      font-size: 24px;
    }
    .social-icons a:hover {
      color: #666;
    }
	
	

	
	
	
	.img-whatshapp {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }