.editor_body body {
    font-family: 'Poppins', sans-serif !important;
}

.editor_body h1,.editor_body h2,.editor_body h3,.editor_body h4,.editor_body p,.editor_body span {
    font-family: 'Poppins', sans-serif !important;
    margin-top: 0;
    line-height: 1;
}


.editor_body * {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


.editor_body .body-content, .editor_body .noticia-home {
    max-width: 1390px;
    margin: auto;
    padding: 0 20px;
    color: #686868;
}

.editor_body .body-out {
    max-width: 1390px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}


@media (max-width: 1469px) {

    .editor_body .body-content, .editor_body .body-out, .editor_body .noticia-home {
        max-width: 1180px;
    }
}

@media (max-width: 1320px) {

    .editor_body .body-content,.editor_body .body-out,.editor_body .noticia-home {
        max-width: 1070px;
    }
}

@media (max-width: 1200px) {

    .editor_body .body-content, .editor_body .body-out, .editor_body .noticia-home {
        max-width: 1010px;
    }

}


/* CLEANING STYLE  */
.editor_body .start-content-fa {
    text-align: left
}

.editor_body .conteudo_detalhe .detalhe_texto .start-content-fa h3, .editor_body .detalhe_texto_conteudo .start-content-fa h3 {
    font-family: 'Poppins', sans-serif !important;
    border-bottom: none;
    text-align: left;
}

.editor_body .detalhe_texto_conteudo .start-content-fa, .editor_body .detalhe_texto_conteudo .start-content-fa p, .editor_body .conteudo_detalhe .detalhe_texto .start-content-fa, .editor_body .conteudo_detalhe .detalhe_texto .start-content-fa p {
    font-family: 'Poppins', sans-serif !important;
    text-align: left;
    color: #686868;
}

.editor_body .detalhe_texto_conteudo .start-content-fa, .editor_body .detalhe_texto .start-content-fa, .editor_body .detalhe_texto .start-content-fa p, .editor_body .detalhe_texto_conteudo .start-content-fa p, .editor_body .fale_conosco .start-content-fa p, .editor_body .panel-body .start-content-fa {
    text-align: left;

}

.editor_body .conteudo_detalhe .detalhe_texto h3, .editor_body .detalhe_texto_conteudo .start-content-fa h3 {
    padding-bottom: 0;

}

.editor_body .start-content-fa .box-item h3 {
    margin-bottom: 0;
}

.editor_body .detalhe_texto p {
font-family: 'Poppins', sans-serif !important;
}

.editor_body .div_cabecalho_curso {
    display: none !important;
}

.editor_body hr {
    display: none;
}

.editor_body .detalhe_texto_conteudo, .editor_body .detalhe_texto, .editor_body .detalhe_texto p, .editor_body .detalhe_texto_conteudo p, .editor_body .fale_conosco p, .editor_body .panel-body {
    font-family: 'Poppins', sans-serif !important;
}

/* !CLEANING STYLE */

.editor_body .div_cabecalho { 
    display: none; 
}

.editor_body .div_cabecalho + hr { 
    display: none; 
    }


.editor_body a {
    text-decoration: none;
    color: #191851;
}


.editor_body .container-c {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.editor_body .container-r {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}


.editor_body .title {
    font-size: 32px;
    color: #1A396E;
    font-weight: 500;
    margin-bottom: 17px;
}

.editor_body .subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
}

/* STICKY */

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .editor_body .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 96px;
        z-index: 99;
    }
}

/* SIDE NOTES */

.editor_body .side-notes {
    min-width: 272px;
    padding: 45px 21px;
    text-transform: uppercase;  
    margin-left: 44px; 
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 5px 5px;
    border-top: solid 7px #1A396E;
    height: fit-content;
    justify-content: space-around;
}

.editor_body .side-notes h2 {
    font-size: 24px;
    line-height: 32px;
}

.editor_body .side-notes p{
    text-align: center !important;
    font-size: 16px;
}

