
/* Eliminar bordas e estilos nas duas primeiras seções */
#home, #quemsomos {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Estilo específico para dispositivos móveis */
@media (max-width: 768px) {
    #home, #quemsomos {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}


/* Reset básico */
body, h1, h2, p {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

header {
    position: fixed;
    width: 100%;
    background-color: rgba(16, 3, 114, 0.9);
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo img {
    max-height: 50px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links li a:hover {
    color: #ffe711;
}

.burger {
    display: none;
    cursor: pointer;
}

.burger div {
    width: 25px;
    height: 2px;
    background-color: #fffcfc;
    margin: 5px;
    transition: 0.3s ease;
}

.burger.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.burger.active .line2 {
    opacity: 0;
}

.burger.active .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.section-bg {
    background: url('videos/bg_2.gif') no-repeat center center fixed;
    background-size: cover;
    padding: 100px 20px;
    text-align: center;
    color: rgb(0, 0, 0);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 2s ease-in;
}

.company-presentation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: slideUp 1s ease-out;
}

.product img {
    max-width: 300px;
    border-radius: 10px;
}

.description h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: white;
}

.description p {
    font-size: 18px;
    line-height: 1.5;
    color: white;
}

@media (max-width: 768px) {
    .description p {
        font-size: 10px;
    }
}

.section-info {
    background-color: rgba(255, 254, 254, 0.336); /* Branco com 60% de opacidade */
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.section-info h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.section-info p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
}

.section-info article p {
    margin-bottom: 10px;
}

.uso-brindes {
    padding: 60px 20px;
    background-color: #f7f7f7;
    text-align: center;
}

.uso-brindes h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.uso-brindes ul {
    list-style: none;
    text-align: left;
    display: inline-block;
}
.uso-brindes p {
    font-size: 20px;
}
.uso-brindes ul li {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.footer {
    background-color: #312C83;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    margin-top: 60px;;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-info {
    text-align: left;
}

.footer-info h3, .footer-map h3 {
    margin-bottom: 10px;
}

.footer-info p {
    margin: 5px 0;
}

.footer-map iframe {
    border: 0;
    border-radius: 10px;
}

/* Animação de deslizamento da esquerda */
@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


/* Animações adicionais */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        gap: 10px;
        background-color: rgba(16, 3, 114, 0.9);
        position: absolute;
        top: 60px;
        right: 20px;
        width: 200px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .burger {
        display: block;
    }

    .company-presentation {
        flex-direction: column;
    }

    .product-content {
        flex-direction: column;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: black;
}

.who-we-are {
    display: flex;
    height: 100vh; /* Ajuste a altura conforme necessário */
    background-color: bla;
}

.left-side {
    flex: 1;
    background: url('videos/quem_somos.gif') no-repeat center center; /* Substitua 'background.gif' pelo caminho do seu GIF */
    background-size: cover;
}

.right-side {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: #0b0b0b; /* Ajuste conforme necessário */
    
}

.right-side h1 {
    margin-bottom: 20px;
    color: #ffffff; /* Ajuste conforme necessário */
}

.right-side p {
    color: #fffefe; /* Ajuste conforme necessário */
    line-height: 1.6;
    font-size: 12pt;
}
.categories-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #f0f0f0;
}

.categories-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #333;
    text-align: center;
}

.categories-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: -60px;;
}

.category-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 250px;
    
}

.category-card img {
    width: 100%;
    height: auto;
}

.category-card h3 {
    font-size: 18px;
    margin: 10px 0;
    padding: 0 10px;
    color: #333;
    text-align: center;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Responsividade */
@media (max-width: 768px) {
    .categories-container {
        flex-direction: column;
        align-items: center;
    }
}
.footer {
    background-color: #312C83;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    margin-top: 60px;;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-info {
    text-align: left;
}

.footer-info h3, .footer-map h3 {
    margin-bottom: 10px;
}

.footer-info p {
    margin: 5px 0;
}

.footer-map iframe {
    border: 0;
    border-radius: 10px;
}

/* Responsividade */
@media (min-width: 768px) {
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }
}
.assinatura p {
    color: grey;
}

/*BOTAO VEJA MAIS*/
.see-more-btn {
    display: inline-block;
    margin-top: 80px;
    padding: 10px 20px;
    background-color: #312C83;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s;
}

.see-more-btn:hover {
    background-color: #574b90;
}

/* Responsividade */
@media (max-width: 768px) {
    .categories-container {
        flex-direction: column;
        align-items: center;
    }

    .category-card {
        width: 100%;
        max-width: 300px;
    }
}

