/* General Styles outline: 1px solid red;*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
}

html, body {
    height: 100%;
    width: 100%;
    --color-bg: #000754;
	--text-color: #fff;
 	--background-color: var(--color-bg);
	  background-image: url(https://res.cloudinary.com/dcqa6ttvr/image/upload/f_auto,q_auto/egis/noise_png.png), radial-gradient(ellipse at top, #020527, transparent), radial-gradient(ellipse at bottom, #202692, transparent);
	--background-color-2: #282faf;
	--background-color-3: #202692;
	--link-color: #03b9f1;
	--link-hover-color: #fff;
	font-family: 'Roboto Mono', monospace;
	font-weight: 500;
	color: #fff;
	color: var(--text-color);
	background-color: var(--background-color);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
}
.option h1 {
  font-size: clamp(1.25rem, 3.5vw, 1.75rem);
  line-height: 1.3;
}

.solucoes .subtitulo {
  font-size: clamp(1.75rem, 5vw, 2.75rem);
}



@media (max-width: 768px) {
  .solucoes .subtitulo {
    font-size: 1.75rem;
    line-height: 1.3;
  }
}

p{
    font-family: "Poiret One", serif;
}
.clube-beneficios{
    color: #000754;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1280px;
    margin: auto;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Ajuste para o box */
.box {
    position: relative;
    width: 100%;
    height: 100vh;  /* Garantir que a altura ocupe toda a tela */
}

/* Ajuste do vídeo de fundo */
.background-section video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}


/* Overlay para escurecer o fundo */
.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Escurece o fundo */
    z-index: 1;
}

/* Centralizando o texto */
.overlay-text {
    position: absolute;
    font-size: 30px;
    top: 50%;  /* Centraliza verticalmente */
    left: 50%;  /* Centraliza horizontalmente */
    transform: translate(-50%, -50%);  /* Ajusta o alinhamento do centro */
    color: white;
    text-align: center;
    z-index: 2;
    width: 100%; /* Garante que o texto ocupe toda a largura disponível */
}

/* Estilo para o título */
.overlay-text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;  /* Tamanho grande para telas grandes */
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.overlay-text span {
    color: #00bfe8;  /* Cor para destacar a palavra "PROTEÇÃO" */
}

/* Estilo para o botão */
.btn-contato button {
    margin-top: 2px;  /* Espaçamento entre o título e o botão */
    width: 200px;
    height: 50px;
    border: 0;
    background-color: #000754;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    font-size: 17px;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .overlay-text h1 {
        font-size: 80px;  /* Tamanho do título reduzido */
    }

    .btn-contato button {
        width: 180px;  /* Tamanho do botão */
        height: 50px;  /* Maior altura */
        font-size: 18px;  /* Aumenta o texto do botão */
    }
}

/* Ajustes para telas muito pequenas */
@media (max-width: 480px) {
    .overlay-text h1 {
        font-size: 56px;  /* Tamanho reduzido do título */
    }

    .btn-contato button {
        width: 120px;  /* Ajuste o tamanho do botão para telas pequenas */
        height: 45px;  /* Ajuste a altura */
        font-size: 16px;  /* Ajuste o texto */
    }
}


/* Marquees */
.brands-marquee {
    background-color: whitesmoke;
    padding: 1.3rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    top: -150px; /* Faz com que a section suba e se sobreponha */
    z-index: 2; /* Garante que fique acima do vídeo */
}
.brands-marquee h2{
    font-size: 24px;
}

.brands-container {
    display: flex;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.brands-container img {
    width: 80px;
    margin: 0 20px;
    padding: 7px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.brands-container img:hover {
    transform: scale(1.1);
}
/* Estilo para os cards */
/* ESTILOS REVISADOS PARA CARDS COM TEXTO ORGANIZADO */
.card {
    background-image: url(https://res.cloudinary.com/dcqa6ttvr/image/upload/f_auto,q_auto/egis/noise_png.png), radial-gradient(ellipse at top, #020527, transparent), radial-gradient(ellipse at bottom, #202692, transparent);
    background-color: var(--background-color);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 300px;
    min-height: 350px; /* Altura mínima ajustada */
    transition: all 0.3s ease;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    position: relative;
    overflow: hidden;
    
}
.card p {
    min-height: 140px; /* Ajuste conforme necessário */
    font-family: "Raleway", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre-line; /* Isso fará com que quebras de linha no HTML sejam respeitadas */
}
.card h2{
    white-space: pre-line;
    line-height: 1; /* ou até menos, como 1.1 ou 1 */
    padding: 5px;
}
/* Container dos cards - versão desktop */
.cards-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Permite que os cards quebrem para a próxima linha */
}

/* Ajuste para telas menores (mobile) */
@media (max-width: 768px) {
    .cards-container {
        flex-direction: column; /* Altera para coluna (um embaixo do outro) */
        align-items: center; /* Centraliza os cards */
        gap: 30px; /* Aumenta o espaçamento vertical */
    }
    
    .card {
        width: 100%; /* Ocupa quase toda a largura */
        max-width: 350px; /* Limita a largura máxima */
        margin: 0 auto 5px; /* Centraliza e adiciona margem inferior */
    }
}

/* Definindo a animação de subida */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px); /* Começa deslocado */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Termina na posição original */
    }
}
/* Estilo para o delay sequencial de cada card */
.card:nth-child(1) {
    animation-delay: 0s; /* Sem atraso */
}

.card:nth-child(2) {
    animation-delay: 0.2s; /* Atraso de 0.2 segundos */
}

.card:nth-child(3) {
    animation-delay: 0.4s; /* Atraso de 0.4 segundos */
}

.card:nth-child(4) {
    animation-delay: 0.6s; /* Atraso de 0.6 segundos */
}

/* Animação para a seção .solucoes */
.solucoes {
    text-align: center;

    font-family:"Poiret One", serif;;
    padding: 50px 20px;
    opacity: 0;  /* Inicialmente invisível */
    transform: translateY(100px);  /* Começa deslocado */
    transition: opacity 1s ease, transform 1s ease;  /* Adicionando transição */
    background-color: #f5f5f5;
}
.solucoes h3{
    font-size: 30px;
}

/* Quando a classe .visible é adicionada, inicia a animação */
.solucoes.visible {
    opacity: 1;
    transform: translateY(0);  /* A seção se move para a posição original */
}

.card img {
    width: 60px;  /* Largura padrão do ícone */
    height: 60px; /* Altura padrão do ícone */
    object-fit: contain; /* Garante que o ícone se ajuste bem ao tamanho, sem distorcer */
    margin-bottom: 15px; /* Espaço entre o ícone e o texto */
}