.editor_body .side-notes span.basis {
    font-weight: 300;
    line-height: 40px;
}

.editor_body .side-notes span.content {
    font-weight: 400;
}

/* EMPHASIS */

.editor_body .emphasis-sentence {
    display: flex;
    background: linear-gradient(180deg, #326DD1 0%, #1A396E 100%);
    border-radius: 5px;
    padding: 32px 48px;
    text-align: justify;
}

.editor_body .emphasis-sentence p {
    color: white !important;
    font-size: 24px !important;
    line-height: 40px !important;
    font-weight: 400;
}

.editor_body .emphasis-sentence span {
    line-height: 40px !important;
}

/* BOXES */

.editor_body .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 35px;
    justify-items: center;
}

.editor_body .box {
    box-shadow: 0px 4px 4px 1px rgba(25, 24, 81, 0.10);
    border-radius: 5px;
}

.editor_body .box img {
    width: 100%;
    object-fit: cover;
    min-height: 272px;
    border-radius: 5px 5px 0 0;
}

.editor_body .content-box {
    display: flex;
    flex-direction: column;
    padding: 29px 29px;
}

.editor_body .box-item {
    margin-bottom: 10px;
}

.editor_body .box-item h3 {
    color: #191851;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.editor_body .box-item p {
    font-weight: 200;
}

.editor_body .box-link {
    text-align: right;
    margin-bottom: 5px;
    vertical-align: baseline;
}

.editor_body .box-link a{
    text-decoration: none;
    color: #1a396e;
    font-weight: 600;
}

.editor_body .box-link a:hover {
    border-bottom: solid 2px #191851;
}

.editor_body .link-box {
    align-self: right;
}


/* MODAL (POP-UP) */

.editor_body .new-modal .box-modal {
    min-height: 600px;
}

.editor_body .txt-modal h2 {
    margin-left: 30px;
    margin-top: 30px;
    line-height: 58px !important;
    margin-right: 30px;
}

.editor_body .txt-modal ul {
    margin-bottom: 30px;
    list-style-type: disc;
}

.editor_body #newModalBody {
    margin-left: 30px;
    margin-right: 30px;
}

.editor_body .i-list-popup {
    margin-right: 8px;
}
/* SOBRE NOS (HISTORIA)*/

.editor_body .about-us {
    background: radial-gradient(94.77% 50% at 50% 50%, #326DD1 0%, #1A396E 100%);
    padding: 50px 0;
}

.editor_body .about-container {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 48px;
    background-color: white;
}

.editor_body .about-container .img-about{
    margin-right: 50px;
    min-width: 33%;

}

.editor_body .img-about img{
    max-width: 100%
}

.editor_body .about-description {
    padding: 5px 0 5px 50px;
    border-left: 1px solid #003882;
}

.editor_body .about-description h3 {
    font-size: 25px;
    color: #1A396E;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;

}

.editor_body .about-description p {
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 10px;

}

.editor_body .about-description a {
    color:#1A396E;
}

/* SOLIDEZ */

.editor_body .solidez-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #1a396e;
    margin-bottom: 20px;
}

.editor_body .solidez-title h3 {
    text-align: center !important;
}

.editor_body .matriz-solidez {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 35px;
}

.editor_body .img-solidez {
    margin: 40px 0;
}

.editor_body .img-solidez img {
    margin-right: 0 !important;
}

/* EXPERIENCIA SIGNIFICATIVA (CLINICA ESCOLA) */

.editor_body .experience-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.editor_body .experience-container .img-experience{
    margin-right: 20px;

}

.editor_body .img-experience img {
    border: 8px solid white;
    object-fit: cover;
}

.editor_body .experience-description {
    margin-left: 30px;
}

.editor_body .experience-description h3 {
font-size: 22px;
font-weight: 500;
color: #fff !important;
margin-bottom: 10px;
text-transform: uppercase;
line-height: 33px;
}

