@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("fonts/BebasNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-orange: #840808;
  --color-green: #2cff05;
  --framing: 1300px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 7rem;
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
}

h1,
h2 {
  font-family: "Bebas Neue", sans-serif;
}

header {
  top: 0;
  left: 0;
  height: 7rem;
  width: 100%;
  z-index: 999;
  display: flex;
  position: fixed;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: var(--color-black);
}

.header-container {
  width: 100%;
  display: flex;
  padding: 0rem 3rem;
  align-items: center;
  justify-content: center;
}

.header-content {
  gap: 1rem;
  width: 100%;
  height: 5rem;
  display: flex;
  max-height: 5rem;
  align-items: center;
  justify-content: space-between;
  max-width: var(--framing);
}

.call-us-container {
  width: 100%;
  display: flex;
  max-height: 5rem;
  padding: 0rem 3rem;
  align-items: center;
  justify-content: center;
  background: var(--color-orange);
}

.call-us-content {
  width: 100%;
  height: 2rem;
  display: flex;
  max-height: 2rem;
  align-items: center;
  max-width: var(--framing);
  justify-content: flex-start;
}

.container-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3rem 3rem;
  background-color: gainsboro;
}

.content-discount {
  gap: 2rem;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: var(--framing);
  display: flex !important;
}

.text-discount {
  font-size: 12px;
}

.call-us-content span {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-white);
}

