@charset "utf-8";
/* infografico */
#infografico,
#infografico-2 {
    max-width: 800px;
    margin: 0 auto;
}
#infografico h2,
#infografico-2 h2 {
    text-align: center;
    color: #00438f;
    font-family: 'Conv_HelveticaLTStd-Cond';
    font-size: 35px;
    border-bottom: 1px solid #00438f;
    padding-bottom: 5px;
    font-weight: normal;
}
#infografico .secao_abas,
#infografico-2 .secao_abas {
    float: left;
    margin: 29px 0;
    position: relative;
    width: 100%;
    padding: 0;
    height: 500px;
    border-bottom: 2px solid #00438F;
    overflow: hidden;
}
#infografico .secao_abas .abre_aba,
#infografico-2 .secao_abas .abre_aba {
    float: left;
    position: relative;
    margin: 0 5%;
    width: 90%;
}
#infografico .secao_abas .abre_aba li,
#infografico-2 .secao_abas .abre_aba li {
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
    list-style: inherit;
}
#infografico .secao_abas .abre_aba a,
#infografico-2 .secao_abas .abre_aba a {
    float: left;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #fff;
    color: #fff;
    font-family: 'Conv_HelveticaLTStd-Cond';
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    border: 1px solid #00438f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#infografico .secao_abas .abre_aba .active,
#infografico-2 .secao_abas .abre_aba .active {
    cursor: default;
    background: #00438f;
}
#infografico .secao_abas .aba,
#infografico-2 .secao_abas .aba {
    background: #fff;
    width: 90%;
    float: left;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    margin: 20px 0;
    padding: 0 5%;
    min-height: 453px;
}
#infografico .secao_abas .ativado,
#infografico-2 .secao_abas .ativado {
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
}
#infografico .secao_abas h3,
#infografico-2 .secao_abas h3 {
    width: 57%;
    float: left;
    color: #00438f;
    font-size: 25px;
    padding-bottom: 5px;
    font-weight: bold;
    position: relative;
    z-index: 5;
    font-family: 'Conv_HelveticaLTStd-BlkCond';
    background: #fff;
}
#infografico .secao_abas h3:before,
#infografico-2 .secao_abas h3:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00438f;
    -webkit-transition: 0.5s ease 1.5s;
    -moz-transition: 0.5s ease 1.5s;
    -o-transition: 0.5s ease 1.5s;
    transition: 0.5s ease 1.5s;
}
#infografico .secao_abas p.info,
#infografico-2 .secao_abas p.info {
    float: right;
    margin-top: 30px;
    width: 41%;
    position: relative;
    z-index: 5;
    color: #00438f;
    font-family: Arial;
    font-size: 13.5px;
    line-height: 20px;
    text-shadow: 0 0 0.25px;
    opacity: 0;
    -webkit-transition: 0.5s ease 2.5s;
    -moz-transition: 0.5s ease 2.5s;
    -o-transition: 0.5s ease 2.5s;
    transition: 0.5s ease 2.5s;
}
#infografico .secao_abas .ativado p.info,
#infografico-2 .secao_abas .ativado p.info {
    opacity: 1;
}
#infografico .secao_abas p.info strong,
#infografico-2 .secao_abas p.info strong {
    font-weight: normal;
}
#infografico .secao_abas .ativado h3:before,
#infografico-2 .secao_abas .ativado h3:before {
    width: 100%;
}
.secao_abas h3 span {
    color: #fff;
}
.secao_abas .ativado h3 span {
    -webkit-transition: 0.1s ease 0.4s;
    -moz-transition: 0.1s ease 0.4s;
    -o-transition: 0.1s ease 0.4s;
    transition: 0.1s ease 0.4s;
    color: #00438f;
}
.secao_abas .ativado .zoom-02 {
    -webkit-transition: 0.1s ease 0.6s;
    -moz-transition: 0.1s ease 0.6s;
    -o-transition: 0.1s ease 0.6s;
    transition: 0.1s ease 0.6s;
}
.secao_abas .ativado .zoom-03 {
    -webkit-transition: 0.1s ease 0.8s;
    -moz-transition: 0.1s ease 0.8s;
    -o-transition: 0.1s ease 0.8s;
    transition: 0.1s ease 0.8s;
}
.secao_abas .ativado .zoom-04 {
    -webkit-transition: 0.1s ease 1.0s;
    -moz-transition: 0.1s ease 1.0s;
    -o-transition: 0.1s ease 1.0s;
    transition: 0.1s ease 1.0s;
}
.secao_abas .ativado .zoom-05 {
    -webkit-transition: 0.1s ease 1.2s;
    -moz-transition: 0.1s ease 1.2s;
    -o-transition: 0.1s ease 1.2s;
    transition: 0.1s ease 1.2s;
}
.secao_abas .ativado .zoom-06 {
    -webkit-transition: 0.1s ease 1.4s;
    -moz-transition: 0.1s ease 1.4s;
    -o-transition: 0.1s ease 1.4s;
    transition: 0.1s ease 1.4s;
}
.secao_abas .ativado .zoom-07 {
    -webkit-transition: 0.1s ease 1.6s;
    -moz-transition: 0.1s ease 1.6s;
    -o-transition: 0.1s ease 1.6s;
    transition: 0.1s ease 1.6s;
}
.secao_abas .ativado .zoom-08 {
    -webkit-transition: 0.1s ease 1.8s;
    -moz-transition: 0.1s ease 1.8s;
    -o-transition: 0.1s ease 1.8s;
    transition: 0.1s ease 1.8s;
}
.secao_abas .ativado .zoom-09 {
    -webkit-transition: 0.1s ease 2.0s;
    -moz-transition: 0.1s ease 2.0s;
    -o-transition: 0.1s ease 2.0s;
    transition: 0.1s ease 2.0s;
}
.secao_abas .ativado .zoom-10 {
    -webkit-transition: 0.1s ease 2.2s;
    -moz-transition: 0.1s ease 2.2s;
    -o-transition: 0.1s ease 2.2s;
    transition: 0.1s ease 2.2s;
}
.secao_abas .ativado .zoom-11 {
    -webkit-transition: 0.1s ease 2.4s;
    -moz-transition: 0.1s ease 2.4s;
    -o-transition: 0.1s ease 2.4s;
    transition: 0.1s ease 2.4s;
}
.secao_abas .ativado .zoom-12 {
    -webkit-transition: 0.1s ease 2.6s;
    -moz-transition: 0.1s ease 2.6s;
    -o-transition: 0.1s ease 2.6s;
    transition: 0.1s ease 2.6s;
}
.secao_abas .ativado .zoom-13 {
    -webkit-transition: 0.1s ease 2.8s;
    -moz-transition: 0.1s ease 2.8s;
    -o-transition: 0.1s ease 2.8s;
    transition: 0.1s ease 2.8s;
}
.secao_abas .ativado .zoom-14 {
    -webkit-transition: 0.1s ease 3.0s;
    -moz-transition: 0.1s ease 3.0s;
    -o-transition: 0.1s ease 3.0s;
    transition: 0.1s ease 3.0s;
}
.secao_abas .ativado .zoom-15 {
    -webkit-transition: 0.1s ease 3.2s;
    -moz-transition: 0.1s ease 3.2s;
    -o-transition: 0.1s ease 3.2s;
    transition: 0.1s ease 3.2s;
}
.secao_abas .ativado .zoom-16 {
    -webkit-transition: 0.1s ease 3.4s;
    -moz-transition: 0.1s ease 3.4s;
    -o-transition: 0.1s ease 3.4s;
    transition: 0.1s ease 3.4s;
}
.secao_abas .ativado .zoom-17 {
    -webkit-transition: 0.1s ease 3.6s;
    -moz-transition: 0.1s ease 3.6s;
    -o-transition: 0.1s ease 3.6s;
    transition: 0.1s ease 3.6s;
}
.secao_abas .ativado .zoom-18 {
    -webkit-transition: 0.1s ease 3.8s;
    -moz-transition: 0.1s ease 3.8s;
    -o-transition: 0.1s ease 3.8s;
    transition: 0.1s ease 3.8s;
}
.secao_abas .ativado .zoom-19 {
    -webkit-transition: 0.1s ease 4.0s;
    -moz-transition: 0.1s ease 4.0s;
    -o-transition: 0.1s ease 4.0s;
    transition: 0.1s ease 4.0s;
}
.secao_abas .ativado .zoom-20 {
    -webkit-transition: 0.1s ease 4.2s;
    -moz-transition: 0.1s ease 4.2s;
    -o-transition: 0.1s ease 4.2s;
    transition: 0.1s ease 4.2s;
}
.secao_abas .ativado .zoom-21 {
    -webkit-transition: 0.1s ease 4.4s;
    -moz-transition: 0.1s ease 4.4s;
    -o-transition: 0.1s ease 4.4s;
    transition: 0.1s ease 4.4s;
}
.secao_abas .ativado .zoom-22 {
    -webkit-transition: 0.1s ease 4.6s;
    -moz-transition: 0.1s ease 4.6s;
    -o-transition: 0.1s ease 4.6s;
    transition: 0.1s ease 4.6s;
}
.secao_abas .ativado .zoom-23 {
    -webkit-transition: 0.1s ease 4.8s;
    -moz-transition: 0.1s ease 4.8s;
    -o-transition: 0.1s ease 4.8s;
    transition: 0.1s ease 4.8s;
}
.secao_abas .ativado .zoom-24 {
    -webkit-transition: 0.1s ease 5.0s;
    -moz-transition: 0.1s ease 5.0s;
    -o-transition: 0.1s ease 5.0s;
    transition: 0.1s ease 5.0s;
}
.secao_abas .ativado .zoom-25 {
    -webkit-transition: 0.1s ease 5.2s;
    -moz-transition: 0.1s ease 5.2s;
    -o-transition: 0.1s ease 5.2s;
    transition: 0.1s ease 5.2s;
}
.secao_abas .ativado .zoom-26 {

    -webkit-transition: 0.1s ease 5.4s;
    -moz-transition: 0.1s ease 5.4s;
    -o-transition: 0.1s ease 5.4s;
    transition: 0.1s ease 5.4s;
}
.secao_abas .ativado .zoom-27 {
    -webkit-transition: 0.1s ease 5.6s;
    -moz-transition: 0.1s ease 5.6s;
    -o-transition: 0.1s ease 5.6s;
    transition: 0.1s ease 5.6s;
}
.secao_abas .ativado .zoom-28 {
    -webkit-transition: 0.1s ease 5.8s;
    -moz-transition: 0.1s ease 5.8s;
    -o-transition: 0.1s ease 5.8s;
    transition: 0.1s ease 5.8s;
}
.secao_abas .ativado .zoom-29 {
    -webkit-transition: 0.1s ease 6.0s;
    -moz-transition: 0.1s ease 6.0s;
    -o-transition: 0.1s ease 6.0s;
    transition: 0.1s ease 6.0s;
}
.secao_abas .ativado .zoom-30 {
    -webkit-transition: 0.1s ease 6.2s;
    -moz-transition: 0.1s ease 6.2s;
    -o-transition: 0.1s ease 6.2s;
    transition: 0.1s ease 6.2s;
}
.secao_abas .ativado .zoom-31 {
    -webkit-transition: 0.1s ease 6.4s;
    -moz-transition: 0.1s ease 6.4s;
    -o-transition: 0.1s ease 6.4s;
    transition: 0.1s ease 6.4s;
}
.secao_abas .ativado .zoom-32 {
    -webkit-transition: 0.1s ease 6.6s;
    -moz-transition: 0.1s ease 6.6s;
    -o-transition: 0.1s ease 6.6s;
    transition: 0.1s ease 6.6s;
}
#infografico .secao_abas .aba ul,
#infografico-2 .secao_abas .aba ul {
    float: left;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}
#infografico .secao_abas .aba ul li,
#infografico-2 .secao_abas .aba ul li {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: none;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;   
}
/*modelo-de-negocio*/
/*cena 01*/
.modelo-de-negocio .secao_abas #aba_1 ul {
    background: url(../images/bg_modelo-de-negocio_cena-01.png) no-repeat 0 bottom;
}
.modelo-de-negocio .secao_abas #aba_1 ul li.item-01 {
    background-image: url(../images/img_modelo-de-negocio_cena-01_item-01.png);
    width: 206px;
    height: 184px;
    left: 0;
    bottom: 0;
    -webkit-transition: 1.5s ease 1.5s;
    -moz-transition: 1.5s ease 1.5s;
    -o-transition: 1.5s ease 1.5s;
    transition: 1.5s ease 1.5s;
}
.modelo-de-negocio .secao_abas #aba_1 ul li.item-01:before {
    content: "";
    background: url(../images/img_modelo-de-negocio_cena-01_item-01-2.png) no-repeat 0 0;
    width: 152px;
    height: 155px;
    position: absolute;
    left: 170px;
    top: -20px;
    -webkit-transition: 0.5s ease 3.0s;
    -moz-transition: 0.5s ease 3.0s;
    -o-transition: 0.5s ease 3.0s;
    transition: 0.5s ease 3.0s;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.modelo-de-negocio .secao_abas #aba_1 ul li.item-02 {
    background-image: url(../images/img_modelo-de-negocio_cena-01_item-02.png);
    width: 162px;
    height: 118px;
    left: 356px;
    bottom: 0;
    -webkit-transition: 1.0s ease 1.5s;
    -moz-transition: 1.0s ease 1.5s;
    -o-transition: 1.0s ease 1.5s;
    transition: 1.0s ease 1.5s;
}
.modelo-de-negocio .secao_abas #aba_1.ativado ul li.item-01 {
    left: 214px;
}
.modelo-de-negocio .secao_abas #aba_1.ativado ul li.item-01:before {
    left: 178px;
    top: -5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.modelo-de-negocio .secao_abas #aba_1.ativado ul li.item-02 {
    left: 566px;
}
/*cena 02*/
.modelo-de-negocio .secao_abas #aba_2 ul li.item-01 {
    background-image: url(../images/img_modelo-de-negocio_cena-02_item-01.png);
    width: 364px;
    height: 326px;
    left: 5%;
    bottom: 0;
    -webkit-transition: 1.0s ease 1.5s;
    -moz-transition: 1.0s ease 1.5s;
    -o-transition: 1.0s ease 1.5s;
    transition: 1.0s ease 1.5s;
    opacity: 0;
}
.modelo-de-negocio .secao_abas #aba_2 ul li.item-01 span {
    background: #00438F;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 22px;
    top: 201px;
    -webkit-transition: 0.5s ease 3.0s;
    -moz-transition: 0.5s ease 3.0s;
    -o-transition: 0.5s ease 3.0s;
    transition: 0.5s ease 3.0s;
    -webkit-animation: luzes-01 1.5s linear infinite alternate;
    -moz-animation: luzes-01 1.5s linear infinite alternate;
    -o-animation: luzes-01 1.5s linear infinite alternate;
    animation: luzes-01 1.5s linear infinite alternate;
}
.modelo-de-negocio .secao_abas #aba_2 ul li.item-01 .luz-02 {
    -webkit-transition: 0.5s ease 3.25s;
    -moz-transition: 0.5s ease 3.25s;
    -o-transition: 0.5s ease 3.25s;
    transition: 0.5s ease 3.25s;
    left: 60px;
}
.modelo-de-negocio .secao_abas #aba_2 ul li.item-01 .luz-03 {
    -webkit-transition: 0.5s ease 3.5s;
    -moz-transition: 0.5s ease 3.5s;
    -o-transition: 0.5s ease 3.5s;
    transition: 0.5s ease 3.5s;
    left: 97px;
}
.modelo-de-negocio .secao_abas #aba_2 ul li.item-01 .luz-04 {
    -webkit-transition: 0.5s ease 3.75s;
    -moz-transition: 0.5s ease 3.75s;
    -o-transition: 0.5s ease 3.75s;
    transition: 0.5s ease 3.75s;
    left: 134px;
}
.modelo-de-negocio .secao_abas #aba_2 ul li.item-01 .luz-05 {
    -webkit-transition: 0.5s ease 4.0s;
    -moz-transition: 0.5s ease 4.0s;
    -o-transition: 0.5s ease 4.0s;
    transition: 0.5s ease 4.0s;
    left: 172px;
}
.modelo-de-negocio .secao_abas #aba_2 ul li.item-01 .luz-06 {
    -webkit-transition: 0.5s ease 4.25s;
    -moz-transition: 0.5s ease 4.25s;
    -o-transition: 0.5s ease 4.25s;
    transition: 0.5s ease 4.25s;
    left: 249px;
    top: 283px;
}
.modelo-de-negocio .secao_abas #aba_2 ul li.item-01 .luz-07 {
    -webkit-transition: 0.5s ease 4.5s;
    -moz-transition: 0.5s ease 4.5s;
    -o-transition: 0.5s ease 4.5s;
    transition: 0.5s ease 4.5s;
    left: 282px;
    top: 283px;
}
.modelo-de-negocio .secao_abas #aba_2 ul li.item-01 .luz-02,
.modelo-de-negocio .secao_abas #aba_2 ul li.item-01 .luz-04,
.modelo-de-negocio .secao_abas #aba_2 ul li.item-01 .luz-06 {
    -webkit-animation: luzes-02 1.5s linear infinite alternate;
    -moz-animation: luzes-02 1.5s linear infinite alternate;
    -o-animation: luzes-02 1.5s linear infinite alternate;
    animation: luzes-02 1.5s linear infinite alternate;
}
@-webkit-keyframes luzes-01 {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-moz-keyframes luzes-01 {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-o-keyframes luzes-01 {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes luzes-01 {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes luzes-02 {
    from { opacity: 1; }
    to { opacity: 0; }
}
@-moz-keyframes luzes-02 {
    from { opacity: 1; }
    to { opacity: 0; }
}
@-o-keyframes luzes-02 {
    from { opacity: 1; }
    to { opacity: 0; }
}
@keyframes luzes-02 {
    from { opacity: 1; }
    to { opacity: 0; }
}
.modelo-de-negocio .secao_abas #aba_2 ul li.item-02 {
    background-image: url(../images/img_modelo-de-negocio_cena-02_item-02.png);
    width: 124px;
    height: 78px;
    left: 208px;
    bottom: 250px;
    -webkit-transition: 2.5s ease 2.5s;
    -moz-transition: 2.5s ease 2.5s;
    -o-transition: 2.5s ease 2.5s;
    transition: 2.5s ease 2.5s;
    opacity: 0;
}
.modelo-de-negocio .secao_abas #aba_2.ativado ul li.item-01 {
    opacity: 1;
}
.modelo-de-negocio .secao_abas #aba_2.ativado ul li.item-02 {
    left: 292px;
    opacity: 1;
}
/*cena 03*/
.modelo-de-negocio .secao_abas #aba_3 ul li.item-01 {
    background-image: url(../images/img_modelo-de-negocio_cena-03_item-01.png);
    width: 760px;
    height: 372px;
    left: 5%;
    bottom: 0;
    -webkit-transition: 1.0s ease 1.5s;
    -moz-transition: 1.0s ease 1.5s;
    -o-transition: 1.0s ease 1.5s;
    transition: 1.0s ease 1.5s;
    opacity: 0;
}
.modelo-de-negocio .secao_abas #aba_3 ul li.item-01 span {
    background: url(../images/img_modelo-de-negocio_cena-03_item-02.png) repeat-y 0 0;
    width: 16px;
    height: 108px;
    position: absolute;
    left: 367px;
    top: 264px;
    opacity: 0;
    -webkit-transition: 0.5s ease 3.0s;
    -moz-transition: 0.5s ease 3.0s;
    -o-transition: 0.5s ease 3.0s;
    transition: 0.5s ease 3.0s;
    -webkit-animation: cascata 2000s linear infinite alternate;
    -moz-animation: cascata 2000s linear infinite alternate;
    -o-animation: cascata 2000s linear infinite alternate;
    animation: cascata 2000s linear infinite alternate;
}
@-webkit-keyframes cascata {
    from { background-position: 0 -99999px; }
}
@-moz-keyframes cascata {
    from { background-position: 0 -99999px; }
}
@-o-keyframes cascata {
    from { background-position: 0 -99999px; }
}
@keyframes cascata {
    from { background-position: 0 -99999px; }
}
.modelo-de-negocio .secao_abas #aba_3 ul li.item-01 .agua-02 {
    left: 400px;
}
.modelo-de-negocio .secao_abas #aba_3 ul li.item-01 .agua-03 {
    left: 433px;
}
.modelo-de-negocio .secao_abas #aba_3 ul li.item-01 .agua-04 {
    left: 466px;
}
.modelo-de-negocio .secao_abas #aba_3 ul li.item-01 .agua-05 {
    left: 499px;
}
.modelo-de-negocio .secao_abas #aba_3 ul li.item-01 .agua-06 {
    left: 532px;
}
.modelo-de-negocio .secao_abas #aba_3 ul li.item-01 .agua-07 {
    left: 565px;
}
.modelo-de-negocio .secao_abas #aba_3.ativado ul li.item-01 {
    opacity: 1;
}
.modelo-de-negocio .secao_abas #aba_3.ativado ul li.item-01 span {
    opacity: 1;
}
/*cena 04*/
.modelo-de-negocio .secao_abas #aba_4 ul li.item-01 {
    background-image: url(../images/img_modelo-de-negocio_cena-04_item-01.png);
    width: 425px;
    height: 350px;
    right: 1%;
    bottom: 0;
    -webkit-transition: 1.0s ease 1.5s;
    -moz-transition: 1.0s ease 1.5s;
    -o-transition: 1.0s ease 1.5s;
    transition: 1.0s ease 1.5s;
    opacity: 0;
}
.modelo-de-negocio .secao_abas #aba_4 ul li.item-01 span {
    background: #004C98;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 255px;
    top: 100px;
    -webkit-transition: 0.5s ease 3.0s;
    -moz-transition: 0.5s ease 3.0s;
    -o-transition: 0.5s ease 3.0s;
    transition: 0.5s ease 3.0s;
    opacity: 1;
    -webkit-animation: luzes-01 1.5s linear infinite alternate;
    -moz-animation: luzes-01 1.5s linear infinite alternate;
    -o-animation: luzes-01 1.5s linear infinite alternate;
    animation: luzes-01 1.5s linear infinite alternate;
}
.modelo-de-negocio .secao_abas #aba_4 ul li.item-01 .luz-02,
.modelo-de-negocio .secao_abas #aba_4 ul li.item-01 .luz-04,
.modelo-de-negocio .secao_abas #aba_4 ul li.item-01 .luz-06 {
    -webkit-animation: luzes-02 1.5s linear infinite alternate;
    -moz-animation: luzes-02 1.5s linear infinite alternate;
    -o-animation: luzes-02 1.5s linear infinite alternate;
    animation: luzes-02 1.5s linear infinite alternate;
}
.modelo-de-negocio .secao_abas #aba_4 ul li.item-01 .luz-01 {
    top: 141px;
}
.modelo-de-negocio .secao_abas #aba_4 ul li.item-01 .luz-02 {
    -webkit-transition: 0.5s ease 3.25s;
    -moz-transition: 0.5s ease 3.25s;
    -o-transition: 0.5s ease 3.25s;
    transition: 0.5s ease 3.25s;
    left: 274px;
    top: 141px;
}
.modelo-de-negocio .secao_abas #aba_4 ul li.item-01 .luz-03 {
    -webkit-transition: 0.5s ease 3.5s;
    -moz-transition: 0.5s ease 3.5s;
    -o-transition: 0.5s ease 3.5s;
    transition: 0.5s ease 3.5s;
    left: 324px;
}
.modelo-de-negocio .secao_abas #aba_4 ul li.item-01 .luz-04 {
    -webkit-transition: 0.5s ease 3.75s;
    -moz-transition: 0.5s ease 3.75s;
    -o-transition: 0.5s ease 3.75s;
    transition: 0.5s ease 3.75s;
    left: 342px;
}
.modelo-de-negocio .secao_abas #aba_4 ul li.item-01 .luz-05 {
    -webkit-transition: 0.5s ease 4.0s;
    -moz-transition: 0.5s ease 4.0s;
    -o-transition: 0.5s ease 4.0s;
    transition: 0.5s ease 4.0s;
    left: 360px;
}
.modelo-de-negocio .secao_abas #aba_4 ul li.item-01 .luz-06 {
    -webkit-transition: 0.5s ease 4.25s;
    -moz-transition: 0.5s ease 4.25s;
    -o-transition: 0.5s ease 4.25s;
    transition: 0.5s ease 4.25s;
    left: 378px;
}
.modelo-de-negocio .secao_abas #aba_4 ul li.item-01 .luz-07 {
    -webkit-transition: 0.5s ease 4.5s;
    -moz-transition: 0.5s ease 4.5s;
    -o-transition: 0.5s ease 4.5s;
    transition: 0.5s ease 4.5s;
    left: 395px;
}
.modelo-de-negocio .secao_abas #aba_4 ul li.item-02 {
    background-image: url(../images/img_modelo-de-negocio_cena-04_item-02.png);
    width: 102px;
    height: 40px;
    left: 380px;
    bottom: 186px;
    -webkit-transition: 2.5s ease 2.5s;
    -moz-transition: 2.5s ease 2.5s;
    -o-transition: 2.5s ease 2.5s;
    transition: 2.5s ease 2.5s;
    opacity: 0;
}
.modelo-de-negocio .secao_abas #aba_4.ativado ul li.item-01 {
    opacity: 1;
}
.modelo-de-negocio .secao_abas #aba_4.ativado ul li.item-01 span {
    opacity: 0;
}