.editor_body .experience-description p {
font-weight: 300;
color: #fff !important;
line-height: 28px;
margin-bottom: 10px;

}

.editor_body .experience-description li {
    color: #fff;
    margin-left: 17px;
    margin-bottom: 20px;
    padding-left: 10px;
    line-height: 24px;
}

/* RESPONSABILIDADE SOCIAL (CLINICA-ESCOLA) */

.editor_body .responsabilidade-s img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    min-width: 529px;
    margin-right: 0;
    margin-left: 30px;
}


/* PESQUISA */

/* PROGRAMAS INSTITUCIONAIS (PESQUISA) */

.editor_body .pesquisa-box {
    box-shadow: 0px 0px 8px rgba(25,24,81,.1);
}

.editor_body .pesquisa-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 35px;
    justify-items: center;
}

.editor_body .pesquisa-box .content-box {
    padding: 45px;
}

.editor_body .pesquisa-box .box-item {
    margin-bottom: 0px;
}


.editor_body .titulo-box {
    font-size: 35px !important;
    margin-bottom: 15px !important;
}

.editor_body .titulo-box span {
    color: #D91770;
}

.editor_body .subtitle-box {
    font-size: 18px;
    text-transform: uppercase;
    color: #1a396e;
    line-height: 30px;
}

.editor_body .pesquisa-box .content-box {
    height: 100%;
    justify-content: space-between;
}

.editor_body .pesquisa-box .box-item ul {
    list-style-type: "🞄 ";
    list-style-position: outside;
    margin-left: 6px;
}

.editor_body .pesquisa-box .box-item li {
    margin-left: 6px;
}

.editor_body .pesquisa-box .box-item li::marker {
    font-size: 15px;
    color: #1a396e;
    margin-right: 20px;

}

.editor_body .pesquisa-box a{
    color: #1a396e;
    font-weight: 400;
}

.editor_body .pesquisa-box a:hover {
    border-bottom: solid 2px #1a396e;
}

/* PESQUISA FAMINAS (ULTIMO CONTAINER)  */


.editor_body .pesquisa-extensao-grid {
    display: grid;
    grid-template-columns: 2fr 1fr; 
    grid-gap: 30px;
}

.editor_body .search-container {
    display: flex;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 36px 44px;
    background-color: white;

}

.editor_body .search-container .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    
}

.editor_body .search-container .intern-container {
    margin-bottom: 0;
    background:#F5F5F5;
    padding: 38px;
    border-radius: 5px;
}

.editor_body .search-container .intern-container img {
    width: 150px;
    margin-right: 37px;
}

.editor_body .search-container h3.search-container-title {
    font-weight: 600;
    font-size: 18px;
    color:#686868;
}

.editor_body .description-search {
    justify-content: center;
    margin-bottom: 0;
}



/* EXTENSÃO */

    /* COMPROMISSO */

    .editor_body .commitment-approach-description {
        max-width: 470px;
    }

    .editor_body .commitment {
        margin-bottom: 80px;
    }

    .editor_body .extensao-approach {
        margin-left: 0;
        margin-right: 30px;
    }

    /* COMO FAZEMOS */

    .editor_body .pesquisa-list.como-fazemos {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 20px;
    }

    .editor_body .extensao-box {
        box-shadow: 0 2px 12px -2px rgba(107, 117, 161, .16);
    }


    .editor_body .como-fazemos .pesquisa-box .content-box {
        padding: 35px;
    }

    .editor_body .como-fazemos .pesquisa-box .box-item li {
        line-height: 22px;
        margin-bottom: 10px;
    }

    .editor_body .como-fazemos .pesquisa-box .content-box .box-item .titulo-box {
        line-height: 40px;
        font-size: 30px !important;
    }

    /* CURRICULARIZAÇÃO */

    .editor_body .doc {
        background: #fafafa;
        padding: 70px 80px;
    }

    .editor_body .doc div {
        margin-bottom: 30px;
    }

    .editor_body .doc .title {
        margin-bottom: 15px;
    }

    .editor_body .doc h2 {
        line-height: 35px;
    }

    .editor_body .doc h3 {
        font-size: 26px;
        line-height: 35px;
    }

    .editor_body .doc .container-r {
        justify-content: space-between;
    }

        
    .editor_body .doc-r {
        width: 48%;
    }

    /* EXTENSAO FAMINAS */

    .editor_body .extensao-faminas .search-container {
        padding: 33px 40px;
    }

    .editor_body .matriz-extensao {
            display: grid;
            grid-template-columns: 2fr 1fr;
            grid-gap: 0 40px;
    }


