div.exemploX {
    /** css normal **/
}
@media (max-width: 767px) {

    /* For mobile phones: */
    [class*="textoLider"] {
        width: 100%;
        text-align: center;
    }
    [class*="fotoBloco"] {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 991px) {

    /* For mobile phones: */
    [class*="textoLider"] {
        width: 100%;
        text-align: center;

    }
    [class*="fotoBloco"] {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    /* For mobile phones: */
    [class*="textoLider"] {
        width: 100%;
        text-align: center;
    }
    [class*="fotoBloco"] {
        width: 100%;
        text-align: center;
    }
    p.article-title-alex {
        font-size: 13px;
        letter-spacing: 4px;
        width: 90vw;
        padding-left: 10px;
    }

}
.fotoBloco-alex {
    padding-top: 40px;

}
.fotoBloco-alex p {
    margin-bottom: 0;
}
.foto-alex img {
    width: 100px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    max-width: 100px;
    -webkit-filter: sepia(80%); /* Safari */
    filter: sepia(80%);
}
div#component {
    padding-left: 0;
    padding-right: 0;
}
.blocoImagem-alex {
    background: #DCECC5;
}
.imgFundo-alex {
    background: url('images/headers/imagem_floresta_mero_fake.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.lider-alex {
    font-size: 1.2em;
    letter-spacing: 1px;
}
.blocoLideres-alex {
    padding: 50px;
}
.titulo-alex {
    text-align: left;
    text-shadow: #DCECC5 -2px -2px;
    font-size: 1.4em;
    line-height: 1.7;
    padding-left: 56px;
    padding-right: 45px;
    letter-spacing: 6px;
    margin-bottom: 90px;
    margin-top: 80px;
}
.espacoMobile-alex {
    border: 1px solid #ccc;
    width: 10%;
    height: 10%;
}
.textoLider-alex {
    height: 100px;
    padding-top: 0 !important;
}
.texto-alex {
    font-size: 1.2em;
    padding: 30px;
    letter-spacing: 1px;
}
/* ul li */

ul.ul-alex {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
}
ul.ul-alex li.li-alex:before {
    content: "○";
    color: #A9978D;
    position: absolute;
    left: 0;
    font-size: 30px;
    display: inline-block;
    font-weight: bold;
}
ul.ul-alex li.li-alex {
    font-weight: 300;
    line-height: 2.5em;
}
.titulo-acao-alex {
    font-size: 25px;
    color: #ad9875;
    font-style: normal;
    line-height: 1.3em;
    font-family: StagSans, Stag;
}
ul.ul-alex li.li-alex2:before {
    content: "○";
    color: #A9978D;
    position: absolute;
    left: 0;
    font-size: 30px;
    display: inline-block;
    font-weight: bold;
    line-height: 19px;
}


/* campo de forca tarefa */

div.ft-boxCargoItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
    margin-bottom: 6px;
    height: 100px;
}


.ft-foto-alex img {
    width: 80px;
    padding: 0;
    margin: 0;
      margin-top: -6px;

    border-radius: 50%;
    max-width: 100px;
    -webkit-filter: sepia(80%);
    filter: sepia(80%);
}



div.ft-boxCargoText > p {
    /*line-height: 13px;*/
    position: relative;
    width: 160px;
    padding-bottom: 6px;
    margin-bottom: 0;
    left: 12px;
}

div.ft-boxCargoText > p:nth-child(2) {
    color: #000000bd;
    font-size: 11px;
    padding-bottom: 8px;
}