/* Animação da seção */
@keyframes fadeInUpSection {
    0% {
        opacity: 0;
        transform: translateY(100px); /* Começa deslocado */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Termina na posição original */
    }
}
.cards-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Responsiveness */
@media (max-width: 768px) {
    header ul {
        display: none; /* Hide the navigation links */
    }

    .nav-links.active {
        display: flex;
    }

    .hamburger-menu.active div:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hamburger-menu.active div:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.active div:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    .nav-links.active li:nth-child(1) {
  animation-delay: 0.1s;
}
.nav-links.active li:nth-child(2) {
  animation-delay: 0.2s;
}
.nav-links.active li:nth-child(3) {
  animation-delay: 0.3s;
}
.nav-links.active li:nth-child(4) {
  animation-delay: 0.4s;
}
.nav-links.active li:nth-child(5) {
  animation-delay: 0.5s;
}
    

    /* Adjustments for overlay text */
    .overlay-text h1 {
        font-size: 32px
    }

    .overlay-text {
        top: 50%;
    }

    /* Keep the contact button visible */
    .btn-contato button {
        position:absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 35px;
    }
    
}

/* Animations for Marquee */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* Esconde a logo responsiva em telas grandes (desktop) */
@media (min-width: 768px) {
    .logo_responsive {
        display: none; /* Esconde a logo responsiva no desktop */
    }
}
@media (max-width: 768px) {
    /* Esconde a logo normal em telas pequenas */
    .logo-desktop {
        display: none;
    }

    /* Exibe a logo responsiva em telas pequenas */
    .logo_responsive {
        display: block; /* Exibe a logo responsiva em telas pequenas */
    }
}
@media (min-width: 768px) {
    .hamburger-menu {
        display: none; /* Esconde o menu hambúrguer em telas grandes */
    }
}

/*FRENTE VIDEO
/* Ajustes para a classe overlay-text e h1 */
.overlay-text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;  /* Tamanho do texto principal */
    font-weight: 600;
    margin: 0;
}
/* Responsividade para telas pequenas */
@media (max-width: 768px) {
    .overlay-text h1 {
        font-size: 64px;  /* Reduzido para telas menores */
    }

    .btn-contato button {
        width: 180px;  /* Ajuste o tamanho do botão para telas menores */
        height: 50px;
        font-size: 18px;  /* Aumenta o texto do botão */
    }
}


/* Ajustes para telas muito pequenas */
@media (max-width: 480px) {
    .overlay-text h1 {
        font-size: 56px;  /* Menor para telas pequenas */
    }

    .btn-contato button {
        width: 120px;  /* Ajuste o tamanho para telas menores */
        height: 45px;  /* Ajuste a altura */
        font-size: 16px;  /* Ajuste o texto */
    }
    
}
.solucoes {
    text-align: center;
    font-family:"Poiret One", serif;
    padding: 20px;
}
.titulo {
    color: #00bfe8;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 2px;
    line-height: 0.5; /* ou até menos, como 1.1 ou 1 */
    margin-top: 1px;
}
.subtitulo {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000754;
}
.btn-cotar button{
    margin-top: 7%;  /* Espaçamento entre o título e o botão */
    width: 240px;
    height: 60px;
    border: 0;
    background-color: #00bfe8;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    font-size: 24px;
}
@media (max-width: 768px) {
    .btn-contato button {
        display: none;
        margin-top: 5%;
    }
}
/* Container principal */
.cotacao-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 10%;
    background-color: whitesmoke;
}