/* NAP */

    /* JORNADA ACADÊMICA */

    .editor_body .jornada h3 {
        font-size: 26px;
        
    }

        /* NOSSA EQUIPE */
        .editor_body .nossa-equipe {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 10px;
        }

        .editor_body .nossa-equipe .nap-image {
            display:flex;
            justify-content: center;
            margin-bottom: 25px;
            max-width: 250px;
            align-self: center;
        }

        .editor_body .nossa-equipe img {
            margin-right: 0 !important;
        }

        .editor_body .nossa-equipe .intern-container .container-c h3,
        .editor_body .nossa-equipe .intern-container .container-c p {
            text-align: center;
        }

        .editor_body .nossa-equipe h3 {
            font-size: 26px;
        }

        .editor_body .nossa-equipe h3.search-container-title {
            font-size: 20px;
            line-height: 28px;
        }

        /* COMO O NAP PODE TRANSFORMAR { */
    
            .editor_body .matriz-nap {
                display: grid;
                grid-template-columns: 5fr 3fr;
                grid-gap: 0 40px;
            }


            .editor_body .second-container-matriz {
                padding: 50px;
                background: #f9f9f9;
            }

            .editor_body .second-container-matriz ul {
                list-style-type: "🞄 ";
                list-style-position: outside;
                margin-left: 6px;

            }

            .editor_body .second-container-matriz li {
                margin-left: 6px;
                margin-bottom: 10px;
            }

            .editor_body .second-container-matriz a {
                color: #1a396e;
                font-weight: 400;
            }


            .editor_body .second-container-matriz a:hover {
                border-bottom: solid 2px #1a396e;
            }