.modelo-de-negocio .secao_abas #aba_4.ativado ul li.item-02 {
    left: 422px;
    opacity: 1;
}
.modelo-de-negocio .secao_abas #aba_4 ul li.item-03 {
    background-image: url(../images/img_modelo-de-negocio_cena-04_item-03.png);
    width: 383px;
    height: 97px;
    left: -383px;
    bottom: 0;
    -webkit-transition: 3.5s ease 2.5s;
    -moz-transition: 3.5s ease 2.5s;
    -o-transition: 3.5s ease 2.5s;
    transition: 3.5s ease 2.5s;
}
.modelo-de-negocio .secao_abas #aba_4.ativado ul li.item-03 {
    left: 0;
}
/*cena 05*/
.modelo-de-negocio .secao_abas #aba_5 ul li.item-01 {
    background-image: url(../images/img_modelo-de-negocio_cena-05_item-01.png);
    width: 672px;
    height: 340px;
    left: 5%;
    bottom: 0;
    -webkit-transition: 1.0s ease 1.5s;
    -moz-transition: 1.0s ease 1.5s;
    -o-transition: 1.0s ease 1.5s;
    transition: 1.0s ease 1.5s;
    opacity: 0;
}
.modelo-de-negocio .secao_abas #aba_5 ul li.item-01:before {
    content: "";
    background-image: url(../images/img_modelo-de-negocio_cena-05_item-01-1.png);
    width: 100px;
    height: 73px;
    position: absolute;
    left: 333px;
    top: 25px;
    -webkit-transition: 2.5s ease 2.25s;
    -moz-transition: 2.5s ease 2.25s;
    -o-transition: 2.5s ease 2.25s;
    transition: 2.5s ease 2.25s;
}
.modelo-de-negocio .secao_abas #aba_5 ul li.item-02 {
    background-image: url(../images/img_modelo-de-negocio_cena-05_item-02.png);
    width: 260px;
    height: 158px;
    right: -310px;
    bottom: 0;
    -webkit-transition: 2.5s ease 2.5s;
    -moz-transition: 2.5s ease 2.5s;
    -o-transition: 2.5s ease 2.5s;
    transition: 2.5s ease 2.5s;
}
.modelo-de-negocio .secao_abas #aba_5.ativado ul li.item-01 {
    opacity: 1;
}
.modelo-de-negocio .secao_abas #aba_5.ativado ul li.item-01:before {
    top: 48px;
}
.modelo-de-negocio .secao_abas #aba_5.ativado ul li.item-02 {
    right: 50px;
}
.modelo-de-negocio .secao_abas #aba_5 ul li.item-03 {
    background-image: url(../images/img_modelo-de-negocio_cena-05_item-03.png);
    width: 100px;
    height: 77px;
    left: 6%;
    bottom: 0;
    -webkit-transition: 1.5s ease 2.5s;
    -moz-transition: 1.5s ease 2.5s;
    -o-transition: 1.5s ease 2.5s;
    transition: 1.5s ease 2.5s;
    opacity: 0;
}
.modelo-de-negocio .secao_abas #aba_5 ul li.item-03:before {
    content: "";
    background-image: url(../images/img_modelo-de-negocio_cena-05_item-03-1.png);
    width: 53px;
    height: 53px;
    position: absolute;
    left: 17px;
    top: -14px;
    -webkit-animation: betoneira 2.5s linear infinite;
    -moz-animation: betoneira 2.5s linear infinite;
    -o-animation: betoneira 2.5s linear infinite;
    animation: betoneira 2.5s linear infinite;
}
@-webkit-keyframes betoneira {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes betoneira {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-o-keyframes betoneira {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}
@keyframes betoneira {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.modelo-de-negocio .secao_abas #aba_5.ativado ul li.item-03 {
    opacity: 1;
}
.modelo-de-negocio .secao_abas #aba_5 ul li.item-04 {
    width: 280px;
    height: 80px;
    left: 195px;
    bottom: 25px;
    -webkit-transition: 1.0s ease 1.5s;
    -moz-transition: 1.0s ease 1.5s;
    -o-transition: 1.0s ease 1.5s;
    transition: 1.0s ease 1.5s;
}
.modelo-de-negocio .secao_abas #aba_5 ul li.item-04:before {
    content: "";
    background-image: url(../images/img_modelo-de-negocio_cena-05_item-04-1.png);
    width: 170px;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 25px;
    -webkit-transition: 2.75s ease 1.5s;
    -moz-transition: 2.75s ease 1.5s;
    -o-transition: 2.75s ease 1.5s;
    transition: 2.75s ease 1.5s;
}
.modelo-de-negocio .secao_abas #aba_5 ul li.item-04:after {
    content: "";
    background-image: url(../images/img_modelo-de-negocio_cena-05_item-04-2.png);
    width: 160px;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: 2.75s ease 1.5s;
    -moz-transition: 2.75s ease 1.5s;
    -o-transition: 2.75s ease 1.5s;
    transition: 2.75s ease 1.5s;
}
.modelo-de-negocio .secao_abas #aba_5.ativado ul li.item-04:before {
    height: 54px;
}
.modelo-de-negocio .secao_abas #aba_5.ativado ul li.item-04:after {
    height: 31px;
}
/*fim modelo-de-negocio*/
/*energia-hidreletrica*/
/*cena 01*/
.hidreletrica .secao_abas #aba_1 ul,
.hidreletrica .secao_abas #aba_2 ul,
.hidreletrica .secao_abas #aba_3 ul {
    background: url(../images/bg_hidreletrica_cena-01-02-03.png) no-repeat 0 bottom;
}
.hidreletrica .secao_abas #aba_1 ul li.item-01,
.hidreletrica .secao_abas #aba_2 ul li.item-01,
.hidreletrica .secao_abas #aba_3 ul li.item-01 {
    background-image: url(../images/bg_hidreletrica_cena-01_item-01.png);
    width: 129px;
    height: 207px;
    left: 225px;
    bottom: 120px;
    -webkit-transition: 1.5s ease 1.5s;
    -moz-transition: 1.5s ease 1.5s;
    -o-transition: 1.5s ease 1.5s;
    transition: 1.5s ease 1.5s;
}
.hidreletrica .secao_abas #aba_1 ul li.item-01:before,
.hidreletrica .secao_abas #aba_2 ul li.item-01:before,
.hidreletrica .secao_abas #aba_3 ul li.item-01:before {
    content: "";
    background: url(../images/img_hidreletrica_cena-01_item-01-2.png) no-repeat 0 0;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 39px;
    bottom: -25px;
}
.hidreletrica .secao_abas #aba_1.ativado ul li.item-01:before,
.hidreletrica .secao_abas #aba_2.ativado ul li.item-01:before,
.hidreletrica .secao_abas #aba_3.ativado ul li.item-01:before {
    -webkit-animation: turbina 2.5s linear infinite;
    -moz-animation: turbina 2.5s linear infinite;
    -o-animation: turbina 2.5s linear infinite;
    animation: turbina 2.5s linear infinite;
}
@-webkit-keyframes turbina {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes turbina {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-o-keyframes turbina {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}
@keyframes turbina {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.hidreletrica .secao_abas #aba_1 ul li.item-02,
.hidreletrica .secao_abas #aba_2 ul li.item-02,
.hidreletrica .secao_abas #aba_3 ul li.item-02 {
    background: url(../images/bg_hidreletrica_cena-01_item-01-2.png) repeat-x 0 center;
    width: 100%;
    height: 188px;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.hidreletrica .secao_abas #aba_1.ativado ul li.item-02,
.hidreletrica .secao_abas #aba_2.ativado ul li.item-02,
.hidreletrica .secao_abas #aba_3.ativado ul li.item-02 {
    -webkit-animation: rio_ondas 60.0s linear infinite;
    -moz-animation: rio_ondas 60.0s linear infinite;
    -o-animation: rio_ondas 60.0s linear infinite;
    animation: rio_ondas 60.0s linear infinite;
}
@-webkit-keyframes rio_ondas {
    100% { background-position: 4000px center; }
}
@-moz-keyframes rio_ondas {
    100% { background-position: 4000px center; }
}
@-o-keyframes rio_ondas {
    100% { background-position: 4000px center; }
}
@keyframes rio_ondas {
    100% { background-position: 4000px center; }
}
.hidreletrica .secao_abas #aba_1 ul li.item-02:before,
.hidreletrica .secao_abas #aba_2 ul li.item-02:before,
.hidreletrica .secao_abas #aba_3 ul li.item-02:before {
    content: "";
    width: 340px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    background: #083F89;
}
/*cena 02*/
.hidreletrica .secao_abas #aba_2 ul li.item-03 {
    background: url(../images/bg_hidreletrica_cena-02_item-03.png) no-repeat 0 0;
    width: 130px;
    height: 34px;
    position: absolute;
    left: 224px;
    bottom: 185px;
}
.hidreletrica .secao_abas #aba_2 ul li.item-03:before {
    content: "";
    background: url(../images/bg_hidreletrica_cena-03_item-03-2.png) no-repeat 2px center;
    width: 130px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.hidreletrica .secao_abas #aba_2.ativado ul li.item-03:before {
    -webkit-animation: energia_a 7.5s linear infinite;
    -moz-animation: energia_a 7.5s linear infinite;
    -o-animation: energia_a 7.5s linear infinite;
    animation: energia_a 7.5s linear infinite;
}
@-webkit-keyframes energia_a {
    from { width: 0; }
    to { width: 130px; }
}
@-moz-keyframes energia_a {
    from { width: 0; }
    to { width: 130px; }
}
@-o-keyframes energia_a {
    from { width: 0; }
    to { width: 130px; }
}
@keyframes energia_a {
    from { width: 0; }
    to { width: 130px; }
}
/*cena 03*/
.hidreletrica .secao_abas #aba_3 ul li.item-01 {
    background-image: url(../images/bg_hidreletrica_cena-03_item-01.png);
}
.hidreletrica .secao_abas #aba_3 ul li.item-03 {
    background: url(../images/bg_hidreletrica_cena-02_item-03.png) no-repeat 0 0;
    width: 130px;
    height: 34px;
    position: absolute;
    left: 224px;
    bottom: 185px;
}
.hidreletrica .secao_abas #aba_3 ul li.item-03:before {
    content: "";
    background: url(../images/bg_hidreletrica_cena-03_item-03-2.png) no-repeat 2px center;
    width: 130px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.hidreletrica .secao_abas #aba_3.ativado ul li.item-03:before {
    -webkit-animation: energia_b 7.5s linear infinite;
    -moz-animation: energia_b 7.5s linear infinite;
    -o-animation: energia_b 7.5s linear infinite;
    animation: energia_b 7.5s linear infinite;
}
@-webkit-keyframes energia_b {
    from { width: 130px; }
    to { width: 130px; }
}
@-moz-keyframes energia_b {
    from { width: 130px; }
    to { width: 130px; }
}
@-o-keyframes energia_b {
    from { width: 130px; }
    to { width: 130px; }
}
@keyframes energia_b {
    from { width: 130px; }
    to { width: 130px; }
}
.hidreletrica .secao_abas #aba_3 ul li.item-04 {
    width: 20px;
    height: 47px;
    position: absolute;
    left: 251px;
    bottom: 238px;
    overflow: hidden;
}
.hidreletrica .secao_abas #aba_3 ul li.item-04:after,
.hidreletrica .secao_abas #aba_3 ul li.item-04:before {
    content: "";
    background: #77a4c3;
    width: 8px;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.hidreletrica .secao_abas #aba_3.ativado ul li.item-04:after {
    -webkit-animation: energia_c 0.75s linear infinite;
    -moz-animation: energia_c 0.75s linear infinite;
    -o-animation: energia_c 0.75s linear infinite;
    animation: energia_c 0.75s linear infinite;
}
.hidreletrica .secao_abas #aba_3 ul li.item-04:after {
    left: 9px;
    height: 100px;
}
.hidreletrica .secao_abas #aba_3.ativado ul li.item-04:before {
    -webkit-animation: energia_d 0.75s linear infinite;
    -moz-animation: energia_d 0.75s linear infinite;
    -o-animation: energia_d 0.75s linear infinite;
    animation: energia_d 0.75s linear infinite;
}
@-webkit-keyframes energia_c {
    0% { /*height: 0;*/ opacity: 0; }
    50% { /*height: 100px;*/ opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes energia_c {
    0% { /*height: 0;*/ opacity: 0; }
    50% { /*height: 100px;*/ opacity: 1; }
    100% { opacity: 0; }
}
@-o-keyframes energia_c {
    0% { /*height: 0;*/ opacity: 0; }
    50% { /*height: 100px;*/ opacity: 1; }
    100% { opacity: 0; }
}
@keyframes energia_c {
    0% { /*height: 0;*/ opacity: 0; }
    50% { /*height: 100px;*/ opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes energia_d {
    0% { /*height: 0;*/ opacity: 1; }
    50% { /*height: 100px;*/ opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes energia_d {
    0% { /*height: 0;*/ opacity: 1; }
    50% { /*height: 100px;*/ opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes energia_d {
    0% { /*height: 0;*/ opacity: 1; }
    50% { /*height: 100px;*/ opacity: 0; }
    100% { opacity: 1; }
}
@keyframes energia_d {
    0% { /*height: 0;*/ opacity: 1; }
    50% { /*height: 100px;*/ opacity: 0; }
    100% { opacity: 1; }
}
/*cena 04*/
.hidreletrica .secao_abas #aba_4 ul {
    background: url(../images/bg_hidreletrica_cena-04.png) no-repeat 25px bottom;
}
.hidreletrica .secao_abas #aba_4 ul li.item-01 {
    width: 156px;
    height: 96px;
    position: absolute;
    left: 60px;
    bottom: 37px;
    overflow: hidden;
}
.hidreletrica .secao_abas #aba_4 ul li.item-01:before {
    content: "";
    background: #1d679b;
    width: 156px;
    height: 130px;
    position: absolute;
    left: 0;
    bottom: 0;
    /*opacity: 0.6;*/
}
.hidreletrica .secao_abas #aba_4.ativado ul li.item-01:before {
    -webkit-animation: energia_f 0.75s linear infinite;
    -moz-animation: energia_f 0.75s linear infinite;
    -o-animation: energia_f 0.75s linear infinite;
    animation: energia_f 0.75s linear infinite;
}
@-webkit-keyframes energia_f {
    0% { /*height: 0;*/ opacity: 0; }
    50% { /*height: 130px;*/ opacity: 1; }
    100% { /*height: 0;*/ opacity: 0; }
}
@-moz-keyframes energia_f {
    0% { /*height: 0;*/ opacity: 0; }
    50% { /*height: 130px;*/ opacity: 1; }
    100% { /*height: 0;*/ opacity: 0; }
}
@-o-keyframes energia_f {
    0% { /*height: 0;*/ opacity: 0; }
    50% { /*height: 130px;*/ opacity: 1; }
    100% { /*height: 0;*/ opacity: 0; }
}
@keyframes energia_f {
    0% { /*height: 0;*/ opacity: 0; }
    50% { /*height: 130px;*/ opacity: 1; }
    100% { /*height: 0;*/ opacity: 0; }
}
.hidreletrica .secao_abas #aba_4 ul li.item-02 {
    width: 212px;
    height: 55px;
    position: absolute;
    left: 175px;
    bottom: 204px;
}
.hidreletrica .secao_abas #aba_4 ul li.item-02:before {
    content: "";
    /* background: #20679b; */
    background: url(../images/img_termeletrica_cena-04_item-02.png) no-repeat 0 0;
    width: 12px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -2px;
    /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; */
}
.hidreletrica .secao_abas #aba_4.ativado ul li.item-02:before {
    -webkit-animation: energia_g 5.0s linear infinite;
    -moz-animation: energia_g 5.0s linear infinite;
    -o-animation: energia_g 5.0s linear infinite;
    animation: energia_g 5.0s linear infinite;
}
@-webkit-keyframes energia_g {
    0% { left: 0; bottom: -2px; }
    14% { left: 30px; bottom: 15px; }
    28% { left: 65px; bottom: 24px; }
    42% { left: 85px; bottom: 28px; }
    56% { left: 105px; bottom: 32px; }
    70% { left: 120px; bottom: 34px; }
    84% { left: 140px; bottom: 36px; }
    100% { left: 205px; bottom: 37px; }
}
@-moz-keyframes energia_g {
    0% { left: 0; bottom: -2px; }
    14% { left: 30px; bottom: 15px; }
    28% { left: 65px; bottom: 24px; }
    42% { left: 85px; bottom: 28px; }
    56% { left: 105px; bottom: 32px; }
    70% { left: 120px; bottom: 34px; }
    84% { left: 140px; bottom: 36px; }
    100% { left: 205px; bottom: 37px; }
}
@-o-keyframes energia_g {
    0% { left: 0; bottom: -2px; }
    14% { left: 30px; bottom: 15px; }
    28% { left: 65px; bottom: 24px; }
    42% { left: 85px; bottom: 28px; }
    56% { left: 105px; bottom: 32px; }
    70% { left: 120px; bottom: 34px; }
    84% { left: 140px; bottom: 36px; }
    100% { left: 205px; bottom: 37px; }
}
@keyframes energia_g {
    0% { left: 0; bottom: -2px; }
    14% { left: 30px; bottom: 15px; }
    28% { left: 65px; bottom: 24px; }
    42% { left: 85px; bottom: 28px; }
    56% { left: 105px; bottom: 32px; }
    70% { left: 120px; bottom: 34px; }
    84% { left: 140px; bottom: 36px; }
    100% { left: 205px; bottom: 37px; }
}
/*cena 05*/
.hidreletrica .secao_abas #aba_5 ul {
    background: url(../images/bg_hidreletrica_cena-05.png) no-repeat 0 bottom;
}
.hidreletrica .secao_abas #aba_5.ativado ul li {
    background-position: 0 bottom;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.hidreletrica .secao_abas #aba_5 ul li.item-01 {
    background-image: url(../images/bg_hidreletrica_cena-05_item-01.png);
    -webkit-animation: luzes_a 2.0s linear infinite;
    -moz-animation: luzes_a 2.0s linear infinite;
    -o-animation: luzes_a 2.0s linear infinite;
    animation: luzes_a 2.0s linear infinite;
}
.hidreletrica .secao_abas #aba_5 ul li.item-02 {
    background-image: url(../images/bg_hidreletrica_cena-05_item-02.png);
    -webkit-animation: luzes_b 2.0s linear infinite;
    -moz-animation: luzes_b 2.0s linear infinite;
    -o-animation: luzes_b 2.0s linear infinite;
    animation: luzes_b 2.0s linear infinite;
}
.hidreletrica .secao_abas #aba_5 ul li.item-03 {
    background-image: url(../images/bg_hidreletrica_cena-05_item-03.png);
    -webkit-animation: luzes_c 2.0s linear infinite;
    -moz-animation: luzes_c 2.0s linear infinite;
    -o-animation: luzes_c 2.0s linear infinite;
    animation: luzes_c 2.0s linear infinite;
}
.hidreletrica .secao_abas #aba_5 ul li.item-04 {
    background-image: url(../images/bg_hidreletrica_cena-05_item-04.png);
    -webkit-animation: luzes_d 2.0s linear infinite;
    -moz-animation: luzes_d 2.0s linear infinite;
    -o-animation: luzes_d 2.0s linear infinite;
    animation: luzes_d 2.0s linear infinite;
}
@-webkit-keyframes luzes_a {
    0% { opacity: 0; }
    25% { opacity: 0.25; }
    50% { opacity: 0.5; }
    75% { opacity: 0.75; }
    100% { opacity: 1; }
}
@-moz-keyframes luzes_a {
    0% { opacity: 0; }
    25% { opacity: 0.25; }
    50% { opacity: 0.5; }
    75% { opacity: 0.75; }
    100% { opacity: 1; }
}
@-o-keyframes luzes_a {
    0% { opacity: 0; }
    25% { opacity: 0.25; }
    50% { opacity: 0.5; }
    75% { opacity: 0.75; }
    100% { opacity: 1; }
}
@keyframes luzes_a {
    0% { opacity: 0; }
    25% { opacity: 0.25; }
    50% { opacity: 0.5; }
    75% { opacity: 0.75; }
    100% { opacity: 1; }
}
@-webkit-keyframes luzes_b {
    0% { opacity: 1; }
    25% { opacity: 0; }
    50% { opacity: 0.25; }
    75% { opacity: 0.5; }
    100% { opacity: 0.75; }
}
@-moz-keyframes luzes_b {
    0% { opacity: 1; }
    25% { opacity: 0; }
    50% { opacity: 0.25; }
    75% { opacity: 0.5; }
    100% { opacity: 0.75; }
}
@-o-keyframes luzes_b {
    0% { opacity: 1; }
    25% { opacity: 0; }
    50% { opacity: 0.25; }
    75% { opacity: 0.5; }
    100% { opacity: 0.75; }
}
@keyframes luzes_b {
    0% { opacity: 1; }
    25% { opacity: 0; }
    50% { opacity: 0.25; }
    75% { opacity: 0.5; }
    100% { opacity: 0.75; }
}
@-webkit-keyframes luzes_c {
    0% { opacity: 0.75; }
    25% { opacity: 1; }
    50% { opacity: 0; }
    75% { opacity: 0.25; }
    100% { opacity: 0.5; }
}
@-moz-keyframes luzes_c {
    0% { opacity: 0.75; }
    25% { opacity: 1; }
    50% { opacity: 0; }
    75% { opacity: 0.25; }
    100% { opacity: 0.5; }
}
@-o-keyframes luzes_c {
    0% { opacity: 0.75; }
    25% { opacity: 1; }
    50% { opacity: 0; }
    75% { opacity: 0.25; }
    100% { opacity: 0.5; }
}
@keyframes luzes_c {
    0% { opacity: 0.75; }
    25% { opacity: 1; }
    50% { opacity: 0; }
    75% { opacity: 0.25; }
    100% { opacity: 0.5; }
}
@-webkit-keyframes luzes_d {
    0% { opacity: 0.5; }
    25% { opacity: 0.75; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 0.25; }
}
@-moz-keyframes luzes_d {
    0% { opacity: 0.5; }
    25% { opacity: 0.75; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 0.25; }
}
@-o-keyframes luzes_d {
    0% { opacity: 0.5; }
    25% { opacity: 0.75; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 0.25; }
}
@keyframes luzes_d {
    0% { opacity: 0.5; }
    25% { opacity: 0.75; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 0.25; }
}
/*fim energia-hidreletrica*/
/*mineração*/
/*cena 01*/
.mineracao .secao_abas #aba_1 ul {
    background: url(../images/bg_mineracao_cena-01.png) no-repeat 0 bottom;
}
.mineracao .secao_abas #aba_1 ul:before {
    content: "";
    background: url(../images/bg_mineracao_cena-01-before.png) no-repeat 0 0;
    position: absolute;
    bottom: 146px;
    left: 0;
    width: 184px;
    height: 214px;
    z-index: 3;
}
.mineracao .secao_abas #aba_1 ul li.item-01 {
    background-image: url(../images/img_mineracao_cena-01_item-01.png);
    width: 190px;
    height: 137px;
    left: -190px;
    bottom: 163px;
    -webkit-transition: 2.5s ease 0.5s;
    -moz-transition: 2.5s ease 0.5s;
    -o-transition: 2.5s ease 0.5s;
    transition: 2.5s ease 0.5s;
    z-index: 2;
}
.mineracao .secao_abas #aba_1.ativado ul li.item-01 {
    left: 211px;
}
.mineracao .secao_abas #aba_1 ul li.item-01:before {
    content: "";
    background: url(../images/img_mineracao_cena-01_item-01-before.png) no-repeat 0 bottom;
    width: 21px;
    height: 103px;
    position: absolute;
    right: 0;
    top: 20px;
    -webkit-transition: 0.5s ease 3.0s;
    -moz-transition: 0.5s ease 3.0s;
    -o-transition: 0.5s ease 3.0s;
    transition: 0.5s ease 3.0s;
}
.mineracao .secao_abas #aba_1.ativado ul li.item-01:before {
    top: 50px;
    z-index: 2;
}
.mineracao .secao_abas #aba_1 ul li.item-01:after {
    content: "";
    background: url(../images/img_mineracao_cena-01_item-01-after.png) no-repeat 0 bottom;
    width: 6px;
    height: 0;
    position: absolute;
    right: 11px;
    top: 131px;
    -webkit-transition: 0.5s ease 3.15s;
    -moz-transition: 0.5s ease 3.15s;
    -o-transition: 0.5s ease 3.15s;
    transition: 0.5s ease 3.15s;
}
.mineracao .secao_abas #aba_1.ativado ul li.item-01:after {
    height: 52px;
}
.mineracao .secao_abas #aba_1 ul li.item-02 {
    background: url(../images/img_mineracao_cena-01_item-02.png) no-repeat 0 bottom;
    background-size: 0% 0%;
    width: 153px;
    height: 144px;
    width: 0\0/;
    height: 0\0/;
    left: 408px;
    bottom: 116px;
    -webkit-transition: 0.5s ease 3.25s;
    -moz-transition: 0.5s ease 3.25s;
    -o-transition: 0.5s ease 3.25s;
    transition: 0.5s ease 3.25s;
}
.mineracao .secao_abas #aba_1.ativado ul li.item-02 {
    background-size: 100% 100%;
    width: 153px\0/;
    height: 144px\0/;
}
/*cena 02*/
.mineracao .secao_abas #aba_2 ul {
    background: url(../images/bg_mineracao_cena-02.png) no-repeat 0 bottom;
}
.mineracao .secao_abas #aba_2 ul li.item-01 {
    background-image: url(../images/img_mineracao_cena-02_item-01.png);
    width: 410px;
    height: 153px;
    left: 160px;
    bottom: 113px;
    -webkit-transition: 1.5s ease 0.5s;
    -moz-transition: 1.5s ease 0.5s;
    -o-transition: 1.5s ease 0.5s;
    transition: 1.5s ease 0.5s;
    z-index: 2;
    overflow-x: hidden;
}
.mineracao .secao_abas #aba_2.ativado ul li.item-01 {
    left: 170px;
}
.mineracao .secao_abas #aba_2 ul li.item-01 .opt-01 {
    width: 62px;
    height: 125px;
    position: absolute;
    left: 225px;
    top: 20px;
    -webkit-transition: 2.0s ease 2.0s;
    -moz-transition: 2.0s ease 2.0s;

    -o-transition: 2.0s ease 2.0s;
    transition: 2.0s ease 2.0s;
    overflow: hidden;
}
.mineracao .secao_abas #aba_2.ativado ul li.item-01 .opt-01 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 315px;
    top: -32px;
}
.mineracao .secao_abas #aba_2 ul li.item-01 .opt-01:before {
    background: url(../images/img_mineracao_cena-02_item-01-before.png) no-repeat 0 bottom;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.mineracao .secao_abas #aba_2 ul li.item-01 .opt-01:after {
    content: "";
    background: url(../images/img_mineracao_cena-02_item-01-after.png) no-repeat 0 0;
    width: 44px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 62px;
    -webkit-transition: 0.5s ease 4.0s;
    -moz-transition: 0.5s ease 4.0s;
    -o-transition: 0.5s ease 4.0s;
    transition: 0.5s ease 4.0s;
    z-index: 1;
}
.mineracao .secao_abas #aba_2.ativado ul li.item-01 .opt-01:after {
    right: 62px;
}
.mineracao .secao_abas #aba_2 ul li.item-02 {
    background: url(../images/img_mineracao_cena-02_item-02.png) no-repeat 0 bottom;
    width: 186px;
    height: 128px;
    left: 480px;
    bottom: 116px;
    -webkit-transition: 5.0s ease 5.0s;
    -moz-transition: 5.0s ease 5.0s;
    -o-transition: 5.0s ease 5.0s;
    transition: 5.0s ease 5.0s;
    z-index: 3;
}
.mineracao .secao_abas #aba_2.ativado ul li.item-02 {
    left: 840px;
}
.mineracao .secao_abas #aba_2 ul li.item-02:before {
    background: url(../images/img_mineracao_cena-02_item-02-before.png) no-repeat 0 top;
    content: "";
    width: 92px;
    height: 0;
    position: absolute;
    left: 3px;
    bottom: 107px;
    -webkit-transition: 1.0s ease 4.25s;
    -moz-transition: 1.0s ease 4.25s;
    -o-transition: 1.0s ease 4.25s;
    transition: 1.0s ease 4.25s;
    z-index: 2;
}
.mineracao .secao_abas #aba_2.ativado ul li.item-02:before {
    height: 19px;
}
/*cena 03*/
.mineracao .secao_abas #aba_3 ul {
    background: url(../images/bg_mineracao_cena-03.png) no-repeat 0 top;
    height: 419px;
}
.mineracao .secao_abas #aba_3 ul li.item-01 {
    background-image: url(../images/img_mineracao_cena-03_item-01.png);
    width: 234px;
    height: 206px;
    left: 800px;
    bottom: 45px;
    -webkit-transition: 3.5s ease 0.5s;
    -moz-transition: 3.5s ease 0.5s;
    -o-transition: 3.5s ease 0.5s;
    transition: 3.5s ease 0.5s;
    z-index: 2;
    overflow-x: hidden;
}
.mineracao .secao_abas #aba_3.ativado ul li.item-01 {
    left: 455px;
}
.mineracao .secao_abas #aba_3 ul li.item-01:before {
    background: url(../images/img_mineracao_cena-03_item-01-before.png) no-repeat 0 bottom;
    content: "";
    width: 112px;
    height: 152px;
    position: absolute;
    -webkit-transition: 2.0s ease 4.0s;
    -moz-transition: 2.0s ease 4.0s;
    -o-transition: 2.0s ease 4.0s;
    transition: 2.0s ease 4.0s;
    -webkit-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -o-transform: rotate(47deg);
    transform: rotate(47deg);
    left: 70px;
    top: 35px;
    z-index: 2;
}
.mineracao .secao_abas #aba_3.ativado ul li.item-01:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 20px;
    top: 0;
}
.mineracao .secao_abas #aba_3 ul li.item-01:after {
    content: "";
    background: url(../images/img_mineracao_cena-03_item-01-after.png) repeat-y 0 0;
    width: 25px;
    height: 0;
    position: absolute;
    left: 20px;
    top: 115px;
    -webkit-transition: 0.5s ease 6.0s;
    -moz-transition: 0.5s ease 6.0s;
    -o-transition: 0.5s ease 6.0s;
    transition: 0.5s ease 6.0s;
    z-index: 1;
}
.mineracao .secao_abas #aba_3.ativado ul li.item-01:after {
    height: 75px;
    -webkit-animation: entulho 5.0s linear infinite;
    -moz-animation: entulho 5.0s linear infinite;
    -o-animation: entulho 5.0s linear infinite;
    animation: entulho 5.0s linear infinite;
}
@-webkit-keyframes entulho {
    100% { background-position: 0 126px; }
}
@-moz-keyframes entulho {
    100% { background-position: 0 126px; }
}
@-o-keyframes entulho {
    100% { background-position: 0 126px; }
}
@keyframes entulho {
    100% { background-position: 0 126px; }
}
/*cena 04*/
.mineracao .secao_abas #aba_4 ul {
    background: url(../images/bg_mineracao_cena-04.png) no-repeat 0 bottom;
}
.mineracao .secao_abas #aba_4 ul li.item-01 {
    background-image: url(../images/img_mineracao_cena-04_item-01.png);
    width: 450px;
    height: 0;
    left: 70px;
    bottom: 45px;
    -webkit-transition: 3.5s ease 0.5s;
    -moz-transition: 3.5s ease 0.5s;
    -o-transition: 3.5s ease 0.5s;
    transition: 3.5s ease 0.5s;
    z-index: 1;
}
.mineracao .secao_abas #aba_4.ativado ul li.item-01 {
    height: 260px;
}
.mineracao .secao_abas #aba_4 ul li.item-01:before,
.mineracao .secao_abas #aba_4 ul li.item-02:before,
.mineracao .secao_abas #aba_4 ul li.item-03:before {
    content: "Pellet Feed";
    position: absolute;
    bottom: 20px;
    z-index: 2;
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    left: 90px;
    -webkit-transition: 0.75s ease 3.5s;
    -moz-transition: 0.75s ease 3.5s;
    -o-transition: 0.75s ease 3.5s;
    transition: 0.75s ease 3.5s;
    opacity: 0;
}
.mineracao .secao_abas #aba_4.ativado ul li.item-01:before,
.mineracao .secao_abas #aba_4.ativado ul li.item-02:before,
.mineracao .secao_abas #aba_4.ativado ul li.item-03:before {
    opacity: 1;
}
.mineracao .secao_abas #aba_4 ul li.item-02 {
    background-image: url(../images/img_mineracao_cena-04_item-02.png);
    width: 346px;
    height: 0;
    left: 280px;
    bottom: 45px;
    -webkit-transition: 3.5s ease 0.5s;
    -moz-transition: 3.5s ease 0.5s;
    -o-transition: 3.5s ease 0.5s;
    transition: 3.5s ease 0.5s;
    z-index: 2;
}
.mineracao .secao_abas #aba_4 ul li.item-02:before {
    content: "Sinter Feed";
}
.mineracao .secao_abas #aba_4.ativado ul li.item-02 {
    height: 182px;
}
.mineracao .secao_abas #aba_4 ul li.item-03 {
    background-image: url(../images/img_mineracao_cena-04_item-03.png);
    width: 188px;
    height: 0;
    left: 505px;
    bottom: 45px;
    -webkit-transition: 3.5s ease 0.5s;
    -moz-transition: 3.5s ease 0.5s;
    -o-transition: 3.5s ease 0.5s;
    transition: 3.5s ease 0.5s;
    z-index: 2;
    overflow: hidden;
}
.mineracao .secao_abas #aba_4 ul li.item-03:before {
    content: "Lump";
    left: 75px;
}
.mineracao .secao_abas #aba_4.ativado ul li.item-03 {
    height: 91px;
}
/*cena 05*/
.mineracao .secao_abas #aba_5 ul {
    background: url(../images/bg_mineracao_cena-05.png) no-repeat 0 bottom;
}
.mineracao .secao_abas #aba_5 ul li.item-01 {
    width: 85px;
    height: 85px;
    left: 40px;
    bottom: 185px;
    z-index: 2;
    overflow: hidden;
}
.mineracao .secao_abas #aba_5 ul li.item-01 .elem-01 {
    background-image: url(../images/img_mineracao_cena-05_item-01.png);
    width: 85px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-animation: rolamento 7.0s linear infinite;
    -moz-animation: rolamento 7.0s linear infinite;
    -o-animation: rolamento 7.0s linear infinite;
    animation: rolamento 7.0s linear infinite;
}
.mineracao .secao_abas #aba_5 ul li.item-01 .elem-02 {
    width: 87px;
    height: 70px;
    position: absolute;
    left: -5px;
    top: 1px;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.mineracao .secao_abas #aba_5 ul li.item-01 .elem-02:before {
    content: "";
    background-image: url(../images/img_mineracao_cena-05_item-01_elem-01.png);
    width: 87px;
    height: 87px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-animation: rolamento 7.0s linear infinite;
    -moz-animation: rolamento 7.0s linear infinite;
    -o-animation: rolamento 7.0s linear infinite;
    animation: rolamento 7.0s linear infinite;
}
@-webkit-keyframes rolamento {
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rolamento {
    100% { -moz-transform: rotate(360deg); }
}
@-o-keyframes rolamento {
    100% { -o-transform: rotate(360deg); }
}
@keyframes rolamento {
    100% { transform: rotate(360deg); }
}
.mineracao .secao_abas #aba_5 ul li.item-02 {
    background-image: url(../images/img_mineracao_cena-05_item-02.png);
    width: 523px;
    height: 320px;
    position: absolute;
    left: 81px;
    bottom: 98.5px;
    z-index: 2;
}
.mineracao .secao_abas #aba_5 ul li.item-03 {
    background-image: url(../images/img_mineracao_cena-05_item-03.png);
    width: 319px;
    height: 68px;
    position: absolute;
    right: 0;
    bottom: 98.5px;
    z-index: 1;
    -webkit-transition: 3.5s ease 0.5s;
    -moz-transition: 3.5s ease 0.5s;
    -o-transition: 3.5s ease 0.5s;
    transition: 3.5s ease 0.5s;
}
.mineracao .secao_abas #aba_5.ativado ul li.item-03 {
    right: -70px;
}
/*cena 06*/
.mineracao .secao_abas #aba_6 ul {
    background: url(../images/bg_mineracao_cena-06.png) repeat-x 0 bottom;
}
.mineracao .secao_abas #aba_6 ul li.item-01 {
    background-image: url(../images/img_mineracao_cena-06_item-01.png);
    width: 195px;
    height: 110px;
    left: 310px;
    bottom: 121px;
    z-index: 2;
    overflow: hidden;
}
.mineracao .secao_abas #aba_6 ul li.item-02 {
    background-image: url(../images/img_mineracao_cena-06_item-02.png);
    width: 668px;
    height: 109px;
    left: -39px;
    bottom: 120px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 2.5s ease 1.0s;
    -moz-transition: 2.5s ease 1.0s;
    -o-transition: 2.5s ease 1.0s;
    transition: 2.5s ease 1.0s;
}
.mineracao .secao_abas #aba_6.ativado ul li.item-02 {
    left: 88px;
}
.mineracao .secao_abas #aba_6 ul li.item-02:before {
    content: "";
    background: url(../images/img_mineracao_cena-06_item-02-before.png) no-repeat 0 0;
    width: 117px;
    height: 109px;
    position: absolute;
    left: 260px;
    top: 0;
    -webkit-transition: 1.5s ease 3.5s;
    -moz-transition: 1.5s ease 3.5s;
    -o-transition: 1.5s ease 3.5s;
    transition: 1.5s ease 3.5s;
    -webkit-transform: scaleY(1);
    -moz-transform:scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1;
}
.mineracao .secao_abas #aba_6.ativado ul li.item-02:before {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
.mineracao .secao_abas #aba_6 ul li.item-02:after {
    content: "";
    background: url(../images/img_mineracao_cena-06_item-02-after.png) no-repeat 0 0;
    width: 117px;
    height: 109px;
    position: absolute;
    left: 260px;
    top: 0;
    -webkit-transition: 1.5s ease 3.5s;
    -moz-transition: 1.5s ease 3.5s;
    -o-transition: 1.5s ease 3.5s;
    transition: 1.5s ease 3.5s;
    -webkit-transform: scaleY(0.4);
    -moz-transform:scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
    z-index: 2;
    opacity: 0;
}
.mineracao .secao_abas #aba_6.ativado ul li.item-02:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/*cena 07*/
.mineracao .secao_abas #aba_7 ul {
    background: url(../images/bg_mineracao_cena-07.png) no-repeat 0 bottom;
}
.mineracao .secao_abas #aba_7 ul li.item-01 {
    background-image: url(../images/img_mineracao_cena-07_item-01.png);
    width: 209px;
    height: 110px;
    right: -240px;
    bottom: 130px;
    -webkit-transition: 7.5s ease 0.5s;
    -moz-transition: 7.5s ease 0.5s;
    -o-transition: 7.5s ease 0.5s;
    transition: 7.5s ease 0.5s;
    -webkit-transform: scale(0);
    -moz-transform:scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.mineracao .secao_abas #aba_7.ativado ul li.item-01 {
    -webkit-transform: scale(1);
    -moz-transform:scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    right: 40px;
}
.mineracao .secao_abas #aba_7 ul li.item-01:before {
    content: "";
    background: url(../images/img_mineracao_cena-07_item-01-before.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 27px;
    -webkit-animation: fumaca 2.0s linear infinite;
    -moz-animation: fumaca 2.0s linear infinite;
    -o-animation: fumaca 2.0s linear infinite;
    animation: fumaca 2.0s linear infinite;
}
@-webkit-keyframes fumaca {
    0% { -webkit-transform: skewX(0deg); }
    50% { -webkit-transform: skewX(-20deg); }
    100% { -webkit-transform: skewX(0deg); }
}
@-moz-keyframes fumaca {
    0% { -moz-transform: skewX(0deg); }
    50% { -moz-transform: skewX(-20deg); }
    100% { -moz-transform: skewX(0deg); }
}
@-o-keyframes fumaca {
    0% { o-transform: skewX(0deg); }
    50% { o-transform: skewX(-20deg); }
    100% { o-transform: skewX(0deg); }
}
@keyframes fumaca {
    0% { transform: skewX(0deg); }
    50% { transform: skewX(-20deg); }
    100% { transform: skewX(0deg); }
}
.mineracao .secao_abas #aba_7.ativado ul li.item-01:before {
    opacity: 1;
}
.mineracao .secao_abas #aba_7 ul li.item-02 {
    background: url(../images/img_mineracao_cena-03_item-01-after.png) repeat-y 0 0;
    width: 35px;
    height: 55px;
    position: absolute;
    left: 380px;
    bottom: 80px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-animation: entulho 5.0s linear infinite;
    -moz-animation: entulho 5.0s linear infinite;
    -o-animation: entulho 5.0s linear infinite;
    animation: entulho 5.0s linear infinite;
}
/*cena 08*/
.mineracao .secao_abas #aba_8 ul {
    background: url(../images/bg_mineracao_cena-08.png) no-repeat 0 bottom;
    height: 419px;
}
.mineracao .secao_abas #aba_8 ul li.item-01 {
    background: url(../images/img_mineracao_cena-03_item-01-after.png) repeat-y 0 0;
    width: 25px;
    height: 55px;
    position: absolute;
    left: 200px;
    bottom: 85px;
    -webkit-animation: entulho 5.0s linear infinite;
    -moz-animation: entulho 5.0s linear infinite;
    -o-animation: entulho 5.0s linear infinite;
    animation: entulho 5.0s linear infinite;
    z-index: -1;
}
/*fim mineração*/
/*cimento*/
#infografico.cimento .secao_abas {
    height: 530px;
}
#infografico.cimento .secao_abas .aba {
    min-height: 483px;
}
#infografico.cimento .secao_abas .aba ul {
    width: 800px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*cena 01*/
