.graficos{
    width: 100%;
    text-align: center;
    padding: 120px 0 120px 0;
}
.graficos .titulos{
    max-width: 600px;
    margin: 0 auto;
}
.graficos .titulos h1{
    font-family: 'Playfair Display', serif;
    color: #000;
    line-height: 30px;
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}
.graficos .titulos p{
    font-family: 'Georgia', serif;
    font-size: 13px;
    line-height: 15px;
    color: #8d8d8d;
    margin: 10px 0 20px 0;
}
.graficos .col_1{
    font-family: 'Georgia', serif;
    display: inline-block;
    width: 165px;
    text-align: left;
    vertical-align: top;
}
.graficos .col_1 h1{
    color: #6B6B6B;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 19px;
    margin: 70px 0 15px 0;
}
.graficos .col_1 h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    font-weight: 800;
    margin: 120px 0 10px 0;
    color: #999;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
}
.graficos .col_1 h2 span{
     font-weight: 600;
    font-size: 12px;
    color: #ED3293;
}
.graficos .col_1 p{
    font-size: 14px;
    line-height: 16px;
    color: #999;
    padding: 0 10px 0 0;
    margin: 0;
}
.graficos .col_1 a{
    font-style: italic;
    color: #999;
}
.graficos .col_1 a{
    color: #000;
}
.graficos .col_central{
    display: inline-block;
    width: 819px;
}
.graficos #areas{
    margin: 30px 0;
    width: 100%;
    height:450px;
    overflow: hidden;
    text-align: center;
}
.graficos #areas .graphic_compare{
    display: inline-block;
    width: 300px;
    height: 450px;
    margin: 0 auto;
}
.graficos .button-labels{
    width: 100%;
    margin: 0 auto;
}
.graficos .button-labels .btn{
    display: inline-block;
}
.graficos .button-labels .btn label { 
    display: inline-block;
    padding: 3px 10px;
    margin: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
}
.graficos .button-labels .btn label:hover{
    cursor: pointer;
    opacity: 0.8;
}
.graficos .button-labels .btn #LABEL01{
    background-color: #40c0bd;
}
.graficos .button-labels .btn #LABEL02{
    background-color: #9574b4;
}
.graficos .button-labels .btn #LABEL03{
    background-color: #ffd95e;
}
.graficos .button-labels .btn #LABEL04{
    background-color: #429f9a;
}
.graficos .button-labels .btn #LABEL05{
    background-color: #077dba;
}
.graficos .button-labels .btn #LABEL06{
    background-color: #ab775d;
}
.graficos .button-labels .btn #LABEL07{
    background-color: #ed3293;
}
.graficos .button-labels .btn #LABEL08{
    background-color: #23bae3;
}