/* MEDICINA */

    .editor_body .side-notes a.sub-button {
        background: #D9166F !important;
        color: white !important;
        font-weight: 500;
        border-radius: 5px;
        padding: 9px 17px;
        font-size: 20px;
    }

    .editor_body .side-notes a.sub-button:hover {
    background:  #C71466 !important;
    }

    .editor_body .med-img {
        display: grid;
        grid-gap: 20px;
        margin-bottom: 30px;
    }

    .editor_body .med-img-1 {
        grid-template-columns: 2fr 1fr;
    }

    .editor_body .med-img-2 {
        grid-template-columns: 1fr 2fr;
    }


    .editor_body .conteudo_detalhe .texto .med-img img {
        border: 8px solid white;
        object-fit: cover;
        height: 100%;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
        margin: 0;
    }

    /* POR DENTRO DO CURSO DE MEDICINA */

        .editor_body .med-inside {
            margin-bottom: 0;
        }

        .editor_body .matriz-med-inside {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 0;
        }

         .editor_body .container-med h4 {
            text-align: center;
            font-weight: 400;
            font-size: 14px;
            color: #686868 !important;
        }

        .editor_body .container-med h4:hover {
            color: #686868;
        }

        .editor_body .learn-container-med {
            background: #00B9B5;
            padding: 30px;
            display: flex;
            align-content: center;
            justify-content: center;
            clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0% 100%, 4% 50%, 0% 0%);
            transition: 0.3s;
            color: white !important;
            margin: 0;
            font-weight: 300 !important;
            font-size: 24px;
        }

        .editor_body .container-med:nth-child(1) .learn-container-med {
            clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0% 100%, 0% 50%, 0% 0%);
            border-radius: 4px 0 0 4px;
        }

        .editor_body .container-med:nth-child(3) .learn-container-med {
            clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
            border-radius: 0 4px 4px 0;
        }



        .editor_body .learn-container-med:hover {
            /* background: #D9166F */
            background: #03A4A0;
        }

        .editor_body .med-link {
            color:#00B9B5;
            font-weight: 700;
        }

        .editor_body a.med-link:hover {
            color:#03A4A0;
        }

        /* NA FAMINAS, VOCÊ ENCONTRARÁ */
        
        .editor_body .about-med {
            background: radial-gradient(94.77% 50% at 50% 50%, #00B9B5 0%, #1A396E 100%);
        }

        .editor_body .med-wfind-text {
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
        }

        .editor_body .med-wfind-img {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .editor_body .med-wfind-img p {
            text-align: center !important;
            color: white !important;
            margin-top: 20px;
            font-size: 14px !important;
            padding: 0 60px;
            line-height: 23px !important;
            font-weight: 700;
        }

        /* PORQUE A FAMINAS É A ESCOLHA CERTA */
       
        .editor_body .med-out-title {
            text-align: center !important;
            color: white !important;
            margin-bottom: 70px;
            line-height: 40px;
            padding: 0 200px;
        }

        /* COMO É SER FAMINAS */

        .editor_body .video-como-e-ser-faminas video {
            margin-right: 60px;
        }

        /* COMO INGRESSAR NA FAMINAS */

        .editor_body .subscribe-med {
            display: grid;
            grid-template-columns: auto auto auto;
            gap: 20px;
        }

        .editor_body .button-med {
            border: solid 1px #20b4b1!important;
            color: #20b4b1 !important;
            font-weight: 500;
            border-radius: 5px;
            padding: 9px 17px;
            align-self: center;
            text-align: center;

        }

        .editor_body .button-med:hover {
            background: #20b4b1 !important;
            color: white !important;    
        }
    
    /* OBTENÇÃO DE NOVO TITULO */

    .editor_body .link-obtencao {
        font-weight: 700;
        color: #1A396E;
    }

    .editor_body a.link-obtencao:hover {
        color: #102549;
    }

    .editor_body .obtencao-escolha-base {
        display: grid;
        grid-template-columns: auto auto;
        gap: 50px;
    }

    .editor_body .obtencao-escolha .title {
        font-size: 22px;
        margin-bottom: 5px;
        line-height: 30px;
    }

    /* TRANSFERÊNCIA EM MEDICINA */

    .editor_body .button-body-out {
            border: solid 1px white !important;
            color: white !important;
            font-weight: 500;
            border-radius: 5px;
            padding: 9px 17px;
            align-self: center;

    }

    .editor_body .button-body-out:hover {
        background: white;
        color: #20b4b1 !important;
    }

    .editor_body .final-description-body-out {
        margin-top: 30px;
        align-self: center;
        max-width: 700px;
    }

    .editor_body .final-description-body-out h3 {
        text-align: center !important;
        color: white !important;
        text-transform: uppercase;
    }

    .editor_body .final-description-body-out p {
        text-align: center !important;
        font-size: 30px;
        color: white !important;
        line-height: 35px;
    }

    .editor_body .final-description-body-out span {
        font-weight: 700;
        line-height: 35px;
    }


    /* DEMAIS CURSOS */

    .editor_body .demais-cursos-link {
        color:#D9166F;
        font-weight: 700;
    }

    .editor_body a.demais-cursos-link:hover {
        color:#C71466;
    }

    .editor_body .odonto-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .editor_body .button-demais-cursos {
        border: solid 1px #D9166F !important;
        color: #D9166F !important;
        font-weight: 500;
        border-radius: 5px;
        padding: 9px 17px;
        align-self: center;
        text-align: center;
    }

    .editor_body .button-demais-cursos:hover {
        background: #D9166F;
        color: white !important;
    }


    /* CPA */

        /* Apresentação CPA */

            /* CONHEÇA O TIME DA ATUAL GESTAO */
            
            /* .cpa-meet-team p {
                font-size: 16px;
                line-height: 23px;
            } */

            .editor_body .cpa-meet-team h3 {
                padding-bottom: 10px !important;
                border-bottom: 1px solid #689ffd !important;
            }

            .editor_body .second-subtitle-cpa {
                font-size: 16px !important;
                line-height: 23px !important;
            }

            .editor_body .emphasis-cpa {
                padding: 50px 60px;
            }

            .editor_body .resultados-ultimas-avaliacos-cpa {
                padding-left: 0;
                padding-top: 0;
                padding-bottom: 0;
                background: none;
            }

            .editor_body .second-slider-cpa-container {
                display: grid;
                grid-template-columns: 3fr 5fr;
                gap: 20px;
            }

            .editor_body .transf-cpa {
                padding-left: 60px;
                border-left: #D9166F 2px solid;
            }

            .editor_body .cpa-second-container {
                margin-left: 44px;
            }

    /* FUNDADOR */

    /* MATRIZ */

    .editor_body .subtitle-founder {
        font-weight:700;
        line-height: 25px;
        padding-bottom: 20px;
        padding-right: 40px;
        border-bottom: 1.5px solid #1A396E;
    }


    .editor_body .citacao-matriz {
        display: grid;
        grid-template-columns: 7fr 2fr;
        gap: 50px;
        padding: 50px 0;
    }

    .editor_body .citacao-matriz-text {
        display: grid;
        grid-template-columns: 1fr 5fr;
        gap: 20px;
    }

        /* ASPAS */

    .editor_body .u-section-2 .u-icon-1 {
        height: 64px;
        width: 64px;
        background-image: none;
        margin: 0 auto;
    }

    .editor_body .u-text-palette-4-base,
    .editor_body a.u-button-style.u-text-palette-4-base,
    .editor_body a.u-button-style.u-text-palette-4-base[class*="u-border-"] {
        color: #9abab8 !important;
    }

    .editor_body .u-icon-circle {
        border-radius: 50%;
    }

    .editor_body .u-icon {
        display: block;
        line-height: 0;
        border-width: 0px;
    }

    .editor_body .u-valign-middle>*,
    .editor_body .u-valign-top>*,
    .editor_body .u-valign-bottom>* {
        flex-shrink: 0;
    }

    .editor_body .u-inner-container-layout,
    .editor_body .u-container-layout>* {
        position: relative;
    }

    .editor_body .u-text-palette-4-base svg,
    .editor_body .u-text-hover-palette-4-base:hover svg,
    .editor_body .u-text-hover-palette-4-base:focus svg {
        fill: #1A396E
    }

        /* FINAL ASPAS */


    /* BIBLIOTECA */

        /* ESTRUTURA */

        .editor_body .structure-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;            
        }

        .editor_body .struture-lib-box {
            padding: 40px;
            background: #f6f6f6;
            display: flex;
            flex-direction: row;

        }
        .editor_body .library-icon-box {
            min-width: 100px;
            margin-right: 20px;
            align-self: center;
        }

        .editor_body .library-icon-box img {
            width: 100px;
        }

        .editor_body .library-icon-box svg {
            fill: #1e376a;
        }

        .editor_body .structure-lib-text-box {
            justify-content: center;
            display: flex;
            flex-direction: column;
        }

        /* NAVEGUE PELAS NOSSAS OPÇÕES */


        .editor_body .see-more-lib-button {
            font-weight: 500;
            border-radius: 5px;
            padding: 9px 17px;
            font-size: 20px;
            border: 1px solid #D9166F !important;
            transition: .2s ease-in-out;
            color: #686868;
        }

        .editor_body .see-more-lib-button:hover {
            background: #D9166F !important;
            color: white !important;
        }

        .editor_body .lib-nav-options {
            margin-bottom: 45px;
        }

        .editor_body .lib-options-button-cont {
            display: flex;
            flex-direction: row;
            gap: 20px;
            flex-wrap: wrap;
        }

        /* DIFERENCIAIS */

        .editor_body .click-here-lib-link {
            color: #1A396E;
        }

            /* CARROSSEL */

            .editor_body .main-carroussel-text-lib {
                min-height:  186px;
            }

        .editor_body .click-here-side-button {
            background: #D9166F !important;
            color: white !important;
            font-weight: 500;
            border-radius: 5px;
            padding: 9px 17px;
            font-size: 20px;
        }

        .editor_body .click-here-side-button:hover {
            background: #C71466 !important;
        }

        /* NOTICIAS RELACIONADAS */

        .editor_body .noticia-home .mb-20 {
            margin-bottom: 35px !important;
        }


/* INICIO MEDIA QUERIE */

@media (max-width: 1281px) {
    .editor_body .body-content > .container-r {
        flex-direction: column;
    }

    .editor_body .cpa-second-container {
        margin-left: 0;
    }

    .editor_body .side-notes{
        margin-left: 0;
    }

    .editor_body .selo-lateral {
        display: none;
    }
}

@media (max-width: 954px) {
    .editor_body .list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }

    .editor_body .emphasis-sentence {
        text-align: left;
    }

    .editor_body .box {
        max-width: none;
    }

    /* COMO FAZEMOS */

    .editor_body .pesquisa-list.como-fazemos {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 20px;
    }

    /* PESQUISA */

        /* ULTIMO CONTAINER */

        .editor_body .pesquisa-extensao-grid {
            grid-template-columns: 1fr;
        }

    /* NAP */

        /* NOSSA EQUIPE */
        .editor_body .nossa-equipe {
            grid-template-columns: repeat(1, 1fr);
        }
        
}