@media (max-width: 768px) {
    .container-cotacao {
        width: 100%;  
    }
}
.container-cotacao {
  opacity: 0;
  transform: translateX(-150vw);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.image-container {
  opacity: 0;
  transform: translateX(150vw);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

/* Estado final: na posição original */
.container-cotacao.appear {
  opacity: 1;
  transform: translateX(0);
  animation: none;
}

.image-container.appear {
  opacity: 1;
  transform: translateX(0);
  animation: none;
}

@keyframes flutuar {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.options-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
    max-width: 100%;
}

.option {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.icon {
    font-size: 25px;
    color: #000754;
    margin-right: 20px;
}

.option h1 {
  font-size: clamp(1.25rem, 3.5vw, 1.75rem);
  line-height: 1.3;
    color: #000754;
    margin-left: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .option {
    flex-wrap: wrap; /* permite quebra do layout */
    padding: 12px 16px;
  }

  .option h1 {
    font-size: 18px;
    white-space: normal;       /* permite quebra de linha */
    overflow: visible;         /* impede corte do texto */
    text-overflow: unset;
    word-break: break-word;
    margin-left: 0;
    margin-top: 8px;
    flex: 1;
  }

  .icon {
    font-size: 20px;
    margin-right: 10px;
  }
}


/* Container para o botão de cotação */
.cotacao-btn-container {
    text-align: right;
    
}

.cotacao-btn {
    width: 200px;
    height: 50px;
    border: 0;
    background-color: #000754;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .cotacao-btn {
        width: 100%; /* O botão ocupa toda a largura */
        font-size: 16px; /* Reduzir a fonte para caber melhor */
        padding: 12px; /* Ajustar o espaçamento interno */
    }
}
/* Estilo para a imagem ao lado direito */
.image-container {
    width: 35%;
    text-align: center;
    flex-shrink: 0;  
}
@media (max-width: 768px) {
  .image-container {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    display: none
  }
}
.image-container img {
    max-width: 500px;  /* Ajuste conforme necessário */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .cotacao-section {
        flex-direction: column;
        align-items: center;
    }

    .container {
        width: 100%;
        padding: 20px;
    }

    .image-container {
        width: 100%;
        margin-top: 10px;
    }

    .cotacao-btn-container {
        text-align: center;
    }

    .cotacao-btn {
        width: 100%;  /* Botão ocupa toda a largura */
    }
}


.opcoes{
    font-size: 44px;
    color: #000754;
    background-color: whitesmoke;
    margin-bottom: 2%;
}
/* Responsividade para telas menores */
@media (max-width: 768px) {
  .opcoes {
    font-size: 35px;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .opcoes {
    font-size: 40px;
    white-space: normal;
  }
}

/* Estilização da seção do aplicativo */
.app-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    background-image: url(https://res.cloudinary.com/dcqa6ttvr/image/upload/f_auto,q_auto/egis/noise_png.png), radial-gradient(ellipse at top, #020527, transparent), radial-gradient(ellipse at bottom, #202692, transparent);
    background-color: var(--background-color);
    color: white;
    flex-wrap: wrap;
    gap: 80px;
    text-align: center;
}

/* Estilização do conteúdo textual */
.app-content {
    max-width: 500px;
}

.app-content h2 {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    white-space: normal;       /* permite quebras automáticas */
  /* quebra palavras longas */
    max-width: 100%;           /* evita travar em largura */
    line-height: 1; /* ou até menos, como 1.1 ou 1 */
}

.app-content p {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fff;
  white-space: normal;       /* permite quebras automáticas */
  word-break: break-word;    /* quebra palavras longas */
  max-width: 100%;           /* evita travar em largura */
}
.app-content span {
    color: #00bfe8;  /* Cor para destacar a palavra "PROTEÇÃO" */
}

/* Botões de download */
.app-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.app-buttons img {
    width: 300px;
    transition: transform 0.3s;
}

.app-buttons img:hover {
    transform: scale(1.1);
}
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
/* Imagem do celular */
.app-image img {
    width: 600px;
    max-width: 100%;
    border-radius: 20px;
    animation: none;
}

/* Responsividade */
@media (max-width: 768px) {
  .app-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0;
  }
  .app-image img {
    width: 600px;
    max-width: 80%;
    border-radius: 20px;
    animation: float 3s ease-in-out infinite;
}
.app-content h2 {
    font-size: 55px;
}
.app-content p {
  font-size: 20px;
  font-weight: bold;
  max-width: 100%;           /* evita travar em largura */
}
.app-content span {
    color: #00bfe8;  /* Cor para destacar a palavra "PROTEÇÃO" */
}

  .app-content {
    width: 100%;
    max-width: 100%;
    padding: 0 15px; /* pequeno espaçamento interno para não grudar na borda */
  }

  .app-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch; /* ocupa 100% da largura */
    padding: 0 15px;
  }

  .app-buttons img {
    width: 70%;
    max-width: none;
  }
}
/* Seção de avaliações */
/* Seção de avaliações (flutuante e menor) */
.reviews-section {
     display: flex;
    flex-direction: row-reverse; /* imagem à direita no desktop */
    align-items: center;
    justify-content: space-between;
    background: url(https://res.cloudinary.com/dcqa6ttvr/image/upload/f_auto,q_auto/egis/noise_png.png), radial-gradient(ellipse at top, #020527, transparent), radial-gradient(ellipse at bottom, #202692, transparent);
    padding: 15px;
    margin: 60px auto;
    width: 90%;
    max-width: 1700px;
    border-radius: 20px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    gap: 30px;
    gap: 30px; /* espaçamento entre imagem e cards */
}

/* Imagem à direita */
.reviews-text {
    flex: 1;
    text-align: center;
}

.reviews-text img {
    width: 300px;
    height: auto;
}
.review-box {
  flex: 1 0 250px; 
  max-width: 300px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.reviews-container {
 display: flex;
  align-items: center; /* centraliza verticalmente a imagem em relação aos cards */
  justify-content: space-between;
  gap: 15px;
  padding: 30px;
  flex-wrap: wrap; /* para mobile */
}

.review-box.show {
  opacity: 1;
  transform: translateY(0);
}
.review-box.appear {
    opacity: 1;
    transform: translateY(0);
}

/* Grid de cards à esquerda */
.reviews-grid {
display: flex;
  gap: 10px;
  flex: 1;
  flex-wrap: nowrap; /* importante: impede que os cards quebrem linha */
}

/* Corrige a imagem do Google5estrelas */
.reviews-image {
  flex-shrink: 0; /* não deixa encolher */
  max-width: 300px; /* largura máxima */
}

.reviews-image img {
  width: 100%;
  height: auto;
  display: block;
}

.review-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.review-header h4 {
    font-size: 16px;
    color: #0026a6;
    font-weight: bold;
}

/* Texto do card */
.review-box p {
    font-size: 13px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    word-break: break-word;
    white-space: normal;
    margin-top: 10px;
}
/* RESPONSIVIDADE MOBILE */
@media (max-width: 768px) {
    /* Container geral */
    .reviews-container {
        flex-direction: column; /* força imagem + cards em coluna */
        align-items: center;
        padding: 10px 5px; /* padding menor */
        gap: 15px;
    }
  /* Faz a imagem aparecer primeiro */
    .reviews-text {
        order: -1; /* imagem primeiro */
        margin-bottom: 15px;
    }
   .reviews-section {
        flex-direction: column; /* empilha imagem e cards */
        align-items: center;
        padding: 10px 5px; /* reduz padding */
        gap: 15px;
    }
    .reviews-image{
        order: -1; /* força a imagem a ficar primeiro */
        margin-bottom: 15px;
        text-align: center;
    }

    /* Cards empilhados e ocupando quase toda a largura */
     /* Cards empilhados abaixo da imagem */
    .reviews-grid {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .review-box {
        max-width: 100%;
        padding: 10px;
    }

    .review-header {
        flex-direction: column;
        align-items: center;
    }

    .review-header img {
        width: 50px;
        height: 50px;
    }
}@media (max-width: 1024px) {
    .reviews-section {
        flex-direction: column;
        align-items: center;
        padding: 20px 15px; /* menor padding para aproximar das bordas */
        margin: 20px auto;
    }

    .reviews-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .reviews-text img {
        width: 250px;
        margin-top: 20px;
    }
}

/* Responsividade para celulares pequenos */
@media (max-width: 768px) {
    .reviews-section {
        flex-direction: column; /* empilha elementos */
        align-items: center;
        padding: 15px 10px;
        margin: 15px auto;
    }

    /* Faz a imagem aparecer primeiro */
    .reviews-text {
        order: -1; /* garante que a imagem fique acima dos cards */
        margin-bottom: 20px;
    }

    .reviews-grid {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .review-box {
        max-width: 100%;
    }

    .reviews-text img {
        width: 180px;
        margin-top: 0;
    }

    .review-header {
        flex-direction: column;
        align-items: center;
    }

    .review-header img {
        width: 50px;
        height: 50px;
    }
}

/* Botão pulsar */
.btn-pulsar {
    animation: pulsar 1.5s infinite;
    background-color: #00bfe8;
    color: white;
    font-weight: bold;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

@keyframes pulsar {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 191, 232, 0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(0, 191, 232, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 191, 232, 0);
    }
}

.assistencia-24h {
  text-align: center;
  padding: 60px 20px;
  background-color: white;
  color: #00085a;
  width: 100vw; 
}

    .assistencia-24h p {
      font-size: 50px;
      font-weight: 600;
      margin-bottom: 30px;
        line-height: 0.5;
      font-family: 'Poppins', sans-serif;
    }

    .assistencia-24h .telefone {
      font-size: 80px;
      line-height: 1;
      font-weight: 800;
      color: #00085a;
    }

@media (max-width: 480px) {
  .assistencia-24h {
    padding: 40px 10px;
  }

  .assistencia-24h p {
    font-size: 20px;
    line-height: 1.3; /* melhora leitura no mobile */
  }

  .assistencia-24h .telefone {
    font-size: 38px;
  }
}
.contato-section {
  background: #000754;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 5%;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.mapa {
  width: 100%;
  max-width: 500px;
}

.mapa iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 8px;
}

.info-contato {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}

.info-contato h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  color: white;
}
.info-item a,
.info-contato h2 {
  color: white;
  text-decoration: none;
  word-break: break-word;
  
}

.info-item a:hover {
  text-decoration: underline;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  flex-wrap: nowrap; /* mantém ícone + texto na mesma linha, texto quebra sozinho */
  width: 100%;
}

.info-item i {
  font-size: 25px;
  color: white;
  width: 35px;
  flex-shrink: 0;
  margin-top: 4px;
  text-align: center;
}

.info-item span {
  color: white;
  font-family:'Poppins', sans-serif;
    text-decoration: none;
    text-align: left;
  font-size: 23px;
  line-height: 1.2;
  word-break: break-word;      /* quebra palavras longas */
  white-space: normal;         /* permite quebra automática */
  display: inline-block;
  width: 100%;
}
.footer {
  background-color: #000754;
  color: white;
  padding: 40px 5%;
  font-family: 'Poppins', sans-serif;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-left {
  flex: 1;
  min-width: 250px;
}

.footer-logo {
  max-width: 250px;
  margin-bottom: 15px;
}

.footer-left p {
  font-size: 16px;
  line-height: 1.6;
}

.footer-right {
  flex: 1;
  min-width: 250px;
}

.social-icons {
  margin-bottom: 15px;
}

.social-icons a {
  color: white;
  font-size: 20px;
  margin-right: 15px;
  text-decoration: none;
}

.footer-right p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-form input[type="email"] {
  padding: 12px;
  font-size: 16px;
  flex: 1;
  border: none;
  border-radius: 6px;
  outline: none;
}

.newsletter-form button {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000754;
  background-color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
}

.footer-divider {
  border: none;
  border-top: 1px solid #223094;
  margin: 30px 0;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #ccc;
  line-height: 1.6;
}
.footer-bottom p {
  font-family: 'Poppins', sans-serif;;
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 20px; /* garante margem lateral */
    overflow-x: hidden; /* evita quebra horizontal */
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-left,
  .footer-right {
    width: 100%;
    word-break: break-word;
    white-space: normal;
  }

  .footer-left p,
  .footer-right p {
    word-break: break-word;
    white-space: normal;
    line-height: 1.5;
    font-size: 16px;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .newsletter-form input[type="email"],
  .newsletter-form button {
    width: 100%;
    font-size: 15px;
  }

  .footer-divider {
    margin: 30px 0;
  }

  .footer-bottom {
    text-align: center;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.4;
    word-break: break-word;
  }
  .footer-bottom{
  word-break: break-word;
  white-space: normal;
  }
}

.custom-shape-divider-bottom-1753283287 {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    margin-bottom: 140px;
}

.custom-shape-divider-bottom-1753283287 svg {
    position: relative;
    display: block;
    width: calc(115% + 1.3px);
    height: 70px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1753283287 .shape-fill {
    fill: whitesmoke;
}
.custom-shape-divider-top-1753288900 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1753288900 svg {
    position: relative;
    display: block;
    width: calc(115% + 1.3px);
    height: 70px;
}

.custom-shape-divider-top-1753288900 .shape-fill {
    fill: #F5F5F5;
}
.tabela-planos table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

thead th {
  background-color: #f0f4ff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

th.recomendado {
  background-color: #001eff;
  color: #fff;
}

td, th {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

td:first-child {
  text-align: left;
}

.check {
  color: #001eff;
  font-size: 20px;
  font-weight: bold;
}

.cross {
  color: #ccc;
  font-size: 20px;
  font-weight: bold;
}
/* ========================== */
/*   Responsividade Desktop   */
/* ========================== */

/* Monitores médios (até 1440px - Full HD) */
@media (min-width: 1440px) {
  body {
    font-size: 1.05rem;
  }

  .overlay-text {
    max-width: 1200px;
    margin: 0 auto;
  }

  .overlay-text h1 {
    font-size: clamp(3.5rem, 5vw, 6rem);
  }

  .overlay-text p {
    font-size: clamp(1.2rem, 1.8vw, 2rem);
  }

  .benefits-container,
  .cards-container,
  .avaliacoes-container,
  .app-container,
  .container-cotacao {
    max-width: 1300px;
    margin: 0 auto;
  }

  .tabela-card {
    max-width: 380px;
  }
}

/* Monitores grandes (até 1920px - 2K) */
@media (min-width: 1920px) {
  body {
    font-size: 17.6px;
  }

  .overlay-text {
    max-width: 1500px;
  }

  .overlay-text h1 {
    font-size: clamp(4rem, 5vw, 7rem);
  }

  .overlay-text p {
    font-size: clamp(1.5rem, 2vw, 2.2rem);
  }

  .benefits-container,
  .cards-container,
  .avaliacoes-container,
  .app-container,
  .container-cotacao {
    max-width: 1500px;
  }

  .tabela-card {
    max-width: 420px;
  }
}

/* Telas ultra-wide (2560px ou mais - 4K) */
@media (min-width: 2560px) {
  body {
    font-size: 1.25rem;
  }

  .overlay-text {
    max-width: 1700px;
  }

  .overlay-text h1 {
    font-size: clamp(4.5rem, 5vw, 8rem);
  }

  .overlay-text p {
    font-size: clamp(1.8rem, 2vw, 2.5rem);
  }

  .benefits-container,
  .cards-container,
  .avaliacoes-container,
  .app-container,
  .container-cotacao {
    max-width: 1700px;
  }

  .tabela-card {
    max-width: 480px;
  }
}

/* Telas a partir de 1280px */
@media (min-width: 1280px) {
  
    .container_responsive {
        max-width: 1280px;
        padding: 0 50px;
        gap: 30px; /* espaço entre logo e nav */
    }

    .nav-desktop {
        font-size: 1rem; /* fonte maior */
        gap: 20px;     /* reduz espaço entre os itens do menu */
    }

    header ul li {
        margin: 0 5px; /* mais espaço entre itens da lista */
    }

    .nav-links li {
        max-width: 300px;
        padding: 10px 10px; /* mais espaço interno */
        margin: 5px; /* mais espaço entre os itens */
    }
}

/* Telas a partir de 1440px */
@media (min-width: 1440px) {
    .container_responsive {
        max-width: 1320px;
        padding: 0 60px;
    }

    .nav-desktop {
        gap: clamp(24px, 4vw, 64px);
        font-size: 1rem
    }

    header ul li {
        margin: 0 clamp(10px, 2.5vw, 28px);
    }

    .nav-links li {
        max-width: 450px;
        padding: 22px 35px;
        margin: 25px auto;
    }
}
/* Ajuste para telas grandes */
@media (min-width: 1280px) {
    .card {
        width: calc(22% - 20px); /* Até 4 cards por linha */
        min-height: 350px;
        margin: 15px;
    }

    .cards-container {
        gap: 20px; /* aumenta o espaço entre os cards */
    }
}

/* Desktops grandes */
@media (min-width: 1280px) {
    .review-box {
        width: calc(100% - 1px); /* 4 boxes por linha */
        margin: 15px;
    }

    .review-boxes-container {
        gap: 30px;
    }
}

/* Desabilita qualquer interação com o vídeo de background */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
}

html, body {
    height: 100%;
    width: 100%;
    --color-bg: #000754;
	--text-color: #fff;
 	--background-color: var(--color-bg);
	  background-image: url(https://res.cloudinary.com/dcqa6ttvr/image/upload/f_auto,q_auto/egis/noise_png.png), radial-gradient(ellipse at top, #020527, transparent), radial-gradient(ellipse at bottom, #202692, transparent);
	--background-color-2: #282faf;
	--background-color-3: #202692;
	--link-color: #03b9f1;
	--link-hover-color: #fff;
	font-family: 'Roboto Mono', monospace;
	font-weight: 500;
	color: #fff;
	color: var(--text-color);
	background-color: var(--background-color);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
}
p{
    font-family: "Poiret One", serif;
}
.clube-beneficios{
    color: #000754;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1280px;
    margin: auto;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Ajuste para o box */
.box {
    position: relative;
    width: 100%;
    height: 100vh;  /* Garantir que a altura ocupe toda a tela */
}

/* Ajuste do vídeo de fundo */


/* Overlay para escurecer o fundo */
.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Escurece o fundo */
    z-index: 1;
}

/* Centralizando o texto */
.overlay-text {
    position: absolute;
    font-size: 30px;
    top: 50%;  /* Centraliza verticalmente */
    left: 50%;  /* Centraliza horizontalmente */
    transform: translate(-50%, -50%);  /* Ajusta o alinhamento do centro */
    color: white;
    text-align: center;
    z-index: 2;
    width: 100%; /* Garante que o texto ocupe toda a largura disponível */
}

/* Estilo para o título */
.overlay-text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 5rem;  /* Tamanho grande para telas grandes */
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.overlay-text span {
    color: #00bfe8;  /* Cor para destacar a palavra "PROTEÇÃO" */
}

/* Estilo para o botão */
.btn-contato button {
    margin-top: 2px;  /* Espaçamento entre o título e o botão */
    width: 200px;
    height: 50px;
    border: 0;
    background-color: #000754;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    font-size: 17px;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .overlay-text h1 {
        font-size: 4rem;  /* Tamanho do título reduzido */
    }

    .btn-contato button {
        width: 180px;  /* Tamanho do botão */
        height: 50px;  /* Maior altura */
        font-size: 18px;  /* Aumenta o texto do botão */
    }
}

/* Ajustes para telas muito pequenas */
@media (max-width: 480px) {
    .overlay-text h1 {
        font-size: 3.5rem;  /* Tamanho reduzido do título */
    }

    .btn-contato button {
        width: 120px;  /* Ajuste o tamanho do botão para telas pequenas */
        height: 45px;  /* Ajuste a altura */
        font-size: 16px;  /* Ajuste o texto */
    }
}


/* Marquees */
.brands-marquee {
    background-color: whitesmoke;
    padding: 1.3rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    top: -150px; /* Faz com que a section suba e se sobreponha */
    z-index: 2; /* Garante que fique acima do vídeo */
}
.brands-marquee h2{
    font-size: 1.5rem;
}

.brands-container {
    display: flex;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.brands-container img {
    width: 80px;
    margin: 0 20px;
    padding: 7px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.brands-container img:hover {
    transform: scale(1.1);
}
/* Estilo para os cards */
/* ESTILOS REVISADOS PARA CARDS COM TEXTO ORGANIZADO */
.card {
    background-image: url(https://res.cloudinary.com/dcqa6ttvr/image/upload/f_auto,q_auto/egis/noise_png.png), radial-gradient(ellipse at top, #020527, transparent), radial-gradient(ellipse at bottom, #202692, transparent);
    background-color: var(--background-color);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 300px;
    min-height: 350px; /* Altura mínima ajustada */
    transition: all 0.3s ease;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    position: relative;
    overflow: hidden;
    
}
.card p {
    min-height: 140px; /* Ajuste conforme necessário */
    font-family: "Raleway", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre-line; /* Isso fará com que quebras de linha no HTML sejam respeitadas */
}
.card h2{
    white-space: pre-line;
    line-height: 1; /* ou até menos, como 1.1 ou 1 */
    padding: 5px;
}
/* Container dos cards - versão desktop */
.cards-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Permite que os cards quebrem para a próxima linha */
}

/* Ajuste para telas menores (mobile) */
@media (max-width: 768px) {
    .cards-container {
        flex-direction: column; /* Altera para coluna (um embaixo do outro) */
        align-items: center; /* Centraliza os cards */
        gap: 30px; /* Aumenta o espaçamento vertical */
    }
    
    .card {
        width: 100%; /* Ocupa quase toda a largura */
        max-width: 350px; /* Limita a largura máxima */
        margin: 0 auto 5px; /* Centraliza e adiciona margem inferior */
    }
}

/* Definindo a animação de subida */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px); /* Começa deslocado */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Termina na posição original */
    }
}
/* Estilo para o delay sequencial de cada card */
.card:nth-child(1) {
    animation-delay: 0s; /* Sem atraso */
}

.card:nth-child(2) {
    animation-delay: 0.2s; /* Atraso de 0.2 segundos */
}

.card:nth-child(3) {
    animation-delay: 0.4s; /* Atraso de 0.4 segundos */
}

.card:nth-child(4) {
    animation-delay: 0.6s; /* Atraso de 0.6 segundos */
}

/* Animação para a seção .solucoes */
.solucoes {
    text-align: center;

    font-family:"Poiret One", serif;;
    padding: 50px 20px;
    opacity: 0;  /* Inicialmente invisível */
    transform: translateY(100px);  /* Começa deslocado */
    transition: opacity 1s ease, transform 1s ease;  /* Adicionando transição */
    background-color: #f5f5f5;
}
.solucoes h3{
    font-size: 30px;
}

/* Quando a classe .visible é adicionada, inicia a animação */
.solucoes.visible {
    opacity: 1;
    transform: translateY(0);  /* A seção se move para a posição original */
}

.card img {
    width: 60px;  /* Largura padrão do ícone */
    height: 60px; /* Altura padrão do ícone */
    object-fit: contain; /* Garante que o ícone se ajuste bem ao tamanho, sem distorcer */
    margin-bottom: 15px; /* Espaço entre o ícone e o texto */
}

.solucoes {
    text-align: center;
    font-family:"Poiret One", serif;
    padding: 20px;
}
.titulo {
    color: #00bfe8;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 2px;
    line-height: 0.5; /* ou até menos, como 1.1 ou 1 */
    margin-top: 1px;
}
.subtitulo {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000754;
}
.btn-cotar button{
    margin-top: 7%;  /* Espaçamento entre o título e o botão */
    width: 240px;
    height: 60px;
    border: 0;
    background-color: #00bfe8;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    font-size: 24px;
}
@media (max-width: 768px) {
    .btn-contato button {
        display: none;
        margin-top: 5%;
    }
}
/* Container principal */
.cotacao-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 10%;
    background-color: whitesmoke;
}

@media (max-width: 768px) {
    .container-cotacao {
        width: 100%;  
    }
}
.container-cotacao {
  opacity: 0;
  transform: translateX(-150vw);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.image-container {
  opacity: 0;
  transform: translateX(150vw);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

/* Estado final: na posição original */
.container-cotacao.appear {
  opacity: 1;
  transform: translateX(0);
  animation: flutuar 4s ease-in-out infinite;
}

.image-container.appear {
  opacity: 1;
  transform: translateX(0);
  animation: flutuar 4s ease-in-out infinite;
}

@keyframes flutuar {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.options-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
    max-width: 100%;
}

.option {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.icon {
    font-size: 25px;
    color: #000754;
    margin-right: 20px;
}

.option h1 {
    font-size: 90%;
    color: #000754;
    margin-left: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .option {
    flex-wrap: wrap; /* permite quebra do layout */
    padding: 12px 16px;
  }

  .option h1 {
    font-size: 18px;
    white-space: normal;       /* permite quebra de linha */
    overflow: visible;         /* impede corte do texto */
    text-overflow: unset;
    word-break: break-word;
    margin-left: 0;
    margin-top: 8px;
    flex: 1;
  }

  .icon {
    font-size: 20px;
    margin-right: 10px;
  }
}


/* Container para o botão de cotação */
.cotacao-btn-container {
    text-align: right;
    
}

.cotacao-btn {
    width: 200px;
    height: 50px;
    border: 0;
    background-color: #000754;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .cotacao-btn {
        width: 100%; /* O botão ocupa toda a largura */
        font-size: 16px; /* Reduzir a fonte para caber melhor */
        padding: 12px; /* Ajustar o espaçamento interno */
    }
}
/* Estilo para a imagem ao lado direito */
.image-container {
    width: 35%;
    text-align: center;
    flex-shrink: 0;  
}
@media (max-width: 768px) {
  .image-container {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    display: none
  }
}
.image-container img {
    max-width: 500px;  /* Ajuste conforme necessário */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .cotacao-section {
        flex-direction: column;
        align-items: center;
    }

    .container {
        width: 100%;
        padding: 20px;
    }

    .image-container {
        width: 100%;
        margin-top: 10px;
    }

    .cotacao-btn-container {
        text-align: center;
    }

    .cotacao-btn {
        width: 100%;  /* Botão ocupa toda a largura */
    }
}


.cotacao-btn:hover {
    background-color: #00bfe8;
}

/* Estilo para a imagem ao lado direito */
.image-container {
    width: 35%;
    text-align: center;
}

.image-container img {
    width: 100%;
    max-width: 500px;  /* Ajuste conforme necessário */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.opcoes{
    font-size: 44px;
    color: #000754;
    background-color: whitesmoke;
    margin-bottom: 2%;
}
/* Responsividade para telas menores */
@media (max-width: 768px) {
  .opcoes {
    font-size: 35px;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .opcoes {
    font-size: 40px;
    white-space: normal;
  }
}

/* Estilização da seção do aplicativo */
.app-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    background-image: url(https://res.cloudinary.com/dcqa6ttvr/image/upload/f_auto,q_auto/egis/noise_png.png), radial-gradient(ellipse at top, #020527, transparent), radial-gradient(ellipse at bottom, #202692, transparent);
    background-color: var(--background-color);
    color: white;
    flex-wrap: wrap;
    gap: 80px;
    text-align: center;
}

/* Estilização do conteúdo textual */
.app-content {
    max-width: 500px;
}

.app-content h2 {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    white-space: normal;       /* permite quebras automáticas */
  /* quebra palavras longas */
    max-width: 100%;           /* evita travar em largura */
    line-height: 1; /* ou até menos, como 1.1 ou 1 */
}

.app-content p {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fff;
  white-space: normal;       /* permite quebras automáticas */
  word-break: break-word;    /* quebra palavras longas */
  max-width: 100%;           /* evita travar em largura */
}
.app-content span {
    color: #00bfe8;  /* Cor para destacar a palavra "PROTEÇÃO" */
}

/* Botões de download */
.app-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.app-buttons img {
    width: 300px;
    transition: transform 0.3s;
}

.app-buttons img:hover {
    transform: scale(1.1);
}
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
/* Imagem do celular */
.app-image img {
    width: 600px;
    max-width: 100%;
    border-radius: 20px;
    animation: float 3s ease-in-out infinite;
}

/* Responsividade */
@media (max-width: 768px) {
  .app-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0;
  }
  .app-image img {
    width: 600px;
    max-width: 80%;
    border-radius: 20px;
    animation: float 3s ease-in-out infinite;
}
.app-content h2 {
    font-size: 55px;
}
.app-content p {
  font-size: 20px;
  font-weight: bold;
  max-width: 100%;           /* evita travar em largura */
}
.app-content span {
    color: #00bfe8;  /* Cor para destacar a palavra "PROTEÇÃO" */
}

  .app-content {
    width: 100%;
    max-width: 100%;
    padding: 0 15px; /* pequeno espaçamento interno para não grudar na borda */
  }

  .app-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch; /* ocupa 100% da largura */
    padding: 0 15px;
  }

  .app-buttons img {
    width: 70%;
    max-width: none;
  }
}
/* Seção de avaliações */
/* Seção de avaliações (flutuante e menor) */
.reviews-section {
     display: flex;
    flex-direction: row-reverse; /* imagem à direita no desktop */
    align-items: center;
    justify-content: space-between;
    background-color: #000754;
    padding: 15px;
    margin: 60px auto;
    width: 90%;
    max-width: 1700px;
    border-radius: 20px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    gap: 30px;
    gap: 30px; /* espaçamento entre imagem e cards */
}

/* Imagem à direita */
.reviews-text {
    flex: 1;
    text-align: center;
}

.reviews-text img {
    width: 300px;
    height: auto;
}
.review-box {
  flex: 1 0 250px; 
  max-width: 300px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.reviews-container {
 display: flex;
  align-items: center; /* centraliza verticalmente a imagem em relação aos cards */
  justify-content: space-between;
  gap: 15px;
  padding: 30px;
  flex-wrap: wrap; /* para mobile */
}

.review-box.show {
  opacity: 1;
  transform: translateY(0);
}
.review-box.appear {
    opacity: 1;
    transform: translateY(0);
}

/* Grid de cards à esquerda */
.reviews-grid {
display: flex;
  gap: 10px;
  flex: 1;
  flex-wrap: nowrap; /* importante: impede que os cards quebrem linha */
}

/* Corrige a imagem do Google5estrelas */
.reviews-image {
  flex-shrink: 0; /* não deixa encolher */
  max-width: 300px; /* largura máxima */
}

.reviews-image img {
  width: 100%;
  height: auto;
  display: block;
}

.review-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.review-header h4 {
    font-size: 16px;
    color: #0026a6;
    font-weight: bold;
}

/* Texto do card */
.review-box p {
    font-size: 13px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    word-break: break-word;
    white-space: normal;
    margin-top: 10px;
}
/* RESPONSIVIDADE MOBILE */
@media (max-width: 768px) {
    /* Container geral */
    .reviews-container {
        flex-direction: column; /* força imagem + cards em coluna */
        align-items: center;
        padding: 10px 5px; /* padding menor */
        gap: 15px;
    }
  /* Faz a imagem aparecer primeiro */
    .reviews-text {
        order: -1; /* imagem primeiro */
        margin-bottom: 15px;
    }
   .reviews-section {
        flex-direction: column; /* empilha imagem e cards */
        align-items: center;
        padding: 10px 5px; /* reduz padding */
        gap: 15px;
    }
    .reviews-image{
        order: -1; /* força a imagem a ficar primeiro */
        margin-bottom: 15px;
        text-align: center;
    }

    /* Cards empilhados e ocupando quase toda a largura */
     /* Cards empilhados abaixo da imagem */
    .reviews-grid {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .review-box {
        max-width: 100%;
        padding: 10px;
    }

    .review-header {
        flex-direction: column;
        align-items: center;
    }

    .review-header img {
        width: 50px;
        height: 50px;
    }
}@media (max-width: 1024px) {
    .reviews-section {
        flex-direction: column;
        align-items: center;
        padding: 20px 15px; /* menor padding para aproximar das bordas */
        margin: 20px auto;
    }

    .reviews-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .reviews-text img {
        width: 250px;
        margin-top: 20px;
    }
}

/* Responsividade para celulares pequenos */
@media (max-width: 768px) {
    .reviews-section {
        flex-direction: column; /* empilha elementos */
        align-items: center;
        padding: 15px 10px;
        margin: 15px auto;
    }

    /* Faz a imagem aparecer primeiro */
    .reviews-text {
        order: -1; /* garante que a imagem fique acima dos cards */
        margin-bottom: 20px;
    }

    .reviews-grid {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .review-box {
        max-width: 100%;
    }

    .reviews-text img {
        width: 180px;
        margin-top: 0;
    }

    .review-header {
        flex-direction: column;
        align-items: center;
    }

    .review-header img {
        width: 50px;
        height: 50px;
    }
}

/* Botão pulsar */
.btn-pulsar {
    animation: pulsar 1.5s infinite;
    background-color: #00bfe8;
    color: white;
    font-weight: bold;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

@keyframes pulsar {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 191, 232, 0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(0, 191, 232, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 191, 232, 0);
    }
}

.assistencia-24h {
  text-align: center;
  padding: 60px 20px;
  background-color: white;
  color: #00085a;
  width: 100vw; 
}

    .assistencia-24h p {
      font-size: 50px;
      font-weight: 600;
      margin-bottom: 30px;
        line-height: 0.5;
      font-family: 'Poppins', sans-serif;
    }

    .assistencia-24h .telefone {
      font-size: 80px;
      line-height: 1;
      font-weight: 800;
      color: #00085a;
    }

@media (max-width: 480px) {
  .assistencia-24h {
    padding: 40px 10px;
  }

  .assistencia-24h p {
    font-size: 20px;
    line-height: 1.3; /* melhora leitura no mobile */
  }

  .assistencia-24h .telefone {
    font-size: 38px;
  }
}
.contato-section {
  background: #000754;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 5%;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.mapa {
  width: 100%;
  max-width: 500px;
}

.mapa iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 8px;
}

.info-contato {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}

.info-contato h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  color: white;
}
.info-item a,
.info-contato h2 {
  color: white;
  text-decoration: none;
  word-break: break-word;
  
}

.info-item a:hover {
  text-decoration: underline;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  flex-wrap: nowrap; /* mantém ícone + texto na mesma linha, texto quebra sozinho */
  width: 100%;
}

.info-item i {
  font-size: 25px;
  color: white;
  width: 35px;
  flex-shrink: 0;
  margin-top: 4px;
  text-align: center;
}

.info-item span {
  color: white;
  font-family:'Poppins', sans-serif;
    text-decoration: none;
    text-align: left;
  font-size: 23px;
  line-height: 1.2;
  word-break: break-word;      /* quebra palavras longas */
  white-space: normal;         /* permite quebra automática */
  display: inline-block;
  width: 100%;
}
.footer {
  background-color: #000754;
  color: white;
  padding: 40px 5%;
  font-family: 'Poppins', sans-serif;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-left {
  flex: 1;
  min-width: 250px;
}

.footer-logo {
  max-width: 250px;
  margin-bottom: 15px;
}

.footer-left p {
  font-size: 16px;
  line-height: 1.6;
}

.footer-right {
  flex: 1;
  min-width: 250px;
}

.social-icons {
  margin-bottom: 15px;
}

.social-icons a {
  color: white;
  font-size: 20px;
  margin-right: 15px;
  text-decoration: none;
}

.footer-right p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-form input[type="email"] {
  padding: 12px;
  font-size: 16px;
  flex: 1;
  border: none;
  border-radius: 6px;
  outline: none;
}

.newsletter-form button {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000754;
  background-color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
}

.footer-divider {
  border: none;
  border-top: 1px solid #223094;
  margin: 30px 0;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #ccc;
  line-height: 1.6;
}
.footer-bottom p {
  font-family: 'Poppins', sans-serif;;
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 20px; /* garante margem lateral */
    overflow-x: hidden; /* evita quebra horizontal */
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-left,
  .footer-right {
    width: 100%;
    word-break: break-word;
    white-space: normal;
  }

  .footer-left p,
  .footer-right p {
    word-break: break-word;
    white-space: normal;
    line-height: 1.5;
    font-size: 16px;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .newsletter-form input[type="email"],
  .newsletter-form button {
    width: 100%;
    font-size: 15px;
  }

  .footer-divider {
    margin: 30px 0;
  }

  .footer-bottom {
    text-align: center;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.4;
    word-break: break-word;
  }
  .footer-bottom{
  word-break: break-word;
  white-space: normal;
  }
}

.custom-shape-divider-bottom-1753283287 {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    margin-bottom: 140px;
}

.custom-shape-divider-bottom-1753283287 svg {
    position: relative;
    display: block;
    width: calc(115% + 1.3px);
    height: 70px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1753283287 .shape-fill {
    fill: whitesmoke;
}
.custom-shape-divider-top-1753288900 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1753288900 svg {
    position: relative;
    display: block;
    width: calc(115% + 1.3px);
    height: 70px;
}

.custom-shape-divider-top-1753288900 .shape-fill {
    fill: #F5F5F5;
}
.tabela-planos table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

thead th {
  background-color: #f0f4ff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

th.recomendado {
  background-color: #001eff;
  color: #fff;
}

td, th {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

td:first-child {
  text-align: left;
}

.check {
  color: #001eff;
  font-size: 20px;
  font-weight: bold;
}

.cross {
  color: #ccc;
  font-size: 20px;
  font-weight: bold;
}
/* ========================== */
/*   Responsividade Desktop   */
/* ========================== */

/* Monitores médios (até 1440px - Full HD) */
@media (min-width: 1440px) {
  body {
    font-size: 1.05rem;
  }

  .overlay-text {
    max-width: 1200px;
    margin: 0 auto;
  }

  .overlay-text h1 {
    font-size: clamp(3.5rem, 5vw, 6rem);
  }

  .overlay-text p {
    font-size: clamp(1.2rem, 1.8vw, 2rem);
  }

  .benefits-container,
  .cards-container,
  .avaliacoes-container,
  .app-container,
  .container-cotacao {
    max-width: 1300px;
    margin: 0 auto;
  }

  .tabela-card {
    max-width: 380px;
  }
}

/* Monitores grandes (até 1920px - 2K) */
@media (min-width: 1920px) {
  body {
    font-size: 1.15rem;
  }

  .overlay-text {
    max-width: 1500px;
  }

  .overlay-text h1 {
    font-size: clamp(4rem, 5vw, 7rem);
  }

  .overlay-text p {
    font-size: clamp(1.5rem, 2vw, 2.2rem);
  }

  .benefits-container,
  .cards-container,
  .avaliacoes-container,
  .app-container,
  .container-cotacao {
    max-width: 1500px;
  }

  .tabela-card {
    max-width: 420px;
  }
}

/* Telas ultra-wide (2560px ou mais - 4K) */
@media (min-width: 2560px) {
  body {
    font-size: 1.25rem;
  }

  .overlay-text {
    max-width: 1700px;
  }

  .overlay-text h1 {
    font-size: clamp(4.5rem, 5vw, 8rem);
  }

  .overlay-text p {
    font-size: clamp(1.8rem, 2vw, 2.5rem);
  }

  .benefits-container,
  .cards-container,
  .avaliacoes-container,
  .app-container,
  .container-cotacao {
    max-width: 1700px;
  }

  .tabela-card {
    max-width: 480px;
  }
}

/* Telas a partir de 1280px */
@media (min-width: 1280px) {
  
    .container_responsive {
        max-width: 1280px;
        padding: 0 50px;
        gap: 30px; /* espaço entre logo e nav */
    }

    .nav-desktop {
        font-size: 1rem; /* fonte maior */
        gap: 20px;     /* reduz espaço entre os itens do menu */
    }

    header ul li {
        margin: 0 5px; /* mais espaço entre itens da lista */
    }

    .nav-links li {
        max-width: 300px;
        padding: 10px 10px; /* mais espaço interno */
        margin: 5px; /* mais espaço entre os itens */
    }
}

/* Telas a partir de 1440px */
@media (min-width: 1440px) {
    .container_responsive {
        max-width: 1320px;
        padding: 0 60px;
    }

    .nav-desktop {
        gap: clamp(24px, 4vw, 64px);
        font-size: 1rem
    }

    header ul li {
        margin: 0 clamp(10px, 2.5vw, 28px);
    }

    .nav-links li {
        max-width: 450px;
        padding: 22px 35px;
        margin: 25px auto;
    }
}
/* Ajuste para telas grandes */
@media (min-width: 1280px) {
    .card {
        width: calc(22% - 20px); /* Até 4 cards por linha */
        min-height: 350px;
        margin: 15px;
    }

    .cards-container {
        gap: 20px; /* aumenta o espaço entre os cards */
    }
}

/* Desktops grandes */
@media (min-width: 1280px) {
    .review-box {
        width: calc(100% - 1px); /* 4 boxes por linha */
        margin: 15px;
    }

    .review-boxes-container {
        gap: 30px;
    }
}
/* Desabilita qualquer interação com o vídeo de background */

/* ===== Elfsight Google Reviews – cores e correção de borda ===== */
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c {
  /* personalize aqui */
  --cor-numero-avaliacao: #ffffff;   /* número grande (ex: 4.9) */
  --cor-qtd-avaliacoes: #ffffff;     /* "123 avaliações" */
  --cor-estrelas: #f59e0b;           /* estrelas */
  --cor-card-fundo: transparent;         /* fundo dos cards e do widget */
  --cor-card-texto: #f9fafb;         /* texto nos cards */
}

/* Nº grande da nota (4.9) */
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c [class*="es-rating-value"] {
  color: var(--cor-numero-avaliacao) !important;
}

/* Nº de avaliações (ex.: "123 avaliações") */
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c
  [class*="HeaderRating"] [class*="Count"],
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c
  [class*="HeaderRating"] [class*="Reviews"],
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c
  [class*="HeaderRating"] [class*="Amount"],
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c
  [class*="HeaderRating"] a {
  color: var(--cor-qtd-avaliacoes) !important;
}
/* Fundo do WIDGET igual ao dos cards (acabam as “bordas vazando”) */
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c .es-background-container,
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c [class*="WidgetBackground"],
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c [class*="Background__Container"],
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c [class*="Background__Base"],
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c [class*="Background__Overlay"],
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c [class*="Main__Content"] {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden !important; /* impede “vazar” nas bordas */
  background-clip: padding-box !important;
}

/* Tipografia dentro dos cards */
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c
  [class*="Author"],
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c
  [class*="Name"],
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c
  [class*="Date"],
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c
  [class*="ReviewText"],
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c
  [class*="Text"] {
  color: var(--cor-card-texto) !important;
}
/* Mostrar mais texto (aumenta/retira o “line clamp”) */
.elfsight-app-581b9f1b-6643-4afc-91a9-074197cb271c
  [class*="ReviewText"] {
  /* Limitar por número de linhas (mude --linhas-review) */
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  max-height: none !important;
  white-space: normal !important;
}
a[href*="elfsight.com/google-reviews-widget"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  z-index: -9999 !important;
}
a[href*="elfsight.com/google-reviews-widget"]{display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;width:0!important;overflow:hidden!important;position:absolute!important;z-index:-9999!important}
.icon-svg{width:1em;height:1em;display:inline-block;vertical-align:-0.125em;fill:currentColor}
.info-item .icon-svg{width:35px;height:25px;flex-shrink:0;margin-top:4px}
.icon .icon-svg{width:1em;height:1em}
.social-icons .icon-svg{width:1em;height:1em}
.defer-section{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform;content-visibility:auto;contain-intrinsic-size:800px}
.defer-section.defer-visible{opacity:1;transform:translateY(0)}
.bg-poster{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:none}
/* MOBILE */
@media (max-width: 768px) {
  .box {
    overflow: visible;
  }
  .background-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .bg-video {
    display: none;
  }
  .bg-poster {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
}

/* DESKTOP */
@media (min-width: 769px) {
  .bg-video {
    display: block;
  }
  .bg-poster {
    display: none !important;
  }
}