.cimento .secao_abas #aba_1 ul {
    background: url(../images/bg_cimento_cena-01.png) no-repeat 0 bottom;
}
.cimento .secao_abas #aba_1 ul:before {
    background: url(../images/bg_cimento_cena-01-before.png) no-repeat 0 0;
    content: "";
    width: 262px;
    height: 343px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.cimento .secao_abas #aba_1 ul li.item-01 {
    background-image: url(../images/img_cimento_cena-01_item-01.png);
    width: 410px;
    height: 153px;
    left: 160px;
    bottom: 110px;
    -webkit-transition: 1.5s ease 0.5s;
    -moz-transition: 1.5s ease 0.5s;
    -o-transition: 1.5s ease 0.5s;
    transition: 1.5s ease 0.5s;
    z-index: 2;
    overflow-x: hidden;
}
.cimento .secao_abas #aba_1.ativado ul li.item-01 {
    left: 210px;
}
.cimento .secao_abas #aba_1 ul li.item-01 .opt-01 {
    width: 62px;
    height: 125px;
    position: absolute;
    left: 225px;
    top: 20px;
    -webkit-transition: 2.0s ease 2.0s;
    -moz-transition: 2.0s ease 2.0s;
    -o-transition: 2.0s ease 2.0s;
    transition: 2.0s ease 2.0s;
    /* overflow: hidden; */
}
.cimento .secao_abas #aba_1.ativado ul li.item-01 .opt-01 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 315px;
    top: -32px;
}
.cimento .secao_abas #aba_1 ul li.item-01 .opt-01:before {
    background: url(../images/img_cimento_cena-01_item-01-before.png) no-repeat 0 bottom;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.cimento .secao_abas #aba_1 ul li.item-01 .opt-01:after {
    content: "";
    background: url(../images/img_cimento_cena-01_item-01-after.png) no-repeat 0 0;
    width: 44px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 62px;
    -webkit-transition: 0.5s ease 4.0s;
    -moz-transition: 0.5s ease 4.0s;
    -o-transition: 0.5s ease 4.0s;
    transition: 0.5s ease 4.0s;
    z-index: 1;
}
.cimento .secao_abas #aba_1.ativado ul li.item-01 .opt-01:after {
    right: 105px;
}
.cimento .secao_abas #aba_1 ul li.item-02 {
    background: url(../images/img_cimento_cena-01_item-02.png) no-repeat 0 bottom;
    width: 255px;
    height: 196px;
    right: 0;
    bottom: 105px;
    z-index: 3;
}
.cimento .secao_abas #aba_1 ul li.item-03 {
    background: url(../images/img_cimento_cena-01_item-03.png) no-repeat -340px -1px;
    width: 300px;
    height: 44px;
    position: absolute;
    right: -15px;
    bottom: 220px;
    -webkit-transition: 5s ease 4.15s;
    -moz-transition: 5s ease 4.15s;
    -o-transition: 5s ease 4.15s;
    transition: 5s ease 4.15s;
    -webkit-transform: rotate(-30.5deg);
    -moz-transform: rotate(-30.5deg);
    -ms-transform: rotate(-30.5deg);
    -o-transform: rotate(-30.5deg);
    transform: rotate(-30.5deg);
    z-index: -1;
}
.cimento .secao_abas #aba_1.ativado ul li.item-03 {
    background-position: 340px -1px;
}
/*cena 02*/
.cimento .secao_abas #aba_2 ul {
    background: url(../images/bg_cimento_cena-02.png) no-repeat 0 bottom;
}
.cimento .secao_abas #aba_2 ul li.item-01,
.cimento .secao_abas #aba_2 ul li.item-02,
.cimento .secao_abas #aba_2 ul li.item-03 {
    background: url(../images/img_cimento_cena-02_item-01-02-03_left.png) repeat-x 0 bottom;
    width: 140px;
    height: 20px;
    left: 0;
    bottom: 112px;
    z-index: -1;
    overflow-x: hidden;
    -webkit-animation: esteira_02 5.0s linear infinite;
    -moz-animation: esteira_02 5.0s linear infinite;
    -o-animation: esteira_02 5.0s linear infinite;
    animation: esteira_02 5.0s linear infinite;
}
.cimento .secao_abas #aba_2 ul li.item-02 {
    left: 129px;
    bottom: 140px;
    -webkit-transform: rotate(-25.5deg);
    -moz-transform: rotate(-25.5deg);
    -ms-transform: rotate(-25.5deg);
    -o-transform: rotate(-25.5deg);
    transform: rotate(-25.5deg);
}
.cimento .secao_abas #aba_2 ul li.item-03 {
    left: 261px;
    bottom: 170px;
}
.cimento .secao_abas #aba_2 ul li.item-04,
.cimento .secao_abas #aba_2 ul li.item-05,
.cimento .secao_abas #aba_2 ul li.item-06 {
    background: url(../images/img_cimento_cena-02_item-04-05-06_right.png) repeat-x 0 bottom;
    width: 140px;
    height: 20px;
    right: 0;
    bottom: 112px;
    z-index: -1;
    overflow-x: hidden;
    -webkit-animation: esteira_02 5.0s linear infinite;
    -moz-animation: esteira_02 5.0s linear infinite;
    -o-animation: esteira_02 5.0s linear infinite;
    animation: esteira_02 5.0s linear infinite;
}
.cimento .secao_abas #aba_2 ul li.item-05 {
    right: 129px;
    bottom: 139px;
    -webkit-transform: rotate(25.5deg);
    -moz-transform: rotate(25.5deg);
    -ms-transform: rotate(25.5deg);
    -o-transform: rotate(25.5deg);
    transform: rotate(25.5deg);
}
.cimento .secao_abas #aba_2 ul li.item-06 {
    right: 263px;
    bottom: 170px;
}
@-webkit-keyframes esteira_02 {
    100% { background-position: 140px bottom; }
}
@-moz-keyframes esteira_02 {
    100% { background-position: 140px bottom; }
}
@-o-keyframes esteira_02 {
    100% { background-position: 140px bottom; }
}
@keyframes esteira_02 {
    100% { background-position: 140px bottom; }
}
/*cena 03*/
.cimento .secao_abas #aba_3 ul {
    background: url(../images/bg_cimento_cena-03.png) no-repeat 0 bottom;
}
.cimento .secao_abas #aba_3 ul li.item-01,
.cimento .secao_abas #aba_3 ul li.item-02,
.cimento .secao_abas #aba_3 ul li.item-03 {
    background: url(../images/img_cimento_cena-02_item-01-02-03_left.png) repeat-x 0 bottom;
    width: 140px;
    height: 20px;
    left: 0;
    bottom: 122px;
    z-index: -1;
    overflow-x: hidden;
    -webkit-animation: esteira_03 5.0s linear infinite;
    -moz-animation: esteira_03 5.0s linear infinite;
    -o-animation: esteira_03 5.0s linear infinite;
    animation: esteira_03 5.0s linear infinite;
}
.cimento .secao_abas #aba_3 ul li.item-02 {
    left: 129px;
    bottom: 154px;
    width: 146px;
    -webkit-transform: rotate(-25.5deg);
    -moz-transform: rotate(-25.5deg);
    -ms-transform: rotate(-25.5deg);
    -o-transform: rotate(-25.5deg);
    transform: rotate(-25.5deg);
}
.cimento .secao_abas #aba_3 ul li.item-03 {
    left: 264px;
    bottom: 184px;
}
.cimento .secao_abas #aba_3 ul li.item-04,
.cimento .secao_abas #aba_3 ul li.item-05 {
    background: url(../images/img_cimento_cena-02_item-04-05-06_right.png) repeat-x 0 bottom;
    width: 140px;
    height: 20px;
    left: 316px;
    bottom: 185px;
    z-index: -1;
    overflow-x: hidden;
    -webkit-animation: esteira_03 5.0s linear infinite;
    -moz-animation: esteira_03 5.0s linear infinite;
    -o-animation: esteira_03 5.0s linear infinite;
    animation: esteira_03 5.0s linear infinite;
}
.cimento .secao_abas #aba_3 ul li.item-05 {
    left: 450px;
    bottom: 155px;
    width: 146px;
    -webkit-transform: rotate(25.5deg);
    -moz-transform: rotate(25.5deg);
    -ms-transform: rotate(25.5deg);
    -o-transform: rotate(25.5deg);
    transform: rotate(25.5deg);
}
@-webkit-keyframes esteira_03 {
    100% { background-position: 140px bottom; }
}
@-moz-keyframes esteira_03 {
    100% { background-position: 140px bottom; }
}
@-o-keyframes esteira_03 {
    100% { background-position: 140px bottom; }
}
@keyframes esteira_03 {
    100% { background-position: 140px bottom; }
}
/*cena 04*/
.cimento .secao_abas #aba_4 ul {
    background: url(../images/bg_cimento_cena-04.png) no-repeat 0 bottom;
}
.cimento .secao_abas #aba_4 ul li.item-01,
.cimento .secao_abas #aba_4 ul li.item-02 {
    background: url(../images/img_cimento_cena-04_item-01-02_left.png) repeat-x 0 bottom;
    width: 142px;
    height: 20px;
    left: 260px;
    bottom: 172px;
    z-index: -1;
    overflow-x: hidden;
    -webkit-animation: esteira_04 5.0s linear infinite;
    -moz-animation: esteira_04 5.0s linear infinite;
    -o-animation: esteira_04 5.0s linear infinite;
    animation: esteira_04 5.0s linear infinite;
}
.cimento .secao_abas #aba_4 ul li.item-01 {
    left: 123px;
    bottom: 141px;
    width: 146px;
    -webkit-transform: rotate(-25.5deg);
    -moz-transform: rotate(-25.5deg);
    -ms-transform: rotate(-25.5deg);
    -o-transform: rotate(-25.5deg);
    transform: rotate(-25.5deg);
}
.cimento .secao_abas #aba_4 ul li.item-03,
.cimento .secao_abas #aba_4 ul li.item-04,
.cimento .secao_abas #aba_4 ul li.item-05 {
    background: url(../images/img_cimento_cena-04_item-03-04-05_right.png) repeat-x 0 bottom;
    width: 142px;
    height: 20px;
    left: 410px;
    bottom: 172px;
    z-index: -1;
    overflow-x: hidden;
    -webkit-animation: esteira_04 5.0s linear infinite;
    -moz-animation: esteira_04 5.0s linear infinite;
    -o-animation: esteira_04 5.0s linear infinite;
    animation: esteira_04 5.0s linear infinite;
}
.cimento .secao_abas #aba_4 ul li.item-04 {
    left: 545px;
    bottom: 140px;
    width: 148px;
    -webkit-transform: rotate(25.5deg);
    -moz-transform: rotate(25.5deg);
    -ms-transform: rotate(25.5deg);
    -o-transform: rotate(25.5deg);
    transform: rotate(25.5deg);
}
.cimento .secao_abas #aba_4 ul li.item-05 {
    left: 678px;
    bottom: 110px;
}
@-webkit-keyframes esteira_04 {
    100% { background-position: 142px bottom; }
}
@-moz-keyframes esteira_04 {
    100% { background-position: 142px bottom; }
}
@-o-keyframes esteira_04 {
    100% { background-position: 142px bottom; }
}
@keyframes esteira_04 {
    100% { background-position: 142px bottom; }
}
/*cena 05*/
.cimento .secao_abas #aba_5 ul {
    background: url(../images/bg_cimento_cena-05.png) no-repeat 0 bottom;
}
.cimento .secao_abas #aba_5 ul li.item-01,
.cimento .secao_abas #aba_5 ul li.item-02,
.cimento .secao_abas #aba_5 ul li.item-03 {
    background: url(../images/img_cimento_cena-05_item-01-02-03_left.png) repeat-x 0 bottom;
    width: 190px;
    height: 25px;
    left: 0;
    bottom: 127px;
    z-index: -1;
    overflow-x: hidden;
    -webkit-animation: esteira_05 5.0s linear infinite;
    -moz-animation: esteira_05 5.0s linear infinite;
    -o-animation: esteira_05 5.0s linear infinite;
    animation: esteira_05 5.0s linear infinite;
}
.cimento .secao_abas #aba_5 ul li.item-02 {
    left: 160px;
    bottom: 185px;
    width: 197px;
    -webkit-transform: rotate(-39deg);
    -moz-transform: rotate(-39deg);
    -ms-transform: rotate(-39deg);
    -o-transform: rotate(-39deg);
    transform: rotate(-39deg);
}
.cimento .secao_abas #aba_5 ul li.item-03 {
    left: 330px;
    bottom: 246px;
}
.cimento .secao_abas #aba_5 ul li.item-04 {
    left: 395px;
    bottom: 53px;
    width: 130px;
    height: 210px;
    background: url(../images/img_cimento_cena-05_item-04.png) repeat 0 0;
    -webkit-animation: entulho_05 5.0s linear infinite;
    -moz-animation: entulho_05 5.0s linear infinite;
    -o-animation: entulho_05 5.0s linear infinite;
    animation: entulho_05 5.0s linear infinite;
    overflow: hidden;
}
.cimento .secao_abas #aba_5 ul li.item-04:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img_cimento_cena-05_item-04_before.png) no-repeat -25px 0;
}
.cimento .secao_abas #aba_5 ul li.item-04:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img_cimento_cena-05_item-04_before.png) no-repeat 15px 0;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.cimento .secao_abas #aba_5 ul li.item-05 {
    left: 0;
    bottom: 53px;
    width: 100%;
    height: 334px;
    -webkit-transition: 20.0s;
    -moz-transition: 20.0s;
    -o-transition: 20.0s;
    transition: 20.0s;
    background: url(../images/img_cimento_cena-05_item-05.png) no-repeat center 205px;
}
.cimento .secao_abas #aba_5.ativado ul li.item-05 {
    background-position: center 0;
}
@-webkit-keyframes esteira_05 {
    100% { background-position: 190px bottom; }
}
@-moz-keyframes esteira_05 {
    100% { background-position: 190px bottom; }
}
@-o-keyframes esteira_05 {
    100% { background-position: 190px bottom; }
}
@keyframes esteira_05 {
    100% { background-position: 190px bottom; }
}
@-webkit-keyframes entulho_05 {
    100% { background-position: 150px 220px; }
}
@-moz-keyframes entulho_05 {
    100% { background-position: 150px 220px; }
}
@-o-keyframes entulho_05 {
    100% { background-position: 150px 220px; }
}
@keyframes entulho_05 {
    100% { background-position: 150px 220px; }
}
/*cena 06*/
.cimento .secao_abas #aba_6 ul {
    background: url(../images/bg_cimento_cena-06.png) repeat-x 0 bottom;
}
.cimento .secao_abas #aba_6 ul li.item-01 {
    background-image: url(../images/img_cimento_cena-06_item-01.png);
    width: 241px;
    height: 22px;
    left: 197px;
    bottom: 108px;
    z-index: 2;
    -webkit-transition: 7.5s ease 0.5s;
    -moz-transition: 7.5s ease 0.5s;
    -o-transition: 7.5s ease 0.5s;
    transition: 7.5s ease 0.5s;
}
.cimento .secao_abas #aba_6.ativado ul li.item-01 {
    left: 230px;
}
.cimento .secao_abas #aba_6 ul li.item-02 {
    background-image: url(../images/img_cimento_cena-06_item-02.png);
    width: 271px;
    height: 173px;
    left: 485px;
    bottom: 40px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 10.0s ease 2.5s;
    -moz-transition: 10.0s ease 2.5s;
    -o-transition: 10.0s ease 2.5s;
    transition: 10.0s ease 2.5s;
}
.cimento .secao_abas #aba_6.ativado ul li.item-02 {
    left: 800px;
}
.cimento .secao_abas #aba_6 ul li.item-02:before {
    content: "";
    background: url(../images/img_cimento_cena-06_item-02_before.png) no-repeat 0 0;
    width: 101px;
    height: 87px;
    position: absolute;
    left: 0;
    top: 32px;
    -webkit-transition: 2.5s ease 0.5s;
    -moz-transition: 2.5s ease 0.5s;
    -o-transition: 2.5s ease 0.5s;
    transition: 2.5s ease 0.5s;
    z-index: 1;
}
.cimento .secao_abas #aba_6.ativado ul li.item-02:before {
    top: 0;
}
/*fim cimento*/
/*fim termeletrica*/
/*cena 01*/
.termeletrica .secao_abas #aba_1 ul li.item-01 {
    background: url(../images/img_termeletrica_cena-01_item-01.png) no-repeat center bottom;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: 1.5s ease 1.5s;
    -moz-transition: 1.5s ease 1.5s;
    -o-transition: 1.5s ease 1.5s;
    transition: 1.5s ease 1.5s;
    opacity: 0;
}
.termeletrica .secao_abas #aba_1.ativado ul li.item-01 {
    opacity: 1;
}
.termeletrica .secao_abas #aba_1 ul li.item-02 {
    background: url(../images/img_termeletrica_cena-01_item-02.png) no-repeat center bottom;
    width: 100%;
    height: 77px;
    left: 0;
    bottom: 260px;
    -webkit-transition: 1.5s ease 1.5s;
    -moz-transition: 1.5s ease 1.5s;
    -o-transition: 1.5s ease 1.5s;
    transition: 1.5s ease 1.5s;
    -webkit-animation: fumaca_2 2.0s linear infinite;
    -moz-animation: fumaca_2 2.0s linear infinite;
    -o-animation: fumaca_2 2.0s linear infinite;
    animation: fumaca_2 2.0s linear infinite;
    opacity: 0;
}
.termeletrica .secao_abas #aba_1.ativado ul li.item-02 {
    opacity: 1;
}
@-webkit-keyframes fumaca_2 {
    0% { -webkit-transform: skewX(0deg); }
    50% { -webkit-transform: skewX(-15deg); }
    100% { -webkit-transform: skewX(0deg); }
}
@-moz-keyframes fumaca_2 {
    0% { -moz-transform: skewX(0deg); }
    50% { -moz-transform: skewX(-15deg); }
    100% { -moz-transform: skewX(0deg); }
}
@-o-keyframes fumaca_2 {
    0% { o-transform: skewX(0deg); }
    50% { o-transform: skewX(-15deg); }
    100% { o-transform: skewX(0deg); }
}
@keyframes fumaca_2 {
    0% { transform: skewX(0deg); }
    50% { transform: skewX(-15deg); }
    100% { transform: skewX(0deg); }
}
/*cena 02*/
.termeletrica .secao_abas #aba_2 ul li.item-01 {
    background: url(../images/img_termeletrica_cena-02_item-01.png) no-repeat 0 bottom;
    width: 800px;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: 1.5s ease 1.5s;
    -moz-transition: 1.5s ease 1.5s;
    -o-transition: 1.5s ease 1.5s;
    transition: 1.5s ease 1.5s;
    opacity: 0;
}
.termeletrica .secao_abas #aba_2.ativado ul li.item-01 {
    opacity: 1;
}
.termeletrica .secao_abas #aba_2 ul li.item-02 {
    background: url(../images/img_termeletrica_cena-02_item-02.png) no-repeat center bottom;
    width: 51px;
    height: 43px;
    left: 60px;
    bottom: 142px;
    -webkit-transition: 1.5s ease 1.5s;
    -moz-transition: 1.5s ease 1.5s;
    -o-transition: 1.5s ease 1.5s;
    transition: 1.5s ease 1.5s;
    opacity: 0;
}
.termeletrica .secao_abas #aba_2.ativado ul li.item-02 {
    opacity: 1;
    -webkit-animation: ventuinha 2.5s linear infinite;
    -moz-animation: ventuinha 2.5s linear infinite;
    -o-animation: ventuinha 2.5s linear infinite;
    animation: ventuinha 2.5s linear infinite;
}
@-webkit-keyframes ventuinha {
    0% { -webkit-transform: scaleY(0); }
    50% { -webkit-transform: scaleY(1); }
    100% { -webkit-transform: scaleY(0); }
}
@-moz-keyframes ventuinha {
    0% { -moz-transform: scaleY(0); }
    50% { -moz-transform: scaleY(1); }
    100% { -moz-transform: scaleY(0); }
}
@-o-keyframes ventuinha {
    0% { o-transform: scaleY(0); }
    50% { o-transform: scaleY(1); }
    100% { o-transform: scaleY(0); }
}
@keyframes ventuinha {
    0% { transform: scaleY(0); }
    50% { transform: scaleY(1); }
    100% { transform: scaleY(0); }
}
.termeletrica .secao_abas #aba_2 ul li.item-03 {
    background: url(../images/img_termeletrica_cena-02_item-03.png) repeat-x 0 center;
    width: 56px;
    height: 43px;
    left: 202px;
    bottom: 142px;
    -webkit-transition: 1.5s ease 1.5s;
    -moz-transition: 1.5s ease 1.5s;
    -o-transition: 1.5s ease 1.5s;
    transition: 1.5s ease 1.5s;
    opacity: 0;
}
.termeletrica .secao_abas #aba_2.ativado ul li.item-03 {
    opacity: 1;
    -webkit-animation: raio-h 2.5s linear infinite;
    -moz-animation: raio-h 2.5s linear infinite;
    -o-animation: raio-h 2.5s linear infinite;
    animation: raio-h 2.5s linear infinite;
}
@-webkit-keyframes raio-h {
    0% { background-position: 0 center; }
    100% { background-position: 43px center; }
}
@-moz-keyframes raio-h {
    0% { background-position: 0 center; }
    100% { background-position: 43px center; }
}
@-o-keyframes raio-h {
    0% { background-position: 0 center; }
    100% { background-position: 43px center; }
}
@keyframes raio-h {
    0% { background-position: 0 center; }
    100% { background-position: 43px center; }
}
.termeletrica .secao_abas #aba_2 ul li.item-04 {
    background: url(../images/img_termeletrica_cena-02_item-04.png) no-repeat center top;
    width: 53px;
    height: 0;
    left: 601px;
    bottom: 20px;
    -webkit-transition: 3.0s ease 2.5s;
    -moz-transition: 3.0s ease 2.5s;
    -o-transition: 3.0s ease 2.5s;
    transition: 3.0s ease 2.5s;
}
.termeletrica .secao_abas #aba_2.ativado ul li.item-04 {
    height: 51px;
    -webkit-animation: barras 7.5s linear infinite;
    -moz-animation: barras 7.5s linear infinite;
    -o-animation: barras 7.5s linear infinite;
    animation: barras 7.5s linear infinite;
}
/*cena 03*/
.termeletrica .secao_abas #aba_3 ul li.item-01 {
    background: url(../images/img_termeletrica_cena-03_item-01.png) no-repeat 0 bottom;
    width: 800px;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: 1.5s ease 1.5s;
    -moz-transition: 1.5s ease 1.5s;
    -o-transition: 1.5s ease 1.5s;
    transition: 1.5s ease 1.5s;
    opacity: 0;
}
.termeletrica .secao_abas #aba_3.ativado ul li.item-01 {
    opacity: 1;
}
.termeletrica .secao_abas #aba_3 ul li.item-02 {
    background: url(../images/img_termeletrica_cena-03_item-02.png) no-repeat center bottom;
    width: 192px;
    height: 41px;
    left: 450px;
    bottom: 77px;
    -webkit-transition: 1.5s ease 1.5s;
    -moz-transition: 1.5s ease 1.5s;
    -o-transition: 1.5s ease 1.5s;
    transition: 1.5s ease 1.5s;
    opacity: 0;
}
.termeletrica .secao_abas #aba_3.ativado ul li.item-02 {
    opacity: 1;
    -webkit-animation: ventuinha 2.5s linear infinite;
    -moz-animation: ventuinha 2.5s linear infinite;
    -o-animation: ventuinha 2.5s linear infinite;
    animation: ventuinha 2.5s linear infinite;
}
.termeletrica .secao_abas #aba_3 ul li.item-03 {
    background: url(../images/img_termeletrica_cena-03_item-03.png) no-repeat center bottom;
    width: 82px;
    height: 0;
    left: 95px;
    bottom: 35px;
    -webkit-transition: 3.5s ease 2.0s;
    -moz-transition: 3.5s ease 2.0s;
    -o-transition: 3.5s ease 2.0s;
    transition: 3.5s ease 2.0s;
}
.termeletrica .secao_abas #aba_3.ativado ul li.item-03 {
    height: 114px;
}
.termeletrica .secao_abas #aba_3 ul li.item-04 {
    background: url(../images/img_termeletrica_cena-03_item-04.png) no-repeat center bottom;
    width: 59px;
    height: 59px;
    left: 106px;
    bottom: 303px;
    -webkit-transition: 3.5s ease 2.0s;
    -moz-transition: 3.5s ease 2.0s;
    -o-transition: 3.5s ease 2.0s;
    transition: 3.5s ease 2.0s;
    -webkit-animation: fumaca 2.0s linear infinite;
    -moz-animation: fumaca 2.0s linear infinite;
    -o-animation: fumaca 2.0s linear infinite;
    animation: fumaca 2.0s linear infinite;
    opacity: 0;
}
.termeletrica .secao_abas #aba_3.ativado ul li.item-04 {
    opacity: 1;
}
/*cena 04*/
.termeletrica .secao_abas #aba_4 ul li.item-01 {
    background: url(../images/img_termeletrica_cena-04_item-01.png) no-repeat 0 bottom;
    width: 800px;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: 1.5s ease 1.5s;
    -moz-transition: 1.5s ease 1.5s;
    -o-transition: 1.5s ease 1.5s;
    transition: 1.5s ease 1.5s;
    opacity: 0;
}
.termeletrica .secao_abas #aba_4.ativado ul li.item-01 {
    opacity: 1;
}
.termeletrica .secao_abas #aba_4 ul li.item-02 {
    background: url(../images/img_termeletrica_cena-04_item-02.png) no-repeat center bottom;
    width: 12px;
    height: 8px;
    left: 237px;
    bottom: 150px;
    -webkit-transition: 1.5s ease 1.5s;
    -moz-transition: 1.5s ease 1.5s;
    -o-transition: 1.5s ease 1.5s;
    transition: 1.5s ease 1.5s;
    opacity: 0;
}
.termeletrica .secao_abas #aba_4.ativado ul li.item-02 {
    opacity: 1;
    -webkit-animation: raio 10.0s linear infinite;
    -moz-animation: raio 10.0s linear infinite;
    -o-animation: raio 10.0s linear infinite;
    animation: raio 10.0s linear infinite;
}
@-webkit-keyframes raio {
    0% { left: 237px; bottom: 150px; }
    40% { left: 305px; bottom: 152px; }
    60% { left: 375px; bottom: 175px; }
    80% { left: 444px; bottom: 218px; }
    100% { left: 444px; bottom: 220px; }
}
@-moz-keyframes raio {
    0% { left: 237px; bottom: 150px; }
    40% { left: 305px; bottom: 152px; }
    60% { left: 375px; bottom: 175px; }
    80% { left: 444px; bottom: 218px; }
    100% { left: 444px; bottom: 220px; }
}
@-o-keyframes raio {
    0% { left: 237px; bottom: 150px; }
    40% { left: 305px; bottom: 152px; }
    60% { left: 375px; bottom: 175px; }
    80% { left: 444px; bottom: 218px; }
    100% { left: 444px; bottom: 220px; }
}
@keyframes raio {
    0% { left: 237px; bottom: 150px; }
    40% { left: 305px; bottom: 152px; }
    60% { left: 375px; bottom: 175px; }
    80% { left: 444px; bottom: 218px; }
    100% { left: 444px; bottom: 220px; }
}
.termeletrica .secao_abas #aba_4 ul li.item-03 {
    background: url(../images/img_termeletrica_cena-04_item-03.png) no-repeat 0 0;
    width: 219px;
    height: 106px;
    left: 83px;
    bottom: 215px;
    -webkit-transition: 1.5s ease 1.5s;
    -moz-transition: 1.5s ease 1.5s;
    -o-transition: 1.5s ease 1.5s;
    transition: 1.5s ease 1.5s;
    opacity: 0;
}
.termeletrica .secao_abas #aba_4.ativado ul li.item-03 {
    opacity: 1;
    -webkit-animation: luzes-t 5.0s linear infinite;
    -moz-animation: luzes-t 5.0s linear infinite;
    -o-animation: luzes-t 5.0s linear infinite;
    animation: luzes-t 5.0s linear infinite;
}
@-webkit-keyframes luzes-t {
    0% { opacity: 1; }
    40% { opacity: 0; }
    60% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes luzes-t {
    0% { opacity: 1; }
    40% { opacity: 0; }
    60% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}
@-o-keyframes luzes-t {
    0% { opacity: 1; }
    40% { opacity: 0; }
    60% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes luzes-t {
    0% { opacity: 1; }
    40% { opacity: 0; }
    60% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}
.termeletrica .secao_abas #aba_4 ul li.item-04 {
    background: url(../images/img_termeletrica_cena-04_item-04.png) no-repeat 0 50px;
    width: 46px;
    height: 0;
    left: 172px;
    bottom: 17px;
    -webkit-transition: 3.5s ease 2.0s;
    -moz-transition: 3.5s ease 2.0s;
    -o-transition: 3.5s ease 2.0s;
    transition: 3.5s ease 2.0s;
}
.termeletrica .secao_abas #aba_4.ativado ul li.item-04 {
    height: 44px;
    -webkit-animation: barras 10.0s linear infinite;
    -moz-animation: barras 10.0s linear infinite;
    -o-animation: barras 10.0s linear infinite;
    animation: barras 10.0s linear infinite;
}
@-webkit-keyframes barras {
    0% { background-position: 0 50px; }
    100% { background-position: 0 -30px; }
}
@-moz-keyframes barras {
    0% { background-position: 0 50px; }
    100% { background-position: 0 -30px; }
}
@-o-keyframes barras {
    0% { background-position: 0 50px; }
    100% { background-position: 0 -30px; }
}
@keyframes barras {
    0% { background-position: 0 50px; }
    100% { background-position: 0 -30px; }
}
/*fim termeletrica*/