/*categorias*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

header {
    background-color: #312C83;
    color: white;
    padding: 20px;
    text-align: center;
}

h1 {
    margin: 0;
}

h2 {
    text-align: center;
    margin-top: 20px;
}

.categories-section, .products-section {
    padding: 20px;
}

.categories-container, .products-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.category-card, .product-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 200px;
    text-align: center;
    transition: transform 0.3s;
}

.category-card img, .product-card img {
    width: 100%;
    height: auto;
}

.category-card h3, .product-card h3 {
    margin: 10px 0;
}

.product-card p {
    margin: 10px 0;
    color: #312C83;
    font-weight: bold;
}

.category-card:hover, .product-card:hover {
    transform: translateY(-10px);
}

@media (max-width: 600px) {
    .category-card, .product-card {
        width: 100%;
    }
}


/*CARDS DE CATEGORIAS ESTILIZADOS COMO O CATALOGO*/
/*CARDS DE CATEGORIAS ESTILIZADOS COMO O CATALOGO*/
.category-card {
    position: relative;
    width: 300px;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    
}

.category-card img {
    width: 100%;
    height: auto;
    background-color: white;
    border-radius: 10px;
}

.category-card h3 {
    background-color: yellow;
    padding: 10px;
    margin: 0; /* Removendo a margem superior */
    z-index: 1;
    position: relative;
    
}
.category-card a{
    text-decoration: none;
}
.category-card p {
    margin-top: 20px; /* Adicionando espaço entre o texto e a imagem */
}



/* Adicionando espaço entre o texto e a imagem */


#quote-cart {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Garante que o carrinho esteja acima de outros elementos */
}

#quote-cart h3 {
   margin-left: 45px;
}

#quote-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#quote-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#quote-list img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

#quote-list p {
    flex: 1;
    margin: 0;
}

#quote-list button {
    background: red;
    color: #fff;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.send-options {
    margin-top: 20px;
}

.send-options button {
    background-color: #007BFF; /* Cor do botão */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    font-size: 16px;
    width: 100px;
    height: auto;
    margin-left: 25px;;
    
}

.send-options button:nth-child(2) {
    background-color: #25D366; /* Cor do WhatsApp */
    
}
.add-to-quote {
    display: block;
    background-color: #25D366; /* Cor do WhatsApp */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px;
    text-decoration: none;
    text-align: center;
}
#quote-cart {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#quote-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#quote-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#quote-list img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#quote-list p {
    flex: 1;
    margin: 0;
}
#quote-list button {
    background: red;
    color: #fff;
    border: none;
    padding: 5px;
    cursor: pointer;
}
.send-options {
    margin-top: 20px;
}
.send-options button {
    background-color: #007BFF; /* Cor do botão */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
}
.send-options button:nth-child(2) {
    background-color: #25D366; /* Cor do WhatsApp */
}
.quantity-container {
    margin-top: 20px;
}
.quantity-container label {
    display: block;
    margin-bottom: 5px;
}
.quantity-container input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}















.cart-dropdown {
    position: relative;
    display: inline-block;
}

.cart-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    min-width: 300px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.cart-dropdown:hover .dropdown-content {
    display: block;
}

@media (max-width: 768px) {
    #quote-cart {
        position: static;
        width: 100%;
    }

    .dropdown-content {
        min-width: 100%;
        box-shadow: none;
    }
}



#quote-cart {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Garante que o carrinho esteja acima de outros elementos */
    max-height: 500px;
    overflow-y: auto; /* Adiciona rolagem se necessário */
}

#quote-cart h3 {
    margin-top: 0;
}

#quote-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#quote-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

#quote-list img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

#quote-list p {
    flex: 1;
    margin: 0;
}

#quote-list button {
    background: #dc3545; /* Cor de vermelho padrão */
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

#quote-list button:hover {
    background: #c82333; /* Cor de vermelho mais escura ao passar o mouse */
}

