            body {
                background: none;
            }
            
            .estrutura {
                /* background: -webkit-gradient(linear, 54% 0%, 15% 31%, from(#5b687d), to(#4a4c53)); */
                /* background: -webkit-gradient(linear, 54% 0%, 15% 31%, from(#5b687d), to(#4a4c53)); */
            }
            
            .estrutura h1 {
                text-shadow: 0px 8px 4px #7b8181;
                margin: 28px;
            }
            
            .estrutura h2 {
                color: #e6c229;
                width: 100%;
                margin: 20px;
                text-align: center;
            }
            
            .dadosMetodo {
                width: 100%;
                /* background: -webkit-gradient(linear, 54% 0%, 15% 31%, from(#1e61c8), to(#5068c0)); */
                /* background: -webkit-gradient(linear, 54% 0%, 15% 31%, from(#5b687d), to(#4a4c53)); */
                height: 500px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
            }
            
            .dadosMetodo h2 {
                font-size: 30px;
            }
            
            .metodologia {
                width: 100%;
                height: 600px;
                display: flex;
                justify-content: center;
            }
            
            .comeia01 {
                position: absolute;
                display: flex;
                align-items: center;
                flex-direction: column;
            }
            
            .comeia02 {
                height: 300px;
                width: 500px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: 38px;
            }
            /* .acoes {}

.valoracao {} */
            
            .educar {
                position: absolute;
                background: orange !important;
                /* margin-left: 72%;
    margin-top: 0; */
                /* font-size: 41px; */
            }
            
            .educar p {
                line-height: 69px;
                font-size: 30px !important;
                color: #000000;
            }
            
            .valoracao p {
                line-height: 34px;
                /* font-size: 30px !important; */
            }
            
            .excelencia p {
                line-height: 19px;
                /* font-size: 30px !important; */
            }
            
            .excelencia {
                position: absolute;
                /* margin-left: -27%; */
                margin-top: 187px;
            }
            
            .metCont {
                display: flex;
                align-items: center;
                flex-direction: column;
                width: 193px;
                height: 193px;
                background-color: lightblue;
                /* clip-path: polygon( 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); */
                clip-path: polygon(75% 10%, 100% 55%, 75% 100%, 25% 100%, 0% 55%, 25% 10%);
                background: #0630a3;
                color: #f1efef;
                /* line-height: 32px; */
                text-align: center;
                box-shadow: inset -20px 18px 11px 4px;
            }
            
            .metCont img {
                width: 208px;
                transform: rotate(14deg);
                position: absolute;
                z-index: -1;
                margin-left: 69px;
                border-radius: 10px;
            }
            /* .metCont strong {
    font-size: 20px;
} */
            
            .metCont p {
                font-size: 20px;
                font-weight: 700;
                margin-top: 72px;
                text-wrap: balance;
            }
            /* .metCont .fas, */
            
            .nossaHistoria h2 {
                color: #e8c204;
                font-size: 30px;
                width: 97%;
                text-align: left;
                margin: 0;
            }
            
            .nossaHistoria {
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                height: 500px;
            }
            
            .nossaHistItemOrg {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .itemCard {
                display: flex;
                justify-content: space-around;
                width: 50%;
            }
            
            .card {
                display: flex;
                justify-content: space-around;
                align-items: center;
                flex-direction: column;
                width: 150px;
                height: 150px;
                background-color: rgba(188, 188, 192, 0.144);
                border-radius: 5px;
                box-shadow: 0px 0px 5px 0px #00000052;
            }
            
            .card .fa-user-graduate,
            .fa-location-dot,
            .fa-calendar-days {
                font-size: 28px;
                color: #0408d6bd;
            }
            
            .card strong {
                font-size: 30px;
                color: #FFC107;
            }
            
            .card span {
                font-size: 16px;
                color: #A0A6AB;
            }
            
            .nossaHistItemOrg .item {
                width: 400px;
                padding: 10px;
                text-align: justify;
            }
            
            .nossaHistoria .item span,
            .orgItens .item span {
                font-size: 16px;
                font-weight: 700;
                line-height: 26px;
                color: #646060;
            }
            
            .item ul li {
                font-size: 23px;
                font-weight: 700;
                line-height: 35px;
                color: #3ee397;
            }
            
            .orgItens .item p {
                display: flex;
                height: 386px;
                justify-content: space-between;
                flex-direction: column;
                margin: 10px;
                border: solid 1px;
                border-radius: 5px;
                padding: 10px;
                text-align: center;
            }
            /* .nossosEspacos .item span {
        color: #00dd82 !important;
    }
     */
            
            .fa-chart-line,
            .fa-rocket,
            .fa-graduation-cap {
                font-size: 40px;
            }
            
            .descFormados {
                font-size: 26px;
                font-weight: 700;
                width: 70%;
                color: #646060;
                text-align: left;
            }
            
            .descFormados p {
                text-align: justify;
            }
            
            .valFuncional {
                width: 100%;
                /* height: 600px; */
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                background: white;
            }
            
            .valFuncional .orgItens {
                display: flex;
                flex-direction: row-reverse;
                justify-content: center;
                align-items: center;
            }
            
            .orgItens .item {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                /* flex-direction: column; */
                padding: 20px;
            }
            
            .orgItens .item strong {
                color: #3ee397;
            }
            
            .nossosEspacos {
                width: 100%;
                height: 600px;
                display: flex;
                justify-content: space-around;
                align-items: center;
                background: -webkit-gradient(linear, 54% 0%, 15% 31%, from(#5b687d), to(#4a4c53));
                /* flex-direction: row-reverse; */
            }
            
            .nossosEspacos .item {
                display: flex;
                align-items: flex-end;
                flex-direction: column;
            }
            
            .nossosEspacos .item h2 {
                text-align: left;
            }
            
            .formados {
                display: flex;
                justify-content: space-around;
                flex-direction: column;
                width: 100%;
            }
            
            .culturaOrg {
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                justify-content: space-around;
                align-items: center;
                /* background: -webkit-gradient(linear, 54% 0%, 15% 31%, from(#5b687d), to(#4a4c53)); */
                font-size: 20px;
            }
            
            .culturaOrg::before {
                /* content: ''; */
                display: flex;
                align-items: center;
                justify-content: center;
                border: dashed 6px #ffffff;
                position: absolute;
                margin-top: 0px;
                z-index: 9999999999999;
                height: 100%;
                /* transform: rotate(45deg); */
                left: 10px;
            }
            /* .chk input {
    display: none;
}
*/
            
            .cultura {
                display: flex;
                align-items: flex-start;
            }
            
            .cultura .item {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: flex-start;
                flex-direction: column;
                color: #646060;
            }
            
            .cultura .item span {
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 16px;
            }
            
            .checkbox {
                width: 24px;
                height: 24px;
                background-color: #fff;
                border: 1px solid #27982a;
                border-radius: 15px;
                margin: 15px;
                padding: 12px;
            }
            
            .checkbox::before {
                content: '';
                background-color: #00dd82;
                transform: rotate(53deg);
                position: absolute;
                width: 5px;
                height: 26px;
                margin-top: -13px;
                margin-left: 5px;
                border-radius: 2px;
            }
            
            .checkbox::after {
                content: '';
                background-color: #1dde85;
                transform: rotate(-26deg);
                position: absolute;
                width: 5px;
                height: 12px;
                margin-top: -5px;
                margin-left: -6px;
                border-radius: 2px;
            }
            /* .item .fas,
    .qtFormados .fas {
        font-size: 60px;
    } */
            
            .formados svg {
                font-size: 50px;
                color: #2464c6;
            }
            
            .outros {
                display: flex;
                align-items: center;
                justify-content: space-around;
                font-size: 20px;
                color: #000000;
                width: 100%;
                padding: 10px;
                background-color: #fff;
                height: 600px;
            }
            /* .outros::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #f5f5f5;
    top: 729px;
} */
            
            .qtFormados {
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 10px;
                /* width: 400px; */
            }
            
            .qtFormados strong {
                /* margin: 20px; */
                font-size: 30px;
                color: #e6c229;
                text-align: left;
            }
            
            .painel,
            .painel02 {
                background-color: rgb(255 255 255);
                display: flex;
                align-items: center;
                justify-content: center;
                background: #000000;
                padding: 3px;
            }
            
            .painel img,
            .painel02 img {
                width: 400px;
            }
            
            .painelHidden,
            .painelHidden02 {
                height: 400px;
                overflow: hidden;
                border-left: dashed 9px #ffffff;
                border-right: dashed 9px #ffffff;
                padding: 3px;
            }
            
            .imgMove,
            .imgMove02 {
                /* height: 400px; */
                transition: all;
                display: flex;
                flex-direction: column;
                background-color: rgba(146, 65, 65, 0.205);
            }
            
            @media (max-width:850px) {
                .outros {
                    height: auto;
                }
            }
            
            @media (max-width:750px) {
                .outros,
                .culturaOrg {
                    display: flex;
                    flex-direction: column;
                    height: auto;
                }
                .nossaHistItemOrg {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                }
                .nossosEspacos {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column-reverse;
                    height: auto;
                }
                .nossaHistoria {
                    height: auto;
                }
                .nossaHistItemOrg .item {
                    width: 91%;
                    padding: 10px;
                }
                .itemCard {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    width: 100%;
                    flex-direction: column;
                }
                .card {
                    margin: 10px;
                }
            }
            
            @media (max-width:720px) {
                .valFuncional {
                    display: flex;
                    /* flex-direction: column-reverse; */
                    height: auto;
                }
                /* .item {
            width: 100%;
            padding: 0px;
            margin-top: 15px;
        } */
                /* .item span {
            padding: 20px;
            font-size: 18px;
        } */
                .item img {
                    width: 100%;
                    padding: 0px;
                }
                .fas.fa-user-tag {
                    display: none;
                }
            }
            
            @media (max-width:605px) {
                .dadosMetodo {
                    width: 100%;
                    /* height: auto; */
                }
                .painel,
                .painel02 {
                    width: 100%;
                }
                .cultura {
                    flex-direction: column;
                }
                .orgItens .item {
                    flex-direction: column;
                }
            }
            
            @media (max-width:500px) {
                .metCont {
                    width: 150px;
                    height: 150px;
                    box-shadow: inset 13px 20px 11px 4px;
                }
                .metCont p {
                    font-size: 16px;
                    margin-top: 46px;
                }
                .comeia02 {
                    margin-top: 14px;
                    width: 100%;
                }
                /* .acoes {
        margin: 20px;
    }
    .valoracao {
        margin: 20px;
    } */
                /* .acoes {
        margin-left: -167px;
        margin-top: 278px;
    }
    .valoracao {
        right: -167px;
        margin-top: 278px;
    }
    
    .excelencia {
        margin-top: 144px;
    } */
                .educar p {
                    margin-top: 34px !important;
                }
            }
            
            @media (max-width:400px) {
                .estrutura {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    width: 100%;
                }
                .painel img,
                .painel02 img {
                    width: 100%;
                }
                .painel {
                    width: 100%;
                }
                /* .dadosMetodo::before {
        content: '';
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #e6c12a8f;
    } */
                .item span {
                    font-size: 18px;
                    font-weight: 700;
                    line-height: 30px;
                }
                .descFormados {
                    width: 100%;
                    font-size: 18px;
                    line-height: 31px;
                }
                .metCont p {
                    font-size: 11px;
                    margin-top: 51px;
                }
                .metCont {
                    width: 130px;
                    height: 130px;
                    box-shadow: inset 13px 20px 11px 4px;
                }
            }