/*siderurgia*/
#infografico.siderurgia .secao_abas {
    height: 610px;
    border-bottom: 0;
}
#infografico.siderurgia .secao_abas .aba {
    min-height: 480px;
    border-bottom: 2px solid #00438F;
}
.siderurgia .abre_aba {
    background: url(../images/bg-nav_siderurgia.png) no-repeat 27px 13px;
    height: 87px;
}
#infografico.siderurgia .secao_abas .abre_aba li {
    margin-right: 6px;
}
#infografico.siderurgia .secao_abas .abre_aba a {
    position: relative;
    width: 26px;
    height: 26px;
}
#infografico.siderurgia .secao_abas .abre_aba a.aba_1,
#infografico.siderurgia .secao_abas .abre_aba a.aba_2,
#infografico.siderurgia .secao_abas .abre_aba a.aba_7 {
    top: 19px;
}
#infografico.siderurgia .secao_abas .abre_aba a.aba_7 {
    left: -2px;
}
#infografico.siderurgia .secao_abas .abre_aba a.azul-escuro.active {
    background: #366093;
}
#infografico.siderurgia .secao_abas .abre_aba a.azul-claro.active {
    background: #8ab4cc;
}
#infografico.siderurgia .secao_abas .abre_aba a.azul-claro {
    position: absolute;
    bottom: 21px;
}
#infografico.siderurgia .secao_abas .abre_aba a.aba_8.azul-claro {
    left: 35px;
    bottom: 0;
}
#infografico.siderurgia .secao_abas .abre_aba a.aba_9.azul-claro {
    left: 66px;
}
#infografico.siderurgia .secao_abas .abre_aba a.aba_10.azul-claro {
    left: 101px;
}
#infografico.siderurgia .secao_abas .abre_aba a.aba_11.azul-claro {
    left: 136px;
}
#infografico.siderurgia .secao_abas .abre_aba .active {
    cursor: default;
    background: #00438f;
}
#infografico.siderurgia .legenda {
    position: absolute;
    right: 0;
}
#infografico.siderurgia .legenda p {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    color: #00438f;
    font-family: Arial;
    font-size: 12.5px;
    line-height: 20px;
    margin: 0;
    text-shadow: 0 0 0.25px;
}
#infografico.siderurgia .legenda p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    background: #366093;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#infografico.siderurgia .legenda p.vergalhoes {
    color: #8ab4cc;
}
#infografico.siderurgia .legenda p.vergalhoes:before {
    background: #8ab4cc;
}
/*cena 01*/
.siderurgia .secao_abas #aba_1 ul {
    background: url(../images/bg_siderurgia_cena-01.png) no-repeat right bottom;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.siderurgia .secao_abas #aba_1 ul li.item-01 {
    background-image: url(../images/img_cimento_cena-01_item-01.png);
    width: 410px;
    height: 153px;
    right: 350px;
    bottom: 30px;
    z-index: 2;
    overflow-x: hidden;
}
.siderurgia .secao_abas #aba_1.ativado ul li.item-01 {
    -webkit-transition: 1.5s ease 0.5s;
    -moz-transition: 1.5s ease 0.5s;
    -o-transition: 1.5s ease 0.5s;
    transition: 1.5s ease 0.5s;
    right: 130px;
}
.siderurgia .secao_abas #aba_1 ul li.item-01 .opt-01 {
    width: 62px;
    height: 125px;
    position: absolute;
    left: 225px;
    top: 20px;
    /* overflow: hidden; */
}
.siderurgia .secao_abas #aba_1.ativado ul li.item-01 .opt-01 {
    -webkit-transition: 2.0s ease 2.0s;
    -moz-transition: 2.0s ease 2.0s;
    -o-transition: 2.0s ease 2.0s;
    transition: 2.0s ease 2.0s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 315px;
    top: -32px;
}
.siderurgia .secao_abas #aba_1 ul li.item-01 .opt-01:before {
    background: url(../images/img_cimento_cena-01_item-01-before.png) no-repeat 0 bottom;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.siderurgia .secao_abas #aba_1 ul li.item-01 .opt-01:after {
    content: "";
    background: url(../images/img_cimento_cena-01_item-01-after.png) no-repeat 0 0;
    width: 44px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 62px;
    z-index: 1;
}
.siderurgia .secao_abas #aba_1.ativado ul li.item-01 .opt-01:after {
    -webkit-transition: 0.5s ease 4.0s;
    -moz-transition: 0.5s ease 4.0s;
    -o-transition: 0.5s ease 4.0s;
    transition: 0.5s ease 4.0s;
    right: 105px;
}
.siderurgia .secao_abas #aba_1 ul li.item-02 {
    background: url(../images/img_siderurgia_cena-01_item-02.png) no-repeat 0 bottom;
    width: 210px;
    height: 196px;
    right: 0;
    bottom: 38px;
    z-index: 3;
}
.siderurgia .secao_abas #aba_1 ul li.item-03 {
    background: url(../images/img_siderurgia_cena-01_item-03.png) no-repeat -340px -1px;
    width: 300px;
    height: 44px;
    position: absolute;
    right: -65px;
    bottom: 170px;
    -webkit-transform: rotate(-39.5deg);
    -moz-transform: rotate(-39.5deg);
    -ms-transform: rotate(-39.5deg);
    -o-transform: rotate(-39.5deg);
    transform: rotate(-39.5deg);
    z-index: -1;
}
.siderurgia .secao_abas #aba_1.ativado ul li.item-03 {
    -webkit-transition: 5s ease 4.15s;
    -moz-transition: 5s ease 4.15s;
    -o-transition: 5s ease 4.15s;
    transition: 5s ease 4.15s;
    background-position: 340px -1px;
}
/*cena 02*/
.siderurgia .secao_abas #aba_2 ul {
    background: url(../images/bg_siderurgia_cena-02.png) no-repeat 0 bottom;
}
.siderurgia .secao_abas #aba_2 ul li.item-01 {
    background-image: url(../images/img_siderurgia_cena-02_item-01.png);
    width: 210px;
    height: 97px;
    left: -210px;
    bottom: 35px;
}
.siderurgia .secao_abas #aba_2.ativado ul li.item-01 {
    left: -70px;
    -webkit-transition: 4.0s ease 8.5s;
    -moz-transition: 4.0s ease 8.5s;
    -o-transition: 4.0s ease 8.5s;
    transition: 4.0s ease 8.5s;
}
.siderurgia .secao_abas #aba_2 ul li.item-01:before {
    background: url(../images/img_siderurgia_cena-02_item-01_before.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 53px;
    height: 0;
    right: 10px;
    bottom: 100%;
}
.siderurgia .secao_abas #aba_2.ativado ul li.item-01:before {
    height: 14px;
    -webkit-transition: 2.5s ease 15.0s;
    -moz-transition: 2.5s ease 15.0s;
    -o-transition: 2.5s ease 15.0s;
    transition: 2.5s ease 15.0s;
}
.siderurgia .secao_abas #aba_2 ul li.item-01:after {
    background: url(../images/img_siderurgia_cena-02_item-01_after.png) repeat-y 0 0;
    content: "";
    position: absolute;
    width: 14px;
    height: 38px;
    right: 25px;
    bottom: 93px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.siderurgia .secao_abas #aba_2.ativado ul li.item-01:after {
    opacity: 1;
    -webkit-transition: 2.5s ease 13.0s;
    -moz-transition: 2.5s ease 13.0s;
    -o-transition: 2.5s ease 13.0s;
    transition: 2.5s ease 13.0s;
    -webkit-animation: escorias 2.5s linear infinite;
    -moz-animation: escorias 2.5s linear infinite;
    -o-animation: escorias 2.5s linear infinite;
    animation: escorias 2.5s linear infinite;
}
@-webkit-keyframes escorias {
    0% { background-position: 0 0; }
    100% { background-position: 0 38px; }
}
@-moz-keyframes escorias {
    0% { background-position: 0 0; }
    100% { background-position: 0 38px; }
}
@-o-keyframes escorias {
    0% { background-position: 0 0; }
    100% { background-position: 0 38px; }
}
@keyframes escorias {
    0% { background-position: 0 0; }
    100% { background-position: 0 38px; }
}
.siderurgia .secao_abas #aba_2 ul li.item-02 {
    background-image: url(../images/img_siderurgia_cena-02_item-02.png);
    width: 490px;
    height: 113px;
    left: 120px;
    bottom: 35px;
}
.siderurgia .secao_abas #aba_2.ativado ul li.item-02 {
    left: 55%;
    -webkit-transition: 9.5s ease 5.5s;
    -moz-transition: 9.5s ease 5.5s;
    -o-transition: 9.5s ease 5.5s;
    transition: 9.5s ease 5.5s;
}
.siderurgia .secao_abas #aba_2 ul li.item-02:before {
    background: url(../images/img_siderurgia_cena-02_item-02_before.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 67px;
    height: 0;
    left: 150px;
    bottom: 91px;
}
.siderurgia .secao_abas #aba_2.ativado ul li.item-02:before {
    height: 16px;
    -webkit-transition: 2.5s ease 2.5s;
    -moz-transition: 2.5s ease 2.5s;
    -o-transition: 2.5s ease 2.5s;
    transition: 2.5s ease 2.5s;
}
.siderurgia .secao_abas #aba_2 ul li.item-02:after {
    background: url(../images/img_siderurgia_cena-02_item-02_after.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 37px;
    height: 0;
    left: 160px;
    top: -25px;
}
.siderurgia .secao_abas #aba_2.ativado ul li.item-02:after {
    -webkit-transition: height 1.0s ease 2.5s, opacity 0.5s ease 4.5s;
    -moz-transition: height 1.0s ease 2.5s, opacity 0.5s ease 4.5s;
    -o-transition: height 1.0s ease 2.5s, opacity 0.5s ease 4.5s;
    transition: height 1.0s ease 2.5s, opacity 0.5s ease 4.5s;
    height: 38px;
    opacity: 0;
}
.siderurgia .secao_abas #aba_2 ul li.item-03 {
    background: url(../images/img_siderurgia_cena-02_item-03.png) repeat-y 0 0;
    content: "";
    position: absolute;
    width: 18px;
    height: 43px;
    left: 195px;
    bottom: 215px;
}
.siderurgia .secao_abas #aba_2.ativado ul li.item-03 {
    -webkit-animation: pedrinhas 5.0s linear infinite;
    -moz-animation: pedrinhas 5.0s linear infinite;
    -o-animation: pedrinhas 5.0s linear infinite;
    animation: pedrinhas 5.0s linear infinite;
}
@-webkit-keyframes pedrinhas {
    0% { background-position: 0 0; }
    100% { background-position: 0 43px; }
}
@-moz-keyframes pedrinhas {
    0% { background-position: 0 0; }
    100% { background-position: 0 43px; }
}
@-o-keyframes pedrinhas {
    0% { background-position: 0 0; }
    100% { background-position: 0 43px; }
}
@keyframes pedrinhas {
    0% { background-position: 0 0; }
    100% { background-position: 0 43px; }
}
.siderurgia .secao_abas #aba_2 ul li.item-04 {
    background: url(../images/img_siderurgia_cena-02_item-04.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 66px;
    height: 56px;
    left: 170px;
    bottom: 355px;
    -webkit-animation: fumaca 2.5s linear infinite;
    -moz-animation: fumaca 2.5s linear infinite;
    -o-animation: fumaca 2.5s linear infinite;
    animation: fumaca 2.5s linear infinite;
}
/*cena 03*/
.siderurgia .secao_abas #aba_3 p {
    background: rgba(255, 255, 255, 0.9);
}
.siderurgia .secao_abas #aba_3 p:before {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 5px;
    height: 100%;
    left: -5px;
}
.siderurgia .secao_abas #aba_3 ul {
    background: url(../images/bg_siderurgia_cena-03.png) no-repeat 0 bottom;
}
.siderurgia .secao_abas #aba_3 ul li.item-01 {
    background-image: url(../images/img_siderurgia_cena-03_item-01.png);
    width: 155px;
    height: 155px;
    left: -7px;
    bottom: 235px;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.siderurgia .secao_abas #aba_3.ativado ul li.item-01 {
    left: 33px;
    -webkit-transition: 3.5s ease 6.5s;
    -moz-transition: 3.5s ease 6.5s;
    -o-transition: 3.5s ease 6.5s;
    transition: 3.5s ease 6.5s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.siderurgia .secao_abas #aba_3 ul li.item-01:before {
    background: url(../images/img_siderurgia_cena-03_item-01_before.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 8px;
    height: 0;
    right: 17px;
    top: 90px;
}
.siderurgia .secao_abas #aba_3.ativado ul li.item-01:before {
    height: 103px;
    -webkit-transition: 4.5s ease 8.0s;
    -moz-transition: 4.5s ease 8.0s;
    -o-transition: 4.5s ease 8.0s;
    transition: 4.5s ease 8.0s;
}
.siderurgia .secao_abas #aba_3 ul li.item-02 {
    background: url(../images/img_siderurgia_cena-03_item-02.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 33px;
    height: 39px;
    left: 213px;
    bottom: 60px;
    z-index: -1;
}
.siderurgia .secao_abas #aba_3.ativado ul li.item-02 {
    bottom: 20px;
    -webkit-transition: 4.5s ease 11.0s;
    -moz-transition: 4.5s ease 11.0s;
    -o-transition: 4.5s ease 11.0s;
    transition: 4.5s ease 11.0s;
}
.siderurgia .secao_abas #aba_3 ul li.item-03 {
    background: url(../images/img_siderurgia_cena-03_item-03.png) no-repeat 0 bottom;
    width: 59px;
    height: 328px;
    top: 34px;
    left: 540px;
    z-index: 1;
}
.siderurgia .secao_abas #aba_3.ativado ul li.item-03 {
    -webkit-animation: garra-geral 20.0s linear infinite;
    -moz-animation: garra-geral 20.0s linear infinite;
    -o-animation: garra-geral 20.0s linear infinite;
    animation: garra-geral 20.0s linear infinite;
}
@-webkit-keyframes garra-geral {
    0% { left: 540px; }
    20% { left: 540px; height: 108px; }
    40% { left: 213px; }
    50% { left: 213px; }
    60% { left: 213px; }
    80% { left: 540px; height: 108px; }
    90% { height: 328px; }
    100% { left: 540px; }
}
@-moz-keyframes garra-geral {
    0% { left: 540px; }
    20% { left: 540px; height: 108px; }
    40% { left: 213px; }
    50% { left: 213px; }
    60% { left: 213px; }
    80% { left: 540px; height: 108px; }
    90% { height: 328px; }
    100% { left: 540px; }
}
@-o-keyframes garra-geral {
    0% { left: 540px; }
    20% { left: 540px; height: 108px; }
    40% { left: 213px; }
    50% { left: 213px; }
    60% { left: 213px; }
    80% { left: 540px; height: 108px; }
    90% { height: 328px; }
    100% { left: 540px; }
}
@keyframes garra-geral {
    0% { left: 540px; }
    20% { left: 540px; height: 108px; }
    40% { left: 213px; }
    50% { left: 213px; }
    60% { left: 213px; }
    80% { left: 540px; height: 108px; }
    90% { height: 328px; }
    100% { left: 540px; }
}
.siderurgia .secao_abas #aba_3 ul li.item-03 span {
    background: url(../images/img_siderurgia_cena-03_item-03_opt-left.png) no-repeat 0 0;
    position: absolute;
    width: 16px;
    height: 35px;
    bottom: -22px;
    text-indent: -90000px;
}
.siderurgia .secao_abas #aba_3 ul li.item-03 span.opt-left {
    left: 0;
}
.siderurgia .secao_abas #aba_3 ul li.item-03 span.opt-middle {
    background-image: url(../images/img_siderurgia_cena-03_item-03_opt-middle.png);
    position: absolute;
    width: 8px;
    bottom: -25px;
    left: 26.5px;
}
.siderurgia .secao_abas #aba_3 ul li.item-03 span.opt-right {
    background-image: url(../images/img_siderurgia_cena-03_item-03_opt-right.png);
    right: -1px;
}
.siderurgia .secao_abas #aba_3 ul li.item-04 {
    background: url(../images/img_siderurgia_cena-03_item-04.png) no-repeat 0 bottom;
    width: 60px;
    height: 42px;
    top: 340px;
    left: 539.5px;
    z-index: -1;
}
.siderurgia .secao_abas #aba_3.ativado ul li.item-04 {
    -webkit-animation: garra-carcaca 20.0s linear infinite;
    -moz-animation: garra-carcaca 20.0s linear infinite;
    -o-animation: garra-carcaca 20.0s linear infinite;
    animation: garra-carcaca 20.0s linear infinite;
}
@-webkit-keyframes garra-carcaca {
    0% { left: 539.5px; }
    20% { left: 539.5px; top: 125px; }
    40% { left: 213px; top: 125px; }
    55% { top: 260px; }
    60% { left: 213px; }
    80% { left: 213px; }
    90% { left: 213px; }
    100% { left: 213px; top: 260px; }
}
@-moz-keyframes garra-carcaca {
    0% { left: 539.5px; }
    20% { left: 539.5px; top: 125px; }
    40% { left: 213px; top: 125px; }
    55% { top: 260px; }
    60% { left: 213px; }
    80% { left: 213px; }
    90% { left: 213px; }
    100% { left: 213px; top: 260px; }
}
@-o-keyframes garra-carcaca {
    0% { left: 539.5px; }
    20% { left: 539.5px; top: 125px; }
    40% { left: 213px; top: 125px; }
    55% { top: 260px; }
    60% { left: 213px; }
    80% { left: 213px; }
    90% { left: 213px; }
    100% { left: 213px; top: 260px; }
}
@keyframes garra-carcaca {
    0% { left: 539.5px; }
    20% { left: 539.5px; top: 125px; }
    40% { left: 213px; top: 125px; }
    55% { top: 260px; }
    60% { left: 213px; }
    80% { left: 213px; }
    90% { left: 213px; }
    100% { left: 213px; top: 260px; }
}
/*cena 04*/
.siderurgia .secao_abas #aba_4 ul {
    background: url(../images/bg_siderurgia_cena-04.png) no-repeat 0 bottom;
}
.siderurgia .secao_abas #aba_4 ul li.item-01 {
    background: url(../images/img_siderurgia_cena-04_item-01.png) no-repeat right -114px;
    width: 15.5px;
    height: 75px;
    left: 170px;
    bottom: 230px;
    z-index: -1;
}
.siderurgia .secao_abas #aba_4.ativado ul li.item-01 {
    background-position: right -4px;
    -webkit-transition: 6.0s ease 0.5s;
    -moz-transition: 6.0s ease 0.5s;
    -o-transition: 6.0s ease 0.5s;
    transition: 6.0s ease 0.5s;
}
.siderurgia .secao_abas #aba_4 ul li.item-02 {
    background: url(../images/img_siderurgia_cena-04_item-02.png) repeat-x 0 0;
    width: 0;
    height: 19px;
    left: 280px;
    bottom: 95px;
    z-index: -1;
}
.siderurgia .secao_abas #aba_4.ativado ul li.item-02 {
    width: 550px;
    -webkit-transition: 8.5s ease 3.5s;
    -moz-transition: 8.5s ease 3.5s;
    -o-transition: 8.5s ease 3.5s;
    transition: 8.5s ease 3.5s;
}
.siderurgia .secao_abas #aba_4 ul li.item-03 {
    position: absolute;
    width: 106px;
    height: 77px;
    right: 7.5%;
    bottom: 85px;
    z-index: -1;
}
.siderurgia .secao_abas #aba_4 ul li.item-03:after {
    background: url(../images/img_siderurgia_cena-04_item-03.png) repeat-y 0 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.siderurgia .secao_abas #aba_4 ul li.item-03:before {
    background: #fff;
    content: "";
    position: absolute;
    width: 10px;
    height: 19px;
    left: 48px;
    top: 48px;
    z-index: -1;
    opacity: 0;
}
.siderurgia .secao_abas #aba_4.ativado ul li.item-03:before {
    opacity: 1;
    -webkit-transition: 0.25s ease 10.25s;
    -moz-transition: 0.25s ease 10.25s;
    -o-transition: 0.25s ease 10.25s;
    transition: 0.25s ease 10.25s;
    -webkit-animation: lingotamento 1.5s linear infinite;
    -moz-animation: lingotamento 1.5s linear infinite;
    -o-animation: lingotamento 1.5s linear infinite;
    animation: lingotamento 1.5s linear infinite;
}
@-webkit-keyframes lingotamento {
    0% { left: 48px; height: 0; }
    20% { height: 19px; }
    30% { left: 48px; }
    65% { left: 145px; }
    100% { left: 275px; }
}
@-moz-keyframes lingotamento {
    0% { left: 48px; height: 0; }
    20% { height: 19px; }
    30% { left: 48px; }
    65% { left: 145px; }
    100% { left: 275px; }
}
@-o-keyframes lingotamento {
    0% { left: 48px; height: 0; }
    20% { height: 19px; }
    30% { left: 48px; }
    65% { left: 145px; }
    100% { left: 275px; }
}
@keyframes lingotamento {
    0% { left: 48px; height: 0; }
    20% { height: 19px; }
    30% { left: 48px; }
    65% { left: 145px; }
    100% { left: 275px; }
}
.siderurgia .secao_abas #aba_4 ul li.item-04 {
    background: url(../images/img_siderurgia_cena-04_item-04.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 25px;
    height: 47px;
    left: 160px;
    bottom: 397px;
    -webkit-animation: fumaca 2.5s linear infinite;
    -moz-animation: fumaca 2.5s linear infinite;
    -o-animation: fumaca 2.5s linear infinite;
    animation: fumaca 2.5s linear infinite;
}
/*cena 05*/
.siderurgia .secao_abas #aba_5 ul {
    background: url(../images/bg_siderurgia_cena-05.png) no-repeat right bottom;
}
.siderurgia .secao_abas #aba_5 ul:after {
    background: url(../images/img_siderurgia_cena-05.png) no-repeat 0 0;
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    right: 5px;
    bottom: 148px;
    z-index: 1;
}
.siderurgia .secao_abas #aba_5 ul:before {
    background: url(../images/bg_siderurgia_cena-05.png) no-repeat right bottom #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.siderurgia .secao_abas #aba_5.ativado ul:before {
    width: 0;
    -webkit-transition: 10.0s ease 1.0s;
    -moz-transition: 10.0s ease 1.0s;
    -o-transition: 10.0s ease 1.0s;
    transition: 10.0s ease 1.0s;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 {
    width: 100%;
    height: 50px;
    right: 0;
    bottom: 148px;
    z-index: 3;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span {
    position: absolute;
    top: 0;
    right: 283px;
    height: 100%;
    text-indent: -9000px;
    width: 131px;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-01 {
    right: 693px;
    width: 107px;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-02 {
    right: 559px;
    width: 134px;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-03 {
    right: 413px;
    width: 146px;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-05 {
    right: 85px;
    width: 199px;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-06 {
    right: 10px;
    width: 60px;
    height: 5px;
    top: 44px;
    -webkit-transform: rotate(78deg);
    -moz-transform: rotate(78deg);
    -o-transform: rotate(78deg);
    transform: rotate(78deg);
}
.siderurgia .secao_abas #aba_5.ativado ul li.item-01 span.opt-06 {
    right: 0;
    -webkit-transition: 5.0s ease 9.0s;
    -moz-transition: 5.0s ease 9.0s;
    -o-transition: 5.0s ease 9.0s;
    transition: 5.0s ease 9.0s;
    -webkit-transform: rotate(56deg);
    -moz-transform: rotate(56deg);
    -o-transform: rotate(56deg);
    transform: rotate(65deg);
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-06:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    background: #2b387d;
    width: 0;
    height: 100%;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}
.siderurgia .secao_abas #aba_5.ativado ul li.item-01 span.opt-06:before {
    -webkit-transition: 1.0s ease 8.0s;
    -moz-transition: 1.0s ease 8.0s;
    -o-transition: 1.0s ease 8.0s;
    transition: 1.0s ease 8.0s;
    width: 100%;
    right: 0;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-05:after,
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-06:after,
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-07:after,
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-05:before,
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-07:before {
    display: none;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span:before,
.siderurgia .secao_abas #aba_5 ul li.item-01 span:after {
    background: url(../images/img_siderurgia_cena-05_item-01_engrenagens.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    right: -17.5px;
    top: -27.5px;
    z-index: 1;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span:before {
    -webkit-animation: engrenagens 3.0s linear infinite;
    -moz-animation: engrenagens 3.0s linear infinite;
    -o-animation: engrenagens 3.0s linear infinite;
    animation: engrenagens 3.0s linear infinite;
}
@-webkit-keyframes engrenagens {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(-360deg); }
}
@-moz-keyframes engrenagens {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(-360deg); }
}
@-o-keyframes engrenagens {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(-360deg); }
}
@keyframes engrenagens {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span:after {
    top: 35.5px;
    -webkit-animation: engrenagens_a 3.0s linear infinite;
    -moz-animation: engrenagens_a 3.0s linear infinite;
    -o-animation: engrenagens_a 3.0s linear infinite;
    animation: engrenagens_a 3.0s linear infinite;
}
@-webkit-keyframes engrenagens_a {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes engrenagens_a {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-o-keyframes engrenagens_a {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); }
}
@keyframes engrenagens_a {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-02:before,
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-02:after {
    background-position: -40px 0;
    width: 35px;
    height: 36px;
    right: -18px;
    top: -20.5px;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-02:after {
    top: 32px;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-03:before,
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-03:after {
    background-position: -75px 0;
    width: 31px;
    height: 31px;
    right: -9px;
    top: -11.5px;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-03:after {
    top: 29px;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-04:before,
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-04:after {
    background-position: -106px 0;
    width: 23px;
    height: 23px;
    right: -14px;
    top: -2px;
}
.siderurgia .secao_abas #aba_5 ul li.item-01 span.opt-04:after {
    top: 28px;
}
.siderurgia .secao_abas #aba_5 ul li.item-02 {
    background: url(../images/img_siderurgia_cena-06_item-01.png) no-repeat right 0;
    width: 61px;
    height: 25px;
    right: 36px;
    bottom: 163px;
    z-index: 3;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}
.siderurgia .secao_abas #aba_5 ul li.item-03 {
    width: 66px;
    height: 66px;
    right: 15px;
    bottom: 89px;
    z-index: 3;
}
.siderurgia .secao_abas #aba_5 ul li.item-03:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 26px;
    height: 26px;
    background: #005f94;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}
.siderurgia .secao_abas #aba_5 ul li.item-03:after {
    background: url(../images/img_siderurgia_cena-06_item-03.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.3);
    -moz-transform:scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.siderurgia .secao_abas #aba_5.ativado ul li.item-03:after {
    -webkit-transition: 5.0s ease 9.0s;
    -moz-transition: 5.0s ease 9.0s;
    -o-transition: 5.0s ease 9.0s;
    transition: 5.0s ease 9.0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.siderurgia .secao_abas #aba_5 ul li.item-04 {
    background: url(../images/img_siderurgia_cena-5_item-04.png) no-repeat 0 0;
    width: 312px;
    height: 85px;
    right: 468px;
    bottom: 215px;
    -webkit-animation: fumaca 3.0s linear infinite;
    -moz-animation: fumaca 3.0s linear infinite;
    -o-animation: fumaca 3.0s linear infinite;
    animation: fumaca 3.0s linear infinite;
}
/*cena 06*/
.siderurgia .secao_abas #aba_6 ul {
    background: url(../images/bg_siderurgia_cena-06.png) no-repeat right bottom;
}
.siderurgia .secao_abas #aba_6 ul li.item-01 {
    background: url(../images/img_siderurgia_cena-06_item-01.png) no-repeat 0 0;
    width: 496px;
    height: 153px;
    right: 106px;
    bottom: 50px;
    z-index: 1;
}
.siderurgia .secao_abas #aba_6 ul li.item-02 {
    /* background: url(../images/img_siderurgia_cena-06_item-02.png) no-repeat 0 0; */
    width: 732px;
    height: 240px;
    right: 76px;
    bottom: 57px;
}
.siderurgia .secao_abas #aba_6 ul li.item-02 span {
    text-indent: -9000px;
    position: absolute;
    width: 5px;
    height: 5px;
}
.siderurgia .secao_abas #aba_6 ul li.item-02 span.opt-01 {
    width: 60px;
    right: 667px;
    bottom: 158px;
}
.siderurgia .secao_abas #aba_6 ul li.item-02 span.opt-02 {
    width: 220px;
    right: 480px;
    bottom: 81px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.siderurgia .secao_abas #aba_6 ul li.item-02 span.opt-03 {
    height: 220px;
    right: 504px;
    bottom: 19px;
}
.siderurgia .secao_abas #aba_6 ul li.item-02 span.opt-04 {
    width: 303px;
    right: 206px;
    bottom: 235px;
}
.siderurgia .secao_abas #aba_6 ul li.item-02 span.opt-05 {
    height: 114px;
    right: 206px;
    bottom: 126px;
}
.siderurgia .secao_abas #aba_6 ul li.item-02 span.opt-06 {
    width: 131px;
    right: 80px;
    bottom: 125px;
}
.siderurgia .secao_abas #aba_6 ul li.item-02 span.opt-07 {
    width: 40px;
    right: 40px;
    bottom: 132px;
    -webkit-transform: rotate(-23deg);
    -moz-transform: rotate(-23deg);
    -o-transform: rotate(-23deg);
    transform: rotate(-23deg);
}
.siderurgia .secao_abas #aba_6 ul li.item-02 span.opt-08 {
    width: 65px;
    right: -6px;
    bottom: 99px;
    -webkit-transform: rotate(78deg);
    -moz-transform: rotate(78deg);
    -o-transform: rotate(78deg);
    transform: rotate(78deg);
}
.siderurgia .secao_abas #aba_6.ativado ul li.item-02 span.opt-08 {
    right: -15px;
    bottom: 106px;
    -webkit-transition: 10.0s ease 7.5s;
    -moz-transition: 10.0s ease 7.5s;
    -o-transition: 10.0s ease 7.5s;
    transition: 10.0s ease 7.5s;
    -webkit-transform: rotate(56deg);
    -moz-transform: rotate(56deg);
    -o-transform: rotate(56deg);
    transform: rotate(56deg);
}
.siderurgia .secao_abas #aba_6 ul li.item-02 span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 5px;
    background: #2b387d;
    -webkit-transition: 1.0s ease 0.5s;
    -moz-transition: 1.0s ease 0.5s;
    -o-transition: 1.0s ease 0.5s;
    transition: 1.0s ease 0.5s;
}
.siderurgia .secao_abas #aba_6 ul li.item-02 span.opt-03:before,
.siderurgia .secao_abas #aba_6 ul li.item-02 span.opt-05:before {
    width: 100%;
    height: 0;
}
.siderurgia .secao_abas #aba_6.ativado ul li.item-02 span.opt-02:before {
    -webkit-transition: 1.0s ease 1.49s;
    -moz-transition: 1.0s ease 1.49s;
    -o-transition: 1.0s ease 1.49s;
    transition: 1.0s ease 1.49s;
}
.siderurgia .secao_abas #aba_6.ativado ul li.item-02 span.opt-03:before {
    -webkit-transition: 1.0s ease 2.48s;
    -moz-transition: 1.0s ease 2.48s;
    -o-transition: 1.0s ease 2.48s;
    transition: 1.0s ease 2.48s;
    height: 100%;
    top: auto;
    bottom: 0;
}
.siderurgia .secao_abas #aba_6 ul li.item-02 span.opt-03:after {
    content: "";
    background: url(../images/img_siderurgia_cena-06_item-01_vapor.png) no-repeat 0 0;
    position: absolute;
    height: 75px;
    width: 50px;
    left: -30px;
    bottom: 44px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.siderurgia .secao_abas #aba_6.ativado ul li.item-02 span.opt-03:after {
    -webkit-transition: 0.25s ease 2.75s;
    -moz-transition: 0.25s ease 2.75s;
    -o-transition: 0.25s ease 2.75s;
    transition: 0.25s ease 2.75s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*-webkit-animation: vapor 2.5s linear infinite;
    -moz-animation: vapor 2.5s linear infinite;
    -o-animation: vapor 2.5s linear infinite;
    animation: vapor 2.5s linear infinite;*/
}
/*@-webkit-keyframes vapor {
    0% { -webkit-transform: scale(1); opacity: 0; }
    25% { -webkit-transform: scale(0); }
    50% { -webkit-transform: scale(0); }
    75% { -webkit-transform: scale(0); }
    100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes vapor {
    0% { -moz-transform: scale(1); opacity: 0; }
    25% { -moz-transform: scale(0); }
    50% { -moz-transform: scale(0); }
    75% { -moz-transform: scale(0); }
    100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes vapor {
    0% { -o-transform: scale(1); opacity: 0; }
    25% { -o-transform: scale(0); }
    50% { -o-transform: scale(0); }
    75% { -o-transform: scale(0); }
    100% { -o-transform: scale(1); opacity: 1; }
}
@keyframes vapor {
    0% { transform: scale(1); opacity: 0; }
    25% { transform: scale(0); }
    50% { transform: scale(0); }
    75% { transform: scale(0); }
    100% { transform: scale(1); opacity: 1; }
}*/
.siderurgia .secao_abas #aba_6.ativado ul li.item-02 span.opt-04:before {
    -webkit-transition: 1.0s ease 3.47s;
    -moz-transition: 1.0s ease 3.47s;
    -o-transition: 1.0s ease 3.47s;
    transition: 1.0s ease 3.47s;
}
.siderurgia .secao_abas #aba_6.ativado ul li.item-02 span.opt-05:before {
    -webkit-transition: 1.0s ease 4.46s;
    -moz-transition: 1.0s ease 4.46s;
    -o-transition: 1.0s ease 4.46s;
    transition: 1.0s ease 4.46s;
    height: 100%;
}
.siderurgia .secao_abas #aba_6.ativado ul li.item-02 span.opt-06:before {
    -webkit-transition: 1.0s ease 5.45s;
    -moz-transition: 1.0s ease 5.45s;
    -o-transition: 1.0s ease 5.45s;
    transition: 1.0s ease 5.45s;
}
.siderurgia .secao_abas #aba_6.ativado ul li.item-02 span.opt-07:before {
    -webkit-transition: 1.0s ease 6.44s;
    -moz-transition: 1.0s ease 6.44s;
    -o-transition: 1.0s ease 6.44s;
    transition: 1.0s ease 6.44s;
}
.siderurgia .secao_abas #aba_6.ativado ul li.item-02 span.opt-08:before {
    -webkit-transition: 1.0s ease 7.43s;
    -moz-transition: 1.0s ease 7.43s;
    -o-transition: 1.0s ease 7.43s;
    transition: 1.0s ease 7.43s;
}
.siderurgia .secao_abas #aba_6 ul li.item-02 span.opt-03:before,
.siderurgia .secao_abas #aba_6 ul li.item-02 span.opt-05:before,
.siderurgia .secao_abas #aba_6.ativado ul li.item-02 span:before {
    width: 100%;
}
.siderurgia .secao_abas #aba_6 ul li.item-03 {
    width: 86px;
    height: 86px;
    right: 64px;
    bottom: 78px;
}
.siderurgia .secao_abas #aba_6 ul li.item-03:before {
    content: "";
    position: absolute;
    left: 28px;
    top: 28px;
    width: 30px;
    height: 30px;
    background: #005f94;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}
