.elementor-37137 .elementor-element.elementor-element-41f9823{--display:flex;--margin-top:76px;--margin-bottom:0px;--margin-left:9px;--margin-right:0px;}.elementor-37137 .elementor-element.elementor-element-c63b321{width:100%;max-width:100%;}@media(max-width:576px){.elementor-37137 .elementor-element.elementor-element-41f9823{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-c63b321 *//* =====================================
   CONFIGURAÇÕES GERAIS
===================================== */

.coordenador-section,
.coordenador-section * {
    box-sizing: border-box;
}

.coordenador-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 70px 20px 55px;
    background:
        radial-gradient(
            circle at 20% 30%,
            rgba(38, 165, 152, 0.10),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfdfd 100%
        );
}

.coordenador-container{
    width:100%;
    max-width:100%;
    margin:0;
    padding:0 6%;
}


/* =====================================
   PARTE SUPERIOR
===================================== */

.coordenador-apresentacao {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(340px, 500px) minmax(420px, 1fr);
    align-items: center;
    gap: 85px;
    min-height: 520px;
    transform: translateX(40px);
}


/* =====================================
   FOTO DO COORDENADOR
===================================== */

.coordenador-imagem-area {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 520px;
}

.coordenador-circulo {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    transform: translateX(-50%);
    background:
        linear-gradient(
            145deg,
            rgba(38, 165, 152, 0.18),
            rgba(16, 95, 87, 0.05)
        );
}

.coordenador-imagem {
    position: relative;
    z-index: 4;
    display: block;
    width: 100%;
    max-width: 440px;
    height: 520px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.08));
}

.pontos-decorativos {
    position: absolute;
    z-index: 1;
    top: 155px;
    left: 8px;
    width: 90px;
    height: 90px;
    opacity: 0.45;
    background-image:
        radial-gradient(
            circle,
            #26a598 2px,
            transparent 2.5px
        );
    background-size: 16px 16px;
}


/* =====================================
   CONTEÚDO
===================================== */

.coordenador-conteudo {
    position: relative;
    z-index: 3;
    max-width: 700px;
    padding-bottom: 35px;
}

.coordenador-subtitulo {
    display: block;
    margin-bottom: 18px;
    color: #087f77;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.coordenador-nome {
    margin: 0;
    color: #101c2b;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 750;
    line-height: 1.1;
    letter-spacing: -1.7px;
}

.coordenador-linha {
    width: 58px;
    height: 3px;
    margin: 26px 0 30px;
    border-radius: 10px;
    background-color: #26a598;
}

.coordenador-conteudo p {
    margin: 0 0 20px;
    color: #3d4652;
    font-size: 17px;
    line-height: 1.8;
}


/* =====================================
   DIVISOR CURVO
===================================== */

.divisor-curvo {
    position: relative;
    z-index: 5;
    width: calc(100% + 40px);
    height: 150px;
    margin-top: -105px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.divisor-curvo svg {
    display: block;
    width: 100%;
    height: 100%;
}

.curva-principal {
    fill: #ffffff;
}

.curva-contorno {
    fill: none;
    stroke: rgba(38, 165, 152, 0.15);
    stroke-linecap: round;
}

.curva-contorno-superior {
    stroke-width: 1.2;
}

.curva-contorno-inferior {
    stroke-width: 0.8;
    opacity: 0.65;
}


/* =====================================
   INFORMAÇÕES INFERIORES
===================================== */

.coordenador-informacoes {
    position: relative;
    z-index: 6;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: -1px;
    padding: 18px 0 10px;
    background-color: #ffffff;
}

.informacao-item {
    position: relative;
    min-height: 245px;
    padding: 0 38px;
}

.informacao-item:first-child {
    padding-left: 0;
}

.informacao-item:last-child {
    padding-right: 0;
}

.informacao-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 180px;
    background-color: #e5ebeb;
}

.informacao-icone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
    border-radius: 50%;
    background-color: rgba(38, 165, 152, 0.09);
}

.informacao-icone svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #087f77;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.informacao-item h2 {
    margin: 0 0 17px;
    color: #087f77;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.informacao-item ul {
    margin: 0;
    padding-left: 18px;
}

.informacao-item li {
    margin-bottom: 9px;
    color: #3f4854;
    font-size: 15px;
    line-height: 1.5;
}

.informacao-texto {
    margin: 0;
    color: #3f4854;
    font-size: 15px;
    line-height: 1.7;
}


