.introducao-edaco {
    position: relative;
    height: 450px;
    width: 100%;
    background-image: linear-gradient(rgba(20, 25, 31, 0.8), rgba(20, 25, 31, 0.8)), url('/assets/images/cursoUm.jpg');
    background-color: #1d232a;
    background-position: center;
    background-size: cover;
}

.edaco-texto-introdutorio {
    padding: 5% 10%;
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.edaco-texto-introdutorio h1 {
    font-size: 2rem;
    color: #4ad35c;
}

.edaco-texto-introdutorio p {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (max-width: 792px) {
    .edaco-texto-introdutorio {
        width: 80%;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 600px) {
    .edaco-texto-introdutorio {
        width: 100%;
    }
}

.edaco-whole-body {
    position: relative;
    padding: 5% 10%;
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    max-width: 100%;
    gap: 20px;
    /* margin-top: 30px; */
}

.edaco-missao {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
}

.edaco-icon-missao {
    background-color: #1d232a;
    border-top: 5px solid #4ad35c;
    width: 100%;
    padding: 5%;
    text-align: center;
}

.edaco-icon-missao i {
    font-size: 2.6rem;
    margin-bottom: 10px;
}

.edaco-texto-missao {
    color: #1d232a;
    /* width: 70%; */
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 23%, rgba(183, 236, 190, 0.2) 100%);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    padding: 8%;
    font-size: 1.2rem;
    font-weight: 500;
}

.edaco-texto-missao ol {
    margin-left: 18px;
    line-height: 1.9rem;
}

.edaco-visao {
    /* margin-top: 5%; */
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
}

.edaco-texto-visao {
    color: #1d232a;
    /* width: 70%; */
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 23%, rgba(183, 236, 190, 0.2) 100%);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: 1.5rem;
    justify-content: center;
    padding: 8%;
    font-size: 1.2rem;
    font-weight: 500;
}

.edaco-valores {
    /* margin-top: 5%; */
    display: flex;
    flex-direction: column;
}

@media (max-width: 700px) {
    .edaco-whole-body {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .edaco-visao,
    .edaco-missao,
    .edaco-valores {
        flex-direction: column;
    }

    .edaco-icon-missao,
    .edaco-texto-missao,
    .edaco-texto-visao {
        width: 100%;
    }

    .edaco-texto-missao,
    .edaco-texto-visao {
        padding: 10%;
    }
}
