.section01 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section01 .box:first-of-type {
    padding: 0 40px 60px 40px;
}
.section01 .box:first-of-type h1{
    color: #2196F3;
    font-size: 32px;
    font-weight: 500;
}
.section01 .box:first-of-type h1 b{
    font-weight: bolder;
}

.section01 .box:first-of-type h1 img{
    width: 4.5em;
}

/*Usado somente em 'familia'*/
.section01 .family-container {
    margin-top: 60px;
    width: 100%;
    text-align: center;
}

.section01 .family-container img {
    max-width: 850px;
    height: auto;
}

/*Usado somente em 'sobre'*/
.section01 .container:first-of-type {
    padding: 0 40px;
}

.section01 .container:first-of-type .box:nth-of-type(2) {
    color: #132bb5;
    margin-bottom: 40px;
} 

.section01 .container:first-of-type .box:nth-of-type(3) {
    color: #2196F3
} 

.section02 {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

.section02 .box:first-of-type {
    padding: 60px;
}

.section02 .box:first-of-type h1{
    color: #2F327D;
    font-size: 36px;
}

.section02 .cover2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section02 .cover2 .box:last-of-type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.section02 .cover2 .box:last-of-type img {
    margin-bottom: 20px;
    padding: 2px;
    max-width: 80%;
    
}

.section03 {
    margin-top: 40px;
    padding: 60px;
}

.section03 .box{
    margin-bottom: 40px;
}

.section03 .box:first-of-type h1 {
    color: #545AE8;
}

.section03 .box:first-of-type .h1Escolas {
    color: #2196F3;
}

.section03 .box:nth-of-type(2) h1 {
    border-bottom: 1px solid #132bb5;
    width: fit-content;
}

.section03 .box:nth-of-type(2) .h1Escolas02{
    color: #000;
}

.section03 .box:nth-of-type(2) .h2Escolas{
    color: rgb(96, 96, 96);
}

.section03 .box:nth-of-type(2) h1, .section03 .box:nth-of-type(2) h2 {
    color: #132bb5;
}

.section03 .box:nth-of-type(3) h1{
    color: rgba(47, 50, 125, 1);
}

.section04 .container:first-of-type {
    display: flex;
    flex-direction: row;
    padding: 60px;
}

.section04 .container:first-of-type .box:first-of-type {
    width: 40%;
}

.section04 .container:first-of-type .box:first-of-type h1 span:first-of-type{
    color: #2196F3;
}

.section04 .container:first-of-type .box:first-of-type h1 span:nth-of-type(2){
    color: #e34273;
}

.section04 .container:first-of-type .box:first-of-type p{
    color: rgb(96, 96, 96);
    margin-top: 20px;
}

.section04 .container:first-of-type .box:nth-of-type(2) {
    text-align: center;
    width: 60%;
}

.section04 .container:first-of-type .box:nth-of-type(2) img{
    max-width: 600px;
}

/* Container de Depoimentos----------------------*/

.section04 .container:nth-of-type(2){
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
}

.section04 .container:nth-of-type(2) img{
    max-width: 900px;
}

.section04 .container:nth-of-type(2) .slip:first-of-type {
    padding: 60px;
}

.section04 .container:nth-of-type(2) .slip:first-of-type .box {
    display: flex;
    flex-direction: row;
}

.section04 .container:nth-of-type(2) .slip:first-of-type .box img{
    width: 40px;
    height: 1px;
    margin-bottom: -20px;
}

.section04 .container:nth-of-type(2) .slip:first-of-type .box h3{
    color: #545AE8;
    margin-top: -15px;
    padding: 0 10px;
}

.section04 .container:nth-of-type(2) .slip:last-of-type {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.section04 .container:nth-of-type(2) .slip:last-of-type .box:first-of-type{
    display: flex;
    flex-direction: column;
    width: 650px;
}

.section04 .container:nth-of-type(2) .slip:last-of-type .box:first-of-type .card:first-of-type {
    max-height: 480px;
}

.section04 .container:nth-of-type(2) .slip:last-of-type .box:first-of-type .card:first-of-type img:first-of-type {
    width: 350px;
    height: auto;
}

.section04 .container:nth-of-type(2) .slip:last-of-type .box:first-of-type .card:first-of-type img:nth-of-type(2) {
    width: 480px;
    height: auto;
    position: relative;
    top: -300px;
    right: -200px;
    z-index: 1;
}

.section04 .container:nth-of-type(2) .slip:last-of-type .box:first-of-type .card:first-of-type .btn-2-main {
    position: relative;
    top: -350px;
    right: -400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
}

.section04 .container:nth-of-type(2) .slip:last-of-type .box:first-of-type .card:first-of-type .btn-2 p {
    color: #2196F3;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

.section04 .container:nth-of-type(2) .slip:last-of-type .box:first-of-type .card:first-of-type .btn-2 .btn-2 {
    position: relative;
    display: flex;
    height: 40px;
    width: 40px;
    text-align: center;
    align-items: center;
    margin-top: -5px;
    margin-right: -5px;
}

.section04 .container:nth-of-type(2) .slip:last-of-type .box:first-of-type .card:first-of-type .btn-2 .btn-2 img, 
.section05 .slip .card:last-of-type .btn-2 .btn-2 img {
    position: absolute;
    width: 20px;
    height: 10px;
    padding-left: 25%;
}

.section04 .container:nth-of-type(2) .slip:last-of-type .box:first-of-type .card:nth-of-type(2) img {
    width: 400px;
}

.section04 .container:nth-of-type(2) .slip:last-of-type .box:nth-of-type(2) {
    max-width: 450px;
}

.section04 .container:nth-of-type(2) .slip:last-of-type .box:nth-of-type(2) img:nth-of-type(1) {
    width: 350px;
    height: auto;
}

.section04 .container:nth-of-type(2) .slip:last-of-type .box:nth-of-type(2) img:nth-of-type(2) {
    width: 480px;
    height: auto;
    position: relative;
    left: -40px;
    top: -100px;
    z-index: 1;
}


/* ------------------- */

.section04 .container:nth-of-type(3) {
    margin: 20px 40px;
    text-align: center;
}

.section04 .container:nth-of-type(3) img {
    max-width: 800px;
}

.section05 {
    display: flex;
    flex-direction: column;
}

.section05 .slip {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px;
}

.section05 .slip .card:first-of-type {
    padding-bottom: 20px;
}

.section05 .slip .card:first-of-type .box{
    display: flex;
    flex-direction: row;
}

.section05 .slip .card:first-of-type .box img{
    width: 40px;
    height: 1px;
    margin-bottom: -20px;
}

.section05 .slip .card:first-of-type .box h3{
    color: #545AE8;
    margin-top: -15px;
    padding: 0 10px;
}

.section05 .slip .card:last-of-type {
    min-width: 350px;
}

.section05 .slip .card:last-of-type .btn-2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
}

.section05 .slip .card:last-of-type .btn-2 p{
    color: #2196F3;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

.section05 .slip .card:last-of-type .btn-2 .btn-2{
    position: relative;
    display: flex;
    height: 40px;
    width: 40px;
    text-align: center;
    align-items: center;
    margin-top: -5px;
    margin-right: -5px;
}

.section05 .container img{
    max-width: 800px;
}

.team {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -20px;
}

.team img {
    max-width: 520px;
}

.sobre {
    display: flex;
    flex: row;
    justify-content: right;
    margin-bottom: 80px;
}

.sobre .card {
    max-width: 400px;
    border-radius: 20px;
    border-left: 4px solid rgba(246, 119, 102, 1);
    box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-right: 5px;
}

.sobre .card .box{
    color: rgb(96, 96, 96);
    margin-bottom: 20px;
    padding: 10px;
}

.sobre .card .box:first-of-type {
    border-left: 1px solid rgb(96, 96, 96);
}

/*Variações de títulos*/
.section01 .box:first-of-type .h1Familias {
    color: #2196F3;
}

.section01 .container:first-of-type .h1Sobre {
    padding: 40px;
    margin-top: -50px;
}


@media (max-width: 1024px){
    .section01 .box:first-of-type h1, .section02 .box:first-of-type h1 {
        font-size: 24px;
    }

    .section01 .family-container img {
        width: 96%;
        height: auto;
    }

    .section03 .box:first-of-type h1, .section03 .box:nth-of-type(2) h1,
    .section03 .box:nth-of-type(3) h1, .section01 .container:first-of-type .box:nth-of-type(2) h1,
    .section01 .container:first-of-type .box:nth-of-type(3) h1{
        font-size: 20px;
    }

    .section04 .container:nth-of-type(2) img {
        max-width: 96%;
    }

    .section04 .container:first-of-type {
        flex-direction: column;
    }

    .section04 .container:first-of-type .box:first-of-type {
        width: 100%;
    }

    .section04 .container:first-of-type .box:last-of-type {
        width: 100%;
    }
}

@media (max-width: 865px) {
    .section04 .container:nth-of-type(3) img{
        width: 100%;
        margin: 0;
    }

    .section05 .container img{
        width: 100%;
    }
}

@media (max-width: 700px) {
    .section04 .container:first-of-type .box:nth-of-type(2) img{
        width: 100%;
    }

    .section04 .container:nth-of-type(2) .slip:last-of-type .card:first-of-type{
       margin-top: 50px;
       
    }

    .section04 .container:nth-of-type(2) .slip:first-of-type {
        position: relative;
        top: -30px;
    }

    .section04 .container:nth-of-type(2) .slip:last-of-type .card:first-of-type .btn-2-main{
        position: relative;
        left: 60px;
        margin-top: -170px;
    }

    .section04 .container:nth-of-type(2) .slip:last-of-type .card:first-of-type img:nth-of-type(2) {
        left: 0;
        margin-top: 210px;
    }
}

@media (max-width: 425px){
    .section01 .box:nth-of-type(2) {
        text-align: center;
    }

    .section01 .box:nth-of-type(2) button {
        margin-bottom: 5px;
    }

    .team img {
        width: 100%;
    }
}