/* =====================================
   ONDA EM 100% DA LARGURA DA TELA
===================================== */

.divisor-curvo {
    position: relative;
    z-index: 5;

    width: 100vw;
    height: 150px;

    /* Centraliza a onda em relação à tela */
    margin-top: -105px;
    margin-left: calc(50% - 50vw);

    overflow: hidden;
    pointer-events: none;
}

.divisor-curvo svg {
    display: block;
    width: 100%;
    height: 100%;
}

.curva-principal {
    fill: #ffffff;
}

.curva-contorno {
    fill: none;
    stroke: rgba(38, 165, 152, 0.16);
    stroke-linecap: round;
}

.curva-contorno-superior {
    stroke-width: 1.3;
}

.curva-contorno-inferior {
    stroke-width: 0.8;
    opacity: 0.65;
}

/* ==========================================
   RESPONSIVO — TABLET
========================================== */

@media (max-width: 1100px) {

    .coordenador-section {
        padding: 55px 20px 45px;
    }

    .coordenador-container {
        width: 100%;
        max-width: none;
        margin: 0;
        padding-inline: 35px;
    }

    .coordenador-apresentacao {
        display: grid;
        grid-template-columns: 40% 60%;
        align-items: center;
        gap: 45px;

        transform: none;
    }

    .coordenador-imagem-area {
        min-height: 470px;
        padding-left: 0;
    }

    .coordenador-circulo {
        width: 350px;
        height: 350px;
        bottom: 35px;
    }

    .coordenador-imagem {
        width: 100%;
        max-width: 385px;
        height: 470px;

        object-fit: contain;
        object-position: bottom center;
    }

    .coordenador-conteudo {
        padding-left: 0;
    }

    .coordenador-informacoes {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 45px;
    }

    .informacao-item {
        padding: 0 35px;
    }

    .informacao-item:nth-child(2) {
        padding-right: 0;
    }

    .informacao-item:nth-child(3) {
        padding-left: 0;
    }

    .informacao-item:nth-child(2)::after {
        display: none;
    }

    .divisor-curvo {
        width: 100vw;
        height: 120px;

        margin-top: -75px;
        margin-left: calc(50% - 50vw);
    }
}


/* ==========================================
   RESPONSIVO — TABLET MENOR
========================================== */

@media (max-width: 850px) {

    .coordenador-section {
        padding: 50px 20px 40px;
    }

    .coordenador-container {
        width: 100%;
        padding: 0;
    }

    .coordenador-apresentacao {
        display: flex;
        flex-direction: column;

        align-items: center;
        justify-content: center;

        gap: 35px;

        text-align: center;
        transform: none;
    }

    .coordenador-imagem-area {
        width: 100%;
        min-height: 455px;

        display: flex;
        justify-content: center;
        align-items: flex-end;

        padding: 35px 0 0;
    }

    .coordenador-circulo {
        width: 335px;
        height: 335px;

        left: 50%;
        bottom: 10px;

        transform: translateX(-50%);
    }

    .coordenador-imagem {
        width: 350px;
        max-width: 90%;
        height: auto;

        margin: 0 auto;

        object-fit: contain;
        object-position: bottom center;

        transform: translateY(25px);
    }

    .pontos-decorativos {
        top: 105px;
        left: 50%;

        transform: translateX(-190px);
    }

    .coordenador-conteudo {
        width: 100%;
        max-width: 700px;

        padding: 0 20px;

        text-align: center;
    }

    .coordenador-subtitulo {
        text-align: center;
    }

    .coordenador-nome {
        text-align: center;
        font-size: 42px;
        line-height: 1.1;
    }

    .coordenador-linha {
        margin: 25px auto;
    }

    .coordenador-conteudo p {
        max-width: 650px;

        margin: 0 auto 18px;

        text-align: center;
    }

    .divisor-curvo {
        width: 100vw;
        height: 100px;

        margin-top: -35px;
        margin-left: calc(50% - 50vw);
    }

    .coordenador-informacoes {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 0;

        padding-top: 35px;
    }
}


/* ==========================================
   RESPONSIVO — CELULAR
========================================== */