.logo {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo img {
  height: 3rem;
}

.header-call {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.btn-default {
  background: var(--color-orange);
  color: var(--color-white);
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 20rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.2s;
}

.btn-default-b {
  background: var(--color-green);
  color: var(--color-white);
  padding: 1.5rem 4rem;
  text-decoration: none;
  border-radius: 20rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transition: 0.2s;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  box-shadow: -5px 2px 20px 0 #70707024;
}

.btn-default-footer-mobile {
  bottom: 0;
  position: fixed;
  background: var(--color-green);
  color: var(--color-white);
  padding: 1rem;
  text-decoration: none;
  display: none;
  align-items: center;
  text-transform: uppercase;
  transition: 0.2s;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  width: 100%;
  justify-content: center;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  box-shadow: -5px 2px 20px 0 #70707024;
}

.btn-default:hover {
  color: var(--color-orange);
  background: var(--color-white);
  transform: translateY(-2px);
}

.btn-default-b:hover {
  color: var(--color-green);
  background: var(--color-white);
  transform: translateY(-2px);
}

footer {
  width: 100%;
  background: var(--color-black);
  text-align: center;
  padding: 6rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container {
  width: 100%;
  max-width: var(--framing);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.footer-logo img {
  height: 4rem;
}

.contact-info {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.title-contact {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--color-orange);
}

.contact-info a {
  font-size: 14px;
  color: var(--color-white);
  text-decoration: none;
}

.text-local {
  font-size: 14px;
  color: var(--color-white);
}

.divider {
  width: 100%;
  height: 1px;
  background: var(--color-white);
}

.footer-links {
  color: var(--color-white);
  font-size: 14px;
}

.footer-links a {
  color: var(--color-orange);
  padding: 0 1rem;
  text-decoration: none;
}

.copyright {
  font-size: 14px;
  color: var(--color-white);
}

.container-home {
  width: 100%;
  display: flex;
  color: #ffffff;
  padding: 3rem 3rem;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.7)
    ),
    url("public/imgs/06.webp") center/cover no-repeat;
}

.container-thanks {
  width: 100%;
  display: flex;
  color: #ffffff;
  padding: 6rem 3rem;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: linear-gradient(rgba(132, 8, 8, 0.8), rgba(132, 8, 8, 0.7)),
    url("public/imgs/06.webp") center/cover no-repeat;
}

.content-home {
  gap: 2rem;
  width: 50%;
  color: #000;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: var(--framing);
}

.content-thanks {
  gap: 2rem;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: var(--framing);
}

.content-thanks h1 {
  font-size: 5.5rem;
  line-height: 5rem;
  text-align: center;
  color: white;
}

.content-thanks p {
  font-size: 1.2rem;
  text-align: center;
}

.content-home h1 {
  font-size: 5.5rem;
  line-height: 5rem;
  text-align: center;
  color: var(--color-orange);
}

.content-home p {
  font-size: 1.2rem;
  text-align: center;
  color: #000;
}

.content {
  gap: 2rem;
  display: flex;
  padding: 3rem 3rem;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  flex-direction: column;
  width: 100%;
}

.contet-title {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  max-width: var(--framing);
  align-items: center;
  justify-content: center;
}

.contet-title span {
  font-size: 1rem;
  opacity: 0.7;
  color: var(--color-black);
}

.contet-title h2 {
  margin: 0 auto;
  font-size: 5rem;
  text-align: center;
  color: var(--color-black);
  text-transform: uppercase;
}

.contet-title b {
  font-size: 5rem;
  text-align: center;
  color: var(--color-orange);
  text-transform: uppercase;
}

.videos-container {
  width: 100%;
  max-width: var(--framing);
  display: grid !important;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr) !important;
}

.card-insured {
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.video {
  aspect-ratio: 9 / 16;
  width: 100%;
  background: #000;
  overflow: hidden;
  border-radius: 1rem;
}

.video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.text-data-p {
  margin: 0;
  opacity: 0.7;
  font-size: 14px;
  text-align: center;
  color: var(--color-black);
}

.text-count {
  font-weight: bold;
  font-size: 3rem;
  color: var(--color-orange);
}

.title-insured {
  font-weight: bold;
  font-size: 2rem;
  color: var(--color-black);
}

.card-data {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.content-datas {
  width: 100%;
  gap: 1rem;
  padding: 4rem;
  overflow: hidden;
  border-radius: 1rem;
  max-width: var(--framing);
  display: grid !important;
  background-color: var(--color-white);
  grid-template-columns: repeat(3, 1fr) !important;
  box-shadow: -5px 2px 20px 0 #70707024;
}

.partners-wrapper {
  width: 100%;
  max-width: var(--framing);
  margin: 0 auto;
  overflow: hidden;
  padding: 0rem 3rem;
}

.partners-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  animation: scroll 15s linear infinite;
}

.partners-track img {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
  filter: brightness(1);
  transition: 0.3s ease;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.content-page {
  margin: 0;
  max-width: var(--framing);
}

.page {
  width: 100%;
}

.gallery {
  column-count: 5;
  column-gap: 0.5rem;
}

.gallery img {
  width: 100%;
  display: block;
  margin-bottom: 8px;
  border-radius: 10px;
  break-inside: avoid;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.gallery img:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .content {
    gap: 1rem;
    padding: 2rem 1rem;
  }

  .gallery {
    column-count: 2;
  }

  .contet-title h2 {
    margin: 0 auto;
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .contet-title b {
    margin: 0 auto;
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .videos-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .content-datas {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .content-home {
    gap: 1rem;
    width: 100%;
  }

  .content-home h1 {
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .content-thanks h1 {
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .text-a-home {
    font-size: 12px;
  }

  .content-home p {
    font-size: 14px;
  }

  .content-thanks p {
    font-size: 14px;
  }

  .container-home {
    padding: 3rem 1rem;
  }

  .container-thanks {
    padding: 3rem 1rem;
  }

  header {
    height: 5rem;
  }

  body {
    padding-top: 5rem;
  }

  .header-container {
    padding: 0rem 1rem;
  }

  .call-us-container {
    display: none;
  }

  .call-us-content {
    display: none;
  }

  .btn-default {
    padding: 1rem;
    font-size: 1rem;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  .btn-default-b {
    padding: 1rem 2rem;
  }

   .container-discount {
    padding: 2rem 1rem;
  }

  .content-discount {
    gap: 1rem;
    flex-direction: column;
  }

  .text-discount {
    font-size: 10px;
  }

  .footer-links {
    font-size: 12px;
  }

  footer {
    width: 100%;
    padding: 3rem 2rem;
  }

  .contact-info a {
    font-size: 12px;
    white-space: nowrap;
  }

  .copyright {
    font-size: 12px;
  }

  .text-local {
    font-size: 12px;
  }

  .footer-logo img {
    height: 3rem;
  }

  .title-contact {
    font-size: 1rem;
  }

  .content-datas {
    padding: 2rem;
  }

  .contet-title span {
    font-size: 14px;
    text-align: center;
  }

  .btn-default-footer-mobile {
    display: flex;
  }

  .partners-track img {
    width: 6rem;
    height: 6rem;
  }

  .partners-track {
    animation: scroll 25s linear infinite;
  }

  footer {
    padding-bottom: 108px;
  }
}

/* ===== Ajustes adicionais para carrossel infinito suave (apenas adicionados) ===== */

/* remove padding interno da área visível do carrossel para não dar corte lateral */
.partners-wrapper {
  padding: 0;
}

/* animação contínua usando uma nova keyframe (scroll-fast) */
.partners-track {
  width: max-content;
  animation: scroll-fast 10s linear infinite;
  will-change: transform;
}

/* keyframes do loop infinito duplicado */
@keyframes scroll-fast {
  0% {
    transform: translateX(0);
  }
  100% {
    /* anda metade do conteúdo, já que duplicamos os logos via JS */
    transform: translateX(-50%);
  }
}

/* no mobile: mesma animação, só mais lenta para não ficar exagerado */
@media (max-width: 768px) {
  .partners-track {
    animation: scroll-fast 18s linear infinite;
  }
}

.lead-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;             /* escondido por padrão */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lead-modal {
  width: 90%;
  max-width: 520px;
  background: #111111;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.lead-modal-body {
  max-height: calc(100vh - 6rem);
  overflow-y: auto;
}

.gallery img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lead-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.lead-modal-backdrop.lead-open {
  display: flex;
}

@media (max-width: 768px) {
  .lead-modal {
    width: 90%;
    border-radius: 1rem;
  }

  .lead-modal-body {
    max-height: calc(100vh - 4rem);
  }
}


body.no-scroll {
  overflow: hidden;
}