.send-options {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.send-options button {
    background-color: #007BFF; /* Cor do botão padrão */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    flex: 1;
    margin-right: 10px;
}

.send-options button:last-child {
    background-color: #25D366; /* Cor do WhatsApp */
    margin-right: 0;
}

.quantity-container {
    margin-top: 20px;
}

.quantity-container label {
    display: block;
    margin-bottom: 5px;
}

.quantity-container input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.add-to-quote {
    display: block;
    background-color: #25D366; /* Cor do WhatsApp */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
}

.add-to-quote:hover {
    background-color: #1c7c54; /* Cor mais escura ao passar o mouse */
}



/* Estilo Global */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
  }
  
  .container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
  }
  
  .produtos {
    flex: 1;
    margin-right: 300px; /* Espaço reservado para o carrinho */
  }
  
  .carrinho {
    position: fixed;
    top: 0;
    right: -300px; /* Inicialmente fora da tela */
    width: 300px;
    height: 100vh;
    background-color: #f4f4f4;
    border-left: 1px solid #ddd;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 1000; /* Garantir que o carrinho fique acima do conteúdo */
  }
  
  /* Adicionar botão para abrir o carrinho */
  .carrinho-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #312C83;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1001; /* Acima do carrinho */
  }
  
  .carrinho.aberto {
    right: 0; /* Carrinho visível */
  }
  
  /* Menu de Navegação */
  .menu-toggle {
    display: none; /* Mostrar apenas em telas pequenas */
  }
  
  .mobile-menu {
    display: none; /* Ocultar por padrão */
  }
  
  .mobile-menu.active {
    display: block; /* Mostrar menu quando ativo */
  }
  
  /* Estilos para o menu hamburguer */
  @media (max-width: 768px) {
    .menu-toggle {
      display: block;
      background-color: #312C83;
      color: #fff;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      border-radius: 5px;
    }
  
    .mobile-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      padding: 20px;
      z-index: 1000;
    }
  
    .mobile-menu a {
      display: block;
      padding: 10px 0;
      color: #312C83;
      text-decoration: none;
    }

  
    .mobile-menu a:hover {
      background-color: #f4f4f4;
    }
  
    .carrinho {
      right: 0; /* Sempre visível em dispositivos móveis */
      width: 100%;
      height: auto;
      max-height: 60vh; /* Ajustar altura máxima */
      overflow-y: auto; /* Permitir rolagem se necessário */
    }
  
    .produtos {
      margin-right: 0; /* Remover espaço reservado para o carrinho */
    }
  }
  
  /* Estilos para produtos */
  .produto {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
  }
  
  .produto img {
    max-width: 100%;
    height: auto;
  }
  
  .produto h2 {
    margin: 0;
    font-size: 1.2em;
  }
  
  .produto p {
    margin: 10px 0;
  }
  
  .produto button {
    background-color: #312C83;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1em;
  }
  
  .produto button:hover {
    background-color: #1a1a6d;
  }
  
  /* Estilo do rodapé */
  .footer {
    padding: 20px;
    background-color: #f4f4f4;
    text-align: center;
    border-top: 1px solid #ddd;
  }
  






/* Estilos para o carrossel */
.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f8f9fa; /* Cor de fundo do carrossel */
}

.carousel img {
    width: 100%;
    height: auto;
    display: none;
}

.carousel img.active {
    display: block;
}

.carousel-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.carousel-buttons button {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.carousel-buttons button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Estilos para o botão de adicionar ao orçamento */
.add-to-quote {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-to-quote:hover {
    background-color: #218838;
}

.add-to-quote i {
    margin-right: 8px;
}

/* Estilos para o formulário de quantidade */
.quantity-container {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.quantity-container label {
    margin-right: 10px;
}

.quantity-container input {
    width: 100px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Estilos para a seção de orçamento */
#quote-cart {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

#quote-cart h3 {
    margin-bottom: 15px;
    color: #312C83;
}

#quote-list {
    list-style-type: none;
    padding: 0;
}

#quote-list li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#quote-list li img {
    max-width: 100px;
    margin-right: 15px;
}

#quote-list li button {
    background-color: #dc3545;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

#quote-list li button:hover {
    background-color: #c82333;
}

/* Estilos para os botões de envio */
.send-options {
    margin-top: 15px;
}

.send-options button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
}

.send-options button:hover {
    background-color: #0056b3;
}

.send-options button i {
    margin-right: 8px;
}

/* Estilos para o menu hamburguer */
.burger {
    display: none;
    font-size: 24px;
    color: #fff;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    .nav-links.active {
        display: flex;
        flex-direction: column;
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.5); /* 0.5 é 50% de transparência */
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        border: 1px solid #ddd;
        z-index: 1000;
    }
    .burger {
        display: block;
        color: #fff;
    }
}

/* Estilos adicionais para o espaço entre seções */
.espaço {
    height: 40px;
}


body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

header {
    background-color: #312C83;
    color: white;
    padding: 20px 0;
    text-align: center;
}

header h1 {
    margin: 0;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

main {
    padding: 20px 0;
}

section {
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
}

h2 {
    color: #312C83;
    margin-top: 0;
}

.content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.image {
    flex: 1;
    max-width: 100%;
    border-radius: 8px;
}

.text {
    flex: 2;
    margin-left: 20px;
}

.text h2, .text h3 {
    margin-top: 0;
}

ul {
    list-style: disc;
    padding-left: 20px;
}

footer {
    background-color: #312C83;
    color: white;
    padding: 20px;
    text-align: center;
}

footer p {
    margin: 5px 0;
}
