body {
    background: linear-gradient(135deg, #0F0F3E 0%, #4B0082 50%, #8A2BE2 100%);
    color: #fff;
    scroll-behavior: smooth;
    font-family: 'Segoe UI', sans-serif;
}
header {
    background: linear-gradient(135deg, #012468, #012468);
    color: white;
    padding: 100px 20px;
    text-align: center;
}
header h1 {
    font-size: 3rem;
    font-weight: 700;
}
.btn-highlight {
    background-color: #ffb401;
    color: #000;
    border: none;
    padding: 10px 24px;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: background 0.3s;
}
.btn-highlight:hover {
    background-color: #e3a801;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.video-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
}
.form-section {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.whatsapp-button {
    background-color: #25D366;
    color: white;
    font-size: 1rem;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s;
}
.whatsapp-button:hover {
    background-color: #1eb75a;
}
.countdown {
    font-size: 1.3rem;
    color: #fff;
    margin-top: 15px;
}
footer {
    background-color: #012468;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
h2 {
    font-size: 2rem;
    font-weight: 600;
}
.shadow-sm:hover {
    box-shadow: 0 0 30px rgba(0,0,0,0.1) !important;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.navbar {
    background-color: #012468;
}
.shorts-video-container {
    position: relative;
    width: 100%;
    max-width: 360px; /* Largura semelhante à de um story */
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.shorts-video-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

#diferenciais {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('https://images.unsplash.com/photo-1606326608695-3057dca5985e?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat fixed;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.fundo-gradiente {
    background: linear-gradient(135deg, #e20090, #8c00d2, #0f00fb);
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
}

.navbar-brand, .navbar-nav .nav-link {
    color: white !important;
}
@media (max-width: 768px) {
    header h1 {
        font-size: 2.2rem;
    }
    .btn-highlight {
        font-size: 1rem;
        padding: 8px 20px;
    }
    h2 {
        font-size: 1.5rem;
    }
}

.btn-inscricao {
    background-color: #ffb401;
    color: #000;
    font-weight: bold;
    padding: 12px 30px;
    font-size: 1.2rem;
    border-radius: 40px;
    transition: 0.3s ease;
    text-decoration: none;
}

.btn-inscricao:hover {
    background-color: #e0a201;
    color: white;
}

.formulario-bloco {
    padding-top: 120px; /* ou margin-top */
    background-color: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}


input, select, textarea {
    border-radius: 10px !important;
}

#aprovados img {
    height: 280px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

#aprovados p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 0;
}

#carouselAprovados img {
    height: 300px; /* ajuste conforme sua necessidade */
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);

}
#carouselAprovados img {
    border-radius: 0;
    box-shadow: none;
}

#carouselAprovados .col-md-4 {
    padding: 0;
    background: none;
}
.carousel-control-prev,
.carousel-control-next {
    width: 10%;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.formulario-bloco h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #ffffff;
}

.formulario-bloco label,
.formulario-bloco .form-check-label {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
}

.formulario-bloco input,
.formulario-bloco select {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    border-radius: 8px;
    padding: 12px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.formulario-bloco .form-check {
    margin-bottom: 10px;
}

.formulario-bloco .btn-inscricao {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: #ffb401;
    color: #000;
    border-radius: 50px;
    padding: 12px 30px;
    border: none;
    transition: 0.3s ease;
}

.formulario-bloco .btn-inscricao:hover {
    background-color: #e09c00;
    transform: scale(1.05);
}


@media (max-width: 992px) {
    #aprovados .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    #aprovados .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #aprovados p {
        font-size: 0.95rem;
    }
}