@media (max-width: 650px) {

    .coordenador-section {
        padding: 35px 18px 35px;
    }

    .coordenador-container {
        width: 100%;
        max-width: 100%;

        margin: 0;
        padding: 0;
    }

    .coordenador-apresentacao {
        display: flex;
        flex-direction: column;

        align-items: center;
        justify-content: center;

        width: 100%;
        min-height: auto;

        gap: 35px;

        text-align: center;
        transform: none;
    }

    /* Área da imagem com espaço superior para não cortar a cabeça */
    .coordenador-imagem-area {
        position: relative;

        width: 100%;
        min-height: 410px;

        display: flex;
        align-items: flex-end;
        justify-content: center;

        padding: 55px 0 0;
        margin: 0;
    }

    .coordenador-circulo {
        width: 290px;
        height: 290px;

        left: 50%;
        bottom: 0;

        transform: translateX(-50%);
    }

    .coordenador-imagem {
        position: relative;

        width: 290px;
        max-width: 92%;
        height: auto;

        margin: 0 auto;

        object-fit: contain;
        object-position: bottom center;

        transform: translateY(30px);
    }

    .pontos-decorativos {
        top: 115px;
        left: 50%;

        width: 70px;
        height: 70px;

        transform: translateX(-175px);
    }

    /* Conteúdo */
    .coordenador-conteudo {
        width: 100%;
        max-width: 100%;

        padding: 0;

        text-align: center;
    }

    .coordenador-subtitulo {
        display: block;

        margin-bottom: 14px;

        font-size: 13px;
        text-align: center;
    }

    .coordenador-nome {
        margin: 0;

        font-size: 36px;
        line-height: 1.12;
        letter-spacing: -1px;

        text-align: center;
    }

    .coordenador-linha {
        margin: 22px auto 25px;
    }

    .coordenador-conteudo p {
        max-width: 100%;

        margin: 0 auto 18px;

        font-size: 16px;
        line-height: 1.7;

        text-align: center;
    }

    /* Onda ocupando toda a largura da tela */
    .divisor-curvo {
        width: 100vw;
        height: 80px;

        margin-top: -15px;
        margin-left: calc(50% - 50vw);
    }

    .divisor-curvo svg {
        width: 100%;
        height: 100%;
    }

    /* Informações inferiores */
    .coordenador-informacoes {
        display: grid;
        grid-template-columns: 1fr;

        gap: 32px;

        width: 100%;

        padding: 35px 0 0;

        text-align: center;
    }

    .informacao-item,
    .informacao-item:first-child,
    .informacao-item:last-child,
    .informacao-item:nth-child(2),
    .informacao-item:nth-child(3) {
        width: 100%;
        min-height: auto;

        padding: 0 0 30px;

        border-bottom: 1px solid #e5ebeb;

        text-align: center;
    }

    .informacao-item:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .informacao-item::after {
        display: none;
    }

    .informacao-icone {
        width: 55px;
        height: 55px;

        margin: 0 auto 18px;
    }

    .informacao-icone svg {
        width: 27px;
        height: 27px;
    }

    .informacao-item h2 {
        margin-bottom: 15px;
        text-align: center;
    }

    .informacao-item ul {
        margin: 0;
        padding: 0;

        list-style: none;
    }

    .informacao-item li {
        margin-bottom: 9px;
        text-align: center;
    }

    .informacao-texto {
        max-width: 320px;
        margin: 0 auto;

        text-align: center;
    }
}


/* ==========================================
   RESPONSIVO — CELULAR PEQUENO
========================================== */

@media (max-width: 420px) {

    .coordenador-section {
        padding-inline: 14px;
    }

    .coordenador-imagem-area {
        min-height: 385px;
        padding-top: 60px;
    }

    .coordenador-circulo {
        width: 265px;
        height: 265px;
    }

    .coordenador-imagem {
        width: 265px;
        max-width: 95%;

        transform: translateY(28px);
    }

    .pontos-decorativos {
        top: 120px;
        transform: translateX(-155px);
    }

    .coordenador-nome {
        font-size: 32px;
    }

    .coordenador-conteudo p {
        font-size: 15px;
    }

    .divisor-curvo {
        height: 70px;
        margin-top: -10px;
    }
}


/* Botão Lattes  */


.coordenador-acoes{

    margin-top:35px;

    display:flex;

    align-items:center;

    gap:15px;
}

.btn-lattes{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:15px 30px;

    background:#26a598;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-weight:600;

    transition:.35s;
}

.btn-lattes:hover{

    background:#105f57;
    
    color: #f2f1f0;

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(38,165,152,.25);

}/* End custom CSS */