/*---------------------- Site Agile: CSS para modais ---------------------*/
.section {
    background-color: #fff;
    border: 2px solid #7ba5a8;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.section-header {
    background-color: #7ba5a8;
    color: white;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 500;
}

.section-header-blue {
    background-color: #1a5d7f;
    color: white;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 500;
}

.section-content {
    padding-left: 20px;
    padding-right: 20px; 
    padding-top: 10px; 
    padding-bottom: 10px;}

.section-m {
    background-color: #fff;
    border: 2px solid #7ba5a8;
    border-radius: 8px;
    overflow: hidden;
}

.section-header-m {
    background-color: #7ba5a8;
    color: white;
    padding: 8px 8px;
    font-size: 16px;
    font-weight: 500;
}

.section-header-blue-m {
    background-color: #1a5d7f;
    color: white;
    padding: 8px 8px;
    font-size: 16px;
    font-weight: 500;
}

.section-content-m {
    padding-left: 8px;
    padding-right: 8px; 
    padding-top: 4px; 
    padding-bottom: 0px;}

.section-content ul {
    list-style: none;
    padding-left: 0;
}

.section-content li {
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

.section-content li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 20px;
}

.mt-edu {
    margin-top: 16%;
}

.mt-edu-b {
    margin-top: 10%;
}

.mt-edu-btn {
    margin-top:12%;
}

@media (max-height: 750px) {
    .mt-edu {
        margin-top: 4.5%;
    }

    .mt-edu-b {
        margin-top: 3%;
    }

    .mt-edu-btn {
        margin-top: 3.5%;
    }
}
