body {
    background-color: #D9D9D9;
  }
  html {
    scroll-behavior: smooth;
  }
  .whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
  }

  .whatsapp-button img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
  }

  .whatsapp-button img:hover {
    transform: scale(1.1);
  }

  .carousel-item img {
    width: 100%;
    height: auto;
  }

  .image-container,
  .image-container_seguradoras {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .image-row,
  .image-row_seguradoras {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
  }

  .image-item,
  .image-item_seguradora {
    flex: 1 1 200px;
    max-width: 250px;
    text-align: center;
  }

  .image-item img,
  .image-item_seguradora img {
    max-width: 150px;
    height: auto;
    object-fit: contain;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
  }

  .titulo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .titulo-seguro {
    font-size: 30px;
    padding: 7px;
    margin-bottom: 2em;
    color: white !important;
  }

  .bg-vermelho {
    background-color: #B8454B;
  }

  .bg-cinza {
    background-color: #636262;
  }

  .company-info {
    background-color: #B8454B;
    margin: 40px auto;
    padding: 40px 20px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    text-align: center;
  }

  .company-info img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }

  .company-text {
    max-width: 800px;
  }

  .company-text h1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .company-text p {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: justify;
  }

  .map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
  }

  .map-container iframe {
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16 / 9;
    border: 0;
  }

  footer {
    background-color: #B8454B;
    color: white;
  }

  footer a {
    color: white;
  }

  footer a:hover {
    color: #ddd;
  }