.siderurgia .secao_abas #aba_6 ul li.item-03:after {
    background: url(../images/img_siderurgia_cena-06_item-03.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.3);
    -moz-transform:scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}
.siderurgia .secao_abas #aba_6.ativado ul li.item-03:after {
    -webkit-transition: 10.0s ease 7.42s;
    -moz-transition: 10.0s ease 7.42s;
    -o-transition: 10.0s ease 7.42s;
    transition: 10.0s ease 7.42s;
    -webkit-transform: scale(1);
    -moz-transform:scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/*cena 07*/
.siderurgia .secao_abas #aba_7 ul {
    background: url(../images/bg_siderurgia_cena-07.png) no-repeat right bottom;
}
.siderurgia .secao_abas #aba_7 ul li.item-01 {
    background-image: url(../images/img_siderurgia_cena-07_item-01.png);
    width: 303px;
    height: 180px;
    left: 35px;
    top: 35px;
}
.siderurgia .secao_abas #aba_7 ul li.item-01:before {
    background: url(../images/img_siderurgia_cena-07_item-01_before.png) no-repeat 0 bottom;
    content: "";
    position: absolute;
    left: 153px;
    top: 81px;
    width: 11px;
    height: 35px;
}
.siderurgia .secao_abas #aba_7.ativado ul li.item-01:before {
    height: 90px;
    -webkit-transition: 4.0s ease 1.0s;
    -moz-transition: 4.0s ease 1.0s;
    -o-transition: 4.0s ease 1.0s;
    transition: 4.0s ease 1.0s;
}
.siderurgia .secao_abas #aba_7 ul li.item-02 {
    background-image: url(../images/img_siderurgia_cena-07_item-02.png);
    width: 184px;
    height: 62px;
    left: 96px;
    top: 195px;
    background-color: #fff;
}
.siderurgia .secao_abas #aba_7.ativado ul li.item-02 {
    top: 175px;
    -webkit-transition: 5.0s ease 5.5s;
    -moz-transition: 5.0s ease 5.5s;
    -o-transition: 5.0s ease 5.5s;
    transition: 5.0s ease 5.5s;
}
.siderurgia .secao_abas #aba_7 ul li.item-03 {
    background-image: url(../images/img_siderurgia_cena-07_item-03.png);
    width: 384px;
    height: 138px;
    left: 260px;
    bottom: 35px;
}
.siderurgia .secao_abas #aba_7.ativado ul li.item-03 {
    left: 450px;
    -webkit-transition: 8.0s ease 10.0s;
    -moz-transition: 8.0s ease 10.0s;
    -o-transition: 8.0s ease 10.0s;
    transition: 8.0s ease 10.0s;
}
/*cena 08*/
.siderurgia .secao_abas #aba_8 p {
    background: rgba(255, 255, 255, 0.9);
}
.siderurgia .secao_abas #aba_8 p:before {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 5px;
    height: 100%;
    left: -5px;
}
.siderurgia .secao_abas #aba_8 ul:before {
    background: url(../images/bg_siderurgia_cena-08.png) no-repeat 0 bottom;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.siderurgia .secao_abas #aba_8 ul li.item-01 {
    background: url(../images/img_siderurgia_cena-03_item-02.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 33px;
    height: 39px;
    left: 212px;
    bottom: 60px;
    z-index: -1;
}
.siderurgia .secao_abas #aba_8.ativado ul li.item-01 {
    bottom: 21px;
    -webkit-transition: 4.5s ease 11.5s;
    -moz-transition: 4.5s ease 11.5s;
    -o-transition: 4.5s ease 11.5s;
    transition: 4.5s ease 11.5s;
}
.siderurgia .secao_abas #aba_8 ul li.item-02 {
    background: url(../images/img_siderurgia_cena-03_item-03.png) no-repeat 0 bottom;
    width: 59px;
    height: 368px;
    top: 34px;
    left: 510px;
}
.siderurgia .secao_abas #aba_8.ativado ul li.item-02 {
    -webkit-animation: garra-geral-v 20.0s linear infinite;
    -moz-animation: garra-geral-v 20.0s linear infinite;
    -o-animation: garra-geral-v 20.0s linear infinite;
    animation: garra-geral-v 20.0s linear infinite;
}
@-webkit-keyframes garra-geral-v {
    0% { left: 510px; }
    20% { left: 510px; height: 85px; }
    40% { left: 200px; }
    50% { left: 200px; }
    60% { left: 200px; }
    80% { left: 510px; height: 85px; }
    90% { height: 368px; }
    100% { left: 510px; }
}
@-moz-keyframes garra-geral-v {
    0% { left: 510px; }
    20% { left: 510px; height: 85px; }
    40% { left: 200px; }
    50% { left: 200px; }
    60% { left: 200px; }
    80% { left: 510px; height: 85px; }
    90% { height: 368px; }
    100% { left: 510px; }
}
@-o-keyframes garra-geral-v {
    0% { left: 510px; }
    20% { left: 510px; height: 85px; }
    40% { left: 200px; }
    50% { left: 200px; }
    60% { left: 200px; }
    80% { left: 510px; height: 85px; }
    90% { height: 368px; }
    100% { left: 510px; }
}
@keyframes garra-geral-v {
    0% { left: 510px; }
    20% { left: 510px; height: 85px; }
    40% { left: 200px; }
    50% { left: 200px; }
    60% { left: 200px; }
    80% { left: 510px; height: 85px; }
    90% { height: 368px; }
    100% { left: 510px; }
}
.siderurgia .secao_abas #aba_8 ul li.item-02 span {
    background: url(../images/img_siderurgia_cena-03_item-03_opt-left.png) no-repeat 0 0;
    position: absolute;
    width: 16px;
    height: 35px;
    bottom: -22px;
    text-indent: -90000px;
}
.siderurgia .secao_abas #aba_8 ul li.item-02 span.opt-left {
    left: 0;
}
.siderurgia .secao_abas #aba_8 ul li.item-02 span.opt-middle {
    background-image: url(../images/img_siderurgia_cena-03_item-03_opt-middle.png);
    position: absolute;
    width: 8px;
    bottom: -25px;
    left: 26.5px;
}
.siderurgia .secao_abas #aba_8 ul li.item-02 span.opt-right {
    background-image: url(../images/img_siderurgia_cena-03_item-03_opt-right.png);
    right: -1px;
}
.siderurgia .secao_abas #aba_8 ul li.item-03 {
    background: url(../images/img_siderurgia_cena-08_item-03.png) no-repeat 0 0;
    width: 76px;
    height: 57px;
    top: 375px;
    left: 498.5px;
    z-index: -1;
}
.siderurgia .secao_abas #aba_8.ativado ul li.item-03 {
    -webkit-animation: garra-carcaca-v 20.0s linear infinite;
    -moz-animation: garra-carcaca-v 20.0s linear infinite;
    -o-animation: garra-carcaca-v 20.0s linear infinite;
    animation: garra-carcaca-v 20.0s linear infinite;
}
@-webkit-keyframes garra-carcaca-v {
    0% { left: 498.5px; }
    20% { left: 498.5px; top: 95px; }
    40% { left: 190px; top: 95px; }
    55% { top: 260px; }
    60% { left: 190px; }
    80% { left: 190px; }
    90% { left: 190px; }
    100% { left: 190px; top: 260px; }
}
@-moz-keyframes garra-carcaca-v {
    0% { left: 498.5px; }
    20% { left: 498.5px; top: 95px; }
    40% { left: 190px; top: 95px; }
    55% { top: 260px; }
    60% { left: 190px; }
    80% { left: 190px; }
    90% { left: 190px; }
    100% { left: 190px; top: 260px; }
}
@-o-keyframes garra-carcaca-v {
    0% { left: 498.5px; }
    20% { left: 498.5px; top: 95px; }
    40% { left: 190px; top: 95px; }
    55% { top: 260px; }
    60% { left: 190px; }
    80% { left: 190px; }
    90% { left: 190px; }
    100% { left: 190px; top: 260px; }
}
@keyframes garra-carcaca-v {
    0% { left: 498.5px; }
    20% { left: 498.5px; top: 95px; }
    40% { left: 190px; top: 95px; }
    55% { top: 260px; }
    60% { left: 190px; }
    80% { left: 190px; }
    90% { left: 190px; }
    100% { left: 190px; top: 260px; }
}
/*cena 09*/
.siderurgia .secao_abas #aba_9 ul {
    background: url(../images/bg_siderurgia_cena-04.png) no-repeat 0 bottom;
}
.siderurgia .secao_abas #aba_9 ul li.item-01 {
    background: url(../images/img_siderurgia_cena-04_item-01.png) no-repeat right -114px;
    width: 15.5px;
    height: 75px;
    left: 170px;
    bottom: 230px;
    z-index: -1;
}
.siderurgia .secao_abas #aba_9.ativado ul li.item-01 {
    background-position: right -4px;
    -webkit-transition: 6.0s ease 0.5s;
    -moz-transition: 6.0s ease 0.5s;
    -o-transition: 6.0s ease 0.5s;
    transition: 6.0s ease 0.5s;
}
.siderurgia .secao_abas #aba_9 ul li.item-02 {
    background: url(../images/img_siderurgia_cena-09_item-02.png) repeat-x 0 0;
    width: 0;
    height: 19px;
    left: 280px;
    bottom: 96px;
    z-index: -1;
}
.siderurgia .secao_abas #aba_9.ativado ul li.item-02 {
    width: 550px;
    -webkit-transition: 8.5s ease 3.5s;
    -moz-transition: 8.5s ease 3.5s;
    -o-transition: 8.5s ease 3.5s;
    transition: 8.5s ease 3.5s;
}
.siderurgia .secao_abas #aba_9 ul li.item-02:before {
    background: url(../images/img_siderurgia_cena-09_item-02_before.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    left: 10px;
    bottom: 25px;
    opacity: 0;
}
.siderurgia .secao_abas #aba_9.ativado ul li.item-02:before {
    -webkit-transition: 0.5s ease 8.25s;
    -moz-transition: 0.5s ease 8.25s;
    -o-transition: 0.5s ease 8.25s;
    transition: 0.5s ease 8.25s;
    opacity: 1;
    -webkit-animation: fumaca 2.5s linear infinite;
    -moz-animation: fumaca 2.5s linear infinite;
    -o-animation: fumaca 2.5s linear infinite;
    animation: fumaca 2.5s linear infinite;
}
.siderurgia .secao_abas #aba_9 ul li.item-03 {
    position: absolute;
    width: 106px;
    height: 77px;
    right: 7.5%;
    bottom: 85px;
    z-index: -1;
}
.siderurgia .secao_abas #aba_9 ul li.item-03:after {
    background: url(../images/img_siderurgia_cena-04_item-03.png) repeat-y 0 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.siderurgia .secao_abas #aba_9 ul li.item-03:before {
    background: url(../images/img_siderurgia_cena-09_item-03_before.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 21px;
    height: 19px;
    left: 45px;
    top: 47px;
    z-index: -1;
    opacity: 0;
}
.siderurgia .secao_abas #aba_9.ativado ul li.item-03:before {
    opacity: 1;
    -webkit-transition: 0.25s ease 10.25s;
    -moz-transition: 0.25s ease 10.25s;
    -o-transition: 0.25s ease 10.25s;
    transition: 0.25s ease 10.25s;
    -webkit-animation: lingotamento-v 1.5s linear infinite;
    -moz-animation: lingotamento-v 1.5s linear infinite;
    -o-animation: lingotamento-v 1.5s linear infinite;
    animation: lingotamento-v 1.5s linear infinite;
}
@-webkit-keyframes lingotamento-v {
    0% { left: 42px; height: 0; }
    20% { height: 19px; }
    30% { left: 42px; }
    65% { left: 145px; }
    100% { left: 275px; }
}
@-moz-keyframes lingotamento-v {
    0% { left: 42px; height: 0; }
    20% { height: 19px; }
    30% { left: 42px; }
    65% { left: 145px; }
    100% { left: 275px; }
}
@-o-keyframes lingotamento-v {
    0% { left: 42px; height: 0; }
    20% { height: 19px; }
    30% { left: 42px; }
    65% { left: 145px; }
    100% { left: 275px; }
}
@keyframes lingotamento-v {
    0% { left: 42px; height: 0; }
    20% { height: 19px; }
    30% { left: 42px; }
    65% { left: 145px; }
    100% { left: 275px; }
}
.siderurgia .secao_abas #aba_9 ul li.item-04 {
    background: url(../images/img_siderurgia_cena-04_item-04.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 25px;
    height: 47px;
    left: 160px;
    bottom: 397px;
    -webkit-animation: fumaca 2.5s linear infinite;
    -moz-animation: fumaca 2.5s linear infinite;
    -o-animation: fumaca 2.5s linear infinite;
    animation: fumaca 2.5s linear infinite;
}
/*cena 10*/
.siderurgia .secao_abas #aba_10 ul {
    background: url(../images/bg_siderurgia_cena-10.png) no-repeat right bottom;
}
.siderurgia .secao_abas #aba_10 ul:before {
    background: url(../images/bg_siderurgia_cena-10_before.png) no-repeat right bottom #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.siderurgia .secao_abas #aba_10.ativado ul:before {
    width: 0;
    -webkit-transition: 10.0s ease 1.0s;
    -moz-transition: 10.0s ease 1.0s;
    -o-transition: 10.0s ease 1.0s;
    transition: 10.0s ease 1.0s;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 {
    width: 100%;
    height: 50px;
    right: 0;
    bottom: 168px;
    z-index: 3;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 span {
    /* background: url(../images/img_siderurgia_cena-05_item-01_opt-04.png) no-repeat -131px 0; */
    position: absolute;
    top: 0;
    right: 615px;
    height: 100%;
    text-indent: -9000px;
    width: 40px;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 span.opt-02 {
    right: 482px;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 span.opt-03 {
    right: 321px;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 span.opt-04 {
    right: 175px;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 span:before,
.siderurgia .secao_abas #aba_10 ul li.item-01 span:after {
    background: url(../images/img_siderurgia_cena-05_item-01_engrenagens.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -27.5px;
    z-index: 1;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 span:before {
    -webkit-animation: engrenagens 3.0s linear infinite;
    -moz-animation: engrenagens 3.0s linear infinite;
    -o-animation: engrenagens 3.0s linear infinite;
    animation: engrenagens 3.0s linear infinite;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 span:after {
    top: 35.5px;
    -webkit-animation: engrenagens_a 3.0s linear infinite;
    -moz-animation: engrenagens_a 3.0s linear infinite;
    -o-animation: engrenagens_a 3.0s linear infinite;
    animation: engrenagens_a 3.0s linear infinite;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 span.opt-02:before,
.siderurgia .secao_abas #aba_10 ul li.item-01 span.opt-02:after {
    background-position: -40px 0;
    width: 35px;
    height: 36px;
    right: -18px;
    top: -20.5px;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 span.opt-02:after {
    top: 32px;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 span.opt-03:before,
.siderurgia .secao_abas #aba_10 ul li.item-01 span.opt-03:after {
    background-position: -75px 0;
    width: 31px;
    height: 31px;
    right: -9px;
    top: -11.5px;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 span.opt-03:after {
    top: 29px;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 span.opt-04:before,
.siderurgia .secao_abas #aba_10 ul li.item-01 span.opt-04:after {
    background-position: -106px 0;
    width: 23px;
    height: 23px;
    right: -14px;
    top: -2px;
}
.siderurgia .secao_abas #aba_10 ul li.item-01 span.opt-04:after {
    top: 28px;
}
.siderurgia .secao_abas #aba_10 ul li.item-02 {
    background: url(../images/img_siderurgia_cena-10_item-02.png) no-repeat right 0;
    width: 100%;
    height: 115px;
    right: 0;
    bottom: 215px;
    -webkit-animation: fumaca 3.0s linear infinite;
    -moz-animation: fumaca 3.0s linear infinite;
    -o-animation: fumaca 3.0s linear infinite;
    animation: fumaca 3.0s linear infinite;
}
/*cena 11*/
.siderurgia .secao_abas #aba_11 ul {
    background: url(../images/bg_siderurgia_cena-11.png) no-repeat 0 bottom;
}
.siderurgia .secao_abas #aba_11 ul li.item-01 {
    width: 413px;
    height: 162px;
    left: 230px;
    bottom: 0;
}
.siderurgia .secao_abas #aba_11 ul li.item-01 span {
    background: url(../images/img_siderurgia_cena-11_item-01-quente.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    text-indent: -9000px;
    width: 100%;
    opacity: 0;
}
.siderurgia .secao_abas #aba_11 ul li.item-01 span.opt-02 {
    top: 0;
}
.siderurgia .secao_abas #aba_11 ul li.item-01 span.opt-03 {
    background-image: url(../images/img_siderurgia_cena-11_item-01-frio.png);
    top: 25px;
}
.siderurgia .secao_abas #aba_11 ul li.item-01 span.opt-04 {
    background-image: url(../images/img_siderurgia_cena-11_item-01-frio.png);
    top: 50px;
}
.siderurgia .secao_abas #aba_11 ul li.item-01 span.opt-05 {
    background-image: url(../images/img_siderurgia_cena-11_item-01-frio.png);
    top: 77px;
}
.siderurgia .secao_abas #aba_11 ul li.item-01 span.opt-06 {
    background-image: url(../images/img_siderurgia_cena-11_item-01-frio.png);
    top: 102px;
}
.siderurgia .secao_abas #aba_11.ativado ul li.item-01 span {
    -webkit-transition: 0s ease 2.95s;
    -moz-transition: 0s ease 2.95s;
    -o-transition: 0s ease 2.95s;
    transition: 0s ease 2.95s;
    opacity: 1;
}
.siderurgia .secao_abas #aba_11.ativado ul li.item-01 span.opt-02 {
    top: 25px;
    -webkit-transition: top 1.0s ease 8.0s, opacity 0.25s ease 8.0s;
    -moz-transition: top 1.0s ease 8.0s, opacity 0.25s ease 8.0s;
    -o-transition: top 1.0s ease 8.0s, opacity 0.25s ease 8.0s;
    transition: top 1.0s ease 8.0s, opacity 0.25s ease 8.0s;
}
.siderurgia .secao_abas #aba_11.ativado ul li.item-01 span.opt-03 {
    top: 50px;
    -webkit-transition: top 1.0s ease 13.0s, opacity 0.25s ease 13.0s;
    -moz-transition: top 1.0s ease 13.0s, opacity 0.25s ease 13.0s;
    -o-transition: top 1.0s ease 13.0s, opacity 0.25s ease 13.0s;
    transition: top 1.0s ease 13.0s, opacity 0.25s ease 13.0s;
}
.siderurgia .secao_abas #aba_11.ativado ul li.item-01 span.opt-04 {
    top: 77px;
    -webkit-transition: top 1.0s ease 18.0s, opacity 0.25s ease 18.0s;
    -moz-transition: top 1.0s ease 18.0s, opacity 0.25s ease 18.0s;
    -o-transition: top 1.0s ease 18.0s, opacity 0.25s ease 18.0s;
    transition: top 1.0s ease 18.0s, opacity 0.25s ease 18.0s;
}
.siderurgia .secao_abas #aba_11.ativado ul li.item-01 span.opt-05 {
    top: 102px;
    -webkit-transition: top 1.0s ease 23.0s, opacity 0.25s ease 23.0s;
    -moz-transition: top 1.0s ease 23.0s, opacity 0.25s ease 23.0s;
    -o-transition: top 1.0s ease 23.0s, opacity 0.25s ease 23.0s;
    transition: top 1.0s ease 23.0s, opacity 0.25s ease 23.0s;
    opacity: 1;
}
.siderurgia .secao_abas #aba_11.ativado ul li.item-01 span.opt-06 {
    top: 128px;
    -webkit-transition: top 1.0s ease 28.0s, opacity 0.25s ease 28.0s;
    -moz-transition: top 1.0s ease 28.0s, opacity 0.25s ease 28.0s;
    -o-transition: top 1.0s ease 28.0s, opacity 0.25s ease 28.0s;
    transition: top 1.0s ease 28.0s, opacity 0.25s ease 28.0s;
}
.siderurgia .secao_abas #aba_11 ul li.item-02,
.siderurgia .secao_abas #aba_11 ul li.item-03 {
    background: url(../images/img_siderurgia_cena-11_item-01-quente.png) no-repeat 0 0;
    width: 413px;
    bottom: 287px;
    left: -250px;
    height: 13px;
}
.siderurgia .secao_abas #aba_11.ativado ul li.item-02 {
    -webkit-animation: embalagem 10.0s linear infinite;
    -moz-animation: embalagem 10.0s linear infinite;
    -o-animation: embalagem 10.0s linear infinite;
    animation: embalagem 10.0s linear infinite;
}
@-webkit-keyframes embalagem {
    0% { left: -500px; }
    15% { left: -250px; }
    30% { left: -250px; }
    50% { left: 230px; bottom: 287px; }
    60% { left: 230px; bottom: 287px; }
    80% { bottom: 150px; }
    100% { left: 230px; bottom: 150px; }
}
@-moz-keyframes embalagem {
    0% { left: -500px; }
    15% { left: -250px; }
    30% { left: -250px; }
    50% { left: 230px; bottom: 287px; }
    60% { left: 230px; bottom: 287px; }
    80% { bottom: 150px; }
    100% { left: 230px; bottom: 150px; }
}
@-o-keyframes embalagem {
    0% { left: -500px; }
    15% { left: -250px; }
    30% { left: -250px; }
    50% { left: 230px; bottom: 287px; }
    60% { left: 230px; bottom: 287px; }
    80% { bottom: 150px; }
    100% { left: 230px; bottom: 150px; }
}
@keyframes embalagem {
    0% { left: -500px; }
    15% { left: -250px; }
    30% { left: -250px; }
    50% { left: 230px; bottom: 287px; }
    60% { left: 230px; bottom: 287px; }
    80% { bottom: 150px; }
    100% { left: 230px; bottom: 150px; }
}
.siderurgia .secao_abas #aba_11.ativado ul li.item-03 {
    left: 230px;
    -webkit-animation: embalagem-2 10.0s linear infinite;
    -moz-animation: embalagem-2 10.0s linear infinite;
    -o-animation: embalagem-2 10.0s linear infinite;
    animation: embalagem-2 10.0s linear infinite;
}
@-webkit-keyframes embalagem-2 {
    0% { left: 230px; }
    15% { left: 230px; bottom: 287px; }
    30% { bottom: 150px; }
    50% { left: 230px; bottom: 150px; }
    60% { left: -500px; bottom: 287px; }
    61% { z-index: -1; }
    69% { z-index: 1; }
    70% { left: -250px; }
    85% { left: -250px; }
    100% { left: 230px; bottom: 287px; }
}
@-moz-keyframes embalagem-2 {
    0% { left: 230px; }
    15% { left: 230px; bottom: 287px; }
    30% { bottom: 150px; }
    50% { left: 230px; bottom: 150px; }
    60% { left: -500px; bottom: 287px; }
    61% { z-index: -1; }
    69% { z-index: 1; }
    70% { left: -250px; }
    85% { left: -250px; }
    100% { left: 230px; bottom: 287px; }
}
@-o-keyframes embalagem-2 {
    0% { left: 230px; }
    15% { left: 230px; bottom: 287px; }
    30% { bottom: 150px; }
    50% { left: 230px; bottom: 150px; }
    60% { left: -500px; bottom: 287px; }
    61% { z-index: -1; }
    69% { z-index: 1; }
    70% { left: -250px; }
    85% { left: -250px; }
    100% { left: 230px; bottom: 287px; }
}
@keyframes embalagem-2 {
    0% { left: 230px; }
    15% { left: 230px; bottom: 287px; }
    30% { bottom: 150px; }
    50% { left: 230px; bottom: 150px; }
    60% { left: -500px; bottom: 287px; }
    61% { z-index: -1; }
    69% { z-index: 1; }
    70% { left: -250px; }
    85% { left: -250px; }
    100% { left: 230px; bottom: 287px; }
}
/*fim siderurgia*/