        .body {
            margin: 0;
            font-family: 'Montserrat', sans-serif;
        }
        
        /* Aviso no topo */
        .notification-bar {
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            padding: 10px 20px;
            background-color: #f7a02a;
            color: #000;
            font-size: 16px;
        }
        .notification-bar a {
            display: flex;
            align-items: center;
            color: white;
            text-decoration: none;
            margin-left: 20px;
            background-color: #25d366;
            padding: 10px 20px;
            border-radius: 5px;
            transition: background-color 0.3s;
        }
        .notification-bar a:hover {
            background-color: #1EB741;
        }
        @media (max-width: 768px) {
            .notification-bar {
                flex-direction: column;
                text-align: center;
            }
            .notification-bar a {
                margin-top: 10px;
                margin-left: 0;
            }
        }
        /* Popup container */
        .popup {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgb(0,0,0);
            background-color: rgba(0,0,0,0.4);
            display: flex;
            flex: 1;
            align-items: center;
            justify-content: center;
        }
        
        /* Iframe container */
        .iframe-container {
            width: 90%;
            max-width: 500px;
            height: 100%;
            max-height: 80vh;
            position: fixed;
            border: none;
            align-items: center;
            justify-content: center;
        }
        
        /*Header*/
        * {
    box-sizing: border-box;
}

.landing-header {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 5%;
    background: url('images/fuindo-1920x1080.png') no-repeat center center fixed;
    background-size: cover;
}

.header-left, .header-right {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
}

.header-right{
    margin-top: 5%;
    padding-bottom:20px;

}
.header-left{
        padding: 5%;
}

.logo {
            max-width: 200px;
            margin-bottom: 20px;
                transition: transform 1s ease;

        }
.logo:hover {
        transform: scale(1.05);
        }

.image-container {
    position: relative;
    transform: rotate(-3deg);
    background-color: #fff;
    padding:10px;
    margin:20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 1s ease;

}

.image-container img {
    max-width: 100%;
    align-items: center;
    justify-content: center;
    display: block;

}

.image-container:hover {
    transform: translateY(-20px);
    transform: rotate(-4deg);
    cursor: pointer;
}

.image-caption {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 14px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: rotate(3deg);
    transform: translateY(-5px);
    transition: transform 1s ease;
}

.image-caption:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.headline {
    font-size: 2.5em;
    color: #f7a02a;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase; /* Adiciona o texto em maiúsculas */
    margin-bottom: 0px;
}

.subheadline {
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.button-container {
    display: flex;
    gap: 10px;
    text-align: center;
    justify-content:center;
}

.btn {
    display: flex;
    padding: 10px 20px;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
    align-items: center;
    transition: transform 0.5s ease;
    justify-content: center;

}


.btn:hover{
        transform: translateY(-4px);
        cursor: pointer;
}

.contact-btn {
    background-color: #25d366;
    color: white;
    align-items: center;
}

.contact-btn img{
            width: 20px;
            height: 20px;
            margin-right: 10px;
            align-items: center;
        }
.call-btn img{
            width: 20px;
            height: 20px;
            margin-right: 10px;
            align-items: center;
        }

.contact-btn:hover {
    background-color: #1eb741;
}

.call-btn {
    background-color: #f7a02a;
    color: black;
}

.call-btn:hover {
    background-color: #d88500;
}

.header-mobile{
    display: none;
}


@media (max-width: 768px) {
    .logo {
            max-width: 200px;
            margin-bottom: 0px;
            order: 1;
        }
    .header-left, .header-right {
        display: none;
    }
    
    .button-container{
        margin-bottom:30px;
    }

    
    .subheadline{
        font-size:0.9em;
    }
    
    .header-mobile{
        display: block;
        flex: 1;
        text-align: center;
        flex-wrap: wrap;
    }
    
    .headline{
        margin-top: 0px;
        font-size: 2em;
    }

    .image-caption {
        position: relative;
        transform: none;
        left: 0;
        bottom: 0;
        margin-top: 10px;
        background-color: transparent;
        box-shadow: none;
    }
    
    .image-caption:hover {
        box-shadow: none;
    }
}
.icon-strip-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 60px; /* Ajuste a altura conforme necessário */
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0));
}

.icon-strip {
    display: flex;
    white-space: nowrap;
}

.icon-strip-image {
    height: 50px; /* Ajuste a altura conforme necessário */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .icon-strip-wrapper {
        height: 50px; /* Ajuste a altura para dispositivos móveis */
    }

    .icon-strip-image {
        height: 50px; /* Ajuste a altura para dispositivos móveis */
    }
}

.title-container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 20px;
}

.fancy-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    font-weight: 600;
    color: #284093;
    margin: 0;
    position: relative;
}

.simple-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    color: #000;
    margin: 0;
    position: relative;
}

.fancy-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #f7a02a;
    margin: 10px auto 0;
    border-radius: 2px;
}

#produtos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    overflow-x: auto;
}

.produto {
    flex: 1 1 calc(50% - 20px);
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    min-width: 200px;
    transition: transform 0.5s ease;
}

.produto:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.produto h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    color: #284093;
    margin-bottom: 10px;
}

.produto img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.produto p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    color: #555;
}

/* Responsividade */
@media (min-width: 769px) {
    #produtos {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .produto {
        flex: 0 0 calc(16.66% - 20px); /* Ajuste para exibir até 6 produtos de uma vez */
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .produto {
        flex: 1 1 calc(50% - 10px); /* Ajuste para dar mais espaço para os produtos em telas menores */
        min-width: calc(50% - 10px); /* Garante que dois produtos caibam na tela */
    }
    
.video-section iframe{
    min-height: 80vh;
    width: 100%;
    height:100%;
}

.video-section{
    min-height: 80vh;
    height:100%;
    width: 100%;
}

}