@media (max-width: 740px) {

    .editor_body .body-content, .editor_body .body-out, .editor_body .noticia-home {
        padding: 0 15px;
    }

    .editor_body .container-r {
        flex-direction: column
    }

    .editor_body .d-none-cel {
        display: none;
    }

    .editor_body .side-notes {
        margin-left: 0;
        max-height: none;
    }

    .editor_body .side-notes p {
        font-size: 22px;
    }

    .editor_body .side-notes .title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    /* EMPHASIS */

    .editor_body .emphasis-sentence {
        padding: 32px 20px;
    }

    /* ABOUT */

    .editor_body .about-container .img-about {
        display: flex;
        max-width: 85%;
        margin-right: 0;
        margin-bottom: 25px;   
        align-content: center;    
        
    }

    .editor_body .about-description {
        padding: 0;
        border-left: none;
        text-align: center;
    }


    /* SOLIDEZ */
    .editor_body .matriz-solidez {
        grid-template-columns: auto;
        gap: 20px;
    }

    /* CLINIC  */

    .editor_body .side-clinic {
        min-height: 330px;
    }

    .editor_body .side-link {
        padding: 0 40px;
    }

    /* EXPERIENCE */

    .editor_body .experience-description {
        margin-left: 0px;
    }



    .editor_body .experience-container .img-experience {
        margin-right: 0;
        margin-bottom: 20px;
    }

    /* RESPONSABILIDADE SOCIAL (CLINICA ESCOLA) */

    .editor_body .responsabilidade-s img {
        min-width: 100%;
        margin-left: 0px;
    }

    /* PESQUISA */

    /* --- boxes */

    .editor_body .pesquisa-box .content-box {
        padding: 35px 30px;
    }

    /* --- ultimo container */

    .editor_body .title-search {
        text-align: center;
    }

    .editor_body .search-container {
        padding: 36px 15px 15px;
      }

    .editor_body .search-container .intern-container img {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;

    }

    .editor_body .search-container-title {
        text-align: center !important;
    }

    .editor_body .description-search {
        text-align: center !important;
    }

    .editor_body .atendimento-search {
        max-width: none;
        text-align: center !important;
    }

    .editor_body .atendimento-text {
        text-align: center !important;
    }


    /* EXTENSÃO */

    .editor_body .commitment-approach-description {
        max-width: 100%;
    }

    .editor_body .commitment {
       flex-direction: column-reverse;
    }

    .editor_body .commitment {
        margin-bottom: 15px;
    }

    .editor_body .extensao-commitment {
        margin-bottom: 0;
    }

    .editor_body .extensao-approach {
        margin-right: 0;
    }

    .editor_body .matriz-extensao {
        grid-template-columns: 1fr;
    }

        /* CURRICULARIZAÇÃO */

        .editor_body .doc-r {
            width: 100%;
        }

    /* NAP */

    .editor_body .matriz-nap {
        grid-template-columns: 1fr;
    }

    /* MEDICINA */

    .editor_body .med-img {
        grid-template-columns: auto !important;
    }

    .editor_body .hidd-img {
        display: none;
    }

      /* POR DENTRO DO CURSO DE MEDICINA */

      .editor_body .med-inside {
        margin-bottom: 12px;
    }

      .editor_body .matriz-med-inside { 
        grid-template-columns: auto;
        gap: 30px;
      }

      .editor_body .learn-container-med {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
        border-radius: 4px !important;
       }

       /* PORQUE A FAMINAS É A ESCOLHA CERTA */

       .editor_body .med-out-title {
        padding: 0;
        text-align: left !important;
       }

        /* COMO É SER FAMINAS */

    .editor_body .container-med {
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }

    .editor_body .container-med div img, 
    .editor_body .container-med div p {
        margin: 0 0 20px 0;
    }

    .editor_body .video-como-e-ser-faminas video {
        margin-right: 0px;
        max-width: 100%;
    }

    /* COMO INGRESSAR NA FAMINAS */

    .editor_body .subscribe-med {
        grid-template-columns: auto;
    }

    
    /* OBTENÇÃO DE NOVO TITULO */

    .editor_body .obtencao-escolha-base {

        grid-template-columns: auto;
        gap: 20px;
    }

    /* CPA */

    .editor_body .resultados-ultimas-avaliacos-cpa {
        padding-right: 0;
    }

    .editor_body .transf-cpa {
        padding-left: 20px;
    }

    .editor_body .cpa-second-container {
        margin-left: 0;
    }

    /* FUNDADOR */

    .editor_body .subtitle-founder {
        padding-bottom: 5px;
        padding-right: 0;
        border-bottom:none;
    }

    .editor_body .citacao-matriz {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 0;
    }

    .editor_body .citacao-matriz-text {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .editor_body .aspas {
        display: none !important;
    }

    .editor_body .img-lael-citacao {
        max-width: 200px;
        margin: auto;
    }

    /* BIBLIOTECA */

    .editor_body .structure-grid {
        grid-template-columns: auto;
    }

    .editor_body .library-icon-box {
        max-width: 100px;
    }


}



@media (max-width: 632px) {
    .editor_body .list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .editor_body .pesquisa-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* EXTENSÃO */

        /* COMO FAZEMOS */

        .editor_body .pesquisa-list.como-fazemos {
            grid-template-columns: repeat(1, 1fr);
            gap: 10px 20px;
        }

        /* CURRICULARIZAÇÃO */
        .editor_body .doc {
            padding: 30px 20px;
        }

    /* TRANSF EM MED */

    .editor_body .transf-em-med .experience-container {
        margin-bottom: 50px;
    }

    .editor_body .transf-em-med .img-experience {
        margin-bottom: 30px;
    }

    .editor_body .transf-em-med .experience-description h3 {
        margin-bottom: 10px !important;
    }

    .editor_body .transf-em-med .experience-container:nth-child(even) {
        flex-direction: column;
    }
    .editor_body .transf-em-med .experience-container:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .editor_body .transf-em-med .experience-container:nth-child(even) {
        flex-direction: column;
    }

}

/* FINAL DA MEDIA QUERIE  */