#equipe .estrutura-equipe{
    background: url(../image/bg-contato-interna.png) 30% 0% no-repeat, url(../image/bg.jpg) top center repeat fixed;
    padding-top: 200px;

}

#equipe .equipes {
    margin-top: 150px;
}

#equipe .equipe-corpo  {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    padding-bottom: 100px;
}

#equipe .equipe-corpo .membro  img {
    width: 100%;
    height: 236px;
    object-fit: cover;
    object-position: top;
    /* padding: 20px; */
    /* border-radius: 20px; */
}

#equipe .membro {
    border-radius: 40px;
}


#equipe .equipe:nth-child(even) .professores .membro {
    background-color: #ffffff;
    box-shadow: 0 5px 6px #eaeaea;
    padding: 20px;
    position: relative;
    /* height: 425px; */
}

#equipe .equipe:nth-child(odd) .professores .membro {
    background-color: #ffffff;
    box-shadow: 0 5px 6px #eaeaea;
    padding: 20px;
    position: relative;
    /* min-height: 425px; */
}

#equipe .equipe:nth-child(even) .titulo-secao.professores{
    color: #242d71;
}

#equipe .equipe:nth-child(odd) .titulo-secao.professores{
    color: #242d71;
}

#equipe .membro-img-container {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
    /* padding: 20px; */
    height: 236px;
    /* padding: 20px; */
}

#equipe .membro-text-container p {
    font-size: 15px;
    color: #242d71;
    font-weight: bold;
    text-align: center;
}

#equipe .saiba-mais p{
    text-align: center;
    color: #1c1f5b;
    font-weight: normal;
    margin-top: 10px;
}

#equipe i.fas.fa-plus {
    font-size: 10px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
}

#equipe .equipe:nth-child(even) .professores i.fas.fa-plus {
    color: #242d71;
}

#equipe .equipe:nth-child(odd) .professores i.fas.fa-plus {
    color: #242d71;
}

#equipe .membro-text-container {
    padding: 20px;
    display: grid;
    /* position: relative; */
    padding-bottom: 50px !important;
}

#equipe .estrutura-equipe h5 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}

#equipe .membro-text-container p.equipe-nome{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
}

#equipe .equipe:nth-child(even) .membro-text-container p.equipe-nome {
    color: #f36e21;
}

#equipe .equipe:nth-child(odd) .membro-text-container p.equipe-nome {
    color: #f36e21;
}
#equipe .membro-text-container p.equipe-funcao{
    margin-bottom: 10px;
    color: #1c1f5b;
    font-weight: 500;
    line-height: 18px;
}


#equipe .equipe:nth-child(even) .membro-text-container p.equipe-funcao {
    color: #242d71;
}

#equipe .equipe:nth-child(odd) .membro-text-container p.equipe-funcao {
    color: #242d71;
}
@media screen and (max-width: 992px) {

    #equipe .estrutura-equipe {
        background: url(../image/bg-internas-mobile.jpg) 0 -0.45% no-repeat, url(../image/bg.jpg) top center repeat fixed;
        padding-top: 145px;
    }

    #equipe .equipe-corpo {
        grid-template-columns: repeat(1, 1fr);
    }

    #equipe .equipes {
        margin-top: 80px;
    }
}

#equipe .saiba-mais{
    right: 0;
    cursor: pointer;
    /* margin-top: 10px; */
    position: absolute;
    bottom: 30px;
    left: 0;
}

#equipe .saiba-mais span {
    border: 1px solid #f36e21;
    background-color: #f36e21;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-transform: capitalize;
}



#equipe .titulo-secao {
    font-size: 35px;
}

#equipe .saiba-mais span:hover {
    border: 1px solid #cc4b00;
    background-color: #cc4b00;
    transition: 0.3s;
}

p.texto-introducao-interna {
    margin-bottom: 30px;
    /* font-size: 20px; */
}

@media (min-width: 768px) and (max-width: 992px) {
    #equipe .equipe-corpo .membro img {
        height: auto !important;
    }

    #equipe .membro-img-container {
        height: auto !important;
    }

     #equipe .estrutura-equipe {
        background: url(../image/bg-internas-mobile.jpg) 0 -0.22% no-repeat, url(../image/bg.jpg) top center repeat fixed;
    }
}