/*
 * Cores Principais:
 * Fundo: #1E4D3E (Verde Escuro/Oliva)
 * Destaque: #E2793D (Laranja/Terracota)
 * Texto Principal: #FFFFFF (Branco)
 */

/* Reset Básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: transparent;
    color: #FFFFFF;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
}

/* --- HERO/HEADER SECTION --- */
.hero {
    padding: 20px 0 50px;
    position: relative;
    text-align: center;
}

.logo-area h1 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 0;
}

.logo-area p {
    font-size: 0.8rem;
    margin-top: 0;
    letter-spacing: 2px;
}

/* Placeholder do Selo MEC */
.certification-seal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    background-color: #FFD700; /* Dourado */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 900;
    line-height: 1.2;
    color: #1E4D3E;
    border: 3px solid #FFF;
}

/* Título Principal */
.headline-box {
    margin-top: 30px;
    background-color: #E2793D;
    padding: 15px 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.headline-box .sub-title {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFF;
}

.headline-box h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.1;
    color: #1E4D3E;
    text-transform: uppercase;
}

/* --- MAIN CONTENT SECTION --- */
.content-section {
    padding-bottom: 40px;
}

.details-and-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Detalhes (Lado Esquerdo no Desktop) */
.details {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.call-to-action-top {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #FFD700;
    margin-bottom: 20px;
}

.locations h3 {
    color: #E2793D;
    font-size: 1.5rem;
    margin-bottom: 10px;
    border-bottom: 2px solid #E2793D;
    padding-bottom: 5px;
}

.location-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.location-item .pin {
    font-size: 1.5rem;
    margin-right: 10px;
}

.location-item p {
    font-size: 1.1rem;
    font-weight: 400;
}

.professor-info {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #CCCCCC;
}

/* Placeholder do Professor */
.professor-placeholder {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #3f6e5e; /* Cor para simular o fundo da imagem */
    margin: 0 auto 10px;
    border: 3px solid #E2793D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #FFF;
    font-weight: 700;
    /* Remover após inserir a imagem real */
}

.coordinator {
    font-size: 0.9rem;
    color: #CCCCCC;
    margin-bottom: 2px;
}

.professor-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFF;
}

/* Área do Formulário (Lado Direito no Desktop) */
.form-area {
    background-color: #f7f7f7;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    color: #333;
}

.form-area h3 {
    text-align: center;
    color: #E2793D;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 900;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 0.9rem;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

.submit-button {
    width: 100%;
    padding: 15px;
    background-color: #1E4D3E;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #0c3328;
}

.privacy {
    text-align: center;
    font-size: 0.75rem;
    color: #666;
    margin-top: 10px;
}

#formMessage {
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
}

.hidden {
    display: none;
}

/* --- FOOTER SECTION --- */
.footer-section {
    background-color: #11362d;
    padding: 30px 0 10px;
}

.certifications {
    text-align: center;
    margin-bottom: 20px;
}

.certifications h4 {
    color: #E2793D;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.cert-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* Placeholder dos Logos de Certificação */
.cert-placeholder {
    width: 80px;
    height: 40px;
    background-color: #FFF;
    color: #333;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 0.8rem;
    /* Remover após inserir as imagens reais */
}

.contact-boxes {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-box {
    text-align: center;
    background-color: #2a5a4b;
    padding: 15px;
    border-radius: 5px;
}

.contact-box p {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.contact-link {
    display: block;
    color: #FFD700;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 900;
    transition: color 0.3s;
}

.contact-link:hover {
    color: #FFF;
}

.copyright {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright p {
    font-size: 0.7rem;
    color: #999;
}

/* --- RESPONSIVIDADE (Desktop - Telas Maiores) --- */
@media (min-width: 768px) {
    .hero .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .headline-box {
        max-width: 450px;
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }

    .headline-box h2 {
        font-size: 3.5rem;
    }

    .logo-area {
        text-align: left;
    }

    .certification-seal {
        top: 20px;
        right: 40px;
    }

    .details-and-form {
        flex-direction: row;
        align-items: stretch;
    }

    .details,
    .form-area {
        flex: 1;
        padding: 30px;
    }

    .details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .contact-boxes {
        flex-direction: row;
        justify-content: space-around;
        gap: 30px;
    }

    .contact-box {
        flex: 1;
        max-width: 45%;
    }
}