
body {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
    background-color: white;
}

header {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
    max-height: 75px;
    background-color: white;
}

main {
    display: flex;
    justify-content: start;
    align-items: center;
    align-content: start;
    flex-flow: column wrap;
    background-color: white;
    width: 100%;
    gap: 20px;
    padding-top: 70px;
    p {
        width: 40%;
        text-align: center;
        font-size: 15px;
        color: #333;
    }
}

h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
}

#fachada-img {
    width: 100%;
}

#titulo-text {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: 2%;
    color: black;
    font-size: 1.4rem;
}

#p1 {
    color: black;
    text-align: justify;
}

.paragraph {
    text-align: justify;
    width: 80%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgba(77, 77, 77);
    font-size: 0.9rem;
    text-shadow: 0px 0px 0px gray;
}

#veritas-text {
    color: black;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
    height: auto;
    gap: 10px;
    background-color: #333;
    margin-top: 50px;
    padding: 40px 40px;
}

.card-box {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: start;
    flex-flow: row wrap;
    width: 100%;
    height: 100%;
    padding: 25px;
    gap: 10px;
    border: 1px solid white;
}

.card-title {
    font-size: 1rem;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.card-content {
    text-align: justify;
    width: 100%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-size: 1rem;
}

.arabesco {
    height: 80%;
    display: none;
}

/* ==========================================================================
   1. CELULARES GRANDES / TABLETS NA VERTICAL (Telas a partir de 576px)
   ========================================================================== */
@media (min-width: 576px) {
    /* Código aqui se adapta para celulares em modo paisagem ou mini tablets */

}

/* ==========================================================================
   2. TABLETS NA HORIZONTAL / LAPTOPS ANTIGOS (Telas a partir de 768px)
   ========================================================================== */
@media (min-width: 768px) {
    /* 🚀 ESSE É O PRINCIPAL PONTO DE QUEBRA */
    /* Aqui o menu de navegação pode aparecer completo, as conquistas ficam em 4 colunas */
    /* e os cards da section1 podem ficar lado a lado */
    .paragraph {
        text-align: justify;
        width: 80%;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: rgba(77, 77, 77);
        font-size: 1rem;
        text-shadow: 0px 0px 0px gray;
    }
    #card-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        width: 100%;
        height: auto;
        gap: 10px;
        background-color: #333;
        margin-top: 50px;
        padding: 40px 80px;
    }
    .card-box {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: start;
        flex-flow: row wrap;
        width: 100%;
        height: 100%;
        padding: 30px;
        gap: 10px;
        border: 1px solid white;
    }
    .card-content {
        text-align: justify;
        width: 100%;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        font-size: 1.1rem;
    }
}

/* ==========================================================================
   3. DESKTOPS / NOTEBOOKS MODERNOS (Telas a partir de 992px)
   ========================================================================== */
@media (min-width: 992px) {
    /* Ajustes finos de espaçamento (paddings, gaps, tamanhos de fonte maiores) */
    #titulo-text {
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        margin-top: 2%;
        color: black;
        font-size: 1.6rem;
    }
    .paragraph {
        text-align: justify;
        width: 80%;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: rgba(77, 77, 77);
        font-size: 1rem;
        text-shadow: 0px 0px 0px gray;
    }
    #card-container {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-flow: row;
        width: 100%;
        height: auto;
        gap: 40px;
        background-color: #333;
        margin-top: 50px;
        padding: 40px 40px;
    }
    .card-box {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: start;
        flex-flow: row wrap;
        width: 25%;
        height: 100%;
        padding: 0px;
        gap: 10px;
        border: none;
    }
    .card-content {
        text-align: justify;
        width: 100%;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        font-size: 1rem;
    }
    .arabesco {
        height: 200px;
        display: flex;
    }
}

/* ==========================================================================
   4. MONITORES GRANDES / TVS (Telas a partir de 1200px)
   ========================================================================== */
@media (min-width: 1200px) {
    #titulo-text {
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        margin-top: 2%;
        color: black;
        font-size: 1.8rem;
    }
    .paragraph {
        text-align: justify;
        width: 70%;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: rgba(77, 77, 77);
        font-size: 1.1rem;
        font-weight: 1;
        text-shadow: 1px 0px 0px gray;
    }
    #veritas-text {
        color: black;
        font-weight: 1;
        text-shadow: 1px 0px 0px black;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    #card-container {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-flow: row;
        width: 100%;
        height: auto;
        gap: 40px;
        background-color: #333;
        margin-top: 50px;
        padding: 40px 40px;
    }
    .card-box {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: start;
        flex-flow: row wrap;
        width: 25%;
        height: 100%;
        padding: 0px;
        gap: 10px;
        border: none;
    }
    .card-title {
        font-size: 1.2rem;
    }
    .card-content {
        text-align: justify;
        width: 100%;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        font-size: 1.2rem;
    }
    .arabesco {
        height: 210px;
    }
}
