
/* CSS gerado dinamicamente */
.footer-section {
    background-color: #10acdc;
    padding: 50px 0;
    color: #ffffff;
}

#contact-form .btn-primary {
    background-color: #10acdc;
    color: #ffffff;
    border: none; 
    padding: 15px 30px; 
    font-size: 1.1rem; 
    font-weight: bold; 
    transition: background-color 0.3s ease; 
    width: auto; 
    min-width: 150px; 
    text-align: center; 
    white-space: nowrap; 
}

.quem-somos-section .btn-primary {
    background-color: #10acdc;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.image-window {
    position: relative;
    display: flex; 
    height: 600px;
    overflow: hidden; 
    background-image: url(https://cacbdigitaljau.com.br/wp-content/uploads/2025/03/quem-somos.jpg); 
    background-size: cover; 
    background-position: center; 
}

.hero-banner {
    position: relative;
    height: 75vh; 
    background-image: url(https://cacbdigitaljau.com.br/wp-content/uploads/2025/03/banner-principal.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 20px; 
}

.overlay-box .number {
    font-size: 5rem; 
    font-weight: bold;
    color: #10acdc;
    display: block; 
}

.contact-info i {
    font-size: 1.8rem; 
    background-color: #ffffff; 
    color: #10acdc;
    padding: 8px 12px; 
    border-radius: 8px; 
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px; 
    height: 45px; 
}

.box-overlay {
    position: absolute;
    bottom: -100%; 
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #10acdc;
    transition: bottom 0.3s ease;
    z-index: 1; 
}

.hero-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 172, 220, 0.8);
}

#menu.top .btn-primary {
    background-color: #10acdc;
    color: #ffffff; 
}

#menu.top .btn-primary {
    background-color: #10acdc;
    color: #ffffff;
}

#menu .btn-primary {
    background-color: #10acdc;
    font-weight: bold;
    border: none;
    padding: 15px 25px 15px 25px;
}

/* Botão de Retorno */
.error-page-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #10acdc;
    border-radius: 8px;
    text-decoration: none;
}

/* Botão de Download */
.checkout-page-btn-primary {
    background-color: #10acdc;
}

/* Botão de Pagamento */
.checkout-page-btn-info {
    background-color: #10acdc;
}

/* Destacar os valores */
.checkout-page-dado {
    font-size: 1.4rem;
    font-weight: bold;
    color: #10acdc;
    margin-top: 5px;
}

/* Preço */
.product-card h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 28px;
    text-align: center;
    color: #10acdc;
}

/* Botão de compra */
.buy-button {
    display: block;
    margin: 0 auto;
    padding: 12px 20px;
    font-size: 1rem;
    background-color: #10acdc;
    color: white;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Título do produto */
.product-card h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #10acdc;
}

.user-type-selection button {
    margin: 10px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #10acdc;
    color: white;
    transition: all 0.3s ease;
}

#contact-form .form-control:focus {
    border-color: #10acdc; 
    box-shadow: 0 0 5px rgba(16, 172, 220, 0.5); 
}

/* Estilo do botão */
.white-box .btn-primary {
    background-color: #10acdc; 
    border: none;
    padding: 20px 20px;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 100%; 
}

.white-box .form-control:focus {
    border-color: #10acdc; 
    box-shadow: 0 0 5px rgba(16, 172, 220, 0.5); 
}

#menu.scrolled .btn-primary {
    background-color: #10acdc;
    color: #ffffff; 
}

.hero-banner h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 3rem;
    z-index: 2;
    position: relative;
    line-height: 1.2; 
    max-width: 100%; 
    margin: 0 auto;
}

.artigo-banner {
    background-image: url(https://cacbdigitaljau.com.br/wp-content/uploads/2025/04/banner-informativos.png);
}

.footer-section h3 {
    margin-bottom: 20px;
    font-weight: bold; 
    color: #ffffff; 
    font-size: 1.5rem;
}

.footer-section ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500; 
}

#menu.top .nav-central a {
    color: #ffffff;
}

.nenhum-informativo {
    text-align: center;
    font-size: 24px;
    color: #10acdc; 
}
