.content-mapa-anim{
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: -30px;
    height: 550px;
}
#canvas{
    width: 1920px;
    position: absolute;
    z-index: 1;
}
#linhasExportacao{
     width: 1920px;
     height: 550px;
     top: 0;
     left: 0;
     position: absolute;
     z-index: 2;
}
@media(max-width: 992px){
    #linhasExportacao{
        width: 992px;
    }
    #canvas{
        width: 992px;
        height: 462px;
    }
}
@media(max-width: 768px){
    .cin-introducao{        
        height: 350px;
    }
    .content-mapa-anim{
        top: 50px;
        width: 992px;
        left: 496px;
        height: 340px;
    }
    #linhasExportacao{
        width: 992px;
        margin-left: -616px;
        height: 350px;
    }
    #canvas{
        width: 992px;
        margin-left: -616px;
        height: 350px;
    }
}