.video-section {
    display: flex;
    flex-wrap: wrap;
    min-height: 80vh;
    background-color: #284093; /* Azul */
    padding: 20px;
    color: white;
}

.text-content {
    flex: 1 1 50%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-content li::before {
            content: '✅';
            margin-right: 8px;
            color: green;
        }
        
.text-content ul {
            list-style: none;
            padding: 0;
        }
.text-content li {
            margin-bottom: 10px;
        }

.video-content {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* Responsividade */
@media (max-width: 768px) {
    .video-section {
        flex-direction: column;
    }

    .text-content, .video-content {
        flex: 1 1 100%;
        text-align: center;
    }

    .text-content {
        order: 2;
    }

    .video-content {
        order: 1;
    }
}

.store-info-section {
    background-color: white;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.store-photo, .store-details, .store-map {
    flex: 1 1 100%;
}

.store-photo img {
    width: 100%;
    border-radius: 10px;
}

.store-details {
    flex: 1 1 100%;
    text-align: center;
}

.store-details h3 {
    font-family: 'Montserrat', sans-serif;
    color: #284093;
    margin-bottom: 10px;
}

.store-details p {
    font-family: 'Montserrat', sans-serif;
    color: #555;
    margin-bottom: 10px;
}

.store-details a {
    color: #284093;
    text-decoration: none;
}

.store-details a:hover {
    text-decoration: underline;
}

.store-map iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
}

/* Responsividade */
@media (min-width: 768px) {
    .store-photo, .store-details, .store-map {
        flex: 1 1 calc(33.33% - 20px);
    }

    .store-details {
        text-align: left;
    }

    .store-map iframe {
        height: 100%;
    }
}

.banner-section {
    width: 100%;
    overflow: hidden;
    background-color: #f0f0f0; /* Fundo cinza claro para contraste */
    padding: 0; /* Remover padding */
}

.banner-section img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Centralizar a imagem */
    max-width: 1200px; /* Limitar a largura máxima */
    border-radius: 10px; /* Bordas arredondadas */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra para destaque */
}
    .faq-section {
      background-color: #f9f9f9;
      padding: 20px 20px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      max-width: 100%;
      margin: 0 auto;
      text-align: left; /* Ajuste para left se preferir alinhar o texto à esquerda */
      font-family: 'Montserrat', sans-serif;
    }

    .faq-title {
      color: #284093;
      text-align: center;
      margin-bottom: 20px;
      font-size: 2em;
    }

    /* Cada item do FAQ em formato de "cartão" */
    .faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
      overflow: hidden; /* Importante para a animação de height */
      transition: all 0.3s ease;
    }

    /* Pergunta do FAQ (cabeçalho) */
    .faq-question {
      position: relative; 
      color: #284093;
      font-size: 1.1em;
      font-weight: 600;
      margin: 0; 
      padding: 15px 20px;
      cursor: pointer;
    }

    /* Ícone de + (ou -) usando pseudo-elemento */
    .faq-question::after {
      content: "+";
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.3em;
      color: #284093;
      transition: transform 0.3s, content 0.3s;
    }

    /* Conteúdo da resposta */
    .faq-answer {
      padding: 0 20px;
      color: #555;
      /* Início “fechado”: altura zero + overflow hidden */
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
    }

    /* Quando o item está ativo, mostra a resposta */
    .faq-item.active .faq-answer {
      max-height: 999px; /* Um valor alto para acomodar o conteúdo */
      padding-bottom: 15px; /* Espaço no final quando expandido */
    }

    /* Ícone muda para “-” quando ativo */
    .faq-item.active .faq-question::after {
      content: "-";
      transform: translateY(-50%);
    }

    /* Pequeno espaçamento entre parágrafos */
    .faq-answer p {
      margin-bottom: 10px;
      line-height: 1.5;
    }

    /* RESPONSIVIDADE */
    @media (max-width: 768px) {
      .faq-section {
        padding: 20px 10px;
      }
      .faq-title {
        font-size: 1.5em;
      }
      .faq-question {
        font-size: 1em;
      }
    }
.testimonial-section {
    background-color: #284093;
    padding: 40px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    justify-content: center;
}

.testimonial-title {
    font-family: 'Montserrat', sans-serif;
    color: #f7a02a;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2em;
}

.testimonial-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
        justify-content: center;


}

.testimonial-track {
    display: flex;
    gap: 20px;
}

.testimonial {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 0 0 400px;
    display: inline-block;
    overflow: hidden; /* Adiciona controle de overflow */
        justify-content: center;


}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.testimonial-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.testimonial-user-info {
    display: flex;
    flex-direction: column;
}

.testimonial-username {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #333;
}

.testimonial-date {
    font-family: 'Montserrat', sans-serif;
    color: #999;
    font-size: 0.9em;
}

.testimonial-rating {
    display: flex;
    margin-bottom: 10px;
}

.star {
    font-size: 1.2em;
    color: #ffc107;
    margin-right: 5px;
}

.testimonial-content {
    font-family: 'Montserrat', sans-serif;
    color: #555;
    word-wrap: break-word; /* Adiciona quebra de linha */
    overflow-wrap: break-word; /* Adiciona quebra de linha para compatibilidade */
    white-space: normal; /* Garante quebra de linha */

}
.footer {
    background-color: #284093; /* Fundo azul */
    color: white;
    padding: 20px;
    text-align: center;
    border-top: 5px solid #f7a02a; /* Linha de destaque laranja */
}

.footer-content p {
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0;
    font-size: 0.9em;
}
