/* infografico */
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen {
  ul,
  li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  img {
    border: none;
  }
  a {
    text-decoration: none;
    size: inherit;
  }
  .wrap-infografico {
    width: 715px;
    margin: 0 auto;
    display: table;
  }
  .container-infografico {
    width: 620px;
    height: 800px;
    margin-top: 15px;
    position: relative;
    background: url('../imgs/bg-infografico-areas-atuacao.png') no-repeat 0 0;
  }
  .item {
    display: inline-block;
    width: 102px;
    height: 63px;
    background-color: #f8f8f8;
    position: absolute;
    border: 3px solid #fdc957;
    border-right: none;
    border-left: none;
    font: 12px/13px 'petrobras_sanslight', arial;
    color: #665c53;
    text-transform: uppercase;
    /*display: table-cell; vertical-align: middle;*/
  }
  .item .hover {
    z-index: 3;
  }
  .item p {
    position: absolute;
    left: 6px;
    top: 68px;
    width: 135px;
  }
  .item strong {
    font-family: 'petrobras_sansbold';
  }
  .item img {
    position: absolute;
  }
  .item a {
    color: #665c53;
  }
  .item .detail {
    width: 214px;
    font: 12px 'petrobras_sansregular', arial;
    display: none;
    text-transform: none;
    color: #00518e;
    padding: 10px;
    border: 1px solid #fdc957;
    position: absolute;
    top: 97px;
    left: -50px;
    z-index: 10;
    text-indent: 0 !important;
    background-color: #FFF;
  }
  .item .detail a {
    color: #00518e;
  }
  #exploracao-producao {
    left: 8px;
    top: 291px;
  }
  #geracao-de-energia {
    left: 508px;
    top: 26px;
  }
  #refino {
    left: 263px;
    top: 291px;
  }
  #petroquimica {
    left: 263px;
    top: 116px;
  }
  #distribuicao {
    left: 508px;
    top: 291px;
  }
  #producao-biocombustiveis {
    left: 391px;
    top: 483px;
  }
  #transporte-comercializacao {
    left: 263px;
    top: 629px;
  }
  #exploracao-producao img {
    left: 6px;
    top: -24px;
  }
  #geracao-de-energia img {
    left: 8px;
    top: -29px;
  }
  #refino img {
    left: -3px;
    top: -14px;
  }
  #petroquimica img {
    left: 7px;
    top: -24px;
  }
  #distribuicao img {
    left: -8px;
    top: -13px;
  }
  #producao-biocombustiveis img {
    left: 29px;
    top: -12px;
  }
  #transporte-comercializacao img {
    left: -8px;
    top: 9px;
  }
  #exploracao-producao .detail {
    top: 120px;
  }
  #geracao-de-energia .detail {
    top: 107px;
  }
  #refino .detail {
    top: 107px;
  }
  #petroquimica .detail {
    top: 94px;
    padding: 9px 8px 5px 8px;
  }
  #distribuicao .detail {
    top: 97px;
  }
  #producao-biocombustiveis .detail {
    left: 0px;
    top: 107px;
  }
  #transporte-comercializacao .detail {
    left: -83px;
    top: 107px;
    width: 275px;
  }
}
@media only screen and (max-device-width: 480px) {
  .wrap-infografico {
    width: 320px;
    margin: 0 auto;
  }
  .container-infografico {
    width: 310px;
    height: 400px;
    margin-top: 15px;
    position: relative;
    background: url('../imgs/bg-infografico-areas-atuacao-mobile.png') no-repeat 0 0;
  }
  .item {
    width: 51px;
    height: 31px;
  }
  .item p {
    left: -12px;
    top: 27px;
    font-size: 10px;
  }
  .item .detail {
    width: 120px;
  }
  #exploracao-producao {
    left: 4px;
    top: 145px;
  }
  #exploracao-producao img {
    width: 45px;
    height: 44px;
    left: 1px;
    top: -6px;
  }
  #exploracao-producao .detail {
    left: -25px;
    top: 80px;
  }
  #geracao-de-energia {
    left: 254px;
    top: 13px;
  }
  #geracao-de-energia img {
    width: 42px;
    height: 46px;
    left: 4px;
    top: -15px;
  }
  #geracao-de-energia .detail {
    left: -40px;
    top: 65px;
  }
  #refino {
    left: 131px;
    top: 145px;
  }
  #refino img {
    width: 55px;
    height: 38px;
    left: -1px;
    top: -7px;
  }
  #refino .detail {
    left: -35px;
    top: 65px;
  }
  #petroquimica {
    left: 131px;
    top: 58px;
  }
  #petroquimica img {
    width: 45px;
    height: 44px;
    left: 4px;
    top: -12px;
  }
  #petroquimica .detail {
    left: -35px;
    top: 50px;
  }
  #distribuicao {
    left: 254px;
    top: 145px;
  }
  #distribuicao img {
    width: 60px;
    height: 37px;
    left: -4px;
    top: -7px;
  }
  #distribuicao .detail {
    left: -40px;
    top: 50px;
  }
  #producao-biocombustiveis {
    left: 196px;
    top: 241px;
  }
  #producao-biocombustiveis img {
    width: 19px;
    height: 38px;
    left: 15px;
    top: -6px;
  }
  #producao-biocombustiveis .detail {
    left: -55px;
    top: 65px;
    width: 175px;
  }
  #transporte-comercializacao {
    left: 131px;
    top: 315px;
  }
  #transporte-comercializacao img {
    width: 62px;
    height: 24px;
    left: -4px;
    top: 5px;
  }
  #transporte-comercializacao .detail {
    left: -65px;
    top: 65px;
    width: 205px;
  }
}
@media only screen and (max-width: 480px) {
  .wrap-infografico {
    width: 320px;
    margin: 0 auto;
  }
  .container-infografico {
    width: 310px;
    height: 400px;
    margin-top: 15px;
    position: relative;
    background: url('../imgs/bg-infografico-areas-atuacao-mobile.png') no-repeat 0 0;
  }
  .item {
    width: 51px;
    height: 31px;
  }
  .item p {
    left: -12px;
    top: 27px;
    font-size: 10px;
  }
  .item .detail {
    width: 120px;
  }
  #exploracao-producao {
    left: 4px;
    top: 145px;
  }
  #exploracao-producao img {
    width: 45px;
    height: 44px;
    left: 1px;
    top: -6px;
  }
  #exploracao-producao .detail {
    left: -25px;
    top: 80px;
  }
  #geracao-de-energia {
    left: 254px;
    top: 13px;
  }
  #geracao-de-energia img {
    width: 42px;
    height: 46px;
    left: 4px;
    top: -15px;
  }
  #geracao-de-energia .detail {
    left: -40px;
    top: 65px;
  }
  #refino {
    left: 131px;
    top: 145px;
  }
  #refino img {
    width: 55px;
    height: 38px;
    left: -1px;
    top: -7px;
  }
  #refino .detail {
    left: -35px;
    top: 65px;
  }
  #petroquimica {
    left: 131px;
    top: 58px;
  }
  #petroquimica img {
    width: 45px;
    height: 44px;
    left: 4px;
    top: -12px;
  }
  #petroquimica .detail {
    left: -35px;
    top: 50px;
  }
  #distribuicao {
    left: 254px;
    top: 145px;
  }
  #distribuicao img {
    width: 60px;
    height: 37px;
    left: -4px;
    top: -7px;
  }
  #distribuicao .detail {
    left: -40px;
    top: 50px;
  }
  #producao-biocombustiveis {
    left: 196px;
    top: 241px;
  }
  #producao-biocombustiveis img {
    width: 19px;
    height: 38px;
    left: 15px;
    top: -6px;
  }
  #producao-biocombustiveis .detail {
    left: -55px;
    top: 65px;
    width: 175px;
  }
  #transporte-comercializacao {
    left: 131px;
    top: 315px;
  }
  #transporte-comercializacao img {
    width: 62px;
    height: 24px;
    left: -4px;
    top: 5px;
  }
  #transporte-comercializacao .detail {
    left: -65px;
    top: 65px;
    width: 205px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 640px) and (orientation: landscape) {
  .wrap-infografico {
    width: 320px;
    margin: 0 auto;
  }
  .container-infografico {
    width: 310px;
    height: 400px;
    margin-top: 15px;
    position: relative;
    background: url('../imgs/bg-infografico-areas-atuacao-mobile.png') no-repeat 0 0;
  }
  .item {
    width: 51px;
    height: 31px;
  }
  .item p {
    left: 0px;
    top: 36px;
    font-size: 10px;
  }
  .item .detail {
    width: 120px;
  }
  #exploracao-producao {
    left: 4px;
    top: 145px;
  }
  #exploracao-producao img {
    width: 45px;
    height: 44px;
    left: 1px;
    top: -6px;
  }
  #exploracao-producao .detail {
    left: -25px;
    top: 80px;
  }
  #geracao-de-energia {
    left: 254px;
    top: 13px;
  }
  #geracao-de-energia img {
    width: 42px;
    height: 46px;
    left: 4px;
    top: -15px;
  }
  #geracao-de-energia .detail {
    left: -40px;
    top: 65px;
  }
  #refino {
    left: 131px;
    top: 145px;
  }
  #refino img {
    width: 55px;
    height: 38px;
    left: -1px;
    top: -7px;
  }
  #refino .detail {
    left: -35px;
    top: 65px;
  }
  #petroquimica {
    left: 131px;
    top: 58px;
  }
  #petroquimica img {
    width: 45px;
    height: 44px;
    left: 4px;
    top: -12px;
  }
  #petroquimica .detail {
    left: -35px;
    top: 50px;
  }
  #distribuicao {
    left: 254px;
    top: 145px;
  }
  #distribuicao img {
    width: 60px;
    height: 37px;
    left: -4px;
    top: -7px;
  }
  #distribuicao .detail {
    left: -40px;
    top: 50px;
  }
  #producao-biocombustiveis {
    left: 196px;
    top: 241px;
  }
  #producao-biocombustiveis img {
    width: 19px;
    height: 38px;
    left: 15px;
    top: -6px;
  }
  #producao-biocombustiveis .detail {
    left: -55px;
    top: 65px;
    width: 175px;
  }
  #transporte-comercializacao {
    left: 131px;
    top: 315px;
  }
  #transporte-comercializacao img {
    width: 62px;
    height: 24px;
    left: -4px;
    top: 5px;
  }
  #transporte-comercializacao .detail {
    left: -65px;
    top: 65px;
    width: 205px;
  }
}
@media only screen and (max-width: 320px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrap-infografico {
    width: 310px;
    margin: 0 auto;
    display: inherit;
    margin-left: -20px;
  }
  .container-infografico {
    width: 100%;
    height: 400px;
    margin-top: 15px;
    position: relative;
    background: url('../imgs/bg-infografico-areas-atuacao-mobile.png') no-repeat 0 0;
  }
  .item {
    width: 51px;
    height: 31px;
  }
  .item p {
    left: 0px;
    top: 35px;
    font-size: 10px;
  }
  .item .detail {
    width: 120px;
  }
  #exploracao-producao {
    left: 4px;
    top: 145px;
  }
  #exploracao-producao img {
    width: 45px;
    height: 44px;
    left: 1px;
    top: -6px;
  }
  #exploracao-producao .detail {
    left: 0px;
    top: 80px;
  }
  #geracao-de-energia {
    left: 254px;
    top: 13px;
  }
  #geracao-de-energia img {
    width: 42px;
    height: 46px;
    left: 4px;
    top: -15px;
  }
  #geracao-de-energia p {
    left: -35px;
    text-align: right;
    width: auto;
  }
  #geracao-de-energia .detail {
    left: -68px;
    top: 65px;
  }
  #refino {
    left: 131px;
    top: 145px;
  }
  #refino img {
    width: 55px;
    height: 38px;
    left: -1px;
    top: -7px;
  }
  #refino .detail {
    left: -35px;
    top: 65px;
  }
  #petroquimica {
    left: 131px;
    top: 58px;
  }
  #petroquimica img {
    width: 45px;
    height: 44px;
    left: 4px;
    top: -12px;
  }
  #petroquimica .detail {
    left: -35px;
    top: 50px;
  }
  #distribuicao {
    left: 254px;
    top: 145px;
  }
  #distribuicao img {
    width: 60px;
    height: 37px;
    left: -4px;
    top: -7px;
  }
  #distribuicao p {
    left: -10px;
    width: auto;
    text-align: right;
  }
  #distribuicao .detail {
    left: -68px;
    top: 50px;
  }
  #producao-biocombustiveis {
    left: 196px;
    top: 241px;
  }
  #producao-biocombustiveis img {
    width: 19px;
    height: 38px;
    left: 15px;
    top: -6px;
  }
  #producao-biocombustiveis p {
    width: 100px;
  }
  #producao-biocombustiveis .detail {
    left: -65px;
    top: 65px;
    width: 175px;
  }
  #transporte-comercializacao {
    left: 131px;
    top: 315px;
  }
  #transporte-comercializacao img {
    width: 62px;
    height: 24px;
    left: -4px;
    top: 5px;
  }
  #transporte-comercializacao .detail {
    left: -65px;
    top: 65px;
    width: 205px;
  }
}
