/* 
    Created on : 18/12/2017, 14:12:01
    Author     : ti2
*/

.descricao h1,
.descricao h2,
.descricao h3,
.descricao h4,
.descricao h5,
.descricao h6,
.descricao p,
.descricao span {
    height: auto;
    margin:0;    
}

.descricao h1 {
    font-size: 1.6em;
    color: #000;
    font-weight: 900;
}

.descricao h2 {
    font-size: 1.4em;
    color: #222;
    font-weight: 700;
}

.descricao h3 {
    font-size: 1.2em;
    color: #444;
    font-weight: 600;
}

.descricao h4 {
    font-size: 1em;
    color: #666;
    font-weight: 500;
}

.descricao h5 {
    font-size: 0.8em;
    color: #666;
    font-weight: 400;
}

.descricao h6 {
    font-size: 0.6em;
    color: #666;
    font-weight: 300;
}

.descricao p {
    font-size: 1em;
    color: #000;
    font-weight: 400;
}

.descricao span {
    font-size: 0.8em;
    color: #888;
    font-weight: 200;
}

.word-wrap
{
    word-wrap: break-word;
    overflow-wrap: break-word;
    /*max-width: 50%;*/
}

.font_size_s {
    font-size: 0.8Em;
}

.font_size_m {
    font-size: 1Em;
}

.font_size_l {
    font-size: 1.6Em;
}

.font_size_xl {
    font-size: 2Em;
}

.font_weight_thin {
    font-weight: 200;
}

.font_weight_normal {
    font-weight: 400;
}

.font_weight_bold {
    font-weight: 700;
}

.font_weight_bolder {
    font-weight: 900;
}

.font_spacing_s {
    letter-spacing: 0.2Em;
}

.font_spacing_m {
    letter-spacing: 0.4Em;
}

.font_spacing_l {
    letter-spacing: 0.6Em;
}

.font_spacing_xl {
    letter-spacing: 0.8Em;
}
