/* Noticias */



.desc-noticia figure {
    width: 45%;
    margin: auto;
    margin-top: 15px;
}

.desc-noticia p {
    width: 55%;
    margin: auto;
    margin-top: 20px;
    font-style: italic;
}

.desc-noticia p span {
    font-weight: bold;
}

.desc-noticia h2 {
    width: 55%;
    padding-top: 20px;
    margin: auto;
}

.desc-noticia h3 {
    width: 55%;
    margin: auto;
    padding: 15px 0px;
}

.desc-noticia img {
    margin: auto;
    display: block;
    width: 100%;
}

.conteudo-noticia {
    width: 65%;
    margin: auto;
}

.conteudo-noticia .conteudo-editor {
    margin: auto;
    padding-top: 20px;
}

.conteudo-editor ol,
.conteudo-editor ul {
    margin-left: 45px;
}


/* Nuvens de Tags */

.nuvens-tags {
    width: 65%;
    margin: auto;
}


.desc-tags {
    padding: 15px;
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
    background-color: #dfdfdf;
    border-radius: 50px;
    color: #5d5d5d;
}


.linha-tags {
    height: 1px;
    width: 78%;
    margin-left: 15px;
    align-items: center;
}

.tags {
    display: flex;
    margin: auto;
    padding: 10px 0px;
    flex-wrap: wrap;
}

.tags p {
    padding: 10px;
    margin: 20px;
    width: fit-content;
    border-radius: 5px;
    font-weight: bold;
    transition: .7s background-color;
}


/* Formul�rio */

#formularioDinamico table {
    width: 100%;
    margin: auto;
}

#formularioDinamico h3 {
    margin-top: 10px;
    line-height: 1.5;
    font-weight: 300;
}

#formularioDinamico .titulo {
    padding: 20px 0;
}

#formularioDinamico table h1 {
    padding: 30px;
}


#captcha {
    width: 120px !important;
    height: 50px;
    max-width: 50%;
}

#formularioDinamico #Submit {
    height: 60px;
    width: 170px;
    margin: auto;
    font-weight: 500;
    transition: background 0.5s ease;
    display: block;
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 4px 0px 15px -6px #3c2f2f;
}

#Submit:hover {
    box-shadow: 4px 0px 23px -6px #3c2f2f;
}

#formularioDinamico td.FORM_INPUT {
    display: table;
}

#formularioDinamico tr {
    border-spacing: 10px;
}

#formularioDinamico input,
#formularioDinamico textarea,
#formularioDinamico select {
    padding: 1.07em .5em;
    line-height: 1.43;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 51px;
    font-weight: 400;
    background-clip: padding-box;
    overflow: visible;
    margin: 0;
    font-family: inherit;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#formularioDinamico textarea {
    height: 110px !important;
    overflow: auto;
    resize: vertical;
}


.container-gravatar {
    display: flex;
    margin: auto;
    flex-direction: column;
    margin: 25px 0px;
}

.gravatar {
    display: flex;
    margin-top: 50px;
}

.gravatar figure {
    margin: 0px 15px 0px 0px;
}


.info-gravatar {
    display: flex;
    flex-direction: column;
}

.gravatar figure img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.desc-gravatar {
    width: 50%;
}

.nome-gravatar {
    margin: 15px 0px 0px 0px;
}

.funcao-gravatar {
    margin: 0px 0px;
}

.sobre-gravatar {
    margin-top: 15px;
}

#five {
    height: 1px;
    background: #999999;
    border: none;
    outline: none;
    margin: 3em 3em 5em;
    width: 65%;
    position: relative;
    margin: 3em auto;
    margin-bottom: 20px;
}

/* #five:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background: white;
    color: #3b3b3b;
    padding: 0.5em 3em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2em;
    padding: 0.5em 1em;
    font-weight: lighter;
    font-family: Helvetica Neue;
} */

.containerRecursos {
    width: 65%;
    margin: auto;
}


/* Medias */

@media (max-width: 880px) {

    #formularioDinamico table {
        width: 100%;
    }

    #formularioDinamico #captcha {
        max-width: 100%;
    }


}


@media screen and (max-width: 885px) {


    .desc-noticia h2 {
        width: 90%;
    }

    .desc-noticia h3 {
        width: 90%;
    }

    .desc-noticia p {
        width: 90%;
    }

    .desc-noticia figure {
        width: 90%;
    }

    .desc-tags {
        width: 90%;
    }

    .tags {
        width: 100%;
    }

    .linha-tags {
        width: 45%;
    }

    .conteudo-editor img {
        width: 100%;
    }

    .conteudo-noticia, #five, #disqus_thread {
        width: 90% !important;
    }

    .desc-gravatar {
        width: inherit;
    }

    .gravatar {
        width: 100%;
    }

    .container-gravatar {
        width: 100%;
    }

    
}